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"`
|
Config *string `json:"config,omitempty"`
|
||||||
|
|
||||||
// Master-specific settings
|
// Master-specific settings
|
||||||
|
|
||||||
VolumePreallocate *bool `json:"volumePreallocate,omitempty"`
|
VolumePreallocate *bool `json:"volumePreallocate,omitempty"`
|
||||||
VolumeSizeLimitMB *int32 `json:"volumeSizeLimitMB,omitempty"`
|
VolumeSizeLimitMB *int32 `json:"volumeSizeLimitMB,omitempty"`
|
||||||
GarbageThreshold *string `json:"garbageThreshold,omitempty"`
|
GarbageThreshold *string `json:"garbageThreshold,omitempty"`
|
||||||
|
|
|
@ -6985,7 +6985,6 @@ spec:
|
||||||
version if non-empty
|
version if non-empty
|
||||||
type: string
|
type: string
|
||||||
volumePreallocate:
|
volumePreallocate:
|
||||||
description: Master-specific settings
|
|
||||||
type: boolean
|
type: boolean
|
||||||
volumeSizeLimitMB:
|
volumeSizeLimitMB:
|
||||||
format: int32
|
format: int32
|
||||||
|
|
Loading…
Reference in New Issue