Skip to content

Commit 9af3dcd

Browse files
author
Arvind Thirumurugan
committed
address comments
Signed-off-by: Arvind Thirumurugan <[email protected]>
1 parent ebe212f commit 9af3dcd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

apis/placement/v1beta1/stageupdate_types.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ type UpdateRunStatusGetterSetter interface {
5959
SetStagedUpdateRunStatus(StagedUpdateRunStatus)
6060
}
6161

62-
// UpdateRunObj offers the functionality to work with staged update run objects.
62+
// UpdateRunObj offers the functionality to work with staged update run objects, including ClusterStagedUpdateRuns and StagedUpdateRuns.
6363
// +kubebuilder:object:generate=false
6464
type UpdateRunObj interface {
6565
apis.ConditionedObj
@@ -87,7 +87,7 @@ type UpdateStrategySpecGetterSetter interface {
8787
SetStagedUpdateStrategySpec(StagedUpdateStrategySpec)
8888
}
8989

90-
// 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.
9191
// +kubebuilder:object:generate=false
9292
type UpdateStrategyObj interface {
9393
client.Object
@@ -121,7 +121,7 @@ type ApprovalRequestStatusGetterSetter interface {
121121
SetApprovalRequestStatus(ApprovalRequestStatus)
122122
}
123123

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.
125125
// +kubebuilder:object:generate=false
126126
type ApprovalRequestObj interface {
127127
apis.ConditionedObj

0 commit comments

Comments
 (0)