Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 648 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 648 Bytes

api

Contains the API definitions used by Operator Lifecycle Manager (OLM) and Marketplace Operator

pkg/validation: Operator Manifest Validation

pkg/validation exposes a convenient set of interfaces to validate Kubernetes object manifests, primarily for use in an Operator project.

Usage

You can install the operator-verify tool from source using:

$ make install

To verify your ClusterServiceVersion yaml,

$ operator-verify manifests /path/to/filename.yaml