validation

package
v3.10.0-0.32.0+incompa... Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2018 License: Apache-2.0 Imports: 49 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ValidateCertInfo

func ValidateCertInfo(certInfo config.CertInfo, required bool, fldPath *field.Path) field.ErrorList

func ValidateControllerExtendedArguments

func ValidateControllerExtendedArguments(config configapi.ExtendedArguments, fldPath *field.Path) field.ErrorList

func ValidateDir

func ValidateDir(path string, fldPath *field.Path) field.ErrorList

func ValidateDockerConfig

func ValidateDockerConfig(config configapi.DockerConfig, fldPath *field.Path) field.ErrorList

func ValidateEtcdConnectionInfo

func ValidateEtcdConnectionInfo(config config.EtcdConnectionInfo, server *config.EtcdConfig, fldPath *field.Path) field.ErrorList

ValidateEtcdConnectionInfo validates the connection info. If a server EtcdConfig is provided, it ensures the connection info includes a URL for it, and has a client cert/key if the server requires client certificate authentication

func ValidateEtcdStorageConfig

func ValidateEtcdStorageConfig(config configapi.EtcdStorageConfig, fldPath *field.Path) field.ErrorList

func ValidateExtendedArguments

func ValidateExtendedArguments(config config.ExtendedArguments, flagFunc func(*pflag.FlagSet), fldPath *field.Path) field.ErrorList

func ValidateFile

func ValidateFile(path string, fldPath *field.Path) field.ErrorList

func ValidateGitLabIdentityProvider

func ValidateGitLabIdentityProvider(provider *configapi.GitLabIdentityProvider, fieldPath *field.Path) field.ErrorList

func ValidateHostPort

func ValidateHostPort(value string, fldPath *field.Path) field.ErrorList

func ValidateImageConfig

func ValidateImageConfig(config configapi.ImageConfig, fldPath *field.Path) field.ErrorList

func ValidateImagePolicyConfig

func ValidateImagePolicyConfig(config configapi.ImagePolicyConfig, fldPath *field.Path) field.ErrorList

func ValidateIngressIPNetworkCIDR

func ValidateIngressIPNetworkCIDR(config *configapi.MasterConfig, fldPath *field.Path) (errors field.ErrorList)

func ValidateKubeConfig

func ValidateKubeConfig(path string, fldPath *field.Path) field.ErrorList

func ValidateKubeletConnectionInfo

func ValidateKubeletConnectionInfo(config configapi.KubeletConnectionInfo, fldPath *field.Path) field.ErrorList

func ValidateKubeletExtendedArguments

func ValidateKubeletExtendedArguments(config configapi.ExtendedArguments, fldPath *field.Path) field.ErrorList

func ValidateNetworkConfig

func ValidateNetworkConfig(config configapi.NodeNetworkConfig, fldPath *field.Path) field.ErrorList

func ValidateNodeAuthConfig

func ValidateNodeAuthConfig(config configapi.NodeAuthConfig, fldPath *field.Path) field.ErrorList

func ValidateOAuthIdentityProvider

func ValidateOAuthIdentityProvider(clientID string, clientSecret configapi.StringSource, fieldPath *field.Path) field.ErrorList

func ValidateOpenIDIdentityProvider

func ValidateOpenIDIdentityProvider(provider *configapi.OpenIDIdentityProvider, identityProvider configapi.IdentityProvider, fieldPath *field.Path) field.ErrorList

func ValidatePodManifestConfig

func ValidatePodManifestConfig(podManifestConfig *config.PodManifestConfig, fldPath *field.Path) field.ErrorList

func ValidatePolicyConfig

func ValidatePolicyConfig(config configapi.PolicyConfig, fldPath *field.Path) field.ErrorList

func ValidateRemoteConnectionInfo

func ValidateRemoteConnectionInfo(remoteConnectionInfo config.RemoteConnectionInfo, fldPath *field.Path) field.ErrorList

func ValidateRoutingConfig

func ValidateRoutingConfig(config configapi.RoutingConfig, fldPath *field.Path) field.ErrorList

func ValidateSecureURL

func ValidateSecureURL(urlString string, fldPath *field.Path) (*url.URL, field.ErrorList)

func ValidateSessionSecrets

func ValidateSessionSecrets(config *configapi.SessionSecrets) field.ErrorList

func ValidateSpecifiedIP

func ValidateSpecifiedIP(ipString string, fldPath *field.Path) field.ErrorList

func ValidateSpecifiedIPPort

func ValidateSpecifiedIPPort(ipPortString string, fldPath *field.Path) field.ErrorList

func ValidateStorageVersionLevel

func ValidateStorageVersionLevel(level string, knownAPILevels, deadAPILevels []string, fldPath *field.Path) field.ErrorList

func ValidateURL

func ValidateURL(urlString string, fldPath *field.Path) (*url.URL, field.ErrorList)

func ValidateVolumeConfig

func ValidateVolumeConfig(config configapi.NodeVolumeConfig, fldPath *field.Path) field.ErrorList

Types

type ValidationResults

type ValidationResults struct {
	Warnings field.ErrorList
	Errors   field.ErrorList
}

TODO: this should just be two return arrays, no need to be clever

func ValidateAPILevels

func ValidateAPILevels(apiLevels []string, knownAPILevels, deadAPILevels []string, fldPath *field.Path) ValidationResults

func ValidateAPIServerExtendedArguments

func ValidateAPIServerExtendedArguments(config configapi.ExtendedArguments, fldPath *field.Path) ValidationResults

func ValidateActiveDirectoryConfig

func ValidateActiveDirectoryConfig(config *configapi.ActiveDirectoryConfig) ValidationResults

func ValidateAdmissionPluginConfig

func ValidateAdmissionPluginConfig(pluginConfig map[string]*configapi.AdmissionPluginConfig, fieldPath *field.Path) ValidationResults

func ValidateAggregatorConfig

func ValidateAggregatorConfig(config configapi.AggregatorConfig, fldPath *field.Path) ValidationResults

func ValidateAllInOneConfig

func ValidateAllInOneConfig(master *config.MasterConfig, node *config.NodeConfig) ValidationResults

func ValidateAuditConfig

func ValidateAuditConfig(config configapi.AuditConfig, fldPath *field.Path) ValidationResults

func ValidateAugmentedActiveDirectoryConfig

func ValidateAugmentedActiveDirectoryConfig(config *configapi.AugmentedActiveDirectoryConfig) ValidationResults

func ValidateControllerConfig

func ValidateControllerConfig(config configapi.ControllerConfig, fldPath *field.Path) ValidationResults

func ValidateDeprecatedClusterNetworkConfig

func ValidateDeprecatedClusterNetworkConfig(config *configapi.MasterConfig, fldPath *field.Path) ValidationResults

func ValidateEtcdConfig

func ValidateEtcdConfig(config *config.EtcdConfig, fldPath *field.Path) ValidationResults

func ValidateGitHubIdentityProvider

func ValidateGitHubIdentityProvider(provider *configapi.GitHubIdentityProvider, challenge bool, mappingMethod string, fieldPath *field.Path) ValidationResults

func ValidateGoogleIdentityProvider

func ValidateGoogleIdentityProvider(provider *configapi.GoogleIdentityProvider, challenge bool, mappingMethod string, fieldPath *field.Path) ValidationResults

func ValidateHTTPServingInfo

func ValidateHTTPServingInfo(info config.HTTPServingInfo, fldPath *field.Path) ValidationResults

func ValidateIdentityProvider

func ValidateIdentityProvider(identityProvider configapi.IdentityProvider, fldPath *field.Path) ValidationResults

func ValidateInClusterNodeConfig

func ValidateInClusterNodeConfig(config *configapi.NodeConfig, fldPath *field.Path) ValidationResults

func ValidateKeystoneIdentityProvider

func ValidateKeystoneIdentityProvider(provider *configapi.KeystonePasswordIdentityProvider, identityProvider configapi.IdentityProvider, fldPath *field.Path) ValidationResults

RemoteConnection fields validated separately -- this is for keystone-specific validation

func ValidateKubernetesMasterConfig

func ValidateKubernetesMasterConfig(config configapi.KubernetesMasterConfig, fldPath *field.Path) ValidationResults

func ValidateLDAPClientConfig

func ValidateLDAPClientConfig(url, bindDN, bindPassword, CA string, insecure bool, fldPath *field.Path) ValidationResults

func ValidateLDAPIdentityProvider

func ValidateLDAPIdentityProvider(provider *configapi.LDAPPasswordIdentityProvider, fldPath *field.Path) ValidationResults

func ValidateLDAPQuery

func ValidateLDAPQuery(query configapi.LDAPQuery, fldPath *field.Path) ValidationResults

func ValidateLDAPSyncConfig

func ValidateLDAPSyncConfig(config *configapi.LDAPSyncConfig) ValidationResults

func ValidateMasterAuthConfig

func ValidateMasterAuthConfig(config configapi.MasterAuthConfig, fldPath *field.Path) ValidationResults

func ValidateMasterConfig

func ValidateMasterConfig(config *configapi.MasterConfig, fldPath *field.Path) ValidationResults

func ValidateNamedCertificates

func ValidateNamedCertificates(fldPath *field.Path, namedCertificates []config.NamedCertificate) ValidationResults

func ValidateNodeConfig

func ValidateNodeConfig(config *configapi.NodeConfig, fldPath *field.Path) ValidationResults

func ValidateOAuthConfig

func ValidateOAuthConfig(config *configapi.OAuthConfig, fldPath *field.Path) ValidationResults

func ValidateProjectConfig

func ValidateProjectConfig(config configapi.ProjectConfig, fldPath *field.Path) ValidationResults

func ValidateRFC2307Config

func ValidateRFC2307Config(config *configapi.RFC2307Config) ValidationResults

func ValidateRequestHeaderIdentityProvider

func ValidateRequestHeaderIdentityProvider(provider *configapi.RequestHeaderIdentityProvider, identityProvider configapi.IdentityProvider, fieldPath *field.Path) ValidationResults

func ValidateServiceAccountConfig

func ValidateServiceAccountConfig(config configapi.ServiceAccountConfig, fldPath *field.Path) ValidationResults

func ValidateServingInfo

func ValidateServingInfo(info config.ServingInfo, certificatesRequired bool, fldPath *field.Path) ValidationResults

func ValidateStringSource

func ValidateStringSource(s config.StringSource, fieldPath *field.Path) ValidationResults

func (*ValidationResults) AddErrors

func (r *ValidationResults) AddErrors(errors ...*field.Error)

func (*ValidationResults) AddWarnings

func (r *ValidationResults) AddWarnings(warnings ...*field.Error)

func (*ValidationResults) Append

func (r *ValidationResults) Append(additionalResults ValidationResults)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL