diff --git a/api/v1alpha2/clientmount_types.go b/api/v1alpha2/clientmount_types.go index ce0f0513..324b5ea0 100644 --- a/api/v1alpha2/clientmount_types.go +++ b/api/v1alpha2/clientmount_types.go @@ -189,6 +189,8 @@ type ClientMountStatus struct { //+kubebuilder:object:root=true //+kubebuilder:storageversion //+kubebuilder:subresource:status +//+kubebuilder:printcolumn:name="STATE",type="string",JSONPath=".status.state",description="mounted/unmounted" +//+kubebuilder:printcolumn:name="READY",type="boolean",JSONPath=".status.ready",description="True if current state is achieved" //+kubebuilder:printcolumn:name="ERROR",type="string",JSONPath=".status.error.severity" //+kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp"