Skip to content
This repository was archived by the owner on May 30, 2025. It is now read-only.

Commit 3abee0f

Browse files
Update apis/dns/v1alpha1/managed_zone_types.go
Co-authored-by: Gabriel Ferreira <[email protected]>
1 parent f8dd587 commit 3abee0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apis/dns/v1alpha1/managed_zone_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,10 +125,10 @@ type ManagedZoneStatus struct {
125125

126126
// ManagedZone is a managed resource that represents a Managed Zone in Cloud DNS
127127
// +kubebuilder:subresource:status
128-
// +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status"
129-
// +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status"
130128
// +kubebuilder:printcolumn:name="DNS NAME",type="string",JSONPath=".spec.forProvider.dnsName"
131129
// +kubebuilder:printcolumn:name="VISIBILITY",type="string",JSONPath=".spec.forProvider.visibility"
130+
// +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status"
131+
// +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status"
132132
// +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,gcp}
133133
type ManagedZone struct {
134134
metav1.TypeMeta `json:",inline"`

0 commit comments

Comments
 (0)