Skip to content

Commit 7e100c5

Browse files
authored
Merge branch 'master' into v1.6300.0
2 parents 096fd33 + 26c7db8 commit 7e100c5

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

internal/namespaces/function/v1beta1/function_cli.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -565,7 +565,7 @@ func functionFunctionCreate() *core.Command {
565565
Required: false,
566566
Deprecated: false,
567567
Positional: false,
568-
EnumValues: []string{"unknown_runtime", "golang", "python", "python3", "node8", "node10", "node14", "node16", "node17", "python37", "python38", "python39", "python310", "go113", "go117", "go118", "node18", "rust165", "go119", "python311", "php82", "node19", "go120", "node20", "go121", "node22", "python312", "php83", "go122", "rust179", "go123", "go124"},
568+
EnumValues: []string{"unknown_runtime", "golang", "python", "python3", "node8", "node10", "node14", "node16", "node17", "python37", "python38", "python39", "python310", "go113", "go117", "go118", "node18", "rust165", "go119", "python311", "php82", "node19", "go120", "node20", "go121", "node22", "python312", "php83", "go122", "rust179", "go123", "go124", "python313", "rust185", "php84"},
569569
},
570570
{
571571
Name: "memory-limit",
@@ -689,7 +689,7 @@ func functionFunctionUpdate() *core.Command {
689689
Required: false,
690690
Deprecated: false,
691691
Positional: false,
692-
EnumValues: []string{"unknown_runtime", "golang", "python", "python3", "node8", "node10", "node14", "node16", "node17", "python37", "python38", "python39", "python310", "go113", "go117", "go118", "node18", "rust165", "go119", "python311", "php82", "node19", "go120", "node20", "go121", "node22", "python312", "php83", "go122", "rust179", "go123", "go124"},
692+
EnumValues: []string{"unknown_runtime", "golang", "python", "python3", "node8", "node10", "node14", "node16", "node17", "python37", "python38", "python39", "python310", "go113", "go117", "go118", "node18", "rust165", "go119", "python311", "php82", "node19", "go120", "node20", "go121", "node22", "python312", "php83", "go122", "rust179", "go123", "go124", "python313", "rust185", "php84"},
693693
},
694694
{
695695
Name: "memory-limit",

internal/namespaces/webhosting/v1/webhosting_cli.go

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -819,6 +819,13 @@ func webhostingDomainSyncDNSRecords() *core.Command {
819819
Deprecated: false,
820820
Positional: false,
821821
},
822+
{
823+
Name: "auto-config-domain-dns.none",
824+
Short: `No automatic domain configuration. Users must configure their domain for the Web Hosting to work.`,
825+
Required: false,
826+
Deprecated: false,
827+
Positional: false,
828+
},
822829
core.RegionArgSpec(scw.RegionFrPar, scw.RegionNlAms, scw.RegionPlWaw),
823830
},
824831
Run: func(ctx context.Context, args interface{}) (i interface{}, e error) {
@@ -1006,6 +1013,13 @@ func webhostingHostingCreate() *core.Command {
10061013
Deprecated: false,
10071014
Positional: false,
10081015
},
1016+
{
1017+
Name: "auto-config-domain-dns.none",
1018+
Short: `No automatic domain configuration. Users must configure their domain for the Web Hosting to work.`,
1019+
Required: false,
1020+
Deprecated: false,
1021+
Positional: false,
1022+
},
10091023
core.RegionArgSpec(scw.RegionFrPar, scw.RegionNlAms, scw.RegionPlWaw),
10101024
},
10111025
Run: func(ctx context.Context, args interface{}) (i interface{}, e error) {

0 commit comments

Comments
 (0)