Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,9 @@ linters:
- linters:
- staticcheck
text: 'SA1019: .* is deprecated: This package will be removed in one of the next releases.'
- linters:
- staticcheck
text: 'SA1019: .* is deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.'
# Specific exclude rules for deprecated types that are still part of the codebase. These
# should be removed as the referenced deprecated types are removed from the project.
- linters:
Expand Down
2 changes: 2 additions & 0 deletions api/addons/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ limitations under the License.
// +k8s:conversion-gen=sigs.k8s.io/cluster-api/api/addons/v1beta2
// +kubebuilder:object:generate=true
// +groupName=addons.cluster.x-k8s.io
//
// Deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.
package v1beta1
2 changes: 2 additions & 0 deletions api/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ limitations under the License.
// +k8s:conversion-gen=sigs.k8s.io/cluster-api/api/v1beta2
// +kubebuilder:object:generate=true
// +groupName=cluster.x-k8s.io
//
// Deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.
package v1beta1
2 changes: 2 additions & 0 deletions bootstrap/kubeadm/api/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ limitations under the License.
// +k8s:conversion-gen=sigs.k8s.io/cluster-api/bootstrap/kubeadm/api/v1beta2
// +kubebuilder:object:generate=true
// +groupName=bootstrap.cluster.x-k8s.io
//
// Deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.
package v1beta1
2 changes: 2 additions & 0 deletions controlplane/kubeadm/api/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ limitations under the License.
// +k8s:conversion-gen=sigs.k8s.io/cluster-api/controlplane/kubeadm/api/v1beta2
// +kubebuilder:object:generate=true
// +groupName=controlplane.cluster.x-k8s.io
//
// Deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.
package v1beta1
2 changes: 2 additions & 0 deletions exp/api/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ limitations under the License.
// +k8s:conversion-gen=sigs.k8s.io/cluster-api/exp/api/v1beta2
// +kubebuilder:object:generate=true
// +groupName=cluster.x-k8s.io
//
// Deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.
package v1beta1
2 changes: 2 additions & 0 deletions exp/ipam/api/v1alpha1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ limitations under the License.

// Package v1alpha1 contains API Schema definitions for the exp v1alpha1 IPAM API.
// +k8s:conversion-gen=sigs.k8s.io/cluster-api/exp/ipam/api/v1beta2
//
// Deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.
package v1alpha1
2 changes: 2 additions & 0 deletions exp/ipam/api/v1beta1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ limitations under the License.
// +k8s:conversion-gen=sigs.k8s.io/cluster-api/exp/ipam/api/v1beta2
// +kubebuilder:object:generate=true
// +groupName=ipam.cluster.x-k8s.io
//
// Deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.
package v1beta1
2 changes: 2 additions & 0 deletions exp/runtime/api/v1alpha1/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ limitations under the License.

// Package v1alpha1 contains the v1alpha1 implementation of ExtensionConfig.
// +k8s:conversion-gen=sigs.k8s.io/cluster-api/exp/runtime/api/v1beta2
//
// Deprecated: This package is deprecated and is going to be removed when support for v1beta1 will be dropped.
package v1alpha1
Loading