consts

package
v0.0.0-...-89b14fa Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2026 License: Apache-2.0 Imports: 1 Imported by: 0

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

View Source
var BigInt = [...]*big.Int{
	big.NewInt(0),
	big.NewInt(1),
}

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL