File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ stackit beta alb [flags]
3535* [ stackit beta alb delete] ( ./stackit_beta_alb_delete.md ) - Deletes an application loadbalancer
3636* [ stackit beta alb describe] ( ./stackit_beta_alb_describe.md ) - Describes an application loadbalancer
3737* [ stackit beta alb list] ( ./stackit_beta_alb_list.md ) - Lists albs
38- * [ stackit beta alb plans] ( ./stackit_beta_alb_plans.md ) - Lists the alb plans
38+ * [ stackit beta alb plans] ( ./stackit_beta_alb_plans.md ) - Lists the application load balancer plans
3939* [ stackit beta alb pool] ( ./stackit_beta_alb_pool.md ) - Manages target pools for application loadbalancers
40- * [ stackit beta alb quotas] ( ./stackit_beta_alb_quotas.md ) - Gets the quotas
40+ * [ stackit beta alb quotas] ( ./stackit_beta_alb_quotas.md ) - Shows the application load balancer quotas
4141* [ stackit beta alb template] ( ./stackit_beta_alb_template.md ) - creates configuration templates to use for resource creation
4242* [ stackit beta alb update] ( ./stackit_beta_alb_update.md ) - Updates an application loadbalancer
4343
Original file line number Diff line number Diff line change 11## stackit beta alb plans
22
3- Lists the alb plans
3+ Lists the application load balancer plans
44
55### Synopsis
66
7- Lists the available application loadbalancer plans.
7+ Lists the available application load balancer plans.
88
99```
1010stackit beta alb plans [flags]
@@ -13,7 +13,7 @@ stackit beta alb plans [flags]
1313### Examples
1414
1515```
16- List all application loadbalancer plans
16+ List all application load balancer plans
1717 $ stackit beta alb plans
1818```
1919
Original file line number Diff line number Diff line change 11## stackit beta alb quotas
22
3- Gets the quotas
3+ Shows the application load balancer quotas
44
55### Synopsis
66
7- Gets the current quotes for the application loadbalancers .
7+ Shows the application load balancer quotas for the application load balancers .
88
99```
1010stackit beta alb quotas [flags]
@@ -13,7 +13,7 @@ stackit beta alb quotas [flags]
1313### Examples
1414
1515```
16- List all application loadbalancer quotas
16+ List all application load balancer quotas
1717 $ stackit beta alb quotas
1818```
1919
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ type inputModel struct {
2626func NewCmd (p * print.Printer ) * cobra.Command {
2727 cmd := & cobra.Command {
2828 Use : "plans" ,
29- Short : "Lists the alb plans" ,
30- Long : "Lists the available application loadbalancer plans." ,
29+ Short : "Lists the application load balancer plans" ,
30+ Long : "Lists the available application load balancer plans." ,
3131 Args : args .NoArgs ,
3232 Example : examples .Build (
3333 examples .NewExample (
34- `List all application loadbalancer plans` ,
34+ `List all application load balancer plans` ,
3535 `$ stackit beta alb plans` ,
3636 ),
3737 ),
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ type inputModel struct {
2525func NewCmd (p * print.Printer ) * cobra.Command {
2626 cmd := & cobra.Command {
2727 Use : "quotas" ,
28- Short : "Gets the quotas" ,
29- Long : "Gets the current quotes for the application loadbalancers ." ,
28+ Short : "Shows the application load balancer quotas" ,
29+ Long : "Shows the application load balancer quotas for the application load balancers ." ,
3030 Args : args .NoArgs ,
3131 Example : examples .Build (
3232 examples .NewExample (
33- `List all application loadbalancer quotas` ,
33+ `List all application load balancer quotas` ,
3434 `$ stackit beta alb quotas` ,
3535 ),
3636 ),
You can’t perform that action at this time.
0 commit comments