|
18 | 18 | from .types import PoolVolumeType |
19 | 19 | from .types import Runtime |
20 | 20 | from .types import MaintenanceWindow |
21 | | -from .types import PoolUpgradePolicy |
22 | 21 | from .types import CreateClusterRequestPoolConfigUpgradePolicy |
23 | 22 | from .types import ClusterAutoUpgrade |
24 | 23 | from .types import ClusterAutoscalerConfig |
25 | 24 | from .types import ClusterOpenIDConnectConfig |
26 | | -from .types import Pool |
| 25 | +from .types import PoolUpgradePolicy |
27 | 26 | from .types import ACLRuleRequest |
28 | 27 | from .types import ACLRule |
29 | 28 | from .types import CreateClusterRequestAutoUpgrade |
|
36 | 35 | from .types import Version |
37 | 36 | from .types import Cluster |
38 | 37 | from .types import Node |
| 38 | +from .types import Pool |
39 | 39 | from .types import NodeMetadataCoreV1Taint |
40 | 40 | from .types import UpdateClusterRequestAutoUpgrade |
41 | 41 | from .types import UpdateClusterRequestAutoscalerConfig |
|
108 | 108 | "PoolVolumeType", |
109 | 109 | "Runtime", |
110 | 110 | "MaintenanceWindow", |
111 | | - "PoolUpgradePolicy", |
112 | 111 | "CreateClusterRequestPoolConfigUpgradePolicy", |
113 | 112 | "ClusterAutoUpgrade", |
114 | 113 | "ClusterAutoscalerConfig", |
115 | 114 | "ClusterOpenIDConnectConfig", |
116 | | - "Pool", |
| 115 | + "PoolUpgradePolicy", |
117 | 116 | "ACLRuleRequest", |
118 | 117 | "ACLRule", |
119 | 118 | "CreateClusterRequestAutoUpgrade", |
|
126 | 125 | "Version", |
127 | 126 | "Cluster", |
128 | 127 | "Node", |
| 128 | + "Pool", |
129 | 129 | "NodeMetadataCoreV1Taint", |
130 | 130 | "UpdateClusterRequestAutoUpgrade", |
131 | 131 | "UpdateClusterRequestAutoscalerConfig", |
|
0 commit comments