Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( KeyPrefix = "multicluster.admiralty.io/" AnnotationKeyElect = KeyPrefix + "elect" AnnotationKeyClusterName = KeyPrefix + "clustername" AnnotationKeyServiceDependenciesSelector = KeyPrefix + "service-dependencies-selector" KeyPrefixSourcePod = KeyPrefix + "sourcepod-" AnnotationKeySourcePodManifest = KeyPrefixSourcePod + "manifest" KeyPrefixProxyPod = KeyPrefix + "proxypod-" AnnotationKeyProxyPodClusterName = KeyPrefixProxyPod + "clustername" AnnotationKeyProxyPodNamespace = KeyPrefixProxyPod + "namespace" AnnotationKeyProxyPodName = KeyPrefixProxyPod + "name" KeyPrefixOriginal = KeyPrefix + "original-" LabelKeyOriginalName = KeyPrefixOriginal + "name" LabelKeyOriginalNamespace = KeyPrefixOriginal + "namespace" LabelKeyOriginalClusterName = KeyPrefixOriginal + "clusterName" LabelKeyIsDelegate = KeyPrefix + "is-delegate" )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.