Versions in this module Expand all Collapse all v4 v4.1.0 May 1, 2019 Changes in this version + func ValidateCertInfo(certInfo config.CertInfo, required bool, fldPath *field.Path) field.ErrorList + func ValidateDir(path string, fldPath *field.Path) field.ErrorList + func ValidateFile(path string, fldPath *field.Path) field.ErrorList + func ValidateHostPort(value string, fldPath *field.Path) field.ErrorList + func ValidateSecureURL(urlString string, fldPath *field.Path) (*url.URL, field.ErrorList) + func ValidateSpecifiedIP(ipString string, fldPath *field.Path) field.ErrorList + func ValidateSpecifiedIPPort(ipPortString string, fldPath *field.Path) field.ErrorList + func ValidateURL(urlString string, fldPath *field.Path) (*url.URL, field.ErrorList) + type ValidationResults struct + Errors field.ErrorList + Warnings field.ErrorList + func ValidateNamedCertificates(fldPath *field.Path, namedCertificates []config.NamedCertificate) ValidationResults + func ValidateServingInfo(info config.ServingInfo, certificatesRequired bool, fldPath *field.Path) ValidationResults + func ValidateStringSource(s config.StringSource, fieldPath *field.Path) ValidationResults + func (r *ValidationResults) AddErrors(errors ...*field.Error) + func (r *ValidationResults) AddWarnings(warnings ...*field.Error) + func (r *ValidationResults) Append(additionalResults ValidationResults) v4.0.0-alpha.0 Sep 13, 2018 Other modules containing this package gopkg.in/openshift/origin.v3