pulumi-kubernetes 4.16.0a1723070102__py3-none-any.whl → 4.17.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +42 -2
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +18 -17
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +18 -17
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +18 -17
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +18 -17
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +18 -17
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +18 -17
- pulumi_kubernetes/apiextensions/v1/_inputs.py +6 -6
- pulumi_kubernetes/apiextensions/v1/outputs.py +4 -4
- pulumi_kubernetes/apps/v1/_inputs.py +12 -12
- pulumi_kubernetes/apps/v1/outputs.py +8 -8
- pulumi_kubernetes/batch/v1/_inputs.py +15 -27
- pulumi_kubernetes/batch/v1/outputs.py +12 -20
- pulumi_kubernetes/coordination/__init__.py +3 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +94 -14
- pulumi_kubernetes/coordination/v1/outputs.py +62 -10
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +214 -0
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +215 -0
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +226 -0
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +12 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +418 -0
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +334 -0
- pulumi_kubernetes/core/v1/Service.py +6 -22
- pulumi_kubernetes/core/v1/ServicePatch.py +6 -22
- pulumi_kubernetes/core/v1/_inputs.py +961 -206
- pulumi_kubernetes/core/v1/outputs.py +1032 -157
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +2 -0
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +2 -0
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +2 -0
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +2 -0
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +216 -0
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +215 -0
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +228 -0
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +226 -0
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +215 -0
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +238 -0
- pulumi_kubernetes/networking/v1beta1/__init__.py +6 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +599 -0
- pulumi_kubernetes/networking/v1beta1/outputs.py +461 -0
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/resource/__init__.py +3 -0
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +2 -0
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +2 -0
- 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 +2 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +2 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +236 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +216 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +247 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +231 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +215 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +242 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +232 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +216 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +243 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +229 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +215 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +240 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +246 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +257 -0
- pulumi_kubernetes/resource/v1alpha3/__init__.py +23 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +3924 -0
- pulumi_kubernetes/resource/v1alpha3/outputs.py +3327 -0
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +2 -0
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +2 -0
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +252 -0
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +215 -0
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +263 -0
- pulumi_kubernetes/storage/v1beta1/__init__.py +3 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +123 -0
- pulumi_kubernetes/storage/v1beta1/outputs.py +94 -0
- pulumi_kubernetes/yaml/yaml.py +102 -0
- {pulumi_kubernetes-4.16.0a1723070102.dist-info → pulumi_kubernetes-4.17.0.dist-info}/METADATA +1 -1
- {pulumi_kubernetes-4.16.0a1723070102.dist-info → pulumi_kubernetes-4.17.0.dist-info}/RECORD +83 -51
- {pulumi_kubernetes-4.16.0a1723070102.dist-info → pulumi_kubernetes-4.17.0.dist-info}/WHEEL +1 -1
- {pulumi_kubernetes-4.16.0a1723070102.dist-info → pulumi_kubernetes-4.17.0.dist-info}/top_level.txt +0 -0
|
@@ -127,6 +127,8 @@ __all__ = [
|
|
|
127
127
|
'ContainerStateArgsDict',
|
|
128
128
|
'ContainerStatusArgs',
|
|
129
129
|
'ContainerStatusArgsDict',
|
|
130
|
+
'ContainerUserArgs',
|
|
131
|
+
'ContainerUserArgsDict',
|
|
130
132
|
'ContainerArgs',
|
|
131
133
|
'ContainerArgsDict',
|
|
132
134
|
'DaemonEndpointArgs',
|
|
@@ -257,6 +259,10 @@ __all__ = [
|
|
|
257
259
|
'ISCSIVolumeSourcePatchArgsDict',
|
|
258
260
|
'ISCSIVolumeSourceArgs',
|
|
259
261
|
'ISCSIVolumeSourceArgsDict',
|
|
262
|
+
'ImageVolumeSourcePatchArgs',
|
|
263
|
+
'ImageVolumeSourcePatchArgsDict',
|
|
264
|
+
'ImageVolumeSourceArgs',
|
|
265
|
+
'ImageVolumeSourceArgsDict',
|
|
260
266
|
'KeyToPathPatchArgs',
|
|
261
267
|
'KeyToPathPatchArgsDict',
|
|
262
268
|
'KeyToPathArgs',
|
|
@@ -279,6 +285,8 @@ __all__ = [
|
|
|
279
285
|
'LimitRangeSpecArgsDict',
|
|
280
286
|
'LimitRangeArgs',
|
|
281
287
|
'LimitRangeArgsDict',
|
|
288
|
+
'LinuxContainerUserArgs',
|
|
289
|
+
'LinuxContainerUserArgsDict',
|
|
282
290
|
'LoadBalancerIngressArgs',
|
|
283
291
|
'LoadBalancerIngressArgsDict',
|
|
284
292
|
'LoadBalancerStatusArgs',
|
|
@@ -325,6 +333,8 @@ __all__ = [
|
|
|
325
333
|
'NodeConfigStatusArgsDict',
|
|
326
334
|
'NodeDaemonEndpointsArgs',
|
|
327
335
|
'NodeDaemonEndpointsArgsDict',
|
|
336
|
+
'NodeFeaturesArgs',
|
|
337
|
+
'NodeFeaturesArgsDict',
|
|
328
338
|
'NodeRuntimeHandlerFeaturesArgs',
|
|
329
339
|
'NodeRuntimeHandlerFeaturesArgsDict',
|
|
330
340
|
'NodeRuntimeHandlerArgs',
|
|
@@ -503,6 +513,8 @@ __all__ = [
|
|
|
503
513
|
'ResourceFieldSelectorPatchArgsDict',
|
|
504
514
|
'ResourceFieldSelectorArgs',
|
|
505
515
|
'ResourceFieldSelectorArgsDict',
|
|
516
|
+
'ResourceHealthArgs',
|
|
517
|
+
'ResourceHealthArgsDict',
|
|
506
518
|
'ResourceQuotaSpecPatchArgs',
|
|
507
519
|
'ResourceQuotaSpecPatchArgsDict',
|
|
508
520
|
'ResourceQuotaSpecArgs',
|
|
@@ -515,6 +527,8 @@ __all__ = [
|
|
|
515
527
|
'ResourceRequirementsPatchArgsDict',
|
|
516
528
|
'ResourceRequirementsArgs',
|
|
517
529
|
'ResourceRequirementsArgsDict',
|
|
530
|
+
'ResourceStatusArgs',
|
|
531
|
+
'ResourceStatusArgsDict',
|
|
518
532
|
'SELinuxOptionsPatchArgs',
|
|
519
533
|
'SELinuxOptionsPatchArgsDict',
|
|
520
534
|
'SELinuxOptionsArgs',
|
|
@@ -3533,7 +3547,9 @@ if not MYPY:
|
|
|
3533
3547
|
"""
|
|
3534
3548
|
ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.
|
|
3535
3549
|
|
|
3536
|
-
The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name
|
|
3550
|
+
The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The name of the ResourceClaim will be <pod name>-<resource name>, where <resource name> is the PodResourceClaim.Name. Pod validation will reject the pod if the concatenated name is not valid for a ResourceClaim (e.g. too long).
|
|
3551
|
+
|
|
3552
|
+
An existing ResourceClaim with that name that is not owned by the pod will not be used for the pod to avoid using an unrelated resource by mistake. Scheduling and pod startup are then blocked until the unrelated ResourceClaim is removed.
|
|
3537
3553
|
|
|
3538
3554
|
This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.
|
|
3539
3555
|
"""
|
|
@@ -3552,7 +3568,9 @@ class ClaimSourcePatchArgs:
|
|
|
3552
3568
|
:param pulumi.Input[str] resource_claim_name: ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.
|
|
3553
3569
|
:param pulumi.Input[str] resource_claim_template_name: ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.
|
|
3554
3570
|
|
|
3555
|
-
The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name
|
|
3571
|
+
The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The name of the ResourceClaim will be <pod name>-<resource name>, where <resource name> is the PodResourceClaim.Name. Pod validation will reject the pod if the concatenated name is not valid for a ResourceClaim (e.g. too long).
|
|
3572
|
+
|
|
3573
|
+
An existing ResourceClaim with that name that is not owned by the pod will not be used for the pod to avoid using an unrelated resource by mistake. Scheduling and pod startup are then blocked until the unrelated ResourceClaim is removed.
|
|
3556
3574
|
|
|
3557
3575
|
This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.
|
|
3558
3576
|
"""
|
|
@@ -3579,7 +3597,9 @@ class ClaimSourcePatchArgs:
|
|
|
3579
3597
|
"""
|
|
3580
3598
|
ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.
|
|
3581
3599
|
|
|
3582
|
-
The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name
|
|
3600
|
+
The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The name of the ResourceClaim will be <pod name>-<resource name>, where <resource name> is the PodResourceClaim.Name. Pod validation will reject the pod if the concatenated name is not valid for a ResourceClaim (e.g. too long).
|
|
3601
|
+
|
|
3602
|
+
An existing ResourceClaim with that name that is not owned by the pod will not be used for the pod to avoid using an unrelated resource by mistake. Scheduling and pod startup are then blocked until the unrelated ResourceClaim is removed.
|
|
3583
3603
|
|
|
3584
3604
|
This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.
|
|
3585
3605
|
"""
|
|
@@ -3605,7 +3625,9 @@ if not MYPY:
|
|
|
3605
3625
|
"""
|
|
3606
3626
|
ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.
|
|
3607
3627
|
|
|
3608
|
-
The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name
|
|
3628
|
+
The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The name of the ResourceClaim will be <pod name>-<resource name>, where <resource name> is the PodResourceClaim.Name. Pod validation will reject the pod if the concatenated name is not valid for a ResourceClaim (e.g. too long).
|
|
3629
|
+
|
|
3630
|
+
An existing ResourceClaim with that name that is not owned by the pod will not be used for the pod to avoid using an unrelated resource by mistake. Scheduling and pod startup are then blocked until the unrelated ResourceClaim is removed.
|
|
3609
3631
|
|
|
3610
3632
|
This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.
|
|
3611
3633
|
"""
|
|
@@ -3624,7 +3646,9 @@ class ClaimSourceArgs:
|
|
|
3624
3646
|
:param pulumi.Input[str] resource_claim_name: ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.
|
|
3625
3647
|
:param pulumi.Input[str] resource_claim_template_name: ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.
|
|
3626
3648
|
|
|
3627
|
-
The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name
|
|
3649
|
+
The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The name of the ResourceClaim will be <pod name>-<resource name>, where <resource name> is the PodResourceClaim.Name. Pod validation will reject the pod if the concatenated name is not valid for a ResourceClaim (e.g. too long).
|
|
3650
|
+
|
|
3651
|
+
An existing ResourceClaim with that name that is not owned by the pod will not be used for the pod to avoid using an unrelated resource by mistake. Scheduling and pod startup are then blocked until the unrelated ResourceClaim is removed.
|
|
3628
3652
|
|
|
3629
3653
|
This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.
|
|
3630
3654
|
"""
|
|
@@ -3651,7 +3675,9 @@ class ClaimSourceArgs:
|
|
|
3651
3675
|
"""
|
|
3652
3676
|
ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.
|
|
3653
3677
|
|
|
3654
|
-
The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name
|
|
3678
|
+
The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The name of the ResourceClaim will be <pod name>-<resource name>, where <resource name> is the PodResourceClaim.Name. Pod validation will reject the pod if the concatenated name is not valid for a ResourceClaim (e.g. too long).
|
|
3679
|
+
|
|
3680
|
+
An existing ResourceClaim with that name that is not owned by the pod will not be used for the pod to avoid using an unrelated resource by mistake. Scheduling and pod startup are then blocked until the unrelated ResourceClaim is removed.
|
|
3655
3681
|
|
|
3656
3682
|
This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.
|
|
3657
3683
|
"""
|
|
@@ -3974,7 +4000,7 @@ if not MYPY:
|
|
|
3974
4000
|
"""
|
|
3975
4001
|
name: NotRequired[pulumi.Input[str]]
|
|
3976
4002
|
"""
|
|
3977
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4003
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
3978
4004
|
"""
|
|
3979
4005
|
optional: NotRequired[pulumi.Input[bool]]
|
|
3980
4006
|
"""
|
|
@@ -3992,7 +4018,7 @@ class ConfigMapEnvSourcePatchArgs:
|
|
|
3992
4018
|
ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.
|
|
3993
4019
|
|
|
3994
4020
|
The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.
|
|
3995
|
-
:param pulumi.Input[str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4021
|
+
:param pulumi.Input[str] name: Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
3996
4022
|
:param pulumi.Input[bool] optional: Specify whether the ConfigMap must be defined
|
|
3997
4023
|
"""
|
|
3998
4024
|
if name is not None:
|
|
@@ -4004,7 +4030,7 @@ class ConfigMapEnvSourcePatchArgs:
|
|
|
4004
4030
|
@pulumi.getter
|
|
4005
4031
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
4006
4032
|
"""
|
|
4007
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4033
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4008
4034
|
"""
|
|
4009
4035
|
return pulumi.get(self, "name")
|
|
4010
4036
|
|
|
@@ -4034,7 +4060,7 @@ if not MYPY:
|
|
|
4034
4060
|
"""
|
|
4035
4061
|
name: NotRequired[pulumi.Input[str]]
|
|
4036
4062
|
"""
|
|
4037
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4063
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4038
4064
|
"""
|
|
4039
4065
|
optional: NotRequired[pulumi.Input[bool]]
|
|
4040
4066
|
"""
|
|
@@ -4052,7 +4078,7 @@ class ConfigMapEnvSourceArgs:
|
|
|
4052
4078
|
ConfigMapEnvSource selects a ConfigMap to populate the environment variables with.
|
|
4053
4079
|
|
|
4054
4080
|
The contents of the target ConfigMap's Data field will represent the key-value pairs as environment variables.
|
|
4055
|
-
:param pulumi.Input[str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4081
|
+
:param pulumi.Input[str] name: Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4056
4082
|
:param pulumi.Input[bool] optional: Specify whether the ConfigMap must be defined
|
|
4057
4083
|
"""
|
|
4058
4084
|
if name is not None:
|
|
@@ -4064,7 +4090,7 @@ class ConfigMapEnvSourceArgs:
|
|
|
4064
4090
|
@pulumi.getter
|
|
4065
4091
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
4066
4092
|
"""
|
|
4067
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4093
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4068
4094
|
"""
|
|
4069
4095
|
return pulumi.get(self, "name")
|
|
4070
4096
|
|
|
@@ -4096,7 +4122,7 @@ if not MYPY:
|
|
|
4096
4122
|
"""
|
|
4097
4123
|
name: NotRequired[pulumi.Input[str]]
|
|
4098
4124
|
"""
|
|
4099
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4125
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4100
4126
|
"""
|
|
4101
4127
|
optional: NotRequired[pulumi.Input[bool]]
|
|
4102
4128
|
"""
|
|
@@ -4114,7 +4140,7 @@ class ConfigMapKeySelectorPatchArgs:
|
|
|
4114
4140
|
"""
|
|
4115
4141
|
Selects a key from a ConfigMap.
|
|
4116
4142
|
:param pulumi.Input[str] key: The key to select.
|
|
4117
|
-
:param pulumi.Input[str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4143
|
+
:param pulumi.Input[str] name: Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4118
4144
|
:param pulumi.Input[bool] optional: Specify whether the ConfigMap or its key must be defined
|
|
4119
4145
|
"""
|
|
4120
4146
|
if key is not None:
|
|
@@ -4140,7 +4166,7 @@ class ConfigMapKeySelectorPatchArgs:
|
|
|
4140
4166
|
@pulumi.getter
|
|
4141
4167
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
4142
4168
|
"""
|
|
4143
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4169
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4144
4170
|
"""
|
|
4145
4171
|
return pulumi.get(self, "name")
|
|
4146
4172
|
|
|
@@ -4172,7 +4198,7 @@ if not MYPY:
|
|
|
4172
4198
|
"""
|
|
4173
4199
|
name: NotRequired[pulumi.Input[str]]
|
|
4174
4200
|
"""
|
|
4175
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4201
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4176
4202
|
"""
|
|
4177
4203
|
optional: NotRequired[pulumi.Input[bool]]
|
|
4178
4204
|
"""
|
|
@@ -4190,7 +4216,7 @@ class ConfigMapKeySelectorArgs:
|
|
|
4190
4216
|
"""
|
|
4191
4217
|
Selects a key from a ConfigMap.
|
|
4192
4218
|
:param pulumi.Input[str] key: The key to select.
|
|
4193
|
-
:param pulumi.Input[str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4219
|
+
:param pulumi.Input[str] name: Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4194
4220
|
:param pulumi.Input[bool] optional: Specify whether the ConfigMap or its key must be defined
|
|
4195
4221
|
"""
|
|
4196
4222
|
pulumi.set(__self__, "key", key)
|
|
@@ -4215,7 +4241,7 @@ class ConfigMapKeySelectorArgs:
|
|
|
4215
4241
|
@pulumi.getter
|
|
4216
4242
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
4217
4243
|
"""
|
|
4218
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4244
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4219
4245
|
"""
|
|
4220
4246
|
return pulumi.get(self, "name")
|
|
4221
4247
|
|
|
@@ -4478,7 +4504,7 @@ if not MYPY:
|
|
|
4478
4504
|
"""
|
|
4479
4505
|
name: NotRequired[pulumi.Input[str]]
|
|
4480
4506
|
"""
|
|
4481
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4507
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4482
4508
|
"""
|
|
4483
4509
|
optional: NotRequired[pulumi.Input[bool]]
|
|
4484
4510
|
"""
|
|
@@ -4498,7 +4524,7 @@ class ConfigMapProjectionPatchArgs:
|
|
|
4498
4524
|
|
|
4499
4525
|
The contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.
|
|
4500
4526
|
:param pulumi.Input[Sequence[pulumi.Input['KeyToPathPatchArgs']]] items: items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
|
|
4501
|
-
:param pulumi.Input[str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4527
|
+
:param pulumi.Input[str] name: Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4502
4528
|
:param pulumi.Input[bool] optional: optional specify whether the ConfigMap or its keys must be defined
|
|
4503
4529
|
"""
|
|
4504
4530
|
if items is not None:
|
|
@@ -4524,7 +4550,7 @@ class ConfigMapProjectionPatchArgs:
|
|
|
4524
4550
|
@pulumi.getter
|
|
4525
4551
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
4526
4552
|
"""
|
|
4527
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4553
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4528
4554
|
"""
|
|
4529
4555
|
return pulumi.get(self, "name")
|
|
4530
4556
|
|
|
@@ -4558,7 +4584,7 @@ if not MYPY:
|
|
|
4558
4584
|
"""
|
|
4559
4585
|
name: NotRequired[pulumi.Input[str]]
|
|
4560
4586
|
"""
|
|
4561
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4587
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4562
4588
|
"""
|
|
4563
4589
|
optional: NotRequired[pulumi.Input[bool]]
|
|
4564
4590
|
"""
|
|
@@ -4578,7 +4604,7 @@ class ConfigMapProjectionArgs:
|
|
|
4578
4604
|
|
|
4579
4605
|
The contents of the target ConfigMap's Data field will be presented in a projected volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. Note that this is identical to a configmap volume source without the default mode.
|
|
4580
4606
|
:param pulumi.Input[Sequence[pulumi.Input['KeyToPathArgs']]] items: items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
|
|
4581
|
-
:param pulumi.Input[str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4607
|
+
:param pulumi.Input[str] name: Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4582
4608
|
:param pulumi.Input[bool] optional: optional specify whether the ConfigMap or its keys must be defined
|
|
4583
4609
|
"""
|
|
4584
4610
|
if items is not None:
|
|
@@ -4604,7 +4630,7 @@ class ConfigMapProjectionArgs:
|
|
|
4604
4630
|
@pulumi.getter
|
|
4605
4631
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
4606
4632
|
"""
|
|
4607
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4633
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4608
4634
|
"""
|
|
4609
4635
|
return pulumi.get(self, "name")
|
|
4610
4636
|
|
|
@@ -4642,7 +4668,7 @@ if not MYPY:
|
|
|
4642
4668
|
"""
|
|
4643
4669
|
name: NotRequired[pulumi.Input[str]]
|
|
4644
4670
|
"""
|
|
4645
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4671
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4646
4672
|
"""
|
|
4647
4673
|
optional: NotRequired[pulumi.Input[bool]]
|
|
4648
4674
|
"""
|
|
@@ -4664,7 +4690,7 @@ class ConfigMapVolumeSourcePatchArgs:
|
|
|
4664
4690
|
The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.
|
|
4665
4691
|
:param pulumi.Input[int] default_mode: defaultMode is optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
|
|
4666
4692
|
:param pulumi.Input[Sequence[pulumi.Input['KeyToPathPatchArgs']]] items: items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
|
|
4667
|
-
:param pulumi.Input[str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4693
|
+
:param pulumi.Input[str] name: Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4668
4694
|
:param pulumi.Input[bool] optional: optional specify whether the ConfigMap or its keys must be defined
|
|
4669
4695
|
"""
|
|
4670
4696
|
if default_mode is not None:
|
|
@@ -4704,7 +4730,7 @@ class ConfigMapVolumeSourcePatchArgs:
|
|
|
4704
4730
|
@pulumi.getter
|
|
4705
4731
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
4706
4732
|
"""
|
|
4707
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4733
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4708
4734
|
"""
|
|
4709
4735
|
return pulumi.get(self, "name")
|
|
4710
4736
|
|
|
@@ -4742,7 +4768,7 @@ if not MYPY:
|
|
|
4742
4768
|
"""
|
|
4743
4769
|
name: NotRequired[pulumi.Input[str]]
|
|
4744
4770
|
"""
|
|
4745
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4771
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4746
4772
|
"""
|
|
4747
4773
|
optional: NotRequired[pulumi.Input[bool]]
|
|
4748
4774
|
"""
|
|
@@ -4764,7 +4790,7 @@ class ConfigMapVolumeSourceArgs:
|
|
|
4764
4790
|
The contents of the target ConfigMap's Data field will be presented in a volume as files using the keys in the Data field as the file names, unless the items element is populated with specific mappings of keys to paths. ConfigMap volumes support ownership management and SELinux relabeling.
|
|
4765
4791
|
:param pulumi.Input[int] default_mode: defaultMode is optional: mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Defaults to 0644. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
|
|
4766
4792
|
:param pulumi.Input[Sequence[pulumi.Input['KeyToPathArgs']]] items: items if unspecified, each key-value pair in the Data field of the referenced ConfigMap will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the ConfigMap, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
|
|
4767
|
-
:param pulumi.Input[str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4793
|
+
:param pulumi.Input[str] name: Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4768
4794
|
:param pulumi.Input[bool] optional: optional specify whether the ConfigMap or its keys must be defined
|
|
4769
4795
|
"""
|
|
4770
4796
|
if default_mode is not None:
|
|
@@ -4804,7 +4830,7 @@ class ConfigMapVolumeSourceArgs:
|
|
|
4804
4830
|
@pulumi.getter
|
|
4805
4831
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
4806
4832
|
"""
|
|
4807
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4833
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
4808
4834
|
"""
|
|
4809
4835
|
return pulumi.get(self, "name")
|
|
4810
4836
|
|
|
@@ -6207,6 +6233,10 @@ if not MYPY:
|
|
|
6207
6233
|
"""
|
|
6208
6234
|
AllocatedResources represents the compute resources allocated for this container by the node. Kubelet sets this value to Container.Resources.Requests upon successful pod admission and after successfully admitting desired pod resize.
|
|
6209
6235
|
"""
|
|
6236
|
+
allocated_resources_status: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResourceStatusArgsDict']]]]
|
|
6237
|
+
"""
|
|
6238
|
+
AllocatedResourcesStatus represents the status of various resources allocated for this Pod.
|
|
6239
|
+
"""
|
|
6210
6240
|
container_id: NotRequired[pulumi.Input[str]]
|
|
6211
6241
|
"""
|
|
6212
6242
|
ContainerID is the ID of the container in the format '<type>://<container_id>'. Where type is a container runtime identifier, returned from Version call of CRI API (for example "containerd").
|
|
@@ -6227,6 +6257,10 @@ if not MYPY:
|
|
|
6227
6257
|
"""
|
|
6228
6258
|
State holds details about the container's current condition.
|
|
6229
6259
|
"""
|
|
6260
|
+
user: NotRequired[pulumi.Input['ContainerUserArgsDict']]
|
|
6261
|
+
"""
|
|
6262
|
+
User represents user identity information initially attached to the first process of the container
|
|
6263
|
+
"""
|
|
6230
6264
|
volume_mounts: NotRequired[pulumi.Input[Sequence[pulumi.Input['VolumeMountStatusArgsDict']]]]
|
|
6231
6265
|
"""
|
|
6232
6266
|
Status of volume mounts.
|
|
@@ -6243,11 +6277,13 @@ class ContainerStatusArgs:
|
|
|
6243
6277
|
ready: pulumi.Input[bool],
|
|
6244
6278
|
restart_count: pulumi.Input[int],
|
|
6245
6279
|
allocated_resources: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
6280
|
+
allocated_resources_status: Optional[pulumi.Input[Sequence[pulumi.Input['ResourceStatusArgs']]]] = None,
|
|
6246
6281
|
container_id: Optional[pulumi.Input[str]] = None,
|
|
6247
6282
|
last_state: Optional[pulumi.Input['ContainerStateArgs']] = None,
|
|
6248
6283
|
resources: Optional[pulumi.Input['ResourceRequirementsArgs']] = None,
|
|
6249
6284
|
started: Optional[pulumi.Input[bool]] = None,
|
|
6250
6285
|
state: Optional[pulumi.Input['ContainerStateArgs']] = None,
|
|
6286
|
+
user: Optional[pulumi.Input['ContainerUserArgs']] = None,
|
|
6251
6287
|
volume_mounts: Optional[pulumi.Input[Sequence[pulumi.Input['VolumeMountStatusArgs']]]] = None):
|
|
6252
6288
|
"""
|
|
6253
6289
|
ContainerStatus contains details for the current status of this container.
|
|
@@ -6259,11 +6295,13 @@ class ContainerStatusArgs:
|
|
|
6259
6295
|
The value is typically used to determine whether a container is ready to accept traffic.
|
|
6260
6296
|
:param pulumi.Input[int] restart_count: RestartCount holds the number of times the container has been restarted. Kubelet makes an effort to always increment the value, but there are cases when the state may be lost due to node restarts and then the value may be reset to 0. The value is never negative.
|
|
6261
6297
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] allocated_resources: AllocatedResources represents the compute resources allocated for this container by the node. Kubelet sets this value to Container.Resources.Requests upon successful pod admission and after successfully admitting desired pod resize.
|
|
6298
|
+
:param pulumi.Input[Sequence[pulumi.Input['ResourceStatusArgs']]] allocated_resources_status: AllocatedResourcesStatus represents the status of various resources allocated for this Pod.
|
|
6262
6299
|
:param pulumi.Input[str] container_id: ContainerID is the ID of the container in the format '<type>://<container_id>'. Where type is a container runtime identifier, returned from Version call of CRI API (for example "containerd").
|
|
6263
6300
|
:param pulumi.Input['ContainerStateArgs'] last_state: LastTerminationState holds the last termination state of the container to help debug container crashes and restarts. This field is not populated if the container is still running and RestartCount is 0.
|
|
6264
6301
|
:param pulumi.Input['ResourceRequirementsArgs'] resources: Resources represents the compute resource requests and limits that have been successfully enacted on the running container after it has been started or has been successfully resized.
|
|
6265
6302
|
:param pulumi.Input[bool] started: Started indicates whether the container has finished its postStart lifecycle hook and passed its startup probe. Initialized as false, becomes true after startupProbe is considered successful. Resets to false when the container is restarted, or if kubelet loses state temporarily. In both cases, startup probes will run again. Is always true when no startupProbe is defined and container is running and has passed the postStart lifecycle hook. The null value must be treated the same as false.
|
|
6266
6303
|
:param pulumi.Input['ContainerStateArgs'] state: State holds details about the container's current condition.
|
|
6304
|
+
:param pulumi.Input['ContainerUserArgs'] user: User represents user identity information initially attached to the first process of the container
|
|
6267
6305
|
:param pulumi.Input[Sequence[pulumi.Input['VolumeMountStatusArgs']]] volume_mounts: Status of volume mounts.
|
|
6268
6306
|
"""
|
|
6269
6307
|
pulumi.set(__self__, "image", image)
|
|
@@ -6273,6 +6311,8 @@ class ContainerStatusArgs:
|
|
|
6273
6311
|
pulumi.set(__self__, "restart_count", restart_count)
|
|
6274
6312
|
if allocated_resources is not None:
|
|
6275
6313
|
pulumi.set(__self__, "allocated_resources", allocated_resources)
|
|
6314
|
+
if allocated_resources_status is not None:
|
|
6315
|
+
pulumi.set(__self__, "allocated_resources_status", allocated_resources_status)
|
|
6276
6316
|
if container_id is not None:
|
|
6277
6317
|
pulumi.set(__self__, "container_id", container_id)
|
|
6278
6318
|
if last_state is not None:
|
|
@@ -6283,6 +6323,8 @@ class ContainerStatusArgs:
|
|
|
6283
6323
|
pulumi.set(__self__, "started", started)
|
|
6284
6324
|
if state is not None:
|
|
6285
6325
|
pulumi.set(__self__, "state", state)
|
|
6326
|
+
if user is not None:
|
|
6327
|
+
pulumi.set(__self__, "user", user)
|
|
6286
6328
|
if volume_mounts is not None:
|
|
6287
6329
|
pulumi.set(__self__, "volume_mounts", volume_mounts)
|
|
6288
6330
|
|
|
@@ -6360,6 +6402,18 @@ class ContainerStatusArgs:
|
|
|
6360
6402
|
def allocated_resources(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
6361
6403
|
pulumi.set(self, "allocated_resources", value)
|
|
6362
6404
|
|
|
6405
|
+
@property
|
|
6406
|
+
@pulumi.getter(name="allocatedResourcesStatus")
|
|
6407
|
+
def allocated_resources_status(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourceStatusArgs']]]]:
|
|
6408
|
+
"""
|
|
6409
|
+
AllocatedResourcesStatus represents the status of various resources allocated for this Pod.
|
|
6410
|
+
"""
|
|
6411
|
+
return pulumi.get(self, "allocated_resources_status")
|
|
6412
|
+
|
|
6413
|
+
@allocated_resources_status.setter
|
|
6414
|
+
def allocated_resources_status(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ResourceStatusArgs']]]]):
|
|
6415
|
+
pulumi.set(self, "allocated_resources_status", value)
|
|
6416
|
+
|
|
6363
6417
|
@property
|
|
6364
6418
|
@pulumi.getter(name="containerID")
|
|
6365
6419
|
def container_id(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -6420,6 +6474,18 @@ class ContainerStatusArgs:
|
|
|
6420
6474
|
def state(self, value: Optional[pulumi.Input['ContainerStateArgs']]):
|
|
6421
6475
|
pulumi.set(self, "state", value)
|
|
6422
6476
|
|
|
6477
|
+
@property
|
|
6478
|
+
@pulumi.getter
|
|
6479
|
+
def user(self) -> Optional[pulumi.Input['ContainerUserArgs']]:
|
|
6480
|
+
"""
|
|
6481
|
+
User represents user identity information initially attached to the first process of the container
|
|
6482
|
+
"""
|
|
6483
|
+
return pulumi.get(self, "user")
|
|
6484
|
+
|
|
6485
|
+
@user.setter
|
|
6486
|
+
def user(self, value: Optional[pulumi.Input['ContainerUserArgs']]):
|
|
6487
|
+
pulumi.set(self, "user", value)
|
|
6488
|
+
|
|
6423
6489
|
@property
|
|
6424
6490
|
@pulumi.getter(name="volumeMounts")
|
|
6425
6491
|
def volume_mounts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VolumeMountStatusArgs']]]]:
|
|
@@ -6433,6 +6499,42 @@ class ContainerStatusArgs:
|
|
|
6433
6499
|
pulumi.set(self, "volume_mounts", value)
|
|
6434
6500
|
|
|
6435
6501
|
|
|
6502
|
+
if not MYPY:
|
|
6503
|
+
class ContainerUserArgsDict(TypedDict):
|
|
6504
|
+
"""
|
|
6505
|
+
ContainerUser represents user identity information
|
|
6506
|
+
"""
|
|
6507
|
+
linux: NotRequired[pulumi.Input['LinuxContainerUserArgsDict']]
|
|
6508
|
+
"""
|
|
6509
|
+
Linux holds user identity information initially attached to the first process of the containers in Linux. Note that the actual running identity can be changed if the process has enough privilege to do so.
|
|
6510
|
+
"""
|
|
6511
|
+
elif False:
|
|
6512
|
+
ContainerUserArgsDict: TypeAlias = Mapping[str, Any]
|
|
6513
|
+
|
|
6514
|
+
@pulumi.input_type
|
|
6515
|
+
class ContainerUserArgs:
|
|
6516
|
+
def __init__(__self__, *,
|
|
6517
|
+
linux: Optional[pulumi.Input['LinuxContainerUserArgs']] = None):
|
|
6518
|
+
"""
|
|
6519
|
+
ContainerUser represents user identity information
|
|
6520
|
+
:param pulumi.Input['LinuxContainerUserArgs'] linux: Linux holds user identity information initially attached to the first process of the containers in Linux. Note that the actual running identity can be changed if the process has enough privilege to do so.
|
|
6521
|
+
"""
|
|
6522
|
+
if linux is not None:
|
|
6523
|
+
pulumi.set(__self__, "linux", linux)
|
|
6524
|
+
|
|
6525
|
+
@property
|
|
6526
|
+
@pulumi.getter
|
|
6527
|
+
def linux(self) -> Optional[pulumi.Input['LinuxContainerUserArgs']]:
|
|
6528
|
+
"""
|
|
6529
|
+
Linux holds user identity information initially attached to the first process of the containers in Linux. Note that the actual running identity can be changed if the process has enough privilege to do so.
|
|
6530
|
+
"""
|
|
6531
|
+
return pulumi.get(self, "linux")
|
|
6532
|
+
|
|
6533
|
+
@linux.setter
|
|
6534
|
+
def linux(self, value: Optional[pulumi.Input['LinuxContainerUserArgs']]):
|
|
6535
|
+
pulumi.set(self, "linux", value)
|
|
6536
|
+
|
|
6537
|
+
|
|
6436
6538
|
if not MYPY:
|
|
6437
6539
|
class ContainerArgsDict(TypedDict):
|
|
6438
6540
|
"""
|
|
@@ -12603,13 +12705,13 @@ if not MYPY:
|
|
|
12603
12705
|
"""
|
|
12604
12706
|
HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.
|
|
12605
12707
|
"""
|
|
12606
|
-
|
|
12708
|
+
ip: pulumi.Input[str]
|
|
12607
12709
|
"""
|
|
12608
|
-
|
|
12710
|
+
IP address of the host file entry.
|
|
12609
12711
|
"""
|
|
12610
|
-
|
|
12712
|
+
hostnames: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
12611
12713
|
"""
|
|
12612
|
-
|
|
12714
|
+
Hostnames for the above IP address.
|
|
12613
12715
|
"""
|
|
12614
12716
|
elif False:
|
|
12615
12717
|
HostAliasArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -12617,41 +12719,40 @@ elif False:
|
|
|
12617
12719
|
@pulumi.input_type
|
|
12618
12720
|
class HostAliasArgs:
|
|
12619
12721
|
def __init__(__self__, *,
|
|
12620
|
-
|
|
12621
|
-
|
|
12722
|
+
ip: pulumi.Input[str],
|
|
12723
|
+
hostnames: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
12622
12724
|
"""
|
|
12623
12725
|
HostAlias holds the mapping between IP and hostnames that will be injected as an entry in the pod's hosts file.
|
|
12624
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] hostnames: Hostnames for the above IP address.
|
|
12625
12726
|
:param pulumi.Input[str] ip: IP address of the host file entry.
|
|
12727
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] hostnames: Hostnames for the above IP address.
|
|
12626
12728
|
"""
|
|
12729
|
+
pulumi.set(__self__, "ip", ip)
|
|
12627
12730
|
if hostnames is not None:
|
|
12628
12731
|
pulumi.set(__self__, "hostnames", hostnames)
|
|
12629
|
-
if ip is not None:
|
|
12630
|
-
pulumi.set(__self__, "ip", ip)
|
|
12631
12732
|
|
|
12632
12733
|
@property
|
|
12633
12734
|
@pulumi.getter
|
|
12634
|
-
def
|
|
12735
|
+
def ip(self) -> pulumi.Input[str]:
|
|
12635
12736
|
"""
|
|
12636
|
-
|
|
12737
|
+
IP address of the host file entry.
|
|
12637
12738
|
"""
|
|
12638
|
-
return pulumi.get(self, "
|
|
12739
|
+
return pulumi.get(self, "ip")
|
|
12639
12740
|
|
|
12640
|
-
@
|
|
12641
|
-
def
|
|
12642
|
-
pulumi.set(self, "
|
|
12741
|
+
@ip.setter
|
|
12742
|
+
def ip(self, value: pulumi.Input[str]):
|
|
12743
|
+
pulumi.set(self, "ip", value)
|
|
12643
12744
|
|
|
12644
12745
|
@property
|
|
12645
12746
|
@pulumi.getter
|
|
12646
|
-
def
|
|
12747
|
+
def hostnames(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
12647
12748
|
"""
|
|
12648
|
-
|
|
12749
|
+
Hostnames for the above IP address.
|
|
12649
12750
|
"""
|
|
12650
|
-
return pulumi.get(self, "
|
|
12751
|
+
return pulumi.get(self, "hostnames")
|
|
12651
12752
|
|
|
12652
|
-
@
|
|
12653
|
-
def
|
|
12654
|
-
pulumi.set(self, "
|
|
12753
|
+
@hostnames.setter
|
|
12754
|
+
def hostnames(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
12755
|
+
pulumi.set(self, "hostnames", value)
|
|
12655
12756
|
|
|
12656
12757
|
|
|
12657
12758
|
if not MYPY:
|
|
@@ -12659,7 +12760,7 @@ if not MYPY:
|
|
|
12659
12760
|
"""
|
|
12660
12761
|
HostIP represents a single IP address allocated to the host.
|
|
12661
12762
|
"""
|
|
12662
|
-
ip:
|
|
12763
|
+
ip: pulumi.Input[str]
|
|
12663
12764
|
"""
|
|
12664
12765
|
IP is the IP address assigned to the host
|
|
12665
12766
|
"""
|
|
@@ -12669,24 +12770,23 @@ elif False:
|
|
|
12669
12770
|
@pulumi.input_type
|
|
12670
12771
|
class HostIPArgs:
|
|
12671
12772
|
def __init__(__self__, *,
|
|
12672
|
-
ip:
|
|
12773
|
+
ip: pulumi.Input[str]):
|
|
12673
12774
|
"""
|
|
12674
12775
|
HostIP represents a single IP address allocated to the host.
|
|
12675
12776
|
:param pulumi.Input[str] ip: IP is the IP address assigned to the host
|
|
12676
12777
|
"""
|
|
12677
|
-
|
|
12678
|
-
pulumi.set(__self__, "ip", ip)
|
|
12778
|
+
pulumi.set(__self__, "ip", ip)
|
|
12679
12779
|
|
|
12680
12780
|
@property
|
|
12681
12781
|
@pulumi.getter
|
|
12682
|
-
def ip(self) ->
|
|
12782
|
+
def ip(self) -> pulumi.Input[str]:
|
|
12683
12783
|
"""
|
|
12684
12784
|
IP is the IP address assigned to the host
|
|
12685
12785
|
"""
|
|
12686
12786
|
return pulumi.get(self, "ip")
|
|
12687
12787
|
|
|
12688
12788
|
@ip.setter
|
|
12689
|
-
def ip(self, value:
|
|
12789
|
+
def ip(self, value: pulumi.Input[str]):
|
|
12690
12790
|
pulumi.set(self, "ip", value)
|
|
12691
12791
|
|
|
12692
12792
|
|
|
@@ -13739,6 +13839,118 @@ class ISCSIVolumeSourceArgs:
|
|
|
13739
13839
|
pulumi.set(self, "secret_ref", value)
|
|
13740
13840
|
|
|
13741
13841
|
|
|
13842
|
+
if not MYPY:
|
|
13843
|
+
class ImageVolumeSourcePatchArgsDict(TypedDict):
|
|
13844
|
+
"""
|
|
13845
|
+
ImageVolumeSource represents a image volume resource.
|
|
13846
|
+
"""
|
|
13847
|
+
pull_policy: NotRequired[pulumi.Input[str]]
|
|
13848
|
+
"""
|
|
13849
|
+
Policy for pulling OCI objects. Possible values are: Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.
|
|
13850
|
+
"""
|
|
13851
|
+
reference: NotRequired[pulumi.Input[str]]
|
|
13852
|
+
"""
|
|
13853
|
+
Required: Image or artifact reference to be used. Behaves in the same way as pod.spec.containers[*].image. Pull secrets will be assembled in the same way as for the container image by looking up node credentials, SA image pull secrets, and pod spec image pull secrets. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.
|
|
13854
|
+
"""
|
|
13855
|
+
elif False:
|
|
13856
|
+
ImageVolumeSourcePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
13857
|
+
|
|
13858
|
+
@pulumi.input_type
|
|
13859
|
+
class ImageVolumeSourcePatchArgs:
|
|
13860
|
+
def __init__(__self__, *,
|
|
13861
|
+
pull_policy: Optional[pulumi.Input[str]] = None,
|
|
13862
|
+
reference: Optional[pulumi.Input[str]] = None):
|
|
13863
|
+
"""
|
|
13864
|
+
ImageVolumeSource represents a image volume resource.
|
|
13865
|
+
:param pulumi.Input[str] pull_policy: Policy for pulling OCI objects. Possible values are: Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.
|
|
13866
|
+
:param pulumi.Input[str] reference: Required: Image or artifact reference to be used. Behaves in the same way as pod.spec.containers[*].image. Pull secrets will be assembled in the same way as for the container image by looking up node credentials, SA image pull secrets, and pod spec image pull secrets. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.
|
|
13867
|
+
"""
|
|
13868
|
+
if pull_policy is not None:
|
|
13869
|
+
pulumi.set(__self__, "pull_policy", pull_policy)
|
|
13870
|
+
if reference is not None:
|
|
13871
|
+
pulumi.set(__self__, "reference", reference)
|
|
13872
|
+
|
|
13873
|
+
@property
|
|
13874
|
+
@pulumi.getter(name="pullPolicy")
|
|
13875
|
+
def pull_policy(self) -> Optional[pulumi.Input[str]]:
|
|
13876
|
+
"""
|
|
13877
|
+
Policy for pulling OCI objects. Possible values are: Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.
|
|
13878
|
+
"""
|
|
13879
|
+
return pulumi.get(self, "pull_policy")
|
|
13880
|
+
|
|
13881
|
+
@pull_policy.setter
|
|
13882
|
+
def pull_policy(self, value: Optional[pulumi.Input[str]]):
|
|
13883
|
+
pulumi.set(self, "pull_policy", value)
|
|
13884
|
+
|
|
13885
|
+
@property
|
|
13886
|
+
@pulumi.getter
|
|
13887
|
+
def reference(self) -> Optional[pulumi.Input[str]]:
|
|
13888
|
+
"""
|
|
13889
|
+
Required: Image or artifact reference to be used. Behaves in the same way as pod.spec.containers[*].image. Pull secrets will be assembled in the same way as for the container image by looking up node credentials, SA image pull secrets, and pod spec image pull secrets. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.
|
|
13890
|
+
"""
|
|
13891
|
+
return pulumi.get(self, "reference")
|
|
13892
|
+
|
|
13893
|
+
@reference.setter
|
|
13894
|
+
def reference(self, value: Optional[pulumi.Input[str]]):
|
|
13895
|
+
pulumi.set(self, "reference", value)
|
|
13896
|
+
|
|
13897
|
+
|
|
13898
|
+
if not MYPY:
|
|
13899
|
+
class ImageVolumeSourceArgsDict(TypedDict):
|
|
13900
|
+
"""
|
|
13901
|
+
ImageVolumeSource represents a image volume resource.
|
|
13902
|
+
"""
|
|
13903
|
+
pull_policy: NotRequired[pulumi.Input[str]]
|
|
13904
|
+
"""
|
|
13905
|
+
Policy for pulling OCI objects. Possible values are: Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.
|
|
13906
|
+
"""
|
|
13907
|
+
reference: NotRequired[pulumi.Input[str]]
|
|
13908
|
+
"""
|
|
13909
|
+
Required: Image or artifact reference to be used. Behaves in the same way as pod.spec.containers[*].image. Pull secrets will be assembled in the same way as for the container image by looking up node credentials, SA image pull secrets, and pod spec image pull secrets. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.
|
|
13910
|
+
"""
|
|
13911
|
+
elif False:
|
|
13912
|
+
ImageVolumeSourceArgsDict: TypeAlias = Mapping[str, Any]
|
|
13913
|
+
|
|
13914
|
+
@pulumi.input_type
|
|
13915
|
+
class ImageVolumeSourceArgs:
|
|
13916
|
+
def __init__(__self__, *,
|
|
13917
|
+
pull_policy: Optional[pulumi.Input[str]] = None,
|
|
13918
|
+
reference: Optional[pulumi.Input[str]] = None):
|
|
13919
|
+
"""
|
|
13920
|
+
ImageVolumeSource represents a image volume resource.
|
|
13921
|
+
:param pulumi.Input[str] pull_policy: Policy for pulling OCI objects. Possible values are: Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.
|
|
13922
|
+
:param pulumi.Input[str] reference: Required: Image or artifact reference to be used. Behaves in the same way as pod.spec.containers[*].image. Pull secrets will be assembled in the same way as for the container image by looking up node credentials, SA image pull secrets, and pod spec image pull secrets. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.
|
|
13923
|
+
"""
|
|
13924
|
+
if pull_policy is not None:
|
|
13925
|
+
pulumi.set(__self__, "pull_policy", pull_policy)
|
|
13926
|
+
if reference is not None:
|
|
13927
|
+
pulumi.set(__self__, "reference", reference)
|
|
13928
|
+
|
|
13929
|
+
@property
|
|
13930
|
+
@pulumi.getter(name="pullPolicy")
|
|
13931
|
+
def pull_policy(self) -> Optional[pulumi.Input[str]]:
|
|
13932
|
+
"""
|
|
13933
|
+
Policy for pulling OCI objects. Possible values are: Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails. Defaults to Always if :latest tag is specified, or IfNotPresent otherwise.
|
|
13934
|
+
"""
|
|
13935
|
+
return pulumi.get(self, "pull_policy")
|
|
13936
|
+
|
|
13937
|
+
@pull_policy.setter
|
|
13938
|
+
def pull_policy(self, value: Optional[pulumi.Input[str]]):
|
|
13939
|
+
pulumi.set(self, "pull_policy", value)
|
|
13940
|
+
|
|
13941
|
+
@property
|
|
13942
|
+
@pulumi.getter
|
|
13943
|
+
def reference(self) -> Optional[pulumi.Input[str]]:
|
|
13944
|
+
"""
|
|
13945
|
+
Required: Image or artifact reference to be used. Behaves in the same way as pod.spec.containers[*].image. Pull secrets will be assembled in the same way as for the container image by looking up node credentials, SA image pull secrets, and pod spec image pull secrets. More info: https://kubernetes.io/docs/concepts/containers/images This field is optional to allow higher level config management to default or override container images in workload controllers like Deployments and StatefulSets.
|
|
13946
|
+
"""
|
|
13947
|
+
return pulumi.get(self, "reference")
|
|
13948
|
+
|
|
13949
|
+
@reference.setter
|
|
13950
|
+
def reference(self, value: Optional[pulumi.Input[str]]):
|
|
13951
|
+
pulumi.set(self, "reference", value)
|
|
13952
|
+
|
|
13953
|
+
|
|
13742
13954
|
if not MYPY:
|
|
13743
13955
|
class KeyToPathPatchArgsDict(TypedDict):
|
|
13744
13956
|
"""
|
|
@@ -14631,6 +14843,80 @@ class LimitRangeArgs:
|
|
|
14631
14843
|
pulumi.set(self, "spec", value)
|
|
14632
14844
|
|
|
14633
14845
|
|
|
14846
|
+
if not MYPY:
|
|
14847
|
+
class LinuxContainerUserArgsDict(TypedDict):
|
|
14848
|
+
"""
|
|
14849
|
+
LinuxContainerUser represents user identity information in Linux containers
|
|
14850
|
+
"""
|
|
14851
|
+
gid: pulumi.Input[int]
|
|
14852
|
+
"""
|
|
14853
|
+
GID is the primary gid initially attached to the first process in the container
|
|
14854
|
+
"""
|
|
14855
|
+
uid: pulumi.Input[int]
|
|
14856
|
+
"""
|
|
14857
|
+
UID is the primary uid initially attached to the first process in the container
|
|
14858
|
+
"""
|
|
14859
|
+
supplemental_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
|
14860
|
+
"""
|
|
14861
|
+
SupplementalGroups are the supplemental groups initially attached to the first process in the container
|
|
14862
|
+
"""
|
|
14863
|
+
elif False:
|
|
14864
|
+
LinuxContainerUserArgsDict: TypeAlias = Mapping[str, Any]
|
|
14865
|
+
|
|
14866
|
+
@pulumi.input_type
|
|
14867
|
+
class LinuxContainerUserArgs:
|
|
14868
|
+
def __init__(__self__, *,
|
|
14869
|
+
gid: pulumi.Input[int],
|
|
14870
|
+
uid: pulumi.Input[int],
|
|
14871
|
+
supplemental_groups: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None):
|
|
14872
|
+
"""
|
|
14873
|
+
LinuxContainerUser represents user identity information in Linux containers
|
|
14874
|
+
:param pulumi.Input[int] gid: GID is the primary gid initially attached to the first process in the container
|
|
14875
|
+
:param pulumi.Input[int] uid: UID is the primary uid initially attached to the first process in the container
|
|
14876
|
+
:param pulumi.Input[Sequence[pulumi.Input[int]]] supplemental_groups: SupplementalGroups are the supplemental groups initially attached to the first process in the container
|
|
14877
|
+
"""
|
|
14878
|
+
pulumi.set(__self__, "gid", gid)
|
|
14879
|
+
pulumi.set(__self__, "uid", uid)
|
|
14880
|
+
if supplemental_groups is not None:
|
|
14881
|
+
pulumi.set(__self__, "supplemental_groups", supplemental_groups)
|
|
14882
|
+
|
|
14883
|
+
@property
|
|
14884
|
+
@pulumi.getter
|
|
14885
|
+
def gid(self) -> pulumi.Input[int]:
|
|
14886
|
+
"""
|
|
14887
|
+
GID is the primary gid initially attached to the first process in the container
|
|
14888
|
+
"""
|
|
14889
|
+
return pulumi.get(self, "gid")
|
|
14890
|
+
|
|
14891
|
+
@gid.setter
|
|
14892
|
+
def gid(self, value: pulumi.Input[int]):
|
|
14893
|
+
pulumi.set(self, "gid", value)
|
|
14894
|
+
|
|
14895
|
+
@property
|
|
14896
|
+
@pulumi.getter
|
|
14897
|
+
def uid(self) -> pulumi.Input[int]:
|
|
14898
|
+
"""
|
|
14899
|
+
UID is the primary uid initially attached to the first process in the container
|
|
14900
|
+
"""
|
|
14901
|
+
return pulumi.get(self, "uid")
|
|
14902
|
+
|
|
14903
|
+
@uid.setter
|
|
14904
|
+
def uid(self, value: pulumi.Input[int]):
|
|
14905
|
+
pulumi.set(self, "uid", value)
|
|
14906
|
+
|
|
14907
|
+
@property
|
|
14908
|
+
@pulumi.getter(name="supplementalGroups")
|
|
14909
|
+
def supplemental_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
|
14910
|
+
"""
|
|
14911
|
+
SupplementalGroups are the supplemental groups initially attached to the first process in the container
|
|
14912
|
+
"""
|
|
14913
|
+
return pulumi.get(self, "supplemental_groups")
|
|
14914
|
+
|
|
14915
|
+
@supplemental_groups.setter
|
|
14916
|
+
def supplemental_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]):
|
|
14917
|
+
pulumi.set(self, "supplemental_groups", value)
|
|
14918
|
+
|
|
14919
|
+
|
|
14634
14920
|
if not MYPY:
|
|
14635
14921
|
class LoadBalancerIngressArgsDict(TypedDict):
|
|
14636
14922
|
"""
|
|
@@ -14770,7 +15056,7 @@ if not MYPY:
|
|
|
14770
15056
|
"""
|
|
14771
15057
|
name: NotRequired[pulumi.Input[str]]
|
|
14772
15058
|
"""
|
|
14773
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
15059
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
14774
15060
|
"""
|
|
14775
15061
|
elif False:
|
|
14776
15062
|
LocalObjectReferencePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -14781,7 +15067,7 @@ class LocalObjectReferencePatchArgs:
|
|
|
14781
15067
|
name: Optional[pulumi.Input[str]] = None):
|
|
14782
15068
|
"""
|
|
14783
15069
|
LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
|
|
14784
|
-
:param pulumi.Input[str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
15070
|
+
:param pulumi.Input[str] name: Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
14785
15071
|
"""
|
|
14786
15072
|
if name is not None:
|
|
14787
15073
|
pulumi.set(__self__, "name", name)
|
|
@@ -14790,7 +15076,7 @@ class LocalObjectReferencePatchArgs:
|
|
|
14790
15076
|
@pulumi.getter
|
|
14791
15077
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
14792
15078
|
"""
|
|
14793
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
15079
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
14794
15080
|
"""
|
|
14795
15081
|
return pulumi.get(self, "name")
|
|
14796
15082
|
|
|
@@ -14806,7 +15092,7 @@ if not MYPY:
|
|
|
14806
15092
|
"""
|
|
14807
15093
|
name: NotRequired[pulumi.Input[str]]
|
|
14808
15094
|
"""
|
|
14809
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
15095
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
14810
15096
|
"""
|
|
14811
15097
|
elif False:
|
|
14812
15098
|
LocalObjectReferenceArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -14817,7 +15103,7 @@ class LocalObjectReferenceArgs:
|
|
|
14817
15103
|
name: Optional[pulumi.Input[str]] = None):
|
|
14818
15104
|
"""
|
|
14819
15105
|
LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.
|
|
14820
|
-
:param pulumi.Input[str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
15106
|
+
:param pulumi.Input[str] name: Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
14821
15107
|
"""
|
|
14822
15108
|
if name is not None:
|
|
14823
15109
|
pulumi.set(__self__, "name", name)
|
|
@@ -14826,7 +15112,7 @@ class LocalObjectReferenceArgs:
|
|
|
14826
15112
|
@pulumi.getter
|
|
14827
15113
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
14828
15114
|
"""
|
|
14829
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
15115
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
14830
15116
|
"""
|
|
14831
15117
|
return pulumi.get(self, "name")
|
|
14832
15118
|
|
|
@@ -16102,28 +16388,72 @@ class NodeDaemonEndpointsArgs:
|
|
|
16102
16388
|
pulumi.set(self, "kubelet_endpoint", value)
|
|
16103
16389
|
|
|
16104
16390
|
|
|
16391
|
+
if not MYPY:
|
|
16392
|
+
class NodeFeaturesArgsDict(TypedDict):
|
|
16393
|
+
"""
|
|
16394
|
+
NodeFeatures describes the set of features implemented by the CRI implementation. The features contained in the NodeFeatures should depend only on the cri implementation independent of runtime handlers.
|
|
16395
|
+
"""
|
|
16396
|
+
supplemental_groups_policy: NotRequired[pulumi.Input[bool]]
|
|
16397
|
+
"""
|
|
16398
|
+
SupplementalGroupsPolicy is set to true if the runtime supports SupplementalGroupsPolicy and ContainerUser.
|
|
16399
|
+
"""
|
|
16400
|
+
elif False:
|
|
16401
|
+
NodeFeaturesArgsDict: TypeAlias = Mapping[str, Any]
|
|
16402
|
+
|
|
16403
|
+
@pulumi.input_type
|
|
16404
|
+
class NodeFeaturesArgs:
|
|
16405
|
+
def __init__(__self__, *,
|
|
16406
|
+
supplemental_groups_policy: Optional[pulumi.Input[bool]] = None):
|
|
16407
|
+
"""
|
|
16408
|
+
NodeFeatures describes the set of features implemented by the CRI implementation. The features contained in the NodeFeatures should depend only on the cri implementation independent of runtime handlers.
|
|
16409
|
+
:param pulumi.Input[bool] supplemental_groups_policy: SupplementalGroupsPolicy is set to true if the runtime supports SupplementalGroupsPolicy and ContainerUser.
|
|
16410
|
+
"""
|
|
16411
|
+
if supplemental_groups_policy is not None:
|
|
16412
|
+
pulumi.set(__self__, "supplemental_groups_policy", supplemental_groups_policy)
|
|
16413
|
+
|
|
16414
|
+
@property
|
|
16415
|
+
@pulumi.getter(name="supplementalGroupsPolicy")
|
|
16416
|
+
def supplemental_groups_policy(self) -> Optional[pulumi.Input[bool]]:
|
|
16417
|
+
"""
|
|
16418
|
+
SupplementalGroupsPolicy is set to true if the runtime supports SupplementalGroupsPolicy and ContainerUser.
|
|
16419
|
+
"""
|
|
16420
|
+
return pulumi.get(self, "supplemental_groups_policy")
|
|
16421
|
+
|
|
16422
|
+
@supplemental_groups_policy.setter
|
|
16423
|
+
def supplemental_groups_policy(self, value: Optional[pulumi.Input[bool]]):
|
|
16424
|
+
pulumi.set(self, "supplemental_groups_policy", value)
|
|
16425
|
+
|
|
16426
|
+
|
|
16105
16427
|
if not MYPY:
|
|
16106
16428
|
class NodeRuntimeHandlerFeaturesArgsDict(TypedDict):
|
|
16107
16429
|
"""
|
|
16108
|
-
NodeRuntimeHandlerFeatures is a set of runtime
|
|
16430
|
+
NodeRuntimeHandlerFeatures is a set of features implemented by the runtime handler.
|
|
16109
16431
|
"""
|
|
16110
16432
|
recursive_read_only_mounts: NotRequired[pulumi.Input[bool]]
|
|
16111
16433
|
"""
|
|
16112
16434
|
RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.
|
|
16113
16435
|
"""
|
|
16436
|
+
user_namespaces: NotRequired[pulumi.Input[bool]]
|
|
16437
|
+
"""
|
|
16438
|
+
UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.
|
|
16439
|
+
"""
|
|
16114
16440
|
elif False:
|
|
16115
16441
|
NodeRuntimeHandlerFeaturesArgsDict: TypeAlias = Mapping[str, Any]
|
|
16116
16442
|
|
|
16117
16443
|
@pulumi.input_type
|
|
16118
16444
|
class NodeRuntimeHandlerFeaturesArgs:
|
|
16119
16445
|
def __init__(__self__, *,
|
|
16120
|
-
recursive_read_only_mounts: Optional[pulumi.Input[bool]] = None
|
|
16446
|
+
recursive_read_only_mounts: Optional[pulumi.Input[bool]] = None,
|
|
16447
|
+
user_namespaces: Optional[pulumi.Input[bool]] = None):
|
|
16121
16448
|
"""
|
|
16122
|
-
NodeRuntimeHandlerFeatures is a set of runtime
|
|
16449
|
+
NodeRuntimeHandlerFeatures is a set of features implemented by the runtime handler.
|
|
16123
16450
|
:param pulumi.Input[bool] recursive_read_only_mounts: RecursiveReadOnlyMounts is set to true if the runtime handler supports RecursiveReadOnlyMounts.
|
|
16451
|
+
:param pulumi.Input[bool] user_namespaces: UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.
|
|
16124
16452
|
"""
|
|
16125
16453
|
if recursive_read_only_mounts is not None:
|
|
16126
16454
|
pulumi.set(__self__, "recursive_read_only_mounts", recursive_read_only_mounts)
|
|
16455
|
+
if user_namespaces is not None:
|
|
16456
|
+
pulumi.set(__self__, "user_namespaces", user_namespaces)
|
|
16127
16457
|
|
|
16128
16458
|
@property
|
|
16129
16459
|
@pulumi.getter(name="recursiveReadOnlyMounts")
|
|
@@ -16137,6 +16467,18 @@ class NodeRuntimeHandlerFeaturesArgs:
|
|
|
16137
16467
|
def recursive_read_only_mounts(self, value: Optional[pulumi.Input[bool]]):
|
|
16138
16468
|
pulumi.set(self, "recursive_read_only_mounts", value)
|
|
16139
16469
|
|
|
16470
|
+
@property
|
|
16471
|
+
@pulumi.getter(name="userNamespaces")
|
|
16472
|
+
def user_namespaces(self) -> Optional[pulumi.Input[bool]]:
|
|
16473
|
+
"""
|
|
16474
|
+
UserNamespaces is set to true if the runtime handler supports UserNamespaces, including for volumes.
|
|
16475
|
+
"""
|
|
16476
|
+
return pulumi.get(self, "user_namespaces")
|
|
16477
|
+
|
|
16478
|
+
@user_namespaces.setter
|
|
16479
|
+
def user_namespaces(self, value: Optional[pulumi.Input[bool]]):
|
|
16480
|
+
pulumi.set(self, "user_namespaces", value)
|
|
16481
|
+
|
|
16140
16482
|
|
|
16141
16483
|
if not MYPY:
|
|
16142
16484
|
class NodeRuntimeHandlerArgsDict(TypedDict):
|
|
@@ -16854,7 +17196,7 @@ if not MYPY:
|
|
|
16854
17196
|
"""
|
|
16855
17197
|
capacity: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
16856
17198
|
"""
|
|
16857
|
-
Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/
|
|
17199
|
+
Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/reference/node/node-status/#capacity
|
|
16858
17200
|
"""
|
|
16859
17201
|
conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['NodeConditionArgsDict']]]]
|
|
16860
17202
|
"""
|
|
@@ -16868,6 +17210,10 @@ if not MYPY:
|
|
|
16868
17210
|
"""
|
|
16869
17211
|
Endpoints of daemons running on the Node.
|
|
16870
17212
|
"""
|
|
17213
|
+
features: NotRequired[pulumi.Input['NodeFeaturesArgsDict']]
|
|
17214
|
+
"""
|
|
17215
|
+
Features describes the set of features implemented by the CRI implementation.
|
|
17216
|
+
"""
|
|
16871
17217
|
images: NotRequired[pulumi.Input[Sequence[pulumi.Input['ContainerImageArgsDict']]]]
|
|
16872
17218
|
"""
|
|
16873
17219
|
List of container images on this node
|
|
@@ -16904,6 +17250,7 @@ class NodeStatusArgs:
|
|
|
16904
17250
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['NodeConditionArgs']]]] = None,
|
|
16905
17251
|
config: Optional[pulumi.Input['NodeConfigStatusArgs']] = None,
|
|
16906
17252
|
daemon_endpoints: Optional[pulumi.Input['NodeDaemonEndpointsArgs']] = None,
|
|
17253
|
+
features: Optional[pulumi.Input['NodeFeaturesArgs']] = None,
|
|
16907
17254
|
images: Optional[pulumi.Input[Sequence[pulumi.Input['ContainerImageArgs']]]] = None,
|
|
16908
17255
|
node_info: Optional[pulumi.Input['NodeSystemInfoArgs']] = None,
|
|
16909
17256
|
phase: Optional[pulumi.Input[str]] = None,
|
|
@@ -16914,10 +17261,11 @@ class NodeStatusArgs:
|
|
|
16914
17261
|
NodeStatus is information about the current status of a node.
|
|
16915
17262
|
:param pulumi.Input[Sequence[pulumi.Input['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).
|
|
16916
17263
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] allocatable: Allocatable represents the resources of a node that are available for scheduling. Defaults to Capacity.
|
|
16917
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] capacity: Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/
|
|
17264
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] capacity: Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/reference/node/node-status/#capacity
|
|
16918
17265
|
:param pulumi.Input[Sequence[pulumi.Input['NodeConditionArgs']]] conditions: Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition
|
|
16919
17266
|
:param pulumi.Input['NodeConfigStatusArgs'] config: Status of the config assigned to the node via the dynamic Kubelet config feature.
|
|
16920
17267
|
:param pulumi.Input['NodeDaemonEndpointsArgs'] daemon_endpoints: Endpoints of daemons running on the Node.
|
|
17268
|
+
:param pulumi.Input['NodeFeaturesArgs'] features: Features describes the set of features implemented by the CRI implementation.
|
|
16921
17269
|
:param pulumi.Input[Sequence[pulumi.Input['ContainerImageArgs']]] images: List of container images on this node
|
|
16922
17270
|
:param pulumi.Input['NodeSystemInfoArgs'] node_info: Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info
|
|
16923
17271
|
:param pulumi.Input[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.
|
|
@@ -16937,6 +17285,8 @@ class NodeStatusArgs:
|
|
|
16937
17285
|
pulumi.set(__self__, "config", config)
|
|
16938
17286
|
if daemon_endpoints is not None:
|
|
16939
17287
|
pulumi.set(__self__, "daemon_endpoints", daemon_endpoints)
|
|
17288
|
+
if features is not None:
|
|
17289
|
+
pulumi.set(__self__, "features", features)
|
|
16940
17290
|
if images is not None:
|
|
16941
17291
|
pulumi.set(__self__, "images", images)
|
|
16942
17292
|
if node_info is not None:
|
|
@@ -16978,7 +17328,7 @@ class NodeStatusArgs:
|
|
|
16978
17328
|
@pulumi.getter
|
|
16979
17329
|
def capacity(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
16980
17330
|
"""
|
|
16981
|
-
Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/
|
|
17331
|
+
Capacity represents the total resources of a node. More info: https://kubernetes.io/docs/reference/node/node-status/#capacity
|
|
16982
17332
|
"""
|
|
16983
17333
|
return pulumi.get(self, "capacity")
|
|
16984
17334
|
|
|
@@ -17022,6 +17372,18 @@ class NodeStatusArgs:
|
|
|
17022
17372
|
def daemon_endpoints(self, value: Optional[pulumi.Input['NodeDaemonEndpointsArgs']]):
|
|
17023
17373
|
pulumi.set(self, "daemon_endpoints", value)
|
|
17024
17374
|
|
|
17375
|
+
@property
|
|
17376
|
+
@pulumi.getter
|
|
17377
|
+
def features(self) -> Optional[pulumi.Input['NodeFeaturesArgs']]:
|
|
17378
|
+
"""
|
|
17379
|
+
Features describes the set of features implemented by the CRI implementation.
|
|
17380
|
+
"""
|
|
17381
|
+
return pulumi.get(self, "features")
|
|
17382
|
+
|
|
17383
|
+
@features.setter
|
|
17384
|
+
def features(self, value: Optional[pulumi.Input['NodeFeaturesArgs']]):
|
|
17385
|
+
pulumi.set(self, "features", value)
|
|
17386
|
+
|
|
17025
17387
|
@property
|
|
17026
17388
|
@pulumi.getter
|
|
17027
17389
|
def images(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ContainerImageArgs']]]]:
|
|
@@ -17118,7 +17480,7 @@ if not MYPY:
|
|
|
17118
17480
|
"""
|
|
17119
17481
|
kube_proxy_version: pulumi.Input[str]
|
|
17120
17482
|
"""
|
|
17121
|
-
KubeProxy Version reported by the node.
|
|
17483
|
+
Deprecated: KubeProxy Version reported by the node.
|
|
17122
17484
|
"""
|
|
17123
17485
|
kubelet_version: pulumi.Input[str]
|
|
17124
17486
|
"""
|
|
@@ -17162,7 +17524,7 @@ class NodeSystemInfoArgs:
|
|
|
17162
17524
|
:param pulumi.Input[str] boot_id: Boot ID reported by the node.
|
|
17163
17525
|
:param pulumi.Input[str] container_runtime_version: ContainerRuntime Version reported by the node through runtime remote API (e.g. containerd://1.4.2).
|
|
17164
17526
|
:param pulumi.Input[str] kernel_version: Kernel Version reported by the node from 'uname -r' (e.g. 3.16.0-0.bpo.4-amd64).
|
|
17165
|
-
:param pulumi.Input[str] kube_proxy_version: KubeProxy Version reported by the node.
|
|
17527
|
+
:param pulumi.Input[str] kube_proxy_version: Deprecated: KubeProxy Version reported by the node.
|
|
17166
17528
|
:param pulumi.Input[str] kubelet_version: Kubelet Version reported by the node.
|
|
17167
17529
|
:param pulumi.Input[str] machine_id: MachineID reported by the node. For unique machine identification in the cluster this field is preferred. Learn more from man(5) machine-id: http://man7.org/linux/man-pages/man5/machine-id.5.html
|
|
17168
17530
|
:param pulumi.Input[str] operating_system: The Operating System reported by the node
|
|
@@ -17232,7 +17594,7 @@ class NodeSystemInfoArgs:
|
|
|
17232
17594
|
@pulumi.getter(name="kubeProxyVersion")
|
|
17233
17595
|
def kube_proxy_version(self) -> pulumi.Input[str]:
|
|
17234
17596
|
"""
|
|
17235
|
-
KubeProxy Version reported by the node.
|
|
17597
|
+
Deprecated: KubeProxy Version reported by the node.
|
|
17236
17598
|
"""
|
|
17237
17599
|
return pulumi.get(self, "kube_proxy_version")
|
|
17238
17600
|
|
|
@@ -18236,7 +18598,7 @@ if not MYPY:
|
|
|
18236
18598
|
"""
|
|
18237
18599
|
volume_attributes_class_name: NotRequired[pulumi.Input[str]]
|
|
18238
18600
|
"""
|
|
18239
|
-
volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ (
|
|
18601
|
+
volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ (Beta) Using this field requires the VolumeAttributesClass feature gate to be enabled (off by default).
|
|
18240
18602
|
"""
|
|
18241
18603
|
volume_mode: NotRequired[pulumi.Input[str]]
|
|
18242
18604
|
"""
|
|
@@ -18276,7 +18638,7 @@ class PersistentVolumeClaimSpecPatchArgs:
|
|
|
18276
18638
|
:param pulumi.Input['VolumeResourceRequirementsPatchArgs'] resources: resources represents the minimum resources the volume should have. If RecoverVolumeExpansionFailure feature is enabled users are allowed to specify resource requirements that are lower than previous value but must still be higher than capacity recorded in the status field of the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
|
|
18277
18639
|
:param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] selector: selector is a label query over volumes to consider for binding.
|
|
18278
18640
|
:param pulumi.Input[str] storage_class_name: storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1
|
|
18279
|
-
:param pulumi.Input[str] volume_attributes_class_name: volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ (
|
|
18641
|
+
:param pulumi.Input[str] volume_attributes_class_name: volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ (Beta) Using this field requires the VolumeAttributesClass feature gate to be enabled (off by default).
|
|
18280
18642
|
:param pulumi.Input[str] volume_mode: volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.
|
|
18281
18643
|
:param pulumi.Input[str] volume_name: volumeName is the binding reference to the PersistentVolume backing this claim.
|
|
18282
18644
|
"""
|
|
@@ -18382,7 +18744,7 @@ class PersistentVolumeClaimSpecPatchArgs:
|
|
|
18382
18744
|
@pulumi.getter(name="volumeAttributesClassName")
|
|
18383
18745
|
def volume_attributes_class_name(self) -> Optional[pulumi.Input[str]]:
|
|
18384
18746
|
"""
|
|
18385
|
-
volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ (
|
|
18747
|
+
volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ (Beta) Using this field requires the VolumeAttributesClass feature gate to be enabled (off by default).
|
|
18386
18748
|
"""
|
|
18387
18749
|
return pulumi.get(self, "volume_attributes_class_name")
|
|
18388
18750
|
|
|
@@ -18453,7 +18815,7 @@ if not MYPY:
|
|
|
18453
18815
|
"""
|
|
18454
18816
|
volume_attributes_class_name: NotRequired[pulumi.Input[str]]
|
|
18455
18817
|
"""
|
|
18456
|
-
volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ (
|
|
18818
|
+
volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ (Beta) Using this field requires the VolumeAttributesClass feature gate to be enabled (off by default).
|
|
18457
18819
|
"""
|
|
18458
18820
|
volume_mode: NotRequired[pulumi.Input[str]]
|
|
18459
18821
|
"""
|
|
@@ -18493,7 +18855,7 @@ class PersistentVolumeClaimSpecArgs:
|
|
|
18493
18855
|
:param pulumi.Input['VolumeResourceRequirementsArgs'] resources: resources represents the minimum resources the volume should have. If RecoverVolumeExpansionFailure feature is enabled users are allowed to specify resource requirements that are lower than previous value but must still be higher than capacity recorded in the status field of the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#resources
|
|
18494
18856
|
:param pulumi.Input['_meta.v1.LabelSelectorArgs'] selector: selector is a label query over volumes to consider for binding.
|
|
18495
18857
|
:param pulumi.Input[str] storage_class_name: storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1
|
|
18496
|
-
:param pulumi.Input[str] volume_attributes_class_name: volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ (
|
|
18858
|
+
:param pulumi.Input[str] volume_attributes_class_name: volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ (Beta) Using this field requires the VolumeAttributesClass feature gate to be enabled (off by default).
|
|
18497
18859
|
:param pulumi.Input[str] volume_mode: volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.
|
|
18498
18860
|
:param pulumi.Input[str] volume_name: volumeName is the binding reference to the PersistentVolume backing this claim.
|
|
18499
18861
|
"""
|
|
@@ -18599,7 +18961,7 @@ class PersistentVolumeClaimSpecArgs:
|
|
|
18599
18961
|
@pulumi.getter(name="volumeAttributesClassName")
|
|
18600
18962
|
def volume_attributes_class_name(self) -> Optional[pulumi.Input[str]]:
|
|
18601
18963
|
"""
|
|
18602
|
-
volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ (
|
|
18964
|
+
volumeAttributesClassName may be used to set the VolumeAttributesClass used by this claim. If specified, the CSI driver will create or update the volume with the attributes defined in the corresponding VolumeAttributesClass. This has a different purpose than storageClassName, it can be changed after the claim is created. An empty string value means that no VolumeAttributesClass will be applied to the claim but it's not allowed to reset this field to empty string once it is set. If unspecified and the PersistentVolumeClaim is unbound, the default VolumeAttributesClass will be set by the persistentvolume controller if it exists. If the resource referred to by volumeAttributesClass does not exist, this PersistentVolumeClaim will be set to a Pending state, as reflected by the modifyVolumeStatus field, until such as a resource exists. More info: https://kubernetes.io/docs/concepts/storage/volume-attributes-classes/ (Beta) Using this field requires the VolumeAttributesClass feature gate to be enabled (off by default).
|
|
18603
18965
|
"""
|
|
18604
18966
|
return pulumi.get(self, "volume_attributes_class_name")
|
|
18605
18967
|
|
|
@@ -18698,11 +19060,11 @@ if not MYPY:
|
|
|
18698
19060
|
"""
|
|
18699
19061
|
current_volume_attributes_class_name: NotRequired[pulumi.Input[str]]
|
|
18700
19062
|
"""
|
|
18701
|
-
currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using. When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim This is
|
|
19063
|
+
currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using. When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim This is a beta field and requires enabling VolumeAttributesClass feature (off by default).
|
|
18702
19064
|
"""
|
|
18703
19065
|
modify_volume_status: NotRequired[pulumi.Input['ModifyVolumeStatusPatchArgsDict']]
|
|
18704
19066
|
"""
|
|
18705
|
-
ModifyVolumeStatus represents the status object of ControllerModifyVolume operation. When this is unset, there is no ModifyVolume operation being attempted. This is
|
|
19067
|
+
ModifyVolumeStatus represents the status object of ControllerModifyVolume operation. When this is unset, there is no ModifyVolume operation being attempted. This is a beta field and requires enabling VolumeAttributesClass feature (off by default).
|
|
18706
19068
|
"""
|
|
18707
19069
|
phase: NotRequired[pulumi.Input[str]]
|
|
18708
19070
|
"""
|
|
@@ -18773,8 +19135,8 @@ class PersistentVolumeClaimStatusPatchArgs:
|
|
|
18773
19135
|
This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.
|
|
18774
19136
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] capacity: capacity represents the actual resources of the underlying volume.
|
|
18775
19137
|
:param pulumi.Input[Sequence[pulumi.Input['PersistentVolumeClaimConditionPatchArgs']]] conditions: conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'Resizing'.
|
|
18776
|
-
:param pulumi.Input[str] current_volume_attributes_class_name: currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using. When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim This is
|
|
18777
|
-
:param pulumi.Input['ModifyVolumeStatusPatchArgs'] modify_volume_status: ModifyVolumeStatus represents the status object of ControllerModifyVolume operation. When this is unset, there is no ModifyVolume operation being attempted. This is
|
|
19138
|
+
:param pulumi.Input[str] current_volume_attributes_class_name: currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using. When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim This is a beta field and requires enabling VolumeAttributesClass feature (off by default).
|
|
19139
|
+
:param pulumi.Input['ModifyVolumeStatusPatchArgs'] modify_volume_status: ModifyVolumeStatus represents the status object of ControllerModifyVolume operation. When this is unset, there is no ModifyVolume operation being attempted. This is a beta field and requires enabling VolumeAttributesClass feature (off by default).
|
|
18778
19140
|
:param pulumi.Input[str] phase: phase represents the current phase of PersistentVolumeClaim.
|
|
18779
19141
|
:param pulumi.Input[str] resize_status: resizeStatus stores status of resize operation. ResizeStatus is not set by default but when expansion is complete resizeStatus is set to empty string by resize controller or kubelet. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.
|
|
18780
19142
|
"""
|
|
@@ -18900,7 +19262,7 @@ class PersistentVolumeClaimStatusPatchArgs:
|
|
|
18900
19262
|
@pulumi.getter(name="currentVolumeAttributesClassName")
|
|
18901
19263
|
def current_volume_attributes_class_name(self) -> Optional[pulumi.Input[str]]:
|
|
18902
19264
|
"""
|
|
18903
|
-
currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using. When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim This is
|
|
19265
|
+
currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using. When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim This is a beta field and requires enabling VolumeAttributesClass feature (off by default).
|
|
18904
19266
|
"""
|
|
18905
19267
|
return pulumi.get(self, "current_volume_attributes_class_name")
|
|
18906
19268
|
|
|
@@ -18912,7 +19274,7 @@ class PersistentVolumeClaimStatusPatchArgs:
|
|
|
18912
19274
|
@pulumi.getter(name="modifyVolumeStatus")
|
|
18913
19275
|
def modify_volume_status(self) -> Optional[pulumi.Input['ModifyVolumeStatusPatchArgs']]:
|
|
18914
19276
|
"""
|
|
18915
|
-
ModifyVolumeStatus represents the status object of ControllerModifyVolume operation. When this is unset, there is no ModifyVolume operation being attempted. This is
|
|
19277
|
+
ModifyVolumeStatus represents the status object of ControllerModifyVolume operation. When this is unset, there is no ModifyVolume operation being attempted. This is a beta field and requires enabling VolumeAttributesClass feature (off by default).
|
|
18916
19278
|
"""
|
|
18917
19279
|
return pulumi.get(self, "modify_volume_status")
|
|
18918
19280
|
|
|
@@ -19011,11 +19373,11 @@ if not MYPY:
|
|
|
19011
19373
|
"""
|
|
19012
19374
|
current_volume_attributes_class_name: NotRequired[pulumi.Input[str]]
|
|
19013
19375
|
"""
|
|
19014
|
-
currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using. When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim This is
|
|
19376
|
+
currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using. When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim This is a beta field and requires enabling VolumeAttributesClass feature (off by default).
|
|
19015
19377
|
"""
|
|
19016
19378
|
modify_volume_status: NotRequired[pulumi.Input['ModifyVolumeStatusArgsDict']]
|
|
19017
19379
|
"""
|
|
19018
|
-
ModifyVolumeStatus represents the status object of ControllerModifyVolume operation. When this is unset, there is no ModifyVolume operation being attempted. This is
|
|
19380
|
+
ModifyVolumeStatus represents the status object of ControllerModifyVolume operation. When this is unset, there is no ModifyVolume operation being attempted. This is a beta field and requires enabling VolumeAttributesClass feature (off by default).
|
|
19019
19381
|
"""
|
|
19020
19382
|
phase: NotRequired[pulumi.Input[str]]
|
|
19021
19383
|
"""
|
|
@@ -19086,8 +19448,8 @@ class PersistentVolumeClaimStatusArgs:
|
|
|
19086
19448
|
This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.
|
|
19087
19449
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] capacity: capacity represents the actual resources of the underlying volume.
|
|
19088
19450
|
:param pulumi.Input[Sequence[pulumi.Input['PersistentVolumeClaimConditionArgs']]] conditions: conditions is the current Condition of persistent volume claim. If underlying persistent volume is being resized then the Condition will be set to 'Resizing'.
|
|
19089
|
-
:param pulumi.Input[str] current_volume_attributes_class_name: currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using. When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim This is
|
|
19090
|
-
:param pulumi.Input['ModifyVolumeStatusArgs'] modify_volume_status: ModifyVolumeStatus represents the status object of ControllerModifyVolume operation. When this is unset, there is no ModifyVolume operation being attempted. This is
|
|
19451
|
+
:param pulumi.Input[str] current_volume_attributes_class_name: currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using. When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim This is a beta field and requires enabling VolumeAttributesClass feature (off by default).
|
|
19452
|
+
:param pulumi.Input['ModifyVolumeStatusArgs'] modify_volume_status: ModifyVolumeStatus represents the status object of ControllerModifyVolume operation. When this is unset, there is no ModifyVolume operation being attempted. This is a beta field and requires enabling VolumeAttributesClass feature (off by default).
|
|
19091
19453
|
:param pulumi.Input[str] phase: phase represents the current phase of PersistentVolumeClaim.
|
|
19092
19454
|
:param pulumi.Input[str] resize_status: resizeStatus stores status of resize operation. ResizeStatus is not set by default but when expansion is complete resizeStatus is set to empty string by resize controller or kubelet. This is an alpha field and requires enabling RecoverVolumeExpansionFailure feature.
|
|
19093
19455
|
"""
|
|
@@ -19213,7 +19575,7 @@ class PersistentVolumeClaimStatusArgs:
|
|
|
19213
19575
|
@pulumi.getter(name="currentVolumeAttributesClassName")
|
|
19214
19576
|
def current_volume_attributes_class_name(self) -> Optional[pulumi.Input[str]]:
|
|
19215
19577
|
"""
|
|
19216
|
-
currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using. When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim This is
|
|
19578
|
+
currentVolumeAttributesClassName is the current name of the VolumeAttributesClass the PVC is using. When unset, there is no VolumeAttributeClass applied to this PersistentVolumeClaim This is a beta field and requires enabling VolumeAttributesClass feature (off by default).
|
|
19217
19579
|
"""
|
|
19218
19580
|
return pulumi.get(self, "current_volume_attributes_class_name")
|
|
19219
19581
|
|
|
@@ -19225,7 +19587,7 @@ class PersistentVolumeClaimStatusArgs:
|
|
|
19225
19587
|
@pulumi.getter(name="modifyVolumeStatus")
|
|
19226
19588
|
def modify_volume_status(self) -> Optional[pulumi.Input['ModifyVolumeStatusArgs']]:
|
|
19227
19589
|
"""
|
|
19228
|
-
ModifyVolumeStatus represents the status object of ControllerModifyVolume operation. When this is unset, there is no ModifyVolume operation being attempted. This is
|
|
19590
|
+
ModifyVolumeStatus represents the status object of ControllerModifyVolume operation. When this is unset, there is no ModifyVolume operation being attempted. This is a beta field and requires enabling VolumeAttributesClass feature (off by default).
|
|
19229
19591
|
"""
|
|
19230
19592
|
return pulumi.get(self, "modify_volume_status")
|
|
19231
19593
|
|
|
@@ -19715,7 +20077,7 @@ if not MYPY:
|
|
|
19715
20077
|
"""
|
|
19716
20078
|
volume_attributes_class_name: NotRequired[pulumi.Input[str]]
|
|
19717
20079
|
"""
|
|
19718
|
-
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
|
|
20080
|
+
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).
|
|
19719
20081
|
"""
|
|
19720
20082
|
volume_mode: NotRequired[pulumi.Input[str]]
|
|
19721
20083
|
"""
|
|
@@ -19792,7 +20154,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
19792
20154
|
:param pulumi.Input['ScaleIOPersistentVolumeSourcePatchArgs'] scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
19793
20155
|
:param pulumi.Input[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.
|
|
19794
20156
|
:param pulumi.Input['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
|
|
19795
|
-
:param pulumi.Input[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
|
|
20157
|
+
:param pulumi.Input[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).
|
|
19796
20158
|
:param pulumi.Input[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.
|
|
19797
20159
|
:param pulumi.Input['VsphereVirtualDiskVolumeSourcePatchArgs'] vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
19798
20160
|
"""
|
|
@@ -20199,7 +20561,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20199
20561
|
@pulumi.getter(name="volumeAttributesClassName")
|
|
20200
20562
|
def volume_attributes_class_name(self) -> Optional[pulumi.Input[str]]:
|
|
20201
20563
|
"""
|
|
20202
|
-
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
|
|
20564
|
+
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).
|
|
20203
20565
|
"""
|
|
20204
20566
|
return pulumi.get(self, "volume_attributes_class_name")
|
|
20205
20567
|
|
|
@@ -20351,7 +20713,7 @@ if not MYPY:
|
|
|
20351
20713
|
"""
|
|
20352
20714
|
volume_attributes_class_name: NotRequired[pulumi.Input[str]]
|
|
20353
20715
|
"""
|
|
20354
|
-
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
|
|
20716
|
+
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).
|
|
20355
20717
|
"""
|
|
20356
20718
|
volume_mode: NotRequired[pulumi.Input[str]]
|
|
20357
20719
|
"""
|
|
@@ -20428,7 +20790,7 @@ class PersistentVolumeSpecArgs:
|
|
|
20428
20790
|
:param pulumi.Input['ScaleIOPersistentVolumeSourceArgs'] scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
20429
20791
|
:param pulumi.Input[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.
|
|
20430
20792
|
:param pulumi.Input['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
|
|
20431
|
-
:param pulumi.Input[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
|
|
20793
|
+
:param pulumi.Input[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).
|
|
20432
20794
|
:param pulumi.Input[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.
|
|
20433
20795
|
:param pulumi.Input['VsphereVirtualDiskVolumeSourceArgs'] vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
20434
20796
|
"""
|
|
@@ -20835,7 +21197,7 @@ class PersistentVolumeSpecArgs:
|
|
|
20835
21197
|
@pulumi.getter(name="volumeAttributesClassName")
|
|
20836
21198
|
def volume_attributes_class_name(self) -> Optional[pulumi.Input[str]]:
|
|
20837
21199
|
"""
|
|
20838
|
-
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
|
|
21200
|
+
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).
|
|
20839
21201
|
"""
|
|
20840
21202
|
return pulumi.get(self, "volume_attributes_class_name")
|
|
20841
21203
|
|
|
@@ -20875,7 +21237,7 @@ if not MYPY:
|
|
|
20875
21237
|
"""
|
|
20876
21238
|
last_phase_transition_time: NotRequired[pulumi.Input[str]]
|
|
20877
21239
|
"""
|
|
20878
|
-
lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions.
|
|
21240
|
+
lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions.
|
|
20879
21241
|
"""
|
|
20880
21242
|
message: NotRequired[pulumi.Input[str]]
|
|
20881
21243
|
"""
|
|
@@ -20901,7 +21263,7 @@ class PersistentVolumeStatusArgs:
|
|
|
20901
21263
|
reason: Optional[pulumi.Input[str]] = None):
|
|
20902
21264
|
"""
|
|
20903
21265
|
PersistentVolumeStatus is the current status of a persistent volume.
|
|
20904
|
-
:param pulumi.Input[str] last_phase_transition_time: lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions.
|
|
21266
|
+
:param pulumi.Input[str] last_phase_transition_time: lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions.
|
|
20905
21267
|
:param pulumi.Input[str] message: message is a human-readable message indicating details about why the volume is in this state.
|
|
20906
21268
|
:param pulumi.Input[str] phase: phase indicates if a volume is available, bound to a claim, or released by a claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#phase
|
|
20907
21269
|
:param pulumi.Input[str] reason: reason is a brief CamelCase string that describes any failure and is meant for machine parsing and tidy display in the CLI.
|
|
@@ -20919,7 +21281,7 @@ class PersistentVolumeStatusArgs:
|
|
|
20919
21281
|
@pulumi.getter(name="lastPhaseTransitionTime")
|
|
20920
21282
|
def last_phase_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
20921
21283
|
"""
|
|
20922
|
-
lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions.
|
|
21284
|
+
lastPhaseTransitionTime is the time the phase transitioned from one to another and automatically resets to current time everytime a volume phase transitions.
|
|
20923
21285
|
"""
|
|
20924
21286
|
return pulumi.get(self, "last_phase_transition_time")
|
|
20925
21287
|
|
|
@@ -21258,11 +21620,11 @@ if not MYPY:
|
|
|
21258
21620
|
"""
|
|
21259
21621
|
match_label_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
21260
21622
|
"""
|
|
21261
|
-
MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is
|
|
21623
|
+
MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
|
|
21262
21624
|
"""
|
|
21263
21625
|
mismatch_label_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
21264
21626
|
"""
|
|
21265
|
-
MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is
|
|
21627
|
+
MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
|
|
21266
21628
|
"""
|
|
21267
21629
|
namespace_selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorPatchArgsDict']]
|
|
21268
21630
|
"""
|
|
@@ -21291,8 +21653,8 @@ class PodAffinityTermPatchArgs:
|
|
|
21291
21653
|
"""
|
|
21292
21654
|
Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running
|
|
21293
21655
|
:param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] label_selector: A label query over a set of resources, in this case pods. If it's null, this PodAffinityTerm matches with no Pods.
|
|
21294
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] match_label_keys: MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is
|
|
21295
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] mismatch_label_keys: MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is
|
|
21656
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] match_label_keys: MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
|
|
21657
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] mismatch_label_keys: MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
|
|
21296
21658
|
:param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] namespace_selector: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces.
|
|
21297
21659
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] namespaces: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace".
|
|
21298
21660
|
:param pulumi.Input[str] topology_key: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.
|
|
@@ -21326,7 +21688,7 @@ class PodAffinityTermPatchArgs:
|
|
|
21326
21688
|
@pulumi.getter(name="matchLabelKeys")
|
|
21327
21689
|
def match_label_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
21328
21690
|
"""
|
|
21329
|
-
MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is
|
|
21691
|
+
MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
|
|
21330
21692
|
"""
|
|
21331
21693
|
return pulumi.get(self, "match_label_keys")
|
|
21332
21694
|
|
|
@@ -21338,7 +21700,7 @@ class PodAffinityTermPatchArgs:
|
|
|
21338
21700
|
@pulumi.getter(name="mismatchLabelKeys")
|
|
21339
21701
|
def mismatch_label_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
21340
21702
|
"""
|
|
21341
|
-
MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is
|
|
21703
|
+
MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
|
|
21342
21704
|
"""
|
|
21343
21705
|
return pulumi.get(self, "mismatch_label_keys")
|
|
21344
21706
|
|
|
@@ -21398,11 +21760,11 @@ if not MYPY:
|
|
|
21398
21760
|
"""
|
|
21399
21761
|
match_label_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
21400
21762
|
"""
|
|
21401
|
-
MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is
|
|
21763
|
+
MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
|
|
21402
21764
|
"""
|
|
21403
21765
|
mismatch_label_keys: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
21404
21766
|
"""
|
|
21405
|
-
MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is
|
|
21767
|
+
MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
|
|
21406
21768
|
"""
|
|
21407
21769
|
namespace_selector: NotRequired[pulumi.Input['_meta.v1.LabelSelectorArgsDict']]
|
|
21408
21770
|
"""
|
|
@@ -21428,8 +21790,8 @@ class PodAffinityTermArgs:
|
|
|
21428
21790
|
Defines a set of pods (namely those matching the labelSelector relative to the given namespace(s)) that this pod should be co-located (affinity) or not co-located (anti-affinity) with, where co-located is defined as running on a node whose value of the label with key <topologyKey> matches that of any node on which a pod of the set of pods is running
|
|
21429
21791
|
:param pulumi.Input[str] topology_key: This pod should be co-located (affinity) or not co-located (anti-affinity) with the pods matching the labelSelector in the specified namespaces, where co-located is defined as running on a node whose value of the label with key topologyKey matches that of any node on which any of the selected pods is running. Empty topologyKey is not allowed.
|
|
21430
21792
|
:param pulumi.Input['_meta.v1.LabelSelectorArgs'] label_selector: A label query over a set of resources, in this case pods. If it's null, this PodAffinityTerm matches with no Pods.
|
|
21431
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] match_label_keys: MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is
|
|
21432
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] mismatch_label_keys: MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is
|
|
21793
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] match_label_keys: MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
|
|
21794
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] mismatch_label_keys: MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
|
|
21433
21795
|
:param pulumi.Input['_meta.v1.LabelSelectorArgs'] namespace_selector: A label query over the set of namespaces that the term applies to. The term is applied to the union of the namespaces selected by this field and the ones listed in the namespaces field. null selector and null or empty namespaces list means "this pod's namespace". An empty selector ({}) matches all namespaces.
|
|
21434
21796
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] namespaces: namespaces specifies a static list of namespace names that the term applies to. The term is applied to the union of the namespaces listed in this field and the ones selected by namespaceSelector. null or empty namespaces list and null namespaceSelector means "this pod's namespace".
|
|
21435
21797
|
"""
|
|
@@ -21473,7 +21835,7 @@ class PodAffinityTermArgs:
|
|
|
21473
21835
|
@pulumi.getter(name="matchLabelKeys")
|
|
21474
21836
|
def match_label_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
21475
21837
|
"""
|
|
21476
|
-
MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is
|
|
21838
|
+
MatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key in (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both matchLabelKeys and labelSelector. Also, matchLabelKeys cannot be set when labelSelector isn't set. This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
|
|
21477
21839
|
"""
|
|
21478
21840
|
return pulumi.get(self, "match_label_keys")
|
|
21479
21841
|
|
|
@@ -21485,7 +21847,7 @@ class PodAffinityTermArgs:
|
|
|
21485
21847
|
@pulumi.getter(name="mismatchLabelKeys")
|
|
21486
21848
|
def mismatch_label_keys(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
21487
21849
|
"""
|
|
21488
|
-
MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is
|
|
21850
|
+
MismatchLabelKeys is a set of pod label keys to select which pods will be taken into consideration. The keys are used to lookup values from the incoming pod labels, those key-value labels are merged with `labelSelector` as `key notin (value)` to select the group of existing pods which pods will be taken into consideration for the incoming pod's pod (anti) affinity. Keys that don't exist in the incoming pod labels will be ignored. The default value is empty. The same key is forbidden to exist in both mismatchLabelKeys and labelSelector. Also, mismatchLabelKeys cannot be set when labelSelector isn't set. This is a beta field and requires enabling MatchLabelKeysInPodAffinity feature gate (enabled by default).
|
|
21489
21851
|
"""
|
|
21490
21852
|
return pulumi.get(self, "mismatch_label_keys")
|
|
21491
21853
|
|
|
@@ -22075,7 +22437,7 @@ if not MYPY:
|
|
|
22075
22437
|
"""
|
|
22076
22438
|
PodIP represents a single IP address allocated to the pod.
|
|
22077
22439
|
"""
|
|
22078
|
-
ip:
|
|
22440
|
+
ip: pulumi.Input[str]
|
|
22079
22441
|
"""
|
|
22080
22442
|
IP is the IP address assigned to the pod
|
|
22081
22443
|
"""
|
|
@@ -22085,24 +22447,23 @@ elif False:
|
|
|
22085
22447
|
@pulumi.input_type
|
|
22086
22448
|
class PodIPArgs:
|
|
22087
22449
|
def __init__(__self__, *,
|
|
22088
|
-
ip:
|
|
22450
|
+
ip: pulumi.Input[str]):
|
|
22089
22451
|
"""
|
|
22090
22452
|
PodIP represents a single IP address allocated to the pod.
|
|
22091
22453
|
:param pulumi.Input[str] ip: IP is the IP address assigned to the pod
|
|
22092
22454
|
"""
|
|
22093
|
-
|
|
22094
|
-
pulumi.set(__self__, "ip", ip)
|
|
22455
|
+
pulumi.set(__self__, "ip", ip)
|
|
22095
22456
|
|
|
22096
22457
|
@property
|
|
22097
22458
|
@pulumi.getter
|
|
22098
|
-
def ip(self) ->
|
|
22459
|
+
def ip(self) -> pulumi.Input[str]:
|
|
22099
22460
|
"""
|
|
22100
22461
|
IP is the IP address assigned to the pod
|
|
22101
22462
|
"""
|
|
22102
22463
|
return pulumi.get(self, "ip")
|
|
22103
22464
|
|
|
22104
22465
|
@ip.setter
|
|
22105
|
-
def ip(self, value:
|
|
22466
|
+
def ip(self, value: pulumi.Input[str]):
|
|
22106
22467
|
pulumi.set(self, "ip", value)
|
|
22107
22468
|
|
|
22108
22469
|
|
|
@@ -22251,12 +22612,30 @@ class PodReadinessGateArgs:
|
|
|
22251
22612
|
if not MYPY:
|
|
22252
22613
|
class PodResourceClaimPatchArgsDict(TypedDict):
|
|
22253
22614
|
"""
|
|
22254
|
-
PodResourceClaim references exactly one ResourceClaim
|
|
22615
|
+
PodResourceClaim references exactly one ResourceClaim, either directly or by naming a ResourceClaimTemplate which is then turned into a ResourceClaim for the pod.
|
|
22616
|
+
|
|
22617
|
+
It adds a name to it that uniquely identifies the ResourceClaim inside the Pod. Containers that need access to the ResourceClaim reference it with this name.
|
|
22255
22618
|
"""
|
|
22256
22619
|
name: NotRequired[pulumi.Input[str]]
|
|
22257
22620
|
"""
|
|
22258
22621
|
Name uniquely identifies this resource claim inside the pod. This must be a DNS_LABEL.
|
|
22259
22622
|
"""
|
|
22623
|
+
resource_claim_name: NotRequired[pulumi.Input[str]]
|
|
22624
|
+
"""
|
|
22625
|
+
ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.
|
|
22626
|
+
|
|
22627
|
+
Exactly one of ResourceClaimName and ResourceClaimTemplateName must be set.
|
|
22628
|
+
"""
|
|
22629
|
+
resource_claim_template_name: NotRequired[pulumi.Input[str]]
|
|
22630
|
+
"""
|
|
22631
|
+
ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.
|
|
22632
|
+
|
|
22633
|
+
The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name and resource name, along with a generated component, will be used to form a unique name for the ResourceClaim, which will be recorded in pod.status.resourceClaimStatuses.
|
|
22634
|
+
|
|
22635
|
+
This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.
|
|
22636
|
+
|
|
22637
|
+
Exactly one of ResourceClaimName and ResourceClaimTemplateName must be set.
|
|
22638
|
+
"""
|
|
22260
22639
|
source: NotRequired[pulumi.Input['ClaimSourcePatchArgsDict']]
|
|
22261
22640
|
"""
|
|
22262
22641
|
Source describes where to find the ResourceClaim.
|
|
@@ -22268,14 +22647,32 @@ elif False:
|
|
|
22268
22647
|
class PodResourceClaimPatchArgs:
|
|
22269
22648
|
def __init__(__self__, *,
|
|
22270
22649
|
name: Optional[pulumi.Input[str]] = None,
|
|
22650
|
+
resource_claim_name: Optional[pulumi.Input[str]] = None,
|
|
22651
|
+
resource_claim_template_name: Optional[pulumi.Input[str]] = None,
|
|
22271
22652
|
source: Optional[pulumi.Input['ClaimSourcePatchArgs']] = None):
|
|
22272
22653
|
"""
|
|
22273
|
-
PodResourceClaim references exactly one ResourceClaim
|
|
22654
|
+
PodResourceClaim references exactly one ResourceClaim, either directly or by naming a ResourceClaimTemplate which is then turned into a ResourceClaim for the pod.
|
|
22655
|
+
|
|
22656
|
+
It adds a name to it that uniquely identifies the ResourceClaim inside the Pod. Containers that need access to the ResourceClaim reference it with this name.
|
|
22274
22657
|
:param pulumi.Input[str] name: Name uniquely identifies this resource claim inside the pod. This must be a DNS_LABEL.
|
|
22658
|
+
:param pulumi.Input[str] resource_claim_name: ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.
|
|
22659
|
+
|
|
22660
|
+
Exactly one of ResourceClaimName and ResourceClaimTemplateName must be set.
|
|
22661
|
+
:param pulumi.Input[str] resource_claim_template_name: ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.
|
|
22662
|
+
|
|
22663
|
+
The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name and resource name, along with a generated component, will be used to form a unique name for the ResourceClaim, which will be recorded in pod.status.resourceClaimStatuses.
|
|
22664
|
+
|
|
22665
|
+
This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.
|
|
22666
|
+
|
|
22667
|
+
Exactly one of ResourceClaimName and ResourceClaimTemplateName must be set.
|
|
22275
22668
|
:param pulumi.Input['ClaimSourcePatchArgs'] source: Source describes where to find the ResourceClaim.
|
|
22276
22669
|
"""
|
|
22277
22670
|
if name is not None:
|
|
22278
22671
|
pulumi.set(__self__, "name", name)
|
|
22672
|
+
if resource_claim_name is not None:
|
|
22673
|
+
pulumi.set(__self__, "resource_claim_name", resource_claim_name)
|
|
22674
|
+
if resource_claim_template_name is not None:
|
|
22675
|
+
pulumi.set(__self__, "resource_claim_template_name", resource_claim_template_name)
|
|
22279
22676
|
if source is not None:
|
|
22280
22677
|
pulumi.set(__self__, "source", source)
|
|
22281
22678
|
|
|
@@ -22291,6 +22688,38 @@ class PodResourceClaimPatchArgs:
|
|
|
22291
22688
|
def name(self, value: Optional[pulumi.Input[str]]):
|
|
22292
22689
|
pulumi.set(self, "name", value)
|
|
22293
22690
|
|
|
22691
|
+
@property
|
|
22692
|
+
@pulumi.getter(name="resourceClaimName")
|
|
22693
|
+
def resource_claim_name(self) -> Optional[pulumi.Input[str]]:
|
|
22694
|
+
"""
|
|
22695
|
+
ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.
|
|
22696
|
+
|
|
22697
|
+
Exactly one of ResourceClaimName and ResourceClaimTemplateName must be set.
|
|
22698
|
+
"""
|
|
22699
|
+
return pulumi.get(self, "resource_claim_name")
|
|
22700
|
+
|
|
22701
|
+
@resource_claim_name.setter
|
|
22702
|
+
def resource_claim_name(self, value: Optional[pulumi.Input[str]]):
|
|
22703
|
+
pulumi.set(self, "resource_claim_name", value)
|
|
22704
|
+
|
|
22705
|
+
@property
|
|
22706
|
+
@pulumi.getter(name="resourceClaimTemplateName")
|
|
22707
|
+
def resource_claim_template_name(self) -> Optional[pulumi.Input[str]]:
|
|
22708
|
+
"""
|
|
22709
|
+
ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.
|
|
22710
|
+
|
|
22711
|
+
The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name and resource name, along with a generated component, will be used to form a unique name for the ResourceClaim, which will be recorded in pod.status.resourceClaimStatuses.
|
|
22712
|
+
|
|
22713
|
+
This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.
|
|
22714
|
+
|
|
22715
|
+
Exactly one of ResourceClaimName and ResourceClaimTemplateName must be set.
|
|
22716
|
+
"""
|
|
22717
|
+
return pulumi.get(self, "resource_claim_template_name")
|
|
22718
|
+
|
|
22719
|
+
@resource_claim_template_name.setter
|
|
22720
|
+
def resource_claim_template_name(self, value: Optional[pulumi.Input[str]]):
|
|
22721
|
+
pulumi.set(self, "resource_claim_template_name", value)
|
|
22722
|
+
|
|
22294
22723
|
@property
|
|
22295
22724
|
@pulumi.getter
|
|
22296
22725
|
def source(self) -> Optional[pulumi.Input['ClaimSourcePatchArgs']]:
|
|
@@ -22315,7 +22744,7 @@ if not MYPY:
|
|
|
22315
22744
|
"""
|
|
22316
22745
|
resource_claim_name: NotRequired[pulumi.Input[str]]
|
|
22317
22746
|
"""
|
|
22318
|
-
ResourceClaimName is the name of the ResourceClaim that was generated for the Pod in the namespace of the Pod.
|
|
22747
|
+
ResourceClaimName is the name of the ResourceClaim that was generated for the Pod in the namespace of the Pod. If this is unset, then generating a ResourceClaim was not necessary. The pod.spec.resourceClaims entry can be ignored in this case.
|
|
22319
22748
|
"""
|
|
22320
22749
|
elif False:
|
|
22321
22750
|
PodResourceClaimStatusArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -22328,7 +22757,7 @@ class PodResourceClaimStatusArgs:
|
|
|
22328
22757
|
"""
|
|
22329
22758
|
PodResourceClaimStatus is stored in the PodStatus for each PodResourceClaim which references a ResourceClaimTemplate. It stores the generated name for the corresponding ResourceClaim.
|
|
22330
22759
|
:param pulumi.Input[str] name: Name uniquely identifies this resource claim inside the pod. This must match the name of an entry in pod.spec.resourceClaims, which implies that the string must be a DNS_LABEL.
|
|
22331
|
-
:param pulumi.Input[str] resource_claim_name: ResourceClaimName is the name of the ResourceClaim that was generated for the Pod in the namespace of the Pod.
|
|
22760
|
+
:param pulumi.Input[str] resource_claim_name: ResourceClaimName is the name of the ResourceClaim that was generated for the Pod in the namespace of the Pod. If this is unset, then generating a ResourceClaim was not necessary. The pod.spec.resourceClaims entry can be ignored in this case.
|
|
22332
22761
|
"""
|
|
22333
22762
|
pulumi.set(__self__, "name", name)
|
|
22334
22763
|
if resource_claim_name is not None:
|
|
@@ -22350,7 +22779,7 @@ class PodResourceClaimStatusArgs:
|
|
|
22350
22779
|
@pulumi.getter(name="resourceClaimName")
|
|
22351
22780
|
def resource_claim_name(self) -> Optional[pulumi.Input[str]]:
|
|
22352
22781
|
"""
|
|
22353
|
-
ResourceClaimName is the name of the ResourceClaim that was generated for the Pod in the namespace of the Pod.
|
|
22782
|
+
ResourceClaimName is the name of the ResourceClaim that was generated for the Pod in the namespace of the Pod. If this is unset, then generating a ResourceClaim was not necessary. The pod.spec.resourceClaims entry can be ignored in this case.
|
|
22354
22783
|
"""
|
|
22355
22784
|
return pulumi.get(self, "resource_claim_name")
|
|
22356
22785
|
|
|
@@ -22362,12 +22791,30 @@ class PodResourceClaimStatusArgs:
|
|
|
22362
22791
|
if not MYPY:
|
|
22363
22792
|
class PodResourceClaimArgsDict(TypedDict):
|
|
22364
22793
|
"""
|
|
22365
|
-
PodResourceClaim references exactly one ResourceClaim
|
|
22794
|
+
PodResourceClaim references exactly one ResourceClaim, either directly or by naming a ResourceClaimTemplate which is then turned into a ResourceClaim for the pod.
|
|
22795
|
+
|
|
22796
|
+
It adds a name to it that uniquely identifies the ResourceClaim inside the Pod. Containers that need access to the ResourceClaim reference it with this name.
|
|
22366
22797
|
"""
|
|
22367
22798
|
name: pulumi.Input[str]
|
|
22368
22799
|
"""
|
|
22369
22800
|
Name uniquely identifies this resource claim inside the pod. This must be a DNS_LABEL.
|
|
22370
22801
|
"""
|
|
22802
|
+
resource_claim_name: NotRequired[pulumi.Input[str]]
|
|
22803
|
+
"""
|
|
22804
|
+
ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.
|
|
22805
|
+
|
|
22806
|
+
Exactly one of ResourceClaimName and ResourceClaimTemplateName must be set.
|
|
22807
|
+
"""
|
|
22808
|
+
resource_claim_template_name: NotRequired[pulumi.Input[str]]
|
|
22809
|
+
"""
|
|
22810
|
+
ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.
|
|
22811
|
+
|
|
22812
|
+
The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name and resource name, along with a generated component, will be used to form a unique name for the ResourceClaim, which will be recorded in pod.status.resourceClaimStatuses.
|
|
22813
|
+
|
|
22814
|
+
This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.
|
|
22815
|
+
|
|
22816
|
+
Exactly one of ResourceClaimName and ResourceClaimTemplateName must be set.
|
|
22817
|
+
"""
|
|
22371
22818
|
source: NotRequired[pulumi.Input['ClaimSourceArgsDict']]
|
|
22372
22819
|
"""
|
|
22373
22820
|
Source describes where to find the ResourceClaim.
|
|
@@ -22379,13 +22826,31 @@ elif False:
|
|
|
22379
22826
|
class PodResourceClaimArgs:
|
|
22380
22827
|
def __init__(__self__, *,
|
|
22381
22828
|
name: pulumi.Input[str],
|
|
22829
|
+
resource_claim_name: Optional[pulumi.Input[str]] = None,
|
|
22830
|
+
resource_claim_template_name: Optional[pulumi.Input[str]] = None,
|
|
22382
22831
|
source: Optional[pulumi.Input['ClaimSourceArgs']] = None):
|
|
22383
22832
|
"""
|
|
22384
|
-
PodResourceClaim references exactly one ResourceClaim
|
|
22833
|
+
PodResourceClaim references exactly one ResourceClaim, either directly or by naming a ResourceClaimTemplate which is then turned into a ResourceClaim for the pod.
|
|
22834
|
+
|
|
22835
|
+
It adds a name to it that uniquely identifies the ResourceClaim inside the Pod. Containers that need access to the ResourceClaim reference it with this name.
|
|
22385
22836
|
:param pulumi.Input[str] name: Name uniquely identifies this resource claim inside the pod. This must be a DNS_LABEL.
|
|
22837
|
+
:param pulumi.Input[str] resource_claim_name: ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.
|
|
22838
|
+
|
|
22839
|
+
Exactly one of ResourceClaimName and ResourceClaimTemplateName must be set.
|
|
22840
|
+
:param pulumi.Input[str] resource_claim_template_name: ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.
|
|
22841
|
+
|
|
22842
|
+
The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name and resource name, along with a generated component, will be used to form a unique name for the ResourceClaim, which will be recorded in pod.status.resourceClaimStatuses.
|
|
22843
|
+
|
|
22844
|
+
This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.
|
|
22845
|
+
|
|
22846
|
+
Exactly one of ResourceClaimName and ResourceClaimTemplateName must be set.
|
|
22386
22847
|
:param pulumi.Input['ClaimSourceArgs'] source: Source describes where to find the ResourceClaim.
|
|
22387
22848
|
"""
|
|
22388
22849
|
pulumi.set(__self__, "name", name)
|
|
22850
|
+
if resource_claim_name is not None:
|
|
22851
|
+
pulumi.set(__self__, "resource_claim_name", resource_claim_name)
|
|
22852
|
+
if resource_claim_template_name is not None:
|
|
22853
|
+
pulumi.set(__self__, "resource_claim_template_name", resource_claim_template_name)
|
|
22389
22854
|
if source is not None:
|
|
22390
22855
|
pulumi.set(__self__, "source", source)
|
|
22391
22856
|
|
|
@@ -22401,6 +22866,38 @@ class PodResourceClaimArgs:
|
|
|
22401
22866
|
def name(self, value: pulumi.Input[str]):
|
|
22402
22867
|
pulumi.set(self, "name", value)
|
|
22403
22868
|
|
|
22869
|
+
@property
|
|
22870
|
+
@pulumi.getter(name="resourceClaimName")
|
|
22871
|
+
def resource_claim_name(self) -> Optional[pulumi.Input[str]]:
|
|
22872
|
+
"""
|
|
22873
|
+
ResourceClaimName is the name of a ResourceClaim object in the same namespace as this pod.
|
|
22874
|
+
|
|
22875
|
+
Exactly one of ResourceClaimName and ResourceClaimTemplateName must be set.
|
|
22876
|
+
"""
|
|
22877
|
+
return pulumi.get(self, "resource_claim_name")
|
|
22878
|
+
|
|
22879
|
+
@resource_claim_name.setter
|
|
22880
|
+
def resource_claim_name(self, value: Optional[pulumi.Input[str]]):
|
|
22881
|
+
pulumi.set(self, "resource_claim_name", value)
|
|
22882
|
+
|
|
22883
|
+
@property
|
|
22884
|
+
@pulumi.getter(name="resourceClaimTemplateName")
|
|
22885
|
+
def resource_claim_template_name(self) -> Optional[pulumi.Input[str]]:
|
|
22886
|
+
"""
|
|
22887
|
+
ResourceClaimTemplateName is the name of a ResourceClaimTemplate object in the same namespace as this pod.
|
|
22888
|
+
|
|
22889
|
+
The template will be used to create a new ResourceClaim, which will be bound to this pod. When this pod is deleted, the ResourceClaim will also be deleted. The pod name and resource name, along with a generated component, will be used to form a unique name for the ResourceClaim, which will be recorded in pod.status.resourceClaimStatuses.
|
|
22890
|
+
|
|
22891
|
+
This field is immutable and no changes will be made to the corresponding ResourceClaim by the control plane after creating the ResourceClaim.
|
|
22892
|
+
|
|
22893
|
+
Exactly one of ResourceClaimName and ResourceClaimTemplateName must be set.
|
|
22894
|
+
"""
|
|
22895
|
+
return pulumi.get(self, "resource_claim_template_name")
|
|
22896
|
+
|
|
22897
|
+
@resource_claim_template_name.setter
|
|
22898
|
+
def resource_claim_template_name(self, value: Optional[pulumi.Input[str]]):
|
|
22899
|
+
pulumi.set(self, "resource_claim_template_name", value)
|
|
22900
|
+
|
|
22404
22901
|
@property
|
|
22405
22902
|
@pulumi.getter
|
|
22406
22903
|
def source(self) -> Optional[pulumi.Input['ClaimSourceArgs']]:
|
|
@@ -22528,7 +23025,11 @@ if not MYPY:
|
|
|
22528
23025
|
"""
|
|
22529
23026
|
supplemental_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
|
22530
23027
|
"""
|
|
22531
|
-
A list of groups applied to the first process run in each container, in addition to the container's primary GID
|
|
23028
|
+
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.
|
|
23029
|
+
"""
|
|
23030
|
+
supplemental_groups_policy: NotRequired[pulumi.Input[str]]
|
|
23031
|
+
"""
|
|
23032
|
+
Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.
|
|
22532
23033
|
"""
|
|
22533
23034
|
sysctls: NotRequired[pulumi.Input[Sequence[pulumi.Input['SysctlPatchArgsDict']]]]
|
|
22534
23035
|
"""
|
|
@@ -22553,6 +23054,7 @@ class PodSecurityContextPatchArgs:
|
|
|
22553
23054
|
se_linux_options: Optional[pulumi.Input['SELinuxOptionsPatchArgs']] = None,
|
|
22554
23055
|
seccomp_profile: Optional[pulumi.Input['SeccompProfilePatchArgs']] = None,
|
|
22555
23056
|
supplemental_groups: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None,
|
|
23057
|
+
supplemental_groups_policy: Optional[pulumi.Input[str]] = None,
|
|
22556
23058
|
sysctls: Optional[pulumi.Input[Sequence[pulumi.Input['SysctlPatchArgs']]]] = None,
|
|
22557
23059
|
windows_options: Optional[pulumi.Input['WindowsSecurityContextOptionsPatchArgs']] = None):
|
|
22558
23060
|
"""
|
|
@@ -22569,7 +23071,8 @@ class PodSecurityContextPatchArgs:
|
|
|
22569
23071
|
:param pulumi.Input[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.
|
|
22570
23072
|
:param pulumi.Input['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.
|
|
22571
23073
|
:param pulumi.Input['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.
|
|
22572
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] supplemental_groups: A list of groups applied to the first process run in each container, in addition to the container's primary GID
|
|
23074
|
+
:param pulumi.Input[Sequence[pulumi.Input[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.
|
|
23075
|
+
:param pulumi.Input[str] supplemental_groups_policy: Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.
|
|
22573
23076
|
:param pulumi.Input[Sequence[pulumi.Input['SysctlPatchArgs']]] sysctls: Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.
|
|
22574
23077
|
:param pulumi.Input['WindowsSecurityContextOptionsPatchArgs'] windows_options: The Windows specific settings applied to all containers. If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.
|
|
22575
23078
|
"""
|
|
@@ -22591,6 +23094,8 @@ class PodSecurityContextPatchArgs:
|
|
|
22591
23094
|
pulumi.set(__self__, "seccomp_profile", seccomp_profile)
|
|
22592
23095
|
if supplemental_groups is not None:
|
|
22593
23096
|
pulumi.set(__self__, "supplemental_groups", supplemental_groups)
|
|
23097
|
+
if supplemental_groups_policy is not None:
|
|
23098
|
+
pulumi.set(__self__, "supplemental_groups_policy", supplemental_groups_policy)
|
|
22594
23099
|
if sysctls is not None:
|
|
22595
23100
|
pulumi.set(__self__, "sysctls", sysctls)
|
|
22596
23101
|
if windows_options is not None:
|
|
@@ -22700,7 +23205,7 @@ class PodSecurityContextPatchArgs:
|
|
|
22700
23205
|
@pulumi.getter(name="supplementalGroups")
|
|
22701
23206
|
def supplemental_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
|
22702
23207
|
"""
|
|
22703
|
-
A list of groups applied to the first process run in each container, in addition to the container's primary GID
|
|
23208
|
+
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.
|
|
22704
23209
|
"""
|
|
22705
23210
|
return pulumi.get(self, "supplemental_groups")
|
|
22706
23211
|
|
|
@@ -22708,6 +23213,18 @@ class PodSecurityContextPatchArgs:
|
|
|
22708
23213
|
def supplemental_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]):
|
|
22709
23214
|
pulumi.set(self, "supplemental_groups", value)
|
|
22710
23215
|
|
|
23216
|
+
@property
|
|
23217
|
+
@pulumi.getter(name="supplementalGroupsPolicy")
|
|
23218
|
+
def supplemental_groups_policy(self) -> Optional[pulumi.Input[str]]:
|
|
23219
|
+
"""
|
|
23220
|
+
Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.
|
|
23221
|
+
"""
|
|
23222
|
+
return pulumi.get(self, "supplemental_groups_policy")
|
|
23223
|
+
|
|
23224
|
+
@supplemental_groups_policy.setter
|
|
23225
|
+
def supplemental_groups_policy(self, value: Optional[pulumi.Input[str]]):
|
|
23226
|
+
pulumi.set(self, "supplemental_groups_policy", value)
|
|
23227
|
+
|
|
22711
23228
|
@property
|
|
22712
23229
|
@pulumi.getter
|
|
22713
23230
|
def sysctls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SysctlPatchArgs']]]]:
|
|
@@ -22776,7 +23293,11 @@ if not MYPY:
|
|
|
22776
23293
|
"""
|
|
22777
23294
|
supplemental_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[int]]]]
|
|
22778
23295
|
"""
|
|
22779
|
-
A list of groups applied to the first process run in each container, in addition to the container's primary GID
|
|
23296
|
+
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.
|
|
23297
|
+
"""
|
|
23298
|
+
supplemental_groups_policy: NotRequired[pulumi.Input[str]]
|
|
23299
|
+
"""
|
|
23300
|
+
Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.
|
|
22780
23301
|
"""
|
|
22781
23302
|
sysctls: NotRequired[pulumi.Input[Sequence[pulumi.Input['SysctlArgsDict']]]]
|
|
22782
23303
|
"""
|
|
@@ -22801,6 +23322,7 @@ class PodSecurityContextArgs:
|
|
|
22801
23322
|
se_linux_options: Optional[pulumi.Input['SELinuxOptionsArgs']] = None,
|
|
22802
23323
|
seccomp_profile: Optional[pulumi.Input['SeccompProfileArgs']] = None,
|
|
22803
23324
|
supplemental_groups: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None,
|
|
23325
|
+
supplemental_groups_policy: Optional[pulumi.Input[str]] = None,
|
|
22804
23326
|
sysctls: Optional[pulumi.Input[Sequence[pulumi.Input['SysctlArgs']]]] = None,
|
|
22805
23327
|
windows_options: Optional[pulumi.Input['WindowsSecurityContextOptionsArgs']] = None):
|
|
22806
23328
|
"""
|
|
@@ -22817,7 +23339,8 @@ class PodSecurityContextArgs:
|
|
|
22817
23339
|
:param pulumi.Input[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.
|
|
22818
23340
|
:param pulumi.Input['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.
|
|
22819
23341
|
:param pulumi.Input['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.
|
|
22820
|
-
:param pulumi.Input[Sequence[pulumi.Input[int]]] supplemental_groups: A list of groups applied to the first process run in each container, in addition to the container's primary GID
|
|
23342
|
+
:param pulumi.Input[Sequence[pulumi.Input[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.
|
|
23343
|
+
:param pulumi.Input[str] supplemental_groups_policy: Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.
|
|
22821
23344
|
:param pulumi.Input[Sequence[pulumi.Input['SysctlArgs']]] sysctls: Sysctls hold a list of namespaced sysctls used for the pod. Pods with unsupported sysctls (by the container runtime) might fail to launch. Note that this field cannot be set when spec.os.name is windows.
|
|
22822
23345
|
:param pulumi.Input['WindowsSecurityContextOptionsArgs'] windows_options: The Windows specific settings applied to all containers. If unspecified, the options within a container's SecurityContext will be used. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is linux.
|
|
22823
23346
|
"""
|
|
@@ -22839,6 +23362,8 @@ class PodSecurityContextArgs:
|
|
|
22839
23362
|
pulumi.set(__self__, "seccomp_profile", seccomp_profile)
|
|
22840
23363
|
if supplemental_groups is not None:
|
|
22841
23364
|
pulumi.set(__self__, "supplemental_groups", supplemental_groups)
|
|
23365
|
+
if supplemental_groups_policy is not None:
|
|
23366
|
+
pulumi.set(__self__, "supplemental_groups_policy", supplemental_groups_policy)
|
|
22842
23367
|
if sysctls is not None:
|
|
22843
23368
|
pulumi.set(__self__, "sysctls", sysctls)
|
|
22844
23369
|
if windows_options is not None:
|
|
@@ -22948,7 +23473,7 @@ class PodSecurityContextArgs:
|
|
|
22948
23473
|
@pulumi.getter(name="supplementalGroups")
|
|
22949
23474
|
def supplemental_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]:
|
|
22950
23475
|
"""
|
|
22951
|
-
A list of groups applied to the first process run in each container, in addition to the container's primary GID
|
|
23476
|
+
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.
|
|
22952
23477
|
"""
|
|
22953
23478
|
return pulumi.get(self, "supplemental_groups")
|
|
22954
23479
|
|
|
@@ -22956,6 +23481,18 @@ class PodSecurityContextArgs:
|
|
|
22956
23481
|
def supplemental_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]]):
|
|
22957
23482
|
pulumi.set(self, "supplemental_groups", value)
|
|
22958
23483
|
|
|
23484
|
+
@property
|
|
23485
|
+
@pulumi.getter(name="supplementalGroupsPolicy")
|
|
23486
|
+
def supplemental_groups_policy(self) -> Optional[pulumi.Input[str]]:
|
|
23487
|
+
"""
|
|
23488
|
+
Defines how supplemental groups of the first container processes are calculated. Valid values are "Merge" and "Strict". If not specified, "Merge" is used. (Alpha) Using the field requires the SupplementalGroupsPolicy feature gate to be enabled and the container runtime must implement support for this feature. Note that this field cannot be set when spec.os.name is windows.
|
|
23489
|
+
"""
|
|
23490
|
+
return pulumi.get(self, "supplemental_groups_policy")
|
|
23491
|
+
|
|
23492
|
+
@supplemental_groups_policy.setter
|
|
23493
|
+
def supplemental_groups_policy(self, value: Optional[pulumi.Input[str]]):
|
|
23494
|
+
pulumi.set(self, "supplemental_groups_policy", value)
|
|
23495
|
+
|
|
22959
23496
|
@property
|
|
22960
23497
|
@pulumi.getter
|
|
22961
23498
|
def sysctls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SysctlArgs']]]]:
|
|
@@ -23052,7 +23589,7 @@ if not MYPY:
|
|
|
23052
23589
|
"""
|
|
23053
23590
|
node_name: NotRequired[pulumi.Input[str]]
|
|
23054
23591
|
"""
|
|
23055
|
-
NodeName is
|
|
23592
|
+
NodeName indicates in which node this pod is scheduled. If empty, this pod is a candidate for scheduling by the scheduler defined in schedulerName. Once this field is set, the kubelet for this node becomes responsible for the lifecycle of this pod. This field should not be used to express a desire for the pod to be scheduled on a specific node. https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodename
|
|
23056
23593
|
"""
|
|
23057
23594
|
node_selector: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
23058
23595
|
"""
|
|
@@ -23064,7 +23601,7 @@ if not MYPY:
|
|
|
23064
23601
|
|
|
23065
23602
|
If the OS field is set to linux, the following fields must be unset: -securityContext.windowsOptions
|
|
23066
23603
|
|
|
23067
|
-
If the OS field is set to windows, following fields must be unset: - spec.hostPID - spec.hostIPC - spec.hostUsers - spec.securityContext.appArmorProfile - spec.securityContext.seLinuxOptions - spec.securityContext.seccompProfile - spec.securityContext.fsGroup - spec.securityContext.fsGroupChangePolicy - spec.securityContext.sysctls - spec.shareProcessNamespace - spec.securityContext.runAsUser - spec.securityContext.runAsGroup - spec.securityContext.supplementalGroups - spec.containers[*].securityContext.appArmorProfile - spec.containers[*].securityContext.seLinuxOptions - spec.containers[*].securityContext.seccompProfile - spec.containers[*].securityContext.capabilities - spec.containers[*].securityContext.readOnlyRootFilesystem - spec.containers[*].securityContext.privileged - spec.containers[*].securityContext.allowPrivilegeEscalation - spec.containers[*].securityContext.procMount - spec.containers[*].securityContext.runAsUser - spec.containers[*].securityContext.runAsGroup
|
|
23604
|
+
If the OS field is set to windows, following fields must be unset: - spec.hostPID - spec.hostIPC - spec.hostUsers - spec.securityContext.appArmorProfile - spec.securityContext.seLinuxOptions - spec.securityContext.seccompProfile - spec.securityContext.fsGroup - spec.securityContext.fsGroupChangePolicy - spec.securityContext.sysctls - spec.shareProcessNamespace - spec.securityContext.runAsUser - spec.securityContext.runAsGroup - spec.securityContext.supplementalGroups - spec.securityContext.supplementalGroupsPolicy - spec.containers[*].securityContext.appArmorProfile - spec.containers[*].securityContext.seLinuxOptions - spec.containers[*].securityContext.seccompProfile - spec.containers[*].securityContext.capabilities - spec.containers[*].securityContext.readOnlyRootFilesystem - spec.containers[*].securityContext.privileged - spec.containers[*].securityContext.allowPrivilegeEscalation - spec.containers[*].securityContext.procMount - spec.containers[*].securityContext.runAsUser - spec.containers[*].securityContext.runAsGroup
|
|
23068
23605
|
"""
|
|
23069
23606
|
overhead: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
23070
23607
|
"""
|
|
@@ -23215,13 +23752,13 @@ class PodSpecPatchArgs:
|
|
|
23215
23752
|
:param pulumi.Input[str] hostname: Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value.
|
|
23216
23753
|
:param pulumi.Input[Sequence[pulumi.Input['LocalObjectReferencePatchArgs']]] image_pull_secrets: ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod
|
|
23217
23754
|
:param pulumi.Input[Sequence[pulumi.Input['ContainerPatchArgs']]] init_containers: List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
|
|
23218
|
-
:param pulumi.Input[str] node_name: NodeName is
|
|
23755
|
+
:param pulumi.Input[str] node_name: NodeName indicates in which node this pod is scheduled. If empty, this pod is a candidate for scheduling by the scheduler defined in schedulerName. Once this field is set, the kubelet for this node becomes responsible for the lifecycle of this pod. This field should not be used to express a desire for the pod to be scheduled on a specific node. https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodename
|
|
23219
23756
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] node_selector: NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
|
|
23220
23757
|
:param pulumi.Input['PodOSPatchArgs'] os: Specifies the OS of the containers in the pod. Some pod and container fields are restricted if this is set.
|
|
23221
23758
|
|
|
23222
23759
|
If the OS field is set to linux, the following fields must be unset: -securityContext.windowsOptions
|
|
23223
23760
|
|
|
23224
|
-
If the OS field is set to windows, following fields must be unset: - spec.hostPID - spec.hostIPC - spec.hostUsers - spec.securityContext.appArmorProfile - spec.securityContext.seLinuxOptions - spec.securityContext.seccompProfile - spec.securityContext.fsGroup - spec.securityContext.fsGroupChangePolicy - spec.securityContext.sysctls - spec.shareProcessNamespace - spec.securityContext.runAsUser - spec.securityContext.runAsGroup - spec.securityContext.supplementalGroups - spec.containers[*].securityContext.appArmorProfile - spec.containers[*].securityContext.seLinuxOptions - spec.containers[*].securityContext.seccompProfile - spec.containers[*].securityContext.capabilities - spec.containers[*].securityContext.readOnlyRootFilesystem - spec.containers[*].securityContext.privileged - spec.containers[*].securityContext.allowPrivilegeEscalation - spec.containers[*].securityContext.procMount - spec.containers[*].securityContext.runAsUser - spec.containers[*].securityContext.runAsGroup
|
|
23761
|
+
If the OS field is set to windows, following fields must be unset: - spec.hostPID - spec.hostIPC - spec.hostUsers - spec.securityContext.appArmorProfile - spec.securityContext.seLinuxOptions - spec.securityContext.seccompProfile - spec.securityContext.fsGroup - spec.securityContext.fsGroupChangePolicy - spec.securityContext.sysctls - spec.shareProcessNamespace - spec.securityContext.runAsUser - spec.securityContext.runAsGroup - spec.securityContext.supplementalGroups - spec.securityContext.supplementalGroupsPolicy - spec.containers[*].securityContext.appArmorProfile - spec.containers[*].securityContext.seLinuxOptions - spec.containers[*].securityContext.seccompProfile - spec.containers[*].securityContext.capabilities - spec.containers[*].securityContext.readOnlyRootFilesystem - spec.containers[*].securityContext.privileged - spec.containers[*].securityContext.allowPrivilegeEscalation - spec.containers[*].securityContext.procMount - spec.containers[*].securityContext.runAsUser - spec.containers[*].securityContext.runAsGroup
|
|
23225
23762
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] overhead: Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. This field will be autopopulated at admission time by the RuntimeClass admission controller. If the RuntimeClass admission controller is enabled, overhead must not be set in Pod create requests. The RuntimeClass admission controller will reject Pod create requests which have the overhead already set. If RuntimeClass is configured and selected in the PodSpec, Overhead will be set to the value defined in the corresponding RuntimeClass, otherwise it will remain unset and treated as zero. More info: https://git.k8s.io/enhancements/keps/sig-node/688-pod-overhead/README.md
|
|
23226
23763
|
:param pulumi.Input[str] preemption_policy: PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.
|
|
23227
23764
|
:param pulumi.Input[int] priority: The priority value. Various system components use this field to find the priority of the pod. When Priority Admission Controller is enabled, it prevents users from setting this field. The admission controller populates this field from PriorityClassName. The higher the value, the higher the priority.
|
|
@@ -23524,7 +24061,7 @@ class PodSpecPatchArgs:
|
|
|
23524
24061
|
@pulumi.getter(name="nodeName")
|
|
23525
24062
|
def node_name(self) -> Optional[pulumi.Input[str]]:
|
|
23526
24063
|
"""
|
|
23527
|
-
NodeName is
|
|
24064
|
+
NodeName indicates in which node this pod is scheduled. If empty, this pod is a candidate for scheduling by the scheduler defined in schedulerName. Once this field is set, the kubelet for this node becomes responsible for the lifecycle of this pod. This field should not be used to express a desire for the pod to be scheduled on a specific node. https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodename
|
|
23528
24065
|
"""
|
|
23529
24066
|
return pulumi.get(self, "node_name")
|
|
23530
24067
|
|
|
@@ -23552,7 +24089,7 @@ class PodSpecPatchArgs:
|
|
|
23552
24089
|
|
|
23553
24090
|
If the OS field is set to linux, the following fields must be unset: -securityContext.windowsOptions
|
|
23554
24091
|
|
|
23555
|
-
If the OS field is set to windows, following fields must be unset: - spec.hostPID - spec.hostIPC - spec.hostUsers - spec.securityContext.appArmorProfile - spec.securityContext.seLinuxOptions - spec.securityContext.seccompProfile - spec.securityContext.fsGroup - spec.securityContext.fsGroupChangePolicy - spec.securityContext.sysctls - spec.shareProcessNamespace - spec.securityContext.runAsUser - spec.securityContext.runAsGroup - spec.securityContext.supplementalGroups - spec.containers[*].securityContext.appArmorProfile - spec.containers[*].securityContext.seLinuxOptions - spec.containers[*].securityContext.seccompProfile - spec.containers[*].securityContext.capabilities - spec.containers[*].securityContext.readOnlyRootFilesystem - spec.containers[*].securityContext.privileged - spec.containers[*].securityContext.allowPrivilegeEscalation - spec.containers[*].securityContext.procMount - spec.containers[*].securityContext.runAsUser - spec.containers[*].securityContext.runAsGroup
|
|
24092
|
+
If the OS field is set to windows, following fields must be unset: - spec.hostPID - spec.hostIPC - spec.hostUsers - spec.securityContext.appArmorProfile - spec.securityContext.seLinuxOptions - spec.securityContext.seccompProfile - spec.securityContext.fsGroup - spec.securityContext.fsGroupChangePolicy - spec.securityContext.sysctls - spec.shareProcessNamespace - spec.securityContext.runAsUser - spec.securityContext.runAsGroup - spec.securityContext.supplementalGroups - spec.securityContext.supplementalGroupsPolicy - spec.containers[*].securityContext.appArmorProfile - spec.containers[*].securityContext.seLinuxOptions - spec.containers[*].securityContext.seccompProfile - spec.containers[*].securityContext.capabilities - spec.containers[*].securityContext.readOnlyRootFilesystem - spec.containers[*].securityContext.privileged - spec.containers[*].securityContext.allowPrivilegeEscalation - spec.containers[*].securityContext.procMount - spec.containers[*].securityContext.runAsUser - spec.containers[*].securityContext.runAsGroup
|
|
23556
24093
|
"""
|
|
23557
24094
|
return pulumi.get(self, "os")
|
|
23558
24095
|
|
|
@@ -23878,7 +24415,7 @@ if not MYPY:
|
|
|
23878
24415
|
"""
|
|
23879
24416
|
node_name: NotRequired[pulumi.Input[str]]
|
|
23880
24417
|
"""
|
|
23881
|
-
NodeName is
|
|
24418
|
+
NodeName indicates in which node this pod is scheduled. If empty, this pod is a candidate for scheduling by the scheduler defined in schedulerName. Once this field is set, the kubelet for this node becomes responsible for the lifecycle of this pod. This field should not be used to express a desire for the pod to be scheduled on a specific node. https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodename
|
|
23882
24419
|
"""
|
|
23883
24420
|
node_selector: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
23884
24421
|
"""
|
|
@@ -23890,7 +24427,7 @@ if not MYPY:
|
|
|
23890
24427
|
|
|
23891
24428
|
If the OS field is set to linux, the following fields must be unset: -securityContext.windowsOptions
|
|
23892
24429
|
|
|
23893
|
-
If the OS field is set to windows, following fields must be unset: - spec.hostPID - spec.hostIPC - spec.hostUsers - spec.securityContext.appArmorProfile - spec.securityContext.seLinuxOptions - spec.securityContext.seccompProfile - spec.securityContext.fsGroup - spec.securityContext.fsGroupChangePolicy - spec.securityContext.sysctls - spec.shareProcessNamespace - spec.securityContext.runAsUser - spec.securityContext.runAsGroup - spec.securityContext.supplementalGroups - spec.containers[*].securityContext.appArmorProfile - spec.containers[*].securityContext.seLinuxOptions - spec.containers[*].securityContext.seccompProfile - spec.containers[*].securityContext.capabilities - spec.containers[*].securityContext.readOnlyRootFilesystem - spec.containers[*].securityContext.privileged - spec.containers[*].securityContext.allowPrivilegeEscalation - spec.containers[*].securityContext.procMount - spec.containers[*].securityContext.runAsUser - spec.containers[*].securityContext.runAsGroup
|
|
24430
|
+
If the OS field is set to windows, following fields must be unset: - spec.hostPID - spec.hostIPC - spec.hostUsers - spec.securityContext.appArmorProfile - spec.securityContext.seLinuxOptions - spec.securityContext.seccompProfile - spec.securityContext.fsGroup - spec.securityContext.fsGroupChangePolicy - spec.securityContext.sysctls - spec.shareProcessNamespace - spec.securityContext.runAsUser - spec.securityContext.runAsGroup - spec.securityContext.supplementalGroups - spec.securityContext.supplementalGroupsPolicy - spec.containers[*].securityContext.appArmorProfile - spec.containers[*].securityContext.seLinuxOptions - spec.containers[*].securityContext.seccompProfile - spec.containers[*].securityContext.capabilities - spec.containers[*].securityContext.readOnlyRootFilesystem - spec.containers[*].securityContext.privileged - spec.containers[*].securityContext.allowPrivilegeEscalation - spec.containers[*].securityContext.procMount - spec.containers[*].securityContext.runAsUser - spec.containers[*].securityContext.runAsGroup
|
|
23894
24431
|
"""
|
|
23895
24432
|
overhead: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
23896
24433
|
"""
|
|
@@ -24041,13 +24578,13 @@ class PodSpecArgs:
|
|
|
24041
24578
|
:param pulumi.Input[str] hostname: Specifies the hostname of the Pod If not specified, the pod's hostname will be set to a system-defined value.
|
|
24042
24579
|
:param pulumi.Input[Sequence[pulumi.Input['LocalObjectReferenceArgs']]] image_pull_secrets: ImagePullSecrets is an optional list of references to secrets in the same namespace to use for pulling any of the images used by this PodSpec. If specified, these secrets will be passed to individual puller implementations for them to use. More info: https://kubernetes.io/docs/concepts/containers/images#specifying-imagepullsecrets-on-a-pod
|
|
24043
24580
|
:param pulumi.Input[Sequence[pulumi.Input['ContainerArgs']]] init_containers: List of initialization containers belonging to the pod. Init containers are executed in order prior to containers being started. If any init container fails, the pod is considered to have failed and is handled according to its restartPolicy. The name for an init container or normal container must be unique among all containers. Init containers may not have Lifecycle actions, Readiness probes, Liveness probes, or Startup probes. The resourceRequirements of an init container are taken into account during scheduling by finding the highest request/limit for each resource type, and then using the max of of that value or the sum of the normal containers. Limits are applied to init containers in a similar fashion. Init containers cannot currently be added or removed. Cannot be updated. More info: https://kubernetes.io/docs/concepts/workloads/pods/init-containers/
|
|
24044
|
-
:param pulumi.Input[str] node_name: NodeName is
|
|
24581
|
+
:param pulumi.Input[str] node_name: NodeName indicates in which node this pod is scheduled. If empty, this pod is a candidate for scheduling by the scheduler defined in schedulerName. Once this field is set, the kubelet for this node becomes responsible for the lifecycle of this pod. This field should not be used to express a desire for the pod to be scheduled on a specific node. https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodename
|
|
24045
24582
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] node_selector: NodeSelector is a selector which must be true for the pod to fit on a node. Selector which must match a node's labels for the pod to be scheduled on that node. More info: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
|
|
24046
24583
|
:param pulumi.Input['PodOSArgs'] os: Specifies the OS of the containers in the pod. Some pod and container fields are restricted if this is set.
|
|
24047
24584
|
|
|
24048
24585
|
If the OS field is set to linux, the following fields must be unset: -securityContext.windowsOptions
|
|
24049
24586
|
|
|
24050
|
-
If the OS field is set to windows, following fields must be unset: - spec.hostPID - spec.hostIPC - spec.hostUsers - spec.securityContext.appArmorProfile - spec.securityContext.seLinuxOptions - spec.securityContext.seccompProfile - spec.securityContext.fsGroup - spec.securityContext.fsGroupChangePolicy - spec.securityContext.sysctls - spec.shareProcessNamespace - spec.securityContext.runAsUser - spec.securityContext.runAsGroup - spec.securityContext.supplementalGroups - spec.containers[*].securityContext.appArmorProfile - spec.containers[*].securityContext.seLinuxOptions - spec.containers[*].securityContext.seccompProfile - spec.containers[*].securityContext.capabilities - spec.containers[*].securityContext.readOnlyRootFilesystem - spec.containers[*].securityContext.privileged - spec.containers[*].securityContext.allowPrivilegeEscalation - spec.containers[*].securityContext.procMount - spec.containers[*].securityContext.runAsUser - spec.containers[*].securityContext.runAsGroup
|
|
24587
|
+
If the OS field is set to windows, following fields must be unset: - spec.hostPID - spec.hostIPC - spec.hostUsers - spec.securityContext.appArmorProfile - spec.securityContext.seLinuxOptions - spec.securityContext.seccompProfile - spec.securityContext.fsGroup - spec.securityContext.fsGroupChangePolicy - spec.securityContext.sysctls - spec.shareProcessNamespace - spec.securityContext.runAsUser - spec.securityContext.runAsGroup - spec.securityContext.supplementalGroups - spec.securityContext.supplementalGroupsPolicy - spec.containers[*].securityContext.appArmorProfile - spec.containers[*].securityContext.seLinuxOptions - spec.containers[*].securityContext.seccompProfile - spec.containers[*].securityContext.capabilities - spec.containers[*].securityContext.readOnlyRootFilesystem - spec.containers[*].securityContext.privileged - spec.containers[*].securityContext.allowPrivilegeEscalation - spec.containers[*].securityContext.procMount - spec.containers[*].securityContext.runAsUser - spec.containers[*].securityContext.runAsGroup
|
|
24051
24588
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] overhead: Overhead represents the resource overhead associated with running a pod for a given RuntimeClass. This field will be autopopulated at admission time by the RuntimeClass admission controller. If the RuntimeClass admission controller is enabled, overhead must not be set in Pod create requests. The RuntimeClass admission controller will reject Pod create requests which have the overhead already set. If RuntimeClass is configured and selected in the PodSpec, Overhead will be set to the value defined in the corresponding RuntimeClass, otherwise it will remain unset and treated as zero. More info: https://git.k8s.io/enhancements/keps/sig-node/688-pod-overhead/README.md
|
|
24052
24589
|
:param pulumi.Input[str] preemption_policy: PreemptionPolicy is the Policy for preempting pods with lower priority. One of Never, PreemptLowerPriority. Defaults to PreemptLowerPriority if unset.
|
|
24053
24590
|
:param pulumi.Input[int] priority: The priority value. Various system components use this field to find the priority of the pod. When Priority Admission Controller is enabled, it prevents users from setting this field. The admission controller populates this field from PriorityClassName. The higher the value, the higher the priority.
|
|
@@ -24349,7 +24886,7 @@ class PodSpecArgs:
|
|
|
24349
24886
|
@pulumi.getter(name="nodeName")
|
|
24350
24887
|
def node_name(self) -> Optional[pulumi.Input[str]]:
|
|
24351
24888
|
"""
|
|
24352
|
-
NodeName is
|
|
24889
|
+
NodeName indicates in which node this pod is scheduled. If empty, this pod is a candidate for scheduling by the scheduler defined in schedulerName. Once this field is set, the kubelet for this node becomes responsible for the lifecycle of this pod. This field should not be used to express a desire for the pod to be scheduled on a specific node. https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#nodename
|
|
24353
24890
|
"""
|
|
24354
24891
|
return pulumi.get(self, "node_name")
|
|
24355
24892
|
|
|
@@ -24377,7 +24914,7 @@ class PodSpecArgs:
|
|
|
24377
24914
|
|
|
24378
24915
|
If the OS field is set to linux, the following fields must be unset: -securityContext.windowsOptions
|
|
24379
24916
|
|
|
24380
|
-
If the OS field is set to windows, following fields must be unset: - spec.hostPID - spec.hostIPC - spec.hostUsers - spec.securityContext.appArmorProfile - spec.securityContext.seLinuxOptions - spec.securityContext.seccompProfile - spec.securityContext.fsGroup - spec.securityContext.fsGroupChangePolicy - spec.securityContext.sysctls - spec.shareProcessNamespace - spec.securityContext.runAsUser - spec.securityContext.runAsGroup - spec.securityContext.supplementalGroups - spec.containers[*].securityContext.appArmorProfile - spec.containers[*].securityContext.seLinuxOptions - spec.containers[*].securityContext.seccompProfile - spec.containers[*].securityContext.capabilities - spec.containers[*].securityContext.readOnlyRootFilesystem - spec.containers[*].securityContext.privileged - spec.containers[*].securityContext.allowPrivilegeEscalation - spec.containers[*].securityContext.procMount - spec.containers[*].securityContext.runAsUser - spec.containers[*].securityContext.runAsGroup
|
|
24917
|
+
If the OS field is set to windows, following fields must be unset: - spec.hostPID - spec.hostIPC - spec.hostUsers - spec.securityContext.appArmorProfile - spec.securityContext.seLinuxOptions - spec.securityContext.seccompProfile - spec.securityContext.fsGroup - spec.securityContext.fsGroupChangePolicy - spec.securityContext.sysctls - spec.shareProcessNamespace - spec.securityContext.runAsUser - spec.securityContext.runAsGroup - spec.securityContext.supplementalGroups - spec.securityContext.supplementalGroupsPolicy - spec.containers[*].securityContext.appArmorProfile - spec.containers[*].securityContext.seLinuxOptions - spec.containers[*].securityContext.seccompProfile - spec.containers[*].securityContext.capabilities - spec.containers[*].securityContext.readOnlyRootFilesystem - spec.containers[*].securityContext.privileged - spec.containers[*].securityContext.allowPrivilegeEscalation - spec.containers[*].securityContext.procMount - spec.containers[*].securityContext.runAsUser - spec.containers[*].securityContext.runAsGroup
|
|
24381
24918
|
"""
|
|
24382
24919
|
return pulumi.get(self, "os")
|
|
24383
24920
|
|
|
@@ -26117,7 +26654,7 @@ if not MYPY:
|
|
|
26117
26654
|
"""
|
|
26118
26655
|
sources: NotRequired[pulumi.Input[Sequence[pulumi.Input['VolumeProjectionPatchArgsDict']]]]
|
|
26119
26656
|
"""
|
|
26120
|
-
sources is the list of volume projections
|
|
26657
|
+
sources is the list of volume projections. Each entry in this list handles one source.
|
|
26121
26658
|
"""
|
|
26122
26659
|
elif False:
|
|
26123
26660
|
ProjectedVolumeSourcePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -26130,7 +26667,7 @@ class ProjectedVolumeSourcePatchArgs:
|
|
|
26130
26667
|
"""
|
|
26131
26668
|
Represents a projected volume source
|
|
26132
26669
|
:param pulumi.Input[int] default_mode: defaultMode are the mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
|
|
26133
|
-
:param pulumi.Input[Sequence[pulumi.Input['VolumeProjectionPatchArgs']]] sources: sources is the list of volume projections
|
|
26670
|
+
:param pulumi.Input[Sequence[pulumi.Input['VolumeProjectionPatchArgs']]] sources: sources is the list of volume projections. Each entry in this list handles one source.
|
|
26134
26671
|
"""
|
|
26135
26672
|
if default_mode is not None:
|
|
26136
26673
|
pulumi.set(__self__, "default_mode", default_mode)
|
|
@@ -26153,7 +26690,7 @@ class ProjectedVolumeSourcePatchArgs:
|
|
|
26153
26690
|
@pulumi.getter
|
|
26154
26691
|
def sources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['VolumeProjectionPatchArgs']]]]:
|
|
26155
26692
|
"""
|
|
26156
|
-
sources is the list of volume projections
|
|
26693
|
+
sources is the list of volume projections. Each entry in this list handles one source.
|
|
26157
26694
|
"""
|
|
26158
26695
|
return pulumi.get(self, "sources")
|
|
26159
26696
|
|
|
@@ -26169,7 +26706,7 @@ if not MYPY:
|
|
|
26169
26706
|
"""
|
|
26170
26707
|
sources: pulumi.Input[Sequence[pulumi.Input['VolumeProjectionArgsDict']]]
|
|
26171
26708
|
"""
|
|
26172
|
-
sources is the list of volume projections
|
|
26709
|
+
sources is the list of volume projections. Each entry in this list handles one source.
|
|
26173
26710
|
"""
|
|
26174
26711
|
default_mode: NotRequired[pulumi.Input[int]]
|
|
26175
26712
|
"""
|
|
@@ -26185,7 +26722,7 @@ class ProjectedVolumeSourceArgs:
|
|
|
26185
26722
|
default_mode: Optional[pulumi.Input[int]] = None):
|
|
26186
26723
|
"""
|
|
26187
26724
|
Represents a projected volume source
|
|
26188
|
-
:param pulumi.Input[Sequence[pulumi.Input['VolumeProjectionArgs']]] sources: sources is the list of volume projections
|
|
26725
|
+
:param pulumi.Input[Sequence[pulumi.Input['VolumeProjectionArgs']]] sources: sources is the list of volume projections. Each entry in this list handles one source.
|
|
26189
26726
|
:param pulumi.Input[int] default_mode: defaultMode are the mode bits used to set permissions on created files by default. Must be an octal value between 0000 and 0777 or a decimal value between 0 and 511. YAML accepts both octal and decimal values, JSON requires decimal values for mode bits. Directories within the path are not affected by this setting. This might be in conflict with other options that affect the file mode, like fsGroup, and the result can be other mode bits set.
|
|
26190
26727
|
"""
|
|
26191
26728
|
pulumi.set(__self__, "sources", sources)
|
|
@@ -26196,7 +26733,7 @@ class ProjectedVolumeSourceArgs:
|
|
|
26196
26733
|
@pulumi.getter
|
|
26197
26734
|
def sources(self) -> pulumi.Input[Sequence[pulumi.Input['VolumeProjectionArgs']]]:
|
|
26198
26735
|
"""
|
|
26199
|
-
sources is the list of volume projections
|
|
26736
|
+
sources is the list of volume projections. Each entry in this list handles one source.
|
|
26200
26737
|
"""
|
|
26201
26738
|
return pulumi.get(self, "sources")
|
|
26202
26739
|
|
|
@@ -27753,19 +28290,27 @@ if not MYPY:
|
|
|
27753
28290
|
"""
|
|
27754
28291
|
Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.
|
|
27755
28292
|
"""
|
|
28293
|
+
request: NotRequired[pulumi.Input[str]]
|
|
28294
|
+
"""
|
|
28295
|
+
Request is the name chosen for a request in the referenced claim. If empty, everything from the claim is made available, otherwise only the result of this request.
|
|
28296
|
+
"""
|
|
27756
28297
|
elif False:
|
|
27757
28298
|
ResourceClaimPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
27758
28299
|
|
|
27759
28300
|
@pulumi.input_type
|
|
27760
28301
|
class ResourceClaimPatchArgs:
|
|
27761
28302
|
def __init__(__self__, *,
|
|
27762
|
-
name: Optional[pulumi.Input[str]] = None
|
|
28303
|
+
name: Optional[pulumi.Input[str]] = None,
|
|
28304
|
+
request: Optional[pulumi.Input[str]] = None):
|
|
27763
28305
|
"""
|
|
27764
28306
|
ResourceClaim references one entry in PodSpec.ResourceClaims.
|
|
27765
28307
|
:param pulumi.Input[str] name: Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.
|
|
28308
|
+
:param pulumi.Input[str] request: Request is the name chosen for a request in the referenced claim. If empty, everything from the claim is made available, otherwise only the result of this request.
|
|
27766
28309
|
"""
|
|
27767
28310
|
if name is not None:
|
|
27768
28311
|
pulumi.set(__self__, "name", name)
|
|
28312
|
+
if request is not None:
|
|
28313
|
+
pulumi.set(__self__, "request", request)
|
|
27769
28314
|
|
|
27770
28315
|
@property
|
|
27771
28316
|
@pulumi.getter
|
|
@@ -27779,6 +28324,18 @@ class ResourceClaimPatchArgs:
|
|
|
27779
28324
|
def name(self, value: Optional[pulumi.Input[str]]):
|
|
27780
28325
|
pulumi.set(self, "name", value)
|
|
27781
28326
|
|
|
28327
|
+
@property
|
|
28328
|
+
@pulumi.getter
|
|
28329
|
+
def request(self) -> Optional[pulumi.Input[str]]:
|
|
28330
|
+
"""
|
|
28331
|
+
Request is the name chosen for a request in the referenced claim. If empty, everything from the claim is made available, otherwise only the result of this request.
|
|
28332
|
+
"""
|
|
28333
|
+
return pulumi.get(self, "request")
|
|
28334
|
+
|
|
28335
|
+
@request.setter
|
|
28336
|
+
def request(self, value: Optional[pulumi.Input[str]]):
|
|
28337
|
+
pulumi.set(self, "request", value)
|
|
28338
|
+
|
|
27782
28339
|
|
|
27783
28340
|
if not MYPY:
|
|
27784
28341
|
class ResourceClaimArgsDict(TypedDict):
|
|
@@ -27789,18 +28346,26 @@ if not MYPY:
|
|
|
27789
28346
|
"""
|
|
27790
28347
|
Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.
|
|
27791
28348
|
"""
|
|
28349
|
+
request: NotRequired[pulumi.Input[str]]
|
|
28350
|
+
"""
|
|
28351
|
+
Request is the name chosen for a request in the referenced claim. If empty, everything from the claim is made available, otherwise only the result of this request.
|
|
28352
|
+
"""
|
|
27792
28353
|
elif False:
|
|
27793
28354
|
ResourceClaimArgsDict: TypeAlias = Mapping[str, Any]
|
|
27794
28355
|
|
|
27795
28356
|
@pulumi.input_type
|
|
27796
28357
|
class ResourceClaimArgs:
|
|
27797
28358
|
def __init__(__self__, *,
|
|
27798
|
-
name: pulumi.Input[str]
|
|
28359
|
+
name: pulumi.Input[str],
|
|
28360
|
+
request: Optional[pulumi.Input[str]] = None):
|
|
27799
28361
|
"""
|
|
27800
28362
|
ResourceClaim references one entry in PodSpec.ResourceClaims.
|
|
27801
28363
|
:param pulumi.Input[str] name: Name must match the name of one entry in pod.spec.resourceClaims of the Pod where this field is used. It makes that resource available inside a container.
|
|
28364
|
+
:param pulumi.Input[str] request: Request is the name chosen for a request in the referenced claim. If empty, everything from the claim is made available, otherwise only the result of this request.
|
|
27802
28365
|
"""
|
|
27803
28366
|
pulumi.set(__self__, "name", name)
|
|
28367
|
+
if request is not None:
|
|
28368
|
+
pulumi.set(__self__, "request", request)
|
|
27804
28369
|
|
|
27805
28370
|
@property
|
|
27806
28371
|
@pulumi.getter
|
|
@@ -27814,6 +28379,18 @@ class ResourceClaimArgs:
|
|
|
27814
28379
|
def name(self, value: pulumi.Input[str]):
|
|
27815
28380
|
pulumi.set(self, "name", value)
|
|
27816
28381
|
|
|
28382
|
+
@property
|
|
28383
|
+
@pulumi.getter
|
|
28384
|
+
def request(self) -> Optional[pulumi.Input[str]]:
|
|
28385
|
+
"""
|
|
28386
|
+
Request is the name chosen for a request in the referenced claim. If empty, everything from the claim is made available, otherwise only the result of this request.
|
|
28387
|
+
"""
|
|
28388
|
+
return pulumi.get(self, "request")
|
|
28389
|
+
|
|
28390
|
+
@request.setter
|
|
28391
|
+
def request(self, value: Optional[pulumi.Input[str]]):
|
|
28392
|
+
pulumi.set(self, "request", value)
|
|
28393
|
+
|
|
27817
28394
|
|
|
27818
28395
|
if not MYPY:
|
|
27819
28396
|
class ResourceFieldSelectorPatchArgsDict(TypedDict):
|
|
@@ -27966,6 +28543,85 @@ class ResourceFieldSelectorArgs:
|
|
|
27966
28543
|
pulumi.set(self, "divisor", value)
|
|
27967
28544
|
|
|
27968
28545
|
|
|
28546
|
+
if not MYPY:
|
|
28547
|
+
class ResourceHealthArgsDict(TypedDict):
|
|
28548
|
+
"""
|
|
28549
|
+
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.
|
|
28550
|
+
"""
|
|
28551
|
+
resource_id: pulumi.Input[str]
|
|
28552
|
+
"""
|
|
28553
|
+
ResourceID is the unique identifier of the resource. See the ResourceID type for more information.
|
|
28554
|
+
"""
|
|
28555
|
+
health: NotRequired[pulumi.Input[str]]
|
|
28556
|
+
"""
|
|
28557
|
+
Health of the resource. can be one of:
|
|
28558
|
+
- Healthy: operates as normal
|
|
28559
|
+
- Unhealthy: reported unhealthy. We consider this a temporary health issue
|
|
28560
|
+
since we do not have a mechanism today to distinguish
|
|
28561
|
+
temporary and permanent issues.
|
|
28562
|
+
- Unknown: The status cannot be determined.
|
|
28563
|
+
For example, Device Plugin got unregistered and hasn't been re-registered since.
|
|
28564
|
+
|
|
28565
|
+
In future we may want to introduce the PermanentlyUnhealthy Status.
|
|
28566
|
+
"""
|
|
28567
|
+
elif False:
|
|
28568
|
+
ResourceHealthArgsDict: TypeAlias = Mapping[str, Any]
|
|
28569
|
+
|
|
28570
|
+
@pulumi.input_type
|
|
28571
|
+
class ResourceHealthArgs:
|
|
28572
|
+
def __init__(__self__, *,
|
|
28573
|
+
resource_id: pulumi.Input[str],
|
|
28574
|
+
health: Optional[pulumi.Input[str]] = None):
|
|
28575
|
+
"""
|
|
28576
|
+
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.
|
|
28577
|
+
:param pulumi.Input[str] resource_id: ResourceID is the unique identifier of the resource. See the ResourceID type for more information.
|
|
28578
|
+
:param pulumi.Input[str] health: Health of the resource. can be one of:
|
|
28579
|
+
- Healthy: operates as normal
|
|
28580
|
+
- Unhealthy: reported unhealthy. We consider this a temporary health issue
|
|
28581
|
+
since we do not have a mechanism today to distinguish
|
|
28582
|
+
temporary and permanent issues.
|
|
28583
|
+
- Unknown: The status cannot be determined.
|
|
28584
|
+
For example, Device Plugin got unregistered and hasn't been re-registered since.
|
|
28585
|
+
|
|
28586
|
+
In future we may want to introduce the PermanentlyUnhealthy Status.
|
|
28587
|
+
"""
|
|
28588
|
+
pulumi.set(__self__, "resource_id", resource_id)
|
|
28589
|
+
if health is not None:
|
|
28590
|
+
pulumi.set(__self__, "health", health)
|
|
28591
|
+
|
|
28592
|
+
@property
|
|
28593
|
+
@pulumi.getter(name="resourceID")
|
|
28594
|
+
def resource_id(self) -> pulumi.Input[str]:
|
|
28595
|
+
"""
|
|
28596
|
+
ResourceID is the unique identifier of the resource. See the ResourceID type for more information.
|
|
28597
|
+
"""
|
|
28598
|
+
return pulumi.get(self, "resource_id")
|
|
28599
|
+
|
|
28600
|
+
@resource_id.setter
|
|
28601
|
+
def resource_id(self, value: pulumi.Input[str]):
|
|
28602
|
+
pulumi.set(self, "resource_id", value)
|
|
28603
|
+
|
|
28604
|
+
@property
|
|
28605
|
+
@pulumi.getter
|
|
28606
|
+
def health(self) -> Optional[pulumi.Input[str]]:
|
|
28607
|
+
"""
|
|
28608
|
+
Health of the resource. can be one of:
|
|
28609
|
+
- Healthy: operates as normal
|
|
28610
|
+
- Unhealthy: reported unhealthy. We consider this a temporary health issue
|
|
28611
|
+
since we do not have a mechanism today to distinguish
|
|
28612
|
+
temporary and permanent issues.
|
|
28613
|
+
- Unknown: The status cannot be determined.
|
|
28614
|
+
For example, Device Plugin got unregistered and hasn't been re-registered since.
|
|
28615
|
+
|
|
28616
|
+
In future we may want to introduce the PermanentlyUnhealthy Status.
|
|
28617
|
+
"""
|
|
28618
|
+
return pulumi.get(self, "health")
|
|
28619
|
+
|
|
28620
|
+
@health.setter
|
|
28621
|
+
def health(self, value: Optional[pulumi.Input[str]]):
|
|
28622
|
+
pulumi.set(self, "health", value)
|
|
28623
|
+
|
|
28624
|
+
|
|
27969
28625
|
if not MYPY:
|
|
27970
28626
|
class ResourceQuotaSpecPatchArgsDict(TypedDict):
|
|
27971
28627
|
"""
|
|
@@ -28466,6 +29122,57 @@ class ResourceRequirementsArgs:
|
|
|
28466
29122
|
pulumi.set(self, "requests", value)
|
|
28467
29123
|
|
|
28468
29124
|
|
|
29125
|
+
if not MYPY:
|
|
29126
|
+
class ResourceStatusArgsDict(TypedDict):
|
|
29127
|
+
name: pulumi.Input[str]
|
|
29128
|
+
"""
|
|
29129
|
+
Name of the resource. Must be unique within the pod and match one of the resources from the pod spec.
|
|
29130
|
+
"""
|
|
29131
|
+
resources: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResourceHealthArgsDict']]]]
|
|
29132
|
+
"""
|
|
29133
|
+
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.
|
|
29134
|
+
"""
|
|
29135
|
+
elif False:
|
|
29136
|
+
ResourceStatusArgsDict: TypeAlias = Mapping[str, Any]
|
|
29137
|
+
|
|
29138
|
+
@pulumi.input_type
|
|
29139
|
+
class ResourceStatusArgs:
|
|
29140
|
+
def __init__(__self__, *,
|
|
29141
|
+
name: pulumi.Input[str],
|
|
29142
|
+
resources: Optional[pulumi.Input[Sequence[pulumi.Input['ResourceHealthArgs']]]] = None):
|
|
29143
|
+
"""
|
|
29144
|
+
:param pulumi.Input[str] name: Name of the resource. Must be unique within the pod and match one of the resources from the pod spec.
|
|
29145
|
+
:param pulumi.Input[Sequence[pulumi.Input['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.
|
|
29146
|
+
"""
|
|
29147
|
+
pulumi.set(__self__, "name", name)
|
|
29148
|
+
if resources is not None:
|
|
29149
|
+
pulumi.set(__self__, "resources", resources)
|
|
29150
|
+
|
|
29151
|
+
@property
|
|
29152
|
+
@pulumi.getter
|
|
29153
|
+
def name(self) -> pulumi.Input[str]:
|
|
29154
|
+
"""
|
|
29155
|
+
Name of the resource. Must be unique within the pod and match one of the resources from the pod spec.
|
|
29156
|
+
"""
|
|
29157
|
+
return pulumi.get(self, "name")
|
|
29158
|
+
|
|
29159
|
+
@name.setter
|
|
29160
|
+
def name(self, value: pulumi.Input[str]):
|
|
29161
|
+
pulumi.set(self, "name", value)
|
|
29162
|
+
|
|
29163
|
+
@property
|
|
29164
|
+
@pulumi.getter
|
|
29165
|
+
def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourceHealthArgs']]]]:
|
|
29166
|
+
"""
|
|
29167
|
+
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.
|
|
29168
|
+
"""
|
|
29169
|
+
return pulumi.get(self, "resources")
|
|
29170
|
+
|
|
29171
|
+
@resources.setter
|
|
29172
|
+
def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ResourceHealthArgs']]]]):
|
|
29173
|
+
pulumi.set(self, "resources", value)
|
|
29174
|
+
|
|
29175
|
+
|
|
28469
29176
|
if not MYPY:
|
|
28470
29177
|
class SELinuxOptionsPatchArgsDict(TypedDict):
|
|
28471
29178
|
"""
|
|
@@ -29870,7 +30577,7 @@ if not MYPY:
|
|
|
29870
30577
|
"""
|
|
29871
30578
|
name: NotRequired[pulumi.Input[str]]
|
|
29872
30579
|
"""
|
|
29873
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30580
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
29874
30581
|
"""
|
|
29875
30582
|
optional: NotRequired[pulumi.Input[bool]]
|
|
29876
30583
|
"""
|
|
@@ -29888,7 +30595,7 @@ class SecretEnvSourcePatchArgs:
|
|
|
29888
30595
|
SecretEnvSource selects a Secret to populate the environment variables with.
|
|
29889
30596
|
|
|
29890
30597
|
The contents of the target Secret's Data field will represent the key-value pairs as environment variables.
|
|
29891
|
-
:param pulumi.Input[str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30598
|
+
:param pulumi.Input[str] name: Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
29892
30599
|
:param pulumi.Input[bool] optional: Specify whether the Secret must be defined
|
|
29893
30600
|
"""
|
|
29894
30601
|
if name is not None:
|
|
@@ -29900,7 +30607,7 @@ class SecretEnvSourcePatchArgs:
|
|
|
29900
30607
|
@pulumi.getter
|
|
29901
30608
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
29902
30609
|
"""
|
|
29903
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30610
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
29904
30611
|
"""
|
|
29905
30612
|
return pulumi.get(self, "name")
|
|
29906
30613
|
|
|
@@ -29930,7 +30637,7 @@ if not MYPY:
|
|
|
29930
30637
|
"""
|
|
29931
30638
|
name: NotRequired[pulumi.Input[str]]
|
|
29932
30639
|
"""
|
|
29933
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30640
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
29934
30641
|
"""
|
|
29935
30642
|
optional: NotRequired[pulumi.Input[bool]]
|
|
29936
30643
|
"""
|
|
@@ -29948,7 +30655,7 @@ class SecretEnvSourceArgs:
|
|
|
29948
30655
|
SecretEnvSource selects a Secret to populate the environment variables with.
|
|
29949
30656
|
|
|
29950
30657
|
The contents of the target Secret's Data field will represent the key-value pairs as environment variables.
|
|
29951
|
-
:param pulumi.Input[str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30658
|
+
:param pulumi.Input[str] name: Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
29952
30659
|
:param pulumi.Input[bool] optional: Specify whether the Secret must be defined
|
|
29953
30660
|
"""
|
|
29954
30661
|
if name is not None:
|
|
@@ -29960,7 +30667,7 @@ class SecretEnvSourceArgs:
|
|
|
29960
30667
|
@pulumi.getter
|
|
29961
30668
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
29962
30669
|
"""
|
|
29963
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30670
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
29964
30671
|
"""
|
|
29965
30672
|
return pulumi.get(self, "name")
|
|
29966
30673
|
|
|
@@ -29992,7 +30699,7 @@ if not MYPY:
|
|
|
29992
30699
|
"""
|
|
29993
30700
|
name: NotRequired[pulumi.Input[str]]
|
|
29994
30701
|
"""
|
|
29995
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30702
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
29996
30703
|
"""
|
|
29997
30704
|
optional: NotRequired[pulumi.Input[bool]]
|
|
29998
30705
|
"""
|
|
@@ -30010,7 +30717,7 @@ class SecretKeySelectorPatchArgs:
|
|
|
30010
30717
|
"""
|
|
30011
30718
|
SecretKeySelector selects a key of a Secret.
|
|
30012
30719
|
:param pulumi.Input[str] key: The key of the secret to select from. Must be a valid secret key.
|
|
30013
|
-
:param pulumi.Input[str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30720
|
+
:param pulumi.Input[str] name: Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30014
30721
|
:param pulumi.Input[bool] optional: Specify whether the Secret or its key must be defined
|
|
30015
30722
|
"""
|
|
30016
30723
|
if key is not None:
|
|
@@ -30036,7 +30743,7 @@ class SecretKeySelectorPatchArgs:
|
|
|
30036
30743
|
@pulumi.getter
|
|
30037
30744
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
30038
30745
|
"""
|
|
30039
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30746
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30040
30747
|
"""
|
|
30041
30748
|
return pulumi.get(self, "name")
|
|
30042
30749
|
|
|
@@ -30068,7 +30775,7 @@ if not MYPY:
|
|
|
30068
30775
|
"""
|
|
30069
30776
|
name: NotRequired[pulumi.Input[str]]
|
|
30070
30777
|
"""
|
|
30071
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30778
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30072
30779
|
"""
|
|
30073
30780
|
optional: NotRequired[pulumi.Input[bool]]
|
|
30074
30781
|
"""
|
|
@@ -30086,7 +30793,7 @@ class SecretKeySelectorArgs:
|
|
|
30086
30793
|
"""
|
|
30087
30794
|
SecretKeySelector selects a key of a Secret.
|
|
30088
30795
|
:param pulumi.Input[str] key: The key of the secret to select from. Must be a valid secret key.
|
|
30089
|
-
:param pulumi.Input[str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30796
|
+
:param pulumi.Input[str] name: Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30090
30797
|
:param pulumi.Input[bool] optional: Specify whether the Secret or its key must be defined
|
|
30091
30798
|
"""
|
|
30092
30799
|
pulumi.set(__self__, "key", key)
|
|
@@ -30111,7 +30818,7 @@ class SecretKeySelectorArgs:
|
|
|
30111
30818
|
@pulumi.getter
|
|
30112
30819
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
30113
30820
|
"""
|
|
30114
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30821
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30115
30822
|
"""
|
|
30116
30823
|
return pulumi.get(self, "name")
|
|
30117
30824
|
|
|
@@ -30145,7 +30852,7 @@ if not MYPY:
|
|
|
30145
30852
|
"""
|
|
30146
30853
|
name: NotRequired[pulumi.Input[str]]
|
|
30147
30854
|
"""
|
|
30148
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30855
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30149
30856
|
"""
|
|
30150
30857
|
optional: NotRequired[pulumi.Input[bool]]
|
|
30151
30858
|
"""
|
|
@@ -30165,7 +30872,7 @@ class SecretProjectionPatchArgs:
|
|
|
30165
30872
|
|
|
30166
30873
|
The contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.
|
|
30167
30874
|
:param pulumi.Input[Sequence[pulumi.Input['KeyToPathPatchArgs']]] items: items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
|
|
30168
|
-
:param pulumi.Input[str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30875
|
+
:param pulumi.Input[str] name: Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30169
30876
|
:param pulumi.Input[bool] optional: optional field specify whether the Secret or its key must be defined
|
|
30170
30877
|
"""
|
|
30171
30878
|
if items is not None:
|
|
@@ -30191,7 +30898,7 @@ class SecretProjectionPatchArgs:
|
|
|
30191
30898
|
@pulumi.getter
|
|
30192
30899
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
30193
30900
|
"""
|
|
30194
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30901
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30195
30902
|
"""
|
|
30196
30903
|
return pulumi.get(self, "name")
|
|
30197
30904
|
|
|
@@ -30225,7 +30932,7 @@ if not MYPY:
|
|
|
30225
30932
|
"""
|
|
30226
30933
|
name: NotRequired[pulumi.Input[str]]
|
|
30227
30934
|
"""
|
|
30228
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30935
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30229
30936
|
"""
|
|
30230
30937
|
optional: NotRequired[pulumi.Input[bool]]
|
|
30231
30938
|
"""
|
|
@@ -30245,7 +30952,7 @@ class SecretProjectionArgs:
|
|
|
30245
30952
|
|
|
30246
30953
|
The contents of the target Secret's Data field will be presented in a projected volume as files using the keys in the Data field as the file names. Note that this is identical to a secret volume source without the default mode.
|
|
30247
30954
|
:param pulumi.Input[Sequence[pulumi.Input['KeyToPathArgs']]] items: items if unspecified, each key-value pair in the Data field of the referenced Secret will be projected into the volume as a file whose name is the key and content is the value. If specified, the listed keys will be projected into the specified paths, and unlisted keys will not be present. If a key is specified which is not present in the Secret, the volume setup will error unless it is marked optional. Paths must be relative and may not contain the '..' path or start with '..'.
|
|
30248
|
-
:param pulumi.Input[str] name: Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30955
|
+
:param pulumi.Input[str] name: Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30249
30956
|
:param pulumi.Input[bool] optional: optional field specify whether the Secret or its key must be defined
|
|
30250
30957
|
"""
|
|
30251
30958
|
if items is not None:
|
|
@@ -30271,7 +30978,7 @@ class SecretProjectionArgs:
|
|
|
30271
30978
|
@pulumi.getter
|
|
30272
30979
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
30273
30980
|
"""
|
|
30274
|
-
Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30981
|
+
Name of the referent. This field is effectively required, but due to backwards compatibility is allowed to be empty. Instances of this type with an empty value here are almost certainly wrong. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
30275
30982
|
"""
|
|
30276
30983
|
return pulumi.get(self, "name")
|
|
30277
30984
|
|
|
@@ -30803,7 +31510,7 @@ if not MYPY:
|
|
|
30803
31510
|
"""
|
|
30804
31511
|
proc_mount: NotRequired[pulumi.Input[str]]
|
|
30805
31512
|
"""
|
|
30806
|
-
procMount denotes the type of proc mount to use for the containers. The default is
|
|
31513
|
+
procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.
|
|
30807
31514
|
"""
|
|
30808
31515
|
read_only_root_filesystem: NotRequired[pulumi.Input[bool]]
|
|
30809
31516
|
"""
|
|
@@ -30857,7 +31564,7 @@ class SecurityContextPatchArgs:
|
|
|
30857
31564
|
:param pulumi.Input['AppArmorProfilePatchArgs'] app_armor_profile: appArmorProfile is the AppArmor options to use by this container. If set, this profile overrides the pod's appArmorProfile. Note that this field cannot be set when spec.os.name is windows.
|
|
30858
31565
|
:param pulumi.Input['CapabilitiesPatchArgs'] capabilities: The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows.
|
|
30859
31566
|
:param pulumi.Input[bool] privileged: Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.
|
|
30860
|
-
:param pulumi.Input[str] proc_mount: procMount denotes the type of proc mount to use for the containers. The default is
|
|
31567
|
+
:param pulumi.Input[str] proc_mount: procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.
|
|
30861
31568
|
:param pulumi.Input[bool] read_only_root_filesystem: Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.
|
|
30862
31569
|
:param pulumi.Input[int] run_as_group: The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.
|
|
30863
31570
|
:param pulumi.Input[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 PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
|
|
@@ -30943,7 +31650,7 @@ class SecurityContextPatchArgs:
|
|
|
30943
31650
|
@pulumi.getter(name="procMount")
|
|
30944
31651
|
def proc_mount(self) -> Optional[pulumi.Input[str]]:
|
|
30945
31652
|
"""
|
|
30946
|
-
procMount denotes the type of proc mount to use for the containers. The default is
|
|
31653
|
+
procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.
|
|
30947
31654
|
"""
|
|
30948
31655
|
return pulumi.get(self, "proc_mount")
|
|
30949
31656
|
|
|
@@ -31059,7 +31766,7 @@ if not MYPY:
|
|
|
31059
31766
|
"""
|
|
31060
31767
|
proc_mount: NotRequired[pulumi.Input[str]]
|
|
31061
31768
|
"""
|
|
31062
|
-
procMount denotes the type of proc mount to use for the containers. The default is
|
|
31769
|
+
procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.
|
|
31063
31770
|
"""
|
|
31064
31771
|
read_only_root_filesystem: NotRequired[pulumi.Input[bool]]
|
|
31065
31772
|
"""
|
|
@@ -31113,7 +31820,7 @@ class SecurityContextArgs:
|
|
|
31113
31820
|
:param pulumi.Input['AppArmorProfileArgs'] app_armor_profile: appArmorProfile is the AppArmor options to use by this container. If set, this profile overrides the pod's appArmorProfile. Note that this field cannot be set when spec.os.name is windows.
|
|
31114
31821
|
:param pulumi.Input['CapabilitiesArgs'] capabilities: The capabilities to add/drop when running containers. Defaults to the default set of capabilities granted by the container runtime. Note that this field cannot be set when spec.os.name is windows.
|
|
31115
31822
|
:param pulumi.Input[bool] privileged: Run container in privileged mode. Processes in privileged containers are essentially equivalent to root on the host. Defaults to false. Note that this field cannot be set when spec.os.name is windows.
|
|
31116
|
-
:param pulumi.Input[str] proc_mount: procMount denotes the type of proc mount to use for the containers. The default is
|
|
31823
|
+
:param pulumi.Input[str] proc_mount: procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.
|
|
31117
31824
|
:param pulumi.Input[bool] read_only_root_filesystem: Whether this container has a read-only root filesystem. Default is false. Note that this field cannot be set when spec.os.name is windows.
|
|
31118
31825
|
:param pulumi.Input[int] run_as_group: The GID to run the entrypoint of the container process. Uses runtime default if unset. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.
|
|
31119
31826
|
:param pulumi.Input[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 PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
|
|
@@ -31199,7 +31906,7 @@ class SecurityContextArgs:
|
|
|
31199
31906
|
@pulumi.getter(name="procMount")
|
|
31200
31907
|
def proc_mount(self) -> Optional[pulumi.Input[str]]:
|
|
31201
31908
|
"""
|
|
31202
|
-
procMount denotes the type of proc mount to use for the containers. The default is
|
|
31909
|
+
procMount denotes the type of proc mount to use for the containers. The default value is Default which uses the container runtime defaults for readonly paths and masked paths. This requires the ProcMountType feature flag to be enabled. Note that this field cannot be set when spec.os.name is windows.
|
|
31203
31910
|
"""
|
|
31204
31911
|
return pulumi.get(self, "proc_mount")
|
|
31205
31912
|
|
|
@@ -31995,7 +32702,7 @@ if not MYPY:
|
|
|
31995
32702
|
"""
|
|
31996
32703
|
traffic_distribution: NotRequired[pulumi.Input[str]]
|
|
31997
32704
|
"""
|
|
31998
|
-
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).
|
|
32705
|
+
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.
|
|
31999
32706
|
"""
|
|
32000
32707
|
type: NotRequired[pulumi.Input[Union[str, 'ServiceSpecType']]]
|
|
32001
32708
|
"""
|
|
@@ -32055,7 +32762,7 @@ class ServiceSpecPatchArgs:
|
|
|
32055
32762
|
:param pulumi.Input[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
|
|
32056
32763
|
:param pulumi.Input['SessionAffinityConfigPatchArgs'] session_affinity_config: sessionAffinityConfig contains the configurations of session affinity.
|
|
32057
32764
|
:param pulumi.Input[Sequence[pulumi.Input[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.
|
|
32058
|
-
:param pulumi.Input[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).
|
|
32765
|
+
:param pulumi.Input[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.
|
|
32059
32766
|
:param pulumi.Input[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
|
|
32060
32767
|
"""
|
|
32061
32768
|
if allocate_load_balancer_node_ports is not None:
|
|
@@ -32351,7 +33058,7 @@ class ServiceSpecPatchArgs:
|
|
|
32351
33058
|
@pulumi.getter(name="trafficDistribution")
|
|
32352
33059
|
def traffic_distribution(self) -> Optional[pulumi.Input[str]]:
|
|
32353
33060
|
"""
|
|
32354
|
-
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).
|
|
33061
|
+
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.
|
|
32355
33062
|
"""
|
|
32356
33063
|
return pulumi.get(self, "traffic_distribution")
|
|
32357
33064
|
|
|
@@ -32463,7 +33170,7 @@ if not MYPY:
|
|
|
32463
33170
|
"""
|
|
32464
33171
|
traffic_distribution: NotRequired[pulumi.Input[str]]
|
|
32465
33172
|
"""
|
|
32466
|
-
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).
|
|
33173
|
+
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.
|
|
32467
33174
|
"""
|
|
32468
33175
|
type: NotRequired[pulumi.Input[Union[str, 'ServiceSpecType']]]
|
|
32469
33176
|
"""
|
|
@@ -32523,7 +33230,7 @@ class ServiceSpecArgs:
|
|
|
32523
33230
|
:param pulumi.Input[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
|
|
32524
33231
|
:param pulumi.Input['SessionAffinityConfigArgs'] session_affinity_config: sessionAffinityConfig contains the configurations of session affinity.
|
|
32525
33232
|
:param pulumi.Input[Sequence[pulumi.Input[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.
|
|
32526
|
-
:param pulumi.Input[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).
|
|
33233
|
+
:param pulumi.Input[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.
|
|
32527
33234
|
:param pulumi.Input[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
|
|
32528
33235
|
"""
|
|
32529
33236
|
if allocate_load_balancer_node_ports is not None:
|
|
@@ -32819,7 +33526,7 @@ class ServiceSpecArgs:
|
|
|
32819
33526
|
@pulumi.getter(name="trafficDistribution")
|
|
32820
33527
|
def traffic_distribution(self) -> Optional[pulumi.Input[str]]:
|
|
32821
33528
|
"""
|
|
32822
|
-
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).
|
|
33529
|
+
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.
|
|
32823
33530
|
"""
|
|
32824
33531
|
return pulumi.get(self, "traffic_distribution")
|
|
32825
33532
|
|
|
@@ -32909,19 +33616,11 @@ if not MYPY:
|
|
|
32909
33616
|
1. Service object exists.
|
|
32910
33617
|
2. Related Endpoint objects are created. Each time we get an update, wait 10 seconds
|
|
32911
33618
|
for any stragglers.
|
|
32912
|
-
3.
|
|
32913
|
-
|
|
33619
|
+
3. There are no "not ready" endpoints -- unless the Service is an "empty
|
|
33620
|
+
headless" Service [1], a Service with '.spec.type: ExternalName', or a Service
|
|
33621
|
+
without a selector.
|
|
32914
33622
|
4. External IP address is allocated (if Service has '.spec.type: LoadBalancer').
|
|
32915
33623
|
|
|
32916
|
-
Known limitations:
|
|
32917
|
-
Services targeting ReplicaSets (and, by extension, Deployments,
|
|
32918
|
-
StatefulSets, etc.) with '.spec.replicas' set to 0 are not handled, and will time
|
|
32919
|
-
out. To work around this limitation, set 'pulumi.com/skipAwait: "true"' on
|
|
32920
|
-
'.metadata.annotations' for the Service. Work to handle this case is in progress [2].
|
|
32921
|
-
|
|
32922
|
-
[1] https://kubernetes.io/docs/concepts/services-networking/service/#headless-services
|
|
32923
|
-
[2] https://github.com/pulumi/pulumi-kubernetes/pull/703
|
|
32924
|
-
|
|
32925
33624
|
If the Service has not reached a Ready state after 10 minutes, it will
|
|
32926
33625
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
32927
33626
|
by setting the 'customTimeouts' option on the resource.
|
|
@@ -32968,19 +33667,11 @@ class ServiceArgs:
|
|
|
32968
33667
|
1. Service object exists.
|
|
32969
33668
|
2. Related Endpoint objects are created. Each time we get an update, wait 10 seconds
|
|
32970
33669
|
for any stragglers.
|
|
32971
|
-
3.
|
|
32972
|
-
|
|
33670
|
+
3. There are no "not ready" endpoints -- unless the Service is an "empty
|
|
33671
|
+
headless" Service [1], a Service with '.spec.type: ExternalName', or a Service
|
|
33672
|
+
without a selector.
|
|
32973
33673
|
4. External IP address is allocated (if Service has '.spec.type: LoadBalancer').
|
|
32974
33674
|
|
|
32975
|
-
Known limitations:
|
|
32976
|
-
Services targeting ReplicaSets (and, by extension, Deployments,
|
|
32977
|
-
StatefulSets, etc.) with '.spec.replicas' set to 0 are not handled, and will time
|
|
32978
|
-
out. To work around this limitation, set 'pulumi.com/skipAwait: "true"' on
|
|
32979
|
-
'.metadata.annotations' for the Service. Work to handle this case is in progress [2].
|
|
32980
|
-
|
|
32981
|
-
[1] https://kubernetes.io/docs/concepts/services-networking/service/#headless-services
|
|
32982
|
-
[2] https://github.com/pulumi/pulumi-kubernetes/pull/703
|
|
32983
|
-
|
|
32984
33675
|
If the Service has not reached a Ready state after 10 minutes, it will
|
|
32985
33676
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
32986
33677
|
by setting the 'customTimeouts' option on the resource.
|
|
@@ -35961,6 +36652,14 @@ if not MYPY:
|
|
|
35961
36652
|
"""
|
|
35962
36653
|
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
|
|
35963
36654
|
"""
|
|
36655
|
+
image: NotRequired[pulumi.Input['ImageVolumeSourcePatchArgsDict']]
|
|
36656
|
+
"""
|
|
36657
|
+
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:
|
|
36658
|
+
|
|
36659
|
+
- Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. - Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. - IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails.
|
|
36660
|
+
|
|
36661
|
+
The volume gets re-resolved if the pod gets deleted and recreated, which means that new remote content will become available on pod recreation. A failure to resolve or pull the image during pod startup will block containers from starting and may add significant latency. Failures will be retried using normal volume backoff and will be reported on the pod reason and message. The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field. The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images. The volume will be mounted read-only (ro) and non-executable files (noexec). Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath). The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
|
|
36662
|
+
"""
|
|
35964
36663
|
iscsi: NotRequired[pulumi.Input['ISCSIVolumeSourcePatchArgsDict']]
|
|
35965
36664
|
"""
|
|
35966
36665
|
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
|
|
@@ -36036,6 +36735,7 @@ class VolumePatchArgs:
|
|
|
36036
36735
|
git_repo: Optional[pulumi.Input['GitRepoVolumeSourcePatchArgs']] = None,
|
|
36037
36736
|
glusterfs: Optional[pulumi.Input['GlusterfsVolumeSourcePatchArgs']] = None,
|
|
36038
36737
|
host_path: Optional[pulumi.Input['HostPathVolumeSourcePatchArgs']] = None,
|
|
36738
|
+
image: Optional[pulumi.Input['ImageVolumeSourcePatchArgs']] = None,
|
|
36039
36739
|
iscsi: Optional[pulumi.Input['ISCSIVolumeSourcePatchArgs']] = None,
|
|
36040
36740
|
name: Optional[pulumi.Input[str]] = None,
|
|
36041
36741
|
nfs: Optional[pulumi.Input['NFSVolumeSourcePatchArgs']] = None,
|
|
@@ -36081,6 +36781,11 @@ class VolumePatchArgs:
|
|
|
36081
36781
|
:param pulumi.Input['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.
|
|
36082
36782
|
:param pulumi.Input['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
|
|
36083
36783
|
:param pulumi.Input['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
|
|
36784
|
+
:param pulumi.Input['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:
|
|
36785
|
+
|
|
36786
|
+
- Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. - Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. - IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails.
|
|
36787
|
+
|
|
36788
|
+
The volume gets re-resolved if the pod gets deleted and recreated, which means that new remote content will become available on pod recreation. A failure to resolve or pull the image during pod startup will block containers from starting and may add significant latency. Failures will be retried using normal volume backoff and will be reported on the pod reason and message. The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field. The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images. The volume will be mounted read-only (ro) and non-executable files (noexec). Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath). The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
|
|
36084
36789
|
:param pulumi.Input['ISCSIVolumeSourcePatchArgs'] 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
|
|
36085
36790
|
:param pulumi.Input[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
|
|
36086
36791
|
:param pulumi.Input['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
|
|
@@ -36129,6 +36834,8 @@ class VolumePatchArgs:
|
|
|
36129
36834
|
pulumi.set(__self__, "glusterfs", glusterfs)
|
|
36130
36835
|
if host_path is not None:
|
|
36131
36836
|
pulumi.set(__self__, "host_path", host_path)
|
|
36837
|
+
if image is not None:
|
|
36838
|
+
pulumi.set(__self__, "image", image)
|
|
36132
36839
|
if iscsi is not None:
|
|
36133
36840
|
pulumi.set(__self__, "iscsi", iscsi)
|
|
36134
36841
|
if name is not None:
|
|
@@ -36373,6 +37080,22 @@ class VolumePatchArgs:
|
|
|
36373
37080
|
def host_path(self, value: Optional[pulumi.Input['HostPathVolumeSourcePatchArgs']]):
|
|
36374
37081
|
pulumi.set(self, "host_path", value)
|
|
36375
37082
|
|
|
37083
|
+
@property
|
|
37084
|
+
@pulumi.getter
|
|
37085
|
+
def image(self) -> Optional[pulumi.Input['ImageVolumeSourcePatchArgs']]:
|
|
37086
|
+
"""
|
|
37087
|
+
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:
|
|
37088
|
+
|
|
37089
|
+
- Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. - Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. - IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails.
|
|
37090
|
+
|
|
37091
|
+
The volume gets re-resolved if the pod gets deleted and recreated, which means that new remote content will become available on pod recreation. A failure to resolve or pull the image during pod startup will block containers from starting and may add significant latency. Failures will be retried using normal volume backoff and will be reported on the pod reason and message. The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field. The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images. The volume will be mounted read-only (ro) and non-executable files (noexec). Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath). The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
|
|
37092
|
+
"""
|
|
37093
|
+
return pulumi.get(self, "image")
|
|
37094
|
+
|
|
37095
|
+
@image.setter
|
|
37096
|
+
def image(self, value: Optional[pulumi.Input['ImageVolumeSourcePatchArgs']]):
|
|
37097
|
+
pulumi.set(self, "image", value)
|
|
37098
|
+
|
|
36376
37099
|
@property
|
|
36377
37100
|
@pulumi.getter
|
|
36378
37101
|
def iscsi(self) -> Optional[pulumi.Input['ISCSIVolumeSourcePatchArgs']]:
|
|
@@ -36533,7 +37256,7 @@ class VolumePatchArgs:
|
|
|
36533
37256
|
if not MYPY:
|
|
36534
37257
|
class VolumeProjectionPatchArgsDict(TypedDict):
|
|
36535
37258
|
"""
|
|
36536
|
-
Projection that may be projected along with other supported volume types
|
|
37259
|
+
Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.
|
|
36537
37260
|
"""
|
|
36538
37261
|
cluster_trust_bundle: NotRequired[pulumi.Input['ClusterTrustBundleProjectionPatchArgsDict']]
|
|
36539
37262
|
"""
|
|
@@ -36573,7 +37296,7 @@ class VolumeProjectionPatchArgs:
|
|
|
36573
37296
|
secret: Optional[pulumi.Input['SecretProjectionPatchArgs']] = None,
|
|
36574
37297
|
service_account_token: Optional[pulumi.Input['ServiceAccountTokenProjectionPatchArgs']] = None):
|
|
36575
37298
|
"""
|
|
36576
|
-
Projection that may be projected along with other supported volume types
|
|
37299
|
+
Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.
|
|
36577
37300
|
:param pulumi.Input['ClusterTrustBundleProjectionPatchArgs'] cluster_trust_bundle: ClusterTrustBundle allows a pod to access the `.spec.trustBundle` field of ClusterTrustBundle objects in an auto-updating file.
|
|
36578
37301
|
|
|
36579
37302
|
Alpha, gated by the ClusterTrustBundleProjection feature gate.
|
|
@@ -36667,7 +37390,7 @@ class VolumeProjectionPatchArgs:
|
|
|
36667
37390
|
if not MYPY:
|
|
36668
37391
|
class VolumeProjectionArgsDict(TypedDict):
|
|
36669
37392
|
"""
|
|
36670
|
-
Projection that may be projected along with other supported volume types
|
|
37393
|
+
Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.
|
|
36671
37394
|
"""
|
|
36672
37395
|
cluster_trust_bundle: NotRequired[pulumi.Input['ClusterTrustBundleProjectionArgsDict']]
|
|
36673
37396
|
"""
|
|
@@ -36707,7 +37430,7 @@ class VolumeProjectionArgs:
|
|
|
36707
37430
|
secret: Optional[pulumi.Input['SecretProjectionArgs']] = None,
|
|
36708
37431
|
service_account_token: Optional[pulumi.Input['ServiceAccountTokenProjectionArgs']] = None):
|
|
36709
37432
|
"""
|
|
36710
|
-
Projection that may be projected along with other supported volume types
|
|
37433
|
+
Projection that may be projected along with other supported volume types. Exactly one of these fields must be set.
|
|
36711
37434
|
:param pulumi.Input['ClusterTrustBundleProjectionArgs'] cluster_trust_bundle: ClusterTrustBundle allows a pod to access the `.spec.trustBundle` field of ClusterTrustBundle objects in an auto-updating file.
|
|
36712
37435
|
|
|
36713
37436
|
Alpha, gated by the ClusterTrustBundleProjection feature gate.
|
|
@@ -37000,6 +37723,14 @@ if not MYPY:
|
|
|
37000
37723
|
"""
|
|
37001
37724
|
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
|
|
37002
37725
|
"""
|
|
37726
|
+
image: NotRequired[pulumi.Input['ImageVolumeSourceArgsDict']]
|
|
37727
|
+
"""
|
|
37728
|
+
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:
|
|
37729
|
+
|
|
37730
|
+
- Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. - Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. - IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails.
|
|
37731
|
+
|
|
37732
|
+
The volume gets re-resolved if the pod gets deleted and recreated, which means that new remote content will become available on pod recreation. A failure to resolve or pull the image during pod startup will block containers from starting and may add significant latency. Failures will be retried using normal volume backoff and will be reported on the pod reason and message. The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field. The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images. The volume will be mounted read-only (ro) and non-executable files (noexec). Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath). The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
|
|
37733
|
+
"""
|
|
37003
37734
|
iscsi: NotRequired[pulumi.Input['ISCSIVolumeSourceArgsDict']]
|
|
37004
37735
|
"""
|
|
37005
37736
|
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
|
|
@@ -37072,6 +37803,7 @@ class VolumeArgs:
|
|
|
37072
37803
|
git_repo: Optional[pulumi.Input['GitRepoVolumeSourceArgs']] = None,
|
|
37073
37804
|
glusterfs: Optional[pulumi.Input['GlusterfsVolumeSourceArgs']] = None,
|
|
37074
37805
|
host_path: Optional[pulumi.Input['HostPathVolumeSourceArgs']] = None,
|
|
37806
|
+
image: Optional[pulumi.Input['ImageVolumeSourceArgs']] = None,
|
|
37075
37807
|
iscsi: Optional[pulumi.Input['ISCSIVolumeSourceArgs']] = None,
|
|
37076
37808
|
nfs: Optional[pulumi.Input['NFSVolumeSourceArgs']] = None,
|
|
37077
37809
|
persistent_volume_claim: Optional[pulumi.Input['PersistentVolumeClaimVolumeSourceArgs']] = None,
|
|
@@ -37117,6 +37849,11 @@ class VolumeArgs:
|
|
|
37117
37849
|
:param pulumi.Input['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.
|
|
37118
37850
|
:param pulumi.Input['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
|
|
37119
37851
|
:param pulumi.Input['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
|
|
37852
|
+
:param pulumi.Input['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:
|
|
37853
|
+
|
|
37854
|
+
- Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. - Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. - IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails.
|
|
37855
|
+
|
|
37856
|
+
The volume gets re-resolved if the pod gets deleted and recreated, which means that new remote content will become available on pod recreation. A failure to resolve or pull the image during pod startup will block containers from starting and may add significant latency. Failures will be retried using normal volume backoff and will be reported on the pod reason and message. The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field. The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images. The volume will be mounted read-only (ro) and non-executable files (noexec). Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath). The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
|
|
37120
37857
|
:param pulumi.Input['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
|
|
37121
37858
|
:param pulumi.Input['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
|
|
37122
37859
|
:param pulumi.Input['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
|
|
@@ -37165,6 +37902,8 @@ class VolumeArgs:
|
|
|
37165
37902
|
pulumi.set(__self__, "glusterfs", glusterfs)
|
|
37166
37903
|
if host_path is not None:
|
|
37167
37904
|
pulumi.set(__self__, "host_path", host_path)
|
|
37905
|
+
if image is not None:
|
|
37906
|
+
pulumi.set(__self__, "image", image)
|
|
37168
37907
|
if iscsi is not None:
|
|
37169
37908
|
pulumi.set(__self__, "iscsi", iscsi)
|
|
37170
37909
|
if nfs is not None:
|
|
@@ -37419,6 +38158,22 @@ class VolumeArgs:
|
|
|
37419
38158
|
def host_path(self, value: Optional[pulumi.Input['HostPathVolumeSourceArgs']]):
|
|
37420
38159
|
pulumi.set(self, "host_path", value)
|
|
37421
38160
|
|
|
38161
|
+
@property
|
|
38162
|
+
@pulumi.getter
|
|
38163
|
+
def image(self) -> Optional[pulumi.Input['ImageVolumeSourceArgs']]:
|
|
38164
|
+
"""
|
|
38165
|
+
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:
|
|
38166
|
+
|
|
38167
|
+
- Always: the kubelet always attempts to pull the reference. Container creation will fail If the pull fails. - Never: the kubelet never pulls the reference and only uses a local image or artifact. Container creation will fail if the reference isn't present. - IfNotPresent: the kubelet pulls if the reference isn't already present on disk. Container creation will fail if the reference isn't present and the pull fails.
|
|
38168
|
+
|
|
38169
|
+
The volume gets re-resolved if the pod gets deleted and recreated, which means that new remote content will become available on pod recreation. A failure to resolve or pull the image during pod startup will block containers from starting and may add significant latency. Failures will be retried using normal volume backoff and will be reported on the pod reason and message. The types of objects that may be mounted by this volume are defined by the container runtime implementation on a host machine and at minimum must include all valid types supported by the container image field. The OCI object gets mounted in a single directory (spec.containers[*].volumeMounts.mountPath) by merging the manifest layers in the same way as for container images. The volume will be mounted read-only (ro) and non-executable files (noexec). Sub path mounts for containers are not supported (spec.containers[*].volumeMounts.subpath). The field spec.securityContext.fsGroupChangePolicy has no effect on this volume type.
|
|
38170
|
+
"""
|
|
38171
|
+
return pulumi.get(self, "image")
|
|
38172
|
+
|
|
38173
|
+
@image.setter
|
|
38174
|
+
def image(self, value: Optional[pulumi.Input['ImageVolumeSourceArgs']]):
|
|
38175
|
+
pulumi.set(self, "image", value)
|
|
38176
|
+
|
|
37422
38177
|
@property
|
|
37423
38178
|
@pulumi.getter
|
|
37424
38179
|
def iscsi(self) -> Optional[pulumi.Input['ISCSIVolumeSourceArgs']]:
|