Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update additionalPrinterColumns for kedifyconfiguration CRD #139

Merged
merged 1 commit into from
Mar 19, 2025
Merged
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
12 changes: 6 additions & 6 deletions kedify-agent/files/kedify-configuration.yaml
Original file line number Diff line number Diff line change
@@ -18,15 +18,15 @@ spec:
versions:
- additionalPrinterColumns:
- description: KEDA version
jsonPath: .status.installations.keda.kedaVersion
jsonPath: .status.components.keda.version
name: Version
type: string
- description: Installation mode
jsonPath: .spec.kedaInstallations[].mode
name: Mode
type: string
- description: HTTTP Addon version
jsonPath: .status.installations.keda.httpAddonVersion
jsonPath: .status.deployments.httpAddon.version
name: HTTP-Addon
priority: 20
type: string
@@ -35,25 +35,25 @@ spec:
name: Agent
type: string
- description: Health of KEDA Operator
jsonPath: .status.installations.keda.deployments.keda-operator.phase
jsonPath: .status.components.keda.deployments.keda-operator.phase
name: KEDA
type: string
- description: Health of aggregated API Service (v1beta1.external.metrics.k8s.io)
jsonPath: .status.apiService.phase
name: API Service
type: string
- description: Health of KEDA's internal Metric Server
jsonPath: .status.installations.keda.deployments.keda-operator-metrics-apiserver.phase
jsonPath: .status.components.keda.deployments.keda-operator-metrics-apiserver.phase
name: Metric Server
priority: 20
type: string
- description: Health of KEDA's Admission controller
jsonPath: .status.installations.keda.deployments.keda-admission-webhooks.phase
jsonPath: .status.components.keda.deployments.keda-admission-webhooks.phase
name: Admission
priority: 20
type: string
- description: Health of KEDA's HTTP Addon interceptor
jsonPath: .status.installations.keda.deployments.keda-add-ons-http-interceptor.phase
jsonPath: .status.components.keda.deployments.keda-add-ons-http-interceptor.phase
name: Interceptor
priority: 20
type: string