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
1 change: 1 addition & 0 deletions api/v1/istio_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ const (
// +kubebuilder:object:root=true
// +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="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
1 change: 1 addition & 0 deletions api/v1/istiocni_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,7 @@ const (
// +kubebuilder:object:root=true
// +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="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
1 change: 1 addition & 0 deletions api/v1/istiorevision_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ const (
// +kubebuilder:object:root=true
// +kubebuilder:resource:scope=Cluster,shortName=istiorev,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="Type",type="string",JSONPath=".spec.type",description="Whether the control plane is installed locally or in a remote cluster."
// +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type==\"Ready\")].status",description="Whether the control plane installation is ready to handle requests."
// +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.state",description="The current state of this object."
Expand Down
1 change: 1 addition & 0 deletions api/v1alpha1/ztunnel_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ const (
// +kubebuilder:object:root=true
// +kubebuilder:resource:scope=Cluster,categories=istio-io
// +kubebuilder:subresource:status
// +kubebuilder:printcolumn:name="Namespace",type="string",JSONPath=".spec.namespace",description="The namespace for the ztunnel component."
// +kubebuilder:printcolumn:name="Ready",type="string",JSONPath=".status.conditions[?(@.type==\"Ready\")].status",description="Whether the Istio ztunnel 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 ztunnel installation."
Expand Down
4 changes: 4 additions & 0 deletions bundle/manifests/sailoperator.io_istiocnis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ spec:
scope: Cluster
versions:
- additionalPrinterColumns:
- description: The namespace of the istio-cni-node DaemonSet.
jsonPath: .spec.namespace
name: Namespace
type: string
- description: Whether the Istio CNI installation is ready to handle requests.
jsonPath: .status.conditions[?(@.type=="Ready")].status
name: Ready
Expand Down
4 changes: 4 additions & 0 deletions bundle/manifests/sailoperator.io_istiorevisions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ spec:
scope: Cluster
versions:
- additionalPrinterColumns:
- description: The namespace for the control plane components.
jsonPath: .spec.namespace
name: Namespace
type: string
- description: Whether the control plane is installed locally or in a remote cluster.
jsonPath: .spec.type
name: Type
Expand Down
4 changes: 4 additions & 0 deletions bundle/manifests/sailoperator.io_istios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ spec:
scope: Cluster
versions:
- additionalPrinterColumns:
- description: The namespace for the control plane components.
jsonPath: .spec.namespace
name: Namespace
type: string
- description: Total number of IstioRevision objects currently associated with
this object.
jsonPath: .status.revisions.total
Expand Down
4 changes: 4 additions & 0 deletions bundle/manifests/sailoperator.io_ztunnels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ spec:
scope: Cluster
versions:
- additionalPrinterColumns:
- description: The namespace for the ztunnel component.
jsonPath: .spec.namespace
name: Namespace
type: string
- description: Whether the Istio ztunnel installation is ready to handle requests.
jsonPath: .status.conditions[?(@.type=="Ready")].status
name: Ready
Expand Down
4 changes: 4 additions & 0 deletions chart/crds/sailoperator.io_istiocnis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ spec:
scope: Cluster
versions:
- additionalPrinterColumns:
- description: The namespace of the istio-cni-node DaemonSet.
jsonPath: .spec.namespace
name: Namespace
type: string
- description: Whether the Istio CNI installation is ready to handle requests.
jsonPath: .status.conditions[?(@.type=="Ready")].status
name: Ready
Expand Down
4 changes: 4 additions & 0 deletions chart/crds/sailoperator.io_istiorevisions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ spec:
scope: Cluster
versions:
- additionalPrinterColumns:
- description: The namespace for the control plane components.
jsonPath: .spec.namespace
name: Namespace
type: string
- description: Whether the control plane is installed locally or in a remote cluster.
jsonPath: .spec.type
name: Type
Expand Down
4 changes: 4 additions & 0 deletions chart/crds/sailoperator.io_istios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ spec:
scope: Cluster
versions:
- additionalPrinterColumns:
- description: The namespace for the control plane components.
jsonPath: .spec.namespace
name: Namespace
type: string
- description: Total number of IstioRevision objects currently associated with
this object.
jsonPath: .status.revisions.total
Expand Down
4 changes: 4 additions & 0 deletions chart/crds/sailoperator.io_ztunnels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ spec:
scope: Cluster
versions:
- additionalPrinterColumns:
- description: The namespace for the ztunnel component.
jsonPath: .spec.namespace
name: Namespace
type: string
- description: Whether the Istio ztunnel installation is ready to handle requests.
jsonPath: .status.conditions[?(@.type=="Ready")].status
name: Ready
Expand Down