@@ -22,24 +22,24 @@ import (
22
22
)
23
23
24
24
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
25
- func (in * AWSClusterProviderConfig ) DeepCopyInto (out * AWSClusterProviderConfig ) {
25
+ func (in * SkeletonClusterProviderConfig ) DeepCopyInto (out * SkeletonClusterProviderConfig ) {
26
26
* out = * in
27
27
out .TypeMeta = in .TypeMeta
28
28
return
29
29
}
30
30
31
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSClusterProviderConfig .
32
- func (in * AWSClusterProviderConfig ) DeepCopy () * AWSClusterProviderConfig {
31
+ // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SkeletonClusterProviderConfig .
32
+ func (in * SkeletonClusterProviderConfig ) DeepCopy () * SkeletonClusterProviderConfig {
33
33
if in == nil {
34
34
return nil
35
35
}
36
- out := new (AWSClusterProviderConfig )
36
+ out := new (SkeletonClusterProviderConfig )
37
37
in .DeepCopyInto (out )
38
38
return out
39
39
}
40
40
41
41
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
42
- func (in * AWSClusterProviderConfig ) DeepCopyObject () runtime.Object {
42
+ func (in * SkeletonClusterProviderConfig ) DeepCopyObject () runtime.Object {
43
43
if c := in .DeepCopy (); c != nil {
44
44
return c
45
45
} else {
@@ -48,24 +48,24 @@ func (in *AWSClusterProviderConfig) DeepCopyObject() runtime.Object {
48
48
}
49
49
50
50
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
51
- func (in * AWSClusterProviderStatus ) DeepCopyInto (out * AWSClusterProviderStatus ) {
51
+ func (in * SkeletonClusterProviderStatus ) DeepCopyInto (out * SkeletonClusterProviderStatus ) {
52
52
* out = * in
53
53
out .TypeMeta = in .TypeMeta
54
54
return
55
55
}
56
56
57
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSClusterProviderStatus .
58
- func (in * AWSClusterProviderStatus ) DeepCopy () * AWSClusterProviderStatus {
57
+ // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SkeletonClusterProviderStatus .
58
+ func (in * SkeletonClusterProviderStatus ) DeepCopy () * SkeletonClusterProviderStatus {
59
59
if in == nil {
60
60
return nil
61
61
}
62
- out := new (AWSClusterProviderStatus )
62
+ out := new (SkeletonClusterProviderStatus )
63
63
in .DeepCopyInto (out )
64
64
return out
65
65
}
66
66
67
67
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
68
- func (in * AWSClusterProviderStatus ) DeepCopyObject () runtime.Object {
68
+ func (in * SkeletonClusterProviderStatus ) DeepCopyObject () runtime.Object {
69
69
if c := in .DeepCopy (); c != nil {
70
70
return c
71
71
} else {
@@ -74,24 +74,24 @@ func (in *AWSClusterProviderStatus) DeepCopyObject() runtime.Object {
74
74
}
75
75
76
76
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
77
- func (in * AWSMachineProviderConfig ) DeepCopyInto (out * AWSMachineProviderConfig ) {
77
+ func (in * SkeletonMachineProviderConfig ) DeepCopyInto (out * SkeletonMachineProviderConfig ) {
78
78
* out = * in
79
79
out .TypeMeta = in .TypeMeta
80
80
return
81
81
}
82
82
83
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSMachineProviderConfig .
84
- func (in * AWSMachineProviderConfig ) DeepCopy () * AWSMachineProviderConfig {
83
+ // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SkeletonMachineProviderConfig .
84
+ func (in * SkeletonMachineProviderConfig ) DeepCopy () * SkeletonMachineProviderConfig {
85
85
if in == nil {
86
86
return nil
87
87
}
88
- out := new (AWSMachineProviderConfig )
88
+ out := new (SkeletonMachineProviderConfig )
89
89
in .DeepCopyInto (out )
90
90
return out
91
91
}
92
92
93
93
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
94
- func (in * AWSMachineProviderConfig ) DeepCopyObject () runtime.Object {
94
+ func (in * SkeletonMachineProviderConfig ) DeepCopyObject () runtime.Object {
95
95
if c := in .DeepCopy (); c != nil {
96
96
return c
97
97
} else {
@@ -100,24 +100,24 @@ func (in *AWSMachineProviderConfig) DeepCopyObject() runtime.Object {
100
100
}
101
101
102
102
// DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
103
- func (in * AWSMachineProviderStatus ) DeepCopyInto (out * AWSMachineProviderStatus ) {
103
+ func (in * SkeletonMachineProviderStatus ) DeepCopyInto (out * SkeletonMachineProviderStatus ) {
104
104
* out = * in
105
105
out .TypeMeta = in .TypeMeta
106
106
return
107
107
}
108
108
109
- // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new AWSMachineProviderStatus .
110
- func (in * AWSMachineProviderStatus ) DeepCopy () * AWSMachineProviderStatus {
109
+ // DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new SkeletonMachineProviderStatus .
110
+ func (in * SkeletonMachineProviderStatus ) DeepCopy () * SkeletonMachineProviderStatus {
111
111
if in == nil {
112
112
return nil
113
113
}
114
- out := new (AWSMachineProviderStatus )
114
+ out := new (SkeletonMachineProviderStatus )
115
115
in .DeepCopyInto (out )
116
116
return out
117
117
}
118
118
119
119
// DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
120
- func (in * AWSMachineProviderStatus ) DeepCopyObject () runtime.Object {
120
+ func (in * SkeletonMachineProviderStatus ) DeepCopyObject () runtime.Object {
121
121
if c := in .DeepCopy (); c != nil {
122
122
return c
123
123
} else {
0 commit comments