Skip to content

Commit

Permalink
Remove logServersPerDisk from v1beta1 API
Browse files Browse the repository at this point in the history
  • Loading branch information
johscheuer committed Jul 13, 2023
1 parent 3cfabf9 commit c164bf8
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
4 changes: 0 additions & 4 deletions api/v1beta1/foundationdbcluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,10 +452,6 @@ type FoundationDBClusterStatus struct {
// If there are more than one value in the slice the reconcile phase is not finished.
StorageServersPerDisk []int `json:"storageServersPerDisk,omitempty"`

// LogServersPerDisk defines the LogServersPerDisk observed in the cluster.
// If there are more than one value in the slice the reconcile phase is not finished.
LogServersPerDisk []int `json:"logServersPerDisk,omitempty"`

// ImageTypes defines the kinds of images that are in use in the cluster.
// If there is more than one value in the slice the reconcile phase is not
// finished.
Expand Down
5 changes: 0 additions & 5 deletions api/v1beta1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -9966,10 +9966,6 @@ spec:
type: string
type: array
type: object
logServersPerDisk:
items:
type: integer
type: array
missingProcesses:
additionalProperties:
format: int64
Expand Down

0 comments on commit c164bf8

Please sign in to comment.