Skip to content

Commit

Permalink
feat(printer-column): Printer Column for Application URL (#333)
Browse files Browse the repository at this point in the history
Co-authored-by: John Barguti <jbarguti@redhat.com>
Co-authored-by: Elliott Baron <ebaron@redhat.com>
  • Loading branch information
3 people committed Jan 17, 2022
1 parent 8ecda08 commit 0cfbef2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/v1beta1/cryostat_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@ type PersistentVolumeClaimConfig struct {
// the Cryostat application and its related components. A Cryostat instance
// must be created to instruct the operator to deploy the Cryostat application.
//+operator-sdk:csv:customresourcedefinitions:resources={{Deployment,v1},{Ingress,v1},{PersistentVolumeClaim,v1},{Secret,v1},{Service,v1},{Route,v1},{ConsoleLink,v1}}
// +kubebuilder:printcolumn:name="Application URL",type=string,JSONPath=`.status.applicationUrl`
type Cryostat struct {
metav1.TypeMeta `json:",inline"`
metav1.ObjectMeta `json:"metadata,omitempty"`
Expand Down

0 comments on commit 0cfbef2

Please sign in to comment.