Skip to content

Commit 6a2e354

Browse files
authored
Merge pull request #8201 from killianmuldoon/pr-exvars-definitionsconflict-visible
🌱 Remove omitempty tag from definitionsConflict
2 parents ccefd0c + 0fc1fa8 commit 6a2e354

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

api/v1beta1/clusterclass_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -577,7 +577,7 @@ type ClusterClassStatusVariable struct {
577577

578578
// DefinitionsConflict specifies whether or not there are conflicting definitions for a single variable name.
579579
// +optional
580-
DefinitionsConflict bool `json:"definitionsConflict,omitempty"`
580+
DefinitionsConflict bool `json:"definitionsConflict"`
581581

582582
// Definitions is a list of definitions for a variable.
583583
Definitions []ClusterClassStatusVariableDefinition `json:"definitions"`

api/v1beta1/zz_generated.openapi.go

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

0 commit comments

Comments
 (0)