pulumi-kubernetes 4.19.0a1733851946__py3-none-any.whl → 4.19.0a1733970382__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-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +36 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +6 -6
- pulumi_kubernetes/admissionregistration/v1/outputs.py +4 -4
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +214 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +222 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +215 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +234 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +215 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +226 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +0 -8
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +0 -8
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +6 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +1818 -315
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +1365 -246
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +6 -6
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +4 -4
- pulumi_kubernetes/apiextensions/v1/_inputs.py +6 -6
- pulumi_kubernetes/apiextensions/v1/outputs.py +4 -4
- pulumi_kubernetes/apps/v1/_inputs.py +6 -6
- pulumi_kubernetes/apps/v1/outputs.py +4 -4
- pulumi_kubernetes/autoscaling/v2/_inputs.py +15 -15
- pulumi_kubernetes/autoscaling/v2/outputs.py +12 -12
- pulumi_kubernetes/batch/v1/_inputs.py +6 -6
- pulumi_kubernetes/batch/v1/outputs.py +4 -4
- pulumi_kubernetes/coordination/__init__.py +3 -0
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +2 -0
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +2 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +216 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +215 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +228 -0
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +12 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +393 -0
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +313 -0
- pulumi_kubernetes/core/v1/Binding.py +2 -2
- pulumi_kubernetes/core/v1/BindingPatch.py +2 -2
- pulumi_kubernetes/core/v1/ServiceAccount.py +4 -4
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +4 -4
- pulumi_kubernetes/core/v1/_inputs.py +564 -313
- pulumi_kubernetes/core/v1/outputs.py +418 -230
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +12 -12
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +8 -8
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/resource/__init__.py +3 -0
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +2 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +2 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +8 -8
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +245 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +455 -7
- pulumi_kubernetes/resource/v1alpha3/outputs.py +592 -5
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +237 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +215 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +248 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +232 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +243 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +229 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +215 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +240 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +246 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +257 -0
- pulumi_kubernetes/resource/v1beta1/__init__.py +21 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +3867 -0
- pulumi_kubernetes/resource/v1beta1/outputs.py +3334 -0
- pulumi_kubernetes/storage/v1/_inputs.py +4 -4
- pulumi_kubernetes/storage/v1/outputs.py +4 -4
- pulumi_kubernetes/yaml/yaml.py +90 -0
- {pulumi_kubernetes-4.19.0a1733851946.dist-info → pulumi_kubernetes-4.19.0a1733970382.dist-info}/METADATA +1 -1
- {pulumi_kubernetes-4.19.0a1733851946.dist-info → pulumi_kubernetes-4.19.0a1733970382.dist-info}/RECORD +87 -59
- {pulumi_kubernetes-4.19.0a1733851946.dist-info → pulumi_kubernetes-4.19.0a1733970382.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.19.0a1733851946.dist-info → pulumi_kubernetes-4.19.0a1733970382.dist-info}/top_level.txt +0 -0
|
@@ -1425,7 +1425,7 @@ class AzureFileVolumeSourcePatch(dict):
|
|
|
1425
1425
|
@pulumi.output_type
|
|
1426
1426
|
class CSIPersistentVolumeSource(dict):
|
|
1427
1427
|
"""
|
|
1428
|
-
Represents storage that is managed by an external CSI volume driver
|
|
1428
|
+
Represents storage that is managed by an external CSI volume driver
|
|
1429
1429
|
"""
|
|
1430
1430
|
@staticmethod
|
|
1431
1431
|
def __key_warning(key: str):
|
|
@@ -1472,7 +1472,7 @@ class CSIPersistentVolumeSource(dict):
|
|
|
1472
1472
|
read_only: Optional[bool] = None,
|
|
1473
1473
|
volume_attributes: Optional[Mapping[str, str]] = None):
|
|
1474
1474
|
"""
|
|
1475
|
-
Represents storage that is managed by an external CSI volume driver
|
|
1475
|
+
Represents storage that is managed by an external CSI volume driver
|
|
1476
1476
|
:param str driver: driver is the name of the driver to use for this volume. Required.
|
|
1477
1477
|
:param str volume_handle: volumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required.
|
|
1478
1478
|
:param 'SecretReferenceArgs' controller_expand_secret_ref: controllerExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerExpandVolume call. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.
|
|
@@ -1587,7 +1587,7 @@ class CSIPersistentVolumeSource(dict):
|
|
|
1587
1587
|
@pulumi.output_type
|
|
1588
1588
|
class CSIPersistentVolumeSourcePatch(dict):
|
|
1589
1589
|
"""
|
|
1590
|
-
Represents storage that is managed by an external CSI volume driver
|
|
1590
|
+
Represents storage that is managed by an external CSI volume driver
|
|
1591
1591
|
"""
|
|
1592
1592
|
@staticmethod
|
|
1593
1593
|
def __key_warning(key: str):
|
|
@@ -1634,7 +1634,7 @@ class CSIPersistentVolumeSourcePatch(dict):
|
|
|
1634
1634
|
volume_attributes: Optional[Mapping[str, str]] = None,
|
|
1635
1635
|
volume_handle: Optional[str] = None):
|
|
1636
1636
|
"""
|
|
1637
|
-
Represents storage that is managed by an external CSI volume driver
|
|
1637
|
+
Represents storage that is managed by an external CSI volume driver
|
|
1638
1638
|
:param 'SecretReferencePatchArgs' controller_expand_secret_ref: controllerExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerExpandVolume call. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.
|
|
1639
1639
|
:param 'SecretReferencePatchArgs' controller_publish_secret_ref: controllerPublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerPublishVolume and ControllerUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.
|
|
1640
1640
|
:param str driver: driver is the name of the driver to use for this volume. Required.
|
|
@@ -9568,10 +9568,14 @@ class GCEPersistentDiskVolumeSourcePatch(dict):
|
|
|
9568
9568
|
|
|
9569
9569
|
@pulumi.output_type
|
|
9570
9570
|
class GRPCAction(dict):
|
|
9571
|
+
"""
|
|
9572
|
+
GRPCAction specifies an action involving a GRPC service.
|
|
9573
|
+
"""
|
|
9571
9574
|
def __init__(__self__, *,
|
|
9572
9575
|
port: int,
|
|
9573
9576
|
service: Optional[str] = None):
|
|
9574
9577
|
"""
|
|
9578
|
+
GRPCAction specifies an action involving a GRPC service.
|
|
9575
9579
|
:param int port: Port number of the gRPC service. Number must be in the range 1 to 65535.
|
|
9576
9580
|
:param str service: Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
|
|
9577
9581
|
|
|
@@ -9602,10 +9606,14 @@ class GRPCAction(dict):
|
|
|
9602
9606
|
|
|
9603
9607
|
@pulumi.output_type
|
|
9604
9608
|
class GRPCActionPatch(dict):
|
|
9609
|
+
"""
|
|
9610
|
+
GRPCAction specifies an action involving a GRPC service.
|
|
9611
|
+
"""
|
|
9605
9612
|
def __init__(__self__, *,
|
|
9606
9613
|
port: Optional[int] = None,
|
|
9607
9614
|
service: Optional[str] = None):
|
|
9608
9615
|
"""
|
|
9616
|
+
GRPCAction specifies an action involving a GRPC service.
|
|
9609
9617
|
:param int port: Port number of the gRPC service. Number must be in the range 1 to 65535.
|
|
9610
9618
|
:param str service: Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
|
|
9611
9619
|
|
|
@@ -11415,10 +11423,10 @@ class LifecycleHandler(dict):
|
|
|
11415
11423
|
tcp_socket: Optional['outputs.TCPSocketAction'] = None):
|
|
11416
11424
|
"""
|
|
11417
11425
|
LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.
|
|
11418
|
-
:param 'ExecActionArgs' exec_: Exec specifies
|
|
11419
|
-
:param 'HTTPGetActionArgs' http_get: HTTPGet specifies
|
|
11420
|
-
:param 'SleepActionArgs' sleep: Sleep represents
|
|
11421
|
-
:param 'TCPSocketActionArgs' tcp_socket: Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for
|
|
11426
|
+
:param 'ExecActionArgs' exec_: Exec specifies a command to execute in the container.
|
|
11427
|
+
:param 'HTTPGetActionArgs' http_get: HTTPGet specifies an HTTP GET request to perform.
|
|
11428
|
+
:param 'SleepActionArgs' sleep: Sleep represents a duration that the container should sleep.
|
|
11429
|
+
:param 'TCPSocketActionArgs' tcp_socket: Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for backward compatibility. There is no validation of this field and lifecycle hooks will fail at runtime when it is specified.
|
|
11422
11430
|
"""
|
|
11423
11431
|
if exec_ is not None:
|
|
11424
11432
|
pulumi.set(__self__, "exec_", exec_)
|
|
@@ -11433,7 +11441,7 @@ class LifecycleHandler(dict):
|
|
|
11433
11441
|
@pulumi.getter(name="exec")
|
|
11434
11442
|
def exec_(self) -> Optional['outputs.ExecAction']:
|
|
11435
11443
|
"""
|
|
11436
|
-
Exec specifies
|
|
11444
|
+
Exec specifies a command to execute in the container.
|
|
11437
11445
|
"""
|
|
11438
11446
|
return pulumi.get(self, "exec_")
|
|
11439
11447
|
|
|
@@ -11441,7 +11449,7 @@ class LifecycleHandler(dict):
|
|
|
11441
11449
|
@pulumi.getter(name="httpGet")
|
|
11442
11450
|
def http_get(self) -> Optional['outputs.HTTPGetAction']:
|
|
11443
11451
|
"""
|
|
11444
|
-
HTTPGet specifies
|
|
11452
|
+
HTTPGet specifies an HTTP GET request to perform.
|
|
11445
11453
|
"""
|
|
11446
11454
|
return pulumi.get(self, "http_get")
|
|
11447
11455
|
|
|
@@ -11449,7 +11457,7 @@ class LifecycleHandler(dict):
|
|
|
11449
11457
|
@pulumi.getter
|
|
11450
11458
|
def sleep(self) -> Optional['outputs.SleepAction']:
|
|
11451
11459
|
"""
|
|
11452
|
-
Sleep represents
|
|
11460
|
+
Sleep represents a duration that the container should sleep.
|
|
11453
11461
|
"""
|
|
11454
11462
|
return pulumi.get(self, "sleep")
|
|
11455
11463
|
|
|
@@ -11457,7 +11465,7 @@ class LifecycleHandler(dict):
|
|
|
11457
11465
|
@pulumi.getter(name="tcpSocket")
|
|
11458
11466
|
def tcp_socket(self) -> Optional['outputs.TCPSocketAction']:
|
|
11459
11467
|
"""
|
|
11460
|
-
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for
|
|
11468
|
+
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for backward compatibility. There is no validation of this field and lifecycle hooks will fail at runtime when it is specified.
|
|
11461
11469
|
"""
|
|
11462
11470
|
return pulumi.get(self, "tcp_socket")
|
|
11463
11471
|
|
|
@@ -11495,10 +11503,10 @@ class LifecycleHandlerPatch(dict):
|
|
|
11495
11503
|
tcp_socket: Optional['outputs.TCPSocketActionPatch'] = None):
|
|
11496
11504
|
"""
|
|
11497
11505
|
LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.
|
|
11498
|
-
:param 'ExecActionPatchArgs' exec_: Exec specifies
|
|
11499
|
-
:param 'HTTPGetActionPatchArgs' http_get: HTTPGet specifies
|
|
11500
|
-
:param 'SleepActionPatchArgs' sleep: Sleep represents
|
|
11501
|
-
:param 'TCPSocketActionPatchArgs' tcp_socket: Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for
|
|
11506
|
+
:param 'ExecActionPatchArgs' exec_: Exec specifies a command to execute in the container.
|
|
11507
|
+
:param 'HTTPGetActionPatchArgs' http_get: HTTPGet specifies an HTTP GET request to perform.
|
|
11508
|
+
:param 'SleepActionPatchArgs' sleep: Sleep represents a duration that the container should sleep.
|
|
11509
|
+
:param 'TCPSocketActionPatchArgs' tcp_socket: Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for backward compatibility. There is no validation of this field and lifecycle hooks will fail at runtime when it is specified.
|
|
11502
11510
|
"""
|
|
11503
11511
|
if exec_ is not None:
|
|
11504
11512
|
pulumi.set(__self__, "exec_", exec_)
|
|
@@ -11513,7 +11521,7 @@ class LifecycleHandlerPatch(dict):
|
|
|
11513
11521
|
@pulumi.getter(name="exec")
|
|
11514
11522
|
def exec_(self) -> Optional['outputs.ExecActionPatch']:
|
|
11515
11523
|
"""
|
|
11516
|
-
Exec specifies
|
|
11524
|
+
Exec specifies a command to execute in the container.
|
|
11517
11525
|
"""
|
|
11518
11526
|
return pulumi.get(self, "exec_")
|
|
11519
11527
|
|
|
@@ -11521,7 +11529,7 @@ class LifecycleHandlerPatch(dict):
|
|
|
11521
11529
|
@pulumi.getter(name="httpGet")
|
|
11522
11530
|
def http_get(self) -> Optional['outputs.HTTPGetActionPatch']:
|
|
11523
11531
|
"""
|
|
11524
|
-
HTTPGet specifies
|
|
11532
|
+
HTTPGet specifies an HTTP GET request to perform.
|
|
11525
11533
|
"""
|
|
11526
11534
|
return pulumi.get(self, "http_get")
|
|
11527
11535
|
|
|
@@ -11529,7 +11537,7 @@ class LifecycleHandlerPatch(dict):
|
|
|
11529
11537
|
@pulumi.getter
|
|
11530
11538
|
def sleep(self) -> Optional['outputs.SleepActionPatch']:
|
|
11531
11539
|
"""
|
|
11532
|
-
Sleep represents
|
|
11540
|
+
Sleep represents a duration that the container should sleep.
|
|
11533
11541
|
"""
|
|
11534
11542
|
return pulumi.get(self, "sleep")
|
|
11535
11543
|
|
|
@@ -11537,7 +11545,7 @@ class LifecycleHandlerPatch(dict):
|
|
|
11537
11545
|
@pulumi.getter(name="tcpSocket")
|
|
11538
11546
|
def tcp_socket(self) -> Optional['outputs.TCPSocketActionPatch']:
|
|
11539
11547
|
"""
|
|
11540
|
-
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for
|
|
11548
|
+
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for backward compatibility. There is no validation of this field and lifecycle hooks will fail at runtime when it is specified.
|
|
11541
11549
|
"""
|
|
11542
11550
|
return pulumi.get(self, "tcp_socket")
|
|
11543
11551
|
|
|
@@ -12293,7 +12301,7 @@ class LocalObjectReferencePatch(dict):
|
|
|
12293
12301
|
@pulumi.output_type
|
|
12294
12302
|
class LocalVolumeSource(dict):
|
|
12295
12303
|
"""
|
|
12296
|
-
Local represents directly-attached storage with node affinity
|
|
12304
|
+
Local represents directly-attached storage with node affinity
|
|
12297
12305
|
"""
|
|
12298
12306
|
@staticmethod
|
|
12299
12307
|
def __key_warning(key: str):
|
|
@@ -12316,7 +12324,7 @@ class LocalVolumeSource(dict):
|
|
|
12316
12324
|
path: str,
|
|
12317
12325
|
fs_type: Optional[str] = None):
|
|
12318
12326
|
"""
|
|
12319
|
-
Local represents directly-attached storage with node affinity
|
|
12327
|
+
Local represents directly-attached storage with node affinity
|
|
12320
12328
|
:param str path: path of the full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).
|
|
12321
12329
|
:param str fs_type: fsType is the filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a filesystem if unspecified.
|
|
12322
12330
|
"""
|
|
@@ -12344,7 +12352,7 @@ class LocalVolumeSource(dict):
|
|
|
12344
12352
|
@pulumi.output_type
|
|
12345
12353
|
class LocalVolumeSourcePatch(dict):
|
|
12346
12354
|
"""
|
|
12347
|
-
Local represents directly-attached storage with node affinity
|
|
12355
|
+
Local represents directly-attached storage with node affinity
|
|
12348
12356
|
"""
|
|
12349
12357
|
@staticmethod
|
|
12350
12358
|
def __key_warning(key: str):
|
|
@@ -12367,7 +12375,7 @@ class LocalVolumeSourcePatch(dict):
|
|
|
12367
12375
|
fs_type: Optional[str] = None,
|
|
12368
12376
|
path: Optional[str] = None):
|
|
12369
12377
|
"""
|
|
12370
|
-
Local represents directly-attached storage with node affinity
|
|
12378
|
+
Local represents directly-attached storage with node affinity
|
|
12371
12379
|
:param str fs_type: fsType is the filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a filesystem if unspecified.
|
|
12372
12380
|
:param str path: path of the full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).
|
|
12373
12381
|
"""
|
|
@@ -12778,6 +12786,9 @@ class NamespaceCondition(dict):
|
|
|
12778
12786
|
NamespaceCondition contains details about state of namespace.
|
|
12779
12787
|
:param str status: Status of the condition, one of True, False, Unknown.
|
|
12780
12788
|
:param str type: Type of namespace controller condition.
|
|
12789
|
+
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
12790
|
+
:param str message: Human-readable message indicating details about last transition.
|
|
12791
|
+
:param str reason: Unique, one-word, CamelCase reason for the condition's last transition.
|
|
12781
12792
|
"""
|
|
12782
12793
|
pulumi.set(__self__, "status", status)
|
|
12783
12794
|
pulumi.set(__self__, "type", type)
|
|
@@ -12807,16 +12818,25 @@ class NamespaceCondition(dict):
|
|
|
12807
12818
|
@property
|
|
12808
12819
|
@pulumi.getter(name="lastTransitionTime")
|
|
12809
12820
|
def last_transition_time(self) -> Optional[str]:
|
|
12821
|
+
"""
|
|
12822
|
+
Last time the condition transitioned from one status to another.
|
|
12823
|
+
"""
|
|
12810
12824
|
return pulumi.get(self, "last_transition_time")
|
|
12811
12825
|
|
|
12812
12826
|
@property
|
|
12813
12827
|
@pulumi.getter
|
|
12814
12828
|
def message(self) -> Optional[str]:
|
|
12829
|
+
"""
|
|
12830
|
+
Human-readable message indicating details about last transition.
|
|
12831
|
+
"""
|
|
12815
12832
|
return pulumi.get(self, "message")
|
|
12816
12833
|
|
|
12817
12834
|
@property
|
|
12818
12835
|
@pulumi.getter
|
|
12819
12836
|
def reason(self) -> Optional[str]:
|
|
12837
|
+
"""
|
|
12838
|
+
Unique, one-word, CamelCase reason for the condition's last transition.
|
|
12839
|
+
"""
|
|
12820
12840
|
return pulumi.get(self, "reason")
|
|
12821
12841
|
|
|
12822
12842
|
|
|
@@ -12850,6 +12870,9 @@ class NamespaceConditionPatch(dict):
|
|
|
12850
12870
|
type: Optional[str] = None):
|
|
12851
12871
|
"""
|
|
12852
12872
|
NamespaceCondition contains details about state of namespace.
|
|
12873
|
+
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
12874
|
+
:param str message: Human-readable message indicating details about last transition.
|
|
12875
|
+
:param str reason: Unique, one-word, CamelCase reason for the condition's last transition.
|
|
12853
12876
|
:param str status: Status of the condition, one of True, False, Unknown.
|
|
12854
12877
|
:param str type: Type of namespace controller condition.
|
|
12855
12878
|
"""
|
|
@@ -12867,16 +12890,25 @@ class NamespaceConditionPatch(dict):
|
|
|
12867
12890
|
@property
|
|
12868
12891
|
@pulumi.getter(name="lastTransitionTime")
|
|
12869
12892
|
def last_transition_time(self) -> Optional[str]:
|
|
12893
|
+
"""
|
|
12894
|
+
Last time the condition transitioned from one status to another.
|
|
12895
|
+
"""
|
|
12870
12896
|
return pulumi.get(self, "last_transition_time")
|
|
12871
12897
|
|
|
12872
12898
|
@property
|
|
12873
12899
|
@pulumi.getter
|
|
12874
12900
|
def message(self) -> Optional[str]:
|
|
12901
|
+
"""
|
|
12902
|
+
Human-readable message indicating details about last transition.
|
|
12903
|
+
"""
|
|
12875
12904
|
return pulumi.get(self, "message")
|
|
12876
12905
|
|
|
12877
12906
|
@property
|
|
12878
12907
|
@pulumi.getter
|
|
12879
12908
|
def reason(self) -> Optional[str]:
|
|
12909
|
+
"""
|
|
12910
|
+
Unique, one-word, CamelCase reason for the condition's last transition.
|
|
12911
|
+
"""
|
|
12880
12912
|
return pulumi.get(self, "reason")
|
|
12881
12913
|
|
|
12882
12914
|
@property
|
|
@@ -14613,15 +14645,15 @@ class NodeStatus(dict):
|
|
|
14613
14645
|
volumes_in_use: Optional[Sequence[str]] = None):
|
|
14614
14646
|
"""
|
|
14615
14647
|
NodeStatus is information about the current status of a node.
|
|
14616
|
-
:param Sequence['NodeAddressArgs'] addresses: List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/
|
|
14648
|
+
:param Sequence['NodeAddressArgs'] addresses: List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/reference/node/node-status/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example. Consumers should assume that addresses can change during the lifetime of a Node. However, there are some exceptions where this may not be possible, such as Pods that inherit a Node's address in its own status or consumers of the downward API (status.hostIP).
|
|
14617
14649
|
:param Mapping[str, str] allocatable: Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.
|
|
14618
14650
|
:param Mapping[str, str] capacity: Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/reference/node/node-status/#capacity
|
|
14619
|
-
:param Sequence['NodeConditionArgs'] conditions: Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/
|
|
14651
|
+
:param Sequence['NodeConditionArgs'] conditions: Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/reference/node/node-status/#condition
|
|
14620
14652
|
:param 'NodeConfigStatusArgs' config: Status of the config assigned to the node via the dynamic Kubelet config feature.
|
|
14621
14653
|
:param 'NodeDaemonEndpointsArgs' daemon_endpoints: Endpoints of daemons running on the Node.
|
|
14622
14654
|
:param 'NodeFeaturesArgs' features: Features describes the set of features implemented by the CRI implementation.
|
|
14623
14655
|
:param Sequence['ContainerImageArgs'] images: List of container images on this node
|
|
14624
|
-
:param 'NodeSystemInfoArgs' node_info: Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/
|
|
14656
|
+
:param 'NodeSystemInfoArgs' node_info: Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/reference/node/node-status/#info
|
|
14625
14657
|
:param str phase: NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated.
|
|
14626
14658
|
:param Sequence['NodeRuntimeHandlerArgs'] runtime_handlers: The available runtime handlers.
|
|
14627
14659
|
:param Sequence['AttachedVolumeArgs'] volumes_attached: List of volumes that are attached to the node.
|
|
@@ -14658,7 +14690,7 @@ class NodeStatus(dict):
|
|
|
14658
14690
|
@pulumi.getter
|
|
14659
14691
|
def addresses(self) -> Optional[Sequence['outputs.NodeAddress']]:
|
|
14660
14692
|
"""
|
|
14661
|
-
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/
|
|
14693
|
+
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/reference/node/node-status/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example. Consumers should assume that addresses can change during the lifetime of a Node. However, there are some exceptions where this may not be possible, such as Pods that inherit a Node's address in its own status or consumers of the downward API (status.hostIP).
|
|
14662
14694
|
"""
|
|
14663
14695
|
return pulumi.get(self, "addresses")
|
|
14664
14696
|
|
|
@@ -14682,7 +14714,7 @@ class NodeStatus(dict):
|
|
|
14682
14714
|
@pulumi.getter
|
|
14683
14715
|
def conditions(self) -> Optional[Sequence['outputs.NodeCondition']]:
|
|
14684
14716
|
"""
|
|
14685
|
-
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/
|
|
14717
|
+
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/reference/node/node-status/#condition
|
|
14686
14718
|
"""
|
|
14687
14719
|
return pulumi.get(self, "conditions")
|
|
14688
14720
|
|
|
@@ -14722,7 +14754,7 @@ class NodeStatus(dict):
|
|
|
14722
14754
|
@pulumi.getter(name="nodeInfo")
|
|
14723
14755
|
def node_info(self) -> Optional['outputs.NodeSystemInfo']:
|
|
14724
14756
|
"""
|
|
14725
|
-
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/
|
|
14757
|
+
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/reference/node/node-status/#info
|
|
14726
14758
|
"""
|
|
14727
14759
|
return pulumi.get(self, "node_info")
|
|
14728
14760
|
|
|
@@ -14805,15 +14837,15 @@ class NodeStatusPatch(dict):
|
|
|
14805
14837
|
volumes_in_use: Optional[Sequence[str]] = None):
|
|
14806
14838
|
"""
|
|
14807
14839
|
NodeStatus is information about the current status of a node.
|
|
14808
|
-
:param Sequence['NodeAddressPatchArgs'] addresses: List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/
|
|
14840
|
+
:param Sequence['NodeAddressPatchArgs'] addresses: List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/reference/node/node-status/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example. Consumers should assume that addresses can change during the lifetime of a Node. However, there are some exceptions where this may not be possible, such as Pods that inherit a Node's address in its own status or consumers of the downward API (status.hostIP).
|
|
14809
14841
|
:param Mapping[str, str] allocatable: Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.
|
|
14810
14842
|
:param Mapping[str, str] capacity: Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/reference/node/node-status/#capacity
|
|
14811
|
-
:param Sequence['NodeConditionPatchArgs'] conditions: Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/
|
|
14843
|
+
:param Sequence['NodeConditionPatchArgs'] conditions: Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/reference/node/node-status/#condition
|
|
14812
14844
|
:param 'NodeConfigStatusPatchArgs' config: Status of the config assigned to the node via the dynamic Kubelet config feature.
|
|
14813
14845
|
:param 'NodeDaemonEndpointsPatchArgs' daemon_endpoints: Endpoints of daemons running on the Node.
|
|
14814
14846
|
:param 'NodeFeaturesPatchArgs' features: Features describes the set of features implemented by the CRI implementation.
|
|
14815
14847
|
:param Sequence['ContainerImagePatchArgs'] images: List of container images on this node
|
|
14816
|
-
:param 'NodeSystemInfoPatchArgs' node_info: Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/
|
|
14848
|
+
:param 'NodeSystemInfoPatchArgs' node_info: Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/reference/node/node-status/#info
|
|
14817
14849
|
:param str phase: NodePhase is the recently observed lifecycle phase of the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#phase The field is never populated, and now is deprecated.
|
|
14818
14850
|
:param Sequence['NodeRuntimeHandlerPatchArgs'] runtime_handlers: The available runtime handlers.
|
|
14819
14851
|
:param Sequence['AttachedVolumePatchArgs'] volumes_attached: List of volumes that are attached to the node.
|
|
@@ -14850,7 +14882,7 @@ class NodeStatusPatch(dict):
|
|
|
14850
14882
|
@pulumi.getter
|
|
14851
14883
|
def addresses(self) -> Optional[Sequence['outputs.NodeAddressPatch']]:
|
|
14852
14884
|
"""
|
|
14853
|
-
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/
|
|
14885
|
+
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/reference/node/node-status/#addresses Note: This field is declared as mergeable, but the merge key is not sufficiently unique, which can cause data corruption when it is merged. Callers should instead use a full-replacement patch. See https://pr.k8s.io/79391 for an example. Consumers should assume that addresses can change during the lifetime of a Node. However, there are some exceptions where this may not be possible, such as Pods that inherit a Node's address in its own status or consumers of the downward API (status.hostIP).
|
|
14854
14886
|
"""
|
|
14855
14887
|
return pulumi.get(self, "addresses")
|
|
14856
14888
|
|
|
@@ -14874,7 +14906,7 @@ class NodeStatusPatch(dict):
|
|
|
14874
14906
|
@pulumi.getter
|
|
14875
14907
|
def conditions(self) -> Optional[Sequence['outputs.NodeConditionPatch']]:
|
|
14876
14908
|
"""
|
|
14877
|
-
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/
|
|
14909
|
+
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/reference/node/node-status/#condition
|
|
14878
14910
|
"""
|
|
14879
14911
|
return pulumi.get(self, "conditions")
|
|
14880
14912
|
|
|
@@ -14914,7 +14946,7 @@ class NodeStatusPatch(dict):
|
|
|
14914
14946
|
@pulumi.getter(name="nodeInfo")
|
|
14915
14947
|
def node_info(self) -> Optional['outputs.NodeSystemInfoPatch']:
|
|
14916
14948
|
"""
|
|
14917
|
-
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/
|
|
14949
|
+
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/reference/node/node-status/#info
|
|
14918
14950
|
"""
|
|
14919
14951
|
return pulumi.get(self, "node_info")
|
|
14920
14952
|
|
|
@@ -15817,6 +15849,8 @@ class PersistentVolumeClaimCondition(dict):
|
|
|
15817
15849
|
reason: Optional[str] = None):
|
|
15818
15850
|
"""
|
|
15819
15851
|
PersistentVolumeClaimCondition contains details about state of pvc
|
|
15852
|
+
:param str status: Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=state%20of%20pvc-,conditions.status,-(string)%2C%20required
|
|
15853
|
+
:param str type: Type is the type of the condition. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=set%20to%20%27ResizeStarted%27.-,PersistentVolumeClaimCondition,-contains%20details%20about
|
|
15820
15854
|
:param str last_probe_time: lastProbeTime is the time we probed the condition.
|
|
15821
15855
|
:param str last_transition_time: lastTransitionTime is the time the condition transitioned from one status to another.
|
|
15822
15856
|
:param str message: message is the human-readable message indicating details about last transition.
|
|
@@ -15836,11 +15870,17 @@ class PersistentVolumeClaimCondition(dict):
|
|
|
15836
15870
|
@property
|
|
15837
15871
|
@pulumi.getter
|
|
15838
15872
|
def status(self) -> str:
|
|
15873
|
+
"""
|
|
15874
|
+
Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=state%20of%20pvc-,conditions.status,-(string)%2C%20required
|
|
15875
|
+
"""
|
|
15839
15876
|
return pulumi.get(self, "status")
|
|
15840
15877
|
|
|
15841
15878
|
@property
|
|
15842
15879
|
@pulumi.getter
|
|
15843
15880
|
def type(self) -> str:
|
|
15881
|
+
"""
|
|
15882
|
+
Type is the type of the condition. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=set%20to%20%27ResizeStarted%27.-,PersistentVolumeClaimCondition,-contains%20details%20about
|
|
15883
|
+
"""
|
|
15844
15884
|
return pulumi.get(self, "type")
|
|
15845
15885
|
|
|
15846
15886
|
@property
|
|
@@ -15913,6 +15953,8 @@ class PersistentVolumeClaimConditionPatch(dict):
|
|
|
15913
15953
|
:param str last_transition_time: lastTransitionTime is the time the condition transitioned from one status to another.
|
|
15914
15954
|
:param str message: message is the human-readable message indicating details about last transition.
|
|
15915
15955
|
:param str reason: reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports "Resizing" that means the underlying persistent volume is being resized.
|
|
15956
|
+
:param str status: Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=state%20of%20pvc-,conditions.status,-(string)%2C%20required
|
|
15957
|
+
:param str type: Type is the type of the condition. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=set%20to%20%27ResizeStarted%27.-,PersistentVolumeClaimCondition,-contains%20details%20about
|
|
15916
15958
|
"""
|
|
15917
15959
|
if last_probe_time is not None:
|
|
15918
15960
|
pulumi.set(__self__, "last_probe_time", last_probe_time)
|
|
@@ -15962,11 +16004,17 @@ class PersistentVolumeClaimConditionPatch(dict):
|
|
|
15962
16004
|
@property
|
|
15963
16005
|
@pulumi.getter
|
|
15964
16006
|
def status(self) -> Optional[str]:
|
|
16007
|
+
"""
|
|
16008
|
+
Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=state%20of%20pvc-,conditions.status,-(string)%2C%20required
|
|
16009
|
+
"""
|
|
15965
16010
|
return pulumi.get(self, "status")
|
|
15966
16011
|
|
|
15967
16012
|
@property
|
|
15968
16013
|
@pulumi.getter
|
|
15969
16014
|
def type(self) -> Optional[str]:
|
|
16015
|
+
"""
|
|
16016
|
+
Type is the type of the condition. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=set%20to%20%27ResizeStarted%27.-,PersistentVolumeClaimCondition,-contains%20details%20about
|
|
16017
|
+
"""
|
|
15970
16018
|
return pulumi.get(self, "type")
|
|
15971
16019
|
|
|
15972
16020
|
|
|
@@ -17097,19 +17145,19 @@ class PersistentVolumeSpec(dict):
|
|
|
17097
17145
|
"""
|
|
17098
17146
|
PersistentVolumeSpec is the specification of a persistent volume.
|
|
17099
17147
|
:param Sequence[str] access_modes: accessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
|
|
17100
|
-
:param 'AWSElasticBlockStoreVolumeSourceArgs' aws_elastic_block_store: awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
17101
|
-
:param 'AzureDiskVolumeSourceArgs' azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
17102
|
-
:param 'AzureFilePersistentVolumeSourceArgs' azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
17148
|
+
:param 'AWSElasticBlockStoreVolumeSourceArgs' aws_elastic_block_store: awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
17149
|
+
:param 'AzureDiskVolumeSourceArgs' azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type are redirected to the disk.csi.azure.com CSI driver.
|
|
17150
|
+
:param 'AzureFilePersistentVolumeSourceArgs' azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod. Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type are redirected to the file.csi.azure.com CSI driver.
|
|
17103
17151
|
:param Mapping[str, str] capacity: capacity is the description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
|
|
17104
|
-
:param 'CephFSPersistentVolumeSourceArgs' cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
17105
|
-
:param 'CinderPersistentVolumeSourceArgs' cinder: cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
17152
|
+
:param 'CephFSPersistentVolumeSourceArgs' cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime. Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported.
|
|
17153
|
+
:param 'CinderPersistentVolumeSourceArgs' cinder: cinder represents a cinder volume attached and mounted on kubelets host machine. Deprecated: Cinder is deprecated. All operations for the in-tree cinder type are redirected to the cinder.csi.openstack.org CSI driver. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
17106
17154
|
:param 'ObjectReferenceArgs' claim_ref: claimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding
|
|
17107
|
-
:param 'CSIPersistentVolumeSourceArgs' csi: csi represents storage that is handled by an external CSI driver
|
|
17155
|
+
:param 'CSIPersistentVolumeSourceArgs' csi: csi represents storage that is handled by an external CSI driver.
|
|
17108
17156
|
:param 'FCVolumeSourceArgs' fc: fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
17109
|
-
:param 'FlexPersistentVolumeSourceArgs' flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
17110
|
-
:param 'FlockerVolumeSourceArgs' flocker: flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running
|
|
17111
|
-
:param 'GCEPersistentDiskVolumeSourceArgs' gce_persistent_disk: gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
17112
|
-
:param 'GlusterfsPersistentVolumeSourceArgs' glusterfs: glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
17157
|
+
:param 'FlexPersistentVolumeSourceArgs' flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead.
|
|
17158
|
+
:param 'FlockerVolumeSourceArgs' flocker: flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running. Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported.
|
|
17159
|
+
:param 'GCEPersistentDiskVolumeSourceArgs' gce_persistent_disk: gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
17160
|
+
:param 'GlusterfsPersistentVolumeSourceArgs' glusterfs: glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
17113
17161
|
:param 'HostPathVolumeSourceArgs' host_path: hostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
|
|
17114
17162
|
:param 'ISCSIPersistentVolumeSourceArgs' iscsi: iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin.
|
|
17115
17163
|
:param 'LocalVolumeSourceArgs' local: local represents directly-attached storage with node affinity
|
|
@@ -17117,16 +17165,16 @@ class PersistentVolumeSpec(dict):
|
|
|
17117
17165
|
:param 'NFSVolumeSourceArgs' nfs: nfs represents an NFS mount on the host. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
|
17118
17166
|
:param 'VolumeNodeAffinityArgs' node_affinity: nodeAffinity defines constraints that limit what nodes this volume can be accessed from. This field influences the scheduling of pods that use this volume.
|
|
17119
17167
|
:param str persistent_volume_reclaim_policy: persistentVolumeReclaimPolicy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming
|
|
17120
|
-
:param 'PhotonPersistentDiskVolumeSourceArgs' photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
17121
|
-
:param 'PortworxVolumeSourceArgs' portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
17122
|
-
:param 'QuobyteVolumeSourceArgs' quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
17123
|
-
:param 'RBDPersistentVolumeSourceArgs' rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
17124
|
-
:param 'ScaleIOPersistentVolumeSourceArgs' scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
17168
|
+
:param 'PhotonPersistentDiskVolumeSourceArgs' photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine. Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported.
|
|
17169
|
+
:param 'PortworxVolumeSourceArgs' portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine. Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate is on.
|
|
17170
|
+
:param 'QuobyteVolumeSourceArgs' quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime. Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported.
|
|
17171
|
+
:param 'RBDPersistentVolumeSourceArgs' rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
17172
|
+
:param 'ScaleIOPersistentVolumeSourceArgs' scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported.
|
|
17125
17173
|
:param str storage_class_name: storageClassName is the name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass.
|
|
17126
|
-
:param 'StorageOSPersistentVolumeSourceArgs' storageos: storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod More info: https://examples.k8s.io/volumes/storageos/README.md
|
|
17174
|
+
:param 'StorageOSPersistentVolumeSourceArgs' storageos: storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported. More info: https://examples.k8s.io/volumes/storageos/README.md
|
|
17127
17175
|
:param str volume_attributes_class_name: Name of VolumeAttributesClass to which this persistent volume belongs. Empty value is not allowed. When this field is not set, it indicates that this volume does not belong to any VolumeAttributesClass. This field is mutable and can be changed by the CSI driver after a volume has been updated successfully to a new class. For an unbound PersistentVolume, the volumeAttributesClassName will be matched with unbound PersistentVolumeClaims during the binding process. This is a beta field and requires enabling VolumeAttributesClass feature (off by default).
|
|
17128
17176
|
:param str volume_mode: volumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec.
|
|
17129
|
-
:param 'VsphereVirtualDiskVolumeSourceArgs' vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
17177
|
+
:param 'VsphereVirtualDiskVolumeSourceArgs' vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine. Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type are redirected to the csi.vsphere.vmware.com CSI driver.
|
|
17130
17178
|
"""
|
|
17131
17179
|
if access_modes is not None:
|
|
17132
17180
|
pulumi.set(__self__, "access_modes", access_modes)
|
|
@@ -17203,7 +17251,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17203
17251
|
@pulumi.getter(name="awsElasticBlockStore")
|
|
17204
17252
|
def aws_elastic_block_store(self) -> Optional['outputs.AWSElasticBlockStoreVolumeSource']:
|
|
17205
17253
|
"""
|
|
17206
|
-
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
17254
|
+
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
17207
17255
|
"""
|
|
17208
17256
|
return pulumi.get(self, "aws_elastic_block_store")
|
|
17209
17257
|
|
|
@@ -17211,7 +17259,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17211
17259
|
@pulumi.getter(name="azureDisk")
|
|
17212
17260
|
def azure_disk(self) -> Optional['outputs.AzureDiskVolumeSource']:
|
|
17213
17261
|
"""
|
|
17214
|
-
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
17262
|
+
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type are redirected to the disk.csi.azure.com CSI driver.
|
|
17215
17263
|
"""
|
|
17216
17264
|
return pulumi.get(self, "azure_disk")
|
|
17217
17265
|
|
|
@@ -17219,7 +17267,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17219
17267
|
@pulumi.getter(name="azureFile")
|
|
17220
17268
|
def azure_file(self) -> Optional['outputs.AzureFilePersistentVolumeSource']:
|
|
17221
17269
|
"""
|
|
17222
|
-
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
17270
|
+
azureFile represents an Azure File Service mount on the host and bind mount to the pod. Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type are redirected to the file.csi.azure.com CSI driver.
|
|
17223
17271
|
"""
|
|
17224
17272
|
return pulumi.get(self, "azure_file")
|
|
17225
17273
|
|
|
@@ -17235,7 +17283,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17235
17283
|
@pulumi.getter
|
|
17236
17284
|
def cephfs(self) -> Optional['outputs.CephFSPersistentVolumeSource']:
|
|
17237
17285
|
"""
|
|
17238
|
-
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
17286
|
+
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime. Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported.
|
|
17239
17287
|
"""
|
|
17240
17288
|
return pulumi.get(self, "cephfs")
|
|
17241
17289
|
|
|
@@ -17243,7 +17291,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17243
17291
|
@pulumi.getter
|
|
17244
17292
|
def cinder(self) -> Optional['outputs.CinderPersistentVolumeSource']:
|
|
17245
17293
|
"""
|
|
17246
|
-
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
17294
|
+
cinder represents a cinder volume attached and mounted on kubelets host machine. Deprecated: Cinder is deprecated. All operations for the in-tree cinder type are redirected to the cinder.csi.openstack.org CSI driver. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
17247
17295
|
"""
|
|
17248
17296
|
return pulumi.get(self, "cinder")
|
|
17249
17297
|
|
|
@@ -17259,7 +17307,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17259
17307
|
@pulumi.getter
|
|
17260
17308
|
def csi(self) -> Optional['outputs.CSIPersistentVolumeSource']:
|
|
17261
17309
|
"""
|
|
17262
|
-
csi represents storage that is handled by an external CSI driver
|
|
17310
|
+
csi represents storage that is handled by an external CSI driver.
|
|
17263
17311
|
"""
|
|
17264
17312
|
return pulumi.get(self, "csi")
|
|
17265
17313
|
|
|
@@ -17275,7 +17323,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17275
17323
|
@pulumi.getter(name="flexVolume")
|
|
17276
17324
|
def flex_volume(self) -> Optional['outputs.FlexPersistentVolumeSource']:
|
|
17277
17325
|
"""
|
|
17278
|
-
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
17326
|
+
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead.
|
|
17279
17327
|
"""
|
|
17280
17328
|
return pulumi.get(self, "flex_volume")
|
|
17281
17329
|
|
|
@@ -17283,7 +17331,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17283
17331
|
@pulumi.getter
|
|
17284
17332
|
def flocker(self) -> Optional['outputs.FlockerVolumeSource']:
|
|
17285
17333
|
"""
|
|
17286
|
-
flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running
|
|
17334
|
+
flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running. Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported.
|
|
17287
17335
|
"""
|
|
17288
17336
|
return pulumi.get(self, "flocker")
|
|
17289
17337
|
|
|
@@ -17291,7 +17339,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17291
17339
|
@pulumi.getter(name="gcePersistentDisk")
|
|
17292
17340
|
def gce_persistent_disk(self) -> Optional['outputs.GCEPersistentDiskVolumeSource']:
|
|
17293
17341
|
"""
|
|
17294
|
-
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
17342
|
+
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
17295
17343
|
"""
|
|
17296
17344
|
return pulumi.get(self, "gce_persistent_disk")
|
|
17297
17345
|
|
|
@@ -17299,7 +17347,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17299
17347
|
@pulumi.getter
|
|
17300
17348
|
def glusterfs(self) -> Optional['outputs.GlusterfsPersistentVolumeSource']:
|
|
17301
17349
|
"""
|
|
17302
|
-
glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
17350
|
+
glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
17303
17351
|
"""
|
|
17304
17352
|
return pulumi.get(self, "glusterfs")
|
|
17305
17353
|
|
|
@@ -17363,7 +17411,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17363
17411
|
@pulumi.getter(name="photonPersistentDisk")
|
|
17364
17412
|
def photon_persistent_disk(self) -> Optional['outputs.PhotonPersistentDiskVolumeSource']:
|
|
17365
17413
|
"""
|
|
17366
|
-
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
17414
|
+
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine. Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported.
|
|
17367
17415
|
"""
|
|
17368
17416
|
return pulumi.get(self, "photon_persistent_disk")
|
|
17369
17417
|
|
|
@@ -17371,7 +17419,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17371
17419
|
@pulumi.getter(name="portworxVolume")
|
|
17372
17420
|
def portworx_volume(self) -> Optional['outputs.PortworxVolumeSource']:
|
|
17373
17421
|
"""
|
|
17374
|
-
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
17422
|
+
portworxVolume represents a portworx volume attached and mounted on kubelets host machine. Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate is on.
|
|
17375
17423
|
"""
|
|
17376
17424
|
return pulumi.get(self, "portworx_volume")
|
|
17377
17425
|
|
|
@@ -17379,7 +17427,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17379
17427
|
@pulumi.getter
|
|
17380
17428
|
def quobyte(self) -> Optional['outputs.QuobyteVolumeSource']:
|
|
17381
17429
|
"""
|
|
17382
|
-
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
17430
|
+
quobyte represents a Quobyte mount on the host that shares a pod's lifetime. Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported.
|
|
17383
17431
|
"""
|
|
17384
17432
|
return pulumi.get(self, "quobyte")
|
|
17385
17433
|
|
|
@@ -17387,7 +17435,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17387
17435
|
@pulumi.getter
|
|
17388
17436
|
def rbd(self) -> Optional['outputs.RBDPersistentVolumeSource']:
|
|
17389
17437
|
"""
|
|
17390
|
-
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
17438
|
+
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
17391
17439
|
"""
|
|
17392
17440
|
return pulumi.get(self, "rbd")
|
|
17393
17441
|
|
|
@@ -17395,7 +17443,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17395
17443
|
@pulumi.getter(name="scaleIO")
|
|
17396
17444
|
def scale_io(self) -> Optional['outputs.ScaleIOPersistentVolumeSource']:
|
|
17397
17445
|
"""
|
|
17398
|
-
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
17446
|
+
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported.
|
|
17399
17447
|
"""
|
|
17400
17448
|
return pulumi.get(self, "scale_io")
|
|
17401
17449
|
|
|
@@ -17411,7 +17459,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17411
17459
|
@pulumi.getter
|
|
17412
17460
|
def storageos(self) -> Optional['outputs.StorageOSPersistentVolumeSource']:
|
|
17413
17461
|
"""
|
|
17414
|
-
storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod More info: https://examples.k8s.io/volumes/storageos/README.md
|
|
17462
|
+
storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported. More info: https://examples.k8s.io/volumes/storageos/README.md
|
|
17415
17463
|
"""
|
|
17416
17464
|
return pulumi.get(self, "storageos")
|
|
17417
17465
|
|
|
@@ -17435,7 +17483,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17435
17483
|
@pulumi.getter(name="vsphereVolume")
|
|
17436
17484
|
def vsphere_volume(self) -> Optional['outputs.VsphereVirtualDiskVolumeSource']:
|
|
17437
17485
|
"""
|
|
17438
|
-
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
17486
|
+
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine. Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type are redirected to the csi.vsphere.vmware.com CSI driver.
|
|
17439
17487
|
"""
|
|
17440
17488
|
return pulumi.get(self, "vsphere_volume")
|
|
17441
17489
|
|
|
@@ -17531,19 +17579,19 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17531
17579
|
"""
|
|
17532
17580
|
PersistentVolumeSpec is the specification of a persistent volume.
|
|
17533
17581
|
:param Sequence[str] access_modes: accessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
|
|
17534
|
-
:param 'AWSElasticBlockStoreVolumeSourcePatchArgs' aws_elastic_block_store: awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
17535
|
-
:param 'AzureDiskVolumeSourcePatchArgs' azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
17536
|
-
:param 'AzureFilePersistentVolumeSourcePatchArgs' azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
17582
|
+
:param 'AWSElasticBlockStoreVolumeSourcePatchArgs' aws_elastic_block_store: awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
17583
|
+
:param 'AzureDiskVolumeSourcePatchArgs' azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type are redirected to the disk.csi.azure.com CSI driver.
|
|
17584
|
+
:param 'AzureFilePersistentVolumeSourcePatchArgs' azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod. Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type are redirected to the file.csi.azure.com CSI driver.
|
|
17537
17585
|
:param Mapping[str, str] capacity: capacity is the description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
|
|
17538
|
-
:param 'CephFSPersistentVolumeSourcePatchArgs' cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
17539
|
-
:param 'CinderPersistentVolumeSourcePatchArgs' cinder: cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
17586
|
+
:param 'CephFSPersistentVolumeSourcePatchArgs' cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime. Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported.
|
|
17587
|
+
:param 'CinderPersistentVolumeSourcePatchArgs' cinder: cinder represents a cinder volume attached and mounted on kubelets host machine. Deprecated: Cinder is deprecated. All operations for the in-tree cinder type are redirected to the cinder.csi.openstack.org CSI driver. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
17540
17588
|
:param 'ObjectReferencePatchArgs' claim_ref: claimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding
|
|
17541
|
-
:param 'CSIPersistentVolumeSourcePatchArgs' csi: csi represents storage that is handled by an external CSI driver
|
|
17589
|
+
:param 'CSIPersistentVolumeSourcePatchArgs' csi: csi represents storage that is handled by an external CSI driver.
|
|
17542
17590
|
:param 'FCVolumeSourcePatchArgs' fc: fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
17543
|
-
:param 'FlexPersistentVolumeSourcePatchArgs' flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
17544
|
-
:param 'FlockerVolumeSourcePatchArgs' flocker: flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running
|
|
17545
|
-
:param 'GCEPersistentDiskVolumeSourcePatchArgs' gce_persistent_disk: gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
17546
|
-
:param 'GlusterfsPersistentVolumeSourcePatchArgs' glusterfs: glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
17591
|
+
:param 'FlexPersistentVolumeSourcePatchArgs' flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead.
|
|
17592
|
+
:param 'FlockerVolumeSourcePatchArgs' flocker: flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running. Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported.
|
|
17593
|
+
:param 'GCEPersistentDiskVolumeSourcePatchArgs' gce_persistent_disk: gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
17594
|
+
:param 'GlusterfsPersistentVolumeSourcePatchArgs' glusterfs: glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
17547
17595
|
:param 'HostPathVolumeSourcePatchArgs' host_path: hostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
|
|
17548
17596
|
:param 'ISCSIPersistentVolumeSourcePatchArgs' iscsi: iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin.
|
|
17549
17597
|
:param 'LocalVolumeSourcePatchArgs' local: local represents directly-attached storage with node affinity
|
|
@@ -17551,16 +17599,16 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17551
17599
|
:param 'NFSVolumeSourcePatchArgs' nfs: nfs represents an NFS mount on the host. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
|
17552
17600
|
:param 'VolumeNodeAffinityPatchArgs' node_affinity: nodeAffinity defines constraints that limit what nodes this volume can be accessed from. This field influences the scheduling of pods that use this volume.
|
|
17553
17601
|
:param str persistent_volume_reclaim_policy: persistentVolumeReclaimPolicy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming
|
|
17554
|
-
:param 'PhotonPersistentDiskVolumeSourcePatchArgs' photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
17555
|
-
:param 'PortworxVolumeSourcePatchArgs' portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
17556
|
-
:param 'QuobyteVolumeSourcePatchArgs' quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
17557
|
-
:param 'RBDPersistentVolumeSourcePatchArgs' rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
17558
|
-
:param 'ScaleIOPersistentVolumeSourcePatchArgs' scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
17602
|
+
:param 'PhotonPersistentDiskVolumeSourcePatchArgs' photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine. Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported.
|
|
17603
|
+
:param 'PortworxVolumeSourcePatchArgs' portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine. Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate is on.
|
|
17604
|
+
:param 'QuobyteVolumeSourcePatchArgs' quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime. Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported.
|
|
17605
|
+
:param 'RBDPersistentVolumeSourcePatchArgs' rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
17606
|
+
:param 'ScaleIOPersistentVolumeSourcePatchArgs' scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported.
|
|
17559
17607
|
:param str storage_class_name: storageClassName is the name of StorageClass to which this persistent volume belongs. Empty value means that this volume does not belong to any StorageClass.
|
|
17560
|
-
:param 'StorageOSPersistentVolumeSourcePatchArgs' storageos: storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod More info: https://examples.k8s.io/volumes/storageos/README.md
|
|
17608
|
+
:param 'StorageOSPersistentVolumeSourcePatchArgs' storageos: storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported. More info: https://examples.k8s.io/volumes/storageos/README.md
|
|
17561
17609
|
:param str volume_attributes_class_name: Name of VolumeAttributesClass to which this persistent volume belongs. Empty value is not allowed. When this field is not set, it indicates that this volume does not belong to any VolumeAttributesClass. This field is mutable and can be changed by the CSI driver after a volume has been updated successfully to a new class. For an unbound PersistentVolume, the volumeAttributesClassName will be matched with unbound PersistentVolumeClaims during the binding process. This is a beta field and requires enabling VolumeAttributesClass feature (off by default).
|
|
17562
17610
|
:param str volume_mode: volumeMode defines if a volume is intended to be used with a formatted filesystem or to remain in raw block state. Value of Filesystem is implied when not included in spec.
|
|
17563
|
-
:param 'VsphereVirtualDiskVolumeSourcePatchArgs' vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
17611
|
+
:param 'VsphereVirtualDiskVolumeSourcePatchArgs' vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine. Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type are redirected to the csi.vsphere.vmware.com CSI driver.
|
|
17564
17612
|
"""
|
|
17565
17613
|
if access_modes is not None:
|
|
17566
17614
|
pulumi.set(__self__, "access_modes", access_modes)
|
|
@@ -17637,7 +17685,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17637
17685
|
@pulumi.getter(name="awsElasticBlockStore")
|
|
17638
17686
|
def aws_elastic_block_store(self) -> Optional['outputs.AWSElasticBlockStoreVolumeSourcePatch']:
|
|
17639
17687
|
"""
|
|
17640
|
-
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
17688
|
+
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
17641
17689
|
"""
|
|
17642
17690
|
return pulumi.get(self, "aws_elastic_block_store")
|
|
17643
17691
|
|
|
@@ -17645,7 +17693,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17645
17693
|
@pulumi.getter(name="azureDisk")
|
|
17646
17694
|
def azure_disk(self) -> Optional['outputs.AzureDiskVolumeSourcePatch']:
|
|
17647
17695
|
"""
|
|
17648
|
-
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
17696
|
+
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type are redirected to the disk.csi.azure.com CSI driver.
|
|
17649
17697
|
"""
|
|
17650
17698
|
return pulumi.get(self, "azure_disk")
|
|
17651
17699
|
|
|
@@ -17653,7 +17701,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17653
17701
|
@pulumi.getter(name="azureFile")
|
|
17654
17702
|
def azure_file(self) -> Optional['outputs.AzureFilePersistentVolumeSourcePatch']:
|
|
17655
17703
|
"""
|
|
17656
|
-
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
17704
|
+
azureFile represents an Azure File Service mount on the host and bind mount to the pod. Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type are redirected to the file.csi.azure.com CSI driver.
|
|
17657
17705
|
"""
|
|
17658
17706
|
return pulumi.get(self, "azure_file")
|
|
17659
17707
|
|
|
@@ -17669,7 +17717,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17669
17717
|
@pulumi.getter
|
|
17670
17718
|
def cephfs(self) -> Optional['outputs.CephFSPersistentVolumeSourcePatch']:
|
|
17671
17719
|
"""
|
|
17672
|
-
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
17720
|
+
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime. Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported.
|
|
17673
17721
|
"""
|
|
17674
17722
|
return pulumi.get(self, "cephfs")
|
|
17675
17723
|
|
|
@@ -17677,7 +17725,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17677
17725
|
@pulumi.getter
|
|
17678
17726
|
def cinder(self) -> Optional['outputs.CinderPersistentVolumeSourcePatch']:
|
|
17679
17727
|
"""
|
|
17680
|
-
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
17728
|
+
cinder represents a cinder volume attached and mounted on kubelets host machine. Deprecated: Cinder is deprecated. All operations for the in-tree cinder type are redirected to the cinder.csi.openstack.org CSI driver. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
17681
17729
|
"""
|
|
17682
17730
|
return pulumi.get(self, "cinder")
|
|
17683
17731
|
|
|
@@ -17693,7 +17741,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17693
17741
|
@pulumi.getter
|
|
17694
17742
|
def csi(self) -> Optional['outputs.CSIPersistentVolumeSourcePatch']:
|
|
17695
17743
|
"""
|
|
17696
|
-
csi represents storage that is handled by an external CSI driver
|
|
17744
|
+
csi represents storage that is handled by an external CSI driver.
|
|
17697
17745
|
"""
|
|
17698
17746
|
return pulumi.get(self, "csi")
|
|
17699
17747
|
|
|
@@ -17709,7 +17757,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17709
17757
|
@pulumi.getter(name="flexVolume")
|
|
17710
17758
|
def flex_volume(self) -> Optional['outputs.FlexPersistentVolumeSourcePatch']:
|
|
17711
17759
|
"""
|
|
17712
|
-
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
17760
|
+
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead.
|
|
17713
17761
|
"""
|
|
17714
17762
|
return pulumi.get(self, "flex_volume")
|
|
17715
17763
|
|
|
@@ -17717,7 +17765,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17717
17765
|
@pulumi.getter
|
|
17718
17766
|
def flocker(self) -> Optional['outputs.FlockerVolumeSourcePatch']:
|
|
17719
17767
|
"""
|
|
17720
|
-
flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running
|
|
17768
|
+
flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running. Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported.
|
|
17721
17769
|
"""
|
|
17722
17770
|
return pulumi.get(self, "flocker")
|
|
17723
17771
|
|
|
@@ -17725,7 +17773,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17725
17773
|
@pulumi.getter(name="gcePersistentDisk")
|
|
17726
17774
|
def gce_persistent_disk(self) -> Optional['outputs.GCEPersistentDiskVolumeSourcePatch']:
|
|
17727
17775
|
"""
|
|
17728
|
-
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
17776
|
+
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
17729
17777
|
"""
|
|
17730
17778
|
return pulumi.get(self, "gce_persistent_disk")
|
|
17731
17779
|
|
|
@@ -17733,7 +17781,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17733
17781
|
@pulumi.getter
|
|
17734
17782
|
def glusterfs(self) -> Optional['outputs.GlusterfsPersistentVolumeSourcePatch']:
|
|
17735
17783
|
"""
|
|
17736
|
-
glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
17784
|
+
glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
17737
17785
|
"""
|
|
17738
17786
|
return pulumi.get(self, "glusterfs")
|
|
17739
17787
|
|
|
@@ -17797,7 +17845,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17797
17845
|
@pulumi.getter(name="photonPersistentDisk")
|
|
17798
17846
|
def photon_persistent_disk(self) -> Optional['outputs.PhotonPersistentDiskVolumeSourcePatch']:
|
|
17799
17847
|
"""
|
|
17800
|
-
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
17848
|
+
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine. Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported.
|
|
17801
17849
|
"""
|
|
17802
17850
|
return pulumi.get(self, "photon_persistent_disk")
|
|
17803
17851
|
|
|
@@ -17805,7 +17853,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17805
17853
|
@pulumi.getter(name="portworxVolume")
|
|
17806
17854
|
def portworx_volume(self) -> Optional['outputs.PortworxVolumeSourcePatch']:
|
|
17807
17855
|
"""
|
|
17808
|
-
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
17856
|
+
portworxVolume represents a portworx volume attached and mounted on kubelets host machine. Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate is on.
|
|
17809
17857
|
"""
|
|
17810
17858
|
return pulumi.get(self, "portworx_volume")
|
|
17811
17859
|
|
|
@@ -17813,7 +17861,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17813
17861
|
@pulumi.getter
|
|
17814
17862
|
def quobyte(self) -> Optional['outputs.QuobyteVolumeSourcePatch']:
|
|
17815
17863
|
"""
|
|
17816
|
-
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
17864
|
+
quobyte represents a Quobyte mount on the host that shares a pod's lifetime. Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported.
|
|
17817
17865
|
"""
|
|
17818
17866
|
return pulumi.get(self, "quobyte")
|
|
17819
17867
|
|
|
@@ -17821,7 +17869,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17821
17869
|
@pulumi.getter
|
|
17822
17870
|
def rbd(self) -> Optional['outputs.RBDPersistentVolumeSourcePatch']:
|
|
17823
17871
|
"""
|
|
17824
|
-
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
17872
|
+
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
17825
17873
|
"""
|
|
17826
17874
|
return pulumi.get(self, "rbd")
|
|
17827
17875
|
|
|
@@ -17829,7 +17877,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17829
17877
|
@pulumi.getter(name="scaleIO")
|
|
17830
17878
|
def scale_io(self) -> Optional['outputs.ScaleIOPersistentVolumeSourcePatch']:
|
|
17831
17879
|
"""
|
|
17832
|
-
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
17880
|
+
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported.
|
|
17833
17881
|
"""
|
|
17834
17882
|
return pulumi.get(self, "scale_io")
|
|
17835
17883
|
|
|
@@ -17845,7 +17893,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17845
17893
|
@pulumi.getter
|
|
17846
17894
|
def storageos(self) -> Optional['outputs.StorageOSPersistentVolumeSourcePatch']:
|
|
17847
17895
|
"""
|
|
17848
|
-
storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod More info: https://examples.k8s.io/volumes/storageos/README.md
|
|
17896
|
+
storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod. Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported. More info: https://examples.k8s.io/volumes/storageos/README.md
|
|
17849
17897
|
"""
|
|
17850
17898
|
return pulumi.get(self, "storageos")
|
|
17851
17899
|
|
|
@@ -17869,7 +17917,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17869
17917
|
@pulumi.getter(name="vsphereVolume")
|
|
17870
17918
|
def vsphere_volume(self) -> Optional['outputs.VsphereVirtualDiskVolumeSourcePatch']:
|
|
17871
17919
|
"""
|
|
17872
|
-
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
17920
|
+
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine. Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type are redirected to the csi.vsphere.vmware.com CSI driver.
|
|
17873
17921
|
"""
|
|
17874
17922
|
return pulumi.get(self, "vsphere_volume")
|
|
17875
17923
|
|
|
@@ -18941,7 +18989,8 @@ class PodDNSConfigOption(dict):
|
|
|
18941
18989
|
value: Optional[str] = None):
|
|
18942
18990
|
"""
|
|
18943
18991
|
PodDNSConfigOption defines DNS resolver options of a pod.
|
|
18944
|
-
:param str name: Required.
|
|
18992
|
+
:param str name: Name is this DNS resolver option's name. Required.
|
|
18993
|
+
:param str value: Value is this DNS resolver option's value.
|
|
18945
18994
|
"""
|
|
18946
18995
|
if name is not None:
|
|
18947
18996
|
pulumi.set(__self__, "name", name)
|
|
@@ -18952,13 +19001,16 @@ class PodDNSConfigOption(dict):
|
|
|
18952
19001
|
@pulumi.getter
|
|
18953
19002
|
def name(self) -> Optional[str]:
|
|
18954
19003
|
"""
|
|
18955
|
-
Required.
|
|
19004
|
+
Name is this DNS resolver option's name. Required.
|
|
18956
19005
|
"""
|
|
18957
19006
|
return pulumi.get(self, "name")
|
|
18958
19007
|
|
|
18959
19008
|
@property
|
|
18960
19009
|
@pulumi.getter
|
|
18961
19010
|
def value(self) -> Optional[str]:
|
|
19011
|
+
"""
|
|
19012
|
+
Value is this DNS resolver option's value.
|
|
19013
|
+
"""
|
|
18962
19014
|
return pulumi.get(self, "value")
|
|
18963
19015
|
|
|
18964
19016
|
|
|
@@ -18972,7 +19024,8 @@ class PodDNSConfigOptionPatch(dict):
|
|
|
18972
19024
|
value: Optional[str] = None):
|
|
18973
19025
|
"""
|
|
18974
19026
|
PodDNSConfigOption defines DNS resolver options of a pod.
|
|
18975
|
-
:param str name: Required.
|
|
19027
|
+
:param str name: Name is this DNS resolver option's name. Required.
|
|
19028
|
+
:param str value: Value is this DNS resolver option's value.
|
|
18976
19029
|
"""
|
|
18977
19030
|
if name is not None:
|
|
18978
19031
|
pulumi.set(__self__, "name", name)
|
|
@@ -18983,13 +19036,16 @@ class PodDNSConfigOptionPatch(dict):
|
|
|
18983
19036
|
@pulumi.getter
|
|
18984
19037
|
def name(self) -> Optional[str]:
|
|
18985
19038
|
"""
|
|
18986
|
-
Required.
|
|
19039
|
+
Name is this DNS resolver option's name. Required.
|
|
18987
19040
|
"""
|
|
18988
19041
|
return pulumi.get(self, "name")
|
|
18989
19042
|
|
|
18990
19043
|
@property
|
|
18991
19044
|
@pulumi.getter
|
|
18992
19045
|
def value(self) -> Optional[str]:
|
|
19046
|
+
"""
|
|
19047
|
+
Value is this DNS resolver option's value.
|
|
19048
|
+
"""
|
|
18993
19049
|
return pulumi.get(self, "value")
|
|
18994
19050
|
|
|
18995
19051
|
|
|
@@ -19572,6 +19628,8 @@ class PodSecurityContext(dict):
|
|
|
19572
19628
|
suggest = "run_as_non_root"
|
|
19573
19629
|
elif key == "runAsUser":
|
|
19574
19630
|
suggest = "run_as_user"
|
|
19631
|
+
elif key == "seLinuxChangePolicy":
|
|
19632
|
+
suggest = "se_linux_change_policy"
|
|
19575
19633
|
elif key == "seLinuxOptions":
|
|
19576
19634
|
suggest = "se_linux_options"
|
|
19577
19635
|
elif key == "seccompProfile":
|
|
@@ -19601,6 +19659,7 @@ class PodSecurityContext(dict):
|
|
|
19601
19659
|
run_as_group: Optional[int] = None,
|
|
19602
19660
|
run_as_non_root: Optional[bool] = None,
|
|
19603
19661
|
run_as_user: Optional[int] = None,
|
|
19662
|
+
se_linux_change_policy: Optional[str] = None,
|
|
19604
19663
|
se_linux_options: Optional['outputs.SELinuxOptions'] = None,
|
|
19605
19664
|
seccomp_profile: Optional['outputs.SeccompProfile'] = None,
|
|
19606
19665
|
supplemental_groups: Optional[Sequence[int]] = None,
|
|
@@ -19619,6 +19678,17 @@ class PodSecurityContext(dict):
|
|
|
19619
19678
|
:param int run_as_group: The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.
|
|
19620
19679
|
:param bool run_as_non_root: Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
|
|
19621
19680
|
:param int run_as_user: The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.
|
|
19681
|
+
:param str se_linux_change_policy: seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".
|
|
19682
|
+
|
|
19683
|
+
"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.
|
|
19684
|
+
|
|
19685
|
+
"MountOption" mounts all eligible Pod volumes with `-o context` mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.
|
|
19686
|
+
|
|
19687
|
+
If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.
|
|
19688
|
+
|
|
19689
|
+
This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.
|
|
19690
|
+
|
|
19691
|
+
All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.
|
|
19622
19692
|
:param 'SELinuxOptionsArgs' se_linux_options: The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.
|
|
19623
19693
|
:param 'SeccompProfileArgs' seccomp_profile: The seccomp options to use by the containers in this pod. Note that this field cannot be set when spec.os.name is windows.
|
|
19624
19694
|
:param Sequence[int] supplemental_groups: A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.
|
|
@@ -19638,6 +19708,8 @@ class PodSecurityContext(dict):
|
|
|
19638
19708
|
pulumi.set(__self__, "run_as_non_root", run_as_non_root)
|
|
19639
19709
|
if run_as_user is not None:
|
|
19640
19710
|
pulumi.set(__self__, "run_as_user", run_as_user)
|
|
19711
|
+
if se_linux_change_policy is not None:
|
|
19712
|
+
pulumi.set(__self__, "se_linux_change_policy", se_linux_change_policy)
|
|
19641
19713
|
if se_linux_options is not None:
|
|
19642
19714
|
pulumi.set(__self__, "se_linux_options", se_linux_options)
|
|
19643
19715
|
if seccomp_profile is not None:
|
|
@@ -19703,6 +19775,24 @@ class PodSecurityContext(dict):
|
|
|
19703
19775
|
"""
|
|
19704
19776
|
return pulumi.get(self, "run_as_user")
|
|
19705
19777
|
|
|
19778
|
+
@property
|
|
19779
|
+
@pulumi.getter(name="seLinuxChangePolicy")
|
|
19780
|
+
def se_linux_change_policy(self) -> Optional[str]:
|
|
19781
|
+
"""
|
|
19782
|
+
seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".
|
|
19783
|
+
|
|
19784
|
+
"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.
|
|
19785
|
+
|
|
19786
|
+
"MountOption" mounts all eligible Pod volumes with `-o context` mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.
|
|
19787
|
+
|
|
19788
|
+
If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.
|
|
19789
|
+
|
|
19790
|
+
This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.
|
|
19791
|
+
|
|
19792
|
+
All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.
|
|
19793
|
+
"""
|
|
19794
|
+
return pulumi.get(self, "se_linux_change_policy")
|
|
19795
|
+
|
|
19706
19796
|
@property
|
|
19707
19797
|
@pulumi.getter(name="seLinuxOptions")
|
|
19708
19798
|
def se_linux_options(self) -> Optional['outputs.SELinuxOptions']:
|
|
@@ -19772,6 +19862,8 @@ class PodSecurityContextPatch(dict):
|
|
|
19772
19862
|
suggest = "run_as_non_root"
|
|
19773
19863
|
elif key == "runAsUser":
|
|
19774
19864
|
suggest = "run_as_user"
|
|
19865
|
+
elif key == "seLinuxChangePolicy":
|
|
19866
|
+
suggest = "se_linux_change_policy"
|
|
19775
19867
|
elif key == "seLinuxOptions":
|
|
19776
19868
|
suggest = "se_linux_options"
|
|
19777
19869
|
elif key == "seccompProfile":
|
|
@@ -19801,6 +19893,7 @@ class PodSecurityContextPatch(dict):
|
|
|
19801
19893
|
run_as_group: Optional[int] = None,
|
|
19802
19894
|
run_as_non_root: Optional[bool] = None,
|
|
19803
19895
|
run_as_user: Optional[int] = None,
|
|
19896
|
+
se_linux_change_policy: Optional[str] = None,
|
|
19804
19897
|
se_linux_options: Optional['outputs.SELinuxOptionsPatch'] = None,
|
|
19805
19898
|
seccomp_profile: Optional['outputs.SeccompProfilePatch'] = None,
|
|
19806
19899
|
supplemental_groups: Optional[Sequence[int]] = None,
|
|
@@ -19819,6 +19912,17 @@ class PodSecurityContextPatch(dict):
|
|
|
19819
19912
|
:param int run_as_group: The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.
|
|
19820
19913
|
:param bool run_as_non_root: Indicates that the container must run as a non-root user. If true, the Kubelet will validate the image at runtime to ensure that it does not run as UID 0 (root) and fail to start the container if it does. If unset or false, no such validation will be performed. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
|
|
19821
19914
|
:param int run_as_user: The UID to run the entrypoint of the container process. Defaults to user specified in image metadata if unspecified. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.
|
|
19915
|
+
:param str se_linux_change_policy: seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".
|
|
19916
|
+
|
|
19917
|
+
"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.
|
|
19918
|
+
|
|
19919
|
+
"MountOption" mounts all eligible Pod volumes with `-o context` mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.
|
|
19920
|
+
|
|
19921
|
+
If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.
|
|
19922
|
+
|
|
19923
|
+
This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.
|
|
19924
|
+
|
|
19925
|
+
All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.
|
|
19822
19926
|
:param 'SELinuxOptionsPatchArgs' se_linux_options: The SELinux context to be applied to all containers. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence for that container. Note that this field cannot be set when spec.os.name is windows.
|
|
19823
19927
|
:param 'SeccompProfilePatchArgs' seccomp_profile: The seccomp options to use by the containers in this pod. Note that this field cannot be set when spec.os.name is windows.
|
|
19824
19928
|
:param Sequence[int] supplemental_groups: A list of groups applied to the first process run in each container, in addition to the container's primary GID and fsGroup (if specified). If the SupplementalGroupsPolicy feature is enabled, the supplementalGroupsPolicy field determines whether these are in addition to or instead of any group memberships defined in the container image. If unspecified, no additional groups are added, though group memberships defined in the container image may still be used, depending on the supplementalGroupsPolicy field. Note that this field cannot be set when spec.os.name is windows.
|
|
@@ -19838,6 +19942,8 @@ class PodSecurityContextPatch(dict):
|
|
|
19838
19942
|
pulumi.set(__self__, "run_as_non_root", run_as_non_root)
|
|
19839
19943
|
if run_as_user is not None:
|
|
19840
19944
|
pulumi.set(__self__, "run_as_user", run_as_user)
|
|
19945
|
+
if se_linux_change_policy is not None:
|
|
19946
|
+
pulumi.set(__self__, "se_linux_change_policy", se_linux_change_policy)
|
|
19841
19947
|
if se_linux_options is not None:
|
|
19842
19948
|
pulumi.set(__self__, "se_linux_options", se_linux_options)
|
|
19843
19949
|
if seccomp_profile is not None:
|
|
@@ -19903,6 +20009,24 @@ class PodSecurityContextPatch(dict):
|
|
|
19903
20009
|
"""
|
|
19904
20010
|
return pulumi.get(self, "run_as_user")
|
|
19905
20011
|
|
|
20012
|
+
@property
|
|
20013
|
+
@pulumi.getter(name="seLinuxChangePolicy")
|
|
20014
|
+
def se_linux_change_policy(self) -> Optional[str]:
|
|
20015
|
+
"""
|
|
20016
|
+
seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".
|
|
20017
|
+
|
|
20018
|
+
"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.
|
|
20019
|
+
|
|
20020
|
+
"MountOption" mounts all eligible Pod volumes with `-o context` mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.
|
|
20021
|
+
|
|
20022
|
+
If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.
|
|
20023
|
+
|
|
20024
|
+
This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.
|
|
20025
|
+
|
|
20026
|
+
All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.
|
|
20027
|
+
"""
|
|
20028
|
+
return pulumi.get(self, "se_linux_change_policy")
|
|
20029
|
+
|
|
19906
20030
|
@property
|
|
19907
20031
|
@pulumi.getter(name="seLinuxOptions")
|
|
19908
20032
|
def se_linux_options(self) -> Optional['outputs.SELinuxOptionsPatch']:
|
|
@@ -20058,6 +20182,7 @@ class PodSpec(dict):
|
|
|
20058
20182
|
priority_class_name: Optional[str] = None,
|
|
20059
20183
|
readiness_gates: Optional[Sequence['outputs.PodReadinessGate']] = None,
|
|
20060
20184
|
resource_claims: Optional[Sequence['outputs.PodResourceClaim']] = None,
|
|
20185
|
+
resources: Optional['outputs.ResourceRequirements'] = None,
|
|
20061
20186
|
restart_policy: Optional[str] = None,
|
|
20062
20187
|
runtime_class_name: Optional[str] = None,
|
|
20063
20188
|
scheduler_name: Optional[str] = None,
|
|
@@ -20107,6 +20232,11 @@ class PodSpec(dict):
|
|
|
20107
20232
|
This is an alpha field and requires enabling the DynamicResourceAllocation feature gate.
|
|
20108
20233
|
|
|
20109
20234
|
This field is immutable.
|
|
20235
|
+
:param 'ResourceRequirementsArgs' resources: Resources is the total amount of CPU and Memory resources required by all containers in the pod. It supports specifying Requests and Limits for "cpu" and "memory" resource names only. ResourceClaims are not supported.
|
|
20236
|
+
|
|
20237
|
+
This field enables fine-grained control over resource allocation for the entire pod, allowing resource sharing among containers in a pod.
|
|
20238
|
+
|
|
20239
|
+
This is an alpha field and requires enabling the PodLevelResources feature gate.
|
|
20110
20240
|
:param str restart_policy: Restart policy for all containers within the pod. One of Always, OnFailure, Never. In some contexts, only a subset of those values may be permitted. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
|
|
20111
20241
|
:param str runtime_class_name: RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used to run this pod. If no RuntimeClass resource matches the named class, the pod will not be run. If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an empty definition that uses the default runtime handler. More info: https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class
|
|
20112
20242
|
:param str scheduler_name: If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler.
|
|
@@ -20116,7 +20246,7 @@ class PodSpec(dict):
|
|
|
20116
20246
|
:param 'PodSecurityContextArgs' security_context: SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field.
|
|
20117
20247
|
:param str service_account: DeprecatedServiceAccount is a deprecated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead.
|
|
20118
20248
|
:param str service_account_name: ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
|
|
20119
|
-
:param bool set_hostname_as_fqdn: If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE
|
|
20249
|
+
:param bool set_hostname_as_fqdn: If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\\\SYSTEM\\\\CurrentControlSet\\\\Services\\\\Tcpip\\\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.
|
|
20120
20250
|
:param bool share_process_namespace: Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false.
|
|
20121
20251
|
:param str subdomain: If specified, the fully qualified Pod hostname will be "<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>". If not specified, the pod will not have a domainname at all.
|
|
20122
20252
|
:param int termination_grace_period_seconds: Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds.
|
|
@@ -20173,6 +20303,8 @@ class PodSpec(dict):
|
|
|
20173
20303
|
pulumi.set(__self__, "readiness_gates", readiness_gates)
|
|
20174
20304
|
if resource_claims is not None:
|
|
20175
20305
|
pulumi.set(__self__, "resource_claims", resource_claims)
|
|
20306
|
+
if resources is not None:
|
|
20307
|
+
pulumi.set(__self__, "resources", resources)
|
|
20176
20308
|
if restart_policy is not None:
|
|
20177
20309
|
pulumi.set(__self__, "restart_policy", restart_policy)
|
|
20178
20310
|
if runtime_class_name is not None:
|
|
@@ -20410,6 +20542,18 @@ class PodSpec(dict):
|
|
|
20410
20542
|
"""
|
|
20411
20543
|
return pulumi.get(self, "resource_claims")
|
|
20412
20544
|
|
|
20545
|
+
@property
|
|
20546
|
+
@pulumi.getter
|
|
20547
|
+
def resources(self) -> Optional['outputs.ResourceRequirements']:
|
|
20548
|
+
"""
|
|
20549
|
+
Resources is the total amount of CPU and Memory resources required by all containers in the pod. It supports specifying Requests and Limits for "cpu" and "memory" resource names only. ResourceClaims are not supported.
|
|
20550
|
+
|
|
20551
|
+
This field enables fine-grained control over resource allocation for the entire pod, allowing resource sharing among containers in a pod.
|
|
20552
|
+
|
|
20553
|
+
This is an alpha field and requires enabling the PodLevelResources feature gate.
|
|
20554
|
+
"""
|
|
20555
|
+
return pulumi.get(self, "resources")
|
|
20556
|
+
|
|
20413
20557
|
@property
|
|
20414
20558
|
@pulumi.getter(name="restartPolicy")
|
|
20415
20559
|
def restart_policy(self) -> Optional[str]:
|
|
@@ -20472,7 +20616,7 @@ class PodSpec(dict):
|
|
|
20472
20616
|
@pulumi.getter(name="setHostnameAsFQDN")
|
|
20473
20617
|
def set_hostname_as_fqdn(self) -> Optional[bool]:
|
|
20474
20618
|
"""
|
|
20475
|
-
If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE
|
|
20619
|
+
If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\\\SYSTEM\\\\CurrentControlSet\\\\Services\\\\Tcpip\\\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.
|
|
20476
20620
|
"""
|
|
20477
20621
|
return pulumi.get(self, "set_hostname_as_fqdn")
|
|
20478
20622
|
|
|
@@ -20631,6 +20775,7 @@ class PodSpecPatch(dict):
|
|
|
20631
20775
|
priority_class_name: Optional[str] = None,
|
|
20632
20776
|
readiness_gates: Optional[Sequence['outputs.PodReadinessGatePatch']] = None,
|
|
20633
20777
|
resource_claims: Optional[Sequence['outputs.PodResourceClaimPatch']] = None,
|
|
20778
|
+
resources: Optional['outputs.ResourceRequirementsPatch'] = None,
|
|
20634
20779
|
restart_policy: Optional[str] = None,
|
|
20635
20780
|
runtime_class_name: Optional[str] = None,
|
|
20636
20781
|
scheduler_name: Optional[str] = None,
|
|
@@ -20680,6 +20825,11 @@ class PodSpecPatch(dict):
|
|
|
20680
20825
|
This is an alpha field and requires enabling the DynamicResourceAllocation feature gate.
|
|
20681
20826
|
|
|
20682
20827
|
This field is immutable.
|
|
20828
|
+
:param 'ResourceRequirementsPatchArgs' resources: Resources is the total amount of CPU and Memory resources required by all containers in the pod. It supports specifying Requests and Limits for "cpu" and "memory" resource names only. ResourceClaims are not supported.
|
|
20829
|
+
|
|
20830
|
+
This field enables fine-grained control over resource allocation for the entire pod, allowing resource sharing among containers in a pod.
|
|
20831
|
+
|
|
20832
|
+
This is an alpha field and requires enabling the PodLevelResources feature gate.
|
|
20683
20833
|
:param str restart_policy: Restart policy for all containers within the pod. One of Always, OnFailure, Never. In some contexts, only a subset of those values may be permitted. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
|
|
20684
20834
|
:param str runtime_class_name: RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used to run this pod. If no RuntimeClass resource matches the named class, the pod will not be run. If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an empty definition that uses the default runtime handler. More info: https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class
|
|
20685
20835
|
:param str scheduler_name: If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler.
|
|
@@ -20689,7 +20839,7 @@ class PodSpecPatch(dict):
|
|
|
20689
20839
|
:param 'PodSecurityContextPatchArgs' security_context: SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field.
|
|
20690
20840
|
:param str service_account: DeprecatedServiceAccount is a deprecated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead.
|
|
20691
20841
|
:param str service_account_name: ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
|
|
20692
|
-
:param bool set_hostname_as_fqdn: If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE
|
|
20842
|
+
:param bool set_hostname_as_fqdn: If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\\\SYSTEM\\\\CurrentControlSet\\\\Services\\\\Tcpip\\\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.
|
|
20693
20843
|
:param bool share_process_namespace: Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false.
|
|
20694
20844
|
:param str subdomain: If specified, the fully qualified Pod hostname will be "<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>". If not specified, the pod will not have a domainname at all.
|
|
20695
20845
|
:param int termination_grace_period_seconds: Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds.
|
|
@@ -20747,6 +20897,8 @@ class PodSpecPatch(dict):
|
|
|
20747
20897
|
pulumi.set(__self__, "readiness_gates", readiness_gates)
|
|
20748
20898
|
if resource_claims is not None:
|
|
20749
20899
|
pulumi.set(__self__, "resource_claims", resource_claims)
|
|
20900
|
+
if resources is not None:
|
|
20901
|
+
pulumi.set(__self__, "resources", resources)
|
|
20750
20902
|
if restart_policy is not None:
|
|
20751
20903
|
pulumi.set(__self__, "restart_policy", restart_policy)
|
|
20752
20904
|
if runtime_class_name is not None:
|
|
@@ -20984,6 +21136,18 @@ class PodSpecPatch(dict):
|
|
|
20984
21136
|
"""
|
|
20985
21137
|
return pulumi.get(self, "resource_claims")
|
|
20986
21138
|
|
|
21139
|
+
@property
|
|
21140
|
+
@pulumi.getter
|
|
21141
|
+
def resources(self) -> Optional['outputs.ResourceRequirementsPatch']:
|
|
21142
|
+
"""
|
|
21143
|
+
Resources is the total amount of CPU and Memory resources required by all containers in the pod. It supports specifying Requests and Limits for "cpu" and "memory" resource names only. ResourceClaims are not supported.
|
|
21144
|
+
|
|
21145
|
+
This field enables fine-grained control over resource allocation for the entire pod, allowing resource sharing among containers in a pod.
|
|
21146
|
+
|
|
21147
|
+
This is an alpha field and requires enabling the PodLevelResources feature gate.
|
|
21148
|
+
"""
|
|
21149
|
+
return pulumi.get(self, "resources")
|
|
21150
|
+
|
|
20987
21151
|
@property
|
|
20988
21152
|
@pulumi.getter(name="restartPolicy")
|
|
20989
21153
|
def restart_policy(self) -> Optional[str]:
|
|
@@ -21046,7 +21210,7 @@ class PodSpecPatch(dict):
|
|
|
21046
21210
|
@pulumi.getter(name="setHostnameAsFQDN")
|
|
21047
21211
|
def set_hostname_as_fqdn(self) -> Optional[bool]:
|
|
21048
21212
|
"""
|
|
21049
|
-
If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE
|
|
21213
|
+
If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\\\SYSTEM\\\\CurrentControlSet\\\\Services\\\\Tcpip\\\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.
|
|
21050
21214
|
"""
|
|
21051
21215
|
return pulumi.get(self, "set_hostname_as_fqdn")
|
|
21052
21216
|
|
|
@@ -21161,11 +21325,11 @@ class PodStatus(dict):
|
|
|
21161
21325
|
"""
|
|
21162
21326
|
PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane.
|
|
21163
21327
|
:param Sequence['PodConditionArgs'] conditions: Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
|
|
21164
|
-
:param Sequence['ContainerStatusArgs'] container_statuses:
|
|
21165
|
-
:param Sequence['ContainerStatusArgs'] ephemeral_container_statuses:
|
|
21328
|
+
:param Sequence['ContainerStatusArgs'] container_statuses: Statuses of containers in this pod. Each container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
21329
|
+
:param Sequence['ContainerStatusArgs'] ephemeral_container_statuses: Statuses for any ephemeral containers that have run in this pod. Each ephemeral container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
21166
21330
|
:param str host_ip: hostIP holds the IP address of the host to which the pod is assigned. Empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns mean that HostIP will not be updated even if there is a node is assigned to pod
|
|
21167
21331
|
:param Sequence['HostIPArgs'] host_ips: hostIPs holds the IP addresses allocated to the host. If this field is specified, the first entry must match the hostIP field. This list is empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns means that HostIPs will not be updated even if there is a node is assigned to this pod.
|
|
21168
|
-
:param Sequence['ContainerStatusArgs'] init_container_statuses:
|
|
21332
|
+
:param Sequence['ContainerStatusArgs'] init_container_statuses: Statuses of init containers in this pod. The most recent successful non-restartable init container will have ready = true, the most recently started container will have startTime set. Each init container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-and-container-status
|
|
21169
21333
|
:param str message: A human readable message indicating details about why the pod is in this condition.
|
|
21170
21334
|
:param str nominated_node_name: nominatedNodeName is set only when this pod preempts other pods on the node, but it cannot be scheduled right away as preemption victims receive their graceful termination periods. This field does not guarantee that the pod will be scheduled on this node. Scheduler may decide to place the pod elsewhere if other nodes become available sooner. Scheduler may also decide to give the resources on this node to a higher priority pod that is created after preemption. As a result, this field may be different than PodSpec.nodeName when the pod is scheduled.
|
|
21171
21335
|
:param str phase: The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle. The conditions array, the reason and message fields, and the individual container status arrays contain more detail about the pod's status. There are five possible phase values:
|
|
@@ -21226,7 +21390,7 @@ class PodStatus(dict):
|
|
|
21226
21390
|
@pulumi.getter(name="containerStatuses")
|
|
21227
21391
|
def container_statuses(self) -> Optional[Sequence['outputs.ContainerStatus']]:
|
|
21228
21392
|
"""
|
|
21229
|
-
|
|
21393
|
+
Statuses of containers in this pod. Each container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
21230
21394
|
"""
|
|
21231
21395
|
return pulumi.get(self, "container_statuses")
|
|
21232
21396
|
|
|
@@ -21234,7 +21398,7 @@ class PodStatus(dict):
|
|
|
21234
21398
|
@pulumi.getter(name="ephemeralContainerStatuses")
|
|
21235
21399
|
def ephemeral_container_statuses(self) -> Optional[Sequence['outputs.ContainerStatus']]:
|
|
21236
21400
|
"""
|
|
21237
|
-
|
|
21401
|
+
Statuses for any ephemeral containers that have run in this pod. Each ephemeral container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
21238
21402
|
"""
|
|
21239
21403
|
return pulumi.get(self, "ephemeral_container_statuses")
|
|
21240
21404
|
|
|
@@ -21258,7 +21422,7 @@ class PodStatus(dict):
|
|
|
21258
21422
|
@pulumi.getter(name="initContainerStatuses")
|
|
21259
21423
|
def init_container_statuses(self) -> Optional[Sequence['outputs.ContainerStatus']]:
|
|
21260
21424
|
"""
|
|
21261
|
-
|
|
21425
|
+
Statuses of init containers in this pod. The most recent successful non-restartable init container will have ready = true, the most recently started container will have startTime set. Each init container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-and-container-status
|
|
21262
21426
|
"""
|
|
21263
21427
|
return pulumi.get(self, "init_container_statuses")
|
|
21264
21428
|
|
|
@@ -21409,11 +21573,11 @@ class PodStatusPatch(dict):
|
|
|
21409
21573
|
"""
|
|
21410
21574
|
PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane.
|
|
21411
21575
|
:param Sequence['PodConditionPatchArgs'] conditions: Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
|
|
21412
|
-
:param Sequence['ContainerStatusPatchArgs'] container_statuses:
|
|
21413
|
-
:param Sequence['ContainerStatusPatchArgs'] ephemeral_container_statuses:
|
|
21576
|
+
:param Sequence['ContainerStatusPatchArgs'] container_statuses: Statuses of containers in this pod. Each container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
21577
|
+
:param Sequence['ContainerStatusPatchArgs'] ephemeral_container_statuses: Statuses for any ephemeral containers that have run in this pod. Each ephemeral container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
21414
21578
|
:param str host_ip: hostIP holds the IP address of the host to which the pod is assigned. Empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns mean that HostIP will not be updated even if there is a node is assigned to pod
|
|
21415
21579
|
:param Sequence['HostIPPatchArgs'] host_ips: hostIPs holds the IP addresses allocated to the host. If this field is specified, the first entry must match the hostIP field. This list is empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns means that HostIPs will not be updated even if there is a node is assigned to this pod.
|
|
21416
|
-
:param Sequence['ContainerStatusPatchArgs'] init_container_statuses:
|
|
21580
|
+
:param Sequence['ContainerStatusPatchArgs'] init_container_statuses: Statuses of init containers in this pod. The most recent successful non-restartable init container will have ready = true, the most recently started container will have startTime set. Each init container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-and-container-status
|
|
21417
21581
|
:param str message: A human readable message indicating details about why the pod is in this condition.
|
|
21418
21582
|
:param str nominated_node_name: nominatedNodeName is set only when this pod preempts other pods on the node, but it cannot be scheduled right away as preemption victims receive their graceful termination periods. This field does not guarantee that the pod will be scheduled on this node. Scheduler may decide to place the pod elsewhere if other nodes become available sooner. Scheduler may also decide to give the resources on this node to a higher priority pod that is created after preemption. As a result, this field may be different than PodSpec.nodeName when the pod is scheduled.
|
|
21419
21583
|
:param str phase: The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle. The conditions array, the reason and message fields, and the individual container status arrays contain more detail about the pod's status. There are five possible phase values:
|
|
@@ -21474,7 +21638,7 @@ class PodStatusPatch(dict):
|
|
|
21474
21638
|
@pulumi.getter(name="containerStatuses")
|
|
21475
21639
|
def container_statuses(self) -> Optional[Sequence['outputs.ContainerStatusPatch']]:
|
|
21476
21640
|
"""
|
|
21477
|
-
|
|
21641
|
+
Statuses of containers in this pod. Each container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
21478
21642
|
"""
|
|
21479
21643
|
return pulumi.get(self, "container_statuses")
|
|
21480
21644
|
|
|
@@ -21482,7 +21646,7 @@ class PodStatusPatch(dict):
|
|
|
21482
21646
|
@pulumi.getter(name="ephemeralContainerStatuses")
|
|
21483
21647
|
def ephemeral_container_statuses(self) -> Optional[Sequence['outputs.ContainerStatusPatch']]:
|
|
21484
21648
|
"""
|
|
21485
|
-
|
|
21649
|
+
Statuses for any ephemeral containers that have run in this pod. Each ephemeral container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
21486
21650
|
"""
|
|
21487
21651
|
return pulumi.get(self, "ephemeral_container_statuses")
|
|
21488
21652
|
|
|
@@ -21506,7 +21670,7 @@ class PodStatusPatch(dict):
|
|
|
21506
21670
|
@pulumi.getter(name="initContainerStatuses")
|
|
21507
21671
|
def init_container_statuses(self) -> Optional[Sequence['outputs.ContainerStatusPatch']]:
|
|
21508
21672
|
"""
|
|
21509
|
-
|
|
21673
|
+
Statuses of init containers in this pod. The most recent successful non-restartable init container will have ready = true, the most recently started container will have startTime set. Each init container in the pod should have at most one status in this list, and all statuses should be for containers in the pod. However this is not enforced. If a status for a non-existent container is present in the list, or the list has duplicate names, the behavior of various Kubernetes components is not defined and those statuses might be ignored. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#pod-and-container-status
|
|
21510
21674
|
"""
|
|
21511
21675
|
return pulumi.get(self, "init_container_statuses")
|
|
21512
21676
|
|
|
@@ -21743,11 +21907,15 @@ class PodTemplateSpecPatch(dict):
|
|
|
21743
21907
|
|
|
21744
21908
|
@pulumi.output_type
|
|
21745
21909
|
class PortStatus(dict):
|
|
21910
|
+
"""
|
|
21911
|
+
PortStatus represents the error condition of a service port
|
|
21912
|
+
"""
|
|
21746
21913
|
def __init__(__self__, *,
|
|
21747
21914
|
port: int,
|
|
21748
21915
|
protocol: str,
|
|
21749
21916
|
error: Optional[str] = None):
|
|
21750
21917
|
"""
|
|
21918
|
+
PortStatus represents the error condition of a service port
|
|
21751
21919
|
:param int port: Port is the port number of the service port of which status is recorded here
|
|
21752
21920
|
:param str protocol: Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP"
|
|
21753
21921
|
:param str error: Error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
|
|
@@ -21790,11 +21958,15 @@ class PortStatus(dict):
|
|
|
21790
21958
|
|
|
21791
21959
|
@pulumi.output_type
|
|
21792
21960
|
class PortStatusPatch(dict):
|
|
21961
|
+
"""
|
|
21962
|
+
PortStatus represents the error condition of a service port
|
|
21963
|
+
"""
|
|
21793
21964
|
def __init__(__self__, *,
|
|
21794
21965
|
error: Optional[str] = None,
|
|
21795
21966
|
port: Optional[int] = None,
|
|
21796
21967
|
protocol: Optional[str] = None):
|
|
21797
21968
|
"""
|
|
21969
|
+
PortStatus represents the error condition of a service port
|
|
21798
21970
|
:param str error: Error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
|
|
21799
21971
|
CamelCase names
|
|
21800
21972
|
- cloud provider specific error values must have names that comply with the
|
|
@@ -22091,14 +22263,14 @@ class Probe(dict):
|
|
|
22091
22263
|
timeout_seconds: Optional[int] = None):
|
|
22092
22264
|
"""
|
|
22093
22265
|
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
|
|
22094
|
-
:param 'ExecActionArgs' exec_: Exec specifies
|
|
22266
|
+
:param 'ExecActionArgs' exec_: Exec specifies a command to execute in the container.
|
|
22095
22267
|
:param int failure_threshold: Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
|
|
22096
|
-
:param 'GRPCActionArgs' grpc: GRPC specifies
|
|
22097
|
-
:param 'HTTPGetActionArgs' http_get: HTTPGet specifies
|
|
22268
|
+
:param 'GRPCActionArgs' grpc: GRPC specifies a GRPC HealthCheckRequest.
|
|
22269
|
+
:param 'HTTPGetActionArgs' http_get: HTTPGet specifies an HTTP GET request to perform.
|
|
22098
22270
|
:param int initial_delay_seconds: Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
|
|
22099
22271
|
:param int period_seconds: How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.
|
|
22100
22272
|
:param int success_threshold: Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.
|
|
22101
|
-
:param 'TCPSocketActionArgs' tcp_socket: TCPSocket specifies
|
|
22273
|
+
:param 'TCPSocketActionArgs' tcp_socket: TCPSocket specifies a connection to a TCP port.
|
|
22102
22274
|
:param int termination_grace_period_seconds: Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.
|
|
22103
22275
|
:param int timeout_seconds: Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
|
|
22104
22276
|
"""
|
|
@@ -22127,7 +22299,7 @@ class Probe(dict):
|
|
|
22127
22299
|
@pulumi.getter(name="exec")
|
|
22128
22300
|
def exec_(self) -> Optional['outputs.ExecAction']:
|
|
22129
22301
|
"""
|
|
22130
|
-
Exec specifies
|
|
22302
|
+
Exec specifies a command to execute in the container.
|
|
22131
22303
|
"""
|
|
22132
22304
|
return pulumi.get(self, "exec_")
|
|
22133
22305
|
|
|
@@ -22143,7 +22315,7 @@ class Probe(dict):
|
|
|
22143
22315
|
@pulumi.getter
|
|
22144
22316
|
def grpc(self) -> Optional['outputs.GRPCAction']:
|
|
22145
22317
|
"""
|
|
22146
|
-
GRPC specifies
|
|
22318
|
+
GRPC specifies a GRPC HealthCheckRequest.
|
|
22147
22319
|
"""
|
|
22148
22320
|
return pulumi.get(self, "grpc")
|
|
22149
22321
|
|
|
@@ -22151,7 +22323,7 @@ class Probe(dict):
|
|
|
22151
22323
|
@pulumi.getter(name="httpGet")
|
|
22152
22324
|
def http_get(self) -> Optional['outputs.HTTPGetAction']:
|
|
22153
22325
|
"""
|
|
22154
|
-
HTTPGet specifies
|
|
22326
|
+
HTTPGet specifies an HTTP GET request to perform.
|
|
22155
22327
|
"""
|
|
22156
22328
|
return pulumi.get(self, "http_get")
|
|
22157
22329
|
|
|
@@ -22183,7 +22355,7 @@ class Probe(dict):
|
|
|
22183
22355
|
@pulumi.getter(name="tcpSocket")
|
|
22184
22356
|
def tcp_socket(self) -> Optional['outputs.TCPSocketAction']:
|
|
22185
22357
|
"""
|
|
22186
|
-
TCPSocket specifies
|
|
22358
|
+
TCPSocket specifies a connection to a TCP port.
|
|
22187
22359
|
"""
|
|
22188
22360
|
return pulumi.get(self, "tcp_socket")
|
|
22189
22361
|
|
|
@@ -22255,14 +22427,14 @@ class ProbePatch(dict):
|
|
|
22255
22427
|
timeout_seconds: Optional[int] = None):
|
|
22256
22428
|
"""
|
|
22257
22429
|
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
|
|
22258
|
-
:param 'ExecActionPatchArgs' exec_: Exec specifies
|
|
22430
|
+
:param 'ExecActionPatchArgs' exec_: Exec specifies a command to execute in the container.
|
|
22259
22431
|
:param int failure_threshold: Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
|
|
22260
|
-
:param 'GRPCActionPatchArgs' grpc: GRPC specifies
|
|
22261
|
-
:param 'HTTPGetActionPatchArgs' http_get: HTTPGet specifies
|
|
22432
|
+
:param 'GRPCActionPatchArgs' grpc: GRPC specifies a GRPC HealthCheckRequest.
|
|
22433
|
+
:param 'HTTPGetActionPatchArgs' http_get: HTTPGet specifies an HTTP GET request to perform.
|
|
22262
22434
|
:param int initial_delay_seconds: Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
|
|
22263
22435
|
:param int period_seconds: How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.
|
|
22264
22436
|
:param int success_threshold: Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.
|
|
22265
|
-
:param 'TCPSocketActionPatchArgs' tcp_socket: TCPSocket specifies
|
|
22437
|
+
:param 'TCPSocketActionPatchArgs' tcp_socket: TCPSocket specifies a connection to a TCP port.
|
|
22266
22438
|
:param int termination_grace_period_seconds: Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.
|
|
22267
22439
|
:param int timeout_seconds: Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
|
|
22268
22440
|
"""
|
|
@@ -22291,7 +22463,7 @@ class ProbePatch(dict):
|
|
|
22291
22463
|
@pulumi.getter(name="exec")
|
|
22292
22464
|
def exec_(self) -> Optional['outputs.ExecActionPatch']:
|
|
22293
22465
|
"""
|
|
22294
|
-
Exec specifies
|
|
22466
|
+
Exec specifies a command to execute in the container.
|
|
22295
22467
|
"""
|
|
22296
22468
|
return pulumi.get(self, "exec_")
|
|
22297
22469
|
|
|
@@ -22307,7 +22479,7 @@ class ProbePatch(dict):
|
|
|
22307
22479
|
@pulumi.getter
|
|
22308
22480
|
def grpc(self) -> Optional['outputs.GRPCActionPatch']:
|
|
22309
22481
|
"""
|
|
22310
|
-
GRPC specifies
|
|
22482
|
+
GRPC specifies a GRPC HealthCheckRequest.
|
|
22311
22483
|
"""
|
|
22312
22484
|
return pulumi.get(self, "grpc")
|
|
22313
22485
|
|
|
@@ -22315,7 +22487,7 @@ class ProbePatch(dict):
|
|
|
22315
22487
|
@pulumi.getter(name="httpGet")
|
|
22316
22488
|
def http_get(self) -> Optional['outputs.HTTPGetActionPatch']:
|
|
22317
22489
|
"""
|
|
22318
|
-
HTTPGet specifies
|
|
22490
|
+
HTTPGet specifies an HTTP GET request to perform.
|
|
22319
22491
|
"""
|
|
22320
22492
|
return pulumi.get(self, "http_get")
|
|
22321
22493
|
|
|
@@ -22347,7 +22519,7 @@ class ProbePatch(dict):
|
|
|
22347
22519
|
@pulumi.getter(name="tcpSocket")
|
|
22348
22520
|
def tcp_socket(self) -> Optional['outputs.TCPSocketActionPatch']:
|
|
22349
22521
|
"""
|
|
22350
|
-
TCPSocket specifies
|
|
22522
|
+
TCPSocket specifies a connection to a TCP port.
|
|
22351
22523
|
"""
|
|
22352
22524
|
return pulumi.get(self, "tcp_socket")
|
|
22353
22525
|
|
|
@@ -24001,7 +24173,7 @@ class ResourceFieldSelectorPatch(dict):
|
|
|
24001
24173
|
@pulumi.output_type
|
|
24002
24174
|
class ResourceHealth(dict):
|
|
24003
24175
|
"""
|
|
24004
|
-
ResourceHealth represents the health of a resource. It has the latest device health information. This is a part of KEP https://kep.k8s.io/4680
|
|
24176
|
+
ResourceHealth represents the health of a resource. It has the latest device health information. This is a part of KEP https://kep.k8s.io/4680.
|
|
24005
24177
|
"""
|
|
24006
24178
|
@staticmethod
|
|
24007
24179
|
def __key_warning(key: str):
|
|
@@ -24024,7 +24196,7 @@ class ResourceHealth(dict):
|
|
|
24024
24196
|
resource_id: str,
|
|
24025
24197
|
health: Optional[str] = None):
|
|
24026
24198
|
"""
|
|
24027
|
-
ResourceHealth represents the health of a resource. It has the latest device health information. This is a part of KEP https://kep.k8s.io/4680
|
|
24199
|
+
ResourceHealth represents the health of a resource. It has the latest device health information. This is a part of KEP https://kep.k8s.io/4680.
|
|
24028
24200
|
:param str resource_id: ResourceID is the unique identifier of the resource. See the ResourceID type for more information.
|
|
24029
24201
|
:param str health: Health of the resource. can be one of:
|
|
24030
24202
|
- Healthy: operates as normal
|
|
@@ -24068,7 +24240,7 @@ class ResourceHealth(dict):
|
|
|
24068
24240
|
@pulumi.output_type
|
|
24069
24241
|
class ResourceHealthPatch(dict):
|
|
24070
24242
|
"""
|
|
24071
|
-
ResourceHealth represents the health of a resource. It has the latest device health information. This is a part of KEP https://kep.k8s.io/4680
|
|
24243
|
+
ResourceHealth represents the health of a resource. It has the latest device health information. This is a part of KEP https://kep.k8s.io/4680.
|
|
24072
24244
|
"""
|
|
24073
24245
|
@staticmethod
|
|
24074
24246
|
def __key_warning(key: str):
|
|
@@ -24091,7 +24263,7 @@ class ResourceHealthPatch(dict):
|
|
|
24091
24263
|
health: Optional[str] = None,
|
|
24092
24264
|
resource_id: Optional[str] = None):
|
|
24093
24265
|
"""
|
|
24094
|
-
ResourceHealth represents the health of a resource. It has the latest device health information. This is a part of KEP https://kep.k8s.io/4680
|
|
24266
|
+
ResourceHealth represents the health of a resource. It has the latest device health information. This is a part of KEP https://kep.k8s.io/4680.
|
|
24095
24267
|
:param str health: Health of the resource. can be one of:
|
|
24096
24268
|
- Healthy: operates as normal
|
|
24097
24269
|
- Unhealthy: reported unhealthy. We consider this a temporary health issue
|
|
@@ -24531,12 +24703,16 @@ class ResourceRequirementsPatch(dict):
|
|
|
24531
24703
|
|
|
24532
24704
|
@pulumi.output_type
|
|
24533
24705
|
class ResourceStatus(dict):
|
|
24706
|
+
"""
|
|
24707
|
+
ResourceStatus represents the status of a single resource allocated to a Pod.
|
|
24708
|
+
"""
|
|
24534
24709
|
def __init__(__self__, *,
|
|
24535
24710
|
name: str,
|
|
24536
24711
|
resources: Optional[Sequence['outputs.ResourceHealth']] = None):
|
|
24537
24712
|
"""
|
|
24538
|
-
|
|
24539
|
-
:param
|
|
24713
|
+
ResourceStatus represents the status of a single resource allocated to a Pod.
|
|
24714
|
+
:param str name: Name of the resource. Must be unique within the pod and in case of non-DRA resource, match one of the resources from the pod spec. For DRA resources, the value must be "claim:<claim_name>/<request>". When this status is reported about a container, the "claim_name" and "request" must match one of the claims of this container.
|
|
24715
|
+
:param Sequence['ResourceHealthArgs'] resources: List of unique resources health. Each element in the list contains an unique resource ID and its health. At a minimum, for the lifetime of a Pod, resource ID must uniquely identify the resource allocated to the Pod on the Node. If other Pod on the same Node reports the status with the same resource ID, it must be the same resource they share. See ResourceID type definition for a specific format it has in various use cases.
|
|
24540
24716
|
"""
|
|
24541
24717
|
pulumi.set(__self__, "name", name)
|
|
24542
24718
|
if resources is not None:
|
|
@@ -24546,7 +24722,7 @@ class ResourceStatus(dict):
|
|
|
24546
24722
|
@pulumi.getter
|
|
24547
24723
|
def name(self) -> str:
|
|
24548
24724
|
"""
|
|
24549
|
-
Name of the resource. Must be unique within the pod and match one of the resources from the pod spec.
|
|
24725
|
+
Name of the resource. Must be unique within the pod and in case of non-DRA resource, match one of the resources from the pod spec. For DRA resources, the value must be "claim:<claim_name>/<request>". When this status is reported about a container, the "claim_name" and "request" must match one of the claims of this container.
|
|
24550
24726
|
"""
|
|
24551
24727
|
return pulumi.get(self, "name")
|
|
24552
24728
|
|
|
@@ -24554,19 +24730,23 @@ class ResourceStatus(dict):
|
|
|
24554
24730
|
@pulumi.getter
|
|
24555
24731
|
def resources(self) -> Optional[Sequence['outputs.ResourceHealth']]:
|
|
24556
24732
|
"""
|
|
24557
|
-
List of unique
|
|
24733
|
+
List of unique resources health. Each element in the list contains an unique resource ID and its health. At a minimum, for the lifetime of a Pod, resource ID must uniquely identify the resource allocated to the Pod on the Node. If other Pod on the same Node reports the status with the same resource ID, it must be the same resource they share. See ResourceID type definition for a specific format it has in various use cases.
|
|
24558
24734
|
"""
|
|
24559
24735
|
return pulumi.get(self, "resources")
|
|
24560
24736
|
|
|
24561
24737
|
|
|
24562
24738
|
@pulumi.output_type
|
|
24563
24739
|
class ResourceStatusPatch(dict):
|
|
24740
|
+
"""
|
|
24741
|
+
ResourceStatus represents the status of a single resource allocated to a Pod.
|
|
24742
|
+
"""
|
|
24564
24743
|
def __init__(__self__, *,
|
|
24565
24744
|
name: Optional[str] = None,
|
|
24566
24745
|
resources: Optional[Sequence['outputs.ResourceHealthPatch']] = None):
|
|
24567
24746
|
"""
|
|
24568
|
-
|
|
24569
|
-
:param
|
|
24747
|
+
ResourceStatus represents the status of a single resource allocated to a Pod.
|
|
24748
|
+
:param str name: Name of the resource. Must be unique within the pod and in case of non-DRA resource, match one of the resources from the pod spec. For DRA resources, the value must be "claim:<claim_name>/<request>". When this status is reported about a container, the "claim_name" and "request" must match one of the claims of this container.
|
|
24749
|
+
:param Sequence['ResourceHealthPatchArgs'] resources: List of unique resources health. Each element in the list contains an unique resource ID and its health. At a minimum, for the lifetime of a Pod, resource ID must uniquely identify the resource allocated to the Pod on the Node. If other Pod on the same Node reports the status with the same resource ID, it must be the same resource they share. See ResourceID type definition for a specific format it has in various use cases.
|
|
24570
24750
|
"""
|
|
24571
24751
|
if name is not None:
|
|
24572
24752
|
pulumi.set(__self__, "name", name)
|
|
@@ -24577,7 +24757,7 @@ class ResourceStatusPatch(dict):
|
|
|
24577
24757
|
@pulumi.getter
|
|
24578
24758
|
def name(self) -> Optional[str]:
|
|
24579
24759
|
"""
|
|
24580
|
-
Name of the resource. Must be unique within the pod and match one of the resources from the pod spec.
|
|
24760
|
+
Name of the resource. Must be unique within the pod and in case of non-DRA resource, match one of the resources from the pod spec. For DRA resources, the value must be "claim:<claim_name>/<request>". When this status is reported about a container, the "claim_name" and "request" must match one of the claims of this container.
|
|
24581
24761
|
"""
|
|
24582
24762
|
return pulumi.get(self, "name")
|
|
24583
24763
|
|
|
@@ -24585,7 +24765,7 @@ class ResourceStatusPatch(dict):
|
|
|
24585
24765
|
@pulumi.getter
|
|
24586
24766
|
def resources(self) -> Optional[Sequence['outputs.ResourceHealthPatch']]:
|
|
24587
24767
|
"""
|
|
24588
|
-
List of unique
|
|
24768
|
+
List of unique resources health. Each element in the list contains an unique resource ID and its health. At a minimum, for the lifetime of a Pod, resource ID must uniquely identify the resource allocated to the Pod on the Node. If other Pod on the same Node reports the status with the same resource ID, it must be the same resource they share. See ResourceID type definition for a specific format it has in various use cases.
|
|
24589
24769
|
"""
|
|
24590
24770
|
return pulumi.get(self, "resources")
|
|
24591
24771
|
|
|
@@ -26850,7 +27030,7 @@ class ServiceAccount(dict):
|
|
|
26850
27030
|
:param Sequence['LocalObjectReferenceArgs'] image_pull_secrets: ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
|
|
26851
27031
|
:param str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
26852
27032
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
26853
|
-
:param Sequence['ObjectReferenceArgs'] secrets: Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a "kubernetes.io/enforce-mountable-secrets" annotation set to "true". This field should not be used to find auto-generated service account token secrets for use outside of pods. Instead, tokens can be requested directly using the TokenRequest API, or service account token secrets can be manually created. More info: https://kubernetes.io/docs/concepts/configuration/secret
|
|
27033
|
+
:param Sequence['ObjectReferenceArgs'] secrets: Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a "kubernetes.io/enforce-mountable-secrets" annotation set to "true". The "kubernetes.io/enforce-mountable-secrets" annotation is deprecated since v1.32. Prefer separate namespaces to isolate access to mounted secrets. This field should not be used to find auto-generated service account token secrets for use outside of pods. Instead, tokens can be requested directly using the TokenRequest API, or service account token secrets can be manually created. More info: https://kubernetes.io/docs/concepts/configuration/secret
|
|
26854
27034
|
"""
|
|
26855
27035
|
if api_version is not None:
|
|
26856
27036
|
pulumi.set(__self__, "api_version", 'v1')
|
|
@@ -26909,7 +27089,7 @@ class ServiceAccount(dict):
|
|
|
26909
27089
|
@pulumi.getter
|
|
26910
27090
|
def secrets(self) -> Optional[Sequence['outputs.ObjectReference']]:
|
|
26911
27091
|
"""
|
|
26912
|
-
Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a "kubernetes.io/enforce-mountable-secrets" annotation set to "true". This field should not be used to find auto-generated service account token secrets for use outside of pods. Instead, tokens can be requested directly using the TokenRequest API, or service account token secrets can be manually created. More info: https://kubernetes.io/docs/concepts/configuration/secret
|
|
27092
|
+
Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a "kubernetes.io/enforce-mountable-secrets" annotation set to "true". The "kubernetes.io/enforce-mountable-secrets" annotation is deprecated since v1.32. Prefer separate namespaces to isolate access to mounted secrets. This field should not be used to find auto-generated service account token secrets for use outside of pods. Instead, tokens can be requested directly using the TokenRequest API, or service account token secrets can be manually created. More info: https://kubernetes.io/docs/concepts/configuration/secret
|
|
26913
27093
|
"""
|
|
26914
27094
|
return pulumi.get(self, "secrets")
|
|
26915
27095
|
|
|
@@ -27391,7 +27571,7 @@ class ServiceSpec(dict):
|
|
|
27391
27571
|
:param str session_affinity: Supports "ClientIP" and "None". Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
|
|
27392
27572
|
:param 'SessionAffinityConfigArgs' session_affinity_config: sessionAffinityConfig contains the configurations of session affinity.
|
|
27393
27573
|
:param Sequence[str] topology_keys: topologyKeys is a preference-order list of topology keys which implementations of services should use to preferentially sort endpoints when accessing this Service, it can not be used at the same time as externalTrafficPolicy=Local. Topology keys must be valid label keys and at most 16 keys may be specified. Endpoints are chosen based on the first topology key with available backends. If this field is specified and all entries have no backends that match the topology of the client, the service has no backends for that client and connections should fail. The special value "*" may be used to mean "any topology". This catch-all value, if used, only makes sense as the last value in the list. If this is not specified or empty, no topology constraints will be applied.
|
|
27394
|
-
:param str traffic_distribution: TrafficDistribution offers a way to express preferences for how traffic is distributed to Service endpoints. Implementations can use this field as a hint, but are not required to guarantee strict adherence. If the field is not set, the implementation will apply its default routing strategy. If set to "PreferClose", implementations should prioritize endpoints that are topologically close (e.g., same zone). This is
|
|
27574
|
+
:param str traffic_distribution: TrafficDistribution offers a way to express preferences for how traffic is distributed to Service endpoints. Implementations can use this field as a hint, but are not required to guarantee strict adherence. If the field is not set, the implementation will apply its default routing strategy. If set to "PreferClose", implementations should prioritize endpoints that are topologically close (e.g., same zone). This is a beta field and requires enabling ServiceTrafficDistribution feature.
|
|
27395
27575
|
:param Union[str, 'ServiceSpecType'] type: type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. "ClusterIP" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object or EndpointSlice objects. If clusterIP is "None", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a virtual IP. "NodePort" builds on ClusterIP and allocates a port on every node which routes to the same endpoints as the clusterIP. "LoadBalancer" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the same endpoints as the clusterIP. "ExternalName" aliases this service to the specified externalName. Several other fields do not apply to ExternalName services. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
|
|
27396
27576
|
"""
|
|
27397
27577
|
if allocate_load_balancer_node_ports is not None:
|
|
@@ -27607,7 +27787,7 @@ class ServiceSpec(dict):
|
|
|
27607
27787
|
@pulumi.getter(name="trafficDistribution")
|
|
27608
27788
|
def traffic_distribution(self) -> Optional[str]:
|
|
27609
27789
|
"""
|
|
27610
|
-
TrafficDistribution offers a way to express preferences for how traffic is distributed to Service endpoints. Implementations can use this field as a hint, but are not required to guarantee strict adherence. If the field is not set, the implementation will apply its default routing strategy. If set to "PreferClose", implementations should prioritize endpoints that are topologically close (e.g., same zone). This is
|
|
27790
|
+
TrafficDistribution offers a way to express preferences for how traffic is distributed to Service endpoints. Implementations can use this field as a hint, but are not required to guarantee strict adherence. If the field is not set, the implementation will apply its default routing strategy. If set to "PreferClose", implementations should prioritize endpoints that are topologically close (e.g., same zone). This is a beta field and requires enabling ServiceTrafficDistribution feature.
|
|
27611
27791
|
"""
|
|
27612
27792
|
return pulumi.get(self, "traffic_distribution")
|
|
27613
27793
|
|
|
@@ -27727,7 +27907,7 @@ class ServiceSpecPatch(dict):
|
|
|
27727
27907
|
:param str session_affinity: Supports "ClientIP" and "None". Used to maintain session affinity. Enable client IP based session affinity. Must be ClientIP or None. Defaults to None. More info: https://kubernetes.io/docs/concepts/services-networking/service/#virtual-ips-and-service-proxies
|
|
27728
27908
|
:param 'SessionAffinityConfigPatchArgs' session_affinity_config: sessionAffinityConfig contains the configurations of session affinity.
|
|
27729
27909
|
:param Sequence[str] topology_keys: topologyKeys is a preference-order list of topology keys which implementations of services should use to preferentially sort endpoints when accessing this Service, it can not be used at the same time as externalTrafficPolicy=Local. Topology keys must be valid label keys and at most 16 keys may be specified. Endpoints are chosen based on the first topology key with available backends. If this field is specified and all entries have no backends that match the topology of the client, the service has no backends for that client and connections should fail. The special value "*" may be used to mean "any topology". This catch-all value, if used, only makes sense as the last value in the list. If this is not specified or empty, no topology constraints will be applied.
|
|
27730
|
-
:param str traffic_distribution: TrafficDistribution offers a way to express preferences for how traffic is distributed to Service endpoints. Implementations can use this field as a hint, but are not required to guarantee strict adherence. If the field is not set, the implementation will apply its default routing strategy. If set to "PreferClose", implementations should prioritize endpoints that are topologically close (e.g., same zone). This is
|
|
27910
|
+
:param str traffic_distribution: TrafficDistribution offers a way to express preferences for how traffic is distributed to Service endpoints. Implementations can use this field as a hint, but are not required to guarantee strict adherence. If the field is not set, the implementation will apply its default routing strategy. If set to "PreferClose", implementations should prioritize endpoints that are topologically close (e.g., same zone). This is a beta field and requires enabling ServiceTrafficDistribution feature.
|
|
27731
27911
|
:param Union[str, 'ServiceSpecType'] type: type determines how the Service is exposed. Defaults to ClusterIP. Valid options are ExternalName, ClusterIP, NodePort, and LoadBalancer. "ClusterIP" allocates a cluster-internal IP address for load-balancing to endpoints. Endpoints are determined by the selector or if that is not specified, by manual construction of an Endpoints object or EndpointSlice objects. If clusterIP is "None", no virtual IP is allocated and the endpoints are published as a set of endpoints rather than a virtual IP. "NodePort" builds on ClusterIP and allocates a port on every node which routes to the same endpoints as the clusterIP. "LoadBalancer" builds on NodePort and creates an external load-balancer (if supported in the current cloud) which routes to the same endpoints as the clusterIP. "ExternalName" aliases this service to the specified externalName. Several other fields do not apply to ExternalName services. More info: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
|
|
27732
27912
|
"""
|
|
27733
27913
|
if allocate_load_balancer_node_ports is not None:
|
|
@@ -27943,7 +28123,7 @@ class ServiceSpecPatch(dict):
|
|
|
27943
28123
|
@pulumi.getter(name="trafficDistribution")
|
|
27944
28124
|
def traffic_distribution(self) -> Optional[str]:
|
|
27945
28125
|
"""
|
|
27946
|
-
TrafficDistribution offers a way to express preferences for how traffic is distributed to Service endpoints. Implementations can use this field as a hint, but are not required to guarantee strict adherence. If the field is not set, the implementation will apply its default routing strategy. If set to "PreferClose", implementations should prioritize endpoints that are topologically close (e.g., same zone). This is
|
|
28126
|
+
TrafficDistribution offers a way to express preferences for how traffic is distributed to Service endpoints. Implementations can use this field as a hint, but are not required to guarantee strict adherence. If the field is not set, the implementation will apply its default routing strategy. If set to "PreferClose", implementations should prioritize endpoints that are topologically close (e.g., same zone). This is a beta field and requires enabling ServiceTrafficDistribution feature.
|
|
27947
28127
|
"""
|
|
27948
28128
|
return pulumi.get(self, "traffic_distribution")
|
|
27949
28129
|
|
|
@@ -29625,6 +29805,9 @@ class TypedLocalObjectReferencePatch(dict):
|
|
|
29625
29805
|
|
|
29626
29806
|
@pulumi.output_type
|
|
29627
29807
|
class TypedObjectReference(dict):
|
|
29808
|
+
"""
|
|
29809
|
+
TypedObjectReference contains enough information to let you locate the typed referenced object
|
|
29810
|
+
"""
|
|
29628
29811
|
@staticmethod
|
|
29629
29812
|
def __key_warning(key: str):
|
|
29630
29813
|
suggest = None
|
|
@@ -29648,6 +29831,7 @@ class TypedObjectReference(dict):
|
|
|
29648
29831
|
api_group: Optional[str] = None,
|
|
29649
29832
|
namespace: Optional[str] = None):
|
|
29650
29833
|
"""
|
|
29834
|
+
TypedObjectReference contains enough information to let you locate the typed referenced object
|
|
29651
29835
|
:param str kind: Kind is the type of resource being referenced
|
|
29652
29836
|
:param str name: Name is the name of resource being referenced
|
|
29653
29837
|
:param str api_group: APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
@@ -29695,6 +29879,9 @@ class TypedObjectReference(dict):
|
|
|
29695
29879
|
|
|
29696
29880
|
@pulumi.output_type
|
|
29697
29881
|
class TypedObjectReferencePatch(dict):
|
|
29882
|
+
"""
|
|
29883
|
+
TypedObjectReference contains enough information to let you locate the typed referenced object
|
|
29884
|
+
"""
|
|
29698
29885
|
@staticmethod
|
|
29699
29886
|
def __key_warning(key: str):
|
|
29700
29887
|
suggest = None
|
|
@@ -29718,6 +29905,7 @@ class TypedObjectReferencePatch(dict):
|
|
|
29718
29905
|
name: Optional[str] = None,
|
|
29719
29906
|
namespace: Optional[str] = None):
|
|
29720
29907
|
"""
|
|
29908
|
+
TypedObjectReference contains enough information to let you locate the typed referenced object
|
|
29721
29909
|
:param str api_group: APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
29722
29910
|
:param str kind: Kind is the type of resource being referenced
|
|
29723
29911
|
:param str name: Name is the name of resource being referenced
|
|
@@ -29850,13 +30038,13 @@ class Volume(dict):
|
|
|
29850
30038
|
"""
|
|
29851
30039
|
Volume represents a named volume in a pod that may be accessed by any container in the pod.
|
|
29852
30040
|
:param str name: name of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
29853
|
-
:param 'AWSElasticBlockStoreVolumeSourceArgs' aws_elastic_block_store: awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
29854
|
-
:param 'AzureDiskVolumeSourceArgs' azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
29855
|
-
:param 'AzureFileVolumeSourceArgs' azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
29856
|
-
:param 'CephFSVolumeSourceArgs' cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
29857
|
-
:param 'CinderVolumeSourceArgs' cinder: cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
30041
|
+
:param 'AWSElasticBlockStoreVolumeSourceArgs' aws_elastic_block_store: awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
30042
|
+
:param 'AzureDiskVolumeSourceArgs' azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type are redirected to the disk.csi.azure.com CSI driver.
|
|
30043
|
+
:param 'AzureFileVolumeSourceArgs' azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod. Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type are redirected to the file.csi.azure.com CSI driver.
|
|
30044
|
+
:param 'CephFSVolumeSourceArgs' cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime. Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported.
|
|
30045
|
+
:param 'CinderVolumeSourceArgs' cinder: cinder represents a cinder volume attached and mounted on kubelets host machine. Deprecated: Cinder is deprecated. All operations for the in-tree cinder type are redirected to the cinder.csi.openstack.org CSI driver. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
29858
30046
|
:param 'ConfigMapVolumeSourceArgs' config_map: configMap represents a configMap that should populate this volume
|
|
29859
|
-
:param 'CSIVolumeSourceArgs' csi: csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers
|
|
30047
|
+
:param 'CSIVolumeSourceArgs' csi: csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
|
|
29860
30048
|
:param 'DownwardAPIVolumeSourceArgs' downward_api: downwardAPI represents downward API about the pod that should populate this volume
|
|
29861
30049
|
:param 'EmptyDirVolumeSourceArgs' empty_dir: emptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
|
|
29862
30050
|
:param 'EphemeralVolumeSourceArgs' ephemeral: ephemeral represents a volume that is handled by a cluster storage driver. The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, and deleted when the pod is removed.
|
|
@@ -29874,11 +30062,11 @@ class Volume(dict):
|
|
|
29874
30062
|
|
|
29875
30063
|
A pod can use both types of ephemeral volumes and persistent volumes at the same time.
|
|
29876
30064
|
:param 'FCVolumeSourceArgs' fc: fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
29877
|
-
:param 'FlexVolumeSourceArgs' flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
29878
|
-
:param 'FlockerVolumeSourceArgs' flocker: flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
29879
|
-
:param 'GCEPersistentDiskVolumeSourceArgs' gce_persistent_disk: gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
29880
|
-
:param 'GitRepoVolumeSourceArgs' git_repo: gitRepo represents a git repository at a particular revision.
|
|
29881
|
-
:param 'GlusterfsVolumeSourceArgs' glusterfs: glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
30065
|
+
:param 'FlexVolumeSourceArgs' flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead.
|
|
30066
|
+
:param 'FlockerVolumeSourceArgs' flocker: flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running. Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported.
|
|
30067
|
+
:param 'GCEPersistentDiskVolumeSourceArgs' gce_persistent_disk: gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
30068
|
+
:param 'GitRepoVolumeSourceArgs' git_repo: gitRepo represents a git repository at a particular revision. Deprecated: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.
|
|
30069
|
+
:param 'GlusterfsVolumeSourceArgs' glusterfs: glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
29882
30070
|
:param 'HostPathVolumeSourceArgs' host_path: hostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
|
|
29883
30071
|
:param 'ImageVolumeSourceArgs' image: image represents an OCI object (a container image or artifact) pulled and mounted on the kubelet's host machine. The volume is resolved at pod startup depending on which PullPolicy value is provided:
|
|
29884
30072
|
|
|
@@ -29888,15 +30076,15 @@ class Volume(dict):
|
|
|
29888
30076
|
:param 'ISCSIVolumeSourceArgs' iscsi: iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://examples.k8s.io/volumes/iscsi/README.md
|
|
29889
30077
|
:param 'NFSVolumeSourceArgs' nfs: nfs represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
|
29890
30078
|
:param 'PersistentVolumeClaimVolumeSourceArgs' persistent_volume_claim: persistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
|
|
29891
|
-
:param 'PhotonPersistentDiskVolumeSourceArgs' photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
29892
|
-
:param 'PortworxVolumeSourceArgs' portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
30079
|
+
:param 'PhotonPersistentDiskVolumeSourceArgs' photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine. Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported.
|
|
30080
|
+
:param 'PortworxVolumeSourceArgs' portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine. Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate is on.
|
|
29893
30081
|
:param 'ProjectedVolumeSourceArgs' projected: projected items for all in one resources secrets, configmaps, and downward API
|
|
29894
|
-
:param 'QuobyteVolumeSourceArgs' quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
29895
|
-
:param 'RBDVolumeSourceArgs' rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
29896
|
-
:param 'ScaleIOVolumeSourceArgs' scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
30082
|
+
:param 'QuobyteVolumeSourceArgs' quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime. Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported.
|
|
30083
|
+
:param 'RBDVolumeSourceArgs' rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
30084
|
+
:param 'ScaleIOVolumeSourceArgs' scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported.
|
|
29897
30085
|
:param 'SecretVolumeSourceArgs' secret: secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
|
|
29898
|
-
:param 'StorageOSVolumeSourceArgs' storageos: storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
29899
|
-
:param 'VsphereVirtualDiskVolumeSourceArgs' vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
30086
|
+
:param 'StorageOSVolumeSourceArgs' storageos: storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes. Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported.
|
|
30087
|
+
:param 'VsphereVirtualDiskVolumeSourceArgs' vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine. Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type are redirected to the csi.vsphere.vmware.com CSI driver.
|
|
29900
30088
|
"""
|
|
29901
30089
|
pulumi.set(__self__, "name", name)
|
|
29902
30090
|
if aws_elastic_block_store is not None:
|
|
@@ -29972,7 +30160,7 @@ class Volume(dict):
|
|
|
29972
30160
|
@pulumi.getter(name="awsElasticBlockStore")
|
|
29973
30161
|
def aws_elastic_block_store(self) -> Optional['outputs.AWSElasticBlockStoreVolumeSource']:
|
|
29974
30162
|
"""
|
|
29975
|
-
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
30163
|
+
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
29976
30164
|
"""
|
|
29977
30165
|
return pulumi.get(self, "aws_elastic_block_store")
|
|
29978
30166
|
|
|
@@ -29980,7 +30168,7 @@ class Volume(dict):
|
|
|
29980
30168
|
@pulumi.getter(name="azureDisk")
|
|
29981
30169
|
def azure_disk(self) -> Optional['outputs.AzureDiskVolumeSource']:
|
|
29982
30170
|
"""
|
|
29983
|
-
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
30171
|
+
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type are redirected to the disk.csi.azure.com CSI driver.
|
|
29984
30172
|
"""
|
|
29985
30173
|
return pulumi.get(self, "azure_disk")
|
|
29986
30174
|
|
|
@@ -29988,7 +30176,7 @@ class Volume(dict):
|
|
|
29988
30176
|
@pulumi.getter(name="azureFile")
|
|
29989
30177
|
def azure_file(self) -> Optional['outputs.AzureFileVolumeSource']:
|
|
29990
30178
|
"""
|
|
29991
|
-
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
30179
|
+
azureFile represents an Azure File Service mount on the host and bind mount to the pod. Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type are redirected to the file.csi.azure.com CSI driver.
|
|
29992
30180
|
"""
|
|
29993
30181
|
return pulumi.get(self, "azure_file")
|
|
29994
30182
|
|
|
@@ -29996,7 +30184,7 @@ class Volume(dict):
|
|
|
29996
30184
|
@pulumi.getter
|
|
29997
30185
|
def cephfs(self) -> Optional['outputs.CephFSVolumeSource']:
|
|
29998
30186
|
"""
|
|
29999
|
-
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
30187
|
+
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime. Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported.
|
|
30000
30188
|
"""
|
|
30001
30189
|
return pulumi.get(self, "cephfs")
|
|
30002
30190
|
|
|
@@ -30004,7 +30192,7 @@ class Volume(dict):
|
|
|
30004
30192
|
@pulumi.getter
|
|
30005
30193
|
def cinder(self) -> Optional['outputs.CinderVolumeSource']:
|
|
30006
30194
|
"""
|
|
30007
|
-
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
30195
|
+
cinder represents a cinder volume attached and mounted on kubelets host machine. Deprecated: Cinder is deprecated. All operations for the in-tree cinder type are redirected to the cinder.csi.openstack.org CSI driver. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
30008
30196
|
"""
|
|
30009
30197
|
return pulumi.get(self, "cinder")
|
|
30010
30198
|
|
|
@@ -30020,7 +30208,7 @@ class Volume(dict):
|
|
|
30020
30208
|
@pulumi.getter
|
|
30021
30209
|
def csi(self) -> Optional['outputs.CSIVolumeSource']:
|
|
30022
30210
|
"""
|
|
30023
|
-
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers
|
|
30211
|
+
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
|
|
30024
30212
|
"""
|
|
30025
30213
|
return pulumi.get(self, "csi")
|
|
30026
30214
|
|
|
@@ -30073,7 +30261,7 @@ class Volume(dict):
|
|
|
30073
30261
|
@pulumi.getter(name="flexVolume")
|
|
30074
30262
|
def flex_volume(self) -> Optional['outputs.FlexVolumeSource']:
|
|
30075
30263
|
"""
|
|
30076
|
-
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
30264
|
+
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead.
|
|
30077
30265
|
"""
|
|
30078
30266
|
return pulumi.get(self, "flex_volume")
|
|
30079
30267
|
|
|
@@ -30081,7 +30269,7 @@ class Volume(dict):
|
|
|
30081
30269
|
@pulumi.getter
|
|
30082
30270
|
def flocker(self) -> Optional['outputs.FlockerVolumeSource']:
|
|
30083
30271
|
"""
|
|
30084
|
-
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
30272
|
+
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running. Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported.
|
|
30085
30273
|
"""
|
|
30086
30274
|
return pulumi.get(self, "flocker")
|
|
30087
30275
|
|
|
@@ -30089,7 +30277,7 @@ class Volume(dict):
|
|
|
30089
30277
|
@pulumi.getter(name="gcePersistentDisk")
|
|
30090
30278
|
def gce_persistent_disk(self) -> Optional['outputs.GCEPersistentDiskVolumeSource']:
|
|
30091
30279
|
"""
|
|
30092
|
-
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
30280
|
+
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
30093
30281
|
"""
|
|
30094
30282
|
return pulumi.get(self, "gce_persistent_disk")
|
|
30095
30283
|
|
|
@@ -30097,7 +30285,7 @@ class Volume(dict):
|
|
|
30097
30285
|
@pulumi.getter(name="gitRepo")
|
|
30098
30286
|
def git_repo(self) -> Optional['outputs.GitRepoVolumeSource']:
|
|
30099
30287
|
"""
|
|
30100
|
-
gitRepo represents a git repository at a particular revision.
|
|
30288
|
+
gitRepo represents a git repository at a particular revision. Deprecated: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.
|
|
30101
30289
|
"""
|
|
30102
30290
|
return pulumi.get(self, "git_repo")
|
|
30103
30291
|
|
|
@@ -30105,7 +30293,7 @@ class Volume(dict):
|
|
|
30105
30293
|
@pulumi.getter
|
|
30106
30294
|
def glusterfs(self) -> Optional['outputs.GlusterfsVolumeSource']:
|
|
30107
30295
|
"""
|
|
30108
|
-
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
30296
|
+
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
30109
30297
|
"""
|
|
30110
30298
|
return pulumi.get(self, "glusterfs")
|
|
30111
30299
|
|
|
@@ -30157,7 +30345,7 @@ class Volume(dict):
|
|
|
30157
30345
|
@pulumi.getter(name="photonPersistentDisk")
|
|
30158
30346
|
def photon_persistent_disk(self) -> Optional['outputs.PhotonPersistentDiskVolumeSource']:
|
|
30159
30347
|
"""
|
|
30160
|
-
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
30348
|
+
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine. Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported.
|
|
30161
30349
|
"""
|
|
30162
30350
|
return pulumi.get(self, "photon_persistent_disk")
|
|
30163
30351
|
|
|
@@ -30165,7 +30353,7 @@ class Volume(dict):
|
|
|
30165
30353
|
@pulumi.getter(name="portworxVolume")
|
|
30166
30354
|
def portworx_volume(self) -> Optional['outputs.PortworxVolumeSource']:
|
|
30167
30355
|
"""
|
|
30168
|
-
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
30356
|
+
portworxVolume represents a portworx volume attached and mounted on kubelets host machine. Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate is on.
|
|
30169
30357
|
"""
|
|
30170
30358
|
return pulumi.get(self, "portworx_volume")
|
|
30171
30359
|
|
|
@@ -30181,7 +30369,7 @@ class Volume(dict):
|
|
|
30181
30369
|
@pulumi.getter
|
|
30182
30370
|
def quobyte(self) -> Optional['outputs.QuobyteVolumeSource']:
|
|
30183
30371
|
"""
|
|
30184
|
-
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
30372
|
+
quobyte represents a Quobyte mount on the host that shares a pod's lifetime. Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported.
|
|
30185
30373
|
"""
|
|
30186
30374
|
return pulumi.get(self, "quobyte")
|
|
30187
30375
|
|
|
@@ -30189,7 +30377,7 @@ class Volume(dict):
|
|
|
30189
30377
|
@pulumi.getter
|
|
30190
30378
|
def rbd(self) -> Optional['outputs.RBDVolumeSource']:
|
|
30191
30379
|
"""
|
|
30192
|
-
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
30380
|
+
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
30193
30381
|
"""
|
|
30194
30382
|
return pulumi.get(self, "rbd")
|
|
30195
30383
|
|
|
@@ -30197,7 +30385,7 @@ class Volume(dict):
|
|
|
30197
30385
|
@pulumi.getter(name="scaleIO")
|
|
30198
30386
|
def scale_io(self) -> Optional['outputs.ScaleIOVolumeSource']:
|
|
30199
30387
|
"""
|
|
30200
|
-
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
30388
|
+
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported.
|
|
30201
30389
|
"""
|
|
30202
30390
|
return pulumi.get(self, "scale_io")
|
|
30203
30391
|
|
|
@@ -30213,7 +30401,7 @@ class Volume(dict):
|
|
|
30213
30401
|
@pulumi.getter
|
|
30214
30402
|
def storageos(self) -> Optional['outputs.StorageOSVolumeSource']:
|
|
30215
30403
|
"""
|
|
30216
|
-
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
30404
|
+
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes. Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported.
|
|
30217
30405
|
"""
|
|
30218
30406
|
return pulumi.get(self, "storageos")
|
|
30219
30407
|
|
|
@@ -30221,7 +30409,7 @@ class Volume(dict):
|
|
|
30221
30409
|
@pulumi.getter(name="vsphereVolume")
|
|
30222
30410
|
def vsphere_volume(self) -> Optional['outputs.VsphereVirtualDiskVolumeSource']:
|
|
30223
30411
|
"""
|
|
30224
|
-
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
30412
|
+
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine. Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type are redirected to the csi.vsphere.vmware.com CSI driver.
|
|
30225
30413
|
"""
|
|
30226
30414
|
return pulumi.get(self, "vsphere_volume")
|
|
30227
30415
|
|
|
@@ -30890,13 +31078,13 @@ class VolumePatch(dict):
|
|
|
30890
31078
|
vsphere_volume: Optional['outputs.VsphereVirtualDiskVolumeSourcePatch'] = None):
|
|
30891
31079
|
"""
|
|
30892
31080
|
Volume represents a named volume in a pod that may be accessed by any container in the pod.
|
|
30893
|
-
:param 'AWSElasticBlockStoreVolumeSourcePatchArgs' aws_elastic_block_store: awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
30894
|
-
:param 'AzureDiskVolumeSourcePatchArgs' azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
30895
|
-
:param 'AzureFileVolumeSourcePatchArgs' azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
30896
|
-
:param 'CephFSVolumeSourcePatchArgs' cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
30897
|
-
:param 'CinderVolumeSourcePatchArgs' cinder: cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
31081
|
+
:param 'AWSElasticBlockStoreVolumeSourcePatchArgs' aws_elastic_block_store: awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
31082
|
+
:param 'AzureDiskVolumeSourcePatchArgs' azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type are redirected to the disk.csi.azure.com CSI driver.
|
|
31083
|
+
:param 'AzureFileVolumeSourcePatchArgs' azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod. Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type are redirected to the file.csi.azure.com CSI driver.
|
|
31084
|
+
:param 'CephFSVolumeSourcePatchArgs' cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime. Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported.
|
|
31085
|
+
:param 'CinderVolumeSourcePatchArgs' cinder: cinder represents a cinder volume attached and mounted on kubelets host machine. Deprecated: Cinder is deprecated. All operations for the in-tree cinder type are redirected to the cinder.csi.openstack.org CSI driver. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
30898
31086
|
:param 'ConfigMapVolumeSourcePatchArgs' config_map: configMap represents a configMap that should populate this volume
|
|
30899
|
-
:param 'CSIVolumeSourcePatchArgs' csi: csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers
|
|
31087
|
+
:param 'CSIVolumeSourcePatchArgs' csi: csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
|
|
30900
31088
|
:param 'DownwardAPIVolumeSourcePatchArgs' downward_api: downwardAPI represents downward API about the pod that should populate this volume
|
|
30901
31089
|
:param 'EmptyDirVolumeSourcePatchArgs' empty_dir: emptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
|
|
30902
31090
|
:param 'EphemeralVolumeSourcePatchArgs' ephemeral: ephemeral represents a volume that is handled by a cluster storage driver. The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, and deleted when the pod is removed.
|
|
@@ -30914,11 +31102,11 @@ class VolumePatch(dict):
|
|
|
30914
31102
|
|
|
30915
31103
|
A pod can use both types of ephemeral volumes and persistent volumes at the same time.
|
|
30916
31104
|
:param 'FCVolumeSourcePatchArgs' fc: fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
30917
|
-
:param 'FlexVolumeSourcePatchArgs' flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
30918
|
-
:param 'FlockerVolumeSourcePatchArgs' flocker: flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
30919
|
-
:param 'GCEPersistentDiskVolumeSourcePatchArgs' gce_persistent_disk: gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
30920
|
-
:param 'GitRepoVolumeSourcePatchArgs' git_repo: gitRepo represents a git repository at a particular revision.
|
|
30921
|
-
:param 'GlusterfsVolumeSourcePatchArgs' glusterfs: glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
31105
|
+
:param 'FlexVolumeSourcePatchArgs' flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead.
|
|
31106
|
+
:param 'FlockerVolumeSourcePatchArgs' flocker: flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running. Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported.
|
|
31107
|
+
:param 'GCEPersistentDiskVolumeSourcePatchArgs' gce_persistent_disk: gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
31108
|
+
:param 'GitRepoVolumeSourcePatchArgs' git_repo: gitRepo represents a git repository at a particular revision. Deprecated: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.
|
|
31109
|
+
:param 'GlusterfsVolumeSourcePatchArgs' glusterfs: glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
30922
31110
|
:param 'HostPathVolumeSourcePatchArgs' host_path: hostPath represents a pre-existing file or directory on the host machine that is directly exposed to the container. This is generally used for system agents or other privileged things that are allowed to see the host machine. Most containers will NOT need this. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
|
|
30923
31111
|
:param 'ImageVolumeSourcePatchArgs' image: image represents an OCI object (a container image or artifact) pulled and mounted on the kubelet's host machine. The volume is resolved at pod startup depending on which PullPolicy value is provided:
|
|
30924
31112
|
|
|
@@ -30929,15 +31117,15 @@ class VolumePatch(dict):
|
|
|
30929
31117
|
:param str name: name of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30930
31118
|
:param 'NFSVolumeSourcePatchArgs' nfs: nfs represents an NFS mount on the host that shares a pod's lifetime More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
|
30931
31119
|
:param 'PersistentVolumeClaimVolumeSourcePatchArgs' persistent_volume_claim: persistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
|
|
30932
|
-
:param 'PhotonPersistentDiskVolumeSourcePatchArgs' photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
30933
|
-
:param 'PortworxVolumeSourcePatchArgs' portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
31120
|
+
:param 'PhotonPersistentDiskVolumeSourcePatchArgs' photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine. Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported.
|
|
31121
|
+
:param 'PortworxVolumeSourcePatchArgs' portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine. Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate is on.
|
|
30934
31122
|
:param 'ProjectedVolumeSourcePatchArgs' projected: projected items for all in one resources secrets, configmaps, and downward API
|
|
30935
|
-
:param 'QuobyteVolumeSourcePatchArgs' quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
30936
|
-
:param 'RBDVolumeSourcePatchArgs' rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
30937
|
-
:param 'ScaleIOVolumeSourcePatchArgs' scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
31123
|
+
:param 'QuobyteVolumeSourcePatchArgs' quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime. Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported.
|
|
31124
|
+
:param 'RBDVolumeSourcePatchArgs' rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
31125
|
+
:param 'ScaleIOVolumeSourcePatchArgs' scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported.
|
|
30938
31126
|
:param 'SecretVolumeSourcePatchArgs' secret: secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
|
|
30939
|
-
:param 'StorageOSVolumeSourcePatchArgs' storageos: storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
30940
|
-
:param 'VsphereVirtualDiskVolumeSourcePatchArgs' vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
31127
|
+
:param 'StorageOSVolumeSourcePatchArgs' storageos: storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes. Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported.
|
|
31128
|
+
:param 'VsphereVirtualDiskVolumeSourcePatchArgs' vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine. Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type are redirected to the csi.vsphere.vmware.com CSI driver.
|
|
30941
31129
|
"""
|
|
30942
31130
|
if aws_elastic_block_store is not None:
|
|
30943
31131
|
pulumi.set(__self__, "aws_elastic_block_store", aws_elastic_block_store)
|
|
@@ -31006,7 +31194,7 @@ class VolumePatch(dict):
|
|
|
31006
31194
|
@pulumi.getter(name="awsElasticBlockStore")
|
|
31007
31195
|
def aws_elastic_block_store(self) -> Optional['outputs.AWSElasticBlockStoreVolumeSourcePatch']:
|
|
31008
31196
|
"""
|
|
31009
|
-
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
31197
|
+
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: AWSElasticBlockStore is deprecated. All operations for the in-tree awsElasticBlockStore type are redirected to the ebs.csi.aws.com CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
31010
31198
|
"""
|
|
31011
31199
|
return pulumi.get(self, "aws_elastic_block_store")
|
|
31012
31200
|
|
|
@@ -31014,7 +31202,7 @@ class VolumePatch(dict):
|
|
|
31014
31202
|
@pulumi.getter(name="azureDisk")
|
|
31015
31203
|
def azure_disk(self) -> Optional['outputs.AzureDiskVolumeSourcePatch']:
|
|
31016
31204
|
"""
|
|
31017
|
-
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
31205
|
+
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod. Deprecated: AzureDisk is deprecated. All operations for the in-tree azureDisk type are redirected to the disk.csi.azure.com CSI driver.
|
|
31018
31206
|
"""
|
|
31019
31207
|
return pulumi.get(self, "azure_disk")
|
|
31020
31208
|
|
|
@@ -31022,7 +31210,7 @@ class VolumePatch(dict):
|
|
|
31022
31210
|
@pulumi.getter(name="azureFile")
|
|
31023
31211
|
def azure_file(self) -> Optional['outputs.AzureFileVolumeSourcePatch']:
|
|
31024
31212
|
"""
|
|
31025
|
-
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
31213
|
+
azureFile represents an Azure File Service mount on the host and bind mount to the pod. Deprecated: AzureFile is deprecated. All operations for the in-tree azureFile type are redirected to the file.csi.azure.com CSI driver.
|
|
31026
31214
|
"""
|
|
31027
31215
|
return pulumi.get(self, "azure_file")
|
|
31028
31216
|
|
|
@@ -31030,7 +31218,7 @@ class VolumePatch(dict):
|
|
|
31030
31218
|
@pulumi.getter
|
|
31031
31219
|
def cephfs(self) -> Optional['outputs.CephFSVolumeSourcePatch']:
|
|
31032
31220
|
"""
|
|
31033
|
-
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
31221
|
+
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime. Deprecated: CephFS is deprecated and the in-tree cephfs type is no longer supported.
|
|
31034
31222
|
"""
|
|
31035
31223
|
return pulumi.get(self, "cephfs")
|
|
31036
31224
|
|
|
@@ -31038,7 +31226,7 @@ class VolumePatch(dict):
|
|
|
31038
31226
|
@pulumi.getter
|
|
31039
31227
|
def cinder(self) -> Optional['outputs.CinderVolumeSourcePatch']:
|
|
31040
31228
|
"""
|
|
31041
|
-
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
31229
|
+
cinder represents a cinder volume attached and mounted on kubelets host machine. Deprecated: Cinder is deprecated. All operations for the in-tree cinder type are redirected to the cinder.csi.openstack.org CSI driver. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
31042
31230
|
"""
|
|
31043
31231
|
return pulumi.get(self, "cinder")
|
|
31044
31232
|
|
|
@@ -31054,7 +31242,7 @@ class VolumePatch(dict):
|
|
|
31054
31242
|
@pulumi.getter
|
|
31055
31243
|
def csi(self) -> Optional['outputs.CSIVolumeSourcePatch']:
|
|
31056
31244
|
"""
|
|
31057
|
-
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers
|
|
31245
|
+
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
|
|
31058
31246
|
"""
|
|
31059
31247
|
return pulumi.get(self, "csi")
|
|
31060
31248
|
|
|
@@ -31107,7 +31295,7 @@ class VolumePatch(dict):
|
|
|
31107
31295
|
@pulumi.getter(name="flexVolume")
|
|
31108
31296
|
def flex_volume(self) -> Optional['outputs.FlexVolumeSourcePatch']:
|
|
31109
31297
|
"""
|
|
31110
|
-
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
31298
|
+
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin. Deprecated: FlexVolume is deprecated. Consider using a CSIDriver instead.
|
|
31111
31299
|
"""
|
|
31112
31300
|
return pulumi.get(self, "flex_volume")
|
|
31113
31301
|
|
|
@@ -31115,7 +31303,7 @@ class VolumePatch(dict):
|
|
|
31115
31303
|
@pulumi.getter
|
|
31116
31304
|
def flocker(self) -> Optional['outputs.FlockerVolumeSourcePatch']:
|
|
31117
31305
|
"""
|
|
31118
|
-
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
31306
|
+
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running. Deprecated: Flocker is deprecated and the in-tree flocker type is no longer supported.
|
|
31119
31307
|
"""
|
|
31120
31308
|
return pulumi.get(self, "flocker")
|
|
31121
31309
|
|
|
@@ -31123,7 +31311,7 @@ class VolumePatch(dict):
|
|
|
31123
31311
|
@pulumi.getter(name="gcePersistentDisk")
|
|
31124
31312
|
def gce_persistent_disk(self) -> Optional['outputs.GCEPersistentDiskVolumeSourcePatch']:
|
|
31125
31313
|
"""
|
|
31126
|
-
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
31314
|
+
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Deprecated: GCEPersistentDisk is deprecated. All operations for the in-tree gcePersistentDisk type are redirected to the pd.csi.storage.gke.io CSI driver. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
31127
31315
|
"""
|
|
31128
31316
|
return pulumi.get(self, "gce_persistent_disk")
|
|
31129
31317
|
|
|
@@ -31131,7 +31319,7 @@ class VolumePatch(dict):
|
|
|
31131
31319
|
@pulumi.getter(name="gitRepo")
|
|
31132
31320
|
def git_repo(self) -> Optional['outputs.GitRepoVolumeSourcePatch']:
|
|
31133
31321
|
"""
|
|
31134
|
-
gitRepo represents a git repository at a particular revision.
|
|
31322
|
+
gitRepo represents a git repository at a particular revision. Deprecated: GitRepo is deprecated. To provision a container with a git repo, mount an EmptyDir into an InitContainer that clones the repo using git, then mount the EmptyDir into the Pod's container.
|
|
31135
31323
|
"""
|
|
31136
31324
|
return pulumi.get(self, "git_repo")
|
|
31137
31325
|
|
|
@@ -31139,7 +31327,7 @@ class VolumePatch(dict):
|
|
|
31139
31327
|
@pulumi.getter
|
|
31140
31328
|
def glusterfs(self) -> Optional['outputs.GlusterfsVolumeSourcePatch']:
|
|
31141
31329
|
"""
|
|
31142
|
-
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
31330
|
+
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. Deprecated: Glusterfs is deprecated and the in-tree glusterfs type is no longer supported. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
31143
31331
|
"""
|
|
31144
31332
|
return pulumi.get(self, "glusterfs")
|
|
31145
31333
|
|
|
@@ -31199,7 +31387,7 @@ class VolumePatch(dict):
|
|
|
31199
31387
|
@pulumi.getter(name="photonPersistentDisk")
|
|
31200
31388
|
def photon_persistent_disk(self) -> Optional['outputs.PhotonPersistentDiskVolumeSourcePatch']:
|
|
31201
31389
|
"""
|
|
31202
|
-
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
31390
|
+
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine. Deprecated: PhotonPersistentDisk is deprecated and the in-tree photonPersistentDisk type is no longer supported.
|
|
31203
31391
|
"""
|
|
31204
31392
|
return pulumi.get(self, "photon_persistent_disk")
|
|
31205
31393
|
|
|
@@ -31207,7 +31395,7 @@ class VolumePatch(dict):
|
|
|
31207
31395
|
@pulumi.getter(name="portworxVolume")
|
|
31208
31396
|
def portworx_volume(self) -> Optional['outputs.PortworxVolumeSourcePatch']:
|
|
31209
31397
|
"""
|
|
31210
|
-
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
31398
|
+
portworxVolume represents a portworx volume attached and mounted on kubelets host machine. Deprecated: PortworxVolume is deprecated. All operations for the in-tree portworxVolume type are redirected to the pxd.portworx.com CSI driver when the CSIMigrationPortworx feature-gate is on.
|
|
31211
31399
|
"""
|
|
31212
31400
|
return pulumi.get(self, "portworx_volume")
|
|
31213
31401
|
|
|
@@ -31223,7 +31411,7 @@ class VolumePatch(dict):
|
|
|
31223
31411
|
@pulumi.getter
|
|
31224
31412
|
def quobyte(self) -> Optional['outputs.QuobyteVolumeSourcePatch']:
|
|
31225
31413
|
"""
|
|
31226
|
-
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
31414
|
+
quobyte represents a Quobyte mount on the host that shares a pod's lifetime. Deprecated: Quobyte is deprecated and the in-tree quobyte type is no longer supported.
|
|
31227
31415
|
"""
|
|
31228
31416
|
return pulumi.get(self, "quobyte")
|
|
31229
31417
|
|
|
@@ -31231,7 +31419,7 @@ class VolumePatch(dict):
|
|
|
31231
31419
|
@pulumi.getter
|
|
31232
31420
|
def rbd(self) -> Optional['outputs.RBDVolumeSourcePatch']:
|
|
31233
31421
|
"""
|
|
31234
|
-
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
31422
|
+
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. Deprecated: RBD is deprecated and the in-tree rbd type is no longer supported. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
31235
31423
|
"""
|
|
31236
31424
|
return pulumi.get(self, "rbd")
|
|
31237
31425
|
|
|
@@ -31239,7 +31427,7 @@ class VolumePatch(dict):
|
|
|
31239
31427
|
@pulumi.getter(name="scaleIO")
|
|
31240
31428
|
def scale_io(self) -> Optional['outputs.ScaleIOVolumeSourcePatch']:
|
|
31241
31429
|
"""
|
|
31242
|
-
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
31430
|
+
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes. Deprecated: ScaleIO is deprecated and the in-tree scaleIO type is no longer supported.
|
|
31243
31431
|
"""
|
|
31244
31432
|
return pulumi.get(self, "scale_io")
|
|
31245
31433
|
|
|
@@ -31255,7 +31443,7 @@ class VolumePatch(dict):
|
|
|
31255
31443
|
@pulumi.getter
|
|
31256
31444
|
def storageos(self) -> Optional['outputs.StorageOSVolumeSourcePatch']:
|
|
31257
31445
|
"""
|
|
31258
|
-
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
31446
|
+
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes. Deprecated: StorageOS is deprecated and the in-tree storageos type is no longer supported.
|
|
31259
31447
|
"""
|
|
31260
31448
|
return pulumi.get(self, "storageos")
|
|
31261
31449
|
|
|
@@ -31263,7 +31451,7 @@ class VolumePatch(dict):
|
|
|
31263
31451
|
@pulumi.getter(name="vsphereVolume")
|
|
31264
31452
|
def vsphere_volume(self) -> Optional['outputs.VsphereVirtualDiskVolumeSourcePatch']:
|
|
31265
31453
|
"""
|
|
31266
|
-
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
31454
|
+
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine. Deprecated: VsphereVolume is deprecated. All operations for the in-tree vsphereVolume type are redirected to the csi.vsphere.vmware.com CSI driver.
|
|
31267
31455
|
"""
|
|
31268
31456
|
return pulumi.get(self, "vsphere_volume")
|
|
31269
31457
|
|