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
@@ -1,9 +1,9 @@
---
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.4.1
creationTimestamp: null
controller-gen.kubebuilder.io/version: v0.13.0
name: updateservices.updateservice.operator.openshift.io
spec:
group: updateservice.operator.openshift.io
Expand All @@ -14,33 +14,7 @@ spec:
singular: updateservice
scope: Namespaced
versions:
- additionalPrinterColumns:
- description: The age of the UpdateService resource.
jsonPath: .metadata.creationTimestamp
name: Age
type: date
- description: The external URI which exposes the policy engine.
jsonPath: .status.policyEngineURI
name: Policy Engine URI
priority: 1
type: string
- description: The repository in which release images are tagged.
jsonPath: .spec.releases
name: Releases
priority: 1
type: string
- description: The container image that contains the UpdateService graph data.
jsonPath: .spec.graphDataImage
name: Graph Data Image
priority: 1
type: string
- description: Status reports whether all required resources have been created
in the cluster and reflect the specified state.
jsonPath: .status.conditions[?(@.type=="ReconcileCompleted")].status
name: Reconcile Completed
priority: 1
type: string
name: v1
- name: v1
schema:
openAPIV3Schema:
description: UpdateService is the Schema for the updateservices API.
Expand All @@ -55,6 +29,8 @@ spec:
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
type: string
metadata:
type: object
spec:
description: spec is the desired state of the UpdateService service. The
operator will work to ensure that the desired configuration is applied
Expand Down Expand Up @@ -111,25 +87,52 @@ spec:
- type
type: object
type: array
metadataURI:
description: "metadataURI is the external URI which exposes metadata.
Available paths from this URI include: \n * /api/upgrades_info/signatures/{ALGORITHM}/{DIGEST}/{SIGNATURE},
with release signatures."
type: string
policyEngineURI:
description: "policyEngineURI is the external URI which exposes the
policy engine. Available paths from this URI include: \n * /api/upgrades_info/v1/graph,
with the update graph recommendations."
with the update graph recommendations. * /api/upgrades_info/graph,
with the update graph recommendations, versioned by content-type
(e.g. application/vnd.redhat.cincinnati.v1+json)."
type: string
required:
- metadataURI
- policyEngineURI
type: object
required:
- 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:
status: {}
status:
acceptedNames:
kind: ""
plural: ""
conditions: []
storedVersions: []