Skip to content
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
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,31 @@ spec:
- metadata
- spec
type: object
additionalPrinterColumns:
- name: Age
description: The age of the UpdateService resource.
type: date
jsonPath: .metadata.creationTimestamp
- name: Policy Engine URI
description: The external URI which exposes the policy engine.
type: string
priority: 1
jsonPath: .status.policyEngineURI
- name: Releases
description: The repository in which release images are tagged.
type: string
priority: 1
jsonPath: .spec.releases
- name: Graph Data Image
description: The container image that contains the UpdateService graph data.
type: string
priority: 1
jsonPath: .spec.graphDataImage
- name: Reconcile Completed
description: Status reports whether all required resources have been created in the cluster and reflect the specified state.
type: string
priority: 1
jsonPath: .status.conditions[?(@.type=="ReconcileCompleted")].status
served: true
storage: true
subresources:
Expand Down