File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,8 @@ type Label struct {
2020 // spec/volumeClaimTemplates[]/metadata fieldSpec. Custom fieldSpecs specified by
2121 // FieldSpecs will be merged with spec/volumeClaimTemplates[]/metadata fieldSpec if this
2222 // is true. If IncludeSelectors is true, IncludeVolumeClaimTemplates is not needed.
23- IncludeVolumeClaimTemplates bool `json:"includeVolumeClaimTemplates,omitempty" yaml:"includeVolumeClaimTemplates,omitempty"`
24- FieldSpecs []FieldSpec `json:"fields,omitempty" yaml:"fields,omitempty"`
23+ IncludeVolumeClaimTemplates bool `json:"includeVolumeClaimTemplates,omitempty" yaml:"includeVolumeClaimTemplates,omitempty"`
24+ FieldSpecs []FieldSpec `json:"fields,omitempty" yaml:"fields,omitempty"`
2525}
2626
2727func labelFromCommonLabels (commonLabels map [string ]string ) * Label {
You can’t perform that action at this time.
0 commit comments