Skip to content

Commit 0fc1fa8

Browse files
Remove omitempty tag from definitionsConflict
1 parent 83e7476 commit 0fc1fa8

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)