|
23 | 23 |
|
24 | 24 | from google.cloud.container_v1.types.cluster_service import AcceleratorConfig |
25 | 25 | from google.cloud.container_v1.types.cluster_service import AddonsConfig |
| 26 | +from google.cloud.container_v1.types.cluster_service import AdvancedMachineFeatures |
26 | 27 | from google.cloud.container_v1.types.cluster_service import AuthenticatorGroupsConfig |
| 28 | +from google.cloud.container_v1.types.cluster_service import Autopilot |
27 | 29 | from google.cloud.container_v1.types.cluster_service import ( |
28 | 30 | AutoprovisioningNodePoolDefaults, |
29 | 31 | ) |
|
36 | 38 | from google.cloud.container_v1.types.cluster_service import ClusterAutoscaling |
37 | 39 | from google.cloud.container_v1.types.cluster_service import ClusterUpdate |
38 | 40 | from google.cloud.container_v1.types.cluster_service import CompleteIPRotationRequest |
| 41 | +from google.cloud.container_v1.types.cluster_service import ConfidentialNodes |
39 | 42 | from google.cloud.container_v1.types.cluster_service import ConfigConnectorConfig |
40 | 43 | from google.cloud.container_v1.types.cluster_service import CreateClusterRequest |
41 | 44 | from google.cloud.container_v1.types.cluster_service import CreateNodePoolRequest |
|
45 | 48 | from google.cloud.container_v1.types.cluster_service import DeleteClusterRequest |
46 | 49 | from google.cloud.container_v1.types.cluster_service import DeleteNodePoolRequest |
47 | 50 | from google.cloud.container_v1.types.cluster_service import DnsCacheConfig |
| 51 | +from google.cloud.container_v1.types.cluster_service import DNSConfig |
| 52 | +from google.cloud.container_v1.types.cluster_service import ( |
| 53 | + GcePersistentDiskCsiDriverConfig, |
| 54 | +) |
| 55 | +from google.cloud.container_v1.types.cluster_service import GcfsConfig |
| 56 | +from google.cloud.container_v1.types.cluster_service import GcpFilestoreCsiDriverConfig |
48 | 57 | from google.cloud.container_v1.types.cluster_service import GetClusterRequest |
49 | 58 | from google.cloud.container_v1.types.cluster_service import GetJSONWebKeysRequest |
50 | 59 | from google.cloud.container_v1.types.cluster_service import GetJSONWebKeysResponse |
51 | 60 | from google.cloud.container_v1.types.cluster_service import GetNodePoolRequest |
52 | | -from google.cloud.container_v1.types.cluster_service import GetOpenIDConfigRequest |
53 | | -from google.cloud.container_v1.types.cluster_service import GetOpenIDConfigResponse |
54 | 61 | from google.cloud.container_v1.types.cluster_service import GetOperationRequest |
55 | 62 | from google.cloud.container_v1.types.cluster_service import GetServerConfigRequest |
56 | 63 | from google.cloud.container_v1.types.cluster_service import HorizontalPodAutoscaling |
57 | 64 | from google.cloud.container_v1.types.cluster_service import HttpLoadBalancing |
| 65 | +from google.cloud.container_v1.types.cluster_service import ILBSubsettingConfig |
58 | 66 | from google.cloud.container_v1.types.cluster_service import IntraNodeVisibilityConfig |
59 | 67 | from google.cloud.container_v1.types.cluster_service import IPAllocationPolicy |
60 | 68 | from google.cloud.container_v1.types.cluster_service import Jwk |
61 | 69 | from google.cloud.container_v1.types.cluster_service import KubernetesDashboard |
62 | 70 | from google.cloud.container_v1.types.cluster_service import LegacyAbac |
| 71 | +from google.cloud.container_v1.types.cluster_service import LinuxNodeConfig |
63 | 72 | from google.cloud.container_v1.types.cluster_service import ListClustersRequest |
64 | 73 | from google.cloud.container_v1.types.cluster_service import ListClustersResponse |
65 | 74 | from google.cloud.container_v1.types.cluster_service import ListNodePoolsRequest |
|
70 | 79 | from google.cloud.container_v1.types.cluster_service import ( |
71 | 80 | ListUsableSubnetworksResponse, |
72 | 81 | ) |
| 82 | +from google.cloud.container_v1.types.cluster_service import LoggingComponentConfig |
| 83 | +from google.cloud.container_v1.types.cluster_service import LoggingConfig |
| 84 | +from google.cloud.container_v1.types.cluster_service import MaintenanceExclusionOptions |
73 | 85 | from google.cloud.container_v1.types.cluster_service import MaintenancePolicy |
74 | 86 | from google.cloud.container_v1.types.cluster_service import MaintenanceWindow |
75 | 87 | from google.cloud.container_v1.types.cluster_service import MasterAuth |
76 | 88 | from google.cloud.container_v1.types.cluster_service import ( |
77 | 89 | MasterAuthorizedNetworksConfig, |
78 | 90 | ) |
79 | 91 | from google.cloud.container_v1.types.cluster_service import MaxPodsConstraint |
| 92 | +from google.cloud.container_v1.types.cluster_service import MeshCertificates |
| 93 | +from google.cloud.container_v1.types.cluster_service import MonitoringComponentConfig |
| 94 | +from google.cloud.container_v1.types.cluster_service import MonitoringConfig |
80 | 95 | from google.cloud.container_v1.types.cluster_service import NetworkConfig |
81 | 96 | from google.cloud.container_v1.types.cluster_service import NetworkPolicy |
82 | 97 | from google.cloud.container_v1.types.cluster_service import NetworkPolicyConfig |
83 | 98 | from google.cloud.container_v1.types.cluster_service import NodeConfig |
| 99 | +from google.cloud.container_v1.types.cluster_service import NodeConfigDefaults |
| 100 | +from google.cloud.container_v1.types.cluster_service import NodeKubeletConfig |
84 | 101 | from google.cloud.container_v1.types.cluster_service import NodeManagement |
| 102 | +from google.cloud.container_v1.types.cluster_service import NodeNetworkConfig |
85 | 103 | from google.cloud.container_v1.types.cluster_service import NodePool |
86 | 104 | from google.cloud.container_v1.types.cluster_service import NodePoolAutoscaling |
| 105 | +from google.cloud.container_v1.types.cluster_service import NodePoolDefaults |
87 | 106 | from google.cloud.container_v1.types.cluster_service import NodeTaint |
| 107 | +from google.cloud.container_v1.types.cluster_service import NotificationConfig |
88 | 108 | from google.cloud.container_v1.types.cluster_service import Operation |
89 | 109 | from google.cloud.container_v1.types.cluster_service import OperationProgress |
90 | 110 | from google.cloud.container_v1.types.cluster_service import PrivateClusterConfig |
|
100 | 120 | RollbackNodePoolUpgradeRequest, |
101 | 121 | ) |
102 | 122 | from google.cloud.container_v1.types.cluster_service import SandboxConfig |
| 123 | +from google.cloud.container_v1.types.cluster_service import SecurityBulletinEvent |
103 | 124 | from google.cloud.container_v1.types.cluster_service import ServerConfig |
| 125 | +from google.cloud.container_v1.types.cluster_service import ServiceExternalIPsConfig |
104 | 126 | from google.cloud.container_v1.types.cluster_service import SetAddonsConfigRequest |
105 | 127 | from google.cloud.container_v1.types.cluster_service import SetLabelsRequest |
106 | 128 | from google.cloud.container_v1.types.cluster_service import SetLegacyAbacRequest |
|
123 | 145 | from google.cloud.container_v1.types.cluster_service import UpdateClusterRequest |
124 | 146 | from google.cloud.container_v1.types.cluster_service import UpdateMasterRequest |
125 | 147 | from google.cloud.container_v1.types.cluster_service import UpdateNodePoolRequest |
| 148 | +from google.cloud.container_v1.types.cluster_service import UpgradeAvailableEvent |
| 149 | +from google.cloud.container_v1.types.cluster_service import UpgradeEvent |
126 | 150 | from google.cloud.container_v1.types.cluster_service import UsableSubnetwork |
127 | 151 | from google.cloud.container_v1.types.cluster_service import ( |
128 | 152 | UsableSubnetworkSecondaryRange, |
129 | 153 | ) |
130 | 154 | from google.cloud.container_v1.types.cluster_service import VerticalPodAutoscaling |
| 155 | +from google.cloud.container_v1.types.cluster_service import VirtualNIC |
131 | 156 | from google.cloud.container_v1.types.cluster_service import WorkloadIdentityConfig |
132 | 157 | from google.cloud.container_v1.types.cluster_service import WorkloadMetadataConfig |
| 158 | +from google.cloud.container_v1.types.cluster_service import DatapathProvider |
| 159 | +from google.cloud.container_v1.types.cluster_service import PrivateIPv6GoogleAccess |
| 160 | +from google.cloud.container_v1.types.cluster_service import UpgradeResourceType |
133 | 161 |
|
134 | 162 | __all__ = ( |
135 | 163 | "ClusterManagerClient", |
136 | 164 | "ClusterManagerAsyncClient", |
137 | 165 | "AcceleratorConfig", |
138 | 166 | "AddonsConfig", |
| 167 | + "AdvancedMachineFeatures", |
139 | 168 | "AuthenticatorGroupsConfig", |
| 169 | + "Autopilot", |
140 | 170 | "AutoprovisioningNodePoolDefaults", |
141 | 171 | "AutoUpgradeOptions", |
142 | 172 | "BinaryAuthorization", |
|
147 | 177 | "ClusterAutoscaling", |
148 | 178 | "ClusterUpdate", |
149 | 179 | "CompleteIPRotationRequest", |
| 180 | + "ConfidentialNodes", |
150 | 181 | "ConfigConnectorConfig", |
151 | 182 | "CreateClusterRequest", |
152 | 183 | "CreateNodePoolRequest", |
|
156 | 187 | "DeleteClusterRequest", |
157 | 188 | "DeleteNodePoolRequest", |
158 | 189 | "DnsCacheConfig", |
| 190 | + "DNSConfig", |
| 191 | + "GcePersistentDiskCsiDriverConfig", |
| 192 | + "GcfsConfig", |
| 193 | + "GcpFilestoreCsiDriverConfig", |
159 | 194 | "GetClusterRequest", |
160 | 195 | "GetJSONWebKeysRequest", |
161 | 196 | "GetJSONWebKeysResponse", |
162 | 197 | "GetNodePoolRequest", |
163 | | - "GetOpenIDConfigRequest", |
164 | | - "GetOpenIDConfigResponse", |
165 | 198 | "GetOperationRequest", |
166 | 199 | "GetServerConfigRequest", |
167 | 200 | "HorizontalPodAutoscaling", |
168 | 201 | "HttpLoadBalancing", |
| 202 | + "ILBSubsettingConfig", |
169 | 203 | "IntraNodeVisibilityConfig", |
170 | 204 | "IPAllocationPolicy", |
171 | 205 | "Jwk", |
172 | 206 | "KubernetesDashboard", |
173 | 207 | "LegacyAbac", |
| 208 | + "LinuxNodeConfig", |
174 | 209 | "ListClustersRequest", |
175 | 210 | "ListClustersResponse", |
176 | 211 | "ListNodePoolsRequest", |
|
179 | 214 | "ListOperationsResponse", |
180 | 215 | "ListUsableSubnetworksRequest", |
181 | 216 | "ListUsableSubnetworksResponse", |
| 217 | + "LoggingComponentConfig", |
| 218 | + "LoggingConfig", |
| 219 | + "MaintenanceExclusionOptions", |
182 | 220 | "MaintenancePolicy", |
183 | 221 | "MaintenanceWindow", |
184 | 222 | "MasterAuth", |
185 | 223 | "MasterAuthorizedNetworksConfig", |
186 | 224 | "MaxPodsConstraint", |
| 225 | + "MeshCertificates", |
| 226 | + "MonitoringComponentConfig", |
| 227 | + "MonitoringConfig", |
187 | 228 | "NetworkConfig", |
188 | 229 | "NetworkPolicy", |
189 | 230 | "NetworkPolicyConfig", |
190 | 231 | "NodeConfig", |
| 232 | + "NodeConfigDefaults", |
| 233 | + "NodeKubeletConfig", |
191 | 234 | "NodeManagement", |
| 235 | + "NodeNetworkConfig", |
192 | 236 | "NodePool", |
193 | 237 | "NodePoolAutoscaling", |
| 238 | + "NodePoolDefaults", |
194 | 239 | "NodeTaint", |
| 240 | + "NotificationConfig", |
195 | 241 | "Operation", |
196 | 242 | "OperationProgress", |
197 | 243 | "PrivateClusterConfig", |
|
203 | 249 | "ResourceUsageExportConfig", |
204 | 250 | "RollbackNodePoolUpgradeRequest", |
205 | 251 | "SandboxConfig", |
| 252 | + "SecurityBulletinEvent", |
206 | 253 | "ServerConfig", |
| 254 | + "ServiceExternalIPsConfig", |
207 | 255 | "SetAddonsConfigRequest", |
208 | 256 | "SetLabelsRequest", |
209 | 257 | "SetLegacyAbacRequest", |
|
224 | 272 | "UpdateClusterRequest", |
225 | 273 | "UpdateMasterRequest", |
226 | 274 | "UpdateNodePoolRequest", |
| 275 | + "UpgradeAvailableEvent", |
| 276 | + "UpgradeEvent", |
227 | 277 | "UsableSubnetwork", |
228 | 278 | "UsableSubnetworkSecondaryRange", |
229 | 279 | "VerticalPodAutoscaling", |
| 280 | + "VirtualNIC", |
230 | 281 | "WorkloadIdentityConfig", |
231 | 282 | "WorkloadMetadataConfig", |
| 283 | + "DatapathProvider", |
| 284 | + "PrivateIPv6GoogleAccess", |
| 285 | + "UpgradeResourceType", |
232 | 286 | ) |
0 commit comments