diff --git a/config/base/crd/bases/olm.operatorframework.io_clustercatalogs.yaml b/config/base/crd/bases/olm.operatorframework.io_clustercatalogs.yaml index be4ff3b1..6d21db2d 100644 --- a/config/base/crd/bases/olm.operatorframework.io_clustercatalogs.yaml +++ b/config/base/crd/bases/olm.operatorframework.io_clustercatalogs.yaml @@ -57,7 +57,7 @@ spec: priority is an optional field that allows the user to define a priority for a ClusterCatalog. A ClusterCatalog's priority is used by clients as a tie-breaker between ClusterCatalogs that meet the client's requirements. For example, in the case where multiple ClusterCatalogs provide the same bundle. - A higher number means higher priority. Negative number as also accepted. + A higher number means higher priority. Negative numbers are also accepted. When omitted, the default priority is 0. format: int32 type: integer @@ -142,15 +142,15 @@ spec: - Message: a human-readable message that further elaborates on the state of the condition. The current set of condition types are: - - "Unpacked", epresents whether, or not, the catalog contents have been successfully unpacked. - - "Deleted", represents whether, or not, the catalog contents have been successfully deleted. + - "Serving", which represents whether or not the contents of the catalog are being served via the HTTP(S) web server. + - "Progressing", which represents whether or not the ClusterCatalog is progressing towards a new state. The current set of reasons are: - - "UnpackPending", this reason is set on the "Unpack" condition when unpacking the catalog has not started. - - "Unpacking", this reason is set on the "Unpack" condition when the catalog is being unpacked. - - "UnpackSuccessful", this reason is set on the "Unpack" condition when unpacking the catalog is successful and the catalog metadata is available to the cluster. - - "FailedToStore", this reason is set on the "Unpack" condition when an error has been encountered while storing the contents of the catalog. - - "FailedToDelete", this reason is set on the "Delete" condition when an error has been encountered while deleting the contents of the catalog. + - "Succeeded", this reason is set on the "Progressing" condition when progressing to a new state is successful. + - "Blocked", this reason is set on the "Progressing" condition when the ClusterCatalog controller has encountered an error that requires manual intervention for recovery. + - "Retrying", this reason is set on the "Progressing" condition when the ClusterCatalog controller has encountered an error that could be resolved on subsequent reconciliation attempts. + - "Available", this reason is set on the "Serving" condition when the contents of the ClusterCatalog are being served via an endpoint on the HTTP(S) web server. + - "Unavailable", this reason is set on the "Serving" condition when there is not an endpoint on the HTTP(S) web server that is serving the contents of the ClusterCatalog. items: description: Condition contains details for one aspect of the current state of this API Resource. @@ -225,10 +225,8 @@ spec: resolvedSource: image: - lastPollAttempt: "2024-09-10T12:22:13Z" - lastUnpacked: "2024-09-10T12:22:13Z" - ref: quay.io/operatorhubio/catalog:latest - resolvedRef: quay.io/operatorhubio/catalog@sha256:c7392b4be033da629f9d665fec30f6901de51ce3adebeff0af579f311ee5cf1b + lastSuccessfulPollAttempt: "2024-09-10T12:22:13Z" + ref: quay.io/operatorhubio/catalog@sha256:c7392b4be033da629f9d665fec30f6901de51ce3adebeff0af579f311ee5cf1b type: Image properties: image: