Skip to content

Commit

Permalink
Update apis/dns/v1alpha1/managed_zone_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: Gabriel Ferreira <[email protected]>
Signed-off-by: Daniel Kozlowski <[email protected]>
  • Loading branch information
danielinclouds and Feggah committed Oct 29, 2022
1 parent f8dd587 commit 1234435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apis/dns/v1alpha1/managed_zone_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@ type ManagedZoneStatus struct {

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

0 comments on commit 1234435

Please sign in to comment.