File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed
internal/namespaces/container/v1beta1 Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ go 1.24.0
44
55require (
66 github.com/aws/aws-sdk-go-v2 v1.36.3
7- github.com/aws/aws-sdk-go-v2/service/s3 v1.80.0
7+ github.com/aws/aws-sdk-go-v2/service/s3 v1.80.1
88 github.com/buildpacks/pack v0.34.2
99 github.com/c-bata/go-prompt v0.2.6
1010 github.com/charmbracelet/bubbletea v1.3.5
Original file line number Diff line number Diff line change @@ -90,8 +90,8 @@ github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 h1:dM9/92u2
9090github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.15 /go.mod h1:SwFBy2vjtA0vZbjjaFtfN045boopadnoVPhu4Fv66vY =
9191github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 h1:moLQUoVq91LiqT1nbvzDukyqAlCv89ZmwaHw/ZFlFZg =
9292github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.18.15 /go.mod h1:ZH34PJUc8ApjBIfgQCFvkWcUDBtl/WTD+uiYHjd8igA =
93- github.com/aws/aws-sdk-go-v2/service/s3 v1.80.0 h1:fV4XIU5sn/x8gjRouoJpDVHj+ExJaUk4prYF+eb6qTs =
94- github.com/aws/aws-sdk-go-v2/service/s3 v1.80.0 /go.mod h1:qbn305Je/IofWBJ4bJz/Q7pDEtnnoInw/dGt71v6rHE =
93+ github.com/aws/aws-sdk-go-v2/service/s3 v1.80.1 h1:xYEAf/6QHiTZDccKnPMbsMwlau13GsDsTgdue3wmHGw =
94+ github.com/aws/aws-sdk-go-v2/service/s3 v1.80.1 /go.mod h1:qbn305Je/IofWBJ4bJz/Q7pDEtnnoInw/dGt71v6rHE =
9595github.com/aws/aws-sdk-go-v2/service/sso v1.20.2 h1:XOPfar83RIRPEzfihnp+U6udOveKZJvPQ76SKWrLRHc =
9696github.com/aws/aws-sdk-go-v2/service/sso v1.20.2 /go.mod h1:Vv9Xyk1KMHXrR3vNQe8W5LMFdTjSeWk0gBZBzvf3Qa0 =
9797github.com/aws/aws-sdk-go-v2/service/ssooidc v1.23.2 h1:pi0Skl6mNl2w8qWZXcdOyg197Zsf4G97U7Sso9JXGZE =
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