You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/v1/clusterextension_types.go
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -468,9 +468,9 @@ type BundleMetadata struct {
468
468
Versionstring`json:"version"`
469
469
}
470
470
471
-
// RevisionStatus defines the observed state of a ClusterExtensionRevision.
471
+
// RevisionStatus defines the observed state of a ClusterObjectSet.
472
472
typeRevisionStatusstruct {
473
-
// name of the ClusterExtensionRevision resource
473
+
// name of the ClusterObjectSet resource
474
474
Namestring`json:"name"`
475
475
// conditions optionally expose Progressing and Available condition of the revision,
476
476
// in case when it is not yet marked as successfully installed (condition Succeeded is not set to True).
@@ -498,7 +498,7 @@ type ClusterExtensionStatus struct {
498
498
// When Progressing is True and the Reason is Retrying, the ClusterExtension has encountered an error that could be resolved on subsequent reconciliation attempts.
499
499
// When Progressing is False and the Reason is Blocked, the ClusterExtension has encountered an error that requires manual intervention for recovery.
500
500
// <opcon:experimental:description>
501
-
// When Progressing is True and Reason is RollingOut, the ClusterExtension has one or more ClusterExtensionRevisions in active roll out.
501
+
// When Progressing is True and Reason is RollingOut, the ClusterExtension has one or more ClusterObjectSets in active roll out.
502
502
// </opcon:experimental:description>
503
503
//
504
504
// When the ClusterExtension is sourced from a catalog, it surfaces deprecation conditions based on catalog metadata.
@@ -518,7 +518,7 @@ type ClusterExtensionStatus struct {
0 commit comments