Skip to content

Commit a6a4c16

Browse files
authored
chore(k8s): remove legacy endpoint + refresh autoscaler docs (#1441)
1 parent 646c58d commit a6a4c16

File tree

8 files changed

+694
-694
lines changed

8 files changed

+694
-694
lines changed

scaleway-async/scaleway_async/k8s/v1/__init__.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,11 @@
1818
from .types import PoolVolumeType
1919
from .types import Runtime
2020
from .types import MaintenanceWindow
21-
from .types import PoolUpgradePolicy
2221
from .types import CreateClusterRequestPoolConfigUpgradePolicy
2322
from .types import ClusterAutoUpgrade
2423
from .types import ClusterAutoscalerConfig
2524
from .types import ClusterOpenIDConnectConfig
26-
from .types import Pool
25+
from .types import PoolUpgradePolicy
2726
from .types import ACLRuleRequest
2827
from .types import ACLRule
2928
from .types import CreateClusterRequestAutoUpgrade
@@ -36,6 +35,7 @@
3635
from .types import Version
3736
from .types import Cluster
3837
from .types import Node
38+
from .types import Pool
3939
from .types import NodeMetadataCoreV1Taint
4040
from .types import UpdateClusterRequestAutoUpgrade
4141
from .types import UpdateClusterRequestAutoscalerConfig
@@ -108,12 +108,11 @@
108108
"PoolVolumeType",
109109
"Runtime",
110110
"MaintenanceWindow",
111-
"PoolUpgradePolicy",
112111
"CreateClusterRequestPoolConfigUpgradePolicy",
113112
"ClusterAutoUpgrade",
114113
"ClusterAutoscalerConfig",
115114
"ClusterOpenIDConnectConfig",
116-
"Pool",
115+
"PoolUpgradePolicy",
117116
"ACLRuleRequest",
118117
"ACLRule",
119118
"CreateClusterRequestAutoUpgrade",
@@ -126,6 +125,7 @@
126125
"Version",
127126
"Cluster",
128127
"Node",
128+
"Pool",
129129
"NodeMetadataCoreV1Taint",
130130
"UpdateClusterRequestAutoUpgrade",
131131
"UpdateClusterRequestAutoscalerConfig",

scaleway-async/scaleway_async/k8s/v1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,10 +73,10 @@
7373
POOL_TRANSIENT_STATUSES,
7474
)
7575
from .marshalling import (
76-
unmarshal_Pool,
7776
unmarshal_Version,
7877
unmarshal_Cluster,
7978
unmarshal_Node,
79+
unmarshal_Pool,
8080
unmarshal_AddClusterACLRulesResponse,
8181
unmarshal_ExternalNode,
8282
unmarshal_ExternalNodeAuth,

0 commit comments

Comments
 (0)