File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -81,8 +81,9 @@ type CloudStackFailureDomainSpec struct {
81
81
// CloudStack domain.
82
82
// +optional
83
83
Domain string `json:"domain,omitempty"`
84
+
84
85
// Apache CloudStack Endpoint secret reference.
85
- ACSEndpoint corev1.SecretReference `json:"acsendpoint "`
86
+ ACSEndpoint corev1.SecretReference `json:"acsEndpoint "`
86
87
}
87
88
88
89
// CloudStackFailureDomainStatus defines the observed state of CloudStackFailureDomain
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ type CloudStackMachineSpec struct {
63
63
64
64
// Optional affinitygroupids for deployVirtualMachine
65
65
// +optional
66
- AffinityGroupIDs []string `json:"affinitygroupids ,omitempty"`
66
+ AffinityGroupIDs []string `json:"affinityGroupIDs ,omitempty"`
67
67
68
68
// Mutually exclusive parameter with AffinityGroupIDs.
69
69
// Defaults to `no`. Can be `pro` or `anti`. Will create an affinity group per machine set.
@@ -73,7 +73,7 @@ type CloudStackMachineSpec struct {
73
73
// Mutually exclusive parameter with AffinityGroupIDs.
74
74
// Is a reference to a CloudStack affinity group CRD.
75
75
// +optional
76
- AffinityGroupRef * corev1.ObjectReference `json:"cloudstackaffinityref ,omitempty"`
76
+ AffinityGroupRef * corev1.ObjectReference `json:"cloudstackAffinityRef ,omitempty"`
77
77
78
78
// The CS specific unique identifier. Of the form: fmt.Sprintf("cloudstack:///%s", CS Machine ID)
79
79
// +optional
You can’t perform that action at this time.
0 commit comments