We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc37725 commit fe1e6beCopy full SHA for fe1e6be
api/v1beta1/hcloudmachine_types.go
@@ -118,11 +118,6 @@ type HCloudMachine struct {
118
Status HCloudMachineStatus `json:"status,omitempty"`
119
}
120
121
-// HCloudMachineSpec returns a DeepCopy.
122
-func (r *HCloudMachine) HCloudMachineSpec() *HCloudMachineSpec {
123
- return r.Spec.DeepCopy()
124
-}
125
-
126
// GetConditions returns the observations of the operational state of the HCloudMachine resource.
127
func (r *HCloudMachine) GetConditions() clusterv1.Conditions {
128
return r.Status.Conditions
0 commit comments