Documentation
¶
Overview ¶
Package consts contains global consts.
Index ¶
Constants ¶
View Source
const ( // GlobalInClusterIPPool is the Global In-Cluster Pool. GlobalInClusterIPPool = "GlobalInClusterIPPool" // InClusterIPPool is the In-Cluster Pool. InClusterIPPool = "InClusterIPPool" )
Variables ¶
This section is empty.
Functions ¶
func GetGlobalInClusterIPPoolKind ¶
func GetGlobalInClusterIPPoolKind() string
GetGlobalInClusterIPPoolKind returns the kind string of a GlobalInClusterIPPool, which is useful for typedlocalobjectreferences.
func GetIPAMInClusterAPIGroup ¶
func GetIPAMInClusterAPIGroup() *string
GetIPAMInClusterAPIGroup returns a pointer to APIGroupVersion as required by typedlocalobjectreferences.
func GetIPAMInClusterAPIVersion ¶
func GetIPAMInClusterAPIVersion() string
GetIPAMInClusterAPIVersion returns the APIGroup as required for TypeMeta.
func GetInClusterIPPoolKind ¶
func GetInClusterIPPoolKind() string
GetInClusterIPPoolKind returns the kind string of a InClusterIPPool, which is useful for typedlocalobjectreferences.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.