Skip to content

Commit

Permalink
Part3 updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nb-goog committed Oct 28, 2024
1 parent 0093e0d commit f8dd4b5
Show file tree
Hide file tree
Showing 5 changed files with 213 additions and 212 deletions.
3 changes: 1 addition & 2 deletions apis/kms/v1beta1/kmsautokeyconfig_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,11 @@ type KMSAutokeyConfigObservedState struct {
// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
// +kubebuilder:resource:categories=gcp,shortName=gcpkmsautokeyconfig;gcpkmsautokeyconfigs
// +kubebuilder:subresource:status
// +kubebuilder:metadata:labels="cnrm.cloud.google.com/managed-by-kcc=true";"cnrm.cloud.google.com/system=true"
// +kubebuilder:metadata:labels="cnrm.cloud.google.com/managed-by-kcc=true";"cnrm.cloud.google.com/system=true";"cnrm.cloud.google.com/stability-level=beta"
// +kubebuilder:printcolumn:name="Age",JSONPath=".metadata.creationTimestamp",type="date"
// +kubebuilder:printcolumn:name="Ready",JSONPath=".status.conditions[?(@.type=='Ready')].status",type="string",description="When 'True', the most recent reconcile of the resource succeeded"
// +kubebuilder:printcolumn:name="Status",JSONPath=".status.conditions[?(@.type=='Ready')].reason",type="string",description="The reason for the value in 'Ready'"
// +kubebuilder:printcolumn:name="Status Age",JSONPath=".status.conditions[?(@.type=='Ready')].lastTransitionTime",type="date",description="The last transition time for the value in 'Status'"

// KMSAutokeyConfig is the Schema for the KMSAutokeyConfig API
// +k8s:openapi-gen=true
// +kubebuilder:storageversion
Expand Down
Loading

0 comments on commit f8dd4b5

Please sign in to comment.