Skip to content

Commit

Permalink
Change bucket JSONPath from url to endpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jonathan Innis <jonathan.innis.ji@gmail.com>
  • Loading branch information
jonathan-innis committed Dec 4, 2021
1 parent e08f091 commit 13b6611
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1beta1/bucket_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ func (in *Bucket) GetInterval() metav1.Duration {
// +genclient:Namespaced
// +kubebuilder:object:root=true
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name="URL",type=string,JSONPath=`.spec.url`
// +kubebuilder:printcolumn:name="Endpoint",type=string,JSONPath=`.spec.endpoint`
// +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type==\"Ready\")].status",description=""
// +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.conditions[?(@.type==\"Ready\")].message",description=""
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp",description=""
Expand Down

0 comments on commit 13b6611

Please sign in to comment.