split comments
Signed-off-by: Howard Lau <howardlau1999@hotmail.com>
This commit is contained in:
parent
223d464e45
commit
2b486417bb
|
@ -123,6 +123,7 @@ type MasterSpec struct {
|
|||
Config *string `json:"config,omitempty"`
|
||||
|
||||
// Master-specific settings
|
||||
|
||||
VolumePreallocate *bool `json:"volumePreallocate,omitempty"`
|
||||
VolumeSizeLimitMB *int32 `json:"volumeSizeLimitMB,omitempty"`
|
||||
GarbageThreshold *string `json:"garbageThreshold,omitempty"`
|
||||
|
|
|
@ -6985,7 +6985,6 @@ spec:
|
|||
version if non-empty
|
||||
type: string
|
||||
volumePreallocate:
|
||||
description: Master-specific settings
|
||||
type: boolean
|
||||
volumeSizeLimitMB:
|
||||
format: int32
|
||||
|
|
Loading…
Reference in New Issue