Skip to content

Commit

Permalink
self-review
Browse files Browse the repository at this point in the history
Signed-off-by: abarreiro <abarreiro@vmware.com>
  • Loading branch information
adambarreiro committed May 16, 2024
1 parent 0c79070 commit 8b0f100
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions govcd/cse_type.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ type CseWorkerPoolSettings struct {
PlacementPolicyId string // Optional
VGpuPolicyId string // Optional
StorageProfileId string // Optional
Autoscaler *CseWorkerPoolAutoscaler // Optional, only taken into account if the autoscaler is enabled in the cluster
Autoscaler *CseWorkerPoolAutoscaler // Optional, enables the Autoscaler if not nil. If it is nil for all worker pools, the Autoscaler will be disabled
}

// CseWorkerPoolAutoscaler defines the required configuration of the Autoscaling capabilities of a CSE Kubernetes cluster Worker Pool.
Expand Down Expand Up @@ -112,7 +112,7 @@ type CseControlPlaneUpdateInput struct {
// needs in order to be updated.
type CseWorkerPoolUpdateInput struct {
MachineCount int // If the Autoscaler is enabled, this field is ignored
Autoscaler *CseWorkerPoolAutoscaler // Optional, only taken into account if the autoscaler is enabled in the cluster
Autoscaler *CseWorkerPoolAutoscaler // Optional, enables the Autoscaler if not nil. If it is nil for all worker pools, the Autoscaler will be disabled
}

// cseClusterSettingsInternal defines the required arguments that are required by the CSE Server used internally to specify
Expand Down

0 comments on commit 8b0f100

Please sign in to comment.