Skip to content

Commit

Permalink
Update api/v1alpha1/nstemplateset_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Kazakov <[email protected]>
  • Loading branch information
mfrancisc and alexeykazakov authored Sep 23, 2024
1 parent fce4f77 commit 8d29374
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/nstemplateset_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ type NSTemplateSetStatus struct {
// The namespace templates provisioned for the current NSTemplateSet CR
// +optional
// +listType=atomic
Namespaces []NSTemplateSetNamespace `json:"namespaces"`
Namespaces []NSTemplateSetNamespace `json:"namespaces,omitempty"`

// the cluster resources template (for cluster-wide quotas, etc.) provisioned for the current NSTemplateSet CR
// +optional
Expand Down

0 comments on commit 8d29374

Please sign in to comment.