We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c01fff6 commit 39f6525Copy full SHA for 39f6525
internal/actions/approve_csr_handler.go
@@ -6,7 +6,7 @@ import (
6
"github.com/castai/cluster-controller/internal/castai"
7
)
8
9
-// TODO deprecated action
+// // TODO clean up after proper handling unknown actions https://castai.atlassian.net/browse/KUBE-1036.
10
11
var _ ActionHandler = &ApproveCSRHandlerDeprecated{}
12
internal/castai/types.go
@@ -149,6 +149,7 @@ type ActionEvictPod struct {
149
PodName string `json:"podName"`
150
}
151
152
+// TODO clean up after proper handling unknown actions https://castai.atlassian.net/browse/KUBE-1036.
153
type ActionApproveCSR struct {
154
NodeName string `json:"nodeName"`
155
NodeID string `json:"nodeId"`
0 commit comments