Skip to content

Contains the API definitions used by OLM and Marketplace

Notifications You must be signed in to change notification settings

prafull01/api

This branch is 316 commits behind operator-framework/api:master.

Folders and files

NameName
Last commit message
Last commit date
Mar 3, 2020
May 21, 2020
May 6, 2020
Apr 1, 2020
May 22, 2020
May 21, 2020
Jan 29, 2020
Apr 15, 2020
Dec 17, 2019
May 21, 2020
May 21, 2020
Apr 8, 2020

Repository files navigation

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 verify /path/to/filename.yaml

About

Contains the API definitions used by OLM and Marketplace

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.1%
  • Makefile 0.9%