We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 769a589 commit 03d1c21Copy full SHA for 03d1c21
pkg/oci/load_balancer_util.go
@@ -48,6 +48,7 @@ const (
48
Delete = "delete"
49
)
50
51
+// Action that should take place on the resource
52
type Action interface {
53
Type() ActionType
54
Name() string
0 commit comments