| addendpointinfo |
Use this method to attaches multiple labels to existing endpoint, creates it otherwise |
Syntax |
Parameters |
endpointkind |
Endpoint kind. Currently, IP endpoints are supported Default value = ENDPOINT_IP. |
endpointname |
Name of endpoint, depends on kind. For IP Endpoint - IP address. This is mandatory parameter. |
endpointmetadata |
String of qualifiers, in dotted notation, structured metadata for an endpoint. Each qualifier is more specific than the one that precedes it, as in cluster.namespace.service. For example: cluster.default.frontend.
Note: A qualifier that includes a dot (.) or space ( ) must be enclosed in double quotation marks. |
endpointlabelsjson |
String representing labels in json form. Maximum length 16K |
Return Value |
Returns simpleResult |
See Also |