Skip to content

Commit c56b03a

Browse files
authored
Remove logServersPerDisk from v1beta1 API (#1742)
1 parent 3cfabf9 commit c56b03a

File tree

3 files changed

+0
-13
lines changed

3 files changed

+0
-13
lines changed

api/v1beta1/foundationdbcluster_types.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,6 @@ type FoundationDBClusterStatus struct {
452452
// If there are more than one value in the slice the reconcile phase is not finished.
453453
StorageServersPerDisk []int `json:"storageServersPerDisk,omitempty"`
454454

455-
// LogServersPerDisk defines the LogServersPerDisk observed in the cluster.
456-
// If there are more than one value in the slice the reconcile phase is not finished.
457-
LogServersPerDisk []int `json:"logServersPerDisk,omitempty"`
458-
459455
// ImageTypes defines the kinds of images that are in use in the cluster.
460456
// If there is more than one value in the slice the reconcile phase is not
461457
// finished.

api/v1beta1/zz_generated.deepcopy.go

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/apps.foundationdb.org_foundationdbclusters.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9966,10 +9966,6 @@ spec:
99669966
type: string
99679967
type: array
99689968
type: object
9969-
logServersPerDisk:
9970-
items:
9971-
type: integer
9972-
type: array
99739969
missingProcesses:
99749970
additionalProperties:
99759971
format: int64

0 commit comments

Comments
 (0)