Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion console/v1/types_console_link.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
// +kubebuilder:metadata:annotations="displayName=ConsoleLinks"
// +kubebuilder:printcolumn:name=Text,JSONPath=.spec.text,type=string
// +kubebuilder:printcolumn:name=URL,JSONPath=.spec.href,type=string
// +kubebuilder:printcolumn:name=Menu,JSONPath=.spec.menu,type=string
// +kubebuilder:printcolumn:name=Location,JSONPath=.spec.location,type=string
// +kubebuilder:printcolumn:name=Age,JSONPath=.metadata.creationTimestamp,type=date
// +openshift:compatibility-gen:level=2
type ConsoleLink struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ spec:
- jsonPath: .spec.href
name: URL
type: string
- jsonPath: .spec.menu
name: Menu
- jsonPath: .spec.location
name: Location
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
Expand Down
4 changes: 2 additions & 2 deletions console/v1/zz_generated.featuregated-crd-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ consolelinks.console.openshift.io:
- jsonPath: .spec.href
name: URL
type: string
- jsonPath: .spec.menu
name: Menu
- jsonPath: .spec.location
name: Location
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ spec:
- jsonPath: .spec.href
name: URL
type: string
- jsonPath: .spec.menu
name: Menu
- jsonPath: .spec.location
name: Location
type: string
- jsonPath: .metadata.creationTimestamp
name: Age
Expand Down