Skip to content

Commit 23153bd

Browse files
committed
adjust description
1 parent d0edb96 commit 23153bd

14 files changed

+26
-14
lines changed

apis/v1beta1/vspherecluster_types.go

+1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ type VSphereClusterStatus struct {
114114
// See https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more context.
115115
type VSphereClusterV1Beta2Status struct {
116116
// conditions represents the observations of a VSphereCluster's current state.
117+
// Known condition types are Paused.
117118
// +optional
118119
// +listType=map
119120
// +listMapKey=type

apis/v1beta1/vsphereclusteridentity_types.go

+1
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ type VSphereClusterIdentityStatus struct {
5959
// See https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more context.
6060
type VSphereClusterIdentityV1Beta2Status struct {
6161
// conditions represents the observations of a VSphereClusterIdentity's current state.
62+
// Known condition types are Paused.
6263
// +optional
6364
// +listType=map
6465
// +listMapKey=type

apis/v1beta1/vspheredeploymentzone_types.go

+1
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ type VSphereDeploymentZoneStatus struct {
9393
// See https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more context.
9494
type VSphereDeploymentZoneV1Beta2Status struct {
9595
// conditions represents the observations of a VSphereDeploymentZone's current state.
96+
// Known condition types are Paused.
9697
// +optional
9798
// +listType=map
9899
// +listMapKey=type

apis/v1beta1/vspheremachine_types.go

+1
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ type VSphereMachineStatus struct {
159159
// See https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more context.
160160
type VSphereMachineV1Beta2Status struct {
161161
// conditions represents the observations of a VSphereMachine's current state.
162+
// Known condition types are Paused.
162163
// +optional
163164
// +listType=map
164165
// +listMapKey=type

apis/v1beta1/vspherevm_types.go

+1
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,7 @@ type VSphereVMStatus struct {
188188
// See https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more context.
189189
type VSphereVMV1Beta2Status struct {
190190
// conditions represents the observations of a VSphereVM's current state.
191+
// Known condition types are Paused.
191192
// +optional
192193
// +listType=map
193194
// +listMapKey=type

apis/vmware/v1beta1/vspherecluster_types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ type VSphereClusterStatus struct {
159159
type VSphereClusterV1Beta2Status struct {
160160
// conditions represents the observations of a VSphereCluster's current state.
161161
// Known condition types are Ready, ResourcePolicyReady, NetworkReady, LoadBalancerReady,
162-
// ProviderServiceAccountsReady and ServiceDiscoveryReady conditions.
162+
// ProviderServiceAccountsReady, ServiceDiscoveryReady and Paused.
163163
// +optional
164164
// +listType=map
165165
// +listMapKey=type

apis/vmware/v1beta1/vspheremachine_types.go

+1
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ type VSphereMachineStatus struct {
186186
// See https://github.com/kubernetes-sigs/cluster-api/blob/main/docs/proposals/20240916-improve-status-in-CAPI-resources.md for more context.
187187
type VSphereMachineV1Beta2Status struct {
188188
// conditions represents the observations of a VSphereMachine's current state.
189+
// Known condition types are Paused.
189190
// +optional
190191
// +listType=map
191192
// +listMapKey=type

config/default/crd/bases/infrastructure.cluster.x-k8s.io_vsphereclusteridentities.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -442,8 +442,9 @@ spec:
442442
in VSphereClusterIdentity's status with the V1Beta2 version.
443443
properties:
444444
conditions:
445-
description: conditions represents the observations of a VSphereClusterIdentity's
446-
current state.
445+
description: |-
446+
conditions represents the observations of a VSphereClusterIdentity's current state.
447+
Known condition types are Paused.
447448
items:
448449
description: Condition contains details for one aspect of the
449450
current state of this API Resource.

config/default/crd/bases/infrastructure.cluster.x-k8s.io_vsphereclusters.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -854,8 +854,9 @@ spec:
854854
in VSphereCluster's status with the V1Beta2 version.
855855
properties:
856856
conditions:
857-
description: conditions represents the observations of a VSphereCluster's
858-
current state.
857+
description: |-
858+
conditions represents the observations of a VSphereCluster's current state.
859+
Known condition types are Paused.
859860
items:
860861
description: Condition contains details for one aspect of the
861862
current state of this API Resource.

config/default/crd/bases/infrastructure.cluster.x-k8s.io_vspheredeploymentzones.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -362,8 +362,9 @@ spec:
362362
in VSphereDeploymentZone's status with the V1Beta2 version.
363363
properties:
364364
conditions:
365-
description: conditions represents the observations of a VSphereDeploymentZone's
366-
current state.
365+
description: |-
366+
conditions represents the observations of a VSphereDeploymentZone's current state.
367+
Known condition types are Paused.
367368
items:
368369
description: Condition contains details for one aspect of the
369370
current state of this API Resource.

config/default/crd/bases/infrastructure.cluster.x-k8s.io_vspheremachines.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1640,8 +1640,9 @@ spec:
16401640
in VSphereMachine's status with the V1Beta2 version.
16411641
properties:
16421642
conditions:
1643-
description: conditions represents the observations of a VSphereMachine's
1644-
current state.
1643+
description: |-
1644+
conditions represents the observations of a VSphereMachine's current state.
1645+
Known condition types are Paused.
16451646
items:
16461647
description: Condition contains details for one aspect of the
16471648
current state of this API Resource.

config/default/crd/bases/infrastructure.cluster.x-k8s.io_vspherevms.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -1717,8 +1717,9 @@ spec:
17171717
in VSphereVM's status with the V1Beta2 version.
17181718
properties:
17191719
conditions:
1720-
description: conditions represents the observations of a VSphereVM's
1721-
current state.
1720+
description: |-
1721+
conditions represents the observations of a VSphereVM's current state.
1722+
Known condition types are Paused.
17221723
items:
17231724
description: Condition contains details for one aspect of the
17241725
current state of this API Resource.

config/supervisor/crd/bases/vmware.infrastructure.cluster.x-k8s.io_vsphereclusters.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ spec:
143143
description: |-
144144
conditions represents the observations of a VSphereCluster's current state.
145145
Known condition types are Ready, ResourcePolicyReady, NetworkReady, LoadBalancerReady,
146-
ProviderServiceAccountsReady and ServiceDiscoveryReady conditions.
146+
ProviderServiceAccountsReady, ServiceDiscoveryReady and Paused.
147147
items:
148148
description: Condition contains details for one aspect of the
149149
current state of this API Resource.

config/supervisor/crd/bases/vmware.infrastructure.cluster.x-k8s.io_vspheremachines.yaml

+3-2
Original file line numberDiff line numberDiff line change
@@ -272,8 +272,9 @@ spec:
272272
in VSphereMachine's status with the V1Beta2 version.
273273
properties:
274274
conditions:
275-
description: conditions represents the observations of a VSphereMachine's
276-
current state.
275+
description: |-
276+
conditions represents the observations of a VSphereMachine's current state.
277+
Known condition types are Paused.
277278
items:
278279
description: Condition contains details for one aspect of the
279280
current state of this API Resource.

0 commit comments

Comments
 (0)