Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Prefix is the common prefix for all annotations Prefix = "io.cilium" // Name is an optional annotation to the NetworkPolicy // resource which specifies the name of the policy node to which all // rules should be applied to. Name = Prefix + ".name" // V4CIDRName is the annotation name used to store the IPv4 // pod CIDR in the node's annotations. V4CIDRName = Prefix + ".network.ipv4-pod-cidr" // V6CIDRName is the annotation name used to store the IPv6 // pod CIDR in the node's annotations. V6CIDRName = Prefix + ".network.ipv6-pod-cidr" // V4HealthName is the annotation name used to store the IPv4 // address of the cilium-health endpoint in the node's annotations. V4HealthName = Prefix + ".network.ipv4-health-ip" // V6HealthName is the annotation name used to store the IPv6 // address of the cilium-health endpoint in the node's annotations. V6HealthName = Prefix + ".network.ipv6-health-ip" // CiliumHostIP is the annotation name used to store the IPv4 address // of the cilium host interface in the node's annotations. CiliumHostIP = Prefix + ".network.ipv4-cilium-host" // CiliumHostIPv6 is the annotation name used to store the IPv6 address // of the cilium host interface in the node's annotation. CiliumHostIPv6 = Prefix + ".network.ipv6-cilium-host" // GlobalService if set to true, marks a service to become a global // service GlobalService = Prefix + "/global-service" // the default is true if GlobalService is set, otherwise false, // Setting the annotation SharedService to false while setting // GlobalService to true allows to expose remote endpoints without // sharing local endpoints. SharedService = Prefix + "shared-service" )
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.