Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ProxySchedulerName = "admiralty-proxy" CandidateSchedulerName = "admiralty-candidate" LabelAndTaintKeyVirtualKubeletProvider = "virtual-kubelet.io/provider" VirtualKubeletProviderName = "admiralty" KeyPrefix = "multicluster.admiralty.io/" AnnotationKeyElect = KeyPrefix + "elect" KeyPrefixSourcePod = KeyPrefix + "sourcepod-" AnnotationKeySourcePodManifest = KeyPrefixSourcePod + "manifest" AnnotationKeyIsReserved = KeyPrefix + "is-reserved" AnnotationKeyIsUnschedulable = KeyPrefix + "is-unschedulable" AnnotationKeyIsAllowed = KeyPrefix + "is-allowed" AnnotationKeyIsBound = KeyPrefix + "is-bound" AnnotationKeyBindingFailed = KeyPrefix + "binding-failed" AnnotationKeyIsDelegate = KeyPrefix + "is-delegate" LabelKeyHasFinalizer = KeyPrefix + "has-finalizer" LabelKeyParentName = KeyPrefix + "parent-name" )
Functions ¶
Types ¶
This section is empty.