Skip to content

Commit

Permalink
Merge pull request #359 from alecmerdler/PROJQUAY-1267
Browse files Browse the repository at this point in the history
Status Descriptors for Registry and Config Editor Endpoints (PROJQUAY-1267)
  • Loading branch information
alecmerdler authored Nov 11, 2020
2 parents 0be7e62 + e029c6f commit 480e7a3
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ spec:
description: Indicates whether lifecycle of this component is managed by the Operator or externally.
statusDescriptors:
- path: currentVersion
displayName: CurrentVersion
displayName: Current Version
description: The currently installed version of all Quay components.
- path: conditions
displayName: Conditions
Expand All @@ -86,6 +86,16 @@ spec:
description: Name of the secret containing credentials for the Quay config editor.
x-descriptors:
- 'urn:alm:descriptor:io.kubernetes:Secret'
- path: registryEndpoint
displayName: Registry Endpoint
description: Externally accessible URL for container pull/push and web frontend.
x-descriptors:
- 'urn:alm:descriptor:org.w3:link'
- path: configEditorEndpoint
displayName: Config Editor Endpoint
description: Externally accessible URL for the config editor UI.
x-descriptors:
- 'urn:alm:descriptor:org.w3:link'
- kind: QuayEcosystem
version: v1alpha1
name: quayecosystems.redhatcop.redhat.io
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ spec:
description: Indicates whether lifecycle of this component is managed by the Operator or externally.
statusDescriptors:
- path: currentVersion
displayName: CurrentVersion
displayName: Current Version
description: The currently installed version of all Quay components.
- path: conditions
displayName: Conditions
Expand All @@ -87,6 +87,16 @@ spec:
description: Name of the secret containing credentials for the Quay config editor.
x-descriptors:
- 'urn:alm:descriptor:io.kubernetes:Secret'
- path: registryEndpoint
displayName: Registry Endpoint
description: Externally accessible URL for container pull/push and web frontend.
x-descriptors:
- 'urn:alm:descriptor:org.w3:link'
- path: configEditorEndpoint
displayName: Config Editor Endpoint
description: Externally accessible URL for the config editor UI.
x-descriptors:
- 'urn:alm:descriptor:org.w3:link'
- kind: QuayEcosystem
version: v1alpha1
name: quayecosystems.redhatcop.redhat.io
Expand Down
2 changes: 1 addition & 1 deletion deploy/quay-operator.catalogsource.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ metadata:
name: quay-operator
spec:
sourceType: grpc
image: quay.io/projectquay/quay-operator-catalog@sha256:2c9ff77309b708b2e5a394997897e71e4fd8004c6b8ed71f372d14c2eff73e1e
image: quay.io/projectquay/quay-operator-catalog@sha256:1db0d17fa559215312accdc5ae07f74bdf7dc117289c3c92ff4a6cb421e85bcc

0 comments on commit 480e7a3

Please sign in to comment.