Skip to content

Commit

Permalink
chore: remove MUTATE_POD capability (#72)
Browse files Browse the repository at this point in the history
Signed-off-by: Armando Ruocco <[email protected]>
Signed-off-by: Tao Li <[email protected]>
Co-authored-by: Tao Li <[email protected]>
  • Loading branch information
armru and litaocdl authored Aug 6, 2024
1 parent 12a6199 commit 509b8f4
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 67 deletions.
1 change: 0 additions & 1 deletion docs/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,6 @@ Intentionally empty.
| TYPE_VALIDATE_CLUSTER_CREATE | 1 | TYPE_VALIDATE_CLUSTER_CREATE indicates that the Plugin is able to reply to the ValidateClusterCreate RPC request |
| TYPE_VALIDATE_CLUSTER_CHANGE | 2 | TYPE_VALIDATE_CLUSTER_CHANGE indicates that the Plugin is able to reply to the ValidateClusterChange RPC request |
| TYPE_MUTATE_CLUSTER | 3 | TYPE_MUTATE_CLUSTER indicates that the Plugin is able to reply to the MutateCluster RPC request |
| TYPE_MUTATE_POD | 4 | TYPE_MUTATE_POD indicates that the Plugin is able to reply to the MutatePod RPC request |
| TYPE_SET_CLUSTER_STATUS | 5 | TYPE_SET_CLUSTER_STATUS indicates that the Plugin is able to set cluster status |


Expand Down
118 changes: 56 additions & 62 deletions pkg/operator/operator.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions proto/operator.proto
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,6 @@ message OperatorCapability {
// reply to the MutateCluster RPC request
TYPE_MUTATE_CLUSTER = 3;

// TYPE_MUTATE_POD indicates that the Plugin is able to
// reply to the MutatePod RPC request
TYPE_MUTATE_POD = 4;

// TYPE_SET_CLUSTER_STATUS indicates that the Plugin is able to
// set cluster status
TYPE_SET_CLUSTER_STATUS = 5;
Expand Down

0 comments on commit 509b8f4

Please sign in to comment.