@@ -113,6 +113,10 @@ const (
113
113
// +genclient
114
114
// +genclient:nonNamespaced
115
115
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
116
+ // +k8s:prerelease-lifecycle-gen:introduced=1.9
117
+ // +k8s:prerelease-lifecycle-gen:deprecated=1.16
118
+ // +k8s:prerelease-lifecycle-gen:removed=1.22
119
+ // +k8s:prerelease-lifecycle-gen:replacement=admissionregistration.k8s.io,v1,ValidatingWebhookConfiguration
116
120
117
121
// ValidatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and object without changing it.
118
122
// Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 ValidatingWebhookConfiguration instead.
@@ -129,6 +133,10 @@ type ValidatingWebhookConfiguration struct {
129
133
}
130
134
131
135
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
136
+ // +k8s:prerelease-lifecycle-gen:introduced=1.9
137
+ // +k8s:prerelease-lifecycle-gen:deprecated=1.16
138
+ // +k8s:prerelease-lifecycle-gen:removed=1.22
139
+ // +k8s:prerelease-lifecycle-gen:replacement=admissionregistration.k8s.io,v1,ValidatingWebhookConfigurationList
132
140
133
141
// ValidatingWebhookConfigurationList is a list of ValidatingWebhookConfiguration.
134
142
type ValidatingWebhookConfigurationList struct {
@@ -144,6 +152,10 @@ type ValidatingWebhookConfigurationList struct {
144
152
// +genclient
145
153
// +genclient:nonNamespaced
146
154
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
155
+ // +k8s:prerelease-lifecycle-gen:introduced=1.9
156
+ // +k8s:prerelease-lifecycle-gen:deprecated=1.16
157
+ // +k8s:prerelease-lifecycle-gen:removed=1.22
158
+ // +k8s:prerelease-lifecycle-gen:replacement=admissionregistration.k8s.io,v1,MutatingWebhookConfiguration
147
159
148
160
// MutatingWebhookConfiguration describes the configuration of and admission webhook that accept or reject and may change the object.
149
161
// Deprecated in v1.16, planned for removal in v1.19. Use admissionregistration.k8s.io/v1 MutatingWebhookConfiguration instead.
@@ -160,6 +172,10 @@ type MutatingWebhookConfiguration struct {
160
172
}
161
173
162
174
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
175
+ // +k8s:prerelease-lifecycle-gen:introduced=1.9
176
+ // +k8s:prerelease-lifecycle-gen:deprecated=1.16
177
+ // +k8s:prerelease-lifecycle-gen:removed=1.22
178
+ // +k8s:prerelease-lifecycle-gen:replacement=admissionregistration.k8s.io,v1,MutatingWebhookConfigurationList
163
179
164
180
// MutatingWebhookConfigurationList is a list of MutatingWebhookConfiguration.
165
181
type MutatingWebhookConfigurationList struct {
0 commit comments