Skip to content

Commit

Permalink
update for connector
Browse files Browse the repository at this point in the history
  • Loading branch information
kubemq committed Sep 21, 2020
1 parent 8a2ecc2 commit 9fa8f60
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/v1alpha1/kubemqconnector_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ type KubemqConnectorStatus struct {
// +kubebuilder:subresource:status
// +kubebuilder:resource:path=kubemqconnectors,scope=Namespaced
// +kubebuilder:subresource:scale:specpath=.spec.replicas,statuspath=.status.replicas,selectorpath=.status.selector
// +kubebuilder:printcolumn:JSONPath=".status.replicas",name=Replicas,type=string
// +kubebuilder:printcolumn:JSONPath=".status.type",name=Type,type=string
// +kubebuilder:printcolumn:JSONPath=".status.image",name=Image,type=string
// +kubebuilder:printcolumn:JSONPath=".status.api",name=API,type=string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ spec:
additionalPrinterColumns:
- JSONPath: .status.type
name: Type
type: string
- JSONPath: .status.replicas
name: Replicas
type: string
- JSONPath: .status.image
name: Image
Expand Down

0 comments on commit 9fa8f60

Please sign in to comment.