kubernetes/vendor/k8s.io/kube-openapi/pkg/validation/validate/schema_messages.go

const ArrayDoesNotAllowAdditionalItemsError

const HasDependencyError

const InvalidTypeConversionError

const MustValidateAtLeastOneSchemaError

const MustValidateOnlyOneSchemaError

const MustValidateAllSchemasError

const MustNotValidateSchemaError

func invalidTypeConversionMsg(path string, err error) errors.Error {}

func mustValidateOnlyOneSchemaMsg(path, additionalMsg string) errors.Error {}

func mustValidateAtLeastOneSchemaMsg(path string) errors.Error {}

func mustValidateAllSchemasMsg(path, additionalMsg string) errors.Error {}

func mustNotValidatechemaMsg(path string) errors.Error {}

func hasADependencyMsg(path, depkey string) errors.Error {}

func arrayDoesNotAllowAdditionalItemsMsg() errors.Error {}