File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
internal/namespaces/container/v1beta1 Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -279,6 +279,7 @@ func containerNamespaceCreate() *core.Command {
279279 },
280280 {
281281 Name : "activate-vpc-integration" ,
282+ Short : `Activate VPC integration for the namespace.` ,
282283 Required : false ,
283284 Deprecated : false ,
284285 Positional : false ,
@@ -723,6 +724,7 @@ func containerContainerCreate() *core.Command {
723724 },
724725 {
725726 Name : "private-network-id" ,
727+ Short : `ID of the Private Network the container is connected to.` ,
726728 Required : false ,
727729 Deprecated : false ,
728730 Positional : false ,
@@ -859,6 +861,7 @@ func containerContainerUpdate() *core.Command {
859861 },
860862 {
861863 Name : "protocol" ,
864+ Short : `Protocol the container uses` ,
862865 Required : false ,
863866 Deprecated : false ,
864867 Positional : false ,
@@ -870,6 +873,7 @@ func containerContainerUpdate() *core.Command {
870873 },
871874 {
872875 Name : "port" ,
876+ Short : `Port the container listens on` ,
873877 Required : false ,
874878 Deprecated : false ,
875879 Positional : false ,
@@ -965,6 +969,7 @@ func containerContainerUpdate() *core.Command {
965969 },
966970 {
967971 Name : "private-network-id" ,
972+ Short : `ID of the Private Network the container is connected to.` ,
968973 Required : false ,
969974 Deprecated : false ,
970975 Positional : false ,
You can’t perform that action at this time.
0 commit comments