Class KubernetesDiscoveryConstants
java.lang.Object
org.springframework.cloud.kubernetes.commons.discovery.KubernetesDiscoveryConstants
Constants that are to be used across discovery implementations.
- Author:
- wind57
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringcatalog watch delay property name.static final Stringcatalog watch delay property name with default value.static final Stringdefault delay for the configuration watcher.static final StringDiscovery group for Catalog Watch.static final StringDiscovery version for Catalog Watch.static final StringEndpoint slice name.static final StringExternalName type of service.static final StringHttp scheme.static final StringHttps scheme.static final StringKey of the namespace metadata.static final Stringmessage for non-deterministic port.static final Stringload balancer port name property.static final StringPrimary port label.static final Stringvalue of the 'secure' label or annotation.static final StringType of the service.static final StringPort name to use when there isn't one set. -
Method Summary
-
Field Details
-
PRIMARY_PORT_NAME_LABEL_KEY
Primary port label.- See Also:
-
HTTPS
Https scheme.- See Also:
-
HTTP
Http scheme.- See Also:
-
NAMESPACE_METADATA_KEY
Key of the namespace metadata.- See Also:
-
UNSET_PORT_NAME
Port name to use when there isn't one set.- See Also:
-
DISCOVERY_GROUP
Discovery group for Catalog Watch.- See Also:
-
DISCOVERY_VERSION
Discovery version for Catalog Watch.- See Also:
-
ENDPOINT_SLICE
Endpoint slice name.- See Also:
-
EXTERNAL_NAME
ExternalName type of service.- See Also:
-
SERVICE_TYPE
Type of the service.- See Also:
-
SECURED
value of the 'secure' label or annotation.- See Also:
-
CATALOG_WATCH_PROPERTY_NAME
catalog watch delay property name.- See Also:
-
CATALOG_WATCHER_DEFAULT_DELAY
default delay for the configuration watcher.- See Also:
-
CATALOG_WATCH_PROPERTY_WITH_DEFAULT_VALUE
catalog watch delay property name with default value.- See Also:
-
PORT_NAME_PROPERTY
load balancer port name property.- See Also:
-
NON_DETERMINISTIC_PORT_MESSAGE
message for non-deterministic port.- See Also:
-