Skip to content

Commit

Permalink
Merge pull request #28 from salaboy/patch-4
Browse files Browse the repository at this point in the history
remove .spec.classRef.name print column
  • Loading branch information
hasheddan authored Apr 7, 2021
2 parents 741fc8f + a6fded5 commit 1e6d5e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apis/sample/v1alpha1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ type MyTypeStatus struct {
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name="STATUS",type="string",JSONPath=".status.bindingPhase"
// +kubebuilder:printcolumn:name="STATE",type="string",JSONPath=".status.atProvider.state"
// +kubebuilder:printcolumn:name="CLASS",type="string",JSONPath=".spec.classRef.name"
// +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp"
// Please replace `PROVIDER-NAME` with your actual provider name, like `aws`, `azure`, `gcp`, `alibaba`
// +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,PROVIDER-NAME}
Expand Down

0 comments on commit 1e6d5e3

Please sign in to comment.