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
1 change: 1 addition & 0 deletions api/v1beta1/azuremanagedcluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ type AzureManagedClusterStatus struct {
// +kubebuilder:resource:path=azuremanagedclusters,scope=Namespaced,categories=cluster-api,shortName=amc
// +kubebuilder:storageversion
// +kubebuilder:subresource:status
// +kubebuilder:deprecatedversion:warning="AzureManagedCluster and the AzureManaged API are deprecated. Please migrate to infrastructure.cluster.x-k8s.io/v1beta1 AzureASOManagedCluster and related AzureASOManaged resources instead."

// AzureManagedCluster is the Schema for the azuremanagedclusters API.
type AzureManagedCluster struct {
Expand Down
1 change: 1 addition & 0 deletions api/v1beta1/azuremanagedclustertemplate_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ type AzureManagedClusterTemplateSpec struct {
// +kubebuilder:object:root=true
// +kubebuilder:resource:path=azuremanagedclustertemplates,scope=Namespaced,categories=cluster-api,shortName=amct
// +kubebuilder:storageversion
// +kubebuilder:deprecatedversion:warning="AzureManagedClusterTemplate and the AzureManaged API are deprecated. Please migrate to infrastructure.cluster.x-k8s.io/v1beta1 AzureASOManagedClusterTemplate and related AzureASOManaged resources instead."

// AzureManagedClusterTemplate is the Schema for the AzureManagedClusterTemplates API.
type AzureManagedClusterTemplate struct {
Expand Down
1 change: 1 addition & 0 deletions api/v1beta1/azuremanagedcontrolplane_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -661,6 +661,7 @@ type AKSExtension struct {
// +kubebuilder:resource:path=azuremanagedcontrolplanes,scope=Namespaced,categories=cluster-api,shortName=amcp
// +kubebuilder:storageversion
// +kubebuilder:subresource:status
// +kubebuilder:deprecatedversion:warning="AzureManagedControlPlane and the AzureManaged API are deprecated. Please migrate to infrastructure.cluster.x-k8s.io/v1beta1 AzureASOManagedControlPlane and related AzureASOManaged resources instead."

// AzureManagedControlPlane is the Schema for the azuremanagedcontrolplanes API.
type AzureManagedControlPlane struct {
Expand Down
1 change: 1 addition & 0 deletions api/v1beta1/azuremanagedcontrolplanetemplate_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ type AzureManagedControlPlaneTemplateSpec struct {
// +kubebuilder:object:root=true
// +kubebuilder:resource:path=azuremanagedcontrolplanetemplates,scope=Namespaced,categories=cluster-api,shortName=amcpt
// +kubebuilder:storageversion
// +kubebuilder:deprecatedversion:warning="AzureManagedControlPlaneTemplate and the AzureManaged API are deprecated. Please migrate to infrastructure.cluster.x-k8s.io/v1beta1 AzureASOManagedControlPlaneTemplate and related AzureASOManaged resources instead."

// AzureManagedControlPlaneTemplate is the Schema for the AzureManagedControlPlaneTemplates API.
type AzureManagedControlPlaneTemplate struct {
Expand Down
1 change: 1 addition & 0 deletions api/v1beta1/azuremanagedmachinepool_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ type AzureManagedMachinePoolStatus struct {
// +kubebuilder:resource:path=azuremanagedmachinepools,scope=Namespaced,categories=cluster-api,shortName=ammp
// +kubebuilder:storageversion
// +kubebuilder:subresource:status
// +kubebuilder:deprecatedversion:warning="AzureManagedMachinePool and the AzureManaged API are deprecated. Please migrate to infrastructure.cluster.x-k8s.io/v1beta1 AzureASOManagedMachinePool and related AzureASOManaged resources instead."

// AzureManagedMachinePool is the Schema for the azuremanagedmachinepools API.
type AzureManagedMachinePool struct {
Expand Down
1 change: 1 addition & 0 deletions api/v1beta1/azuremanagedmachinepooltemplate_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ type AzureManagedMachinePoolTemplateSpec struct {
// +kubebuilder:object:root=true
// +kubebuilder:resource:path=azuremanagedmachinepooltemplates,scope=Namespaced,categories=cluster-api,shortName=ammpt
// +kubebuilder:storageversion
// +kubebuilder:deprecatedversion:warning="AzureManagedMachinePoolTemplate and the AzureManaged API are deprecated. Please migrate to infrastructure.cluster.x-k8s.io/v1beta1 AzureASOManagedMachinePoolTemplate and related AzureASOManaged resources instead."

// AzureManagedMachinePoolTemplate is the Schema for the AzureManagedMachinePoolTemplates API.
type AzureManagedMachinePoolTemplate struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@ spec:
jsonPath: .metadata.creationTimestamp
name: Age
type: date
deprecated: true
deprecationWarning: AzureManagedCluster and the AzureManaged API are deprecated.
Please migrate to infrastructure.cluster.x-k8s.io/v1beta1 AzureASOManagedCluster
and related AzureASOManaged resources instead.
name: v1beta1
schema:
openAPIV3Schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ spec:
singular: azuremanagedclustertemplate
scope: Namespaced
versions:
- name: v1beta1
- deprecated: true
deprecationWarning: AzureManagedClusterTemplate and the AzureManaged API are deprecated.
Please migrate to infrastructure.cluster.x-k8s.io/v1beta1 AzureASOManagedClusterTemplate
and related AzureASOManaged resources instead.
name: v1beta1
schema:
openAPIV3Schema:
description: AzureManagedClusterTemplate is the Schema for the AzureManagedClusterTemplates
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ spec:
jsonPath: .metadata.creationTimestamp
name: Age
type: date
deprecated: true
deprecationWarning: AzureManagedControlPlane and the AzureManaged API are deprecated.
Please migrate to infrastructure.cluster.x-k8s.io/v1beta1 AzureASOManagedControlPlane
and related AzureASOManaged resources instead.
name: v1beta1
schema:
openAPIV3Schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ spec:
singular: azuremanagedcontrolplanetemplate
scope: Namespaced
versions:
- name: v1beta1
- deprecated: true
deprecationWarning: AzureManagedControlPlaneTemplate and the AzureManaged API
are deprecated. Please migrate to infrastructure.cluster.x-k8s.io/v1beta1 AzureASOManagedControlPlaneTemplate
and related AzureASOManaged resources instead.
name: v1beta1
schema:
openAPIV3Schema:
description: AzureManagedControlPlaneTemplate is the Schema for the AzureManagedControlPlaneTemplates
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ spec:
- jsonPath: .spec.mode
name: Mode
type: string
deprecated: true
deprecationWarning: AzureManagedMachinePool and the AzureManaged API are deprecated.
Please migrate to infrastructure.cluster.x-k8s.io/v1beta1 AzureASOManagedMachinePool
and related AzureASOManaged resources instead.
name: v1beta1
schema:
openAPIV3Schema:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ spec:
singular: azuremanagedmachinepooltemplate
scope: Namespaced
versions:
- name: v1beta1
- deprecated: true
deprecationWarning: AzureManagedMachinePoolTemplate and the AzureManaged API are
deprecated. Please migrate to infrastructure.cluster.x-k8s.io/v1beta1 AzureASOManagedMachinePoolTemplate
and related AzureASOManaged resources instead.
name: v1beta1
schema:
openAPIV3Schema:
description: AzureManagedMachinePoolTemplate is the Schema for the AzureManagedMachinePoolTemplates
Expand Down
Loading