split comments

Signed-off-by: Howard Lau <howardlau1999@hotmail.com>
This commit is contained in:
Howard Lau 2020-10-30 07:09:39 +00:00
parent 223d464e45
commit 2b486417bb
No known key found for this signature in database
GPG Key ID: 5CCC55849E3CF8E2
2 changed files with 1 additions and 1 deletions

View File

@ -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"`

View File

@ -6985,7 +6985,6 @@ spec:
version if non-empty
type: string
volumePreallocate:
description: Master-specific settings
type: boolean
volumeSizeLimitMB:
format: int32