Skip to content

Commit

Permalink
remove omitempty from ddm ready flag
Browse files Browse the repository at this point in the history
  • Loading branch information
bdevcich committed Nov 8, 2023
1 parent ebf7abe commit 417e74f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/v1alpha1/nnf_datamovementmanager_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ type NnfDataMovementManagerStatus struct {

// Ready indicates that the Data Movement Manager has achieved the desired readiness state
// and all managed resources are initialized.
Ready bool `json:"ready,omitempty"`
// +kubebuilder:default:=false
Ready bool `json:"ready"`
}

//+kubebuilder:object:root=true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7637,9 +7637,12 @@ spec:
NnfDataMovementManager
properties:
ready:
default: false
description: Ready indicates that the Data Movement Manager has achieved
the desired readiness state and all managed resources are initialized.
type: boolean
required:
- ready
type: object
type: object
served: true
Expand Down

0 comments on commit 417e74f

Please sign in to comment.