You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-9Lines changed: 0 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,5 @@ Contains the API definitions used by [Operator Lifecycle Manager][olm] (OLM) and
6
6
7
7
`pkg/validation` exposes a convenient set of interfaces to validate Kubernetes object manifests, primarily for use in an Operator project.
8
8
9
-
Additionally this package defines a valid Operator [manifests format][registry-manifests] by exposing a set of `interfaces.Validator`'s to verify them and their constituent manifests. These bundles typically consist of a [Package Manifest][pkg-man] and a set of versioned [bundles][registry-manifests]. Each bundle contains a [ClusterServiceVersion][csv] and one or more [CustomResourceDefinition][crd]'s.
10
-
11
-
This library reports errors and warnings for missing mandatory and optional fields, respectively. It also supports validation of `ClusterServiceVersion` YAML manifests for any data types inconsistent with those in OLM's [`ClusterServiceVersion`][csv-type] type.
0 commit comments