Documentation ¶
Index ¶
Constants ¶
View Source
const ( // AnnotationName is an optional annotation to the NetworkPolicy // resource which specifies the name of the policy node to which all // rules should be applied to. AnnotationName = "io.cilium.name" // EnvNodeNameSpec is the environment label used by Kubernetes to // specify the node's name. EnvNodeNameSpec = "K8S_NODE_NAME" // LabelSource is the default label source for the labels imported from // kubernetes. LabelSource = "k8s" // LabelSourceKeyPrefix is the DefaultPolicyParentPath with the // NodePathDelimiter. LabelSourceKeyPrefix = LabelSource + common.PathDelimiter // PolicyLabelName is the name of the policy label which refers to the // k8s policy name PolicyLabelName = "io.cilium.k8s-policy-name" // PodNamespaceLabel is the label used in kubernetes containers to // specify which namespace they belong to. PodNamespaceLabel = types.KubernetesPodNamespaceLabel // PodNamespaceMetaLabels is the label used to store the labels of the // kubernetes namespace's labels. PodNamespaceMetaLabels = "ns-labels" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.