Documentation
¶
Index ¶
Constants ¶
View Source
const ( AnnotationPre = "ipam.spidernet.io" AnnoPodIppool = AnnotationPre + "/ippool" AnnoPodIppools = AnnotationPre + "/ippools" AnnoPodRoute = AnnotationPre + "/routes" AnnoPodDns = AnnotationPre + "/dns" AnnoPodStatus = AnnotationPre + "/status" AnnoNamespaceDefautlV4Pool = AnnotationPre + "/defaultv4ippool" AnnoNamespaceDefautlV6Pool = AnnotationPre + "/defaultv6ippool" )
View Source
const ( NetworkLegacy = "legacy" NetworkStrict = "strict" NetworkSDN = "sdn" // For ipam plugin and spiderpool-agent use DefaultIPAMUnixSocketPath = "/var/run/spidernet/spiderpool.sock" )
Network configurations
View Source
const ( LogDebugLevelStr = "debug" LogInfoLevelStr = "info" LogWarnLevelStr = "warn" LogErrorLevelStr = "error" LogFatalLevelStr = "fatal" LogPanicLevelStr = "panic" )
Log level character string
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.