# Functions
ForEachToken iterates over all metrics tokens in the deployment identified by the given context ID, invoking the given callback for each certificate.
No description provided by the author
RegisterMetricsServiceHandler registers the http handlers for service MetricsService to "mux".
RegisterMetricsServiceHandlerClient registers the http handlers for service MetricsService to "mux".
RegisterMetricsServiceHandlerFromEndpoint is same as RegisterMetricsServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterMetricsServiceHandlerServer registers the http handlers for service MetricsService to "mux".
No description provided by the author
TokenURL creates a resource URL for the token with given ID in given context.
TokenURL2 creates a resource URL for the token with given ID in given context.
# Constants
APIID contains identifier of this API.
APIMajorVersion contains major version of this API.
APIMinorVersion contains minor version of this API.
APIPatchVersion contains patch version of this API.
EventTypeTokenCreated is the type of event fired after a metrics token has been created SubjectID contains the ID of the token.
EventTypeTokenDeleted is the type of event fired after a metrics token has been (marked for) deleted SubjectID contains the ID of the token.
EventTypeTokenUpdated is the type of event fired after a metrics token has been updated SubjectID contains the ID of the token.
KindToken is a constants for the kind of metric token resources.
PermissionEndpointGet is needed for fetching the metrics endpoint for a deployment.
PermissionTokenCreate is needed for create a metrics token.
PermissionTokenDelete is needed for deleting a metrics token.
PermissionTokenGet is needed for fetching an individual metrics token in a deployment.
PermissionTokenList is needed for listing metrics tokens in a deployment.
PermissionTokenRevoke is needed for revoking a metrics token.
PermissionTokenUpdate is needed for updating a metrics token.
# Variables
No description provided by the author
# Structs
Request arguments for GetMetricsEndpoint.
Request arguments for ListTokens.
Response for GetMetricsEndpoint.
A Token is represents an access token used to authenticate requests for metrics.
List of Tokens.
UnimplementedMetricsServiceServer can be embedded to have forward compatible implementations.
# Interfaces
MetricsServiceClient is the client API for MetricsService service.
MetricsServiceServer is the server API for MetricsService service.
# Type aliases
No description provided by the author