Skip to content

Commit 6105553

Browse files
committed
Fix operator-registry sync drift
Signed-off-by: perdasilva <[email protected]>
1 parent dc24718 commit 6105553

File tree

2 files changed

+4
-4
lines changed
  • staging/operator-registry/pkg/registry
  • vendor/github.com/operator-framework/operator-registry/pkg/registry

2 files changed

+4
-4
lines changed

staging/operator-registry/pkg/registry/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ type LabelDependency struct {
223223
}
224224

225225
type CelConstraint struct {
226-
// Constraint message that surfaces in resolution
226+
// Constraint failure message that surfaces in resolution
227227
// This field is optional
228-
Message string `json:"message" yaml:"message"`
228+
FailureMessage string `json:"failureMessage" yaml:"failureMessage"`
229229

230230
// The cel struct that contraints CEL expression
231231
// This field is required

vendor/github.com/operator-framework/operator-registry/pkg/registry/types.go

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)