Documentation
¶
Index ¶
Constants ¶
View Source
const ( CNILogPath = "/var/log/requeueip/cni.log" CNIUnixSocketPath = "/var/run/requeueip/cni.sock" )
View Source
const ( RAPIGroup = requeueip RAPIVersion = "v1" RAPIGroupVersion = RAPIGroup + "/" + RAPIVersion )
View Source
const ( APP = "requeueip" RPrefix = requeueip RFinalizer = RPrefix + "/" + "protection" )
View Source
const ( RDaemon = APP + "d" RController = APP + "-" + "controller" )
View Source
const ( LabelRefNamespace = RPrefix + "/" + "ns-ref" LabelRefSubnet = RPrefix + "/" + "subnet-ref" LabelRefIPPool = RPrefix + "/" + "ippool-ref" LabelRefWorkloadUID = RPrefix + "/" + "workload-uid" LabelRefPodUID = RPrefix + "/" + "pod-uid" )
View Source
const ( LabelRefSTSUID = RPrefix + "/" + "sts-uid" LabelRefPod = RPrefix + "/" + "pod-ref" )
View Source
const ( AnnoMultusDefaultNetwork = "v1.multus-cni.io/default-network" AnnoIPv4Subnets = RPrefix + "/" + "ipv4-subnets" AnnoIPv6Subnets = RPrefix + "/" + "ipv6-subnets" AnnoIPv4IPPools = RPrefix + "/" + "ipv4-pools" AnnoIPv6IPPools = RPrefix + "/" + "ipv6-pools" )
View Source
const ( KindIPPoolClaim = "IPPoolClaim" KindSubnet = "Subnet" KindIPBlock = "IPBlock" KindIPPool = "IPPool" KindIP = "IP" )
View Source
const ( KindNamespace = "Namespace" KindReplicaSet = "ReplicaSet" KindDeployment = "Deployment" KindStatefulSet = "StatefulSet" KindPod = "Pod" )
View Source
const LabelIPVersion = RPrefix + "/" + "ip-version"
Variables ¶
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.