package
6.0.3+incompatible
Repository: https://github.com/openshift/windows-machine-config-operator.git
Documentation: pkg.go.dev

# Functions

GetDNS parses a subnet in CIDR format as defined by RFC 4632 and RFC 4291 and returns the IP address of the Cluster DNS.
IsCloudControllerOwnedByCCM checks if Cloud Controllers are managed by Cloud Controller Manager (CCM) instead of Kube Controller Manager.
NewClusterNetworkCfg assigns a serviceCIDR value and returns a pointer to the clusterNetworkCfg struct.
NewConfig returns a Config struct pertaining to the cluster configuration.
ValidateCIDR uses the parseCIDR from network package to validate the format of the CIDR.

# Interfaces

Config interface contains methods to expose cluster config related information.
Network interface contains methods to interact with cluster network objects.