File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,11 @@ const ocpVerV1beta1Unsupported = "4.9"
29
29
//
30
30
// Note that this validator allows to receive a List of optional values as key=values. Currently, only the
31
31
// `index-path` key is allowed. If informed, it will check the labels on the image index according to its criteria.
32
+ //
33
+ // Deprecated - The checks made for this validator were moved to the external one:
34
+ // https://github.com/redhat-openshift-ecosystem/ocp-olm-catalog-validator
35
+ //
36
+ // Please no longer use this check it will be removed in the next releases.
32
37
var CommunityOperatorValidator interfaces.Validator = interfaces .ValidatorFunc (communityValidator )
33
38
34
39
func communityValidator (objs ... interface {}) (results []errors.ManifestResult ) {
Original file line number Diff line number Diff line change @@ -40,6 +40,10 @@ var OperatorGroupValidator = internal.OperatorGroupValidator
40
40
41
41
// CommunityOperatorValidator implements Validator to validate bundle objects
42
42
// for the Community Operator requirements.
43
+ //
44
+ // Deprecated - The checks made for this validator were moved to the external one:
45
+ // https://github.com/redhat-openshift-ecosystem/ocp-olm-catalog-validator.
46
+ // Please no longer use this check it will be removed in the next releases.
43
47
var CommunityOperatorValidator = internal .CommunityOperatorValidator
44
48
45
49
// AlphaDeprecatedAPIsValidator implements Validator to validate bundle objects
You can’t perform that action at this time.
0 commit comments