Get desktop application:
View/edit binary Protocol Buffers messages
Labels API. The Labels API is responsible for: * Attaching and removing labels to/from resources * Listing all resources attached to a given label * Listing all unique labels for a given user The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119. The following are global requirements that apply to all methods: Any method MUST return CODE_OK on a succesful operation. Any method MAY return NOT_IMPLEMENTED. Any method MAY return INTERNAL. Any method MAY return UNKNOWN. Any method MAY return UNAUTHENTICATED.
Attach a label to a resource for a user.
List the unique labels that a user has attached to resources
List the resources which have a given label attached for a given user
Removes a label from a resource for a user.
Used as request type in: gateway.v1beta1.GatewayAPI.AddLabel, LabelsAPI.AddLabel
OPTIONAL. Opaque information.
REQUIRED. The reference to which the action should be performed.
REQUIRED. The user attaching the label to the resource.
REQUIRED. The label to be attached to the resource.
Used as response type in: gateway.v1beta1.GatewayAPI.AddLabel, LabelsAPI.AddLabel
REQUIRED. The response status.
OPTIONAL. Opaque information.
Used as request type in: gateway.v1beta1.GatewayAPI.ListLabels, LabelsAPI.ListLabels
OPTIONAL. Opaque information.
REQUIRED. The user for which the unique labels are requested
Used as response type in: gateway.v1beta1.GatewayAPI.ListLabels, LabelsAPI.ListLabels
REQUIRED. The response status.
OPTIONAL. Opaque information.
REQUIRED. The user's unique labels.
Used as request type in: gateway.v1beta1.GatewayAPI.ListResourcesForLabel, LabelsAPI.ListResourcesForLabel
OPTIONAL. Opaque information.
REQUIRED. The user for which the unique labels are requested
REQUIRED. The queried label
Used as response type in: gateway.v1beta1.GatewayAPI.ListResourcesForLabel, LabelsAPI.ListResourcesForLabel
REQUIRED. The response status.
OPTIONAL. Opaque information.
REQUIRED. The references which have this label attached for the user.
Used as request type in: gateway.v1beta1.GatewayAPI.RemoveLabel, LabelsAPI.RemoveLabel
OPTIONAL. Opaque information.
REQUIRED. The reference to which the action should be performed.
REQUIRED. The user removing the label from the resource.
REQUIRED. The label to be removed from the resource.
Used as response type in: gateway.v1beta1.GatewayAPI.RemoveLabel, LabelsAPI.RemoveLabel
REQUIRED. The response status.
OPTIONAL. Opaque information.