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 api/v1/istio_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ const (
// +kubebuilder:resource:scope=Cluster,categories=istio-io
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name="Namespace",type="string",JSONPath=".spec.namespace",description="The namespace for the control plane components."
// +kubebuilder:printcolumn:name="Profile",type="string",JSONPath=".spec.values.profile",description="The selected profile (collection of value presets)."
// +kubebuilder:printcolumn:name="Profile",type="string",JSONPath=".spec.profile",description="The selected profile (collection of value presets)."
// +kubebuilder:printcolumn:name="Revisions",type="string",JSONPath=".status.revisions.total",description="Total number of IstioRevision objects currently associated with this object."
// +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.revisions.ready",description="Number of revisions that are ready."
// +kubebuilder:printcolumn:name="In use",type="string",JSONPath=".status.revisions.inUse",description="Number of revisions that are currently being used by workloads."
Expand Down
2 changes: 1 addition & 1 deletion api/v1/istiocni_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ const (
// +kubebuilder:resource:scope=Cluster,categories=istio-io
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name="Namespace",type="string",JSONPath=".spec.namespace",description="The namespace of the istio-cni-node DaemonSet."
// +kubebuilder:printcolumn:name="Profile",type="string",JSONPath=".spec.values.profile",description="The selected profile (collection of value presets)."
// +kubebuilder:printcolumn:name="Profile",type="string",JSONPath=".spec.profile",description="The selected profile (collection of value presets)."
// +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type==\"Ready\")].status",description="Whether the Istio CNI installation is ready to handle requests."
// +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.state",description="The current state of this object."
// +kubebuilder:printcolumn:name="Version",type="string",JSONPath=".spec.version",description="The version of the Istio CNI installation."
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/sailoperator.io_istiocnis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
name: Namespace
type: string
- description: The selected profile (collection of value presets).
jsonPath: .spec.values.profile
jsonPath: .spec.profile
name: Profile
type: string
- description: Whether the Istio CNI installation is ready to handle requests.
Expand Down
2 changes: 1 addition & 1 deletion bundle/manifests/sailoperator.io_istios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
name: Namespace
type: string
- description: The selected profile (collection of value presets).
jsonPath: .spec.values.profile
jsonPath: .spec.profile
name: Profile
type: string
- description: Total number of IstioRevision objects currently associated with
Expand Down
2 changes: 1 addition & 1 deletion chart/crds/sailoperator.io_istiocnis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
name: Namespace
type: string
- description: The selected profile (collection of value presets).
jsonPath: .spec.values.profile
jsonPath: .spec.profile
name: Profile
type: string
- description: Whether the Istio CNI installation is ready to handle requests.
Expand Down
2 changes: 1 addition & 1 deletion chart/crds/sailoperator.io_istios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
name: Namespace
type: string
- description: The selected profile (collection of value presets).
jsonPath: .spec.values.profile
jsonPath: .spec.profile
name: Profile
type: string
- description: Total number of IstioRevision objects currently associated with
Expand Down
Loading