-
Notifications
You must be signed in to change notification settings - Fork 123
/
zz_generated.managed.go
188 lines (150 loc) · 5.66 KB
/
zz_generated.managed.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
/*
Copyright 2022 Upbound Inc.
*/
// Code generated by angryjet. DO NOT EDIT.
package v1beta1
import xpv1 "github.com/crossplane/crossplane-runtime/apis/common/v1"
// GetCondition of this Feature.
func (mg *Feature) GetCondition(ct xpv1.ConditionType) xpv1.Condition {
return mg.Status.GetCondition(ct)
}
// GetDeletionPolicy of this Feature.
func (mg *Feature) GetDeletionPolicy() xpv1.DeletionPolicy {
return mg.Spec.DeletionPolicy
}
// GetManagementPolicies of this Feature.
func (mg *Feature) GetManagementPolicies() xpv1.ManagementPolicies {
return mg.Spec.ManagementPolicies
}
// GetProviderConfigReference of this Feature.
func (mg *Feature) GetProviderConfigReference() *xpv1.Reference {
return mg.Spec.ProviderConfigReference
}
// GetPublishConnectionDetailsTo of this Feature.
func (mg *Feature) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo {
return mg.Spec.PublishConnectionDetailsTo
}
// GetWriteConnectionSecretToReference of this Feature.
func (mg *Feature) GetWriteConnectionSecretToReference() *xpv1.SecretReference {
return mg.Spec.WriteConnectionSecretToReference
}
// SetConditions of this Feature.
func (mg *Feature) SetConditions(c ...xpv1.Condition) {
mg.Status.SetConditions(c...)
}
// SetDeletionPolicy of this Feature.
func (mg *Feature) SetDeletionPolicy(r xpv1.DeletionPolicy) {
mg.Spec.DeletionPolicy = r
}
// SetManagementPolicies of this Feature.
func (mg *Feature) SetManagementPolicies(r xpv1.ManagementPolicies) {
mg.Spec.ManagementPolicies = r
}
// SetProviderConfigReference of this Feature.
func (mg *Feature) SetProviderConfigReference(r *xpv1.Reference) {
mg.Spec.ProviderConfigReference = r
}
// SetPublishConnectionDetailsTo of this Feature.
func (mg *Feature) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) {
mg.Spec.PublishConnectionDetailsTo = r
}
// SetWriteConnectionSecretToReference of this Feature.
func (mg *Feature) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) {
mg.Spec.WriteConnectionSecretToReference = r
}
// GetCondition of this Project.
func (mg *Project) GetCondition(ct xpv1.ConditionType) xpv1.Condition {
return mg.Status.GetCondition(ct)
}
// GetDeletionPolicy of this Project.
func (mg *Project) GetDeletionPolicy() xpv1.DeletionPolicy {
return mg.Spec.DeletionPolicy
}
// GetManagementPolicies of this Project.
func (mg *Project) GetManagementPolicies() xpv1.ManagementPolicies {
return mg.Spec.ManagementPolicies
}
// GetProviderConfigReference of this Project.
func (mg *Project) GetProviderConfigReference() *xpv1.Reference {
return mg.Spec.ProviderConfigReference
}
// GetPublishConnectionDetailsTo of this Project.
func (mg *Project) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo {
return mg.Spec.PublishConnectionDetailsTo
}
// GetWriteConnectionSecretToReference of this Project.
func (mg *Project) GetWriteConnectionSecretToReference() *xpv1.SecretReference {
return mg.Spec.WriteConnectionSecretToReference
}
// SetConditions of this Project.
func (mg *Project) SetConditions(c ...xpv1.Condition) {
mg.Status.SetConditions(c...)
}
// SetDeletionPolicy of this Project.
func (mg *Project) SetDeletionPolicy(r xpv1.DeletionPolicy) {
mg.Spec.DeletionPolicy = r
}
// SetManagementPolicies of this Project.
func (mg *Project) SetManagementPolicies(r xpv1.ManagementPolicies) {
mg.Spec.ManagementPolicies = r
}
// SetProviderConfigReference of this Project.
func (mg *Project) SetProviderConfigReference(r *xpv1.Reference) {
mg.Spec.ProviderConfigReference = r
}
// SetPublishConnectionDetailsTo of this Project.
func (mg *Project) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) {
mg.Spec.PublishConnectionDetailsTo = r
}
// SetWriteConnectionSecretToReference of this Project.
func (mg *Project) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) {
mg.Spec.WriteConnectionSecretToReference = r
}
// GetCondition of this Segment.
func (mg *Segment) GetCondition(ct xpv1.ConditionType) xpv1.Condition {
return mg.Status.GetCondition(ct)
}
// GetDeletionPolicy of this Segment.
func (mg *Segment) GetDeletionPolicy() xpv1.DeletionPolicy {
return mg.Spec.DeletionPolicy
}
// GetManagementPolicies of this Segment.
func (mg *Segment) GetManagementPolicies() xpv1.ManagementPolicies {
return mg.Spec.ManagementPolicies
}
// GetProviderConfigReference of this Segment.
func (mg *Segment) GetProviderConfigReference() *xpv1.Reference {
return mg.Spec.ProviderConfigReference
}
// GetPublishConnectionDetailsTo of this Segment.
func (mg *Segment) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo {
return mg.Spec.PublishConnectionDetailsTo
}
// GetWriteConnectionSecretToReference of this Segment.
func (mg *Segment) GetWriteConnectionSecretToReference() *xpv1.SecretReference {
return mg.Spec.WriteConnectionSecretToReference
}
// SetConditions of this Segment.
func (mg *Segment) SetConditions(c ...xpv1.Condition) {
mg.Status.SetConditions(c...)
}
// SetDeletionPolicy of this Segment.
func (mg *Segment) SetDeletionPolicy(r xpv1.DeletionPolicy) {
mg.Spec.DeletionPolicy = r
}
// SetManagementPolicies of this Segment.
func (mg *Segment) SetManagementPolicies(r xpv1.ManagementPolicies) {
mg.Spec.ManagementPolicies = r
}
// SetProviderConfigReference of this Segment.
func (mg *Segment) SetProviderConfigReference(r *xpv1.Reference) {
mg.Spec.ProviderConfigReference = r
}
// SetPublishConnectionDetailsTo of this Segment.
func (mg *Segment) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo) {
mg.Spec.PublishConnectionDetailsTo = r
}
// SetWriteConnectionSecretToReference of this Segment.
func (mg *Segment) SetWriteConnectionSecretToReference(r *xpv1.SecretReference) {
mg.Spec.WriteConnectionSecretToReference = r
}