api icon indicating copy to clipboard operation
api copied to clipboard

Validators requires documentation

Open camilamacedo86 opened this issue 4 years ago • 1 comments

See that we have https://pkg.go.dev/github.com/operator-framework/[email protected]/pkg/validation/, however, the validators available are their current options has not been properly documented.

That would be great to have a description of what is checked for each of them as all possible options available.

camilamacedo86 avatar Apr 13 '21 19:04 camilamacedo86

  • PackageManifestValidator
  • ClusterServiceVersionValidator
  • CustomResourceDefinitionValidator
  • BundleValidator
  • OperatorHubValidator : Done: https://github.com/operator-framework/api/pull/159
  • ObjectValidator
  • OperatorGroupValidator
  • CommunityOperatorValidator
  • AlphaDeprecatedAPIsValidator
  • DefaultBundleValidators

camilamacedo86 avatar Oct 06 '21 13:10 camilamacedo86