File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -168,8 +168,7 @@ type MachinePoolSpec struct
168
168
- Description: Name of the Cluster this machine pool belongs to.
169
169
- ** FailureDomains [ optional] **
170
170
- Type: ` FailureDomains `
171
- - Description: FailureDomainSpec is the Schema for Cluster API failure domains.
172
- It allows controllers to understand how many failure domains a cluster can optionally span across.
171
+ - Description: FailureDomains are the failure domains the MachinePool instances should be be created in.
173
172
- ** Replicas [ optional] **
174
173
- Type: ` *int32 `
175
174
- Description: Number of desired machine instances. Defaults to 1.
@@ -419,4 +418,3 @@ inconsistent experience across providers.
419
418
10/23/2019: First round of feedback from community
420
419
10/23/2019: Present proposal at a community meeting
421
420
10/31/2019: Open proposal PR
422
-
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ type MachinePoolSpec struct {
60
60
// +optional
61
61
ProviderIDList []string `json:"providerIDList,omitempty"`
62
62
63
- // FailureDomains is the list of failure domains this MachinePool should be attached to .
63
+ // FailureDomains are the failure domains the MachinePool instances should be be created in .
64
64
FailureDomains clusterv1.FailureDomains `json:"failureDomains,omitempty"`
65
65
}
66
66
You can’t perform that action at this time.
0 commit comments