# Functions
No description provided by the author
No description provided by the author
No description provided by the author
NewMockPullSecretValidator creates a new mock instance.
No description provided by the author
ParseBaseRegistry extracts the base domain for a registry.
No description provided by the author
No description provided by the author
ParsePullSecret validates the format of a pull secret and converts the secret string into individual credential entries.
ParseRegistry extracts the registry from a full image name, or returns the default if the name does not start with a registry.
No description provided by the author
ValidateClusterNameFormat validates specified cluster name format.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ValidateIPAddressFamily returns an error if the argument contains only IPv6 networks and IPv6 support is turned off.
ValidateNoProxyFormat validates the no-proxy format which should be a comma-separated list of destination domain names, domains, IP addresses or other network CIDRs.
No description provided by the author
No description provided by the author
No description provided by the author
ValidateVipDHCPAllocationWithIPv6 returns an error in case of VIP DHCP allocation being used with IPv6 machine network.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
Size of the file used to embed an ignition config archive within an RHCOS ISO: 256 KiB See: https://github.com/coreos/coreos-assembler/blob/d2c968a1f3c75713a4e1449e3da657c5d5a5d7e7/src/cmd-buildextend-live#L113-L114.
# Structs
No description provided by the author
MockPullSecretValidator is a mock of PullSecretValidator interface.
MockPullSecretValidatorMockRecorder is the mock recorder for MockPullSecretValidator.
No description provided by the author
PullSecretError distinguishes secret validation errors produced by this package from other types of errors.
# Interfaces
PullSecretValidator is used run validations on a provided pull secret it verifies the format of the pull secrete and access to required image registries
go:generate mockgen -source=pull_secret_validation.go -package=validations -destination=mock_pull_secret_validation.go.