Skip to content

Commit 7b801b1

Browse files
Fix printcolumn section (#19)
Signed-off-by: RokibulHasan7 <mdrokibulhasan@appscode.com>
1 parent 45681c7 commit 7b801b1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apis/profile/v1alpha1/managedclusterprofilebinding_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ type ManagedClusterProfileBindingStatus struct {
6666
// +kubebuilder:object:root=true
6767
// +kubebuilder:subresource:status
6868
// +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.phase"
69-
// +kubebuilder:printcolumn:name="Current Version",type="string",JSONPath=".status.currentOpscenterFeaturesVersion"
69+
// +kubebuilder:printcolumn:name="Current Version",type="string",JSONPath=".status.observedOpscenterFeaturesVersion"
7070
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"
7171

7272
// ManagedClusterProfileBinding is the Schema for the managedclusterprofilebindings API

crds/profile.k8s.appscode.com_managedclusterprofilebindings.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
- jsonPath: .status.phase
1919
name: Status
2020
type: string
21-
- jsonPath: .status.currentOpscenterFeaturesVersion
21+
- jsonPath: .status.observedOpscenterFeaturesVersion
2222
name: Current Version
2323
type: string
2424
- jsonPath: .metadata.creationTimestamp

0 commit comments

Comments
 (0)