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
// UpdateStrategyObj offers the functionality to work with staged update strategy objects.
90
+
// UpdateStrategyObj offers the functionality to work with staged update strategy objects, including ClusterStagedUpdateStrategies and StagedUpdateStrategies.
91
91
// +kubebuilder:object:generate=false
92
92
typeUpdateStrategyObjinterface {
93
93
client.Object
@@ -121,7 +121,7 @@ type ApprovalRequestStatusGetterSetter interface {
121
121
SetApprovalRequestStatus(ApprovalRequestStatus)
122
122
}
123
123
124
-
// ApprovalRequestObj offers the functionality to work with approval request objects.
124
+
// ApprovalRequestObj offers the functionality to work with approval request objects, including ClusterApprovalRequests and ApprovalRequests.
0 commit comments