pulumi-alicloud 3.64.0a1729894283__py3-none-any.whl → 3.65.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +35 -0
- pulumi_alicloud/amqp/instance.py +8 -8
- pulumi_alicloud/bss/get_open_api_pricing_modules.py +4 -4
- pulumi_alicloud/bss/get_open_api_products.py +4 -4
- pulumi_alicloud/cas/get_certificates.py +17 -1
- pulumi_alicloud/cas/get_service_certificates.py +153 -17
- pulumi_alicloud/cas/outputs.py +40 -36
- pulumi_alicloud/cen/instance.py +108 -53
- pulumi_alicloud/cen/transit_router_route_table_association.py +72 -68
- pulumi_alicloud/cloudfirewall/control_policy.py +524 -23
- pulumi_alicloud/cloudfirewall/instance.py +64 -36
- pulumi_alicloud/cloudstoragegateway/gateway.py +134 -58
- pulumi_alicloud/cs/_inputs.py +390 -26
- pulumi_alicloud/cs/get_serverless_kubernetes_clusters.py +2 -0
- pulumi_alicloud/cs/kubernetes.py +48 -35
- pulumi_alicloud/cs/managed_kubernetes.py +91 -35
- pulumi_alicloud/cs/node_pool.py +68 -14
- pulumi_alicloud/cs/outputs.py +293 -16
- pulumi_alicloud/cs/serverless_kubernetes.py +157 -63
- pulumi_alicloud/databasefilesystem/_inputs.py +0 -6
- pulumi_alicloud/databasefilesystem/instance.py +31 -0
- pulumi_alicloud/databasefilesystem/outputs.py +0 -4
- pulumi_alicloud/dns/get_alidns_records.py +26 -4
- pulumi_alicloud/dns/outputs.py +2 -2
- pulumi_alicloud/eais/instance.py +55 -57
- pulumi_alicloud/ecp/instance.py +177 -219
- pulumi_alicloud/ecs/disk.py +2 -2
- pulumi_alicloud/ecs/ecs_disk.py +142 -58
- pulumi_alicloud/ecs/ecs_key_pair.py +1 -1
- pulumi_alicloud/ecs/ecs_launch_template.py +169 -0
- pulumi_alicloud/ecs/get_ecs_launch_templates.py +172 -6
- pulumi_alicloud/ecs/instance.py +131 -98
- pulumi_alicloud/ecs/key_pair.py +1 -1
- pulumi_alicloud/ecs/launch_template.py +102 -0
- pulumi_alicloud/ecs/outputs.py +57 -24
- pulumi_alicloud/ens/disk.py +2 -2
- pulumi_alicloud/ens/disk_instance_attachment.py +2 -2
- pulumi_alicloud/ess/_inputs.py +342 -2
- pulumi_alicloud/ess/eci_scaling_configuration.py +202 -0
- pulumi_alicloud/ess/outputs.py +226 -2
- pulumi_alicloud/ess/scaling_configuration.py +377 -1
- pulumi_alicloud/ess/scaling_group.py +54 -7
- pulumi_alicloud/fc/_inputs.py +3 -3
- pulumi_alicloud/fc/outputs.py +2 -2
- pulumi_alicloud/ga/_inputs.py +57 -22
- pulumi_alicloud/ga/outputs.py +39 -15
- pulumi_alicloud/governance/baseline.py +18 -18
- pulumi_alicloud/governance/get_baselines.py +18 -18
- pulumi_alicloud/gpdb/__init__.py +1 -0
- pulumi_alicloud/gpdb/database.py +545 -0
- pulumi_alicloud/gpdb/instance.py +1 -1
- pulumi_alicloud/kms/get_secrets.py +5 -5
- pulumi_alicloud/kms/outputs.py +18 -18
- pulumi_alicloud/kvstore/instance.py +24 -5
- pulumi_alicloud/log/alert.py +14 -14
- pulumi_alicloud/mse/__init__.py +2 -0
- pulumi_alicloud/mse/cluster.py +149 -51
- pulumi_alicloud/mse/engine_namespace.py +176 -74
- pulumi_alicloud/mse/get_clusters.py +70 -10
- pulumi_alicloud/mse/get_engine_namespaces.py +93 -15
- pulumi_alicloud/mse/get_nacos_configs.py +394 -0
- pulumi_alicloud/mse/nacos_config.py +762 -0
- pulumi_alicloud/mse/outputs.py +165 -8
- pulumi_alicloud/nas/data_flow.py +6 -6
- pulumi_alicloud/nas/fileset.py +6 -6
- pulumi_alicloud/nas/lifecycle_policy.py +6 -6
- pulumi_alicloud/nas/recycle_bin.py +6 -6
- pulumi_alicloud/nas/snapshot.py +6 -6
- pulumi_alicloud/ocean/base_instance.py +2 -2
- pulumi_alicloud/pai/__init__.py +8 -0
- pulumi_alicloud/pai/workspace_workspace.py +447 -0
- pulumi_alicloud/polardb/cluster.py +176 -14
- pulumi_alicloud/privatelink/get_vpc_endpoint_services.py +51 -7
- pulumi_alicloud/privatelink/outputs.py +17 -6
- pulumi_alicloud/privatelink/vpc_endpoint_service_user.py +54 -17
- pulumi_alicloud/privatelink/vpc_endpoint_zone.py +7 -21
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/rds/instance.py +50 -3
- pulumi_alicloud/resourcemanager/get_folders.py +35 -28
- pulumi_alicloud/resourcemanager/outputs.py +8 -8
- pulumi_alicloud/servicemesh/_inputs.py +656 -174
- pulumi_alicloud/servicemesh/outputs.py +507 -117
- pulumi_alicloud/servicemesh/service_mesh.py +120 -78
- pulumi_alicloud/sls/__init__.py +1 -0
- pulumi_alicloud/sls/_inputs.py +307 -0
- pulumi_alicloud/sls/collection_policy.py +561 -0
- pulumi_alicloud/sls/outputs.py +263 -0
- pulumi_alicloud/threatdetection/instance.py +331 -43
- pulumi_alicloud/vpc/subnet.py +59 -27
- pulumi_alicloud/vpc/switch.py +104 -87
- {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/RECORD +94 -88
- {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.64.0a1729894283.dist-info → pulumi_alicloud-3.65.0.dist-info}/top_level.txt +0 -0
|
@@ -23,6 +23,9 @@ __all__ = [
|
|
|
23
23
|
'ServiceMeshMeshConfigAudit',
|
|
24
24
|
'ServiceMeshMeshConfigControlPlaneLog',
|
|
25
25
|
'ServiceMeshMeshConfigKiali',
|
|
26
|
+
'ServiceMeshMeshConfigKialiOpenIdConfig',
|
|
27
|
+
'ServiceMeshMeshConfigKialiRamOauthConfig',
|
|
28
|
+
'ServiceMeshMeshConfigKialiServerConfig',
|
|
26
29
|
'ServiceMeshMeshConfigOpa',
|
|
27
30
|
'ServiceMeshMeshConfigPilot',
|
|
28
31
|
'ServiceMeshMeshConfigPrometheus',
|
|
@@ -72,7 +75,7 @@ class ServiceMeshExtraConfiguration(dict):
|
|
|
72
75
|
def __init__(__self__, *,
|
|
73
76
|
cr_aggregation_enabled: Optional[bool] = None):
|
|
74
77
|
"""
|
|
75
|
-
:param bool cr_aggregation_enabled: Whether the data plane KubeAPI access capability is enabled.
|
|
78
|
+
:param bool cr_aggregation_enabled: Whether the data plane KubeAPI access capability is enabled.
|
|
76
79
|
"""
|
|
77
80
|
if cr_aggregation_enabled is not None:
|
|
78
81
|
pulumi.set(__self__, "cr_aggregation_enabled", cr_aggregation_enabled)
|
|
@@ -81,7 +84,7 @@ class ServiceMeshExtraConfiguration(dict):
|
|
|
81
84
|
@pulumi.getter(name="crAggregationEnabled")
|
|
82
85
|
def cr_aggregation_enabled(self) -> Optional[bool]:
|
|
83
86
|
"""
|
|
84
|
-
Whether the data plane KubeAPI access capability is enabled.
|
|
87
|
+
Whether the data plane KubeAPI access capability is enabled.
|
|
85
88
|
"""
|
|
86
89
|
return pulumi.get(self, "cr_aggregation_enabled")
|
|
87
90
|
|
|
@@ -97,6 +100,8 @@ class ServiceMeshLoadBalancer(dict):
|
|
|
97
100
|
suggest = "api_server_public_eip"
|
|
98
101
|
elif key == "pilotPublicEip":
|
|
99
102
|
suggest = "pilot_public_eip"
|
|
103
|
+
elif key == "pilotPublicEipId":
|
|
104
|
+
suggest = "pilot_public_eip_id"
|
|
100
105
|
elif key == "pilotPublicLoadbalancerId":
|
|
101
106
|
suggest = "pilot_public_loadbalancer_id"
|
|
102
107
|
|
|
@@ -115,12 +120,14 @@ class ServiceMeshLoadBalancer(dict):
|
|
|
115
120
|
api_server_loadbalancer_id: Optional[str] = None,
|
|
116
121
|
api_server_public_eip: Optional[bool] = None,
|
|
117
122
|
pilot_public_eip: Optional[bool] = None,
|
|
123
|
+
pilot_public_eip_id: Optional[str] = None,
|
|
118
124
|
pilot_public_loadbalancer_id: Optional[str] = None):
|
|
119
125
|
"""
|
|
120
|
-
:param str api_server_loadbalancer_id: The Instance ID of APIServer Load Balancer
|
|
121
|
-
:param bool api_server_public_eip: Indicates whether to use the IP address of a public network exposed API Server
|
|
122
|
-
:param bool pilot_public_eip: Indicates whether to use the IP address of a public network exposure Istio Pilot.
|
|
123
|
-
:param str
|
|
126
|
+
:param str api_server_loadbalancer_id: The Instance ID of APIServer Load Balancer
|
|
127
|
+
:param bool api_server_public_eip: Indicates whether to use the IP address of a public network exposed API Server
|
|
128
|
+
:param bool pilot_public_eip: Indicates whether to use the IP address of a public network exposure Istio Pilot. **Note**: This field has been deprecated and is readonly as of 1.232.0. Use pilot_public_eip_id instead.
|
|
129
|
+
:param str pilot_public_eip_id: the EIP instance id of Pilot load balancer.
|
|
130
|
+
:param str pilot_public_loadbalancer_id: The Instance ID of Pilot Load Balancer
|
|
124
131
|
"""
|
|
125
132
|
if api_server_loadbalancer_id is not None:
|
|
126
133
|
pulumi.set(__self__, "api_server_loadbalancer_id", api_server_loadbalancer_id)
|
|
@@ -128,6 +135,8 @@ class ServiceMeshLoadBalancer(dict):
|
|
|
128
135
|
pulumi.set(__self__, "api_server_public_eip", api_server_public_eip)
|
|
129
136
|
if pilot_public_eip is not None:
|
|
130
137
|
pulumi.set(__self__, "pilot_public_eip", pilot_public_eip)
|
|
138
|
+
if pilot_public_eip_id is not None:
|
|
139
|
+
pulumi.set(__self__, "pilot_public_eip_id", pilot_public_eip_id)
|
|
131
140
|
if pilot_public_loadbalancer_id is not None:
|
|
132
141
|
pulumi.set(__self__, "pilot_public_loadbalancer_id", pilot_public_loadbalancer_id)
|
|
133
142
|
|
|
@@ -135,7 +144,7 @@ class ServiceMeshLoadBalancer(dict):
|
|
|
135
144
|
@pulumi.getter(name="apiServerLoadbalancerId")
|
|
136
145
|
def api_server_loadbalancer_id(self) -> Optional[str]:
|
|
137
146
|
"""
|
|
138
|
-
The Instance ID of APIServer Load Balancer
|
|
147
|
+
The Instance ID of APIServer Load Balancer
|
|
139
148
|
"""
|
|
140
149
|
return pulumi.get(self, "api_server_loadbalancer_id")
|
|
141
150
|
|
|
@@ -143,7 +152,7 @@ class ServiceMeshLoadBalancer(dict):
|
|
|
143
152
|
@pulumi.getter(name="apiServerPublicEip")
|
|
144
153
|
def api_server_public_eip(self) -> Optional[bool]:
|
|
145
154
|
"""
|
|
146
|
-
Indicates whether to use the IP address of a public network exposed API Server
|
|
155
|
+
Indicates whether to use the IP address of a public network exposed API Server
|
|
147
156
|
"""
|
|
148
157
|
return pulumi.get(self, "api_server_public_eip")
|
|
149
158
|
|
|
@@ -151,15 +160,23 @@ class ServiceMeshLoadBalancer(dict):
|
|
|
151
160
|
@pulumi.getter(name="pilotPublicEip")
|
|
152
161
|
def pilot_public_eip(self) -> Optional[bool]:
|
|
153
162
|
"""
|
|
154
|
-
Indicates whether to use the IP address of a public network exposure Istio Pilot.
|
|
163
|
+
Indicates whether to use the IP address of a public network exposure Istio Pilot. **Note**: This field has been deprecated and is readonly as of 1.232.0. Use pilot_public_eip_id instead.
|
|
155
164
|
"""
|
|
156
165
|
return pulumi.get(self, "pilot_public_eip")
|
|
157
166
|
|
|
167
|
+
@property
|
|
168
|
+
@pulumi.getter(name="pilotPublicEipId")
|
|
169
|
+
def pilot_public_eip_id(self) -> Optional[str]:
|
|
170
|
+
"""
|
|
171
|
+
the EIP instance id of Pilot load balancer.
|
|
172
|
+
"""
|
|
173
|
+
return pulumi.get(self, "pilot_public_eip_id")
|
|
174
|
+
|
|
158
175
|
@property
|
|
159
176
|
@pulumi.getter(name="pilotPublicLoadbalancerId")
|
|
160
177
|
def pilot_public_loadbalancer_id(self) -> Optional[str]:
|
|
161
178
|
"""
|
|
162
|
-
The Instance ID of Pilot Load Balancer
|
|
179
|
+
The Instance ID of Pilot Load Balancer
|
|
163
180
|
"""
|
|
164
181
|
return pulumi.get(self, "pilot_public_loadbalancer_id")
|
|
165
182
|
|
|
@@ -212,21 +229,21 @@ class ServiceMeshMeshConfig(dict):
|
|
|
212
229
|
telemetry: Optional[bool] = None,
|
|
213
230
|
tracing: Optional[bool] = None):
|
|
214
231
|
"""
|
|
215
|
-
:param 'ServiceMeshMeshConfigAccessLogArgs' access_log: The access logging configuration
|
|
216
|
-
:param 'ServiceMeshMeshConfigAuditArgs' audit: Audit information
|
|
232
|
+
:param 'ServiceMeshMeshConfigAccessLogArgs' access_log: The access logging configuration See `access_log` below.
|
|
233
|
+
:param 'ServiceMeshMeshConfigAuditArgs' audit: Audit information See `audit` below.
|
|
217
234
|
:param 'ServiceMeshMeshConfigControlPlaneLogArgs' control_plane_log: Control plane log collection configuration. See `control_plane_log` below.
|
|
218
|
-
:param bool customized_zipkin: Whether or not to enable the use of a custom zipkin
|
|
219
|
-
:param bool enable_locality_lb: Whether to enable service can access the service through the nearest node access
|
|
220
|
-
:param str include_ip_ranges: The IP ADDRESS range
|
|
221
|
-
:param 'ServiceMeshMeshConfigKialiArgs' kiali: Kiali configuration
|
|
222
|
-
:param 'ServiceMeshMeshConfigOpaArgs' opa: The open-door policy of agent (OPA) plug-in information
|
|
223
|
-
:param str outbound_traffic_policy: Out to the traffic policy
|
|
224
|
-
:param 'ServiceMeshMeshConfigPilotArgs' pilot: Link trace sampling information
|
|
225
|
-
:param 'ServiceMeshMeshConfigPrometheusArgs' prometheus: Prometheus configuration
|
|
226
|
-
:param 'ServiceMeshMeshConfigProxyArgs' proxy: Proxy configuration. See `proxy` below.
|
|
227
|
-
:param 'ServiceMeshMeshConfigSidecarInjectorArgs' sidecar_injector: Sidecar injector configuration
|
|
228
|
-
:param bool telemetry: Whether to enable acquisition Prometheus metrics (it is recommended that you use [Alibaba Cloud Prometheus monitoring](https://arms.console.aliyun.com/)
|
|
229
|
-
:param bool tracing: Whether to enable link trace (you need to have [Alibaba Cloud link tracking service](https://tracing-analysis.console.aliyun.com/)
|
|
235
|
+
:param bool customized_zipkin: Whether or not to enable the use of a custom zipkin
|
|
236
|
+
:param bool enable_locality_lb: Whether to enable service can access the service through the nearest node access
|
|
237
|
+
:param str include_ip_ranges: The IP ADDRESS range
|
|
238
|
+
:param 'ServiceMeshMeshConfigKialiArgs' kiali: Kiali configuration See `kiali` below.
|
|
239
|
+
:param 'ServiceMeshMeshConfigOpaArgs' opa: The open-door policy of agent (OPA) plug-in information See `opa` below.
|
|
240
|
+
:param str outbound_traffic_policy: Out to the traffic policy
|
|
241
|
+
:param 'ServiceMeshMeshConfigPilotArgs' pilot: Link trace sampling information See `pilot` below.
|
|
242
|
+
:param 'ServiceMeshMeshConfigPrometheusArgs' prometheus: Prometheus configuration
|
|
243
|
+
:param 'ServiceMeshMeshConfigProxyArgs' proxy: Proxy configuration, the fields under this structure have service segment default values, if not explicitly specified, you need to manually add them based on the return value of the server after the instance is created. See `proxy` below.
|
|
244
|
+
:param 'ServiceMeshMeshConfigSidecarInjectorArgs' sidecar_injector: Sidecar injector configuration See `sidecar_injector` below.
|
|
245
|
+
:param bool telemetry: Whether to enable acquisition Prometheus metrics (it is recommended that you use [Alibaba Cloud Prometheus monitoring](https://arms.console.aliyun.com/)
|
|
246
|
+
:param bool tracing: Whether to enable link trace (you need to have [Alibaba Cloud link tracking service](https://tracing-analysis.console.aliyun.com/)
|
|
230
247
|
"""
|
|
231
248
|
if access_log is not None:
|
|
232
249
|
pulumi.set(__self__, "access_log", access_log)
|
|
@@ -263,7 +280,7 @@ class ServiceMeshMeshConfig(dict):
|
|
|
263
280
|
@pulumi.getter(name="accessLog")
|
|
264
281
|
def access_log(self) -> Optional['outputs.ServiceMeshMeshConfigAccessLog']:
|
|
265
282
|
"""
|
|
266
|
-
The access logging configuration
|
|
283
|
+
The access logging configuration See `access_log` below.
|
|
267
284
|
"""
|
|
268
285
|
return pulumi.get(self, "access_log")
|
|
269
286
|
|
|
@@ -271,7 +288,7 @@ class ServiceMeshMeshConfig(dict):
|
|
|
271
288
|
@pulumi.getter
|
|
272
289
|
def audit(self) -> Optional['outputs.ServiceMeshMeshConfigAudit']:
|
|
273
290
|
"""
|
|
274
|
-
Audit information
|
|
291
|
+
Audit information See `audit` below.
|
|
275
292
|
"""
|
|
276
293
|
return pulumi.get(self, "audit")
|
|
277
294
|
|
|
@@ -287,7 +304,7 @@ class ServiceMeshMeshConfig(dict):
|
|
|
287
304
|
@pulumi.getter(name="customizedZipkin")
|
|
288
305
|
def customized_zipkin(self) -> Optional[bool]:
|
|
289
306
|
"""
|
|
290
|
-
Whether or not to enable the use of a custom zipkin
|
|
307
|
+
Whether or not to enable the use of a custom zipkin
|
|
291
308
|
"""
|
|
292
309
|
return pulumi.get(self, "customized_zipkin")
|
|
293
310
|
|
|
@@ -295,7 +312,7 @@ class ServiceMeshMeshConfig(dict):
|
|
|
295
312
|
@pulumi.getter(name="enableLocalityLb")
|
|
296
313
|
def enable_locality_lb(self) -> Optional[bool]:
|
|
297
314
|
"""
|
|
298
|
-
Whether to enable service can access the service through the nearest node access
|
|
315
|
+
Whether to enable service can access the service through the nearest node access
|
|
299
316
|
"""
|
|
300
317
|
return pulumi.get(self, "enable_locality_lb")
|
|
301
318
|
|
|
@@ -303,7 +320,7 @@ class ServiceMeshMeshConfig(dict):
|
|
|
303
320
|
@pulumi.getter(name="includeIpRanges")
|
|
304
321
|
def include_ip_ranges(self) -> Optional[str]:
|
|
305
322
|
"""
|
|
306
|
-
The IP ADDRESS range
|
|
323
|
+
The IP ADDRESS range
|
|
307
324
|
"""
|
|
308
325
|
return pulumi.get(self, "include_ip_ranges")
|
|
309
326
|
|
|
@@ -311,7 +328,7 @@ class ServiceMeshMeshConfig(dict):
|
|
|
311
328
|
@pulumi.getter
|
|
312
329
|
def kiali(self) -> Optional['outputs.ServiceMeshMeshConfigKiali']:
|
|
313
330
|
"""
|
|
314
|
-
Kiali configuration
|
|
331
|
+
Kiali configuration See `kiali` below.
|
|
315
332
|
"""
|
|
316
333
|
return pulumi.get(self, "kiali")
|
|
317
334
|
|
|
@@ -319,7 +336,7 @@ class ServiceMeshMeshConfig(dict):
|
|
|
319
336
|
@pulumi.getter
|
|
320
337
|
def opa(self) -> Optional['outputs.ServiceMeshMeshConfigOpa']:
|
|
321
338
|
"""
|
|
322
|
-
The open-door policy of agent (OPA) plug-in information
|
|
339
|
+
The open-door policy of agent (OPA) plug-in information See `opa` below.
|
|
323
340
|
"""
|
|
324
341
|
return pulumi.get(self, "opa")
|
|
325
342
|
|
|
@@ -327,7 +344,7 @@ class ServiceMeshMeshConfig(dict):
|
|
|
327
344
|
@pulumi.getter(name="outboundTrafficPolicy")
|
|
328
345
|
def outbound_traffic_policy(self) -> Optional[str]:
|
|
329
346
|
"""
|
|
330
|
-
Out to the traffic policy
|
|
347
|
+
Out to the traffic policy
|
|
331
348
|
"""
|
|
332
349
|
return pulumi.get(self, "outbound_traffic_policy")
|
|
333
350
|
|
|
@@ -335,7 +352,7 @@ class ServiceMeshMeshConfig(dict):
|
|
|
335
352
|
@pulumi.getter
|
|
336
353
|
def pilot(self) -> Optional['outputs.ServiceMeshMeshConfigPilot']:
|
|
337
354
|
"""
|
|
338
|
-
Link trace sampling information
|
|
355
|
+
Link trace sampling information See `pilot` below.
|
|
339
356
|
"""
|
|
340
357
|
return pulumi.get(self, "pilot")
|
|
341
358
|
|
|
@@ -343,7 +360,7 @@ class ServiceMeshMeshConfig(dict):
|
|
|
343
360
|
@pulumi.getter
|
|
344
361
|
def prometheus(self) -> Optional['outputs.ServiceMeshMeshConfigPrometheus']:
|
|
345
362
|
"""
|
|
346
|
-
Prometheus configuration
|
|
363
|
+
Prometheus configuration
|
|
347
364
|
"""
|
|
348
365
|
return pulumi.get(self, "prometheus")
|
|
349
366
|
|
|
@@ -351,7 +368,7 @@ class ServiceMeshMeshConfig(dict):
|
|
|
351
368
|
@pulumi.getter
|
|
352
369
|
def proxy(self) -> Optional['outputs.ServiceMeshMeshConfigProxy']:
|
|
353
370
|
"""
|
|
354
|
-
Proxy configuration. See `proxy` below.
|
|
371
|
+
Proxy configuration, the fields under this structure have service segment default values, if not explicitly specified, you need to manually add them based on the return value of the server after the instance is created. See `proxy` below.
|
|
355
372
|
"""
|
|
356
373
|
return pulumi.get(self, "proxy")
|
|
357
374
|
|
|
@@ -359,7 +376,7 @@ class ServiceMeshMeshConfig(dict):
|
|
|
359
376
|
@pulumi.getter(name="sidecarInjector")
|
|
360
377
|
def sidecar_injector(self) -> Optional['outputs.ServiceMeshMeshConfigSidecarInjector']:
|
|
361
378
|
"""
|
|
362
|
-
Sidecar injector configuration
|
|
379
|
+
Sidecar injector configuration See `sidecar_injector` below.
|
|
363
380
|
"""
|
|
364
381
|
return pulumi.get(self, "sidecar_injector")
|
|
365
382
|
|
|
@@ -367,7 +384,7 @@ class ServiceMeshMeshConfig(dict):
|
|
|
367
384
|
@pulumi.getter
|
|
368
385
|
def telemetry(self) -> Optional[bool]:
|
|
369
386
|
"""
|
|
370
|
-
Whether to enable acquisition Prometheus metrics (it is recommended that you use [Alibaba Cloud Prometheus monitoring](https://arms.console.aliyun.com/)
|
|
387
|
+
Whether to enable acquisition Prometheus metrics (it is recommended that you use [Alibaba Cloud Prometheus monitoring](https://arms.console.aliyun.com/)
|
|
371
388
|
"""
|
|
372
389
|
return pulumi.get(self, "telemetry")
|
|
373
390
|
|
|
@@ -375,7 +392,7 @@ class ServiceMeshMeshConfig(dict):
|
|
|
375
392
|
@pulumi.getter
|
|
376
393
|
def tracing(self) -> Optional[bool]:
|
|
377
394
|
"""
|
|
378
|
-
Whether to enable link trace (you need to have [Alibaba Cloud link tracking service](https://tracing-analysis.console.aliyun.com/)
|
|
395
|
+
Whether to enable link trace (you need to have [Alibaba Cloud link tracking service](https://tracing-analysis.console.aliyun.com/)
|
|
379
396
|
"""
|
|
380
397
|
return pulumi.get(self, "tracing")
|
|
381
398
|
|
|
@@ -413,12 +430,12 @@ class ServiceMeshMeshConfigAccessLog(dict):
|
|
|
413
430
|
sidecar_enabled: Optional[bool] = None,
|
|
414
431
|
sidecar_lifecycle: Optional[int] = None):
|
|
415
432
|
"""
|
|
416
|
-
:param bool enabled: Enable CNI
|
|
417
|
-
:param bool gateway_enabled: Whether collect AccessLog of ASM Gateway to Alibaba Cloud SLS
|
|
418
|
-
:param int gateway_lifecycle: Lifecycle of AccessLog of ASM Gateways which have been collected to Alibaba Cloud SLS
|
|
433
|
+
:param bool enabled: Enable CNI
|
|
434
|
+
:param bool gateway_enabled: Whether collect AccessLog of ASM Gateway to Alibaba Cloud SLS
|
|
435
|
+
:param int gateway_lifecycle: Lifecycle of AccessLog of ASM Gateways which have been collected to Alibaba Cloud SLS
|
|
419
436
|
:param str project: The name of the SLS Project to which the control plane logs are collected.
|
|
420
|
-
:param bool sidecar_enabled: Whether collect AccessLog of ASM Gateway to Alibaba Cloud SLS
|
|
421
|
-
:param int sidecar_lifecycle: Lifecycle of AccessLog of ASM Sidecars which have been collected to Alibaba Cloud SLS
|
|
437
|
+
:param bool sidecar_enabled: Whether collect AccessLog of ASM Gateway to Alibaba Cloud SLS
|
|
438
|
+
:param int sidecar_lifecycle: Lifecycle of AccessLog of ASM Sidecars which have been collected to Alibaba Cloud SLS
|
|
422
439
|
"""
|
|
423
440
|
if enabled is not None:
|
|
424
441
|
pulumi.set(__self__, "enabled", enabled)
|
|
@@ -437,7 +454,7 @@ class ServiceMeshMeshConfigAccessLog(dict):
|
|
|
437
454
|
@pulumi.getter
|
|
438
455
|
def enabled(self) -> Optional[bool]:
|
|
439
456
|
"""
|
|
440
|
-
Enable CNI
|
|
457
|
+
Enable CNI
|
|
441
458
|
"""
|
|
442
459
|
return pulumi.get(self, "enabled")
|
|
443
460
|
|
|
@@ -445,7 +462,7 @@ class ServiceMeshMeshConfigAccessLog(dict):
|
|
|
445
462
|
@pulumi.getter(name="gatewayEnabled")
|
|
446
463
|
def gateway_enabled(self) -> Optional[bool]:
|
|
447
464
|
"""
|
|
448
|
-
Whether collect AccessLog of ASM Gateway to Alibaba Cloud SLS
|
|
465
|
+
Whether collect AccessLog of ASM Gateway to Alibaba Cloud SLS
|
|
449
466
|
"""
|
|
450
467
|
return pulumi.get(self, "gateway_enabled")
|
|
451
468
|
|
|
@@ -453,7 +470,7 @@ class ServiceMeshMeshConfigAccessLog(dict):
|
|
|
453
470
|
@pulumi.getter(name="gatewayLifecycle")
|
|
454
471
|
def gateway_lifecycle(self) -> Optional[int]:
|
|
455
472
|
"""
|
|
456
|
-
Lifecycle of AccessLog of ASM Gateways which have been collected to Alibaba Cloud SLS
|
|
473
|
+
Lifecycle of AccessLog of ASM Gateways which have been collected to Alibaba Cloud SLS
|
|
457
474
|
"""
|
|
458
475
|
return pulumi.get(self, "gateway_lifecycle")
|
|
459
476
|
|
|
@@ -469,7 +486,7 @@ class ServiceMeshMeshConfigAccessLog(dict):
|
|
|
469
486
|
@pulumi.getter(name="sidecarEnabled")
|
|
470
487
|
def sidecar_enabled(self) -> Optional[bool]:
|
|
471
488
|
"""
|
|
472
|
-
Whether collect AccessLog of ASM Gateway to Alibaba Cloud SLS
|
|
489
|
+
Whether collect AccessLog of ASM Gateway to Alibaba Cloud SLS
|
|
473
490
|
"""
|
|
474
491
|
return pulumi.get(self, "sidecar_enabled")
|
|
475
492
|
|
|
@@ -477,7 +494,7 @@ class ServiceMeshMeshConfigAccessLog(dict):
|
|
|
477
494
|
@pulumi.getter(name="sidecarLifecycle")
|
|
478
495
|
def sidecar_lifecycle(self) -> Optional[int]:
|
|
479
496
|
"""
|
|
480
|
-
Lifecycle of AccessLog of ASM Sidecars which have been collected to Alibaba Cloud SLS
|
|
497
|
+
Lifecycle of AccessLog of ASM Sidecars which have been collected to Alibaba Cloud SLS
|
|
481
498
|
"""
|
|
482
499
|
return pulumi.get(self, "sidecar_lifecycle")
|
|
483
500
|
|
|
@@ -488,7 +505,7 @@ class ServiceMeshMeshConfigAudit(dict):
|
|
|
488
505
|
enabled: Optional[bool] = None,
|
|
489
506
|
project: Optional[str] = None):
|
|
490
507
|
"""
|
|
491
|
-
:param bool enabled: Enable CNI
|
|
508
|
+
:param bool enabled: Enable CNI
|
|
492
509
|
:param str project: The name of the SLS Project to which the control plane logs are collected.
|
|
493
510
|
"""
|
|
494
511
|
if enabled is not None:
|
|
@@ -500,7 +517,7 @@ class ServiceMeshMeshConfigAudit(dict):
|
|
|
500
517
|
@pulumi.getter
|
|
501
518
|
def enabled(self) -> Optional[bool]:
|
|
502
519
|
"""
|
|
503
|
-
Enable CNI
|
|
520
|
+
Enable CNI
|
|
504
521
|
"""
|
|
505
522
|
return pulumi.get(self, "enabled")
|
|
506
523
|
|
|
@@ -537,8 +554,8 @@ class ServiceMeshMeshConfigControlPlaneLog(dict):
|
|
|
537
554
|
log_ttl_in_day: Optional[int] = None,
|
|
538
555
|
project: Optional[str] = None):
|
|
539
556
|
"""
|
|
540
|
-
:param bool enabled: Enable CNI
|
|
541
|
-
:param int log_ttl_in_day: Lifecycle of logs has been collected to Alibaba Cloud SLS
|
|
557
|
+
:param bool enabled: Enable CNI
|
|
558
|
+
:param int log_ttl_in_day: Lifecycle of logs has been collected to Alibaba Cloud SLS
|
|
542
559
|
:param str project: The name of the SLS Project to which the control plane logs are collected.
|
|
543
560
|
"""
|
|
544
561
|
pulumi.set(__self__, "enabled", enabled)
|
|
@@ -551,7 +568,7 @@ class ServiceMeshMeshConfigControlPlaneLog(dict):
|
|
|
551
568
|
@pulumi.getter
|
|
552
569
|
def enabled(self) -> bool:
|
|
553
570
|
"""
|
|
554
|
-
Enable CNI
|
|
571
|
+
Enable CNI
|
|
555
572
|
"""
|
|
556
573
|
return pulumi.get(self, "enabled")
|
|
557
574
|
|
|
@@ -559,7 +576,7 @@ class ServiceMeshMeshConfigControlPlaneLog(dict):
|
|
|
559
576
|
@pulumi.getter(name="logTtlInDay")
|
|
560
577
|
def log_ttl_in_day(self) -> Optional[int]:
|
|
561
578
|
"""
|
|
562
|
-
Lifecycle of logs has been collected to Alibaba Cloud SLS
|
|
579
|
+
Lifecycle of logs has been collected to Alibaba Cloud SLS
|
|
563
580
|
"""
|
|
564
581
|
return pulumi.get(self, "log_ttl_in_day")
|
|
565
582
|
|
|
@@ -574,34 +591,407 @@ class ServiceMeshMeshConfigControlPlaneLog(dict):
|
|
|
574
591
|
|
|
575
592
|
@pulumi.output_type
|
|
576
593
|
class ServiceMeshMeshConfigKiali(dict):
|
|
594
|
+
@staticmethod
|
|
595
|
+
def __key_warning(key: str):
|
|
596
|
+
suggest = None
|
|
597
|
+
if key == "aggregatedKialiAddress":
|
|
598
|
+
suggest = "aggregated_kiali_address"
|
|
599
|
+
elif key == "authStrategy":
|
|
600
|
+
suggest = "auth_strategy"
|
|
601
|
+
elif key == "customPrometheusUrl":
|
|
602
|
+
suggest = "custom_prometheus_url"
|
|
603
|
+
elif key == "distributedKialiAccessTokens":
|
|
604
|
+
suggest = "distributed_kiali_access_tokens"
|
|
605
|
+
elif key == "distributedKialiAddresses":
|
|
606
|
+
suggest = "distributed_kiali_addresses"
|
|
607
|
+
elif key == "integrateClb":
|
|
608
|
+
suggest = "integrate_clb"
|
|
609
|
+
elif key == "kialiArmsAuthTokens":
|
|
610
|
+
suggest = "kiali_arms_auth_tokens"
|
|
611
|
+
elif key == "kialiServiceAnnotations":
|
|
612
|
+
suggest = "kiali_service_annotations"
|
|
613
|
+
elif key == "openIdConfig":
|
|
614
|
+
suggest = "open_id_config"
|
|
615
|
+
elif key == "ramOauthConfig":
|
|
616
|
+
suggest = "ram_oauth_config"
|
|
617
|
+
elif key == "serverConfig":
|
|
618
|
+
suggest = "server_config"
|
|
619
|
+
elif key == "usePopulatedArmsPrometheus":
|
|
620
|
+
suggest = "use_populated_arms_prometheus"
|
|
621
|
+
|
|
622
|
+
if suggest:
|
|
623
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceMeshMeshConfigKiali. Access the value via the '{suggest}' property getter instead.")
|
|
624
|
+
|
|
625
|
+
def __getitem__(self, key: str) -> Any:
|
|
626
|
+
ServiceMeshMeshConfigKiali.__key_warning(key)
|
|
627
|
+
return super().__getitem__(key)
|
|
628
|
+
|
|
629
|
+
def get(self, key: str, default = None) -> Any:
|
|
630
|
+
ServiceMeshMeshConfigKiali.__key_warning(key)
|
|
631
|
+
return super().get(key, default)
|
|
632
|
+
|
|
577
633
|
def __init__(__self__, *,
|
|
634
|
+
aggregated_kiali_address: Optional[str] = None,
|
|
635
|
+
auth_strategy: Optional[str] = None,
|
|
636
|
+
custom_prometheus_url: Optional[str] = None,
|
|
637
|
+
distributed_kiali_access_tokens: Optional[str] = None,
|
|
638
|
+
distributed_kiali_addresses: Optional[str] = None,
|
|
578
639
|
enabled: Optional[bool] = None,
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
640
|
+
integrate_clb: Optional[bool] = None,
|
|
641
|
+
kiali_arms_auth_tokens: Optional[str] = None,
|
|
642
|
+
kiali_service_annotations: Optional[str] = None,
|
|
643
|
+
open_id_config: Optional['outputs.ServiceMeshMeshConfigKialiOpenIdConfig'] = None,
|
|
644
|
+
ram_oauth_config: Optional['outputs.ServiceMeshMeshConfigKialiRamOauthConfig'] = None,
|
|
645
|
+
server_config: Optional['outputs.ServiceMeshMeshConfigKialiServerConfig'] = None,
|
|
646
|
+
url: Optional[str] = None,
|
|
647
|
+
use_populated_arms_prometheus: Optional[bool] = None):
|
|
648
|
+
"""
|
|
649
|
+
:param str aggregated_kiali_address: When the mesh topology is deployed in managed mode and integrated with CLB to provide external access, the external access address is automatically generated.
|
|
650
|
+
:param str auth_strategy: The authentication strategy used when logging into the mesh topology. In data plane deployment mode, the mesh topology can use token, openid, or ramoauth authentication strategies; in managed mode, the mesh topology can use openid or ramoauth authentication strategies.
|
|
651
|
+
:param str custom_prometheus_url: When the mesh topology cannot automatically use the integrated ARMS Prometheus, you need to use this property to specify a custom Prometheus HTTP API Url. The corresponding Prometheus instance needs to have been configured to collect Istio metrics in the cluster within the service mesh.
|
|
652
|
+
:param str distributed_kiali_access_tokens: The login token provided when the mesh topology is deployed in data plane deployment mode. When the mesh topology authentication strategy is token, this token can be used to log in to the mesh topology service. The key of the property is the Kubernetes cluster id, and the value of the property is the login token of the mesh topology service in the cluster.
|
|
653
|
+
:param str distributed_kiali_addresses: When the mesh topology is deployed in data plane deployment mode and integrated with CLB to provide external access, the external access address is automatically generated. The key of the attribute is the Kubernetes cluster id, and the value is the external access address of the mesh topology service in the cluster.
|
|
654
|
+
:param bool enabled: Enable CNI
|
|
655
|
+
:param bool integrate_clb: Whether to integrate CLB for mesh topology services to provide external access.
|
|
656
|
+
:param str kiali_arms_auth_tokens: When the mesh topology automatically uses the integrated ARMS Prometheus, if the ARMS Prometheus instance in the cluster has token authentication enabled, you need to use this property to provide the corresponding authentication token for the mesh topology. The key of the property is the Kubernetes cluster id, and the value is the authentication token of the ARMS Prometheus instance corresponding to the cluster. (Service mesh instance version 1.15.3.113 or above is required)
|
|
657
|
+
:param str kiali_service_annotations: Annotations for the Service corresponding to the mesh topology service. When the mesh topology service integrates CLB, annotations can be used to control the CLB specifications. The attribute type is map, the key is the Kubernetes cluster id, and the value is the mesh topology service annotation map under the corresponding Kubernetes cluster. When using the managed mode mesh topology, the key is the service mesh instance id. For annotation content, refer to [Configuring traditional load balancing CLB through Annotation](https://www.alibabacloud.com/help/en/ack/serverless-kubernetes/user-guide/use-annotations-to-configure-load-balancing).(Service mesh instance version 1.17.2.19 or above is required)
|
|
658
|
+
:param 'ServiceMeshMeshConfigKialiOpenIdConfigArgs' open_id_config: When the mesh topology's authentication policy is openid, the configuration used when the mesh topology and OIDC application are connected. If the authentication policy is openid, this configuration must be provided. See `open_id_config` below.
|
|
659
|
+
:param 'ServiceMeshMeshConfigKialiRamOauthConfigArgs' ram_oauth_config: When the authentication strategy of the mesh topology is ramoauth, the mesh topology will be connected to the RAM OAuth application to log in with the Alibaba Cloud account. In this case, this attribute must be provided to configure the connection with the RAM OAuth application. See `ram_oauth_config` below.
|
|
660
|
+
:param 'ServiceMeshMeshConfigKialiServerConfigArgs' server_config: When you need to configure external access to the mesh topology through ASM gateway or other means, and access the mesh topology through a custom domain name or address, you need to specify this property. (The service mesh instance version must be 1.16.4.5 or above) See `server_config` below.
|
|
661
|
+
:param str url: Kiali service address
|
|
662
|
+
:param bool use_populated_arms_prometheus: Whether the mesh topology automatically uses the integrated ARMS Prometheus. When the integrated ARMS Prometheus is automatically used, there is no need to specify the dependent Prometheus HTTP API Url.
|
|
663
|
+
"""
|
|
664
|
+
if aggregated_kiali_address is not None:
|
|
665
|
+
pulumi.set(__self__, "aggregated_kiali_address", aggregated_kiali_address)
|
|
666
|
+
if auth_strategy is not None:
|
|
667
|
+
pulumi.set(__self__, "auth_strategy", auth_strategy)
|
|
668
|
+
if custom_prometheus_url is not None:
|
|
669
|
+
pulumi.set(__self__, "custom_prometheus_url", custom_prometheus_url)
|
|
670
|
+
if distributed_kiali_access_tokens is not None:
|
|
671
|
+
pulumi.set(__self__, "distributed_kiali_access_tokens", distributed_kiali_access_tokens)
|
|
672
|
+
if distributed_kiali_addresses is not None:
|
|
673
|
+
pulumi.set(__self__, "distributed_kiali_addresses", distributed_kiali_addresses)
|
|
584
674
|
if enabled is not None:
|
|
585
675
|
pulumi.set(__self__, "enabled", enabled)
|
|
676
|
+
if integrate_clb is not None:
|
|
677
|
+
pulumi.set(__self__, "integrate_clb", integrate_clb)
|
|
678
|
+
if kiali_arms_auth_tokens is not None:
|
|
679
|
+
pulumi.set(__self__, "kiali_arms_auth_tokens", kiali_arms_auth_tokens)
|
|
680
|
+
if kiali_service_annotations is not None:
|
|
681
|
+
pulumi.set(__self__, "kiali_service_annotations", kiali_service_annotations)
|
|
682
|
+
if open_id_config is not None:
|
|
683
|
+
pulumi.set(__self__, "open_id_config", open_id_config)
|
|
684
|
+
if ram_oauth_config is not None:
|
|
685
|
+
pulumi.set(__self__, "ram_oauth_config", ram_oauth_config)
|
|
686
|
+
if server_config is not None:
|
|
687
|
+
pulumi.set(__self__, "server_config", server_config)
|
|
586
688
|
if url is not None:
|
|
587
689
|
pulumi.set(__self__, "url", url)
|
|
690
|
+
if use_populated_arms_prometheus is not None:
|
|
691
|
+
pulumi.set(__self__, "use_populated_arms_prometheus", use_populated_arms_prometheus)
|
|
692
|
+
|
|
693
|
+
@property
|
|
694
|
+
@pulumi.getter(name="aggregatedKialiAddress")
|
|
695
|
+
def aggregated_kiali_address(self) -> Optional[str]:
|
|
696
|
+
"""
|
|
697
|
+
When the mesh topology is deployed in managed mode and integrated with CLB to provide external access, the external access address is automatically generated.
|
|
698
|
+
"""
|
|
699
|
+
return pulumi.get(self, "aggregated_kiali_address")
|
|
700
|
+
|
|
701
|
+
@property
|
|
702
|
+
@pulumi.getter(name="authStrategy")
|
|
703
|
+
def auth_strategy(self) -> Optional[str]:
|
|
704
|
+
"""
|
|
705
|
+
The authentication strategy used when logging into the mesh topology. In data plane deployment mode, the mesh topology can use token, openid, or ramoauth authentication strategies; in managed mode, the mesh topology can use openid or ramoauth authentication strategies.
|
|
706
|
+
"""
|
|
707
|
+
return pulumi.get(self, "auth_strategy")
|
|
708
|
+
|
|
709
|
+
@property
|
|
710
|
+
@pulumi.getter(name="customPrometheusUrl")
|
|
711
|
+
def custom_prometheus_url(self) -> Optional[str]:
|
|
712
|
+
"""
|
|
713
|
+
When the mesh topology cannot automatically use the integrated ARMS Prometheus, you need to use this property to specify a custom Prometheus HTTP API Url. The corresponding Prometheus instance needs to have been configured to collect Istio metrics in the cluster within the service mesh.
|
|
714
|
+
"""
|
|
715
|
+
return pulumi.get(self, "custom_prometheus_url")
|
|
716
|
+
|
|
717
|
+
@property
|
|
718
|
+
@pulumi.getter(name="distributedKialiAccessTokens")
|
|
719
|
+
def distributed_kiali_access_tokens(self) -> Optional[str]:
|
|
720
|
+
"""
|
|
721
|
+
The login token provided when the mesh topology is deployed in data plane deployment mode. When the mesh topology authentication strategy is token, this token can be used to log in to the mesh topology service. The key of the property is the Kubernetes cluster id, and the value of the property is the login token of the mesh topology service in the cluster.
|
|
722
|
+
"""
|
|
723
|
+
return pulumi.get(self, "distributed_kiali_access_tokens")
|
|
724
|
+
|
|
725
|
+
@property
|
|
726
|
+
@pulumi.getter(name="distributedKialiAddresses")
|
|
727
|
+
def distributed_kiali_addresses(self) -> Optional[str]:
|
|
728
|
+
"""
|
|
729
|
+
When the mesh topology is deployed in data plane deployment mode and integrated with CLB to provide external access, the external access address is automatically generated. The key of the attribute is the Kubernetes cluster id, and the value is the external access address of the mesh topology service in the cluster.
|
|
730
|
+
"""
|
|
731
|
+
return pulumi.get(self, "distributed_kiali_addresses")
|
|
588
732
|
|
|
589
733
|
@property
|
|
590
734
|
@pulumi.getter
|
|
591
735
|
def enabled(self) -> Optional[bool]:
|
|
592
736
|
"""
|
|
593
|
-
Enable CNI
|
|
737
|
+
Enable CNI
|
|
594
738
|
"""
|
|
595
739
|
return pulumi.get(self, "enabled")
|
|
596
740
|
|
|
741
|
+
@property
|
|
742
|
+
@pulumi.getter(name="integrateClb")
|
|
743
|
+
def integrate_clb(self) -> Optional[bool]:
|
|
744
|
+
"""
|
|
745
|
+
Whether to integrate CLB for mesh topology services to provide external access.
|
|
746
|
+
"""
|
|
747
|
+
return pulumi.get(self, "integrate_clb")
|
|
748
|
+
|
|
749
|
+
@property
|
|
750
|
+
@pulumi.getter(name="kialiArmsAuthTokens")
|
|
751
|
+
def kiali_arms_auth_tokens(self) -> Optional[str]:
|
|
752
|
+
"""
|
|
753
|
+
When the mesh topology automatically uses the integrated ARMS Prometheus, if the ARMS Prometheus instance in the cluster has token authentication enabled, you need to use this property to provide the corresponding authentication token for the mesh topology. The key of the property is the Kubernetes cluster id, and the value is the authentication token of the ARMS Prometheus instance corresponding to the cluster. (Service mesh instance version 1.15.3.113 or above is required)
|
|
754
|
+
"""
|
|
755
|
+
return pulumi.get(self, "kiali_arms_auth_tokens")
|
|
756
|
+
|
|
757
|
+
@property
|
|
758
|
+
@pulumi.getter(name="kialiServiceAnnotations")
|
|
759
|
+
def kiali_service_annotations(self) -> Optional[str]:
|
|
760
|
+
"""
|
|
761
|
+
Annotations for the Service corresponding to the mesh topology service. When the mesh topology service integrates CLB, annotations can be used to control the CLB specifications. The attribute type is map, the key is the Kubernetes cluster id, and the value is the mesh topology service annotation map under the corresponding Kubernetes cluster. When using the managed mode mesh topology, the key is the service mesh instance id. For annotation content, refer to [Configuring traditional load balancing CLB through Annotation](https://www.alibabacloud.com/help/en/ack/serverless-kubernetes/user-guide/use-annotations-to-configure-load-balancing).(Service mesh instance version 1.17.2.19 or above is required)
|
|
762
|
+
"""
|
|
763
|
+
return pulumi.get(self, "kiali_service_annotations")
|
|
764
|
+
|
|
765
|
+
@property
|
|
766
|
+
@pulumi.getter(name="openIdConfig")
|
|
767
|
+
def open_id_config(self) -> Optional['outputs.ServiceMeshMeshConfigKialiOpenIdConfig']:
|
|
768
|
+
"""
|
|
769
|
+
When the mesh topology's authentication policy is openid, the configuration used when the mesh topology and OIDC application are connected. If the authentication policy is openid, this configuration must be provided. See `open_id_config` below.
|
|
770
|
+
"""
|
|
771
|
+
return pulumi.get(self, "open_id_config")
|
|
772
|
+
|
|
773
|
+
@property
|
|
774
|
+
@pulumi.getter(name="ramOauthConfig")
|
|
775
|
+
def ram_oauth_config(self) -> Optional['outputs.ServiceMeshMeshConfigKialiRamOauthConfig']:
|
|
776
|
+
"""
|
|
777
|
+
When the authentication strategy of the mesh topology is ramoauth, the mesh topology will be connected to the RAM OAuth application to log in with the Alibaba Cloud account. In this case, this attribute must be provided to configure the connection with the RAM OAuth application. See `ram_oauth_config` below.
|
|
778
|
+
"""
|
|
779
|
+
return pulumi.get(self, "ram_oauth_config")
|
|
780
|
+
|
|
781
|
+
@property
|
|
782
|
+
@pulumi.getter(name="serverConfig")
|
|
783
|
+
def server_config(self) -> Optional['outputs.ServiceMeshMeshConfigKialiServerConfig']:
|
|
784
|
+
"""
|
|
785
|
+
When you need to configure external access to the mesh topology through ASM gateway or other means, and access the mesh topology through a custom domain name or address, you need to specify this property. (The service mesh instance version must be 1.16.4.5 or above) See `server_config` below.
|
|
786
|
+
"""
|
|
787
|
+
return pulumi.get(self, "server_config")
|
|
788
|
+
|
|
597
789
|
@property
|
|
598
790
|
@pulumi.getter
|
|
599
791
|
def url(self) -> Optional[str]:
|
|
600
792
|
"""
|
|
601
|
-
Kiali service address
|
|
793
|
+
Kiali service address
|
|
602
794
|
"""
|
|
603
795
|
return pulumi.get(self, "url")
|
|
604
796
|
|
|
797
|
+
@property
|
|
798
|
+
@pulumi.getter(name="usePopulatedArmsPrometheus")
|
|
799
|
+
def use_populated_arms_prometheus(self) -> Optional[bool]:
|
|
800
|
+
"""
|
|
801
|
+
Whether the mesh topology automatically uses the integrated ARMS Prometheus. When the integrated ARMS Prometheus is automatically used, there is no need to specify the dependent Prometheus HTTP API Url.
|
|
802
|
+
"""
|
|
803
|
+
return pulumi.get(self, "use_populated_arms_prometheus")
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
@pulumi.output_type
|
|
807
|
+
class ServiceMeshMeshConfigKialiOpenIdConfig(dict):
|
|
808
|
+
@staticmethod
|
|
809
|
+
def __key_warning(key: str):
|
|
810
|
+
suggest = None
|
|
811
|
+
if key == "clientId":
|
|
812
|
+
suggest = "client_id"
|
|
813
|
+
elif key == "clientSecret":
|
|
814
|
+
suggest = "client_secret"
|
|
815
|
+
elif key == "issuerUri":
|
|
816
|
+
suggest = "issuer_uri"
|
|
817
|
+
|
|
818
|
+
if suggest:
|
|
819
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceMeshMeshConfigKialiOpenIdConfig. Access the value via the '{suggest}' property getter instead.")
|
|
820
|
+
|
|
821
|
+
def __getitem__(self, key: str) -> Any:
|
|
822
|
+
ServiceMeshMeshConfigKialiOpenIdConfig.__key_warning(key)
|
|
823
|
+
return super().__getitem__(key)
|
|
824
|
+
|
|
825
|
+
def get(self, key: str, default = None) -> Any:
|
|
826
|
+
ServiceMeshMeshConfigKialiOpenIdConfig.__key_warning(key)
|
|
827
|
+
return super().get(key, default)
|
|
828
|
+
|
|
829
|
+
def __init__(__self__, *,
|
|
830
|
+
client_id: Optional[str] = None,
|
|
831
|
+
client_secret: Optional[str] = None,
|
|
832
|
+
issuer_uri: Optional[str] = None,
|
|
833
|
+
scopes: Optional[Sequence[str]] = None):
|
|
834
|
+
"""
|
|
835
|
+
:param str client_id: The client id provided by the OIDC application
|
|
836
|
+
:param str client_secret: The client secret provided by the OIDC application
|
|
837
|
+
:param str issuer_uri: OIDC应用的Issuer URI
|
|
838
|
+
:param Sequence[str] scopes: The scope of the mesh topology request to the OIDC application
|
|
839
|
+
"""
|
|
840
|
+
if client_id is not None:
|
|
841
|
+
pulumi.set(__self__, "client_id", client_id)
|
|
842
|
+
if client_secret is not None:
|
|
843
|
+
pulumi.set(__self__, "client_secret", client_secret)
|
|
844
|
+
if issuer_uri is not None:
|
|
845
|
+
pulumi.set(__self__, "issuer_uri", issuer_uri)
|
|
846
|
+
if scopes is not None:
|
|
847
|
+
pulumi.set(__self__, "scopes", scopes)
|
|
848
|
+
|
|
849
|
+
@property
|
|
850
|
+
@pulumi.getter(name="clientId")
|
|
851
|
+
def client_id(self) -> Optional[str]:
|
|
852
|
+
"""
|
|
853
|
+
The client id provided by the OIDC application
|
|
854
|
+
"""
|
|
855
|
+
return pulumi.get(self, "client_id")
|
|
856
|
+
|
|
857
|
+
@property
|
|
858
|
+
@pulumi.getter(name="clientSecret")
|
|
859
|
+
def client_secret(self) -> Optional[str]:
|
|
860
|
+
"""
|
|
861
|
+
The client secret provided by the OIDC application
|
|
862
|
+
"""
|
|
863
|
+
return pulumi.get(self, "client_secret")
|
|
864
|
+
|
|
865
|
+
@property
|
|
866
|
+
@pulumi.getter(name="issuerUri")
|
|
867
|
+
def issuer_uri(self) -> Optional[str]:
|
|
868
|
+
"""
|
|
869
|
+
OIDC应用的Issuer URI
|
|
870
|
+
"""
|
|
871
|
+
return pulumi.get(self, "issuer_uri")
|
|
872
|
+
|
|
873
|
+
@property
|
|
874
|
+
@pulumi.getter
|
|
875
|
+
def scopes(self) -> Optional[Sequence[str]]:
|
|
876
|
+
"""
|
|
877
|
+
The scope of the mesh topology request to the OIDC application
|
|
878
|
+
"""
|
|
879
|
+
return pulumi.get(self, "scopes")
|
|
880
|
+
|
|
881
|
+
|
|
882
|
+
@pulumi.output_type
|
|
883
|
+
class ServiceMeshMeshConfigKialiRamOauthConfig(dict):
|
|
884
|
+
@staticmethod
|
|
885
|
+
def __key_warning(key: str):
|
|
886
|
+
suggest = None
|
|
887
|
+
if key == "redirectUris":
|
|
888
|
+
suggest = "redirect_uris"
|
|
889
|
+
|
|
890
|
+
if suggest:
|
|
891
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceMeshMeshConfigKialiRamOauthConfig. Access the value via the '{suggest}' property getter instead.")
|
|
892
|
+
|
|
893
|
+
def __getitem__(self, key: str) -> Any:
|
|
894
|
+
ServiceMeshMeshConfigKialiRamOauthConfig.__key_warning(key)
|
|
895
|
+
return super().__getitem__(key)
|
|
896
|
+
|
|
897
|
+
def get(self, key: str, default = None) -> Any:
|
|
898
|
+
ServiceMeshMeshConfigKialiRamOauthConfig.__key_warning(key)
|
|
899
|
+
return super().get(key, default)
|
|
900
|
+
|
|
901
|
+
def __init__(__self__, *,
|
|
902
|
+
redirect_uris: Optional[str] = None):
|
|
903
|
+
"""
|
|
904
|
+
:param str redirect_uris: The redirect Uri provided to the RAM OAuth application. This needs to be the access address of the mesh topology service. When not provided, the redirect Uri will be automatically inferred based on the ServerConfig or the CLB address of the mesh topology integration.
|
|
905
|
+
"""
|
|
906
|
+
if redirect_uris is not None:
|
|
907
|
+
pulumi.set(__self__, "redirect_uris", redirect_uris)
|
|
908
|
+
|
|
909
|
+
@property
|
|
910
|
+
@pulumi.getter(name="redirectUris")
|
|
911
|
+
def redirect_uris(self) -> Optional[str]:
|
|
912
|
+
"""
|
|
913
|
+
The redirect Uri provided to the RAM OAuth application. This needs to be the access address of the mesh topology service. When not provided, the redirect Uri will be automatically inferred based on the ServerConfig or the CLB address of the mesh topology integration.
|
|
914
|
+
"""
|
|
915
|
+
return pulumi.get(self, "redirect_uris")
|
|
916
|
+
|
|
917
|
+
|
|
918
|
+
@pulumi.output_type
|
|
919
|
+
class ServiceMeshMeshConfigKialiServerConfig(dict):
|
|
920
|
+
@staticmethod
|
|
921
|
+
def __key_warning(key: str):
|
|
922
|
+
suggest = None
|
|
923
|
+
if key == "webFqdn":
|
|
924
|
+
suggest = "web_fqdn"
|
|
925
|
+
elif key == "webPort":
|
|
926
|
+
suggest = "web_port"
|
|
927
|
+
elif key == "webRoot":
|
|
928
|
+
suggest = "web_root"
|
|
929
|
+
elif key == "webSchema":
|
|
930
|
+
suggest = "web_schema"
|
|
931
|
+
|
|
932
|
+
if suggest:
|
|
933
|
+
pulumi.log.warn(f"Key '{key}' not found in ServiceMeshMeshConfigKialiServerConfig. Access the value via the '{suggest}' property getter instead.")
|
|
934
|
+
|
|
935
|
+
def __getitem__(self, key: str) -> Any:
|
|
936
|
+
ServiceMeshMeshConfigKialiServerConfig.__key_warning(key)
|
|
937
|
+
return super().__getitem__(key)
|
|
938
|
+
|
|
939
|
+
def get(self, key: str, default = None) -> Any:
|
|
940
|
+
ServiceMeshMeshConfigKialiServerConfig.__key_warning(key)
|
|
941
|
+
return super().get(key, default)
|
|
942
|
+
|
|
943
|
+
def __init__(__self__, *,
|
|
944
|
+
web_fqdn: Optional[str] = None,
|
|
945
|
+
web_port: Optional[int] = None,
|
|
946
|
+
web_root: Optional[str] = None,
|
|
947
|
+
web_schema: Optional[str] = None):
|
|
948
|
+
"""
|
|
949
|
+
:param str web_fqdn: The domain name or address used when accessing the mesh topology in a custom way
|
|
950
|
+
:param int web_port: The port used when accessing the mesh topology in a custom way
|
|
951
|
+
:param str web_root: The root path of the service when accessing the mesh topology in a custom way
|
|
952
|
+
:param str web_schema: The protocol used when accessing the mesh topology in a custom way. Can only be http or https
|
|
953
|
+
"""
|
|
954
|
+
if web_fqdn is not None:
|
|
955
|
+
pulumi.set(__self__, "web_fqdn", web_fqdn)
|
|
956
|
+
if web_port is not None:
|
|
957
|
+
pulumi.set(__self__, "web_port", web_port)
|
|
958
|
+
if web_root is not None:
|
|
959
|
+
pulumi.set(__self__, "web_root", web_root)
|
|
960
|
+
if web_schema is not None:
|
|
961
|
+
pulumi.set(__self__, "web_schema", web_schema)
|
|
962
|
+
|
|
963
|
+
@property
|
|
964
|
+
@pulumi.getter(name="webFqdn")
|
|
965
|
+
def web_fqdn(self) -> Optional[str]:
|
|
966
|
+
"""
|
|
967
|
+
The domain name or address used when accessing the mesh topology in a custom way
|
|
968
|
+
"""
|
|
969
|
+
return pulumi.get(self, "web_fqdn")
|
|
970
|
+
|
|
971
|
+
@property
|
|
972
|
+
@pulumi.getter(name="webPort")
|
|
973
|
+
def web_port(self) -> Optional[int]:
|
|
974
|
+
"""
|
|
975
|
+
The port used when accessing the mesh topology in a custom way
|
|
976
|
+
"""
|
|
977
|
+
return pulumi.get(self, "web_port")
|
|
978
|
+
|
|
979
|
+
@property
|
|
980
|
+
@pulumi.getter(name="webRoot")
|
|
981
|
+
def web_root(self) -> Optional[str]:
|
|
982
|
+
"""
|
|
983
|
+
The root path of the service when accessing the mesh topology in a custom way
|
|
984
|
+
"""
|
|
985
|
+
return pulumi.get(self, "web_root")
|
|
986
|
+
|
|
987
|
+
@property
|
|
988
|
+
@pulumi.getter(name="webSchema")
|
|
989
|
+
def web_schema(self) -> Optional[str]:
|
|
990
|
+
"""
|
|
991
|
+
The protocol used when accessing the mesh topology in a custom way. Can only be http or https
|
|
992
|
+
"""
|
|
993
|
+
return pulumi.get(self, "web_schema")
|
|
994
|
+
|
|
605
995
|
|
|
606
996
|
@pulumi.output_type
|
|
607
997
|
class ServiceMeshMeshConfigOpa(dict):
|
|
@@ -638,12 +1028,12 @@ class ServiceMeshMeshConfigOpa(dict):
|
|
|
638
1028
|
request_cpu: Optional[str] = None,
|
|
639
1029
|
request_memory: Optional[str] = None):
|
|
640
1030
|
"""
|
|
641
|
-
:param bool enabled: Enable CNI
|
|
642
|
-
:param str limit_cpu: Sidecar injector Pods on the throttle
|
|
643
|
-
:param str limit_memory: Sidecar injector Pods on the throttle
|
|
644
|
-
:param str log_level: OPA proxy container log level
|
|
645
|
-
:param str request_cpu: Sidecar injector Pods on the requested resource
|
|
646
|
-
:param str request_memory: Sidecar injector Pods on the requested resource
|
|
1031
|
+
:param bool enabled: Enable CNI
|
|
1032
|
+
:param str limit_cpu: Sidecar injector Pods on the throttle
|
|
1033
|
+
:param str limit_memory: Sidecar injector Pods on the throttle
|
|
1034
|
+
:param str log_level: OPA proxy container log level
|
|
1035
|
+
:param str request_cpu: Sidecar injector Pods on the requested resource
|
|
1036
|
+
:param str request_memory: Sidecar injector Pods on the requested resource
|
|
647
1037
|
"""
|
|
648
1038
|
if enabled is not None:
|
|
649
1039
|
pulumi.set(__self__, "enabled", enabled)
|
|
@@ -662,7 +1052,7 @@ class ServiceMeshMeshConfigOpa(dict):
|
|
|
662
1052
|
@pulumi.getter
|
|
663
1053
|
def enabled(self) -> Optional[bool]:
|
|
664
1054
|
"""
|
|
665
|
-
Enable CNI
|
|
1055
|
+
Enable CNI
|
|
666
1056
|
"""
|
|
667
1057
|
return pulumi.get(self, "enabled")
|
|
668
1058
|
|
|
@@ -670,7 +1060,7 @@ class ServiceMeshMeshConfigOpa(dict):
|
|
|
670
1060
|
@pulumi.getter(name="limitCpu")
|
|
671
1061
|
def limit_cpu(self) -> Optional[str]:
|
|
672
1062
|
"""
|
|
673
|
-
Sidecar injector Pods on the throttle
|
|
1063
|
+
Sidecar injector Pods on the throttle
|
|
674
1064
|
"""
|
|
675
1065
|
return pulumi.get(self, "limit_cpu")
|
|
676
1066
|
|
|
@@ -678,7 +1068,7 @@ class ServiceMeshMeshConfigOpa(dict):
|
|
|
678
1068
|
@pulumi.getter(name="limitMemory")
|
|
679
1069
|
def limit_memory(self) -> Optional[str]:
|
|
680
1070
|
"""
|
|
681
|
-
Sidecar injector Pods on the throttle
|
|
1071
|
+
Sidecar injector Pods on the throttle
|
|
682
1072
|
"""
|
|
683
1073
|
return pulumi.get(self, "limit_memory")
|
|
684
1074
|
|
|
@@ -686,7 +1076,7 @@ class ServiceMeshMeshConfigOpa(dict):
|
|
|
686
1076
|
@pulumi.getter(name="logLevel")
|
|
687
1077
|
def log_level(self) -> Optional[str]:
|
|
688
1078
|
"""
|
|
689
|
-
OPA proxy container log level
|
|
1079
|
+
OPA proxy container log level
|
|
690
1080
|
"""
|
|
691
1081
|
return pulumi.get(self, "log_level")
|
|
692
1082
|
|
|
@@ -694,7 +1084,7 @@ class ServiceMeshMeshConfigOpa(dict):
|
|
|
694
1084
|
@pulumi.getter(name="requestCpu")
|
|
695
1085
|
def request_cpu(self) -> Optional[str]:
|
|
696
1086
|
"""
|
|
697
|
-
Sidecar injector Pods on the requested resource
|
|
1087
|
+
Sidecar injector Pods on the requested resource
|
|
698
1088
|
"""
|
|
699
1089
|
return pulumi.get(self, "request_cpu")
|
|
700
1090
|
|
|
@@ -702,7 +1092,7 @@ class ServiceMeshMeshConfigOpa(dict):
|
|
|
702
1092
|
@pulumi.getter(name="requestMemory")
|
|
703
1093
|
def request_memory(self) -> Optional[str]:
|
|
704
1094
|
"""
|
|
705
|
-
Sidecar injector Pods on the requested resource
|
|
1095
|
+
Sidecar injector Pods on the requested resource
|
|
706
1096
|
"""
|
|
707
1097
|
return pulumi.get(self, "request_memory")
|
|
708
1098
|
|
|
@@ -732,8 +1122,8 @@ class ServiceMeshMeshConfigPilot(dict):
|
|
|
732
1122
|
http10_enabled: Optional[bool] = None,
|
|
733
1123
|
trace_sampling: Optional[float] = None):
|
|
734
1124
|
"""
|
|
735
|
-
:param bool http10_enabled: Whether to support the HTTP1.0
|
|
736
|
-
:param float trace_sampling: Link trace sampling percentage
|
|
1125
|
+
:param bool http10_enabled: Whether to support the HTTP1.0
|
|
1126
|
+
:param float trace_sampling: Link trace sampling percentage
|
|
737
1127
|
"""
|
|
738
1128
|
if http10_enabled is not None:
|
|
739
1129
|
pulumi.set(__self__, "http10_enabled", http10_enabled)
|
|
@@ -744,7 +1134,7 @@ class ServiceMeshMeshConfigPilot(dict):
|
|
|
744
1134
|
@pulumi.getter(name="http10Enabled")
|
|
745
1135
|
def http10_enabled(self) -> Optional[bool]:
|
|
746
1136
|
"""
|
|
747
|
-
Whether to support the HTTP1.0
|
|
1137
|
+
Whether to support the HTTP1.0
|
|
748
1138
|
"""
|
|
749
1139
|
return pulumi.get(self, "http10_enabled")
|
|
750
1140
|
|
|
@@ -752,7 +1142,7 @@ class ServiceMeshMeshConfigPilot(dict):
|
|
|
752
1142
|
@pulumi.getter(name="traceSampling")
|
|
753
1143
|
def trace_sampling(self) -> Optional[float]:
|
|
754
1144
|
"""
|
|
755
|
-
Link trace sampling percentage
|
|
1145
|
+
Link trace sampling percentage
|
|
756
1146
|
"""
|
|
757
1147
|
return pulumi.get(self, "trace_sampling")
|
|
758
1148
|
|
|
@@ -782,8 +1172,8 @@ class ServiceMeshMeshConfigPrometheus(dict):
|
|
|
782
1172
|
external_url: Optional[str] = None,
|
|
783
1173
|
use_external: Optional[bool] = None):
|
|
784
1174
|
"""
|
|
785
|
-
:param str external_url: Prometheus service addresses (enabled external Prometheus when the system automatically populates)
|
|
786
|
-
:param bool use_external: Whether to enable external Prometheus
|
|
1175
|
+
:param str external_url: Prometheus service addresses (enabled external Prometheus when the system automatically populates)
|
|
1176
|
+
:param bool use_external: Whether to enable external Prometheus
|
|
787
1177
|
"""
|
|
788
1178
|
if external_url is not None:
|
|
789
1179
|
pulumi.set(__self__, "external_url", external_url)
|
|
@@ -794,7 +1184,7 @@ class ServiceMeshMeshConfigPrometheus(dict):
|
|
|
794
1184
|
@pulumi.getter(name="externalUrl")
|
|
795
1185
|
def external_url(self) -> Optional[str]:
|
|
796
1186
|
"""
|
|
797
|
-
Prometheus service addresses (enabled external Prometheus when the system automatically populates)
|
|
1187
|
+
Prometheus service addresses (enabled external Prometheus when the system automatically populates)
|
|
798
1188
|
"""
|
|
799
1189
|
return pulumi.get(self, "external_url")
|
|
800
1190
|
|
|
@@ -802,7 +1192,7 @@ class ServiceMeshMeshConfigPrometheus(dict):
|
|
|
802
1192
|
@pulumi.getter(name="useExternal")
|
|
803
1193
|
def use_external(self) -> Optional[bool]:
|
|
804
1194
|
"""
|
|
805
|
-
Whether to enable external Prometheus
|
|
1195
|
+
Whether to enable external Prometheus
|
|
806
1196
|
"""
|
|
807
1197
|
return pulumi.get(self, "use_external")
|
|
808
1198
|
|
|
@@ -841,11 +1231,11 @@ class ServiceMeshMeshConfigProxy(dict):
|
|
|
841
1231
|
request_cpu: Optional[str] = None,
|
|
842
1232
|
request_memory: Optional[str] = None):
|
|
843
1233
|
"""
|
|
844
|
-
:param str cluster_domain: Cluster domain name
|
|
845
|
-
:param str limit_cpu: Sidecar injector Pods on the throttle
|
|
846
|
-
:param str limit_memory: Sidecar injector Pods on the throttle
|
|
847
|
-
:param str request_cpu: Sidecar injector Pods on the requested resource
|
|
848
|
-
:param str request_memory: Sidecar injector Pods on the requested resource
|
|
1234
|
+
:param str cluster_domain: Cluster domain name
|
|
1235
|
+
:param str limit_cpu: Sidecar injector Pods on the throttle
|
|
1236
|
+
:param str limit_memory: Sidecar injector Pods on the throttle
|
|
1237
|
+
:param str request_cpu: Sidecar injector Pods on the requested resource
|
|
1238
|
+
:param str request_memory: Sidecar injector Pods on the requested resource
|
|
849
1239
|
"""
|
|
850
1240
|
if cluster_domain is not None:
|
|
851
1241
|
pulumi.set(__self__, "cluster_domain", cluster_domain)
|
|
@@ -862,7 +1252,7 @@ class ServiceMeshMeshConfigProxy(dict):
|
|
|
862
1252
|
@pulumi.getter(name="clusterDomain")
|
|
863
1253
|
def cluster_domain(self) -> Optional[str]:
|
|
864
1254
|
"""
|
|
865
|
-
Cluster domain name
|
|
1255
|
+
Cluster domain name
|
|
866
1256
|
"""
|
|
867
1257
|
return pulumi.get(self, "cluster_domain")
|
|
868
1258
|
|
|
@@ -870,7 +1260,7 @@ class ServiceMeshMeshConfigProxy(dict):
|
|
|
870
1260
|
@pulumi.getter(name="limitCpu")
|
|
871
1261
|
def limit_cpu(self) -> Optional[str]:
|
|
872
1262
|
"""
|
|
873
|
-
Sidecar injector Pods on the throttle
|
|
1263
|
+
Sidecar injector Pods on the throttle
|
|
874
1264
|
"""
|
|
875
1265
|
return pulumi.get(self, "limit_cpu")
|
|
876
1266
|
|
|
@@ -878,7 +1268,7 @@ class ServiceMeshMeshConfigProxy(dict):
|
|
|
878
1268
|
@pulumi.getter(name="limitMemory")
|
|
879
1269
|
def limit_memory(self) -> Optional[str]:
|
|
880
1270
|
"""
|
|
881
|
-
Sidecar injector Pods on the throttle
|
|
1271
|
+
Sidecar injector Pods on the throttle
|
|
882
1272
|
"""
|
|
883
1273
|
return pulumi.get(self, "limit_memory")
|
|
884
1274
|
|
|
@@ -886,7 +1276,7 @@ class ServiceMeshMeshConfigProxy(dict):
|
|
|
886
1276
|
@pulumi.getter(name="requestCpu")
|
|
887
1277
|
def request_cpu(self) -> Optional[str]:
|
|
888
1278
|
"""
|
|
889
|
-
Sidecar injector Pods on the requested resource
|
|
1279
|
+
Sidecar injector Pods on the requested resource
|
|
890
1280
|
"""
|
|
891
1281
|
return pulumi.get(self, "request_cpu")
|
|
892
1282
|
|
|
@@ -894,7 +1284,7 @@ class ServiceMeshMeshConfigProxy(dict):
|
|
|
894
1284
|
@pulumi.getter(name="requestMemory")
|
|
895
1285
|
def request_memory(self) -> Optional[str]:
|
|
896
1286
|
"""
|
|
897
|
-
Sidecar injector Pods on the requested resource
|
|
1287
|
+
Sidecar injector Pods on the requested resource
|
|
898
1288
|
"""
|
|
899
1289
|
return pulumi.get(self, "request_memory")
|
|
900
1290
|
|
|
@@ -942,14 +1332,14 @@ class ServiceMeshMeshConfigSidecarInjector(dict):
|
|
|
942
1332
|
request_memory: Optional[str] = None,
|
|
943
1333
|
sidecar_injector_webhook_as_yaml: Optional[str] = None):
|
|
944
1334
|
"""
|
|
945
|
-
:param bool auto_injection_policy_enabled: Whether to enable by Pod Annotations automatic injection Sidecar
|
|
946
|
-
:param bool enable_namespaces_by_default: Whether it is the all namespaces you turn on the auto injection capabilities
|
|
947
|
-
:param 'ServiceMeshMeshConfigSidecarInjectorInitCniConfigurationArgs' init_cni_configuration: CNI configuration
|
|
948
|
-
:param str limit_cpu: Sidecar injector Pods on the throttle
|
|
949
|
-
:param str limit_memory: Sidecar injector Pods on the throttle
|
|
950
|
-
:param str request_cpu: Sidecar injector Pods on the requested resource
|
|
951
|
-
:param str request_memory: Sidecar injector Pods on the requested resource
|
|
952
|
-
:param str sidecar_injector_webhook_as_yaml: Other automatic injection Sidecar configuration (in YAML format)
|
|
1335
|
+
:param bool auto_injection_policy_enabled: Whether to enable by Pod Annotations automatic injection Sidecar
|
|
1336
|
+
:param bool enable_namespaces_by_default: Whether it is the all namespaces you turn on the auto injection capabilities
|
|
1337
|
+
:param 'ServiceMeshMeshConfigSidecarInjectorInitCniConfigurationArgs' init_cni_configuration: CNI configuration See `init_cni_configuration` below.
|
|
1338
|
+
:param str limit_cpu: Sidecar injector Pods on the throttle
|
|
1339
|
+
:param str limit_memory: Sidecar injector Pods on the throttle
|
|
1340
|
+
:param str request_cpu: Sidecar injector Pods on the requested resource
|
|
1341
|
+
:param str request_memory: Sidecar injector Pods on the requested resource
|
|
1342
|
+
:param str sidecar_injector_webhook_as_yaml: Other automatic injection Sidecar configuration (in YAML format)
|
|
953
1343
|
"""
|
|
954
1344
|
if auto_injection_policy_enabled is not None:
|
|
955
1345
|
pulumi.set(__self__, "auto_injection_policy_enabled", auto_injection_policy_enabled)
|
|
@@ -972,7 +1362,7 @@ class ServiceMeshMeshConfigSidecarInjector(dict):
|
|
|
972
1362
|
@pulumi.getter(name="autoInjectionPolicyEnabled")
|
|
973
1363
|
def auto_injection_policy_enabled(self) -> Optional[bool]:
|
|
974
1364
|
"""
|
|
975
|
-
Whether to enable by Pod Annotations automatic injection Sidecar
|
|
1365
|
+
Whether to enable by Pod Annotations automatic injection Sidecar
|
|
976
1366
|
"""
|
|
977
1367
|
return pulumi.get(self, "auto_injection_policy_enabled")
|
|
978
1368
|
|
|
@@ -980,7 +1370,7 @@ class ServiceMeshMeshConfigSidecarInjector(dict):
|
|
|
980
1370
|
@pulumi.getter(name="enableNamespacesByDefault")
|
|
981
1371
|
def enable_namespaces_by_default(self) -> Optional[bool]:
|
|
982
1372
|
"""
|
|
983
|
-
Whether it is the all namespaces you turn on the auto injection capabilities
|
|
1373
|
+
Whether it is the all namespaces you turn on the auto injection capabilities
|
|
984
1374
|
"""
|
|
985
1375
|
return pulumi.get(self, "enable_namespaces_by_default")
|
|
986
1376
|
|
|
@@ -988,7 +1378,7 @@ class ServiceMeshMeshConfigSidecarInjector(dict):
|
|
|
988
1378
|
@pulumi.getter(name="initCniConfiguration")
|
|
989
1379
|
def init_cni_configuration(self) -> Optional['outputs.ServiceMeshMeshConfigSidecarInjectorInitCniConfiguration']:
|
|
990
1380
|
"""
|
|
991
|
-
CNI configuration
|
|
1381
|
+
CNI configuration See `init_cni_configuration` below.
|
|
992
1382
|
"""
|
|
993
1383
|
return pulumi.get(self, "init_cni_configuration")
|
|
994
1384
|
|
|
@@ -996,7 +1386,7 @@ class ServiceMeshMeshConfigSidecarInjector(dict):
|
|
|
996
1386
|
@pulumi.getter(name="limitCpu")
|
|
997
1387
|
def limit_cpu(self) -> Optional[str]:
|
|
998
1388
|
"""
|
|
999
|
-
Sidecar injector Pods on the throttle
|
|
1389
|
+
Sidecar injector Pods on the throttle
|
|
1000
1390
|
"""
|
|
1001
1391
|
return pulumi.get(self, "limit_cpu")
|
|
1002
1392
|
|
|
@@ -1004,7 +1394,7 @@ class ServiceMeshMeshConfigSidecarInjector(dict):
|
|
|
1004
1394
|
@pulumi.getter(name="limitMemory")
|
|
1005
1395
|
def limit_memory(self) -> Optional[str]:
|
|
1006
1396
|
"""
|
|
1007
|
-
Sidecar injector Pods on the throttle
|
|
1397
|
+
Sidecar injector Pods on the throttle
|
|
1008
1398
|
"""
|
|
1009
1399
|
return pulumi.get(self, "limit_memory")
|
|
1010
1400
|
|
|
@@ -1012,7 +1402,7 @@ class ServiceMeshMeshConfigSidecarInjector(dict):
|
|
|
1012
1402
|
@pulumi.getter(name="requestCpu")
|
|
1013
1403
|
def request_cpu(self) -> Optional[str]:
|
|
1014
1404
|
"""
|
|
1015
|
-
Sidecar injector Pods on the requested resource
|
|
1405
|
+
Sidecar injector Pods on the requested resource
|
|
1016
1406
|
"""
|
|
1017
1407
|
return pulumi.get(self, "request_cpu")
|
|
1018
1408
|
|
|
@@ -1020,7 +1410,7 @@ class ServiceMeshMeshConfigSidecarInjector(dict):
|
|
|
1020
1410
|
@pulumi.getter(name="requestMemory")
|
|
1021
1411
|
def request_memory(self) -> Optional[str]:
|
|
1022
1412
|
"""
|
|
1023
|
-
Sidecar injector Pods on the requested resource
|
|
1413
|
+
Sidecar injector Pods on the requested resource
|
|
1024
1414
|
"""
|
|
1025
1415
|
return pulumi.get(self, "request_memory")
|
|
1026
1416
|
|
|
@@ -1028,7 +1418,7 @@ class ServiceMeshMeshConfigSidecarInjector(dict):
|
|
|
1028
1418
|
@pulumi.getter(name="sidecarInjectorWebhookAsYaml")
|
|
1029
1419
|
def sidecar_injector_webhook_as_yaml(self) -> Optional[str]:
|
|
1030
1420
|
"""
|
|
1031
|
-
Other automatic injection Sidecar configuration (in YAML format)
|
|
1421
|
+
Other automatic injection Sidecar configuration (in YAML format)
|
|
1032
1422
|
"""
|
|
1033
1423
|
return pulumi.get(self, "sidecar_injector_webhook_as_yaml")
|
|
1034
1424
|
|
|
@@ -1056,8 +1446,8 @@ class ServiceMeshMeshConfigSidecarInjectorInitCniConfiguration(dict):
|
|
|
1056
1446
|
enabled: Optional[bool] = None,
|
|
1057
1447
|
exclude_namespaces: Optional[str] = None):
|
|
1058
1448
|
"""
|
|
1059
|
-
:param bool enabled: Enable CNI
|
|
1060
|
-
:param str exclude_namespaces: The excluded namespace
|
|
1449
|
+
:param bool enabled: Enable CNI
|
|
1450
|
+
:param str exclude_namespaces: The excluded namespace
|
|
1061
1451
|
"""
|
|
1062
1452
|
if enabled is not None:
|
|
1063
1453
|
pulumi.set(__self__, "enabled", enabled)
|
|
@@ -1068,7 +1458,7 @@ class ServiceMeshMeshConfigSidecarInjectorInitCniConfiguration(dict):
|
|
|
1068
1458
|
@pulumi.getter
|
|
1069
1459
|
def enabled(self) -> Optional[bool]:
|
|
1070
1460
|
"""
|
|
1071
|
-
Enable CNI
|
|
1461
|
+
Enable CNI
|
|
1072
1462
|
"""
|
|
1073
1463
|
return pulumi.get(self, "enabled")
|
|
1074
1464
|
|
|
@@ -1076,7 +1466,7 @@ class ServiceMeshMeshConfigSidecarInjectorInitCniConfiguration(dict):
|
|
|
1076
1466
|
@pulumi.getter(name="excludeNamespaces")
|
|
1077
1467
|
def exclude_namespaces(self) -> Optional[str]:
|
|
1078
1468
|
"""
|
|
1079
|
-
The excluded namespace
|
|
1469
|
+
The excluded namespace
|
|
1080
1470
|
"""
|
|
1081
1471
|
return pulumi.get(self, "exclude_namespaces")
|
|
1082
1472
|
|
|
@@ -1109,9 +1499,9 @@ class ServiceMeshNetwork(dict):
|
|
|
1109
1499
|
vswitche_list: str,
|
|
1110
1500
|
security_group_id: Optional[str] = None):
|
|
1111
1501
|
"""
|
|
1112
|
-
:param str vpc_id: VPC ID
|
|
1113
|
-
:param str vswitche_list: Virtual Switch ID
|
|
1114
|
-
:param str security_group_id: Security group ID
|
|
1502
|
+
:param str vpc_id: VPC ID
|
|
1503
|
+
:param str vswitche_list: Virtual Switch ID
|
|
1504
|
+
:param str security_group_id: Security group ID
|
|
1115
1505
|
"""
|
|
1116
1506
|
pulumi.set(__self__, "vpc_id", vpc_id)
|
|
1117
1507
|
pulumi.set(__self__, "vswitche_list", vswitche_list)
|
|
@@ -1122,7 +1512,7 @@ class ServiceMeshNetwork(dict):
|
|
|
1122
1512
|
@pulumi.getter(name="vpcId")
|
|
1123
1513
|
def vpc_id(self) -> str:
|
|
1124
1514
|
"""
|
|
1125
|
-
VPC ID
|
|
1515
|
+
VPC ID
|
|
1126
1516
|
"""
|
|
1127
1517
|
return pulumi.get(self, "vpc_id")
|
|
1128
1518
|
|
|
@@ -1130,7 +1520,7 @@ class ServiceMeshNetwork(dict):
|
|
|
1130
1520
|
@pulumi.getter(name="vswitcheList")
|
|
1131
1521
|
def vswitche_list(self) -> str:
|
|
1132
1522
|
"""
|
|
1133
|
-
Virtual Switch ID
|
|
1523
|
+
Virtual Switch ID
|
|
1134
1524
|
"""
|
|
1135
1525
|
return pulumi.get(self, "vswitche_list")
|
|
1136
1526
|
|
|
@@ -1138,7 +1528,7 @@ class ServiceMeshNetwork(dict):
|
|
|
1138
1528
|
@pulumi.getter(name="securityGroupId")
|
|
1139
1529
|
def security_group_id(self) -> Optional[str]:
|
|
1140
1530
|
"""
|
|
1141
|
-
Security group ID
|
|
1531
|
+
Security group ID
|
|
1142
1532
|
"""
|
|
1143
1533
|
return pulumi.get(self, "security_group_id")
|
|
1144
1534
|
|