Documentation ¶
Index ¶
- Constants
- Variables
- func AdmitPackageConfiguration(ctx context.Context, scheme *runtime.Scheme, ...) (field.ErrorList, error)
- func ValidatePackageConfiguration(ctx context.Context, scheme *runtime.Scheme, ...) (field.ErrorList, error)
- func ValidatePackageManifest(ctx context.Context, scheme *runtime.Scheme, ...) (field.ErrorList, error)
- func ValidatePackageManifestLock(_ context.Context, obj *manifestsv1alpha1.PackageManifestLock) (field.ErrorList, error)
- type OpenAPISchemaErrorList
Constants ¶
View Source
const (
OpenapiV3TypeObject = "object"
)
Variables ¶
View Source
var ( ErrDuplicateConfig = errors.New("config raw and object fields are both set") ErrXKubernetesValidations = errors.New("failed to retrieve type information for x-kubernetes-validations") )
Functions ¶
func ValidatePackageManifest ¶
func ValidatePackageManifest(ctx context.Context, scheme *runtime.Scheme, obj *manifestsv1alpha1.PackageManifest) (field.ErrorList, error)
func ValidatePackageManifestLock ¶
func ValidatePackageManifestLock(_ context.Context, obj *manifestsv1alpha1.PackageManifestLock) (field.ErrorList, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.