File tree 9 files changed +19
-0
lines changed
bootstrap/kubeadm/api/v1beta1
controlplane/kubeadm/api/v1beta1 9 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -258,6 +258,9 @@ linters:
258
258
- linters :
259
259
- staticcheck
260
260
text : ' SA1019: .* is deprecated: This package will be removed in one of the next releases.'
261
+ - linters :
262
+ - staticcheck
263
+ text : ' SA1019: .* is deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.'
261
264
# Specific exclude rules for deprecated types that are still part of the codebase. These
262
265
# should be removed as the referenced deprecated types are removed from the project.
263
266
- linters :
Original file line number Diff line number Diff line change @@ -18,4 +18,6 @@ limitations under the License.
18
18
// +k8s:conversion-gen=sigs.k8s.io/cluster-api/api/addons/v1beta2
19
19
// +kubebuilder:object:generate=true
20
20
// +groupName=addons.cluster.x-k8s.io
21
+ //
22
+ // Deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.
21
23
package v1beta1
Original file line number Diff line number Diff line change @@ -19,4 +19,6 @@ limitations under the License.
19
19
// +k8s:conversion-gen=sigs.k8s.io/cluster-api/api/v1beta2
20
20
// +kubebuilder:object:generate=true
21
21
// +groupName=cluster.x-k8s.io
22
+ //
23
+ // Deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.
22
24
package v1beta1
Original file line number Diff line number Diff line change @@ -18,4 +18,6 @@ limitations under the License.
18
18
// +k8s:conversion-gen=sigs.k8s.io/cluster-api/bootstrap/kubeadm/api/v1beta2
19
19
// +kubebuilder:object:generate=true
20
20
// +groupName=bootstrap.cluster.x-k8s.io
21
+ //
22
+ // Deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.
21
23
package v1beta1
Original file line number Diff line number Diff line change @@ -18,4 +18,6 @@ limitations under the License.
18
18
// +k8s:conversion-gen=sigs.k8s.io/cluster-api/controlplane/kubeadm/api/v1beta2
19
19
// +kubebuilder:object:generate=true
20
20
// +groupName=controlplane.cluster.x-k8s.io
21
+ //
22
+ // Deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.
21
23
package v1beta1
Original file line number Diff line number Diff line change @@ -18,4 +18,6 @@ limitations under the License.
18
18
// +k8s:conversion-gen=sigs.k8s.io/cluster-api/exp/api/v1beta2
19
19
// +kubebuilder:object:generate=true
20
20
// +groupName=cluster.x-k8s.io
21
+ //
22
+ // Deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.
21
23
package v1beta1
Original file line number Diff line number Diff line change @@ -16,4 +16,6 @@ limitations under the License.
16
16
17
17
// Package v1alpha1 contains API Schema definitions for the exp v1alpha1 IPAM API.
18
18
// +k8s:conversion-gen=sigs.k8s.io/cluster-api/exp/ipam/api/v1beta2
19
+ //
20
+ // Deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.
19
21
package v1alpha1
Original file line number Diff line number Diff line change @@ -18,4 +18,6 @@ limitations under the License.
18
18
// +k8s:conversion-gen=sigs.k8s.io/cluster-api/exp/ipam/api/v1beta2
19
19
// +kubebuilder:object:generate=true
20
20
// +groupName=ipam.cluster.x-k8s.io
21
+ //
22
+ // Deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.
21
23
package v1beta1
Original file line number Diff line number Diff line change @@ -16,4 +16,6 @@ limitations under the License.
16
16
17
17
// Package v1alpha1 contains the v1alpha1 implementation of ExtensionConfig.
18
18
// +k8s:conversion-gen=sigs.k8s.io/cluster-api/exp/runtime/api/v1beta2
19
+ //
20
+ // Deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.
19
21
package v1alpha1
You can’t perform that action at this time.
0 commit comments