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
-
HTTPS
-
HTTP
-
NAMESPACE_METADATA_KEY
-
UNSET_PORT_NAME
-
DISCOVERY_GROUP
-
DISCOVERY_VERSION
-
ENDPOINT_SLICE
-
EXTERNAL_NAME
-
SERVICE_TYPE
-
SECURED
-
CATALOG_WATCH_PROPERTY_NAME
-
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
-
NON_DETERMINISTIC_PORT_MESSAGE
message for non-deterministic port.- See Also:
-