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
6 changes: 3 additions & 3 deletions api/clusters/v1alpha1/cluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,10 +74,10 @@ const (
// +kubebuilder:selectablefield:JSONPath=".spec.profile"
// +kubebuilder:printcolumn:JSONPath=".spec.purposes",name="Purposes",type=string
// +kubebuilder:printcolumn:JSONPath=`.status.phase`,name="Phase",type=string
// +kubebuilder:printcolumn:JSONPath=`.metadata.labels["clusters.openmcp.cloud/k8sversion"]`,name="Version",type=string
// +kubebuilder:printcolumn:JSONPath=`.metadata.labels["clusters.openmcp.cloud/provider"]`,name="Provider",type=string
// +kubebuilder:printcolumn:JSONPath=`.metadata.labels.clusters\.openmcp\.cloud/k8sversion`,name="Version",type=string
// +kubebuilder:printcolumn:JSONPath=`.metadata.labels.clusters\.openmcp\.cloud/provider`,name="Provider",type=string
// +kubebuilder:printcolumn:JSONPath=".spec.profile",name="Profile",type=string,priority=10
// +kubebuilder:printcolumn:JSONPath=`.metadata.annotations["clusters.openmcp.cloud/providerinfo"]`,name="Info",type=string,priority=10
// +kubebuilder:printcolumn:JSONPath=`.metadata.annotations.clusters\.openmcp\.cloud/providerinfo`,name="Info",type=string,priority=10
// +kubebuilder:printcolumn:JSONPath=".status.apiServer",name="APIServer",type=string,priority=10
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

Expand Down
6 changes: 3 additions & 3 deletions api/crds/manifests/clusters.openmcp.cloud_clusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,17 +23,17 @@ spec:
- jsonPath: .status.phase
name: Phase
type: string
- jsonPath: .metadata.labels["clusters.openmcp.cloud/k8sversion"]
- jsonPath: .metadata.labels.clusters\.openmcp\.cloud/k8sversion
name: Version
type: string
- jsonPath: .metadata.labels["clusters.openmcp.cloud/provider"]
- jsonPath: .metadata.labels.clusters\.openmcp\.cloud/provider
name: Provider
type: string
- jsonPath: .spec.profile
name: Profile
priority: 10
type: string
- jsonPath: .metadata.annotations["clusters.openmcp.cloud/providerinfo"]
- jsonPath: .metadata.annotations.clusters\.openmcp\.cloud/providerinfo
name: Info
priority: 10
type: string
Expand Down
Loading