pulumi-kubernetes 4.19.0__py3-none-any.whl → 4.19.0a1726527720__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 +0 -36
- pulumi_kubernetes/_utilities.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +6 -6
- pulumi_kubernetes/admissionregistration/v1/outputs.py +4 -4
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +8 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +8 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +0 -6
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +321 -1824
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +248 -1367
- 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 +0 -3
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +0 -2
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +0 -2
- 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 +313 -564
- pulumi_kubernetes/core/v1/outputs.py +230 -418
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +12 -12
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +8 -8
- pulumi_kubernetes/helm/v3/_inputs.py +3 -3
- pulumi_kubernetes/helm/v3/outputs.py +2 -2
- pulumi_kubernetes/helm/v4/Chart.py +0 -6
- pulumi_kubernetes/helm/v4/_inputs.py +3 -3
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/resource/__init__.py +0 -3
- 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 +0 -2
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +0 -2
- 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/ResourceSlicePatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/__init__.py +0 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +7 -455
- pulumi_kubernetes/resource/v1alpha3/outputs.py +5 -592
- pulumi_kubernetes/storage/v1/_inputs.py +4 -4
- pulumi_kubernetes/storage/v1/outputs.py +4 -4
- pulumi_kubernetes/yaml/yaml.py +0 -90
- {pulumi_kubernetes-4.19.0.dist-info → pulumi_kubernetes-4.19.0a1726527720.dist-info}/METADATA +6 -6
- {pulumi_kubernetes-4.19.0.dist-info → pulumi_kubernetes-4.19.0a1726527720.dist-info}/RECORD +64 -92
- {pulumi_kubernetes-4.19.0.dist-info → pulumi_kubernetes-4.19.0a1726527720.dist-info}/WHEEL +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +0 -214
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +0 -222
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +0 -215
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +0 -234
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +0 -215
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +0 -226
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +0 -216
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +0 -215
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +0 -228
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +0 -12
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +0 -393
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +0 -313
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +0 -245
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +0 -237
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +0 -215
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +0 -248
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +0 -232
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +0 -216
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +0 -243
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +0 -229
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +0 -215
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +0 -240
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +0 -246
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +0 -216
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +0 -257
- pulumi_kubernetes/resource/v1beta1/__init__.py +0 -21
- pulumi_kubernetes/resource/v1beta1/_inputs.py +0 -3867
- pulumi_kubernetes/resource/v1beta1/outputs.py +0 -3334
- {pulumi_kubernetes-4.19.0.dist-info → pulumi_kubernetes-4.19.0a1726527720.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 (Beta feature)
|
|
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 (Beta feature)
|
|
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 (Beta feature)
|
|
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 (Beta feature)
|
|
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,14 +9568,10 @@ 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
|
-
"""
|
|
9574
9571
|
def __init__(__self__, *,
|
|
9575
9572
|
port: int,
|
|
9576
9573
|
service: Optional[str] = None):
|
|
9577
9574
|
"""
|
|
9578
|
-
GRPCAction specifies an action involving a GRPC service.
|
|
9579
9575
|
:param int port: Port number of the gRPC service. Number must be in the range 1 to 65535.
|
|
9580
9576
|
: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).
|
|
9581
9577
|
|
|
@@ -9606,14 +9602,10 @@ class GRPCAction(dict):
|
|
|
9606
9602
|
|
|
9607
9603
|
@pulumi.output_type
|
|
9608
9604
|
class GRPCActionPatch(dict):
|
|
9609
|
-
"""
|
|
9610
|
-
GRPCAction specifies an action involving a GRPC service.
|
|
9611
|
-
"""
|
|
9612
9605
|
def __init__(__self__, *,
|
|
9613
9606
|
port: Optional[int] = None,
|
|
9614
9607
|
service: Optional[str] = None):
|
|
9615
9608
|
"""
|
|
9616
|
-
GRPCAction specifies an action involving a GRPC service.
|
|
9617
9609
|
:param int port: Port number of the gRPC service. Number must be in the range 1 to 65535.
|
|
9618
9610
|
: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).
|
|
9619
9611
|
|
|
@@ -11423,10 +11415,10 @@ class LifecycleHandler(dict):
|
|
|
11423
11415
|
tcp_socket: Optional['outputs.TCPSocketAction'] = None):
|
|
11424
11416
|
"""
|
|
11425
11417
|
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.
|
|
11426
|
-
:param 'ExecActionArgs' exec_: Exec specifies
|
|
11427
|
-
:param 'HTTPGetActionArgs' http_get: HTTPGet specifies
|
|
11428
|
-
:param 'SleepActionArgs' sleep: Sleep represents
|
|
11429
|
-
:param 'TCPSocketActionArgs' tcp_socket: Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for backward compatibility. There
|
|
11418
|
+
:param 'ExecActionArgs' exec_: Exec specifies the action to take.
|
|
11419
|
+
:param 'HTTPGetActionArgs' http_get: HTTPGet specifies the http request to perform.
|
|
11420
|
+
:param 'SleepActionArgs' sleep: Sleep represents the duration that the container should sleep before being terminated.
|
|
11421
|
+
:param 'TCPSocketActionArgs' tcp_socket: Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
|
|
11430
11422
|
"""
|
|
11431
11423
|
if exec_ is not None:
|
|
11432
11424
|
pulumi.set(__self__, "exec_", exec_)
|
|
@@ -11441,7 +11433,7 @@ class LifecycleHandler(dict):
|
|
|
11441
11433
|
@pulumi.getter(name="exec")
|
|
11442
11434
|
def exec_(self) -> Optional['outputs.ExecAction']:
|
|
11443
11435
|
"""
|
|
11444
|
-
Exec specifies
|
|
11436
|
+
Exec specifies the action to take.
|
|
11445
11437
|
"""
|
|
11446
11438
|
return pulumi.get(self, "exec_")
|
|
11447
11439
|
|
|
@@ -11449,7 +11441,7 @@ class LifecycleHandler(dict):
|
|
|
11449
11441
|
@pulumi.getter(name="httpGet")
|
|
11450
11442
|
def http_get(self) -> Optional['outputs.HTTPGetAction']:
|
|
11451
11443
|
"""
|
|
11452
|
-
HTTPGet specifies
|
|
11444
|
+
HTTPGet specifies the http request to perform.
|
|
11453
11445
|
"""
|
|
11454
11446
|
return pulumi.get(self, "http_get")
|
|
11455
11447
|
|
|
@@ -11457,7 +11449,7 @@ class LifecycleHandler(dict):
|
|
|
11457
11449
|
@pulumi.getter
|
|
11458
11450
|
def sleep(self) -> Optional['outputs.SleepAction']:
|
|
11459
11451
|
"""
|
|
11460
|
-
Sleep represents
|
|
11452
|
+
Sleep represents the duration that the container should sleep before being terminated.
|
|
11461
11453
|
"""
|
|
11462
11454
|
return pulumi.get(self, "sleep")
|
|
11463
11455
|
|
|
@@ -11465,7 +11457,7 @@ class LifecycleHandler(dict):
|
|
|
11465
11457
|
@pulumi.getter(name="tcpSocket")
|
|
11466
11458
|
def tcp_socket(self) -> Optional['outputs.TCPSocketAction']:
|
|
11467
11459
|
"""
|
|
11468
|
-
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for backward compatibility. There
|
|
11460
|
+
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
|
|
11469
11461
|
"""
|
|
11470
11462
|
return pulumi.get(self, "tcp_socket")
|
|
11471
11463
|
|
|
@@ -11503,10 +11495,10 @@ class LifecycleHandlerPatch(dict):
|
|
|
11503
11495
|
tcp_socket: Optional['outputs.TCPSocketActionPatch'] = None):
|
|
11504
11496
|
"""
|
|
11505
11497
|
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.
|
|
11506
|
-
:param 'ExecActionPatchArgs' exec_: Exec specifies
|
|
11507
|
-
:param 'HTTPGetActionPatchArgs' http_get: HTTPGet specifies
|
|
11508
|
-
:param 'SleepActionPatchArgs' sleep: Sleep represents
|
|
11509
|
-
:param 'TCPSocketActionPatchArgs' tcp_socket: Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for backward compatibility. There
|
|
11498
|
+
:param 'ExecActionPatchArgs' exec_: Exec specifies the action to take.
|
|
11499
|
+
:param 'HTTPGetActionPatchArgs' http_get: HTTPGet specifies the http request to perform.
|
|
11500
|
+
:param 'SleepActionPatchArgs' sleep: Sleep represents the duration that the container should sleep before being terminated.
|
|
11501
|
+
:param 'TCPSocketActionPatchArgs' tcp_socket: Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
|
|
11510
11502
|
"""
|
|
11511
11503
|
if exec_ is not None:
|
|
11512
11504
|
pulumi.set(__self__, "exec_", exec_)
|
|
@@ -11521,7 +11513,7 @@ class LifecycleHandlerPatch(dict):
|
|
|
11521
11513
|
@pulumi.getter(name="exec")
|
|
11522
11514
|
def exec_(self) -> Optional['outputs.ExecActionPatch']:
|
|
11523
11515
|
"""
|
|
11524
|
-
Exec specifies
|
|
11516
|
+
Exec specifies the action to take.
|
|
11525
11517
|
"""
|
|
11526
11518
|
return pulumi.get(self, "exec_")
|
|
11527
11519
|
|
|
@@ -11529,7 +11521,7 @@ class LifecycleHandlerPatch(dict):
|
|
|
11529
11521
|
@pulumi.getter(name="httpGet")
|
|
11530
11522
|
def http_get(self) -> Optional['outputs.HTTPGetActionPatch']:
|
|
11531
11523
|
"""
|
|
11532
|
-
HTTPGet specifies
|
|
11524
|
+
HTTPGet specifies the http request to perform.
|
|
11533
11525
|
"""
|
|
11534
11526
|
return pulumi.get(self, "http_get")
|
|
11535
11527
|
|
|
@@ -11537,7 +11529,7 @@ class LifecycleHandlerPatch(dict):
|
|
|
11537
11529
|
@pulumi.getter
|
|
11538
11530
|
def sleep(self) -> Optional['outputs.SleepActionPatch']:
|
|
11539
11531
|
"""
|
|
11540
|
-
Sleep represents
|
|
11532
|
+
Sleep represents the duration that the container should sleep before being terminated.
|
|
11541
11533
|
"""
|
|
11542
11534
|
return pulumi.get(self, "sleep")
|
|
11543
11535
|
|
|
@@ -11545,7 +11537,7 @@ class LifecycleHandlerPatch(dict):
|
|
|
11545
11537
|
@pulumi.getter(name="tcpSocket")
|
|
11546
11538
|
def tcp_socket(self) -> Optional['outputs.TCPSocketActionPatch']:
|
|
11547
11539
|
"""
|
|
11548
|
-
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for backward compatibility. There
|
|
11540
|
+
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
|
|
11549
11541
|
"""
|
|
11550
11542
|
return pulumi.get(self, "tcp_socket")
|
|
11551
11543
|
|
|
@@ -12301,7 +12293,7 @@ class LocalObjectReferencePatch(dict):
|
|
|
12301
12293
|
@pulumi.output_type
|
|
12302
12294
|
class LocalVolumeSource(dict):
|
|
12303
12295
|
"""
|
|
12304
|
-
Local represents directly-attached storage with node affinity
|
|
12296
|
+
Local represents directly-attached storage with node affinity (Beta feature)
|
|
12305
12297
|
"""
|
|
12306
12298
|
@staticmethod
|
|
12307
12299
|
def __key_warning(key: str):
|
|
@@ -12324,7 +12316,7 @@ class LocalVolumeSource(dict):
|
|
|
12324
12316
|
path: str,
|
|
12325
12317
|
fs_type: Optional[str] = None):
|
|
12326
12318
|
"""
|
|
12327
|
-
Local represents directly-attached storage with node affinity
|
|
12319
|
+
Local represents directly-attached storage with node affinity (Beta feature)
|
|
12328
12320
|
: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, ...).
|
|
12329
12321
|
: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.
|
|
12330
12322
|
"""
|
|
@@ -12352,7 +12344,7 @@ class LocalVolumeSource(dict):
|
|
|
12352
12344
|
@pulumi.output_type
|
|
12353
12345
|
class LocalVolumeSourcePatch(dict):
|
|
12354
12346
|
"""
|
|
12355
|
-
Local represents directly-attached storage with node affinity
|
|
12347
|
+
Local represents directly-attached storage with node affinity (Beta feature)
|
|
12356
12348
|
"""
|
|
12357
12349
|
@staticmethod
|
|
12358
12350
|
def __key_warning(key: str):
|
|
@@ -12375,7 +12367,7 @@ class LocalVolumeSourcePatch(dict):
|
|
|
12375
12367
|
fs_type: Optional[str] = None,
|
|
12376
12368
|
path: Optional[str] = None):
|
|
12377
12369
|
"""
|
|
12378
|
-
Local represents directly-attached storage with node affinity
|
|
12370
|
+
Local represents directly-attached storage with node affinity (Beta feature)
|
|
12379
12371
|
: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.
|
|
12380
12372
|
: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, ...).
|
|
12381
12373
|
"""
|
|
@@ -12786,9 +12778,6 @@ class NamespaceCondition(dict):
|
|
|
12786
12778
|
NamespaceCondition contains details about state of namespace.
|
|
12787
12779
|
:param str status: Status of the condition, one of True, False, Unknown.
|
|
12788
12780
|
: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.
|
|
12792
12781
|
"""
|
|
12793
12782
|
pulumi.set(__self__, "status", status)
|
|
12794
12783
|
pulumi.set(__self__, "type", type)
|
|
@@ -12818,25 +12807,16 @@ class NamespaceCondition(dict):
|
|
|
12818
12807
|
@property
|
|
12819
12808
|
@pulumi.getter(name="lastTransitionTime")
|
|
12820
12809
|
def last_transition_time(self) -> Optional[str]:
|
|
12821
|
-
"""
|
|
12822
|
-
Last time the condition transitioned from one status to another.
|
|
12823
|
-
"""
|
|
12824
12810
|
return pulumi.get(self, "last_transition_time")
|
|
12825
12811
|
|
|
12826
12812
|
@property
|
|
12827
12813
|
@pulumi.getter
|
|
12828
12814
|
def message(self) -> Optional[str]:
|
|
12829
|
-
"""
|
|
12830
|
-
Human-readable message indicating details about last transition.
|
|
12831
|
-
"""
|
|
12832
12815
|
return pulumi.get(self, "message")
|
|
12833
12816
|
|
|
12834
12817
|
@property
|
|
12835
12818
|
@pulumi.getter
|
|
12836
12819
|
def reason(self) -> Optional[str]:
|
|
12837
|
-
"""
|
|
12838
|
-
Unique, one-word, CamelCase reason for the condition's last transition.
|
|
12839
|
-
"""
|
|
12840
12820
|
return pulumi.get(self, "reason")
|
|
12841
12821
|
|
|
12842
12822
|
|
|
@@ -12870,9 +12850,6 @@ class NamespaceConditionPatch(dict):
|
|
|
12870
12850
|
type: Optional[str] = None):
|
|
12871
12851
|
"""
|
|
12872
12852
|
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.
|
|
12876
12853
|
:param str status: Status of the condition, one of True, False, Unknown.
|
|
12877
12854
|
:param str type: Type of namespace controller condition.
|
|
12878
12855
|
"""
|
|
@@ -12890,25 +12867,16 @@ class NamespaceConditionPatch(dict):
|
|
|
12890
12867
|
@property
|
|
12891
12868
|
@pulumi.getter(name="lastTransitionTime")
|
|
12892
12869
|
def last_transition_time(self) -> Optional[str]:
|
|
12893
|
-
"""
|
|
12894
|
-
Last time the condition transitioned from one status to another.
|
|
12895
|
-
"""
|
|
12896
12870
|
return pulumi.get(self, "last_transition_time")
|
|
12897
12871
|
|
|
12898
12872
|
@property
|
|
12899
12873
|
@pulumi.getter
|
|
12900
12874
|
def message(self) -> Optional[str]:
|
|
12901
|
-
"""
|
|
12902
|
-
Human-readable message indicating details about last transition.
|
|
12903
|
-
"""
|
|
12904
12875
|
return pulumi.get(self, "message")
|
|
12905
12876
|
|
|
12906
12877
|
@property
|
|
12907
12878
|
@pulumi.getter
|
|
12908
12879
|
def reason(self) -> Optional[str]:
|
|
12909
|
-
"""
|
|
12910
|
-
Unique, one-word, CamelCase reason for the condition's last transition.
|
|
12911
|
-
"""
|
|
12912
12880
|
return pulumi.get(self, "reason")
|
|
12913
12881
|
|
|
12914
12882
|
@property
|
|
@@ -14645,15 +14613,15 @@ class NodeStatus(dict):
|
|
|
14645
14613
|
volumes_in_use: Optional[Sequence[str]] = None):
|
|
14646
14614
|
"""
|
|
14647
14615
|
NodeStatus is information about the current status of a node.
|
|
14648
|
-
:param Sequence['NodeAddressArgs'] addresses: List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/
|
|
14616
|
+
:param Sequence['NodeAddressArgs'] addresses: List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#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).
|
|
14649
14617
|
:param Mapping[str, str] allocatable: Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.
|
|
14650
14618
|
:param Mapping[str, str] capacity: Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/reference/node/node-status/#capacity
|
|
14651
|
-
:param Sequence['NodeConditionArgs'] conditions: Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/
|
|
14619
|
+
:param Sequence['NodeConditionArgs'] conditions: Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition
|
|
14652
14620
|
:param 'NodeConfigStatusArgs' config: Status of the config assigned to the node via the dynamic Kubelet config feature.
|
|
14653
14621
|
:param 'NodeDaemonEndpointsArgs' daemon_endpoints: Endpoints of daemons running on the Node.
|
|
14654
14622
|
:param 'NodeFeaturesArgs' features: Features describes the set of features implemented by the CRI implementation.
|
|
14655
14623
|
:param Sequence['ContainerImageArgs'] images: List of container images on this node
|
|
14656
|
-
:param 'NodeSystemInfoArgs' node_info: Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/
|
|
14624
|
+
:param 'NodeSystemInfoArgs' node_info: Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info
|
|
14657
14625
|
: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.
|
|
14658
14626
|
:param Sequence['NodeRuntimeHandlerArgs'] runtime_handlers: The available runtime handlers.
|
|
14659
14627
|
:param Sequence['AttachedVolumeArgs'] volumes_attached: List of volumes that are attached to the node.
|
|
@@ -14690,7 +14658,7 @@ class NodeStatus(dict):
|
|
|
14690
14658
|
@pulumi.getter
|
|
14691
14659
|
def addresses(self) -> Optional[Sequence['outputs.NodeAddress']]:
|
|
14692
14660
|
"""
|
|
14693
|
-
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/
|
|
14661
|
+
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#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).
|
|
14694
14662
|
"""
|
|
14695
14663
|
return pulumi.get(self, "addresses")
|
|
14696
14664
|
|
|
@@ -14714,7 +14682,7 @@ class NodeStatus(dict):
|
|
|
14714
14682
|
@pulumi.getter
|
|
14715
14683
|
def conditions(self) -> Optional[Sequence['outputs.NodeCondition']]:
|
|
14716
14684
|
"""
|
|
14717
|
-
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/
|
|
14685
|
+
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition
|
|
14718
14686
|
"""
|
|
14719
14687
|
return pulumi.get(self, "conditions")
|
|
14720
14688
|
|
|
@@ -14754,7 +14722,7 @@ class NodeStatus(dict):
|
|
|
14754
14722
|
@pulumi.getter(name="nodeInfo")
|
|
14755
14723
|
def node_info(self) -> Optional['outputs.NodeSystemInfo']:
|
|
14756
14724
|
"""
|
|
14757
|
-
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/
|
|
14725
|
+
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info
|
|
14758
14726
|
"""
|
|
14759
14727
|
return pulumi.get(self, "node_info")
|
|
14760
14728
|
|
|
@@ -14837,15 +14805,15 @@ class NodeStatusPatch(dict):
|
|
|
14837
14805
|
volumes_in_use: Optional[Sequence[str]] = None):
|
|
14838
14806
|
"""
|
|
14839
14807
|
NodeStatus is information about the current status of a node.
|
|
14840
|
-
:param Sequence['NodeAddressPatchArgs'] addresses: List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/
|
|
14808
|
+
:param Sequence['NodeAddressPatchArgs'] addresses: List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#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).
|
|
14841
14809
|
:param Mapping[str, str] allocatable: Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.
|
|
14842
14810
|
:param Mapping[str, str] capacity: Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/reference/node/node-status/#capacity
|
|
14843
|
-
:param Sequence['NodeConditionPatchArgs'] conditions: Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/
|
|
14811
|
+
:param Sequence['NodeConditionPatchArgs'] conditions: Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition
|
|
14844
14812
|
:param 'NodeConfigStatusPatchArgs' config: Status of the config assigned to the node via the dynamic Kubelet config feature.
|
|
14845
14813
|
:param 'NodeDaemonEndpointsPatchArgs' daemon_endpoints: Endpoints of daemons running on the Node.
|
|
14846
14814
|
:param 'NodeFeaturesPatchArgs' features: Features describes the set of features implemented by the CRI implementation.
|
|
14847
14815
|
:param Sequence['ContainerImagePatchArgs'] images: List of container images on this node
|
|
14848
|
-
:param 'NodeSystemInfoPatchArgs' node_info: Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/
|
|
14816
|
+
:param 'NodeSystemInfoPatchArgs' node_info: Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info
|
|
14849
14817
|
: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.
|
|
14850
14818
|
:param Sequence['NodeRuntimeHandlerPatchArgs'] runtime_handlers: The available runtime handlers.
|
|
14851
14819
|
:param Sequence['AttachedVolumePatchArgs'] volumes_attached: List of volumes that are attached to the node.
|
|
@@ -14882,7 +14850,7 @@ class NodeStatusPatch(dict):
|
|
|
14882
14850
|
@pulumi.getter
|
|
14883
14851
|
def addresses(self) -> Optional[Sequence['outputs.NodeAddressPatch']]:
|
|
14884
14852
|
"""
|
|
14885
|
-
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/
|
|
14853
|
+
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/concepts/nodes/node/#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).
|
|
14886
14854
|
"""
|
|
14887
14855
|
return pulumi.get(self, "addresses")
|
|
14888
14856
|
|
|
@@ -14906,7 +14874,7 @@ class NodeStatusPatch(dict):
|
|
|
14906
14874
|
@pulumi.getter
|
|
14907
14875
|
def conditions(self) -> Optional[Sequence['outputs.NodeConditionPatch']]:
|
|
14908
14876
|
"""
|
|
14909
|
-
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/
|
|
14877
|
+
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition
|
|
14910
14878
|
"""
|
|
14911
14879
|
return pulumi.get(self, "conditions")
|
|
14912
14880
|
|
|
@@ -14946,7 +14914,7 @@ class NodeStatusPatch(dict):
|
|
|
14946
14914
|
@pulumi.getter(name="nodeInfo")
|
|
14947
14915
|
def node_info(self) -> Optional['outputs.NodeSystemInfoPatch']:
|
|
14948
14916
|
"""
|
|
14949
|
-
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/
|
|
14917
|
+
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info
|
|
14950
14918
|
"""
|
|
14951
14919
|
return pulumi.get(self, "node_info")
|
|
14952
14920
|
|
|
@@ -15849,8 +15817,6 @@ class PersistentVolumeClaimCondition(dict):
|
|
|
15849
15817
|
reason: Optional[str] = None):
|
|
15850
15818
|
"""
|
|
15851
15819
|
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
|
|
15854
15820
|
:param str last_probe_time: lastProbeTime is the time we probed the condition.
|
|
15855
15821
|
:param str last_transition_time: lastTransitionTime is the time the condition transitioned from one status to another.
|
|
15856
15822
|
:param str message: message is the human-readable message indicating details about last transition.
|
|
@@ -15870,17 +15836,11 @@ class PersistentVolumeClaimCondition(dict):
|
|
|
15870
15836
|
@property
|
|
15871
15837
|
@pulumi.getter
|
|
15872
15838
|
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
|
-
"""
|
|
15876
15839
|
return pulumi.get(self, "status")
|
|
15877
15840
|
|
|
15878
15841
|
@property
|
|
15879
15842
|
@pulumi.getter
|
|
15880
15843
|
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
|
-
"""
|
|
15884
15844
|
return pulumi.get(self, "type")
|
|
15885
15845
|
|
|
15886
15846
|
@property
|
|
@@ -15953,8 +15913,6 @@ class PersistentVolumeClaimConditionPatch(dict):
|
|
|
15953
15913
|
:param str last_transition_time: lastTransitionTime is the time the condition transitioned from one status to another.
|
|
15954
15914
|
:param str message: message is the human-readable message indicating details about last transition.
|
|
15955
15915
|
: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
|
|
15958
15916
|
"""
|
|
15959
15917
|
if last_probe_time is not None:
|
|
15960
15918
|
pulumi.set(__self__, "last_probe_time", last_probe_time)
|
|
@@ -16004,17 +15962,11 @@ class PersistentVolumeClaimConditionPatch(dict):
|
|
|
16004
15962
|
@property
|
|
16005
15963
|
@pulumi.getter
|
|
16006
15964
|
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
|
-
"""
|
|
16010
15965
|
return pulumi.get(self, "status")
|
|
16011
15966
|
|
|
16012
15967
|
@property
|
|
16013
15968
|
@pulumi.getter
|
|
16014
15969
|
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
|
-
"""
|
|
16018
15970
|
return pulumi.get(self, "type")
|
|
16019
15971
|
|
|
16020
15972
|
|
|
@@ -17145,19 +17097,19 @@ class PersistentVolumeSpec(dict):
|
|
|
17145
17097
|
"""
|
|
17146
17098
|
PersistentVolumeSpec is the specification of a persistent volume.
|
|
17147
17099
|
: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
|
|
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.
|
|
17149
|
-
:param 'AzureDiskVolumeSourceArgs' azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
17150
|
-
:param 'AzureFilePersistentVolumeSourceArgs' azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
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.
|
|
17151
17103
|
: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
|
|
17152
|
-
:param 'CephFSPersistentVolumeSourceArgs' cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
17153
|
-
:param 'CinderPersistentVolumeSourceArgs' cinder: cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
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
|
|
17154
17106
|
: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
|
|
17155
|
-
:param 'CSIPersistentVolumeSourceArgs' csi: csi represents storage that is handled by an external CSI driver.
|
|
17107
|
+
:param 'CSIPersistentVolumeSourceArgs' csi: csi represents storage that is handled by an external CSI driver (Beta feature).
|
|
17156
17108
|
:param 'FCVolumeSourceArgs' fc: fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
17157
|
-
:param 'FlexPersistentVolumeSourceArgs' flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
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
|
|
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.
|
|
17160
|
-
:param 'GlusterfsPersistentVolumeSourceArgs' glusterfs: glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin.
|
|
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
|
|
17161
17113
|
: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
|
|
17162
17114
|
: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.
|
|
17163
17115
|
:param 'LocalVolumeSourceArgs' local: local represents directly-attached storage with node affinity
|
|
@@ -17165,16 +17117,16 @@ class PersistentVolumeSpec(dict):
|
|
|
17165
17117
|
: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
|
|
17166
17118
|
: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.
|
|
17167
17119
|
: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
|
|
17168
|
-
:param 'PhotonPersistentDiskVolumeSourceArgs' photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
17169
|
-
:param 'PortworxVolumeSourceArgs' portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
17170
|
-
:param 'QuobyteVolumeSourceArgs' quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
17171
|
-
:param 'RBDPersistentVolumeSourceArgs' rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
17172
|
-
:param 'ScaleIOPersistentVolumeSourceArgs' scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
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.
|
|
17173
17125
|
: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.
|
|
17174
|
-
:param 'StorageOSPersistentVolumeSourceArgs' storageos: storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod
|
|
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
|
|
17175
17127
|
: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).
|
|
17176
17128
|
: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.
|
|
17177
|
-
:param 'VsphereVirtualDiskVolumeSourceArgs' vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
17129
|
+
:param 'VsphereVirtualDiskVolumeSourceArgs' vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
17178
17130
|
"""
|
|
17179
17131
|
if access_modes is not None:
|
|
17180
17132
|
pulumi.set(__self__, "access_modes", access_modes)
|
|
@@ -17251,7 +17203,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17251
17203
|
@pulumi.getter(name="awsElasticBlockStore")
|
|
17252
17204
|
def aws_elastic_block_store(self) -> Optional['outputs.AWSElasticBlockStoreVolumeSource']:
|
|
17253
17205
|
"""
|
|
17254
|
-
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
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
|
|
17255
17207
|
"""
|
|
17256
17208
|
return pulumi.get(self, "aws_elastic_block_store")
|
|
17257
17209
|
|
|
@@ -17259,7 +17211,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17259
17211
|
@pulumi.getter(name="azureDisk")
|
|
17260
17212
|
def azure_disk(self) -> Optional['outputs.AzureDiskVolumeSource']:
|
|
17261
17213
|
"""
|
|
17262
|
-
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
17214
|
+
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
17263
17215
|
"""
|
|
17264
17216
|
return pulumi.get(self, "azure_disk")
|
|
17265
17217
|
|
|
@@ -17267,7 +17219,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17267
17219
|
@pulumi.getter(name="azureFile")
|
|
17268
17220
|
def azure_file(self) -> Optional['outputs.AzureFilePersistentVolumeSource']:
|
|
17269
17221
|
"""
|
|
17270
|
-
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
17222
|
+
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
17271
17223
|
"""
|
|
17272
17224
|
return pulumi.get(self, "azure_file")
|
|
17273
17225
|
|
|
@@ -17283,7 +17235,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17283
17235
|
@pulumi.getter
|
|
17284
17236
|
def cephfs(self) -> Optional['outputs.CephFSPersistentVolumeSource']:
|
|
17285
17237
|
"""
|
|
17286
|
-
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
17238
|
+
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
17287
17239
|
"""
|
|
17288
17240
|
return pulumi.get(self, "cephfs")
|
|
17289
17241
|
|
|
@@ -17291,7 +17243,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17291
17243
|
@pulumi.getter
|
|
17292
17244
|
def cinder(self) -> Optional['outputs.CinderPersistentVolumeSource']:
|
|
17293
17245
|
"""
|
|
17294
|
-
cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
17246
|
+
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
17295
17247
|
"""
|
|
17296
17248
|
return pulumi.get(self, "cinder")
|
|
17297
17249
|
|
|
@@ -17307,7 +17259,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17307
17259
|
@pulumi.getter
|
|
17308
17260
|
def csi(self) -> Optional['outputs.CSIPersistentVolumeSource']:
|
|
17309
17261
|
"""
|
|
17310
|
-
csi represents storage that is handled by an external CSI driver.
|
|
17262
|
+
csi represents storage that is handled by an external CSI driver (Beta feature).
|
|
17311
17263
|
"""
|
|
17312
17264
|
return pulumi.get(self, "csi")
|
|
17313
17265
|
|
|
@@ -17323,7 +17275,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17323
17275
|
@pulumi.getter(name="flexVolume")
|
|
17324
17276
|
def flex_volume(self) -> Optional['outputs.FlexPersistentVolumeSource']:
|
|
17325
17277
|
"""
|
|
17326
|
-
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
17278
|
+
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
17327
17279
|
"""
|
|
17328
17280
|
return pulumi.get(self, "flex_volume")
|
|
17329
17281
|
|
|
@@ -17331,7 +17283,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17331
17283
|
@pulumi.getter
|
|
17332
17284
|
def flocker(self) -> Optional['outputs.FlockerVolumeSource']:
|
|
17333
17285
|
"""
|
|
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
|
|
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
|
|
17335
17287
|
"""
|
|
17336
17288
|
return pulumi.get(self, "flocker")
|
|
17337
17289
|
|
|
@@ -17339,7 +17291,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17339
17291
|
@pulumi.getter(name="gcePersistentDisk")
|
|
17340
17292
|
def gce_persistent_disk(self) -> Optional['outputs.GCEPersistentDiskVolumeSource']:
|
|
17341
17293
|
"""
|
|
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.
|
|
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
|
|
17343
17295
|
"""
|
|
17344
17296
|
return pulumi.get(self, "gce_persistent_disk")
|
|
17345
17297
|
|
|
@@ -17347,7 +17299,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17347
17299
|
@pulumi.getter
|
|
17348
17300
|
def glusterfs(self) -> Optional['outputs.GlusterfsPersistentVolumeSource']:
|
|
17349
17301
|
"""
|
|
17350
|
-
glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin.
|
|
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
|
|
17351
17303
|
"""
|
|
17352
17304
|
return pulumi.get(self, "glusterfs")
|
|
17353
17305
|
|
|
@@ -17411,7 +17363,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17411
17363
|
@pulumi.getter(name="photonPersistentDisk")
|
|
17412
17364
|
def photon_persistent_disk(self) -> Optional['outputs.PhotonPersistentDiskVolumeSource']:
|
|
17413
17365
|
"""
|
|
17414
|
-
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
17366
|
+
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
17415
17367
|
"""
|
|
17416
17368
|
return pulumi.get(self, "photon_persistent_disk")
|
|
17417
17369
|
|
|
@@ -17419,7 +17371,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17419
17371
|
@pulumi.getter(name="portworxVolume")
|
|
17420
17372
|
def portworx_volume(self) -> Optional['outputs.PortworxVolumeSource']:
|
|
17421
17373
|
"""
|
|
17422
|
-
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
17374
|
+
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
17423
17375
|
"""
|
|
17424
17376
|
return pulumi.get(self, "portworx_volume")
|
|
17425
17377
|
|
|
@@ -17427,7 +17379,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17427
17379
|
@pulumi.getter
|
|
17428
17380
|
def quobyte(self) -> Optional['outputs.QuobyteVolumeSource']:
|
|
17429
17381
|
"""
|
|
17430
|
-
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
17382
|
+
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
17431
17383
|
"""
|
|
17432
17384
|
return pulumi.get(self, "quobyte")
|
|
17433
17385
|
|
|
@@ -17435,7 +17387,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17435
17387
|
@pulumi.getter
|
|
17436
17388
|
def rbd(self) -> Optional['outputs.RBDPersistentVolumeSource']:
|
|
17437
17389
|
"""
|
|
17438
|
-
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
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
|
|
17439
17391
|
"""
|
|
17440
17392
|
return pulumi.get(self, "rbd")
|
|
17441
17393
|
|
|
@@ -17443,7 +17395,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17443
17395
|
@pulumi.getter(name="scaleIO")
|
|
17444
17396
|
def scale_io(self) -> Optional['outputs.ScaleIOPersistentVolumeSource']:
|
|
17445
17397
|
"""
|
|
17446
|
-
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
17398
|
+
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
17447
17399
|
"""
|
|
17448
17400
|
return pulumi.get(self, "scale_io")
|
|
17449
17401
|
|
|
@@ -17459,7 +17411,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17459
17411
|
@pulumi.getter
|
|
17460
17412
|
def storageos(self) -> Optional['outputs.StorageOSPersistentVolumeSource']:
|
|
17461
17413
|
"""
|
|
17462
|
-
storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod
|
|
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
|
|
17463
17415
|
"""
|
|
17464
17416
|
return pulumi.get(self, "storageos")
|
|
17465
17417
|
|
|
@@ -17483,7 +17435,7 @@ class PersistentVolumeSpec(dict):
|
|
|
17483
17435
|
@pulumi.getter(name="vsphereVolume")
|
|
17484
17436
|
def vsphere_volume(self) -> Optional['outputs.VsphereVirtualDiskVolumeSource']:
|
|
17485
17437
|
"""
|
|
17486
|
-
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
17438
|
+
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
17487
17439
|
"""
|
|
17488
17440
|
return pulumi.get(self, "vsphere_volume")
|
|
17489
17441
|
|
|
@@ -17579,19 +17531,19 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17579
17531
|
"""
|
|
17580
17532
|
PersistentVolumeSpec is the specification of a persistent volume.
|
|
17581
17533
|
: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
|
|
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.
|
|
17583
|
-
:param 'AzureDiskVolumeSourcePatchArgs' azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
17584
|
-
:param 'AzureFilePersistentVolumeSourcePatchArgs' azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
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.
|
|
17585
17537
|
: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
|
|
17586
|
-
:param 'CephFSPersistentVolumeSourcePatchArgs' cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
17587
|
-
:param 'CinderPersistentVolumeSourcePatchArgs' cinder: cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
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
|
|
17588
17540
|
: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
|
|
17589
|
-
:param 'CSIPersistentVolumeSourcePatchArgs' csi: csi represents storage that is handled by an external CSI driver.
|
|
17541
|
+
:param 'CSIPersistentVolumeSourcePatchArgs' csi: csi represents storage that is handled by an external CSI driver (Beta feature).
|
|
17590
17542
|
:param 'FCVolumeSourcePatchArgs' fc: fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
17591
|
-
:param 'FlexPersistentVolumeSourcePatchArgs' flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
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
|
|
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.
|
|
17594
|
-
:param 'GlusterfsPersistentVolumeSourcePatchArgs' glusterfs: glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin.
|
|
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
|
|
17595
17547
|
: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
|
|
17596
17548
|
: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.
|
|
17597
17549
|
:param 'LocalVolumeSourcePatchArgs' local: local represents directly-attached storage with node affinity
|
|
@@ -17599,16 +17551,16 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17599
17551
|
: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
|
|
17600
17552
|
: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.
|
|
17601
17553
|
: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
|
|
17602
|
-
:param 'PhotonPersistentDiskVolumeSourcePatchArgs' photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
17603
|
-
:param 'PortworxVolumeSourcePatchArgs' portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
17604
|
-
:param 'QuobyteVolumeSourcePatchArgs' quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
17605
|
-
:param 'RBDPersistentVolumeSourcePatchArgs' rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
17606
|
-
:param 'ScaleIOPersistentVolumeSourcePatchArgs' scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
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.
|
|
17607
17559
|
: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.
|
|
17608
|
-
:param 'StorageOSPersistentVolumeSourcePatchArgs' storageos: storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod
|
|
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
|
|
17609
17561
|
: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).
|
|
17610
17562
|
: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.
|
|
17611
|
-
:param 'VsphereVirtualDiskVolumeSourcePatchArgs' vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
17563
|
+
:param 'VsphereVirtualDiskVolumeSourcePatchArgs' vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
17612
17564
|
"""
|
|
17613
17565
|
if access_modes is not None:
|
|
17614
17566
|
pulumi.set(__self__, "access_modes", access_modes)
|
|
@@ -17685,7 +17637,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17685
17637
|
@pulumi.getter(name="awsElasticBlockStore")
|
|
17686
17638
|
def aws_elastic_block_store(self) -> Optional['outputs.AWSElasticBlockStoreVolumeSourcePatch']:
|
|
17687
17639
|
"""
|
|
17688
|
-
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
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
|
|
17689
17641
|
"""
|
|
17690
17642
|
return pulumi.get(self, "aws_elastic_block_store")
|
|
17691
17643
|
|
|
@@ -17693,7 +17645,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17693
17645
|
@pulumi.getter(name="azureDisk")
|
|
17694
17646
|
def azure_disk(self) -> Optional['outputs.AzureDiskVolumeSourcePatch']:
|
|
17695
17647
|
"""
|
|
17696
|
-
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
17648
|
+
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
17697
17649
|
"""
|
|
17698
17650
|
return pulumi.get(self, "azure_disk")
|
|
17699
17651
|
|
|
@@ -17701,7 +17653,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17701
17653
|
@pulumi.getter(name="azureFile")
|
|
17702
17654
|
def azure_file(self) -> Optional['outputs.AzureFilePersistentVolumeSourcePatch']:
|
|
17703
17655
|
"""
|
|
17704
|
-
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
17656
|
+
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
17705
17657
|
"""
|
|
17706
17658
|
return pulumi.get(self, "azure_file")
|
|
17707
17659
|
|
|
@@ -17717,7 +17669,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17717
17669
|
@pulumi.getter
|
|
17718
17670
|
def cephfs(self) -> Optional['outputs.CephFSPersistentVolumeSourcePatch']:
|
|
17719
17671
|
"""
|
|
17720
|
-
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
17672
|
+
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
17721
17673
|
"""
|
|
17722
17674
|
return pulumi.get(self, "cephfs")
|
|
17723
17675
|
|
|
@@ -17725,7 +17677,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17725
17677
|
@pulumi.getter
|
|
17726
17678
|
def cinder(self) -> Optional['outputs.CinderPersistentVolumeSourcePatch']:
|
|
17727
17679
|
"""
|
|
17728
|
-
cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
17680
|
+
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
17729
17681
|
"""
|
|
17730
17682
|
return pulumi.get(self, "cinder")
|
|
17731
17683
|
|
|
@@ -17741,7 +17693,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17741
17693
|
@pulumi.getter
|
|
17742
17694
|
def csi(self) -> Optional['outputs.CSIPersistentVolumeSourcePatch']:
|
|
17743
17695
|
"""
|
|
17744
|
-
csi represents storage that is handled by an external CSI driver.
|
|
17696
|
+
csi represents storage that is handled by an external CSI driver (Beta feature).
|
|
17745
17697
|
"""
|
|
17746
17698
|
return pulumi.get(self, "csi")
|
|
17747
17699
|
|
|
@@ -17757,7 +17709,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17757
17709
|
@pulumi.getter(name="flexVolume")
|
|
17758
17710
|
def flex_volume(self) -> Optional['outputs.FlexPersistentVolumeSourcePatch']:
|
|
17759
17711
|
"""
|
|
17760
|
-
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
17712
|
+
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
17761
17713
|
"""
|
|
17762
17714
|
return pulumi.get(self, "flex_volume")
|
|
17763
17715
|
|
|
@@ -17765,7 +17717,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17765
17717
|
@pulumi.getter
|
|
17766
17718
|
def flocker(self) -> Optional['outputs.FlockerVolumeSourcePatch']:
|
|
17767
17719
|
"""
|
|
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
|
|
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
|
|
17769
17721
|
"""
|
|
17770
17722
|
return pulumi.get(self, "flocker")
|
|
17771
17723
|
|
|
@@ -17773,7 +17725,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17773
17725
|
@pulumi.getter(name="gcePersistentDisk")
|
|
17774
17726
|
def gce_persistent_disk(self) -> Optional['outputs.GCEPersistentDiskVolumeSourcePatch']:
|
|
17775
17727
|
"""
|
|
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.
|
|
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
|
|
17777
17729
|
"""
|
|
17778
17730
|
return pulumi.get(self, "gce_persistent_disk")
|
|
17779
17731
|
|
|
@@ -17781,7 +17733,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17781
17733
|
@pulumi.getter
|
|
17782
17734
|
def glusterfs(self) -> Optional['outputs.GlusterfsPersistentVolumeSourcePatch']:
|
|
17783
17735
|
"""
|
|
17784
|
-
glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin.
|
|
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
|
|
17785
17737
|
"""
|
|
17786
17738
|
return pulumi.get(self, "glusterfs")
|
|
17787
17739
|
|
|
@@ -17845,7 +17797,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17845
17797
|
@pulumi.getter(name="photonPersistentDisk")
|
|
17846
17798
|
def photon_persistent_disk(self) -> Optional['outputs.PhotonPersistentDiskVolumeSourcePatch']:
|
|
17847
17799
|
"""
|
|
17848
|
-
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
17800
|
+
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
17849
17801
|
"""
|
|
17850
17802
|
return pulumi.get(self, "photon_persistent_disk")
|
|
17851
17803
|
|
|
@@ -17853,7 +17805,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17853
17805
|
@pulumi.getter(name="portworxVolume")
|
|
17854
17806
|
def portworx_volume(self) -> Optional['outputs.PortworxVolumeSourcePatch']:
|
|
17855
17807
|
"""
|
|
17856
|
-
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
17808
|
+
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
17857
17809
|
"""
|
|
17858
17810
|
return pulumi.get(self, "portworx_volume")
|
|
17859
17811
|
|
|
@@ -17861,7 +17813,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17861
17813
|
@pulumi.getter
|
|
17862
17814
|
def quobyte(self) -> Optional['outputs.QuobyteVolumeSourcePatch']:
|
|
17863
17815
|
"""
|
|
17864
|
-
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
17816
|
+
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
17865
17817
|
"""
|
|
17866
17818
|
return pulumi.get(self, "quobyte")
|
|
17867
17819
|
|
|
@@ -17869,7 +17821,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17869
17821
|
@pulumi.getter
|
|
17870
17822
|
def rbd(self) -> Optional['outputs.RBDPersistentVolumeSourcePatch']:
|
|
17871
17823
|
"""
|
|
17872
|
-
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
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
|
|
17873
17825
|
"""
|
|
17874
17826
|
return pulumi.get(self, "rbd")
|
|
17875
17827
|
|
|
@@ -17877,7 +17829,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17877
17829
|
@pulumi.getter(name="scaleIO")
|
|
17878
17830
|
def scale_io(self) -> Optional['outputs.ScaleIOPersistentVolumeSourcePatch']:
|
|
17879
17831
|
"""
|
|
17880
|
-
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
17832
|
+
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
17881
17833
|
"""
|
|
17882
17834
|
return pulumi.get(self, "scale_io")
|
|
17883
17835
|
|
|
@@ -17893,7 +17845,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17893
17845
|
@pulumi.getter
|
|
17894
17846
|
def storageos(self) -> Optional['outputs.StorageOSPersistentVolumeSourcePatch']:
|
|
17895
17847
|
"""
|
|
17896
|
-
storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod
|
|
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
|
|
17897
17849
|
"""
|
|
17898
17850
|
return pulumi.get(self, "storageos")
|
|
17899
17851
|
|
|
@@ -17917,7 +17869,7 @@ class PersistentVolumeSpecPatch(dict):
|
|
|
17917
17869
|
@pulumi.getter(name="vsphereVolume")
|
|
17918
17870
|
def vsphere_volume(self) -> Optional['outputs.VsphereVirtualDiskVolumeSourcePatch']:
|
|
17919
17871
|
"""
|
|
17920
|
-
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
17872
|
+
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
17921
17873
|
"""
|
|
17922
17874
|
return pulumi.get(self, "vsphere_volume")
|
|
17923
17875
|
|
|
@@ -18989,8 +18941,7 @@ class PodDNSConfigOption(dict):
|
|
|
18989
18941
|
value: Optional[str] = None):
|
|
18990
18942
|
"""
|
|
18991
18943
|
PodDNSConfigOption defines DNS resolver options of a pod.
|
|
18992
|
-
:param str name:
|
|
18993
|
-
:param str value: Value is this DNS resolver option's value.
|
|
18944
|
+
:param str name: Required.
|
|
18994
18945
|
"""
|
|
18995
18946
|
if name is not None:
|
|
18996
18947
|
pulumi.set(__self__, "name", name)
|
|
@@ -19001,16 +18952,13 @@ class PodDNSConfigOption(dict):
|
|
|
19001
18952
|
@pulumi.getter
|
|
19002
18953
|
def name(self) -> Optional[str]:
|
|
19003
18954
|
"""
|
|
19004
|
-
|
|
18955
|
+
Required.
|
|
19005
18956
|
"""
|
|
19006
18957
|
return pulumi.get(self, "name")
|
|
19007
18958
|
|
|
19008
18959
|
@property
|
|
19009
18960
|
@pulumi.getter
|
|
19010
18961
|
def value(self) -> Optional[str]:
|
|
19011
|
-
"""
|
|
19012
|
-
Value is this DNS resolver option's value.
|
|
19013
|
-
"""
|
|
19014
18962
|
return pulumi.get(self, "value")
|
|
19015
18963
|
|
|
19016
18964
|
|
|
@@ -19024,8 +18972,7 @@ class PodDNSConfigOptionPatch(dict):
|
|
|
19024
18972
|
value: Optional[str] = None):
|
|
19025
18973
|
"""
|
|
19026
18974
|
PodDNSConfigOption defines DNS resolver options of a pod.
|
|
19027
|
-
:param str name:
|
|
19028
|
-
:param str value: Value is this DNS resolver option's value.
|
|
18975
|
+
:param str name: Required.
|
|
19029
18976
|
"""
|
|
19030
18977
|
if name is not None:
|
|
19031
18978
|
pulumi.set(__self__, "name", name)
|
|
@@ -19036,16 +18983,13 @@ class PodDNSConfigOptionPatch(dict):
|
|
|
19036
18983
|
@pulumi.getter
|
|
19037
18984
|
def name(self) -> Optional[str]:
|
|
19038
18985
|
"""
|
|
19039
|
-
|
|
18986
|
+
Required.
|
|
19040
18987
|
"""
|
|
19041
18988
|
return pulumi.get(self, "name")
|
|
19042
18989
|
|
|
19043
18990
|
@property
|
|
19044
18991
|
@pulumi.getter
|
|
19045
18992
|
def value(self) -> Optional[str]:
|
|
19046
|
-
"""
|
|
19047
|
-
Value is this DNS resolver option's value.
|
|
19048
|
-
"""
|
|
19049
18993
|
return pulumi.get(self, "value")
|
|
19050
18994
|
|
|
19051
18995
|
|
|
@@ -19628,8 +19572,6 @@ class PodSecurityContext(dict):
|
|
|
19628
19572
|
suggest = "run_as_non_root"
|
|
19629
19573
|
elif key == "runAsUser":
|
|
19630
19574
|
suggest = "run_as_user"
|
|
19631
|
-
elif key == "seLinuxChangePolicy":
|
|
19632
|
-
suggest = "se_linux_change_policy"
|
|
19633
19575
|
elif key == "seLinuxOptions":
|
|
19634
19576
|
suggest = "se_linux_options"
|
|
19635
19577
|
elif key == "seccompProfile":
|
|
@@ -19659,7 +19601,6 @@ class PodSecurityContext(dict):
|
|
|
19659
19601
|
run_as_group: Optional[int] = None,
|
|
19660
19602
|
run_as_non_root: Optional[bool] = None,
|
|
19661
19603
|
run_as_user: Optional[int] = None,
|
|
19662
|
-
se_linux_change_policy: Optional[str] = None,
|
|
19663
19604
|
se_linux_options: Optional['outputs.SELinuxOptions'] = None,
|
|
19664
19605
|
seccomp_profile: Optional['outputs.SeccompProfile'] = None,
|
|
19665
19606
|
supplemental_groups: Optional[Sequence[int]] = None,
|
|
@@ -19678,17 +19619,6 @@ class PodSecurityContext(dict):
|
|
|
19678
19619
|
: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.
|
|
19679
19620
|
: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.
|
|
19680
19621
|
: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.
|
|
19692
19622
|
: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.
|
|
19693
19623
|
: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.
|
|
19694
19624
|
: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.
|
|
@@ -19708,8 +19638,6 @@ class PodSecurityContext(dict):
|
|
|
19708
19638
|
pulumi.set(__self__, "run_as_non_root", run_as_non_root)
|
|
19709
19639
|
if run_as_user is not None:
|
|
19710
19640
|
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)
|
|
19713
19641
|
if se_linux_options is not None:
|
|
19714
19642
|
pulumi.set(__self__, "se_linux_options", se_linux_options)
|
|
19715
19643
|
if seccomp_profile is not None:
|
|
@@ -19775,24 +19703,6 @@ class PodSecurityContext(dict):
|
|
|
19775
19703
|
"""
|
|
19776
19704
|
return pulumi.get(self, "run_as_user")
|
|
19777
19705
|
|
|
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
|
-
|
|
19796
19706
|
@property
|
|
19797
19707
|
@pulumi.getter(name="seLinuxOptions")
|
|
19798
19708
|
def se_linux_options(self) -> Optional['outputs.SELinuxOptions']:
|
|
@@ -19862,8 +19772,6 @@ class PodSecurityContextPatch(dict):
|
|
|
19862
19772
|
suggest = "run_as_non_root"
|
|
19863
19773
|
elif key == "runAsUser":
|
|
19864
19774
|
suggest = "run_as_user"
|
|
19865
|
-
elif key == "seLinuxChangePolicy":
|
|
19866
|
-
suggest = "se_linux_change_policy"
|
|
19867
19775
|
elif key == "seLinuxOptions":
|
|
19868
19776
|
suggest = "se_linux_options"
|
|
19869
19777
|
elif key == "seccompProfile":
|
|
@@ -19893,7 +19801,6 @@ class PodSecurityContextPatch(dict):
|
|
|
19893
19801
|
run_as_group: Optional[int] = None,
|
|
19894
19802
|
run_as_non_root: Optional[bool] = None,
|
|
19895
19803
|
run_as_user: Optional[int] = None,
|
|
19896
|
-
se_linux_change_policy: Optional[str] = None,
|
|
19897
19804
|
se_linux_options: Optional['outputs.SELinuxOptionsPatch'] = None,
|
|
19898
19805
|
seccomp_profile: Optional['outputs.SeccompProfilePatch'] = None,
|
|
19899
19806
|
supplemental_groups: Optional[Sequence[int]] = None,
|
|
@@ -19912,17 +19819,6 @@ class PodSecurityContextPatch(dict):
|
|
|
19912
19819
|
: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.
|
|
19913
19820
|
: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.
|
|
19914
19821
|
: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.
|
|
19926
19822
|
: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.
|
|
19927
19823
|
: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.
|
|
19928
19824
|
: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.
|
|
@@ -19942,8 +19838,6 @@ class PodSecurityContextPatch(dict):
|
|
|
19942
19838
|
pulumi.set(__self__, "run_as_non_root", run_as_non_root)
|
|
19943
19839
|
if run_as_user is not None:
|
|
19944
19840
|
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)
|
|
19947
19841
|
if se_linux_options is not None:
|
|
19948
19842
|
pulumi.set(__self__, "se_linux_options", se_linux_options)
|
|
19949
19843
|
if seccomp_profile is not None:
|
|
@@ -20009,24 +19903,6 @@ class PodSecurityContextPatch(dict):
|
|
|
20009
19903
|
"""
|
|
20010
19904
|
return pulumi.get(self, "run_as_user")
|
|
20011
19905
|
|
|
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
|
-
|
|
20030
19906
|
@property
|
|
20031
19907
|
@pulumi.getter(name="seLinuxOptions")
|
|
20032
19908
|
def se_linux_options(self) -> Optional['outputs.SELinuxOptionsPatch']:
|
|
@@ -20182,7 +20058,6 @@ class PodSpec(dict):
|
|
|
20182
20058
|
priority_class_name: Optional[str] = None,
|
|
20183
20059
|
readiness_gates: Optional[Sequence['outputs.PodReadinessGate']] = None,
|
|
20184
20060
|
resource_claims: Optional[Sequence['outputs.PodResourceClaim']] = None,
|
|
20185
|
-
resources: Optional['outputs.ResourceRequirements'] = None,
|
|
20186
20061
|
restart_policy: Optional[str] = None,
|
|
20187
20062
|
runtime_class_name: Optional[str] = None,
|
|
20188
20063
|
scheduler_name: Optional[str] = None,
|
|
@@ -20232,11 +20107,6 @@ class PodSpec(dict):
|
|
|
20232
20107
|
This is an alpha field and requires enabling the DynamicResourceAllocation feature gate.
|
|
20233
20108
|
|
|
20234
20109
|
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.
|
|
20240
20110
|
: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
|
|
20241
20111
|
: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
|
|
20242
20112
|
: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.
|
|
@@ -20246,7 +20116,7 @@ class PodSpec(dict):
|
|
|
20246
20116
|
: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.
|
|
20247
20117
|
:param str service_account: DeprecatedServiceAccount is a deprecated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead.
|
|
20248
20118
|
: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/
|
|
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
|
|
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\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.
|
|
20250
20120
|
: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.
|
|
20251
20121
|
: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.
|
|
20252
20122
|
: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.
|
|
@@ -20303,8 +20173,6 @@ class PodSpec(dict):
|
|
|
20303
20173
|
pulumi.set(__self__, "readiness_gates", readiness_gates)
|
|
20304
20174
|
if resource_claims is not None:
|
|
20305
20175
|
pulumi.set(__self__, "resource_claims", resource_claims)
|
|
20306
|
-
if resources is not None:
|
|
20307
|
-
pulumi.set(__self__, "resources", resources)
|
|
20308
20176
|
if restart_policy is not None:
|
|
20309
20177
|
pulumi.set(__self__, "restart_policy", restart_policy)
|
|
20310
20178
|
if runtime_class_name is not None:
|
|
@@ -20542,18 +20410,6 @@ class PodSpec(dict):
|
|
|
20542
20410
|
"""
|
|
20543
20411
|
return pulumi.get(self, "resource_claims")
|
|
20544
20412
|
|
|
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
|
-
|
|
20557
20413
|
@property
|
|
20558
20414
|
@pulumi.getter(name="restartPolicy")
|
|
20559
20415
|
def restart_policy(self) -> Optional[str]:
|
|
@@ -20616,7 +20472,7 @@ class PodSpec(dict):
|
|
|
20616
20472
|
@pulumi.getter(name="setHostnameAsFQDN")
|
|
20617
20473
|
def set_hostname_as_fqdn(self) -> Optional[bool]:
|
|
20618
20474
|
"""
|
|
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
|
|
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\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.
|
|
20620
20476
|
"""
|
|
20621
20477
|
return pulumi.get(self, "set_hostname_as_fqdn")
|
|
20622
20478
|
|
|
@@ -20775,7 +20631,6 @@ class PodSpecPatch(dict):
|
|
|
20775
20631
|
priority_class_name: Optional[str] = None,
|
|
20776
20632
|
readiness_gates: Optional[Sequence['outputs.PodReadinessGatePatch']] = None,
|
|
20777
20633
|
resource_claims: Optional[Sequence['outputs.PodResourceClaimPatch']] = None,
|
|
20778
|
-
resources: Optional['outputs.ResourceRequirementsPatch'] = None,
|
|
20779
20634
|
restart_policy: Optional[str] = None,
|
|
20780
20635
|
runtime_class_name: Optional[str] = None,
|
|
20781
20636
|
scheduler_name: Optional[str] = None,
|
|
@@ -20825,11 +20680,6 @@ class PodSpecPatch(dict):
|
|
|
20825
20680
|
This is an alpha field and requires enabling the DynamicResourceAllocation feature gate.
|
|
20826
20681
|
|
|
20827
20682
|
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.
|
|
20833
20683
|
: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
|
|
20834
20684
|
: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
|
|
20835
20685
|
: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.
|
|
@@ -20839,7 +20689,7 @@ class PodSpecPatch(dict):
|
|
|
20839
20689
|
: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.
|
|
20840
20690
|
:param str service_account: DeprecatedServiceAccount is a deprecated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead.
|
|
20841
20691
|
: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/
|
|
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
|
|
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\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.
|
|
20843
20693
|
: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.
|
|
20844
20694
|
: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.
|
|
20845
20695
|
: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.
|
|
@@ -20897,8 +20747,6 @@ class PodSpecPatch(dict):
|
|
|
20897
20747
|
pulumi.set(__self__, "readiness_gates", readiness_gates)
|
|
20898
20748
|
if resource_claims is not None:
|
|
20899
20749
|
pulumi.set(__self__, "resource_claims", resource_claims)
|
|
20900
|
-
if resources is not None:
|
|
20901
|
-
pulumi.set(__self__, "resources", resources)
|
|
20902
20750
|
if restart_policy is not None:
|
|
20903
20751
|
pulumi.set(__self__, "restart_policy", restart_policy)
|
|
20904
20752
|
if runtime_class_name is not None:
|
|
@@ -21136,18 +20984,6 @@ class PodSpecPatch(dict):
|
|
|
21136
20984
|
"""
|
|
21137
20985
|
return pulumi.get(self, "resource_claims")
|
|
21138
20986
|
|
|
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
|
-
|
|
21151
20987
|
@property
|
|
21152
20988
|
@pulumi.getter(name="restartPolicy")
|
|
21153
20989
|
def restart_policy(self) -> Optional[str]:
|
|
@@ -21210,7 +21046,7 @@ class PodSpecPatch(dict):
|
|
|
21210
21046
|
@pulumi.getter(name="setHostnameAsFQDN")
|
|
21211
21047
|
def set_hostname_as_fqdn(self) -> Optional[bool]:
|
|
21212
21048
|
"""
|
|
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
|
|
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\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.
|
|
21214
21050
|
"""
|
|
21215
21051
|
return pulumi.get(self, "set_hostname_as_fqdn")
|
|
21216
21052
|
|
|
@@ -21325,11 +21161,11 @@ class PodStatus(dict):
|
|
|
21325
21161
|
"""
|
|
21326
21162
|
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.
|
|
21327
21163
|
:param Sequence['PodConditionArgs'] conditions: Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
|
|
21328
|
-
:param Sequence['ContainerStatusArgs'] container_statuses:
|
|
21329
|
-
:param Sequence['ContainerStatusArgs'] ephemeral_container_statuses:
|
|
21164
|
+
:param Sequence['ContainerStatusArgs'] container_statuses: The list has one entry per container in the manifest. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
21165
|
+
:param Sequence['ContainerStatusArgs'] ephemeral_container_statuses: Status for any ephemeral containers that have run in this pod.
|
|
21330
21166
|
: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
|
|
21331
21167
|
: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.
|
|
21332
|
-
:param Sequence['ContainerStatusArgs'] init_container_statuses:
|
|
21168
|
+
:param Sequence['ContainerStatusArgs'] init_container_statuses: The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
21333
21169
|
:param str message: A human readable message indicating details about why the pod is in this condition.
|
|
21334
21170
|
: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.
|
|
21335
21171
|
: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:
|
|
@@ -21390,7 +21226,7 @@ class PodStatus(dict):
|
|
|
21390
21226
|
@pulumi.getter(name="containerStatuses")
|
|
21391
21227
|
def container_statuses(self) -> Optional[Sequence['outputs.ContainerStatus']]:
|
|
21392
21228
|
"""
|
|
21393
|
-
|
|
21229
|
+
The list has one entry per container in the manifest. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
21394
21230
|
"""
|
|
21395
21231
|
return pulumi.get(self, "container_statuses")
|
|
21396
21232
|
|
|
@@ -21398,7 +21234,7 @@ class PodStatus(dict):
|
|
|
21398
21234
|
@pulumi.getter(name="ephemeralContainerStatuses")
|
|
21399
21235
|
def ephemeral_container_statuses(self) -> Optional[Sequence['outputs.ContainerStatus']]:
|
|
21400
21236
|
"""
|
|
21401
|
-
|
|
21237
|
+
Status for any ephemeral containers that have run in this pod.
|
|
21402
21238
|
"""
|
|
21403
21239
|
return pulumi.get(self, "ephemeral_container_statuses")
|
|
21404
21240
|
|
|
@@ -21422,7 +21258,7 @@ class PodStatus(dict):
|
|
|
21422
21258
|
@pulumi.getter(name="initContainerStatuses")
|
|
21423
21259
|
def init_container_statuses(self) -> Optional[Sequence['outputs.ContainerStatus']]:
|
|
21424
21260
|
"""
|
|
21425
|
-
|
|
21261
|
+
The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
21426
21262
|
"""
|
|
21427
21263
|
return pulumi.get(self, "init_container_statuses")
|
|
21428
21264
|
|
|
@@ -21573,11 +21409,11 @@ class PodStatusPatch(dict):
|
|
|
21573
21409
|
"""
|
|
21574
21410
|
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.
|
|
21575
21411
|
:param Sequence['PodConditionPatchArgs'] conditions: Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
|
|
21576
|
-
:param Sequence['ContainerStatusPatchArgs'] container_statuses:
|
|
21577
|
-
:param Sequence['ContainerStatusPatchArgs'] ephemeral_container_statuses:
|
|
21412
|
+
:param Sequence['ContainerStatusPatchArgs'] container_statuses: The list has one entry per container in the manifest. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
21413
|
+
:param Sequence['ContainerStatusPatchArgs'] ephemeral_container_statuses: Status for any ephemeral containers that have run in this pod.
|
|
21578
21414
|
: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
|
|
21579
21415
|
: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.
|
|
21580
|
-
:param Sequence['ContainerStatusPatchArgs'] init_container_statuses:
|
|
21416
|
+
:param Sequence['ContainerStatusPatchArgs'] init_container_statuses: The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
21581
21417
|
:param str message: A human readable message indicating details about why the pod is in this condition.
|
|
21582
21418
|
: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.
|
|
21583
21419
|
: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:
|
|
@@ -21638,7 +21474,7 @@ class PodStatusPatch(dict):
|
|
|
21638
21474
|
@pulumi.getter(name="containerStatuses")
|
|
21639
21475
|
def container_statuses(self) -> Optional[Sequence['outputs.ContainerStatusPatch']]:
|
|
21640
21476
|
"""
|
|
21641
|
-
|
|
21477
|
+
The list has one entry per container in the manifest. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
21642
21478
|
"""
|
|
21643
21479
|
return pulumi.get(self, "container_statuses")
|
|
21644
21480
|
|
|
@@ -21646,7 +21482,7 @@ class PodStatusPatch(dict):
|
|
|
21646
21482
|
@pulumi.getter(name="ephemeralContainerStatuses")
|
|
21647
21483
|
def ephemeral_container_statuses(self) -> Optional[Sequence['outputs.ContainerStatusPatch']]:
|
|
21648
21484
|
"""
|
|
21649
|
-
|
|
21485
|
+
Status for any ephemeral containers that have run in this pod.
|
|
21650
21486
|
"""
|
|
21651
21487
|
return pulumi.get(self, "ephemeral_container_statuses")
|
|
21652
21488
|
|
|
@@ -21670,7 +21506,7 @@ class PodStatusPatch(dict):
|
|
|
21670
21506
|
@pulumi.getter(name="initContainerStatuses")
|
|
21671
21507
|
def init_container_statuses(self) -> Optional[Sequence['outputs.ContainerStatusPatch']]:
|
|
21672
21508
|
"""
|
|
21673
|
-
|
|
21509
|
+
The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
21674
21510
|
"""
|
|
21675
21511
|
return pulumi.get(self, "init_container_statuses")
|
|
21676
21512
|
|
|
@@ -21907,15 +21743,11 @@ class PodTemplateSpecPatch(dict):
|
|
|
21907
21743
|
|
|
21908
21744
|
@pulumi.output_type
|
|
21909
21745
|
class PortStatus(dict):
|
|
21910
|
-
"""
|
|
21911
|
-
PortStatus represents the error condition of a service port
|
|
21912
|
-
"""
|
|
21913
21746
|
def __init__(__self__, *,
|
|
21914
21747
|
port: int,
|
|
21915
21748
|
protocol: str,
|
|
21916
21749
|
error: Optional[str] = None):
|
|
21917
21750
|
"""
|
|
21918
|
-
PortStatus represents the error condition of a service port
|
|
21919
21751
|
:param int port: Port is the port number of the service port of which status is recorded here
|
|
21920
21752
|
:param str protocol: Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP"
|
|
21921
21753
|
: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
|
|
@@ -21958,15 +21790,11 @@ class PortStatus(dict):
|
|
|
21958
21790
|
|
|
21959
21791
|
@pulumi.output_type
|
|
21960
21792
|
class PortStatusPatch(dict):
|
|
21961
|
-
"""
|
|
21962
|
-
PortStatus represents the error condition of a service port
|
|
21963
|
-
"""
|
|
21964
21793
|
def __init__(__self__, *,
|
|
21965
21794
|
error: Optional[str] = None,
|
|
21966
21795
|
port: Optional[int] = None,
|
|
21967
21796
|
protocol: Optional[str] = None):
|
|
21968
21797
|
"""
|
|
21969
|
-
PortStatus represents the error condition of a service port
|
|
21970
21798
|
: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
|
|
21971
21799
|
CamelCase names
|
|
21972
21800
|
- cloud provider specific error values must have names that comply with the
|
|
@@ -22263,14 +22091,14 @@ class Probe(dict):
|
|
|
22263
22091
|
timeout_seconds: Optional[int] = None):
|
|
22264
22092
|
"""
|
|
22265
22093
|
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
|
|
22266
|
-
:param 'ExecActionArgs' exec_: Exec specifies
|
|
22094
|
+
:param 'ExecActionArgs' exec_: Exec specifies the action to take.
|
|
22267
22095
|
:param int failure_threshold: Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
|
|
22268
|
-
:param 'GRPCActionArgs' grpc: GRPC specifies a GRPC
|
|
22269
|
-
:param 'HTTPGetActionArgs' http_get: HTTPGet specifies
|
|
22096
|
+
:param 'GRPCActionArgs' grpc: GRPC specifies an action involving a GRPC port.
|
|
22097
|
+
:param 'HTTPGetActionArgs' http_get: HTTPGet specifies the http request to perform.
|
|
22270
22098
|
: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
|
|
22271
22099
|
:param int period_seconds: How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.
|
|
22272
22100
|
: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.
|
|
22273
|
-
:param 'TCPSocketActionArgs' tcp_socket: TCPSocket specifies
|
|
22101
|
+
:param 'TCPSocketActionArgs' tcp_socket: TCPSocket specifies an action involving a TCP port.
|
|
22274
22102
|
: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.
|
|
22275
22103
|
: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
|
|
22276
22104
|
"""
|
|
@@ -22299,7 +22127,7 @@ class Probe(dict):
|
|
|
22299
22127
|
@pulumi.getter(name="exec")
|
|
22300
22128
|
def exec_(self) -> Optional['outputs.ExecAction']:
|
|
22301
22129
|
"""
|
|
22302
|
-
Exec specifies
|
|
22130
|
+
Exec specifies the action to take.
|
|
22303
22131
|
"""
|
|
22304
22132
|
return pulumi.get(self, "exec_")
|
|
22305
22133
|
|
|
@@ -22315,7 +22143,7 @@ class Probe(dict):
|
|
|
22315
22143
|
@pulumi.getter
|
|
22316
22144
|
def grpc(self) -> Optional['outputs.GRPCAction']:
|
|
22317
22145
|
"""
|
|
22318
|
-
GRPC specifies a GRPC
|
|
22146
|
+
GRPC specifies an action involving a GRPC port.
|
|
22319
22147
|
"""
|
|
22320
22148
|
return pulumi.get(self, "grpc")
|
|
22321
22149
|
|
|
@@ -22323,7 +22151,7 @@ class Probe(dict):
|
|
|
22323
22151
|
@pulumi.getter(name="httpGet")
|
|
22324
22152
|
def http_get(self) -> Optional['outputs.HTTPGetAction']:
|
|
22325
22153
|
"""
|
|
22326
|
-
HTTPGet specifies
|
|
22154
|
+
HTTPGet specifies the http request to perform.
|
|
22327
22155
|
"""
|
|
22328
22156
|
return pulumi.get(self, "http_get")
|
|
22329
22157
|
|
|
@@ -22355,7 +22183,7 @@ class Probe(dict):
|
|
|
22355
22183
|
@pulumi.getter(name="tcpSocket")
|
|
22356
22184
|
def tcp_socket(self) -> Optional['outputs.TCPSocketAction']:
|
|
22357
22185
|
"""
|
|
22358
|
-
TCPSocket specifies
|
|
22186
|
+
TCPSocket specifies an action involving a TCP port.
|
|
22359
22187
|
"""
|
|
22360
22188
|
return pulumi.get(self, "tcp_socket")
|
|
22361
22189
|
|
|
@@ -22427,14 +22255,14 @@ class ProbePatch(dict):
|
|
|
22427
22255
|
timeout_seconds: Optional[int] = None):
|
|
22428
22256
|
"""
|
|
22429
22257
|
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
|
|
22430
|
-
:param 'ExecActionPatchArgs' exec_: Exec specifies
|
|
22258
|
+
:param 'ExecActionPatchArgs' exec_: Exec specifies the action to take.
|
|
22431
22259
|
:param int failure_threshold: Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
|
|
22432
|
-
:param 'GRPCActionPatchArgs' grpc: GRPC specifies a GRPC
|
|
22433
|
-
:param 'HTTPGetActionPatchArgs' http_get: HTTPGet specifies
|
|
22260
|
+
:param 'GRPCActionPatchArgs' grpc: GRPC specifies an action involving a GRPC port.
|
|
22261
|
+
:param 'HTTPGetActionPatchArgs' http_get: HTTPGet specifies the http request to perform.
|
|
22434
22262
|
: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
|
|
22435
22263
|
:param int period_seconds: How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.
|
|
22436
22264
|
: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.
|
|
22437
|
-
:param 'TCPSocketActionPatchArgs' tcp_socket: TCPSocket specifies
|
|
22265
|
+
:param 'TCPSocketActionPatchArgs' tcp_socket: TCPSocket specifies an action involving a TCP port.
|
|
22438
22266
|
: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.
|
|
22439
22267
|
: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
|
|
22440
22268
|
"""
|
|
@@ -22463,7 +22291,7 @@ class ProbePatch(dict):
|
|
|
22463
22291
|
@pulumi.getter(name="exec")
|
|
22464
22292
|
def exec_(self) -> Optional['outputs.ExecActionPatch']:
|
|
22465
22293
|
"""
|
|
22466
|
-
Exec specifies
|
|
22294
|
+
Exec specifies the action to take.
|
|
22467
22295
|
"""
|
|
22468
22296
|
return pulumi.get(self, "exec_")
|
|
22469
22297
|
|
|
@@ -22479,7 +22307,7 @@ class ProbePatch(dict):
|
|
|
22479
22307
|
@pulumi.getter
|
|
22480
22308
|
def grpc(self) -> Optional['outputs.GRPCActionPatch']:
|
|
22481
22309
|
"""
|
|
22482
|
-
GRPC specifies a GRPC
|
|
22310
|
+
GRPC specifies an action involving a GRPC port.
|
|
22483
22311
|
"""
|
|
22484
22312
|
return pulumi.get(self, "grpc")
|
|
22485
22313
|
|
|
@@ -22487,7 +22315,7 @@ class ProbePatch(dict):
|
|
|
22487
22315
|
@pulumi.getter(name="httpGet")
|
|
22488
22316
|
def http_get(self) -> Optional['outputs.HTTPGetActionPatch']:
|
|
22489
22317
|
"""
|
|
22490
|
-
HTTPGet specifies
|
|
22318
|
+
HTTPGet specifies the http request to perform.
|
|
22491
22319
|
"""
|
|
22492
22320
|
return pulumi.get(self, "http_get")
|
|
22493
22321
|
|
|
@@ -22519,7 +22347,7 @@ class ProbePatch(dict):
|
|
|
22519
22347
|
@pulumi.getter(name="tcpSocket")
|
|
22520
22348
|
def tcp_socket(self) -> Optional['outputs.TCPSocketActionPatch']:
|
|
22521
22349
|
"""
|
|
22522
|
-
TCPSocket specifies
|
|
22350
|
+
TCPSocket specifies an action involving a TCP port.
|
|
22523
22351
|
"""
|
|
22524
22352
|
return pulumi.get(self, "tcp_socket")
|
|
22525
22353
|
|
|
@@ -24173,7 +24001,7 @@ class ResourceFieldSelectorPatch(dict):
|
|
|
24173
24001
|
@pulumi.output_type
|
|
24174
24002
|
class ResourceHealth(dict):
|
|
24175
24003
|
"""
|
|
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.
|
|
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 and historical health changes are planned to be added in future iterations of a KEP.
|
|
24177
24005
|
"""
|
|
24178
24006
|
@staticmethod
|
|
24179
24007
|
def __key_warning(key: str):
|
|
@@ -24196,7 +24024,7 @@ class ResourceHealth(dict):
|
|
|
24196
24024
|
resource_id: str,
|
|
24197
24025
|
health: Optional[str] = None):
|
|
24198
24026
|
"""
|
|
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.
|
|
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 and historical health changes are planned to be added in future iterations of a KEP.
|
|
24200
24028
|
:param str resource_id: ResourceID is the unique identifier of the resource. See the ResourceID type for more information.
|
|
24201
24029
|
:param str health: Health of the resource. can be one of:
|
|
24202
24030
|
- Healthy: operates as normal
|
|
@@ -24240,7 +24068,7 @@ class ResourceHealth(dict):
|
|
|
24240
24068
|
@pulumi.output_type
|
|
24241
24069
|
class ResourceHealthPatch(dict):
|
|
24242
24070
|
"""
|
|
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.
|
|
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 and historical health changes are planned to be added in future iterations of a KEP.
|
|
24244
24072
|
"""
|
|
24245
24073
|
@staticmethod
|
|
24246
24074
|
def __key_warning(key: str):
|
|
@@ -24263,7 +24091,7 @@ class ResourceHealthPatch(dict):
|
|
|
24263
24091
|
health: Optional[str] = None,
|
|
24264
24092
|
resource_id: Optional[str] = None):
|
|
24265
24093
|
"""
|
|
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.
|
|
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 and historical health changes are planned to be added in future iterations of a KEP.
|
|
24267
24095
|
:param str health: Health of the resource. can be one of:
|
|
24268
24096
|
- Healthy: operates as normal
|
|
24269
24097
|
- Unhealthy: reported unhealthy. We consider this a temporary health issue
|
|
@@ -24703,16 +24531,12 @@ class ResourceRequirementsPatch(dict):
|
|
|
24703
24531
|
|
|
24704
24532
|
@pulumi.output_type
|
|
24705
24533
|
class ResourceStatus(dict):
|
|
24706
|
-
"""
|
|
24707
|
-
ResourceStatus represents the status of a single resource allocated to a Pod.
|
|
24708
|
-
"""
|
|
24709
24534
|
def __init__(__self__, *,
|
|
24710
24535
|
name: str,
|
|
24711
24536
|
resources: Optional[Sequence['outputs.ResourceHealth']] = None):
|
|
24712
24537
|
"""
|
|
24713
|
-
|
|
24714
|
-
:param
|
|
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.
|
|
24538
|
+
:param str name: Name of the resource. Must be unique within the pod and match one of the resources from the pod spec.
|
|
24539
|
+
:param Sequence['ResourceHealthArgs'] resources: List of unique Resources health. Each element in the list contains an unique resource ID and resource health. At a minimum, ResourceID must uniquely identify the Resource allocated to the Pod on the Node for the lifetime of a Pod. See ResourceID type for it's definition.
|
|
24716
24540
|
"""
|
|
24717
24541
|
pulumi.set(__self__, "name", name)
|
|
24718
24542
|
if resources is not None:
|
|
@@ -24722,7 +24546,7 @@ class ResourceStatus(dict):
|
|
|
24722
24546
|
@pulumi.getter
|
|
24723
24547
|
def name(self) -> str:
|
|
24724
24548
|
"""
|
|
24725
|
-
Name of the resource. Must be unique within the pod and
|
|
24549
|
+
Name of the resource. Must be unique within the pod and match one of the resources from the pod spec.
|
|
24726
24550
|
"""
|
|
24727
24551
|
return pulumi.get(self, "name")
|
|
24728
24552
|
|
|
@@ -24730,23 +24554,19 @@ class ResourceStatus(dict):
|
|
|
24730
24554
|
@pulumi.getter
|
|
24731
24555
|
def resources(self) -> Optional[Sequence['outputs.ResourceHealth']]:
|
|
24732
24556
|
"""
|
|
24733
|
-
List of unique
|
|
24557
|
+
List of unique Resources health. Each element in the list contains an unique resource ID and resource health. At a minimum, ResourceID must uniquely identify the Resource allocated to the Pod on the Node for the lifetime of a Pod. See ResourceID type for it's definition.
|
|
24734
24558
|
"""
|
|
24735
24559
|
return pulumi.get(self, "resources")
|
|
24736
24560
|
|
|
24737
24561
|
|
|
24738
24562
|
@pulumi.output_type
|
|
24739
24563
|
class ResourceStatusPatch(dict):
|
|
24740
|
-
"""
|
|
24741
|
-
ResourceStatus represents the status of a single resource allocated to a Pod.
|
|
24742
|
-
"""
|
|
24743
24564
|
def __init__(__self__, *,
|
|
24744
24565
|
name: Optional[str] = None,
|
|
24745
24566
|
resources: Optional[Sequence['outputs.ResourceHealthPatch']] = None):
|
|
24746
24567
|
"""
|
|
24747
|
-
|
|
24748
|
-
:param
|
|
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.
|
|
24568
|
+
:param str name: Name of the resource. Must be unique within the pod and match one of the resources from the pod spec.
|
|
24569
|
+
:param Sequence['ResourceHealthPatchArgs'] resources: List of unique Resources health. Each element in the list contains an unique resource ID and resource health. At a minimum, ResourceID must uniquely identify the Resource allocated to the Pod on the Node for the lifetime of a Pod. See ResourceID type for it's definition.
|
|
24750
24570
|
"""
|
|
24751
24571
|
if name is not None:
|
|
24752
24572
|
pulumi.set(__self__, "name", name)
|
|
@@ -24757,7 +24577,7 @@ class ResourceStatusPatch(dict):
|
|
|
24757
24577
|
@pulumi.getter
|
|
24758
24578
|
def name(self) -> Optional[str]:
|
|
24759
24579
|
"""
|
|
24760
|
-
Name of the resource. Must be unique within the pod and
|
|
24580
|
+
Name of the resource. Must be unique within the pod and match one of the resources from the pod spec.
|
|
24761
24581
|
"""
|
|
24762
24582
|
return pulumi.get(self, "name")
|
|
24763
24583
|
|
|
@@ -24765,7 +24585,7 @@ class ResourceStatusPatch(dict):
|
|
|
24765
24585
|
@pulumi.getter
|
|
24766
24586
|
def resources(self) -> Optional[Sequence['outputs.ResourceHealthPatch']]:
|
|
24767
24587
|
"""
|
|
24768
|
-
List of unique
|
|
24588
|
+
List of unique Resources health. Each element in the list contains an unique resource ID and resource health. At a minimum, ResourceID must uniquely identify the Resource allocated to the Pod on the Node for the lifetime of a Pod. See ResourceID type for it's definition.
|
|
24769
24589
|
"""
|
|
24770
24590
|
return pulumi.get(self, "resources")
|
|
24771
24591
|
|
|
@@ -27030,7 +26850,7 @@ class ServiceAccount(dict):
|
|
|
27030
26850
|
: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
|
|
27031
26851
|
: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
|
|
27032
26852
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
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".
|
|
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
|
|
27034
26854
|
"""
|
|
27035
26855
|
if api_version is not None:
|
|
27036
26856
|
pulumi.set(__self__, "api_version", 'v1')
|
|
@@ -27089,7 +26909,7 @@ class ServiceAccount(dict):
|
|
|
27089
26909
|
@pulumi.getter
|
|
27090
26910
|
def secrets(self) -> Optional[Sequence['outputs.ObjectReference']]:
|
|
27091
26911
|
"""
|
|
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".
|
|
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
|
|
27093
26913
|
"""
|
|
27094
26914
|
return pulumi.get(self, "secrets")
|
|
27095
26915
|
|
|
@@ -27571,7 +27391,7 @@ class ServiceSpec(dict):
|
|
|
27571
27391
|
: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
|
|
27572
27392
|
:param 'SessionAffinityConfigArgs' session_affinity_config: sessionAffinityConfig contains the configurations of session affinity.
|
|
27573
27393
|
: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.
|
|
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
|
|
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 an alpha field and requires enabling ServiceTrafficDistribution feature.
|
|
27575
27395
|
: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
|
|
27576
27396
|
"""
|
|
27577
27397
|
if allocate_load_balancer_node_ports is not None:
|
|
@@ -27787,7 +27607,7 @@ class ServiceSpec(dict):
|
|
|
27787
27607
|
@pulumi.getter(name="trafficDistribution")
|
|
27788
27608
|
def traffic_distribution(self) -> Optional[str]:
|
|
27789
27609
|
"""
|
|
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
|
|
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 an alpha field and requires enabling ServiceTrafficDistribution feature.
|
|
27791
27611
|
"""
|
|
27792
27612
|
return pulumi.get(self, "traffic_distribution")
|
|
27793
27613
|
|
|
@@ -27907,7 +27727,7 @@ class ServiceSpecPatch(dict):
|
|
|
27907
27727
|
: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
|
|
27908
27728
|
:param 'SessionAffinityConfigPatchArgs' session_affinity_config: sessionAffinityConfig contains the configurations of session affinity.
|
|
27909
27729
|
: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.
|
|
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
|
|
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 an alpha field and requires enabling ServiceTrafficDistribution feature.
|
|
27911
27731
|
: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
|
|
27912
27732
|
"""
|
|
27913
27733
|
if allocate_load_balancer_node_ports is not None:
|
|
@@ -28123,7 +27943,7 @@ class ServiceSpecPatch(dict):
|
|
|
28123
27943
|
@pulumi.getter(name="trafficDistribution")
|
|
28124
27944
|
def traffic_distribution(self) -> Optional[str]:
|
|
28125
27945
|
"""
|
|
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
|
|
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 an alpha field and requires enabling ServiceTrafficDistribution feature.
|
|
28127
27947
|
"""
|
|
28128
27948
|
return pulumi.get(self, "traffic_distribution")
|
|
28129
27949
|
|
|
@@ -29805,9 +29625,6 @@ class TypedLocalObjectReferencePatch(dict):
|
|
|
29805
29625
|
|
|
29806
29626
|
@pulumi.output_type
|
|
29807
29627
|
class TypedObjectReference(dict):
|
|
29808
|
-
"""
|
|
29809
|
-
TypedObjectReference contains enough information to let you locate the typed referenced object
|
|
29810
|
-
"""
|
|
29811
29628
|
@staticmethod
|
|
29812
29629
|
def __key_warning(key: str):
|
|
29813
29630
|
suggest = None
|
|
@@ -29831,7 +29648,6 @@ class TypedObjectReference(dict):
|
|
|
29831
29648
|
api_group: Optional[str] = None,
|
|
29832
29649
|
namespace: Optional[str] = None):
|
|
29833
29650
|
"""
|
|
29834
|
-
TypedObjectReference contains enough information to let you locate the typed referenced object
|
|
29835
29651
|
:param str kind: Kind is the type of resource being referenced
|
|
29836
29652
|
:param str name: Name is the name of resource being referenced
|
|
29837
29653
|
: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.
|
|
@@ -29879,9 +29695,6 @@ class TypedObjectReference(dict):
|
|
|
29879
29695
|
|
|
29880
29696
|
@pulumi.output_type
|
|
29881
29697
|
class TypedObjectReferencePatch(dict):
|
|
29882
|
-
"""
|
|
29883
|
-
TypedObjectReference contains enough information to let you locate the typed referenced object
|
|
29884
|
-
"""
|
|
29885
29698
|
@staticmethod
|
|
29886
29699
|
def __key_warning(key: str):
|
|
29887
29700
|
suggest = None
|
|
@@ -29905,7 +29718,6 @@ class TypedObjectReferencePatch(dict):
|
|
|
29905
29718
|
name: Optional[str] = None,
|
|
29906
29719
|
namespace: Optional[str] = None):
|
|
29907
29720
|
"""
|
|
29908
|
-
TypedObjectReference contains enough information to let you locate the typed referenced object
|
|
29909
29721
|
: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.
|
|
29910
29722
|
:param str kind: Kind is the type of resource being referenced
|
|
29911
29723
|
:param str name: Name is the name of resource being referenced
|
|
@@ -30038,13 +29850,13 @@ class Volume(dict):
|
|
|
30038
29850
|
"""
|
|
30039
29851
|
Volume represents a named volume in a pod that may be accessed by any container in the pod.
|
|
30040
29852
|
: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
|
|
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.
|
|
30042
|
-
:param 'AzureDiskVolumeSourceArgs' azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
30043
|
-
:param 'AzureFileVolumeSourceArgs' azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
30044
|
-
:param 'CephFSVolumeSourceArgs' cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
30045
|
-
:param 'CinderVolumeSourceArgs' cinder: cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
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
|
|
30046
29858
|
:param 'ConfigMapVolumeSourceArgs' config_map: configMap represents a configMap that should populate this volume
|
|
30047
|
-
:param 'CSIVolumeSourceArgs' csi: csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
|
|
29859
|
+
:param 'CSIVolumeSourceArgs' csi: csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
|
|
30048
29860
|
:param 'DownwardAPIVolumeSourceArgs' downward_api: downwardAPI represents downward API about the pod that should populate this volume
|
|
30049
29861
|
: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
|
|
30050
29862
|
: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.
|
|
@@ -30062,11 +29874,11 @@ class Volume(dict):
|
|
|
30062
29874
|
|
|
30063
29875
|
A pod can use both types of ephemeral volumes and persistent volumes at the same time.
|
|
30064
29876
|
:param 'FCVolumeSourceArgs' fc: fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
30065
|
-
:param 'FlexVolumeSourceArgs' flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
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
|
|
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.
|
|
30068
|
-
:param 'GitRepoVolumeSourceArgs' git_repo: gitRepo represents a git repository at a particular revision.
|
|
30069
|
-
:param 'GlusterfsVolumeSourceArgs' glusterfs: glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
|
|
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. 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.
|
|
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
|
|
30070
29882
|
: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
|
|
30071
29883
|
: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:
|
|
30072
29884
|
|
|
@@ -30076,15 +29888,15 @@ class Volume(dict):
|
|
|
30076
29888
|
: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
|
|
30077
29889
|
: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
|
|
30078
29890
|
: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
|
|
30079
|
-
:param 'PhotonPersistentDiskVolumeSourceArgs' photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
30080
|
-
:param 'PortworxVolumeSourceArgs' portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
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
|
|
30081
29893
|
:param 'ProjectedVolumeSourceArgs' projected: projected items for all in one resources secrets, configmaps, and downward API
|
|
30082
|
-
:param 'QuobyteVolumeSourceArgs' quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
30083
|
-
:param 'RBDVolumeSourceArgs' rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
30084
|
-
:param 'ScaleIOVolumeSourceArgs' scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
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.
|
|
30085
29897
|
:param 'SecretVolumeSourceArgs' secret: secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
|
|
30086
|
-
:param 'StorageOSVolumeSourceArgs' storageos: storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
30087
|
-
:param 'VsphereVirtualDiskVolumeSourceArgs' vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
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
|
|
30088
29900
|
"""
|
|
30089
29901
|
pulumi.set(__self__, "name", name)
|
|
30090
29902
|
if aws_elastic_block_store is not None:
|
|
@@ -30160,7 +29972,7 @@ class Volume(dict):
|
|
|
30160
29972
|
@pulumi.getter(name="awsElasticBlockStore")
|
|
30161
29973
|
def aws_elastic_block_store(self) -> Optional['outputs.AWSElasticBlockStoreVolumeSource']:
|
|
30162
29974
|
"""
|
|
30163
|
-
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
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
|
|
30164
29976
|
"""
|
|
30165
29977
|
return pulumi.get(self, "aws_elastic_block_store")
|
|
30166
29978
|
|
|
@@ -30168,7 +29980,7 @@ class Volume(dict):
|
|
|
30168
29980
|
@pulumi.getter(name="azureDisk")
|
|
30169
29981
|
def azure_disk(self) -> Optional['outputs.AzureDiskVolumeSource']:
|
|
30170
29982
|
"""
|
|
30171
|
-
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
29983
|
+
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
30172
29984
|
"""
|
|
30173
29985
|
return pulumi.get(self, "azure_disk")
|
|
30174
29986
|
|
|
@@ -30176,7 +29988,7 @@ class Volume(dict):
|
|
|
30176
29988
|
@pulumi.getter(name="azureFile")
|
|
30177
29989
|
def azure_file(self) -> Optional['outputs.AzureFileVolumeSource']:
|
|
30178
29990
|
"""
|
|
30179
|
-
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
29991
|
+
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
30180
29992
|
"""
|
|
30181
29993
|
return pulumi.get(self, "azure_file")
|
|
30182
29994
|
|
|
@@ -30184,7 +29996,7 @@ class Volume(dict):
|
|
|
30184
29996
|
@pulumi.getter
|
|
30185
29997
|
def cephfs(self) -> Optional['outputs.CephFSVolumeSource']:
|
|
30186
29998
|
"""
|
|
30187
|
-
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
29999
|
+
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
30188
30000
|
"""
|
|
30189
30001
|
return pulumi.get(self, "cephfs")
|
|
30190
30002
|
|
|
@@ -30192,7 +30004,7 @@ class Volume(dict):
|
|
|
30192
30004
|
@pulumi.getter
|
|
30193
30005
|
def cinder(self) -> Optional['outputs.CinderVolumeSource']:
|
|
30194
30006
|
"""
|
|
30195
|
-
cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
30007
|
+
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
30196
30008
|
"""
|
|
30197
30009
|
return pulumi.get(self, "cinder")
|
|
30198
30010
|
|
|
@@ -30208,7 +30020,7 @@ class Volume(dict):
|
|
|
30208
30020
|
@pulumi.getter
|
|
30209
30021
|
def csi(self) -> Optional['outputs.CSIVolumeSource']:
|
|
30210
30022
|
"""
|
|
30211
|
-
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
|
|
30023
|
+
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
|
|
30212
30024
|
"""
|
|
30213
30025
|
return pulumi.get(self, "csi")
|
|
30214
30026
|
|
|
@@ -30261,7 +30073,7 @@ class Volume(dict):
|
|
|
30261
30073
|
@pulumi.getter(name="flexVolume")
|
|
30262
30074
|
def flex_volume(self) -> Optional['outputs.FlexVolumeSource']:
|
|
30263
30075
|
"""
|
|
30264
|
-
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
30076
|
+
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
30265
30077
|
"""
|
|
30266
30078
|
return pulumi.get(self, "flex_volume")
|
|
30267
30079
|
|
|
@@ -30269,7 +30081,7 @@ class Volume(dict):
|
|
|
30269
30081
|
@pulumi.getter
|
|
30270
30082
|
def flocker(self) -> Optional['outputs.FlockerVolumeSource']:
|
|
30271
30083
|
"""
|
|
30272
|
-
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
30084
|
+
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
30273
30085
|
"""
|
|
30274
30086
|
return pulumi.get(self, "flocker")
|
|
30275
30087
|
|
|
@@ -30277,7 +30089,7 @@ class Volume(dict):
|
|
|
30277
30089
|
@pulumi.getter(name="gcePersistentDisk")
|
|
30278
30090
|
def gce_persistent_disk(self) -> Optional['outputs.GCEPersistentDiskVolumeSource']:
|
|
30279
30091
|
"""
|
|
30280
|
-
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
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
|
|
30281
30093
|
"""
|
|
30282
30094
|
return pulumi.get(self, "gce_persistent_disk")
|
|
30283
30095
|
|
|
@@ -30285,7 +30097,7 @@ class Volume(dict):
|
|
|
30285
30097
|
@pulumi.getter(name="gitRepo")
|
|
30286
30098
|
def git_repo(self) -> Optional['outputs.GitRepoVolumeSource']:
|
|
30287
30099
|
"""
|
|
30288
|
-
gitRepo represents a git repository at a particular revision.
|
|
30100
|
+
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.
|
|
30289
30101
|
"""
|
|
30290
30102
|
return pulumi.get(self, "git_repo")
|
|
30291
30103
|
|
|
@@ -30293,7 +30105,7 @@ class Volume(dict):
|
|
|
30293
30105
|
@pulumi.getter
|
|
30294
30106
|
def glusterfs(self) -> Optional['outputs.GlusterfsVolumeSource']:
|
|
30295
30107
|
"""
|
|
30296
|
-
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
|
|
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
|
|
30297
30109
|
"""
|
|
30298
30110
|
return pulumi.get(self, "glusterfs")
|
|
30299
30111
|
|
|
@@ -30345,7 +30157,7 @@ class Volume(dict):
|
|
|
30345
30157
|
@pulumi.getter(name="photonPersistentDisk")
|
|
30346
30158
|
def photon_persistent_disk(self) -> Optional['outputs.PhotonPersistentDiskVolumeSource']:
|
|
30347
30159
|
"""
|
|
30348
|
-
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
30160
|
+
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
30349
30161
|
"""
|
|
30350
30162
|
return pulumi.get(self, "photon_persistent_disk")
|
|
30351
30163
|
|
|
@@ -30353,7 +30165,7 @@ class Volume(dict):
|
|
|
30353
30165
|
@pulumi.getter(name="portworxVolume")
|
|
30354
30166
|
def portworx_volume(self) -> Optional['outputs.PortworxVolumeSource']:
|
|
30355
30167
|
"""
|
|
30356
|
-
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
30168
|
+
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
30357
30169
|
"""
|
|
30358
30170
|
return pulumi.get(self, "portworx_volume")
|
|
30359
30171
|
|
|
@@ -30369,7 +30181,7 @@ class Volume(dict):
|
|
|
30369
30181
|
@pulumi.getter
|
|
30370
30182
|
def quobyte(self) -> Optional['outputs.QuobyteVolumeSource']:
|
|
30371
30183
|
"""
|
|
30372
|
-
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
30184
|
+
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
30373
30185
|
"""
|
|
30374
30186
|
return pulumi.get(self, "quobyte")
|
|
30375
30187
|
|
|
@@ -30377,7 +30189,7 @@ class Volume(dict):
|
|
|
30377
30189
|
@pulumi.getter
|
|
30378
30190
|
def rbd(self) -> Optional['outputs.RBDVolumeSource']:
|
|
30379
30191
|
"""
|
|
30380
|
-
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
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
|
|
30381
30193
|
"""
|
|
30382
30194
|
return pulumi.get(self, "rbd")
|
|
30383
30195
|
|
|
@@ -30385,7 +30197,7 @@ class Volume(dict):
|
|
|
30385
30197
|
@pulumi.getter(name="scaleIO")
|
|
30386
30198
|
def scale_io(self) -> Optional['outputs.ScaleIOVolumeSource']:
|
|
30387
30199
|
"""
|
|
30388
|
-
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
30200
|
+
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
30389
30201
|
"""
|
|
30390
30202
|
return pulumi.get(self, "scale_io")
|
|
30391
30203
|
|
|
@@ -30401,7 +30213,7 @@ class Volume(dict):
|
|
|
30401
30213
|
@pulumi.getter
|
|
30402
30214
|
def storageos(self) -> Optional['outputs.StorageOSVolumeSource']:
|
|
30403
30215
|
"""
|
|
30404
|
-
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
30216
|
+
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
30405
30217
|
"""
|
|
30406
30218
|
return pulumi.get(self, "storageos")
|
|
30407
30219
|
|
|
@@ -30409,7 +30221,7 @@ class Volume(dict):
|
|
|
30409
30221
|
@pulumi.getter(name="vsphereVolume")
|
|
30410
30222
|
def vsphere_volume(self) -> Optional['outputs.VsphereVirtualDiskVolumeSource']:
|
|
30411
30223
|
"""
|
|
30412
|
-
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
30224
|
+
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
30413
30225
|
"""
|
|
30414
30226
|
return pulumi.get(self, "vsphere_volume")
|
|
30415
30227
|
|
|
@@ -31078,13 +30890,13 @@ class VolumePatch(dict):
|
|
|
31078
30890
|
vsphere_volume: Optional['outputs.VsphereVirtualDiskVolumeSourcePatch'] = None):
|
|
31079
30891
|
"""
|
|
31080
30892
|
Volume represents a named volume in a pod that may be accessed by any container in the pod.
|
|
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.
|
|
31082
|
-
:param 'AzureDiskVolumeSourcePatchArgs' azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
31083
|
-
:param 'AzureFileVolumeSourcePatchArgs' azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
31084
|
-
:param 'CephFSVolumeSourcePatchArgs' cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
31085
|
-
:param 'CinderVolumeSourcePatchArgs' cinder: cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
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
|
|
31086
30898
|
:param 'ConfigMapVolumeSourcePatchArgs' config_map: configMap represents a configMap that should populate this volume
|
|
31087
|
-
:param 'CSIVolumeSourcePatchArgs' csi: csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
|
|
30899
|
+
:param 'CSIVolumeSourcePatchArgs' csi: csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
|
|
31088
30900
|
:param 'DownwardAPIVolumeSourcePatchArgs' downward_api: downwardAPI represents downward API about the pod that should populate this volume
|
|
31089
30901
|
: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
|
|
31090
30902
|
: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.
|
|
@@ -31102,11 +30914,11 @@ class VolumePatch(dict):
|
|
|
31102
30914
|
|
|
31103
30915
|
A pod can use both types of ephemeral volumes and persistent volumes at the same time.
|
|
31104
30916
|
:param 'FCVolumeSourcePatchArgs' fc: fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
31105
|
-
:param 'FlexVolumeSourcePatchArgs' flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
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
|
|
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.
|
|
31108
|
-
:param 'GitRepoVolumeSourcePatchArgs' git_repo: gitRepo represents a git repository at a particular revision.
|
|
31109
|
-
:param 'GlusterfsVolumeSourcePatchArgs' glusterfs: glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
|
|
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. 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.
|
|
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
|
|
31110
30922
|
: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
|
|
31111
30923
|
: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:
|
|
31112
30924
|
|
|
@@ -31117,15 +30929,15 @@ class VolumePatch(dict):
|
|
|
31117
30929
|
: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
|
|
31118
30930
|
: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
|
|
31119
30931
|
: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
|
|
31120
|
-
:param 'PhotonPersistentDiskVolumeSourcePatchArgs' photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
31121
|
-
:param 'PortworxVolumeSourcePatchArgs' portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
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
|
|
31122
30934
|
:param 'ProjectedVolumeSourcePatchArgs' projected: projected items for all in one resources secrets, configmaps, and downward API
|
|
31123
|
-
:param 'QuobyteVolumeSourcePatchArgs' quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
31124
|
-
:param 'RBDVolumeSourcePatchArgs' rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
31125
|
-
:param 'ScaleIOVolumeSourcePatchArgs' scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
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.
|
|
31126
30938
|
:param 'SecretVolumeSourcePatchArgs' secret: secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
|
|
31127
|
-
:param 'StorageOSVolumeSourcePatchArgs' storageos: storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
31128
|
-
:param 'VsphereVirtualDiskVolumeSourcePatchArgs' vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
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
|
|
31129
30941
|
"""
|
|
31130
30942
|
if aws_elastic_block_store is not None:
|
|
31131
30943
|
pulumi.set(__self__, "aws_elastic_block_store", aws_elastic_block_store)
|
|
@@ -31194,7 +31006,7 @@ class VolumePatch(dict):
|
|
|
31194
31006
|
@pulumi.getter(name="awsElasticBlockStore")
|
|
31195
31007
|
def aws_elastic_block_store(self) -> Optional['outputs.AWSElasticBlockStoreVolumeSourcePatch']:
|
|
31196
31008
|
"""
|
|
31197
|
-
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
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
|
|
31198
31010
|
"""
|
|
31199
31011
|
return pulumi.get(self, "aws_elastic_block_store")
|
|
31200
31012
|
|
|
@@ -31202,7 +31014,7 @@ class VolumePatch(dict):
|
|
|
31202
31014
|
@pulumi.getter(name="azureDisk")
|
|
31203
31015
|
def azure_disk(self) -> Optional['outputs.AzureDiskVolumeSourcePatch']:
|
|
31204
31016
|
"""
|
|
31205
|
-
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
31017
|
+
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
31206
31018
|
"""
|
|
31207
31019
|
return pulumi.get(self, "azure_disk")
|
|
31208
31020
|
|
|
@@ -31210,7 +31022,7 @@ class VolumePatch(dict):
|
|
|
31210
31022
|
@pulumi.getter(name="azureFile")
|
|
31211
31023
|
def azure_file(self) -> Optional['outputs.AzureFileVolumeSourcePatch']:
|
|
31212
31024
|
"""
|
|
31213
|
-
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
31025
|
+
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
31214
31026
|
"""
|
|
31215
31027
|
return pulumi.get(self, "azure_file")
|
|
31216
31028
|
|
|
@@ -31218,7 +31030,7 @@ class VolumePatch(dict):
|
|
|
31218
31030
|
@pulumi.getter
|
|
31219
31031
|
def cephfs(self) -> Optional['outputs.CephFSVolumeSourcePatch']:
|
|
31220
31032
|
"""
|
|
31221
|
-
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
31033
|
+
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
31222
31034
|
"""
|
|
31223
31035
|
return pulumi.get(self, "cephfs")
|
|
31224
31036
|
|
|
@@ -31226,7 +31038,7 @@ class VolumePatch(dict):
|
|
|
31226
31038
|
@pulumi.getter
|
|
31227
31039
|
def cinder(self) -> Optional['outputs.CinderVolumeSourcePatch']:
|
|
31228
31040
|
"""
|
|
31229
|
-
cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
31041
|
+
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
31230
31042
|
"""
|
|
31231
31043
|
return pulumi.get(self, "cinder")
|
|
31232
31044
|
|
|
@@ -31242,7 +31054,7 @@ class VolumePatch(dict):
|
|
|
31242
31054
|
@pulumi.getter
|
|
31243
31055
|
def csi(self) -> Optional['outputs.CSIVolumeSourcePatch']:
|
|
31244
31056
|
"""
|
|
31245
|
-
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
|
|
31057
|
+
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
|
|
31246
31058
|
"""
|
|
31247
31059
|
return pulumi.get(self, "csi")
|
|
31248
31060
|
|
|
@@ -31295,7 +31107,7 @@ class VolumePatch(dict):
|
|
|
31295
31107
|
@pulumi.getter(name="flexVolume")
|
|
31296
31108
|
def flex_volume(self) -> Optional['outputs.FlexVolumeSourcePatch']:
|
|
31297
31109
|
"""
|
|
31298
|
-
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
31110
|
+
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
31299
31111
|
"""
|
|
31300
31112
|
return pulumi.get(self, "flex_volume")
|
|
31301
31113
|
|
|
@@ -31303,7 +31115,7 @@ class VolumePatch(dict):
|
|
|
31303
31115
|
@pulumi.getter
|
|
31304
31116
|
def flocker(self) -> Optional['outputs.FlockerVolumeSourcePatch']:
|
|
31305
31117
|
"""
|
|
31306
|
-
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
31118
|
+
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
31307
31119
|
"""
|
|
31308
31120
|
return pulumi.get(self, "flocker")
|
|
31309
31121
|
|
|
@@ -31311,7 +31123,7 @@ class VolumePatch(dict):
|
|
|
31311
31123
|
@pulumi.getter(name="gcePersistentDisk")
|
|
31312
31124
|
def gce_persistent_disk(self) -> Optional['outputs.GCEPersistentDiskVolumeSourcePatch']:
|
|
31313
31125
|
"""
|
|
31314
|
-
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
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
|
|
31315
31127
|
"""
|
|
31316
31128
|
return pulumi.get(self, "gce_persistent_disk")
|
|
31317
31129
|
|
|
@@ -31319,7 +31131,7 @@ class VolumePatch(dict):
|
|
|
31319
31131
|
@pulumi.getter(name="gitRepo")
|
|
31320
31132
|
def git_repo(self) -> Optional['outputs.GitRepoVolumeSourcePatch']:
|
|
31321
31133
|
"""
|
|
31322
|
-
gitRepo represents a git repository at a particular revision.
|
|
31134
|
+
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.
|
|
31323
31135
|
"""
|
|
31324
31136
|
return pulumi.get(self, "git_repo")
|
|
31325
31137
|
|
|
@@ -31327,7 +31139,7 @@ class VolumePatch(dict):
|
|
|
31327
31139
|
@pulumi.getter
|
|
31328
31140
|
def glusterfs(self) -> Optional['outputs.GlusterfsVolumeSourcePatch']:
|
|
31329
31141
|
"""
|
|
31330
|
-
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
|
|
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
|
|
31331
31143
|
"""
|
|
31332
31144
|
return pulumi.get(self, "glusterfs")
|
|
31333
31145
|
|
|
@@ -31387,7 +31199,7 @@ class VolumePatch(dict):
|
|
|
31387
31199
|
@pulumi.getter(name="photonPersistentDisk")
|
|
31388
31200
|
def photon_persistent_disk(self) -> Optional['outputs.PhotonPersistentDiskVolumeSourcePatch']:
|
|
31389
31201
|
"""
|
|
31390
|
-
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
31202
|
+
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
31391
31203
|
"""
|
|
31392
31204
|
return pulumi.get(self, "photon_persistent_disk")
|
|
31393
31205
|
|
|
@@ -31395,7 +31207,7 @@ class VolumePatch(dict):
|
|
|
31395
31207
|
@pulumi.getter(name="portworxVolume")
|
|
31396
31208
|
def portworx_volume(self) -> Optional['outputs.PortworxVolumeSourcePatch']:
|
|
31397
31209
|
"""
|
|
31398
|
-
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
31210
|
+
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
31399
31211
|
"""
|
|
31400
31212
|
return pulumi.get(self, "portworx_volume")
|
|
31401
31213
|
|
|
@@ -31411,7 +31223,7 @@ class VolumePatch(dict):
|
|
|
31411
31223
|
@pulumi.getter
|
|
31412
31224
|
def quobyte(self) -> Optional['outputs.QuobyteVolumeSourcePatch']:
|
|
31413
31225
|
"""
|
|
31414
|
-
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
31226
|
+
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
31415
31227
|
"""
|
|
31416
31228
|
return pulumi.get(self, "quobyte")
|
|
31417
31229
|
|
|
@@ -31419,7 +31231,7 @@ class VolumePatch(dict):
|
|
|
31419
31231
|
@pulumi.getter
|
|
31420
31232
|
def rbd(self) -> Optional['outputs.RBDVolumeSourcePatch']:
|
|
31421
31233
|
"""
|
|
31422
|
-
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
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
|
|
31423
31235
|
"""
|
|
31424
31236
|
return pulumi.get(self, "rbd")
|
|
31425
31237
|
|
|
@@ -31427,7 +31239,7 @@ class VolumePatch(dict):
|
|
|
31427
31239
|
@pulumi.getter(name="scaleIO")
|
|
31428
31240
|
def scale_io(self) -> Optional['outputs.ScaleIOVolumeSourcePatch']:
|
|
31429
31241
|
"""
|
|
31430
|
-
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
31242
|
+
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
31431
31243
|
"""
|
|
31432
31244
|
return pulumi.get(self, "scale_io")
|
|
31433
31245
|
|
|
@@ -31443,7 +31255,7 @@ class VolumePatch(dict):
|
|
|
31443
31255
|
@pulumi.getter
|
|
31444
31256
|
def storageos(self) -> Optional['outputs.StorageOSVolumeSourcePatch']:
|
|
31445
31257
|
"""
|
|
31446
|
-
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
31258
|
+
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
31447
31259
|
"""
|
|
31448
31260
|
return pulumi.get(self, "storageos")
|
|
31449
31261
|
|
|
@@ -31451,7 +31263,7 @@ class VolumePatch(dict):
|
|
|
31451
31263
|
@pulumi.getter(name="vsphereVolume")
|
|
31452
31264
|
def vsphere_volume(self) -> Optional['outputs.VsphereVirtualDiskVolumeSourcePatch']:
|
|
31453
31265
|
"""
|
|
31454
|
-
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
31266
|
+
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
31455
31267
|
"""
|
|
31456
31268
|
return pulumi.get(self, "vsphere_volume")
|
|
31457
31269
|
|