Skip to content

Commit 39f6525

Browse files
committed
add todo
1 parent c01fff6 commit 39f6525

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

internal/actions/approve_csr_handler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/castai/cluster-controller/internal/castai"
77
)
88

9-
// TODO deprecated action
9+
// // TODO clean up after proper handling unknown actions https://castai.atlassian.net/browse/KUBE-1036.
1010

1111
var _ ActionHandler = &ApproveCSRHandlerDeprecated{}
1212

internal/castai/types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ type ActionEvictPod struct {
149149
PodName string `json:"podName"`
150150
}
151151

152+
// TODO clean up after proper handling unknown actions https://castai.atlassian.net/browse/KUBE-1036.
152153
type ActionApproveCSR struct {
153154
NodeName string `json:"nodeName"`
154155
NodeID string `json:"nodeId"`

0 commit comments

Comments
 (0)