Documentation ¶
Index ¶
- Constants
- func AllocateCIDRFromConfigMap(ctx context.Context, brokerAdminClient controllerClient.Client, ...) (bool, error)
- func AllocateClustersetIPCIDR(clustersetIPInfo *Info) (string, error)
- func CreateConfigMap(ctx context.Context, client controllerClient.Client, clustersetIPEnabled bool, ...) error
- func DeleteConfigMap(ctx context.Context, client controllerClient.Client, namespace string) error
- func GetConfigMap(ctx context.Context, client controllerClient.Client, namespace string) (*corev1.ConfigMap, error)
- func NewClustersetIPConfigMap(clustersetIPEnabled bool, defaultClusteretIPCidrRange string, ...) (*corev1.ConfigMap, error)
- func ValidateClustersetIPConfiguration(clustersetIPInfo *Info, netconfig Config, status reporter.Interface) (string, error)
- func ValidateExistingClustersetIPNetworks(ctx context.Context, client controllerClient.Client, namespace string) error
- type Config
- type Info
Constants ¶
View Source
const ( DefaultCIDR = "243.0.0.0/8" DefaultAllocationSize = 4096 // i.e., x.x.x.x/20 subnet mask )
Variables ¶
This section is empty.
Functions ¶
func CreateConfigMap ¶
func DeleteConfigMap ¶
func GetConfigMap ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.