package
4.16.15+incompatible
Repository: https://github.com/openshift/installer.git
Documentation: pkg.go.dev

# Functions

CABundle checks if the given string contains valid certificate(s) and returns an error if not.
ClusterName checks if the given string is a valid name for a cluster and returns an error if not.
ClusterName1035 checks the provided cluster name matches RFC1035 naming requirements.
ClusterNameMaxLength validates if the string provided length is greater than maxlen argument.
DoCIDRsOverlap returns true if one of the CIDRs is a subset of the other.
DomainName checks if the given string is a valid domain name and returns an error if not.
GCPClusterName checks if the provided cluster name has words similar to the word 'google' since resources with that name are not allowed in GCP.
Host validates that a given string is a valid URI host.
ImagePullSecret checks if the given string is a valid image pull secret and returns an error if not.
IP validates if a string is a valid IP.
MAC validates that a value is a valid unicast EUI-48 MAC address.
NoProxyDomainName checks if the given string is a valid proxy noProxy domain name and returns an error if not.
OnPremClusterName verifies if the cluster name contains a '.' and returns an error if it does.
ServiceSubnetCIDR checks if the given IP net is a valid CIDR for the Kubernetes service network.
SSHPublicKey checks if the given string is a valid SSH public key and returns an error if not.
SubnetCIDR checks if the given IP net is a valid CIDR.
URI validates if the URI is a valid absolute URI.
URIWithProtocol validates that the URI specifies a certain protocol scheme (e.g.
UUID validates that a uuid is non-empty and a valid uuid.

# Variables

DockerBridgeCIDR is the network range that is used by default network for docker.