-
Notifications
You must be signed in to change notification settings - Fork 370
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
antctl: add multicluster subcommand (#3341)
Add a new subcommand for antrea multicluster and add get verb for query resources. We could list or get mc resource by antctl mc get <Resource>. Example: NAMESPACE NAME KIND antrea-mcs-ns antrea-multicluster-test-east-nginx-endpoints ResourceImport antrea-mcs-ns antrea-multicluster-test-east-nginx-service ResourceImport antrea-mcs-ns antrea-multicluster-test-west-nginx-endpoints ResourceImport antrea-mcs-ns antrea-multicluster-test-west-nginx-service ResourceImport In the future, other verb like create or delete also could be added to the sub-command mc if it is nesscessary. Signed-off-by: hjiajing <[email protected]>
- Loading branch information
Showing
10 changed files
with
639 additions
and
260 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.