pulumi-kubernetes 4.19.0__py3-none-any.whl → 4.19.0a1726165047__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +0 -36
- pulumi_kubernetes/_utilities.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +6 -6
- pulumi_kubernetes/admissionregistration/v1/outputs.py +4 -4
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +8 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +8 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +0 -6
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +321 -1824
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +248 -1367
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +6 -6
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +4 -4
- pulumi_kubernetes/apiextensions/v1/_inputs.py +6 -6
- pulumi_kubernetes/apiextensions/v1/outputs.py +4 -4
- pulumi_kubernetes/apps/v1/_inputs.py +6 -6
- pulumi_kubernetes/apps/v1/outputs.py +4 -4
- pulumi_kubernetes/autoscaling/v2/_inputs.py +15 -15
- pulumi_kubernetes/autoscaling/v2/outputs.py +12 -12
- pulumi_kubernetes/batch/v1/_inputs.py +6 -6
- pulumi_kubernetes/batch/v1/outputs.py +4 -4
- pulumi_kubernetes/coordination/__init__.py +0 -3
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +0 -2
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +0 -2
- pulumi_kubernetes/core/v1/Binding.py +2 -2
- pulumi_kubernetes/core/v1/BindingPatch.py +2 -2
- pulumi_kubernetes/core/v1/ServiceAccount.py +4 -4
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +4 -4
- pulumi_kubernetes/core/v1/_inputs.py +313 -564
- pulumi_kubernetes/core/v1/outputs.py +230 -418
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +12 -12
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +8 -8
- pulumi_kubernetes/helm/v3/_inputs.py +3 -3
- pulumi_kubernetes/helm/v3/outputs.py +2 -2
- pulumi_kubernetes/helm/v4/Chart.py +0 -6
- pulumi_kubernetes/helm/v4/_inputs.py +3 -3
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/resource/__init__.py +0 -3
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +0 -2
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +0 -2
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +8 -8
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/__init__.py +0 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +7 -455
- pulumi_kubernetes/resource/v1alpha3/outputs.py +5 -592
- pulumi_kubernetes/storage/v1/_inputs.py +4 -4
- pulumi_kubernetes/storage/v1/outputs.py +4 -4
- pulumi_kubernetes/yaml/yaml.py +0 -90
- {pulumi_kubernetes-4.19.0.dist-info → pulumi_kubernetes-4.19.0a1726165047.dist-info}/METADATA +6 -6
- {pulumi_kubernetes-4.19.0.dist-info → pulumi_kubernetes-4.19.0a1726165047.dist-info}/RECORD +64 -92
- {pulumi_kubernetes-4.19.0.dist-info → pulumi_kubernetes-4.19.0a1726165047.dist-info}/WHEEL +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +0 -214
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +0 -222
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +0 -215
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +0 -234
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +0 -215
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +0 -226
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +0 -216
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +0 -215
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +0 -228
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +0 -12
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +0 -393
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +0 -313
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +0 -245
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +0 -237
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +0 -215
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +0 -248
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +0 -232
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +0 -216
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +0 -243
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +0 -229
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +0 -215
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +0 -240
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +0 -246
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +0 -216
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +0 -257
- pulumi_kubernetes/resource/v1beta1/__init__.py +0 -21
- pulumi_kubernetes/resource/v1beta1/_inputs.py +0 -3867
- pulumi_kubernetes/resource/v1beta1/outputs.py +0 -3334
- {pulumi_kubernetes-4.19.0.dist-info → pulumi_kubernetes-4.19.0a1726165047.dist-info}/top_level.txt +0 -0
|
@@ -1838,7 +1838,7 @@ class AzureFileVolumeSourceArgs:
|
|
|
1838
1838
|
if not MYPY:
|
|
1839
1839
|
class CSIPersistentVolumeSourcePatchArgsDict(TypedDict):
|
|
1840
1840
|
"""
|
|
1841
|
-
Represents storage that is managed by an external CSI volume driver
|
|
1841
|
+
Represents storage that is managed by an external CSI volume driver (Beta feature)
|
|
1842
1842
|
"""
|
|
1843
1843
|
controller_expand_secret_ref: NotRequired[pulumi.Input['SecretReferencePatchArgsDict']]
|
|
1844
1844
|
"""
|
|
@@ -1897,7 +1897,7 @@ class CSIPersistentVolumeSourcePatchArgs:
|
|
|
1897
1897
|
volume_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
1898
1898
|
volume_handle: Optional[pulumi.Input[str]] = None):
|
|
1899
1899
|
"""
|
|
1900
|
-
Represents storage that is managed by an external CSI volume driver
|
|
1900
|
+
Represents storage that is managed by an external CSI volume driver (Beta feature)
|
|
1901
1901
|
:param pulumi.Input['SecretReferencePatchArgs'] controller_expand_secret_ref: controllerExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerExpandVolume call. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.
|
|
1902
1902
|
:param pulumi.Input['SecretReferencePatchArgs'] controller_publish_secret_ref: controllerPublishSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerPublishVolume and ControllerUnpublishVolume calls. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.
|
|
1903
1903
|
:param pulumi.Input[str] driver: driver is the name of the driver to use for this volume. Required.
|
|
@@ -2054,7 +2054,7 @@ class CSIPersistentVolumeSourcePatchArgs:
|
|
|
2054
2054
|
if not MYPY:
|
|
2055
2055
|
class CSIPersistentVolumeSourceArgsDict(TypedDict):
|
|
2056
2056
|
"""
|
|
2057
|
-
Represents storage that is managed by an external CSI volume driver
|
|
2057
|
+
Represents storage that is managed by an external CSI volume driver (Beta feature)
|
|
2058
2058
|
"""
|
|
2059
2059
|
driver: pulumi.Input[str]
|
|
2060
2060
|
"""
|
|
@@ -2113,7 +2113,7 @@ class CSIPersistentVolumeSourceArgs:
|
|
|
2113
2113
|
read_only: Optional[pulumi.Input[bool]] = None,
|
|
2114
2114
|
volume_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None):
|
|
2115
2115
|
"""
|
|
2116
|
-
Represents storage that is managed by an external CSI volume driver
|
|
2116
|
+
Represents storage that is managed by an external CSI volume driver (Beta feature)
|
|
2117
2117
|
:param pulumi.Input[str] driver: driver is the name of the driver to use for this volume. Required.
|
|
2118
2118
|
:param pulumi.Input[str] volume_handle: volumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required.
|
|
2119
2119
|
:param pulumi.Input['SecretReferenceArgs'] controller_expand_secret_ref: controllerExpandSecretRef is a reference to the secret object containing sensitive information to pass to the CSI driver to complete the CSI ControllerExpandVolume call. This field is optional, and may be empty if no secret is required. If the secret object contains more than one secret, all secrets are passed.
|
|
@@ -11691,9 +11691,6 @@ class GCEPersistentDiskVolumeSourceArgs:
|
|
|
11691
11691
|
|
|
11692
11692
|
if not MYPY:
|
|
11693
11693
|
class GRPCActionPatchArgsDict(TypedDict):
|
|
11694
|
-
"""
|
|
11695
|
-
GRPCAction specifies an action involving a GRPC service.
|
|
11696
|
-
"""
|
|
11697
11694
|
port: NotRequired[pulumi.Input[int]]
|
|
11698
11695
|
"""
|
|
11699
11696
|
Port number of the gRPC service. Number must be in the range 1 to 65535.
|
|
@@ -11713,7 +11710,6 @@ class GRPCActionPatchArgs:
|
|
|
11713
11710
|
port: Optional[pulumi.Input[int]] = None,
|
|
11714
11711
|
service: Optional[pulumi.Input[str]] = None):
|
|
11715
11712
|
"""
|
|
11716
|
-
GRPCAction specifies an action involving a GRPC service.
|
|
11717
11713
|
:param pulumi.Input[int] port: Port number of the gRPC service. Number must be in the range 1 to 65535.
|
|
11718
11714
|
:param pulumi.Input[str] service: Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
|
|
11719
11715
|
|
|
@@ -11753,9 +11749,6 @@ class GRPCActionPatchArgs:
|
|
|
11753
11749
|
|
|
11754
11750
|
if not MYPY:
|
|
11755
11751
|
class GRPCActionArgsDict(TypedDict):
|
|
11756
|
-
"""
|
|
11757
|
-
GRPCAction specifies an action involving a GRPC service.
|
|
11758
|
-
"""
|
|
11759
11752
|
port: pulumi.Input[int]
|
|
11760
11753
|
"""
|
|
11761
11754
|
Port number of the gRPC service. Number must be in the range 1 to 65535.
|
|
@@ -11775,7 +11768,6 @@ class GRPCActionArgs:
|
|
|
11775
11768
|
port: pulumi.Input[int],
|
|
11776
11769
|
service: Optional[pulumi.Input[str]] = None):
|
|
11777
11770
|
"""
|
|
11778
|
-
GRPCAction specifies an action involving a GRPC service.
|
|
11779
11771
|
:param pulumi.Input[int] port: Port number of the gRPC service. Number must be in the range 1 to 65535.
|
|
11780
11772
|
:param pulumi.Input[str] service: Service is the name of the service to place in the gRPC HealthCheckRequest (see https://github.com/grpc/grpc/blob/master/doc/health-checking.md).
|
|
11781
11773
|
|
|
@@ -14116,19 +14108,19 @@ if not MYPY:
|
|
|
14116
14108
|
"""
|
|
14117
14109
|
exec_: NotRequired[pulumi.Input['ExecActionPatchArgsDict']]
|
|
14118
14110
|
"""
|
|
14119
|
-
Exec specifies
|
|
14111
|
+
Exec specifies the action to take.
|
|
14120
14112
|
"""
|
|
14121
14113
|
http_get: NotRequired[pulumi.Input['HTTPGetActionPatchArgsDict']]
|
|
14122
14114
|
"""
|
|
14123
|
-
HTTPGet specifies
|
|
14115
|
+
HTTPGet specifies the http request to perform.
|
|
14124
14116
|
"""
|
|
14125
14117
|
sleep: NotRequired[pulumi.Input['SleepActionPatchArgsDict']]
|
|
14126
14118
|
"""
|
|
14127
|
-
Sleep represents
|
|
14119
|
+
Sleep represents the duration that the container should sleep before being terminated.
|
|
14128
14120
|
"""
|
|
14129
14121
|
tcp_socket: NotRequired[pulumi.Input['TCPSocketActionPatchArgsDict']]
|
|
14130
14122
|
"""
|
|
14131
|
-
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for backward compatibility. There
|
|
14123
|
+
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
|
|
14132
14124
|
"""
|
|
14133
14125
|
elif False:
|
|
14134
14126
|
LifecycleHandlerPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -14142,10 +14134,10 @@ class LifecycleHandlerPatchArgs:
|
|
|
14142
14134
|
tcp_socket: Optional[pulumi.Input['TCPSocketActionPatchArgs']] = None):
|
|
14143
14135
|
"""
|
|
14144
14136
|
LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.
|
|
14145
|
-
:param pulumi.Input['ExecActionPatchArgs'] exec_: Exec specifies
|
|
14146
|
-
:param pulumi.Input['HTTPGetActionPatchArgs'] http_get: HTTPGet specifies
|
|
14147
|
-
:param pulumi.Input['SleepActionPatchArgs'] sleep: Sleep represents
|
|
14148
|
-
:param pulumi.Input['TCPSocketActionPatchArgs'] tcp_socket: Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for backward compatibility. There
|
|
14137
|
+
:param pulumi.Input['ExecActionPatchArgs'] exec_: Exec specifies the action to take.
|
|
14138
|
+
:param pulumi.Input['HTTPGetActionPatchArgs'] http_get: HTTPGet specifies the http request to perform.
|
|
14139
|
+
:param pulumi.Input['SleepActionPatchArgs'] sleep: Sleep represents the duration that the container should sleep before being terminated.
|
|
14140
|
+
:param pulumi.Input['TCPSocketActionPatchArgs'] tcp_socket: Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
|
|
14149
14141
|
"""
|
|
14150
14142
|
if exec_ is not None:
|
|
14151
14143
|
pulumi.set(__self__, "exec_", exec_)
|
|
@@ -14160,7 +14152,7 @@ class LifecycleHandlerPatchArgs:
|
|
|
14160
14152
|
@pulumi.getter(name="exec")
|
|
14161
14153
|
def exec_(self) -> Optional[pulumi.Input['ExecActionPatchArgs']]:
|
|
14162
14154
|
"""
|
|
14163
|
-
Exec specifies
|
|
14155
|
+
Exec specifies the action to take.
|
|
14164
14156
|
"""
|
|
14165
14157
|
return pulumi.get(self, "exec_")
|
|
14166
14158
|
|
|
@@ -14172,7 +14164,7 @@ class LifecycleHandlerPatchArgs:
|
|
|
14172
14164
|
@pulumi.getter(name="httpGet")
|
|
14173
14165
|
def http_get(self) -> Optional[pulumi.Input['HTTPGetActionPatchArgs']]:
|
|
14174
14166
|
"""
|
|
14175
|
-
HTTPGet specifies
|
|
14167
|
+
HTTPGet specifies the http request to perform.
|
|
14176
14168
|
"""
|
|
14177
14169
|
return pulumi.get(self, "http_get")
|
|
14178
14170
|
|
|
@@ -14184,7 +14176,7 @@ class LifecycleHandlerPatchArgs:
|
|
|
14184
14176
|
@pulumi.getter
|
|
14185
14177
|
def sleep(self) -> Optional[pulumi.Input['SleepActionPatchArgs']]:
|
|
14186
14178
|
"""
|
|
14187
|
-
Sleep represents
|
|
14179
|
+
Sleep represents the duration that the container should sleep before being terminated.
|
|
14188
14180
|
"""
|
|
14189
14181
|
return pulumi.get(self, "sleep")
|
|
14190
14182
|
|
|
@@ -14196,7 +14188,7 @@ class LifecycleHandlerPatchArgs:
|
|
|
14196
14188
|
@pulumi.getter(name="tcpSocket")
|
|
14197
14189
|
def tcp_socket(self) -> Optional[pulumi.Input['TCPSocketActionPatchArgs']]:
|
|
14198
14190
|
"""
|
|
14199
|
-
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for backward compatibility. There
|
|
14191
|
+
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
|
|
14200
14192
|
"""
|
|
14201
14193
|
return pulumi.get(self, "tcp_socket")
|
|
14202
14194
|
|
|
@@ -14212,19 +14204,19 @@ if not MYPY:
|
|
|
14212
14204
|
"""
|
|
14213
14205
|
exec_: NotRequired[pulumi.Input['ExecActionArgsDict']]
|
|
14214
14206
|
"""
|
|
14215
|
-
Exec specifies
|
|
14207
|
+
Exec specifies the action to take.
|
|
14216
14208
|
"""
|
|
14217
14209
|
http_get: NotRequired[pulumi.Input['HTTPGetActionArgsDict']]
|
|
14218
14210
|
"""
|
|
14219
|
-
HTTPGet specifies
|
|
14211
|
+
HTTPGet specifies the http request to perform.
|
|
14220
14212
|
"""
|
|
14221
14213
|
sleep: NotRequired[pulumi.Input['SleepActionArgsDict']]
|
|
14222
14214
|
"""
|
|
14223
|
-
Sleep represents
|
|
14215
|
+
Sleep represents the duration that the container should sleep before being terminated.
|
|
14224
14216
|
"""
|
|
14225
14217
|
tcp_socket: NotRequired[pulumi.Input['TCPSocketActionArgsDict']]
|
|
14226
14218
|
"""
|
|
14227
|
-
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for backward compatibility. There
|
|
14219
|
+
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
|
|
14228
14220
|
"""
|
|
14229
14221
|
elif False:
|
|
14230
14222
|
LifecycleHandlerArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -14238,10 +14230,10 @@ class LifecycleHandlerArgs:
|
|
|
14238
14230
|
tcp_socket: Optional[pulumi.Input['TCPSocketActionArgs']] = None):
|
|
14239
14231
|
"""
|
|
14240
14232
|
LifecycleHandler defines a specific action that should be taken in a lifecycle hook. One and only one of the fields, except TCPSocket must be specified.
|
|
14241
|
-
:param pulumi.Input['ExecActionArgs'] exec_: Exec specifies
|
|
14242
|
-
:param pulumi.Input['HTTPGetActionArgs'] http_get: HTTPGet specifies
|
|
14243
|
-
:param pulumi.Input['SleepActionArgs'] sleep: Sleep represents
|
|
14244
|
-
:param pulumi.Input['TCPSocketActionArgs'] tcp_socket: Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for backward compatibility. There
|
|
14233
|
+
:param pulumi.Input['ExecActionArgs'] exec_: Exec specifies the action to take.
|
|
14234
|
+
:param pulumi.Input['HTTPGetActionArgs'] http_get: HTTPGet specifies the http request to perform.
|
|
14235
|
+
:param pulumi.Input['SleepActionArgs'] sleep: Sleep represents the duration that the container should sleep before being terminated.
|
|
14236
|
+
:param pulumi.Input['TCPSocketActionArgs'] tcp_socket: Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
|
|
14245
14237
|
"""
|
|
14246
14238
|
if exec_ is not None:
|
|
14247
14239
|
pulumi.set(__self__, "exec_", exec_)
|
|
@@ -14256,7 +14248,7 @@ class LifecycleHandlerArgs:
|
|
|
14256
14248
|
@pulumi.getter(name="exec")
|
|
14257
14249
|
def exec_(self) -> Optional[pulumi.Input['ExecActionArgs']]:
|
|
14258
14250
|
"""
|
|
14259
|
-
Exec specifies
|
|
14251
|
+
Exec specifies the action to take.
|
|
14260
14252
|
"""
|
|
14261
14253
|
return pulumi.get(self, "exec_")
|
|
14262
14254
|
|
|
@@ -14268,7 +14260,7 @@ class LifecycleHandlerArgs:
|
|
|
14268
14260
|
@pulumi.getter(name="httpGet")
|
|
14269
14261
|
def http_get(self) -> Optional[pulumi.Input['HTTPGetActionArgs']]:
|
|
14270
14262
|
"""
|
|
14271
|
-
HTTPGet specifies
|
|
14263
|
+
HTTPGet specifies the http request to perform.
|
|
14272
14264
|
"""
|
|
14273
14265
|
return pulumi.get(self, "http_get")
|
|
14274
14266
|
|
|
@@ -14280,7 +14272,7 @@ class LifecycleHandlerArgs:
|
|
|
14280
14272
|
@pulumi.getter
|
|
14281
14273
|
def sleep(self) -> Optional[pulumi.Input['SleepActionArgs']]:
|
|
14282
14274
|
"""
|
|
14283
|
-
Sleep represents
|
|
14275
|
+
Sleep represents the duration that the container should sleep before being terminated.
|
|
14284
14276
|
"""
|
|
14285
14277
|
return pulumi.get(self, "sleep")
|
|
14286
14278
|
|
|
@@ -14292,7 +14284,7 @@ class LifecycleHandlerArgs:
|
|
|
14292
14284
|
@pulumi.getter(name="tcpSocket")
|
|
14293
14285
|
def tcp_socket(self) -> Optional[pulumi.Input['TCPSocketActionArgs']]:
|
|
14294
14286
|
"""
|
|
14295
|
-
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for backward compatibility. There
|
|
14287
|
+
Deprecated. TCPSocket is NOT supported as a LifecycleHandler and kept for the backward compatibility. There are no validation of this field and lifecycle hooks will fail in runtime when tcp handler is specified.
|
|
14296
14288
|
"""
|
|
14297
14289
|
return pulumi.get(self, "tcp_socket")
|
|
14298
14290
|
|
|
@@ -15132,7 +15124,7 @@ class LocalObjectReferenceArgs:
|
|
|
15132
15124
|
if not MYPY:
|
|
15133
15125
|
class LocalVolumeSourcePatchArgsDict(TypedDict):
|
|
15134
15126
|
"""
|
|
15135
|
-
Local represents directly-attached storage with node affinity
|
|
15127
|
+
Local represents directly-attached storage with node affinity (Beta feature)
|
|
15136
15128
|
"""
|
|
15137
15129
|
fs_type: NotRequired[pulumi.Input[str]]
|
|
15138
15130
|
"""
|
|
@@ -15151,7 +15143,7 @@ class LocalVolumeSourcePatchArgs:
|
|
|
15151
15143
|
fs_type: Optional[pulumi.Input[str]] = None,
|
|
15152
15144
|
path: Optional[pulumi.Input[str]] = None):
|
|
15153
15145
|
"""
|
|
15154
|
-
Local represents directly-attached storage with node affinity
|
|
15146
|
+
Local represents directly-attached storage with node affinity (Beta feature)
|
|
15155
15147
|
:param pulumi.Input[str] fs_type: fsType is the filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a filesystem if unspecified.
|
|
15156
15148
|
:param pulumi.Input[str] path: path of the full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).
|
|
15157
15149
|
"""
|
|
@@ -15188,7 +15180,7 @@ class LocalVolumeSourcePatchArgs:
|
|
|
15188
15180
|
if not MYPY:
|
|
15189
15181
|
class LocalVolumeSourceArgsDict(TypedDict):
|
|
15190
15182
|
"""
|
|
15191
|
-
Local represents directly-attached storage with node affinity
|
|
15183
|
+
Local represents directly-attached storage with node affinity (Beta feature)
|
|
15192
15184
|
"""
|
|
15193
15185
|
path: pulumi.Input[str]
|
|
15194
15186
|
"""
|
|
@@ -15207,7 +15199,7 @@ class LocalVolumeSourceArgs:
|
|
|
15207
15199
|
path: pulumi.Input[str],
|
|
15208
15200
|
fs_type: Optional[pulumi.Input[str]] = None):
|
|
15209
15201
|
"""
|
|
15210
|
-
Local represents directly-attached storage with node affinity
|
|
15202
|
+
Local represents directly-attached storage with node affinity (Beta feature)
|
|
15211
15203
|
:param pulumi.Input[str] path: path of the full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).
|
|
15212
15204
|
:param pulumi.Input[str] fs_type: fsType is the filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". The default value is to auto-select a filesystem if unspecified.
|
|
15213
15205
|
"""
|
|
@@ -15569,17 +15561,8 @@ if not MYPY:
|
|
|
15569
15561
|
Type of namespace controller condition.
|
|
15570
15562
|
"""
|
|
15571
15563
|
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
15572
|
-
"""
|
|
15573
|
-
Last time the condition transitioned from one status to another.
|
|
15574
|
-
"""
|
|
15575
15564
|
message: NotRequired[pulumi.Input[str]]
|
|
15576
|
-
"""
|
|
15577
|
-
Human-readable message indicating details about last transition.
|
|
15578
|
-
"""
|
|
15579
15565
|
reason: NotRequired[pulumi.Input[str]]
|
|
15580
|
-
"""
|
|
15581
|
-
Unique, one-word, CamelCase reason for the condition's last transition.
|
|
15582
|
-
"""
|
|
15583
15566
|
elif False:
|
|
15584
15567
|
NamespaceConditionArgsDict: TypeAlias = Mapping[str, Any]
|
|
15585
15568
|
|
|
@@ -15595,9 +15578,6 @@ class NamespaceConditionArgs:
|
|
|
15595
15578
|
NamespaceCondition contains details about state of namespace.
|
|
15596
15579
|
:param pulumi.Input[str] status: Status of the condition, one of True, False, Unknown.
|
|
15597
15580
|
:param pulumi.Input[str] type: Type of namespace controller condition.
|
|
15598
|
-
:param pulumi.Input[str] last_transition_time: Last time the condition transitioned from one status to another.
|
|
15599
|
-
:param pulumi.Input[str] message: Human-readable message indicating details about last transition.
|
|
15600
|
-
:param pulumi.Input[str] reason: Unique, one-word, CamelCase reason for the condition's last transition.
|
|
15601
15581
|
"""
|
|
15602
15582
|
pulumi.set(__self__, "status", status)
|
|
15603
15583
|
pulumi.set(__self__, "type", type)
|
|
@@ -15635,9 +15615,6 @@ class NamespaceConditionArgs:
|
|
|
15635
15615
|
@property
|
|
15636
15616
|
@pulumi.getter(name="lastTransitionTime")
|
|
15637
15617
|
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
15638
|
-
"""
|
|
15639
|
-
Last time the condition transitioned from one status to another.
|
|
15640
|
-
"""
|
|
15641
15618
|
return pulumi.get(self, "last_transition_time")
|
|
15642
15619
|
|
|
15643
15620
|
@last_transition_time.setter
|
|
@@ -15647,9 +15624,6 @@ class NamespaceConditionArgs:
|
|
|
15647
15624
|
@property
|
|
15648
15625
|
@pulumi.getter
|
|
15649
15626
|
def message(self) -> Optional[pulumi.Input[str]]:
|
|
15650
|
-
"""
|
|
15651
|
-
Human-readable message indicating details about last transition.
|
|
15652
|
-
"""
|
|
15653
15627
|
return pulumi.get(self, "message")
|
|
15654
15628
|
|
|
15655
15629
|
@message.setter
|
|
@@ -15659,9 +15633,6 @@ class NamespaceConditionArgs:
|
|
|
15659
15633
|
@property
|
|
15660
15634
|
@pulumi.getter
|
|
15661
15635
|
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
15662
|
-
"""
|
|
15663
|
-
Unique, one-word, CamelCase reason for the condition's last transition.
|
|
15664
|
-
"""
|
|
15665
15636
|
return pulumi.get(self, "reason")
|
|
15666
15637
|
|
|
15667
15638
|
@reason.setter
|
|
@@ -17217,7 +17188,7 @@ if not MYPY:
|
|
|
17217
17188
|
"""
|
|
17218
17189
|
addresses: NotRequired[pulumi.Input[Sequence[pulumi.Input['NodeAddressArgsDict']]]]
|
|
17219
17190
|
"""
|
|
17220
|
-
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/
|
|
17191
|
+
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).
|
|
17221
17192
|
"""
|
|
17222
17193
|
allocatable: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
17223
17194
|
"""
|
|
@@ -17229,7 +17200,7 @@ if not MYPY:
|
|
|
17229
17200
|
"""
|
|
17230
17201
|
conditions: NotRequired[pulumi.Input[Sequence[pulumi.Input['NodeConditionArgsDict']]]]
|
|
17231
17202
|
"""
|
|
17232
|
-
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/
|
|
17203
|
+
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition
|
|
17233
17204
|
"""
|
|
17234
17205
|
config: NotRequired[pulumi.Input['NodeConfigStatusArgsDict']]
|
|
17235
17206
|
"""
|
|
@@ -17249,7 +17220,7 @@ if not MYPY:
|
|
|
17249
17220
|
"""
|
|
17250
17221
|
node_info: NotRequired[pulumi.Input['NodeSystemInfoArgsDict']]
|
|
17251
17222
|
"""
|
|
17252
|
-
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/
|
|
17223
|
+
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info
|
|
17253
17224
|
"""
|
|
17254
17225
|
phase: NotRequired[pulumi.Input[str]]
|
|
17255
17226
|
"""
|
|
@@ -17288,15 +17259,15 @@ class NodeStatusArgs:
|
|
|
17288
17259
|
volumes_in_use: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
17289
17260
|
"""
|
|
17290
17261
|
NodeStatus is information about the current status of a node.
|
|
17291
|
-
: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/
|
|
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).
|
|
17292
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.
|
|
17293
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
|
|
17294
|
-
:param pulumi.Input[Sequence[pulumi.Input['NodeConditionArgs']]] conditions: Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/
|
|
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
|
|
17295
17266
|
:param pulumi.Input['NodeConfigStatusArgs'] config: Status of the config assigned to the node via the dynamic Kubelet config feature.
|
|
17296
17267
|
:param pulumi.Input['NodeDaemonEndpointsArgs'] daemon_endpoints: Endpoints of daemons running on the Node.
|
|
17297
17268
|
:param pulumi.Input['NodeFeaturesArgs'] features: Features describes the set of features implemented by the CRI implementation.
|
|
17298
17269
|
:param pulumi.Input[Sequence[pulumi.Input['ContainerImageArgs']]] images: List of container images on this node
|
|
17299
|
-
:param pulumi.Input['NodeSystemInfoArgs'] node_info: Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/
|
|
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
|
|
17300
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.
|
|
17301
17272
|
:param pulumi.Input[Sequence[pulumi.Input['NodeRuntimeHandlerArgs']]] runtime_handlers: The available runtime handlers.
|
|
17302
17273
|
:param pulumi.Input[Sequence[pulumi.Input['AttachedVolumeArgs']]] volumes_attached: List of volumes that are attached to the node.
|
|
@@ -17333,7 +17304,7 @@ class NodeStatusArgs:
|
|
|
17333
17304
|
@pulumi.getter
|
|
17334
17305
|
def addresses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NodeAddressArgs']]]]:
|
|
17335
17306
|
"""
|
|
17336
|
-
List of addresses reachable to the node. Queried from cloud provider, if available. More info: https://kubernetes.io/docs/
|
|
17307
|
+
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).
|
|
17337
17308
|
"""
|
|
17338
17309
|
return pulumi.get(self, "addresses")
|
|
17339
17310
|
|
|
@@ -17369,7 +17340,7 @@ class NodeStatusArgs:
|
|
|
17369
17340
|
@pulumi.getter
|
|
17370
17341
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NodeConditionArgs']]]]:
|
|
17371
17342
|
"""
|
|
17372
|
-
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/
|
|
17343
|
+
Conditions is an array of current observed node conditions. More info: https://kubernetes.io/docs/concepts/nodes/node/#condition
|
|
17373
17344
|
"""
|
|
17374
17345
|
return pulumi.get(self, "conditions")
|
|
17375
17346
|
|
|
@@ -17429,7 +17400,7 @@ class NodeStatusArgs:
|
|
|
17429
17400
|
@pulumi.getter(name="nodeInfo")
|
|
17430
17401
|
def node_info(self) -> Optional[pulumi.Input['NodeSystemInfoArgs']]:
|
|
17431
17402
|
"""
|
|
17432
|
-
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/
|
|
17403
|
+
Set of ids/uuids to uniquely identify the node. More info: https://kubernetes.io/docs/concepts/nodes/node/#info
|
|
17433
17404
|
"""
|
|
17434
17405
|
return pulumi.get(self, "node_info")
|
|
17435
17406
|
|
|
@@ -18253,13 +18224,7 @@ if not MYPY:
|
|
|
18253
18224
|
reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports "Resizing" that means the underlying persistent volume is being resized.
|
|
18254
18225
|
"""
|
|
18255
18226
|
status: NotRequired[pulumi.Input[str]]
|
|
18256
|
-
"""
|
|
18257
|
-
Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=state%20of%20pvc-,conditions.status,-(string)%2C%20required
|
|
18258
|
-
"""
|
|
18259
18227
|
type: NotRequired[pulumi.Input[str]]
|
|
18260
|
-
"""
|
|
18261
|
-
Type is the type of the condition. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=set%20to%20%27ResizeStarted%27.-,PersistentVolumeClaimCondition,-contains%20details%20about
|
|
18262
|
-
"""
|
|
18263
18228
|
elif False:
|
|
18264
18229
|
PersistentVolumeClaimConditionPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
18265
18230
|
|
|
@@ -18278,8 +18243,6 @@ class PersistentVolumeClaimConditionPatchArgs:
|
|
|
18278
18243
|
:param pulumi.Input[str] last_transition_time: lastTransitionTime is the time the condition transitioned from one status to another.
|
|
18279
18244
|
:param pulumi.Input[str] message: message is the human-readable message indicating details about last transition.
|
|
18280
18245
|
:param pulumi.Input[str] reason: reason is a unique, this should be a short, machine understandable string that gives the reason for condition's last transition. If it reports "Resizing" that means the underlying persistent volume is being resized.
|
|
18281
|
-
:param pulumi.Input[str] status: Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=state%20of%20pvc-,conditions.status,-(string)%2C%20required
|
|
18282
|
-
:param pulumi.Input[str] type: Type is the type of the condition. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=set%20to%20%27ResizeStarted%27.-,PersistentVolumeClaimCondition,-contains%20details%20about
|
|
18283
18246
|
"""
|
|
18284
18247
|
if last_probe_time is not None:
|
|
18285
18248
|
pulumi.set(__self__, "last_probe_time", last_probe_time)
|
|
@@ -18345,9 +18308,6 @@ class PersistentVolumeClaimConditionPatchArgs:
|
|
|
18345
18308
|
@property
|
|
18346
18309
|
@pulumi.getter
|
|
18347
18310
|
def status(self) -> Optional[pulumi.Input[str]]:
|
|
18348
|
-
"""
|
|
18349
|
-
Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=state%20of%20pvc-,conditions.status,-(string)%2C%20required
|
|
18350
|
-
"""
|
|
18351
18311
|
return pulumi.get(self, "status")
|
|
18352
18312
|
|
|
18353
18313
|
@status.setter
|
|
@@ -18357,9 +18317,6 @@ class PersistentVolumeClaimConditionPatchArgs:
|
|
|
18357
18317
|
@property
|
|
18358
18318
|
@pulumi.getter
|
|
18359
18319
|
def type(self) -> Optional[pulumi.Input[str]]:
|
|
18360
|
-
"""
|
|
18361
|
-
Type is the type of the condition. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=set%20to%20%27ResizeStarted%27.-,PersistentVolumeClaimCondition,-contains%20details%20about
|
|
18362
|
-
"""
|
|
18363
18320
|
return pulumi.get(self, "type")
|
|
18364
18321
|
|
|
18365
18322
|
@type.setter
|
|
@@ -18373,13 +18330,7 @@ if not MYPY:
|
|
|
18373
18330
|
PersistentVolumeClaimCondition contains details about state of pvc
|
|
18374
18331
|
"""
|
|
18375
18332
|
status: pulumi.Input[str]
|
|
18376
|
-
"""
|
|
18377
|
-
Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=state%20of%20pvc-,conditions.status,-(string)%2C%20required
|
|
18378
|
-
"""
|
|
18379
18333
|
type: pulumi.Input[str]
|
|
18380
|
-
"""
|
|
18381
|
-
Type is the type of the condition. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=set%20to%20%27ResizeStarted%27.-,PersistentVolumeClaimCondition,-contains%20details%20about
|
|
18382
|
-
"""
|
|
18383
18334
|
last_probe_time: NotRequired[pulumi.Input[str]]
|
|
18384
18335
|
"""
|
|
18385
18336
|
lastProbeTime is the time we probed the condition.
|
|
@@ -18410,8 +18361,6 @@ class PersistentVolumeClaimConditionArgs:
|
|
|
18410
18361
|
reason: Optional[pulumi.Input[str]] = None):
|
|
18411
18362
|
"""
|
|
18412
18363
|
PersistentVolumeClaimCondition contains details about state of pvc
|
|
18413
|
-
:param pulumi.Input[str] status: Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=state%20of%20pvc-,conditions.status,-(string)%2C%20required
|
|
18414
|
-
:param pulumi.Input[str] type: Type is the type of the condition. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=set%20to%20%27ResizeStarted%27.-,PersistentVolumeClaimCondition,-contains%20details%20about
|
|
18415
18364
|
:param pulumi.Input[str] last_probe_time: lastProbeTime is the time we probed the condition.
|
|
18416
18365
|
:param pulumi.Input[str] last_transition_time: lastTransitionTime is the time the condition transitioned from one status to another.
|
|
18417
18366
|
:param pulumi.Input[str] message: message is the human-readable message indicating details about last transition.
|
|
@@ -18431,9 +18380,6 @@ class PersistentVolumeClaimConditionArgs:
|
|
|
18431
18380
|
@property
|
|
18432
18381
|
@pulumi.getter
|
|
18433
18382
|
def status(self) -> pulumi.Input[str]:
|
|
18434
|
-
"""
|
|
18435
|
-
Status is the status of the condition. Can be True, False, Unknown. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=state%20of%20pvc-,conditions.status,-(string)%2C%20required
|
|
18436
|
-
"""
|
|
18437
18383
|
return pulumi.get(self, "status")
|
|
18438
18384
|
|
|
18439
18385
|
@status.setter
|
|
@@ -18443,9 +18389,6 @@ class PersistentVolumeClaimConditionArgs:
|
|
|
18443
18389
|
@property
|
|
18444
18390
|
@pulumi.getter
|
|
18445
18391
|
def type(self) -> pulumi.Input[str]:
|
|
18446
|
-
"""
|
|
18447
|
-
Type is the type of the condition. More info: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-claim-v1/#:~:text=set%20to%20%27ResizeStarted%27.-,PersistentVolumeClaimCondition,-contains%20details%20about
|
|
18448
|
-
"""
|
|
18449
18392
|
return pulumi.get(self, "type")
|
|
18450
18393
|
|
|
18451
18394
|
@type.setter
|
|
@@ -20026,15 +19969,15 @@ if not MYPY:
|
|
|
20026
19969
|
"""
|
|
20027
19970
|
aws_elastic_block_store: NotRequired[pulumi.Input['AWSElasticBlockStoreVolumeSourcePatchArgsDict']]
|
|
20028
19971
|
"""
|
|
20029
|
-
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
19972
|
+
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
20030
19973
|
"""
|
|
20031
19974
|
azure_disk: NotRequired[pulumi.Input['AzureDiskVolumeSourcePatchArgsDict']]
|
|
20032
19975
|
"""
|
|
20033
|
-
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
19976
|
+
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
20034
19977
|
"""
|
|
20035
19978
|
azure_file: NotRequired[pulumi.Input['AzureFilePersistentVolumeSourcePatchArgsDict']]
|
|
20036
19979
|
"""
|
|
20037
|
-
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
19980
|
+
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
20038
19981
|
"""
|
|
20039
19982
|
capacity: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
20040
19983
|
"""
|
|
@@ -20042,11 +19985,11 @@ if not MYPY:
|
|
|
20042
19985
|
"""
|
|
20043
19986
|
cephfs: NotRequired[pulumi.Input['CephFSPersistentVolumeSourcePatchArgsDict']]
|
|
20044
19987
|
"""
|
|
20045
|
-
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
19988
|
+
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
20046
19989
|
"""
|
|
20047
19990
|
cinder: NotRequired[pulumi.Input['CinderPersistentVolumeSourcePatchArgsDict']]
|
|
20048
19991
|
"""
|
|
20049
|
-
cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
19992
|
+
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
20050
19993
|
"""
|
|
20051
19994
|
claim_ref: NotRequired[pulumi.Input['ObjectReferencePatchArgsDict']]
|
|
20052
19995
|
"""
|
|
@@ -20054,7 +19997,7 @@ if not MYPY:
|
|
|
20054
19997
|
"""
|
|
20055
19998
|
csi: NotRequired[pulumi.Input['CSIPersistentVolumeSourcePatchArgsDict']]
|
|
20056
19999
|
"""
|
|
20057
|
-
csi represents storage that is handled by an external CSI driver.
|
|
20000
|
+
csi represents storage that is handled by an external CSI driver (Beta feature).
|
|
20058
20001
|
"""
|
|
20059
20002
|
fc: NotRequired[pulumi.Input['FCVolumeSourcePatchArgsDict']]
|
|
20060
20003
|
"""
|
|
@@ -20062,19 +20005,19 @@ if not MYPY:
|
|
|
20062
20005
|
"""
|
|
20063
20006
|
flex_volume: NotRequired[pulumi.Input['FlexPersistentVolumeSourcePatchArgsDict']]
|
|
20064
20007
|
"""
|
|
20065
|
-
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
20008
|
+
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
20066
20009
|
"""
|
|
20067
20010
|
flocker: NotRequired[pulumi.Input['FlockerVolumeSourcePatchArgsDict']]
|
|
20068
20011
|
"""
|
|
20069
|
-
flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running
|
|
20012
|
+
flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running
|
|
20070
20013
|
"""
|
|
20071
20014
|
gce_persistent_disk: NotRequired[pulumi.Input['GCEPersistentDiskVolumeSourcePatchArgsDict']]
|
|
20072
20015
|
"""
|
|
20073
|
-
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin.
|
|
20016
|
+
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
20074
20017
|
"""
|
|
20075
20018
|
glusterfs: NotRequired[pulumi.Input['GlusterfsPersistentVolumeSourcePatchArgsDict']]
|
|
20076
20019
|
"""
|
|
20077
|
-
glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin.
|
|
20020
|
+
glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
20078
20021
|
"""
|
|
20079
20022
|
host_path: NotRequired[pulumi.Input['HostPathVolumeSourcePatchArgsDict']]
|
|
20080
20023
|
"""
|
|
@@ -20106,23 +20049,23 @@ if not MYPY:
|
|
|
20106
20049
|
"""
|
|
20107
20050
|
photon_persistent_disk: NotRequired[pulumi.Input['PhotonPersistentDiskVolumeSourcePatchArgsDict']]
|
|
20108
20051
|
"""
|
|
20109
|
-
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
20052
|
+
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
20110
20053
|
"""
|
|
20111
20054
|
portworx_volume: NotRequired[pulumi.Input['PortworxVolumeSourcePatchArgsDict']]
|
|
20112
20055
|
"""
|
|
20113
|
-
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
20056
|
+
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
20114
20057
|
"""
|
|
20115
20058
|
quobyte: NotRequired[pulumi.Input['QuobyteVolumeSourcePatchArgsDict']]
|
|
20116
20059
|
"""
|
|
20117
|
-
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
20060
|
+
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
20118
20061
|
"""
|
|
20119
20062
|
rbd: NotRequired[pulumi.Input['RBDPersistentVolumeSourcePatchArgsDict']]
|
|
20120
20063
|
"""
|
|
20121
|
-
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
20064
|
+
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
20122
20065
|
"""
|
|
20123
20066
|
scale_io: NotRequired[pulumi.Input['ScaleIOPersistentVolumeSourcePatchArgsDict']]
|
|
20124
20067
|
"""
|
|
20125
|
-
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
20068
|
+
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
20126
20069
|
"""
|
|
20127
20070
|
storage_class_name: NotRequired[pulumi.Input[str]]
|
|
20128
20071
|
"""
|
|
@@ -20130,7 +20073,7 @@ if not MYPY:
|
|
|
20130
20073
|
"""
|
|
20131
20074
|
storageos: NotRequired[pulumi.Input['StorageOSPersistentVolumeSourcePatchArgsDict']]
|
|
20132
20075
|
"""
|
|
20133
|
-
storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod
|
|
20076
|
+
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
|
|
20134
20077
|
"""
|
|
20135
20078
|
volume_attributes_class_name: NotRequired[pulumi.Input[str]]
|
|
20136
20079
|
"""
|
|
@@ -20142,7 +20085,7 @@ if not MYPY:
|
|
|
20142
20085
|
"""
|
|
20143
20086
|
vsphere_volume: NotRequired[pulumi.Input['VsphereVirtualDiskVolumeSourcePatchArgsDict']]
|
|
20144
20087
|
"""
|
|
20145
|
-
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
20088
|
+
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
20146
20089
|
"""
|
|
20147
20090
|
elif False:
|
|
20148
20091
|
PersistentVolumeSpecPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -20184,19 +20127,19 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20184
20127
|
"""
|
|
20185
20128
|
PersistentVolumeSpec is the specification of a persistent volume.
|
|
20186
20129
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] access_modes: accessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
|
|
20187
|
-
:param pulumi.Input['AWSElasticBlockStoreVolumeSourcePatchArgs'] aws_elastic_block_store: awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
20188
|
-
:param pulumi.Input['AzureDiskVolumeSourcePatchArgs'] azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
20189
|
-
:param pulumi.Input['AzureFilePersistentVolumeSourcePatchArgs'] azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
20130
|
+
:param pulumi.Input['AWSElasticBlockStoreVolumeSourcePatchArgs'] aws_elastic_block_store: awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
20131
|
+
:param pulumi.Input['AzureDiskVolumeSourcePatchArgs'] azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
20132
|
+
:param pulumi.Input['AzureFilePersistentVolumeSourcePatchArgs'] azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
20190
20133
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] capacity: capacity is the description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
|
|
20191
|
-
:param pulumi.Input['CephFSPersistentVolumeSourcePatchArgs'] cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
20192
|
-
:param pulumi.Input['CinderPersistentVolumeSourcePatchArgs'] cinder: cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
20134
|
+
:param pulumi.Input['CephFSPersistentVolumeSourcePatchArgs'] cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
20135
|
+
:param pulumi.Input['CinderPersistentVolumeSourcePatchArgs'] cinder: cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
20193
20136
|
:param pulumi.Input['ObjectReferencePatchArgs'] claim_ref: claimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding
|
|
20194
|
-
:param pulumi.Input['CSIPersistentVolumeSourcePatchArgs'] csi: csi represents storage that is handled by an external CSI driver.
|
|
20137
|
+
:param pulumi.Input['CSIPersistentVolumeSourcePatchArgs'] csi: csi represents storage that is handled by an external CSI driver (Beta feature).
|
|
20195
20138
|
:param pulumi.Input['FCVolumeSourcePatchArgs'] fc: fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
20196
|
-
:param pulumi.Input['FlexPersistentVolumeSourcePatchArgs'] flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
20197
|
-
:param pulumi.Input['FlockerVolumeSourcePatchArgs'] flocker: flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running
|
|
20198
|
-
:param pulumi.Input['GCEPersistentDiskVolumeSourcePatchArgs'] gce_persistent_disk: gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin.
|
|
20199
|
-
:param pulumi.Input['GlusterfsPersistentVolumeSourcePatchArgs'] glusterfs: glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin.
|
|
20139
|
+
:param pulumi.Input['FlexPersistentVolumeSourcePatchArgs'] flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
20140
|
+
:param pulumi.Input['FlockerVolumeSourcePatchArgs'] flocker: flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running
|
|
20141
|
+
:param pulumi.Input['GCEPersistentDiskVolumeSourcePatchArgs'] gce_persistent_disk: gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
20142
|
+
:param pulumi.Input['GlusterfsPersistentVolumeSourcePatchArgs'] glusterfs: glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
20200
20143
|
:param pulumi.Input['HostPathVolumeSourcePatchArgs'] host_path: hostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
|
|
20201
20144
|
:param pulumi.Input['ISCSIPersistentVolumeSourcePatchArgs'] iscsi: iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin.
|
|
20202
20145
|
:param pulumi.Input['LocalVolumeSourcePatchArgs'] local: local represents directly-attached storage with node affinity
|
|
@@ -20204,16 +20147,16 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20204
20147
|
:param pulumi.Input['NFSVolumeSourcePatchArgs'] nfs: nfs represents an NFS mount on the host. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
|
20205
20148
|
:param pulumi.Input['VolumeNodeAffinityPatchArgs'] node_affinity: nodeAffinity defines constraints that limit what nodes this volume can be accessed from. This field influences the scheduling of pods that use this volume.
|
|
20206
20149
|
:param pulumi.Input[str] persistent_volume_reclaim_policy: persistentVolumeReclaimPolicy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming
|
|
20207
|
-
:param pulumi.Input['PhotonPersistentDiskVolumeSourcePatchArgs'] photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
20208
|
-
:param pulumi.Input['PortworxVolumeSourcePatchArgs'] portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
20209
|
-
:param pulumi.Input['QuobyteVolumeSourcePatchArgs'] quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
20210
|
-
:param pulumi.Input['RBDPersistentVolumeSourcePatchArgs'] rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
20211
|
-
:param pulumi.Input['ScaleIOPersistentVolumeSourcePatchArgs'] scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
20150
|
+
:param pulumi.Input['PhotonPersistentDiskVolumeSourcePatchArgs'] photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
20151
|
+
:param pulumi.Input['PortworxVolumeSourcePatchArgs'] portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
20152
|
+
:param pulumi.Input['QuobyteVolumeSourcePatchArgs'] quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
20153
|
+
:param pulumi.Input['RBDPersistentVolumeSourcePatchArgs'] rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
20154
|
+
:param pulumi.Input['ScaleIOPersistentVolumeSourcePatchArgs'] scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
20212
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.
|
|
20213
|
-
:param pulumi.Input['StorageOSPersistentVolumeSourcePatchArgs'] storageos: storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod
|
|
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
|
|
20214
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).
|
|
20215
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.
|
|
20216
|
-
:param pulumi.Input['VsphereVirtualDiskVolumeSourcePatchArgs'] vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
20159
|
+
:param pulumi.Input['VsphereVirtualDiskVolumeSourcePatchArgs'] vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
20217
20160
|
"""
|
|
20218
20161
|
if access_modes is not None:
|
|
20219
20162
|
pulumi.set(__self__, "access_modes", access_modes)
|
|
@@ -20294,7 +20237,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20294
20237
|
@pulumi.getter(name="awsElasticBlockStore")
|
|
20295
20238
|
def aws_elastic_block_store(self) -> Optional[pulumi.Input['AWSElasticBlockStoreVolumeSourcePatchArgs']]:
|
|
20296
20239
|
"""
|
|
20297
|
-
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
20240
|
+
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
20298
20241
|
"""
|
|
20299
20242
|
return pulumi.get(self, "aws_elastic_block_store")
|
|
20300
20243
|
|
|
@@ -20306,7 +20249,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20306
20249
|
@pulumi.getter(name="azureDisk")
|
|
20307
20250
|
def azure_disk(self) -> Optional[pulumi.Input['AzureDiskVolumeSourcePatchArgs']]:
|
|
20308
20251
|
"""
|
|
20309
|
-
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
20252
|
+
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
20310
20253
|
"""
|
|
20311
20254
|
return pulumi.get(self, "azure_disk")
|
|
20312
20255
|
|
|
@@ -20318,7 +20261,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20318
20261
|
@pulumi.getter(name="azureFile")
|
|
20319
20262
|
def azure_file(self) -> Optional[pulumi.Input['AzureFilePersistentVolumeSourcePatchArgs']]:
|
|
20320
20263
|
"""
|
|
20321
|
-
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
20264
|
+
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
20322
20265
|
"""
|
|
20323
20266
|
return pulumi.get(self, "azure_file")
|
|
20324
20267
|
|
|
@@ -20342,7 +20285,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20342
20285
|
@pulumi.getter
|
|
20343
20286
|
def cephfs(self) -> Optional[pulumi.Input['CephFSPersistentVolumeSourcePatchArgs']]:
|
|
20344
20287
|
"""
|
|
20345
|
-
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
20288
|
+
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
20346
20289
|
"""
|
|
20347
20290
|
return pulumi.get(self, "cephfs")
|
|
20348
20291
|
|
|
@@ -20354,7 +20297,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20354
20297
|
@pulumi.getter
|
|
20355
20298
|
def cinder(self) -> Optional[pulumi.Input['CinderPersistentVolumeSourcePatchArgs']]:
|
|
20356
20299
|
"""
|
|
20357
|
-
cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
20300
|
+
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
20358
20301
|
"""
|
|
20359
20302
|
return pulumi.get(self, "cinder")
|
|
20360
20303
|
|
|
@@ -20378,7 +20321,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20378
20321
|
@pulumi.getter
|
|
20379
20322
|
def csi(self) -> Optional[pulumi.Input['CSIPersistentVolumeSourcePatchArgs']]:
|
|
20380
20323
|
"""
|
|
20381
|
-
csi represents storage that is handled by an external CSI driver.
|
|
20324
|
+
csi represents storage that is handled by an external CSI driver (Beta feature).
|
|
20382
20325
|
"""
|
|
20383
20326
|
return pulumi.get(self, "csi")
|
|
20384
20327
|
|
|
@@ -20402,7 +20345,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20402
20345
|
@pulumi.getter(name="flexVolume")
|
|
20403
20346
|
def flex_volume(self) -> Optional[pulumi.Input['FlexPersistentVolumeSourcePatchArgs']]:
|
|
20404
20347
|
"""
|
|
20405
|
-
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
20348
|
+
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
20406
20349
|
"""
|
|
20407
20350
|
return pulumi.get(self, "flex_volume")
|
|
20408
20351
|
|
|
@@ -20414,7 +20357,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20414
20357
|
@pulumi.getter
|
|
20415
20358
|
def flocker(self) -> Optional[pulumi.Input['FlockerVolumeSourcePatchArgs']]:
|
|
20416
20359
|
"""
|
|
20417
|
-
flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running
|
|
20360
|
+
flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running
|
|
20418
20361
|
"""
|
|
20419
20362
|
return pulumi.get(self, "flocker")
|
|
20420
20363
|
|
|
@@ -20426,7 +20369,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20426
20369
|
@pulumi.getter(name="gcePersistentDisk")
|
|
20427
20370
|
def gce_persistent_disk(self) -> Optional[pulumi.Input['GCEPersistentDiskVolumeSourcePatchArgs']]:
|
|
20428
20371
|
"""
|
|
20429
|
-
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin.
|
|
20372
|
+
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
20430
20373
|
"""
|
|
20431
20374
|
return pulumi.get(self, "gce_persistent_disk")
|
|
20432
20375
|
|
|
@@ -20438,7 +20381,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20438
20381
|
@pulumi.getter
|
|
20439
20382
|
def glusterfs(self) -> Optional[pulumi.Input['GlusterfsPersistentVolumeSourcePatchArgs']]:
|
|
20440
20383
|
"""
|
|
20441
|
-
glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin.
|
|
20384
|
+
glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
20442
20385
|
"""
|
|
20443
20386
|
return pulumi.get(self, "glusterfs")
|
|
20444
20387
|
|
|
@@ -20534,7 +20477,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20534
20477
|
@pulumi.getter(name="photonPersistentDisk")
|
|
20535
20478
|
def photon_persistent_disk(self) -> Optional[pulumi.Input['PhotonPersistentDiskVolumeSourcePatchArgs']]:
|
|
20536
20479
|
"""
|
|
20537
|
-
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
20480
|
+
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
20538
20481
|
"""
|
|
20539
20482
|
return pulumi.get(self, "photon_persistent_disk")
|
|
20540
20483
|
|
|
@@ -20546,7 +20489,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20546
20489
|
@pulumi.getter(name="portworxVolume")
|
|
20547
20490
|
def portworx_volume(self) -> Optional[pulumi.Input['PortworxVolumeSourcePatchArgs']]:
|
|
20548
20491
|
"""
|
|
20549
|
-
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
20492
|
+
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
20550
20493
|
"""
|
|
20551
20494
|
return pulumi.get(self, "portworx_volume")
|
|
20552
20495
|
|
|
@@ -20558,7 +20501,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20558
20501
|
@pulumi.getter
|
|
20559
20502
|
def quobyte(self) -> Optional[pulumi.Input['QuobyteVolumeSourcePatchArgs']]:
|
|
20560
20503
|
"""
|
|
20561
|
-
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
20504
|
+
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
20562
20505
|
"""
|
|
20563
20506
|
return pulumi.get(self, "quobyte")
|
|
20564
20507
|
|
|
@@ -20570,7 +20513,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20570
20513
|
@pulumi.getter
|
|
20571
20514
|
def rbd(self) -> Optional[pulumi.Input['RBDPersistentVolumeSourcePatchArgs']]:
|
|
20572
20515
|
"""
|
|
20573
|
-
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
20516
|
+
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
20574
20517
|
"""
|
|
20575
20518
|
return pulumi.get(self, "rbd")
|
|
20576
20519
|
|
|
@@ -20582,7 +20525,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20582
20525
|
@pulumi.getter(name="scaleIO")
|
|
20583
20526
|
def scale_io(self) -> Optional[pulumi.Input['ScaleIOPersistentVolumeSourcePatchArgs']]:
|
|
20584
20527
|
"""
|
|
20585
|
-
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
20528
|
+
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
20586
20529
|
"""
|
|
20587
20530
|
return pulumi.get(self, "scale_io")
|
|
20588
20531
|
|
|
@@ -20606,7 +20549,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20606
20549
|
@pulumi.getter
|
|
20607
20550
|
def storageos(self) -> Optional[pulumi.Input['StorageOSPersistentVolumeSourcePatchArgs']]:
|
|
20608
20551
|
"""
|
|
20609
|
-
storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod
|
|
20552
|
+
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
|
|
20610
20553
|
"""
|
|
20611
20554
|
return pulumi.get(self, "storageos")
|
|
20612
20555
|
|
|
@@ -20642,7 +20585,7 @@ class PersistentVolumeSpecPatchArgs:
|
|
|
20642
20585
|
@pulumi.getter(name="vsphereVolume")
|
|
20643
20586
|
def vsphere_volume(self) -> Optional[pulumi.Input['VsphereVirtualDiskVolumeSourcePatchArgs']]:
|
|
20644
20587
|
"""
|
|
20645
|
-
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
20588
|
+
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
20646
20589
|
"""
|
|
20647
20590
|
return pulumi.get(self, "vsphere_volume")
|
|
20648
20591
|
|
|
@@ -20662,15 +20605,15 @@ if not MYPY:
|
|
|
20662
20605
|
"""
|
|
20663
20606
|
aws_elastic_block_store: NotRequired[pulumi.Input['AWSElasticBlockStoreVolumeSourceArgsDict']]
|
|
20664
20607
|
"""
|
|
20665
|
-
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
20608
|
+
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
20666
20609
|
"""
|
|
20667
20610
|
azure_disk: NotRequired[pulumi.Input['AzureDiskVolumeSourceArgsDict']]
|
|
20668
20611
|
"""
|
|
20669
|
-
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
20612
|
+
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
20670
20613
|
"""
|
|
20671
20614
|
azure_file: NotRequired[pulumi.Input['AzureFilePersistentVolumeSourceArgsDict']]
|
|
20672
20615
|
"""
|
|
20673
|
-
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
20616
|
+
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
20674
20617
|
"""
|
|
20675
20618
|
capacity: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
20676
20619
|
"""
|
|
@@ -20678,11 +20621,11 @@ if not MYPY:
|
|
|
20678
20621
|
"""
|
|
20679
20622
|
cephfs: NotRequired[pulumi.Input['CephFSPersistentVolumeSourceArgsDict']]
|
|
20680
20623
|
"""
|
|
20681
|
-
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
20624
|
+
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
20682
20625
|
"""
|
|
20683
20626
|
cinder: NotRequired[pulumi.Input['CinderPersistentVolumeSourceArgsDict']]
|
|
20684
20627
|
"""
|
|
20685
|
-
cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
20628
|
+
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
20686
20629
|
"""
|
|
20687
20630
|
claim_ref: NotRequired[pulumi.Input['ObjectReferenceArgsDict']]
|
|
20688
20631
|
"""
|
|
@@ -20690,7 +20633,7 @@ if not MYPY:
|
|
|
20690
20633
|
"""
|
|
20691
20634
|
csi: NotRequired[pulumi.Input['CSIPersistentVolumeSourceArgsDict']]
|
|
20692
20635
|
"""
|
|
20693
|
-
csi represents storage that is handled by an external CSI driver.
|
|
20636
|
+
csi represents storage that is handled by an external CSI driver (Beta feature).
|
|
20694
20637
|
"""
|
|
20695
20638
|
fc: NotRequired[pulumi.Input['FCVolumeSourceArgsDict']]
|
|
20696
20639
|
"""
|
|
@@ -20698,19 +20641,19 @@ if not MYPY:
|
|
|
20698
20641
|
"""
|
|
20699
20642
|
flex_volume: NotRequired[pulumi.Input['FlexPersistentVolumeSourceArgsDict']]
|
|
20700
20643
|
"""
|
|
20701
|
-
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
20644
|
+
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
20702
20645
|
"""
|
|
20703
20646
|
flocker: NotRequired[pulumi.Input['FlockerVolumeSourceArgsDict']]
|
|
20704
20647
|
"""
|
|
20705
|
-
flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running
|
|
20648
|
+
flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running
|
|
20706
20649
|
"""
|
|
20707
20650
|
gce_persistent_disk: NotRequired[pulumi.Input['GCEPersistentDiskVolumeSourceArgsDict']]
|
|
20708
20651
|
"""
|
|
20709
|
-
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin.
|
|
20652
|
+
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
20710
20653
|
"""
|
|
20711
20654
|
glusterfs: NotRequired[pulumi.Input['GlusterfsPersistentVolumeSourceArgsDict']]
|
|
20712
20655
|
"""
|
|
20713
|
-
glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin.
|
|
20656
|
+
glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
20714
20657
|
"""
|
|
20715
20658
|
host_path: NotRequired[pulumi.Input['HostPathVolumeSourceArgsDict']]
|
|
20716
20659
|
"""
|
|
@@ -20742,23 +20685,23 @@ if not MYPY:
|
|
|
20742
20685
|
"""
|
|
20743
20686
|
photon_persistent_disk: NotRequired[pulumi.Input['PhotonPersistentDiskVolumeSourceArgsDict']]
|
|
20744
20687
|
"""
|
|
20745
|
-
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
20688
|
+
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
20746
20689
|
"""
|
|
20747
20690
|
portworx_volume: NotRequired[pulumi.Input['PortworxVolumeSourceArgsDict']]
|
|
20748
20691
|
"""
|
|
20749
|
-
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
20692
|
+
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
20750
20693
|
"""
|
|
20751
20694
|
quobyte: NotRequired[pulumi.Input['QuobyteVolumeSourceArgsDict']]
|
|
20752
20695
|
"""
|
|
20753
|
-
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
20696
|
+
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
20754
20697
|
"""
|
|
20755
20698
|
rbd: NotRequired[pulumi.Input['RBDPersistentVolumeSourceArgsDict']]
|
|
20756
20699
|
"""
|
|
20757
|
-
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
20700
|
+
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
20758
20701
|
"""
|
|
20759
20702
|
scale_io: NotRequired[pulumi.Input['ScaleIOPersistentVolumeSourceArgsDict']]
|
|
20760
20703
|
"""
|
|
20761
|
-
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
20704
|
+
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
20762
20705
|
"""
|
|
20763
20706
|
storage_class_name: NotRequired[pulumi.Input[str]]
|
|
20764
20707
|
"""
|
|
@@ -20766,7 +20709,7 @@ if not MYPY:
|
|
|
20766
20709
|
"""
|
|
20767
20710
|
storageos: NotRequired[pulumi.Input['StorageOSPersistentVolumeSourceArgsDict']]
|
|
20768
20711
|
"""
|
|
20769
|
-
storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod
|
|
20712
|
+
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
|
|
20770
20713
|
"""
|
|
20771
20714
|
volume_attributes_class_name: NotRequired[pulumi.Input[str]]
|
|
20772
20715
|
"""
|
|
@@ -20778,7 +20721,7 @@ if not MYPY:
|
|
|
20778
20721
|
"""
|
|
20779
20722
|
vsphere_volume: NotRequired[pulumi.Input['VsphereVirtualDiskVolumeSourceArgsDict']]
|
|
20780
20723
|
"""
|
|
20781
|
-
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
20724
|
+
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
20782
20725
|
"""
|
|
20783
20726
|
elif False:
|
|
20784
20727
|
PersistentVolumeSpecArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -20820,19 +20763,19 @@ class PersistentVolumeSpecArgs:
|
|
|
20820
20763
|
"""
|
|
20821
20764
|
PersistentVolumeSpec is the specification of a persistent volume.
|
|
20822
20765
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] access_modes: accessModes contains all ways the volume can be mounted. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes
|
|
20823
|
-
:param pulumi.Input['AWSElasticBlockStoreVolumeSourceArgs'] aws_elastic_block_store: awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
20824
|
-
:param pulumi.Input['AzureDiskVolumeSourceArgs'] azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
20825
|
-
:param pulumi.Input['AzureFilePersistentVolumeSourceArgs'] azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
20766
|
+
:param pulumi.Input['AWSElasticBlockStoreVolumeSourceArgs'] aws_elastic_block_store: awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
20767
|
+
:param pulumi.Input['AzureDiskVolumeSourceArgs'] azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
20768
|
+
:param pulumi.Input['AzureFilePersistentVolumeSourceArgs'] azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
20826
20769
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] capacity: capacity is the description of the persistent volume's resources and capacity. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#capacity
|
|
20827
|
-
:param pulumi.Input['CephFSPersistentVolumeSourceArgs'] cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
20828
|
-
:param pulumi.Input['CinderPersistentVolumeSourceArgs'] cinder: cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
20770
|
+
:param pulumi.Input['CephFSPersistentVolumeSourceArgs'] cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
20771
|
+
:param pulumi.Input['CinderPersistentVolumeSourceArgs'] cinder: cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
20829
20772
|
:param pulumi.Input['ObjectReferenceArgs'] claim_ref: claimRef is part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim. Expected to be non-nil when bound. claim.VolumeName is the authoritative bind between PV and PVC. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#binding
|
|
20830
|
-
:param pulumi.Input['CSIPersistentVolumeSourceArgs'] csi: csi represents storage that is handled by an external CSI driver.
|
|
20773
|
+
:param pulumi.Input['CSIPersistentVolumeSourceArgs'] csi: csi represents storage that is handled by an external CSI driver (Beta feature).
|
|
20831
20774
|
:param pulumi.Input['FCVolumeSourceArgs'] fc: fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
20832
|
-
:param pulumi.Input['FlexPersistentVolumeSourceArgs'] flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
20833
|
-
:param pulumi.Input['FlockerVolumeSourceArgs'] flocker: flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running
|
|
20834
|
-
:param pulumi.Input['GCEPersistentDiskVolumeSourceArgs'] gce_persistent_disk: gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin.
|
|
20835
|
-
:param pulumi.Input['GlusterfsPersistentVolumeSourceArgs'] glusterfs: glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin.
|
|
20775
|
+
:param pulumi.Input['FlexPersistentVolumeSourceArgs'] flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
20776
|
+
:param pulumi.Input['FlockerVolumeSourceArgs'] flocker: flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running
|
|
20777
|
+
:param pulumi.Input['GCEPersistentDiskVolumeSourceArgs'] gce_persistent_disk: gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
20778
|
+
:param pulumi.Input['GlusterfsPersistentVolumeSourceArgs'] glusterfs: glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
20836
20779
|
:param pulumi.Input['HostPathVolumeSourceArgs'] host_path: hostPath represents a directory on the host. Provisioned by a developer or tester. This is useful for single-node development and testing only! On-host storage is not supported in any way and WILL NOT WORK in a multi-node cluster. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
|
|
20837
20780
|
:param pulumi.Input['ISCSIPersistentVolumeSourceArgs'] iscsi: iscsi represents an ISCSI Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin.
|
|
20838
20781
|
:param pulumi.Input['LocalVolumeSourceArgs'] local: local represents directly-attached storage with node affinity
|
|
@@ -20840,16 +20783,16 @@ class PersistentVolumeSpecArgs:
|
|
|
20840
20783
|
:param pulumi.Input['NFSVolumeSourceArgs'] nfs: nfs represents an NFS mount on the host. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#nfs
|
|
20841
20784
|
:param pulumi.Input['VolumeNodeAffinityArgs'] node_affinity: nodeAffinity defines constraints that limit what nodes this volume can be accessed from. This field influences the scheduling of pods that use this volume.
|
|
20842
20785
|
:param pulumi.Input[str] persistent_volume_reclaim_policy: persistentVolumeReclaimPolicy defines what happens to a persistent volume when released from its claim. Valid options are Retain (default for manually created PersistentVolumes), Delete (default for dynamically provisioned PersistentVolumes), and Recycle (deprecated). Recycle must be supported by the volume plugin underlying this PersistentVolume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#reclaiming
|
|
20843
|
-
:param pulumi.Input['PhotonPersistentDiskVolumeSourceArgs'] photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
20844
|
-
:param pulumi.Input['PortworxVolumeSourceArgs'] portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
20845
|
-
:param pulumi.Input['QuobyteVolumeSourceArgs'] quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
20846
|
-
:param pulumi.Input['RBDPersistentVolumeSourceArgs'] rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
20847
|
-
:param pulumi.Input['ScaleIOPersistentVolumeSourceArgs'] scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
20786
|
+
:param pulumi.Input['PhotonPersistentDiskVolumeSourceArgs'] photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
20787
|
+
:param pulumi.Input['PortworxVolumeSourceArgs'] portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
20788
|
+
:param pulumi.Input['QuobyteVolumeSourceArgs'] quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
20789
|
+
:param pulumi.Input['RBDPersistentVolumeSourceArgs'] rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
20790
|
+
:param pulumi.Input['ScaleIOPersistentVolumeSourceArgs'] scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
20848
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.
|
|
20849
|
-
:param pulumi.Input['StorageOSPersistentVolumeSourceArgs'] storageos: storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod
|
|
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
|
|
20850
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).
|
|
20851
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.
|
|
20852
|
-
:param pulumi.Input['VsphereVirtualDiskVolumeSourceArgs'] vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
20795
|
+
:param pulumi.Input['VsphereVirtualDiskVolumeSourceArgs'] vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
20853
20796
|
"""
|
|
20854
20797
|
if access_modes is not None:
|
|
20855
20798
|
pulumi.set(__self__, "access_modes", access_modes)
|
|
@@ -20930,7 +20873,7 @@ class PersistentVolumeSpecArgs:
|
|
|
20930
20873
|
@pulumi.getter(name="awsElasticBlockStore")
|
|
20931
20874
|
def aws_elastic_block_store(self) -> Optional[pulumi.Input['AWSElasticBlockStoreVolumeSourceArgs']]:
|
|
20932
20875
|
"""
|
|
20933
|
-
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
20876
|
+
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
20934
20877
|
"""
|
|
20935
20878
|
return pulumi.get(self, "aws_elastic_block_store")
|
|
20936
20879
|
|
|
@@ -20942,7 +20885,7 @@ class PersistentVolumeSpecArgs:
|
|
|
20942
20885
|
@pulumi.getter(name="azureDisk")
|
|
20943
20886
|
def azure_disk(self) -> Optional[pulumi.Input['AzureDiskVolumeSourceArgs']]:
|
|
20944
20887
|
"""
|
|
20945
|
-
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
20888
|
+
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
20946
20889
|
"""
|
|
20947
20890
|
return pulumi.get(self, "azure_disk")
|
|
20948
20891
|
|
|
@@ -20954,7 +20897,7 @@ class PersistentVolumeSpecArgs:
|
|
|
20954
20897
|
@pulumi.getter(name="azureFile")
|
|
20955
20898
|
def azure_file(self) -> Optional[pulumi.Input['AzureFilePersistentVolumeSourceArgs']]:
|
|
20956
20899
|
"""
|
|
20957
|
-
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
20900
|
+
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
20958
20901
|
"""
|
|
20959
20902
|
return pulumi.get(self, "azure_file")
|
|
20960
20903
|
|
|
@@ -20978,7 +20921,7 @@ class PersistentVolumeSpecArgs:
|
|
|
20978
20921
|
@pulumi.getter
|
|
20979
20922
|
def cephfs(self) -> Optional[pulumi.Input['CephFSPersistentVolumeSourceArgs']]:
|
|
20980
20923
|
"""
|
|
20981
|
-
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
20924
|
+
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
20982
20925
|
"""
|
|
20983
20926
|
return pulumi.get(self, "cephfs")
|
|
20984
20927
|
|
|
@@ -20990,7 +20933,7 @@ class PersistentVolumeSpecArgs:
|
|
|
20990
20933
|
@pulumi.getter
|
|
20991
20934
|
def cinder(self) -> Optional[pulumi.Input['CinderPersistentVolumeSourceArgs']]:
|
|
20992
20935
|
"""
|
|
20993
|
-
cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
20936
|
+
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
20994
20937
|
"""
|
|
20995
20938
|
return pulumi.get(self, "cinder")
|
|
20996
20939
|
|
|
@@ -21014,7 +20957,7 @@ class PersistentVolumeSpecArgs:
|
|
|
21014
20957
|
@pulumi.getter
|
|
21015
20958
|
def csi(self) -> Optional[pulumi.Input['CSIPersistentVolumeSourceArgs']]:
|
|
21016
20959
|
"""
|
|
21017
|
-
csi represents storage that is handled by an external CSI driver.
|
|
20960
|
+
csi represents storage that is handled by an external CSI driver (Beta feature).
|
|
21018
20961
|
"""
|
|
21019
20962
|
return pulumi.get(self, "csi")
|
|
21020
20963
|
|
|
@@ -21038,7 +20981,7 @@ class PersistentVolumeSpecArgs:
|
|
|
21038
20981
|
@pulumi.getter(name="flexVolume")
|
|
21039
20982
|
def flex_volume(self) -> Optional[pulumi.Input['FlexPersistentVolumeSourceArgs']]:
|
|
21040
20983
|
"""
|
|
21041
|
-
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
20984
|
+
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
21042
20985
|
"""
|
|
21043
20986
|
return pulumi.get(self, "flex_volume")
|
|
21044
20987
|
|
|
@@ -21050,7 +20993,7 @@ class PersistentVolumeSpecArgs:
|
|
|
21050
20993
|
@pulumi.getter
|
|
21051
20994
|
def flocker(self) -> Optional[pulumi.Input['FlockerVolumeSourceArgs']]:
|
|
21052
20995
|
"""
|
|
21053
|
-
flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running
|
|
20996
|
+
flocker represents a Flocker volume attached to a kubelet's host machine and exposed to the pod for its usage. This depends on the Flocker control service being running
|
|
21054
20997
|
"""
|
|
21055
20998
|
return pulumi.get(self, "flocker")
|
|
21056
20999
|
|
|
@@ -21062,7 +21005,7 @@ class PersistentVolumeSpecArgs:
|
|
|
21062
21005
|
@pulumi.getter(name="gcePersistentDisk")
|
|
21063
21006
|
def gce_persistent_disk(self) -> Optional[pulumi.Input['GCEPersistentDiskVolumeSourceArgs']]:
|
|
21064
21007
|
"""
|
|
21065
|
-
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin.
|
|
21008
|
+
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. Provisioned by an admin. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
21066
21009
|
"""
|
|
21067
21010
|
return pulumi.get(self, "gce_persistent_disk")
|
|
21068
21011
|
|
|
@@ -21074,7 +21017,7 @@ class PersistentVolumeSpecArgs:
|
|
|
21074
21017
|
@pulumi.getter
|
|
21075
21018
|
def glusterfs(self) -> Optional[pulumi.Input['GlusterfsPersistentVolumeSourceArgs']]:
|
|
21076
21019
|
"""
|
|
21077
|
-
glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin.
|
|
21020
|
+
glusterfs represents a Glusterfs volume that is attached to a host and exposed to the pod. Provisioned by an admin. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
21078
21021
|
"""
|
|
21079
21022
|
return pulumi.get(self, "glusterfs")
|
|
21080
21023
|
|
|
@@ -21170,7 +21113,7 @@ class PersistentVolumeSpecArgs:
|
|
|
21170
21113
|
@pulumi.getter(name="photonPersistentDisk")
|
|
21171
21114
|
def photon_persistent_disk(self) -> Optional[pulumi.Input['PhotonPersistentDiskVolumeSourceArgs']]:
|
|
21172
21115
|
"""
|
|
21173
|
-
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
21116
|
+
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
21174
21117
|
"""
|
|
21175
21118
|
return pulumi.get(self, "photon_persistent_disk")
|
|
21176
21119
|
|
|
@@ -21182,7 +21125,7 @@ class PersistentVolumeSpecArgs:
|
|
|
21182
21125
|
@pulumi.getter(name="portworxVolume")
|
|
21183
21126
|
def portworx_volume(self) -> Optional[pulumi.Input['PortworxVolumeSourceArgs']]:
|
|
21184
21127
|
"""
|
|
21185
|
-
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
21128
|
+
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
21186
21129
|
"""
|
|
21187
21130
|
return pulumi.get(self, "portworx_volume")
|
|
21188
21131
|
|
|
@@ -21194,7 +21137,7 @@ class PersistentVolumeSpecArgs:
|
|
|
21194
21137
|
@pulumi.getter
|
|
21195
21138
|
def quobyte(self) -> Optional[pulumi.Input['QuobyteVolumeSourceArgs']]:
|
|
21196
21139
|
"""
|
|
21197
|
-
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
21140
|
+
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
21198
21141
|
"""
|
|
21199
21142
|
return pulumi.get(self, "quobyte")
|
|
21200
21143
|
|
|
@@ -21206,7 +21149,7 @@ class PersistentVolumeSpecArgs:
|
|
|
21206
21149
|
@pulumi.getter
|
|
21207
21150
|
def rbd(self) -> Optional[pulumi.Input['RBDPersistentVolumeSourceArgs']]:
|
|
21208
21151
|
"""
|
|
21209
|
-
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
21152
|
+
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
21210
21153
|
"""
|
|
21211
21154
|
return pulumi.get(self, "rbd")
|
|
21212
21155
|
|
|
@@ -21218,7 +21161,7 @@ class PersistentVolumeSpecArgs:
|
|
|
21218
21161
|
@pulumi.getter(name="scaleIO")
|
|
21219
21162
|
def scale_io(self) -> Optional[pulumi.Input['ScaleIOPersistentVolumeSourceArgs']]:
|
|
21220
21163
|
"""
|
|
21221
|
-
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
21164
|
+
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
21222
21165
|
"""
|
|
21223
21166
|
return pulumi.get(self, "scale_io")
|
|
21224
21167
|
|
|
@@ -21242,7 +21185,7 @@ class PersistentVolumeSpecArgs:
|
|
|
21242
21185
|
@pulumi.getter
|
|
21243
21186
|
def storageos(self) -> Optional[pulumi.Input['StorageOSPersistentVolumeSourceArgs']]:
|
|
21244
21187
|
"""
|
|
21245
|
-
storageOS represents a StorageOS volume that is attached to the kubelet's host machine and mounted into the pod
|
|
21188
|
+
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
|
|
21246
21189
|
"""
|
|
21247
21190
|
return pulumi.get(self, "storageos")
|
|
21248
21191
|
|
|
@@ -21278,7 +21221,7 @@ class PersistentVolumeSpecArgs:
|
|
|
21278
21221
|
@pulumi.getter(name="vsphereVolume")
|
|
21279
21222
|
def vsphere_volume(self) -> Optional[pulumi.Input['VsphereVirtualDiskVolumeSourceArgs']]:
|
|
21280
21223
|
"""
|
|
21281
|
-
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
21224
|
+
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
21282
21225
|
"""
|
|
21283
21226
|
return pulumi.get(self, "vsphere_volume")
|
|
21284
21227
|
|
|
@@ -22246,12 +22189,9 @@ if not MYPY:
|
|
|
22246
22189
|
"""
|
|
22247
22190
|
name: NotRequired[pulumi.Input[str]]
|
|
22248
22191
|
"""
|
|
22249
|
-
|
|
22192
|
+
Required.
|
|
22250
22193
|
"""
|
|
22251
22194
|
value: NotRequired[pulumi.Input[str]]
|
|
22252
|
-
"""
|
|
22253
|
-
Value is this DNS resolver option's value.
|
|
22254
|
-
"""
|
|
22255
22195
|
elif False:
|
|
22256
22196
|
PodDNSConfigOptionPatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
22257
22197
|
|
|
@@ -22262,8 +22202,7 @@ class PodDNSConfigOptionPatchArgs:
|
|
|
22262
22202
|
value: Optional[pulumi.Input[str]] = None):
|
|
22263
22203
|
"""
|
|
22264
22204
|
PodDNSConfigOption defines DNS resolver options of a pod.
|
|
22265
|
-
:param pulumi.Input[str] name:
|
|
22266
|
-
:param pulumi.Input[str] value: Value is this DNS resolver option's value.
|
|
22205
|
+
:param pulumi.Input[str] name: Required.
|
|
22267
22206
|
"""
|
|
22268
22207
|
if name is not None:
|
|
22269
22208
|
pulumi.set(__self__, "name", name)
|
|
@@ -22274,7 +22213,7 @@ class PodDNSConfigOptionPatchArgs:
|
|
|
22274
22213
|
@pulumi.getter
|
|
22275
22214
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
22276
22215
|
"""
|
|
22277
|
-
|
|
22216
|
+
Required.
|
|
22278
22217
|
"""
|
|
22279
22218
|
return pulumi.get(self, "name")
|
|
22280
22219
|
|
|
@@ -22285,9 +22224,6 @@ class PodDNSConfigOptionPatchArgs:
|
|
|
22285
22224
|
@property
|
|
22286
22225
|
@pulumi.getter
|
|
22287
22226
|
def value(self) -> Optional[pulumi.Input[str]]:
|
|
22288
|
-
"""
|
|
22289
|
-
Value is this DNS resolver option's value.
|
|
22290
|
-
"""
|
|
22291
22227
|
return pulumi.get(self, "value")
|
|
22292
22228
|
|
|
22293
22229
|
@value.setter
|
|
@@ -22302,12 +22238,9 @@ if not MYPY:
|
|
|
22302
22238
|
"""
|
|
22303
22239
|
name: NotRequired[pulumi.Input[str]]
|
|
22304
22240
|
"""
|
|
22305
|
-
|
|
22241
|
+
Required.
|
|
22306
22242
|
"""
|
|
22307
22243
|
value: NotRequired[pulumi.Input[str]]
|
|
22308
|
-
"""
|
|
22309
|
-
Value is this DNS resolver option's value.
|
|
22310
|
-
"""
|
|
22311
22244
|
elif False:
|
|
22312
22245
|
PodDNSConfigOptionArgsDict: TypeAlias = Mapping[str, Any]
|
|
22313
22246
|
|
|
@@ -22318,8 +22251,7 @@ class PodDNSConfigOptionArgs:
|
|
|
22318
22251
|
value: Optional[pulumi.Input[str]] = None):
|
|
22319
22252
|
"""
|
|
22320
22253
|
PodDNSConfigOption defines DNS resolver options of a pod.
|
|
22321
|
-
:param pulumi.Input[str] name:
|
|
22322
|
-
:param pulumi.Input[str] value: Value is this DNS resolver option's value.
|
|
22254
|
+
:param pulumi.Input[str] name: Required.
|
|
22323
22255
|
"""
|
|
22324
22256
|
if name is not None:
|
|
22325
22257
|
pulumi.set(__self__, "name", name)
|
|
@@ -22330,7 +22262,7 @@ class PodDNSConfigOptionArgs:
|
|
|
22330
22262
|
@pulumi.getter
|
|
22331
22263
|
def name(self) -> Optional[pulumi.Input[str]]:
|
|
22332
22264
|
"""
|
|
22333
|
-
|
|
22265
|
+
Required.
|
|
22334
22266
|
"""
|
|
22335
22267
|
return pulumi.get(self, "name")
|
|
22336
22268
|
|
|
@@ -22341,9 +22273,6 @@ class PodDNSConfigOptionArgs:
|
|
|
22341
22273
|
@property
|
|
22342
22274
|
@pulumi.getter
|
|
22343
22275
|
def value(self) -> Optional[pulumi.Input[str]]:
|
|
22344
|
-
"""
|
|
22345
|
-
Value is this DNS resolver option's value.
|
|
22346
|
-
"""
|
|
22347
22276
|
return pulumi.get(self, "value")
|
|
22348
22277
|
|
|
22349
22278
|
@value.setter
|
|
@@ -23086,20 +23015,6 @@ if not MYPY:
|
|
|
23086
23015
|
"""
|
|
23087
23016
|
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.
|
|
23088
23017
|
"""
|
|
23089
|
-
se_linux_change_policy: NotRequired[pulumi.Input[str]]
|
|
23090
|
-
"""
|
|
23091
|
-
seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".
|
|
23092
|
-
|
|
23093
|
-
"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.
|
|
23094
|
-
|
|
23095
|
-
"MountOption" mounts all eligible Pod volumes with `-o context` mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.
|
|
23096
|
-
|
|
23097
|
-
If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.
|
|
23098
|
-
|
|
23099
|
-
This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.
|
|
23100
|
-
|
|
23101
|
-
All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.
|
|
23102
|
-
"""
|
|
23103
23018
|
se_linux_options: NotRequired[pulumi.Input['SELinuxOptionsPatchArgsDict']]
|
|
23104
23019
|
"""
|
|
23105
23020
|
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.
|
|
@@ -23136,7 +23051,6 @@ class PodSecurityContextPatchArgs:
|
|
|
23136
23051
|
run_as_group: Optional[pulumi.Input[int]] = None,
|
|
23137
23052
|
run_as_non_root: Optional[pulumi.Input[bool]] = None,
|
|
23138
23053
|
run_as_user: Optional[pulumi.Input[int]] = None,
|
|
23139
|
-
se_linux_change_policy: Optional[pulumi.Input[str]] = None,
|
|
23140
23054
|
se_linux_options: Optional[pulumi.Input['SELinuxOptionsPatchArgs']] = None,
|
|
23141
23055
|
seccomp_profile: Optional[pulumi.Input['SeccompProfilePatchArgs']] = None,
|
|
23142
23056
|
supplemental_groups: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None,
|
|
@@ -23155,17 +23069,6 @@ class PodSecurityContextPatchArgs:
|
|
|
23155
23069
|
: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 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.
|
|
23156
23070
|
: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 SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
|
|
23157
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.
|
|
23158
|
-
:param pulumi.Input[str] se_linux_change_policy: seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".
|
|
23159
|
-
|
|
23160
|
-
"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.
|
|
23161
|
-
|
|
23162
|
-
"MountOption" mounts all eligible Pod volumes with `-o context` mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.
|
|
23163
|
-
|
|
23164
|
-
If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.
|
|
23165
|
-
|
|
23166
|
-
This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.
|
|
23167
|
-
|
|
23168
|
-
All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.
|
|
23169
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.
|
|
23170
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.
|
|
23171
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.
|
|
@@ -23185,8 +23088,6 @@ class PodSecurityContextPatchArgs:
|
|
|
23185
23088
|
pulumi.set(__self__, "run_as_non_root", run_as_non_root)
|
|
23186
23089
|
if run_as_user is not None:
|
|
23187
23090
|
pulumi.set(__self__, "run_as_user", run_as_user)
|
|
23188
|
-
if se_linux_change_policy is not None:
|
|
23189
|
-
pulumi.set(__self__, "se_linux_change_policy", se_linux_change_policy)
|
|
23190
23091
|
if se_linux_options is not None:
|
|
23191
23092
|
pulumi.set(__self__, "se_linux_options", se_linux_options)
|
|
23192
23093
|
if seccomp_profile is not None:
|
|
@@ -23276,28 +23177,6 @@ class PodSecurityContextPatchArgs:
|
|
|
23276
23177
|
def run_as_user(self, value: Optional[pulumi.Input[int]]):
|
|
23277
23178
|
pulumi.set(self, "run_as_user", value)
|
|
23278
23179
|
|
|
23279
|
-
@property
|
|
23280
|
-
@pulumi.getter(name="seLinuxChangePolicy")
|
|
23281
|
-
def se_linux_change_policy(self) -> Optional[pulumi.Input[str]]:
|
|
23282
|
-
"""
|
|
23283
|
-
seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".
|
|
23284
|
-
|
|
23285
|
-
"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.
|
|
23286
|
-
|
|
23287
|
-
"MountOption" mounts all eligible Pod volumes with `-o context` mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.
|
|
23288
|
-
|
|
23289
|
-
If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.
|
|
23290
|
-
|
|
23291
|
-
This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.
|
|
23292
|
-
|
|
23293
|
-
All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.
|
|
23294
|
-
"""
|
|
23295
|
-
return pulumi.get(self, "se_linux_change_policy")
|
|
23296
|
-
|
|
23297
|
-
@se_linux_change_policy.setter
|
|
23298
|
-
def se_linux_change_policy(self, value: Optional[pulumi.Input[str]]):
|
|
23299
|
-
pulumi.set(self, "se_linux_change_policy", value)
|
|
23300
|
-
|
|
23301
23180
|
@property
|
|
23302
23181
|
@pulumi.getter(name="seLinuxOptions")
|
|
23303
23182
|
def se_linux_options(self) -> Optional[pulumi.Input['SELinuxOptionsPatchArgs']]:
|
|
@@ -23404,20 +23283,6 @@ if not MYPY:
|
|
|
23404
23283
|
"""
|
|
23405
23284
|
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.
|
|
23406
23285
|
"""
|
|
23407
|
-
se_linux_change_policy: NotRequired[pulumi.Input[str]]
|
|
23408
|
-
"""
|
|
23409
|
-
seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".
|
|
23410
|
-
|
|
23411
|
-
"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.
|
|
23412
|
-
|
|
23413
|
-
"MountOption" mounts all eligible Pod volumes with `-o context` mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.
|
|
23414
|
-
|
|
23415
|
-
If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.
|
|
23416
|
-
|
|
23417
|
-
This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.
|
|
23418
|
-
|
|
23419
|
-
All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.
|
|
23420
|
-
"""
|
|
23421
23286
|
se_linux_options: NotRequired[pulumi.Input['SELinuxOptionsArgsDict']]
|
|
23422
23287
|
"""
|
|
23423
23288
|
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.
|
|
@@ -23454,7 +23319,6 @@ class PodSecurityContextArgs:
|
|
|
23454
23319
|
run_as_group: Optional[pulumi.Input[int]] = None,
|
|
23455
23320
|
run_as_non_root: Optional[pulumi.Input[bool]] = None,
|
|
23456
23321
|
run_as_user: Optional[pulumi.Input[int]] = None,
|
|
23457
|
-
se_linux_change_policy: Optional[pulumi.Input[str]] = None,
|
|
23458
23322
|
se_linux_options: Optional[pulumi.Input['SELinuxOptionsArgs']] = None,
|
|
23459
23323
|
seccomp_profile: Optional[pulumi.Input['SeccompProfileArgs']] = None,
|
|
23460
23324
|
supplemental_groups: Optional[pulumi.Input[Sequence[pulumi.Input[int]]]] = None,
|
|
@@ -23473,17 +23337,6 @@ class PodSecurityContextArgs:
|
|
|
23473
23337
|
: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 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.
|
|
23474
23338
|
: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 SecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence.
|
|
23475
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.
|
|
23476
|
-
:param pulumi.Input[str] se_linux_change_policy: seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".
|
|
23477
|
-
|
|
23478
|
-
"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.
|
|
23479
|
-
|
|
23480
|
-
"MountOption" mounts all eligible Pod volumes with `-o context` mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.
|
|
23481
|
-
|
|
23482
|
-
If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.
|
|
23483
|
-
|
|
23484
|
-
This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.
|
|
23485
|
-
|
|
23486
|
-
All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.
|
|
23487
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.
|
|
23488
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.
|
|
23489
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.
|
|
@@ -23503,8 +23356,6 @@ class PodSecurityContextArgs:
|
|
|
23503
23356
|
pulumi.set(__self__, "run_as_non_root", run_as_non_root)
|
|
23504
23357
|
if run_as_user is not None:
|
|
23505
23358
|
pulumi.set(__self__, "run_as_user", run_as_user)
|
|
23506
|
-
if se_linux_change_policy is not None:
|
|
23507
|
-
pulumi.set(__self__, "se_linux_change_policy", se_linux_change_policy)
|
|
23508
23359
|
if se_linux_options is not None:
|
|
23509
23360
|
pulumi.set(__self__, "se_linux_options", se_linux_options)
|
|
23510
23361
|
if seccomp_profile is not None:
|
|
@@ -23594,28 +23445,6 @@ class PodSecurityContextArgs:
|
|
|
23594
23445
|
def run_as_user(self, value: Optional[pulumi.Input[int]]):
|
|
23595
23446
|
pulumi.set(self, "run_as_user", value)
|
|
23596
23447
|
|
|
23597
|
-
@property
|
|
23598
|
-
@pulumi.getter(name="seLinuxChangePolicy")
|
|
23599
|
-
def se_linux_change_policy(self) -> Optional[pulumi.Input[str]]:
|
|
23600
|
-
"""
|
|
23601
|
-
seLinuxChangePolicy defines how the container's SELinux label is applied to all volumes used by the Pod. It has no effect on nodes that do not support SELinux or to volumes does not support SELinux. Valid values are "MountOption" and "Recursive".
|
|
23602
|
-
|
|
23603
|
-
"Recursive" means relabeling of all files on all Pod volumes by the container runtime. This may be slow for large volumes, but allows mixing privileged and unprivileged Pods sharing the same volume on the same node.
|
|
23604
|
-
|
|
23605
|
-
"MountOption" mounts all eligible Pod volumes with `-o context` mount option. This requires all Pods that share the same volume to use the same SELinux label. It is not possible to share the same volume among privileged and unprivileged Pods. Eligible volumes are in-tree FibreChannel and iSCSI volumes, and all CSI volumes whose CSI driver announces SELinux support by setting spec.seLinuxMount: true in their CSIDriver instance. Other volumes are always re-labelled recursively. "MountOption" value is allowed only when SELinuxMount feature gate is enabled.
|
|
23606
|
-
|
|
23607
|
-
If not specified and SELinuxMount feature gate is enabled, "MountOption" is used. If not specified and SELinuxMount feature gate is disabled, "MountOption" is used for ReadWriteOncePod volumes and "Recursive" for all other volumes.
|
|
23608
|
-
|
|
23609
|
-
This field affects only Pods that have SELinux label set, either in PodSecurityContext or in SecurityContext of all containers.
|
|
23610
|
-
|
|
23611
|
-
All Pods that use the same volume should use the same seLinuxChangePolicy, otherwise some pods can get stuck in ContainerCreating state. Note that this field cannot be set when spec.os.name is windows.
|
|
23612
|
-
"""
|
|
23613
|
-
return pulumi.get(self, "se_linux_change_policy")
|
|
23614
|
-
|
|
23615
|
-
@se_linux_change_policy.setter
|
|
23616
|
-
def se_linux_change_policy(self, value: Optional[pulumi.Input[str]]):
|
|
23617
|
-
pulumi.set(self, "se_linux_change_policy", value)
|
|
23618
|
-
|
|
23619
23448
|
@property
|
|
23620
23449
|
@pulumi.getter(name="seLinuxOptions")
|
|
23621
23450
|
def se_linux_options(self) -> Optional[pulumi.Input['SELinuxOptionsArgs']]:
|
|
@@ -23802,14 +23631,6 @@ if not MYPY:
|
|
|
23802
23631
|
|
|
23803
23632
|
This field is immutable.
|
|
23804
23633
|
"""
|
|
23805
|
-
resources: NotRequired[pulumi.Input['ResourceRequirementsPatchArgsDict']]
|
|
23806
|
-
"""
|
|
23807
|
-
Resources is the total amount of CPU and Memory resources required by all containers in the pod. It supports specifying Requests and Limits for "cpu" and "memory" resource names only. ResourceClaims are not supported.
|
|
23808
|
-
|
|
23809
|
-
This field enables fine-grained control over resource allocation for the entire pod, allowing resource sharing among containers in a pod.
|
|
23810
|
-
|
|
23811
|
-
This is an alpha field and requires enabling the PodLevelResources feature gate.
|
|
23812
|
-
"""
|
|
23813
23634
|
restart_policy: NotRequired[pulumi.Input[str]]
|
|
23814
23635
|
"""
|
|
23815
23636
|
Restart policy for all containers within the pod. One of Always, OnFailure, Never. In some contexts, only a subset of those values may be permitted. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
|
|
@@ -23842,7 +23663,7 @@ if not MYPY:
|
|
|
23842
23663
|
"""
|
|
23843
23664
|
set_hostname_as_fqdn: NotRequired[pulumi.Input[bool]]
|
|
23844
23665
|
"""
|
|
23845
|
-
If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE
|
|
23666
|
+
If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.
|
|
23846
23667
|
"""
|
|
23847
23668
|
share_process_namespace: NotRequired[pulumi.Input[bool]]
|
|
23848
23669
|
"""
|
|
@@ -23899,7 +23720,6 @@ class PodSpecPatchArgs:
|
|
|
23899
23720
|
priority_class_name: Optional[pulumi.Input[str]] = None,
|
|
23900
23721
|
readiness_gates: Optional[pulumi.Input[Sequence[pulumi.Input['PodReadinessGatePatchArgs']]]] = None,
|
|
23901
23722
|
resource_claims: Optional[pulumi.Input[Sequence[pulumi.Input['PodResourceClaimPatchArgs']]]] = None,
|
|
23902
|
-
resources: Optional[pulumi.Input['ResourceRequirementsPatchArgs']] = None,
|
|
23903
23723
|
restart_policy: Optional[pulumi.Input[str]] = None,
|
|
23904
23724
|
runtime_class_name: Optional[pulumi.Input[str]] = None,
|
|
23905
23725
|
scheduler_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -23949,11 +23769,6 @@ class PodSpecPatchArgs:
|
|
|
23949
23769
|
This is an alpha field and requires enabling the DynamicResourceAllocation feature gate.
|
|
23950
23770
|
|
|
23951
23771
|
This field is immutable.
|
|
23952
|
-
:param pulumi.Input['ResourceRequirementsPatchArgs'] resources: Resources is the total amount of CPU and Memory resources required by all containers in the pod. It supports specifying Requests and Limits for "cpu" and "memory" resource names only. ResourceClaims are not supported.
|
|
23953
|
-
|
|
23954
|
-
This field enables fine-grained control over resource allocation for the entire pod, allowing resource sharing among containers in a pod.
|
|
23955
|
-
|
|
23956
|
-
This is an alpha field and requires enabling the PodLevelResources feature gate.
|
|
23957
23772
|
:param pulumi.Input[str] restart_policy: Restart policy for all containers within the pod. One of Always, OnFailure, Never. In some contexts, only a subset of those values may be permitted. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
|
|
23958
23773
|
:param pulumi.Input[str] runtime_class_name: RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used to run this pod. If no RuntimeClass resource matches the named class, the pod will not be run. If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an empty definition that uses the default runtime handler. More info: https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class
|
|
23959
23774
|
:param pulumi.Input[str] scheduler_name: If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler.
|
|
@@ -23963,7 +23778,7 @@ class PodSpecPatchArgs:
|
|
|
23963
23778
|
:param pulumi.Input['PodSecurityContextPatchArgs'] security_context: SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field.
|
|
23964
23779
|
:param pulumi.Input[str] service_account: DeprecatedServiceAccount is a deprecated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead.
|
|
23965
23780
|
:param pulumi.Input[str] service_account_name: ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
|
|
23966
|
-
:param pulumi.Input[bool] set_hostname_as_fqdn: If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE
|
|
23781
|
+
:param pulumi.Input[bool] set_hostname_as_fqdn: If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.
|
|
23967
23782
|
:param pulumi.Input[bool] share_process_namespace: Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false.
|
|
23968
23783
|
:param pulumi.Input[str] subdomain: If specified, the fully qualified Pod hostname will be "<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>". If not specified, the pod will not have a domainname at all.
|
|
23969
23784
|
:param pulumi.Input[int] termination_grace_period_seconds: Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds.
|
|
@@ -24021,8 +23836,6 @@ class PodSpecPatchArgs:
|
|
|
24021
23836
|
pulumi.set(__self__, "readiness_gates", readiness_gates)
|
|
24022
23837
|
if resource_claims is not None:
|
|
24023
23838
|
pulumi.set(__self__, "resource_claims", resource_claims)
|
|
24024
|
-
if resources is not None:
|
|
24025
|
-
pulumi.set(__self__, "resources", resources)
|
|
24026
23839
|
if restart_policy is not None:
|
|
24027
23840
|
pulumi.set(__self__, "restart_policy", restart_policy)
|
|
24028
23841
|
if runtime_class_name is not None:
|
|
@@ -24360,22 +24173,6 @@ class PodSpecPatchArgs:
|
|
|
24360
24173
|
def resource_claims(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PodResourceClaimPatchArgs']]]]):
|
|
24361
24174
|
pulumi.set(self, "resource_claims", value)
|
|
24362
24175
|
|
|
24363
|
-
@property
|
|
24364
|
-
@pulumi.getter
|
|
24365
|
-
def resources(self) -> Optional[pulumi.Input['ResourceRequirementsPatchArgs']]:
|
|
24366
|
-
"""
|
|
24367
|
-
Resources is the total amount of CPU and Memory resources required by all containers in the pod. It supports specifying Requests and Limits for "cpu" and "memory" resource names only. ResourceClaims are not supported.
|
|
24368
|
-
|
|
24369
|
-
This field enables fine-grained control over resource allocation for the entire pod, allowing resource sharing among containers in a pod.
|
|
24370
|
-
|
|
24371
|
-
This is an alpha field and requires enabling the PodLevelResources feature gate.
|
|
24372
|
-
"""
|
|
24373
|
-
return pulumi.get(self, "resources")
|
|
24374
|
-
|
|
24375
|
-
@resources.setter
|
|
24376
|
-
def resources(self, value: Optional[pulumi.Input['ResourceRequirementsPatchArgs']]):
|
|
24377
|
-
pulumi.set(self, "resources", value)
|
|
24378
|
-
|
|
24379
24176
|
@property
|
|
24380
24177
|
@pulumi.getter(name="restartPolicy")
|
|
24381
24178
|
def restart_policy(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -24466,7 +24263,7 @@ class PodSpecPatchArgs:
|
|
|
24466
24263
|
@pulumi.getter(name="setHostnameAsFQDN")
|
|
24467
24264
|
def set_hostname_as_fqdn(self) -> Optional[pulumi.Input[bool]]:
|
|
24468
24265
|
"""
|
|
24469
|
-
If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE
|
|
24266
|
+
If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.
|
|
24470
24267
|
"""
|
|
24471
24268
|
return pulumi.get(self, "set_hostname_as_fqdn")
|
|
24472
24269
|
|
|
@@ -24660,14 +24457,6 @@ if not MYPY:
|
|
|
24660
24457
|
|
|
24661
24458
|
This field is immutable.
|
|
24662
24459
|
"""
|
|
24663
|
-
resources: NotRequired[pulumi.Input['ResourceRequirementsArgsDict']]
|
|
24664
|
-
"""
|
|
24665
|
-
Resources is the total amount of CPU and Memory resources required by all containers in the pod. It supports specifying Requests and Limits for "cpu" and "memory" resource names only. ResourceClaims are not supported.
|
|
24666
|
-
|
|
24667
|
-
This field enables fine-grained control over resource allocation for the entire pod, allowing resource sharing among containers in a pod.
|
|
24668
|
-
|
|
24669
|
-
This is an alpha field and requires enabling the PodLevelResources feature gate.
|
|
24670
|
-
"""
|
|
24671
24460
|
restart_policy: NotRequired[pulumi.Input[str]]
|
|
24672
24461
|
"""
|
|
24673
24462
|
Restart policy for all containers within the pod. One of Always, OnFailure, Never. In some contexts, only a subset of those values may be permitted. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
|
|
@@ -24700,7 +24489,7 @@ if not MYPY:
|
|
|
24700
24489
|
"""
|
|
24701
24490
|
set_hostname_as_fqdn: NotRequired[pulumi.Input[bool]]
|
|
24702
24491
|
"""
|
|
24703
|
-
If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE
|
|
24492
|
+
If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.
|
|
24704
24493
|
"""
|
|
24705
24494
|
share_process_namespace: NotRequired[pulumi.Input[bool]]
|
|
24706
24495
|
"""
|
|
@@ -24757,7 +24546,6 @@ class PodSpecArgs:
|
|
|
24757
24546
|
priority_class_name: Optional[pulumi.Input[str]] = None,
|
|
24758
24547
|
readiness_gates: Optional[pulumi.Input[Sequence[pulumi.Input['PodReadinessGateArgs']]]] = None,
|
|
24759
24548
|
resource_claims: Optional[pulumi.Input[Sequence[pulumi.Input['PodResourceClaimArgs']]]] = None,
|
|
24760
|
-
resources: Optional[pulumi.Input['ResourceRequirementsArgs']] = None,
|
|
24761
24549
|
restart_policy: Optional[pulumi.Input[str]] = None,
|
|
24762
24550
|
runtime_class_name: Optional[pulumi.Input[str]] = None,
|
|
24763
24551
|
scheduler_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -24807,11 +24595,6 @@ class PodSpecArgs:
|
|
|
24807
24595
|
This is an alpha field and requires enabling the DynamicResourceAllocation feature gate.
|
|
24808
24596
|
|
|
24809
24597
|
This field is immutable.
|
|
24810
|
-
:param pulumi.Input['ResourceRequirementsArgs'] resources: Resources is the total amount of CPU and Memory resources required by all containers in the pod. It supports specifying Requests and Limits for "cpu" and "memory" resource names only. ResourceClaims are not supported.
|
|
24811
|
-
|
|
24812
|
-
This field enables fine-grained control over resource allocation for the entire pod, allowing resource sharing among containers in a pod.
|
|
24813
|
-
|
|
24814
|
-
This is an alpha field and requires enabling the PodLevelResources feature gate.
|
|
24815
24598
|
:param pulumi.Input[str] restart_policy: Restart policy for all containers within the pod. One of Always, OnFailure, Never. In some contexts, only a subset of those values may be permitted. Default to Always. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#restart-policy
|
|
24816
24599
|
:param pulumi.Input[str] runtime_class_name: RuntimeClassName refers to a RuntimeClass object in the node.k8s.io group, which should be used to run this pod. If no RuntimeClass resource matches the named class, the pod will not be run. If unset or empty, the "legacy" RuntimeClass will be used, which is an implicit class with an empty definition that uses the default runtime handler. More info: https://git.k8s.io/enhancements/keps/sig-node/585-runtime-class
|
|
24817
24600
|
:param pulumi.Input[str] scheduler_name: If specified, the pod will be dispatched by specified scheduler. If not specified, the pod will be dispatched by default scheduler.
|
|
@@ -24821,7 +24604,7 @@ class PodSpecArgs:
|
|
|
24821
24604
|
:param pulumi.Input['PodSecurityContextArgs'] security_context: SecurityContext holds pod-level security attributes and common container settings. Optional: Defaults to empty. See type description for default values of each field.
|
|
24822
24605
|
:param pulumi.Input[str] service_account: DeprecatedServiceAccount is a deprecated alias for ServiceAccountName. Deprecated: Use serviceAccountName instead.
|
|
24823
24606
|
:param pulumi.Input[str] service_account_name: ServiceAccountName is the name of the ServiceAccount to use to run this pod. More info: https://kubernetes.io/docs/tasks/configure-pod-container/configure-service-account/
|
|
24824
|
-
:param pulumi.Input[bool] set_hostname_as_fqdn: If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE
|
|
24607
|
+
:param pulumi.Input[bool] set_hostname_as_fqdn: If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.
|
|
24825
24608
|
:param pulumi.Input[bool] share_process_namespace: Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false.
|
|
24826
24609
|
:param pulumi.Input[str] subdomain: If specified, the fully qualified Pod hostname will be "<hostname>.<subdomain>.<pod namespace>.svc.<cluster domain>". If not specified, the pod will not have a domainname at all.
|
|
24827
24610
|
:param pulumi.Input[int] termination_grace_period_seconds: Optional duration in seconds the pod needs to terminate gracefully. May be decreased in delete request. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). If this value is nil, the default grace period will be used instead. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. Defaults to 30 seconds.
|
|
@@ -24878,8 +24661,6 @@ class PodSpecArgs:
|
|
|
24878
24661
|
pulumi.set(__self__, "readiness_gates", readiness_gates)
|
|
24879
24662
|
if resource_claims is not None:
|
|
24880
24663
|
pulumi.set(__self__, "resource_claims", resource_claims)
|
|
24881
|
-
if resources is not None:
|
|
24882
|
-
pulumi.set(__self__, "resources", resources)
|
|
24883
24664
|
if restart_policy is not None:
|
|
24884
24665
|
pulumi.set(__self__, "restart_policy", restart_policy)
|
|
24885
24666
|
if runtime_class_name is not None:
|
|
@@ -25217,22 +24998,6 @@ class PodSpecArgs:
|
|
|
25217
24998
|
def resource_claims(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['PodResourceClaimArgs']]]]):
|
|
25218
24999
|
pulumi.set(self, "resource_claims", value)
|
|
25219
25000
|
|
|
25220
|
-
@property
|
|
25221
|
-
@pulumi.getter
|
|
25222
|
-
def resources(self) -> Optional[pulumi.Input['ResourceRequirementsArgs']]:
|
|
25223
|
-
"""
|
|
25224
|
-
Resources is the total amount of CPU and Memory resources required by all containers in the pod. It supports specifying Requests and Limits for "cpu" and "memory" resource names only. ResourceClaims are not supported.
|
|
25225
|
-
|
|
25226
|
-
This field enables fine-grained control over resource allocation for the entire pod, allowing resource sharing among containers in a pod.
|
|
25227
|
-
|
|
25228
|
-
This is an alpha field and requires enabling the PodLevelResources feature gate.
|
|
25229
|
-
"""
|
|
25230
|
-
return pulumi.get(self, "resources")
|
|
25231
|
-
|
|
25232
|
-
@resources.setter
|
|
25233
|
-
def resources(self, value: Optional[pulumi.Input['ResourceRequirementsArgs']]):
|
|
25234
|
-
pulumi.set(self, "resources", value)
|
|
25235
|
-
|
|
25236
25001
|
@property
|
|
25237
25002
|
@pulumi.getter(name="restartPolicy")
|
|
25238
25003
|
def restart_policy(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -25323,7 +25088,7 @@ class PodSpecArgs:
|
|
|
25323
25088
|
@pulumi.getter(name="setHostnameAsFQDN")
|
|
25324
25089
|
def set_hostname_as_fqdn(self) -> Optional[pulumi.Input[bool]]:
|
|
25325
25090
|
"""
|
|
25326
|
-
If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE
|
|
25091
|
+
If true the pod's hostname will be configured as the pod's FQDN, rather than the leaf name (the default). In Linux containers, this means setting the FQDN in the hostname field of the kernel (the nodename field of struct utsname). In Windows containers, this means setting the registry value of hostname for the registry key HKEY_LOCAL_MACHINE\\SYSTEM\\CurrentControlSet\\Services\\Tcpip\\Parameters to FQDN. If a pod does not have FQDN, this has no effect. Default to false.
|
|
25327
25092
|
"""
|
|
25328
25093
|
return pulumi.get(self, "set_hostname_as_fqdn")
|
|
25329
25094
|
|
|
@@ -25415,11 +25180,11 @@ if not MYPY:
|
|
|
25415
25180
|
"""
|
|
25416
25181
|
container_statuses: NotRequired[pulumi.Input[Sequence[pulumi.Input['ContainerStatusArgsDict']]]]
|
|
25417
25182
|
"""
|
|
25418
|
-
|
|
25183
|
+
The list has one entry per container in the manifest. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
25419
25184
|
"""
|
|
25420
25185
|
ephemeral_container_statuses: NotRequired[pulumi.Input[Sequence[pulumi.Input['ContainerStatusArgsDict']]]]
|
|
25421
25186
|
"""
|
|
25422
|
-
|
|
25187
|
+
Status for any ephemeral containers that have run in this pod.
|
|
25423
25188
|
"""
|
|
25424
25189
|
host_ip: NotRequired[pulumi.Input[str]]
|
|
25425
25190
|
"""
|
|
@@ -25431,7 +25196,7 @@ if not MYPY:
|
|
|
25431
25196
|
"""
|
|
25432
25197
|
init_container_statuses: NotRequired[pulumi.Input[Sequence[pulumi.Input['ContainerStatusArgsDict']]]]
|
|
25433
25198
|
"""
|
|
25434
|
-
|
|
25199
|
+
The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
25435
25200
|
"""
|
|
25436
25201
|
message: NotRequired[pulumi.Input[str]]
|
|
25437
25202
|
"""
|
|
@@ -25502,11 +25267,11 @@ class PodStatusArgs:
|
|
|
25502
25267
|
"""
|
|
25503
25268
|
PodStatus represents information about the status of a pod. Status may trail the actual state of a system, especially if the node that hosts the pod cannot contact the control plane.
|
|
25504
25269
|
:param pulumi.Input[Sequence[pulumi.Input['PodConditionArgs']]] conditions: Current service state of pod. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-conditions
|
|
25505
|
-
:param pulumi.Input[Sequence[pulumi.Input['ContainerStatusArgs']]] container_statuses:
|
|
25506
|
-
:param pulumi.Input[Sequence[pulumi.Input['ContainerStatusArgs']]] ephemeral_container_statuses:
|
|
25270
|
+
:param pulumi.Input[Sequence[pulumi.Input['ContainerStatusArgs']]] container_statuses: The list has one entry per container in the manifest. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
25271
|
+
:param pulumi.Input[Sequence[pulumi.Input['ContainerStatusArgs']]] ephemeral_container_statuses: Status for any ephemeral containers that have run in this pod.
|
|
25507
25272
|
:param pulumi.Input[str] host_ip: hostIP holds the IP address of the host to which the pod is assigned. Empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns mean that HostIP will not be updated even if there is a node is assigned to pod
|
|
25508
25273
|
:param pulumi.Input[Sequence[pulumi.Input['HostIPArgs']]] host_ips: hostIPs holds the IP addresses allocated to the host. If this field is specified, the first entry must match the hostIP field. This list is empty if the pod has not started yet. A pod can be assigned to a node that has a problem in kubelet which in turns means that HostIPs will not be updated even if there is a node is assigned to this pod.
|
|
25509
|
-
:param pulumi.Input[Sequence[pulumi.Input['ContainerStatusArgs']]] init_container_statuses:
|
|
25274
|
+
:param pulumi.Input[Sequence[pulumi.Input['ContainerStatusArgs']]] init_container_statuses: The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
25510
25275
|
:param pulumi.Input[str] message: A human readable message indicating details about why the pod is in this condition.
|
|
25511
25276
|
:param pulumi.Input[str] nominated_node_name: nominatedNodeName is set only when this pod preempts other pods on the node, but it cannot be scheduled right away as preemption victims receive their graceful termination periods. This field does not guarantee that the pod will be scheduled on this node. Scheduler may decide to place the pod elsewhere if other nodes become available sooner. Scheduler may also decide to give the resources on this node to a higher priority pod that is created after preemption. As a result, this field may be different than PodSpec.nodeName when the pod is scheduled.
|
|
25512
25277
|
:param pulumi.Input[str] phase: The phase of a Pod is a simple, high-level summary of where the Pod is in its lifecycle. The conditions array, the reason and message fields, and the individual container status arrays contain more detail about the pod's status. There are five possible phase values:
|
|
@@ -25571,7 +25336,7 @@ class PodStatusArgs:
|
|
|
25571
25336
|
@pulumi.getter(name="containerStatuses")
|
|
25572
25337
|
def container_statuses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ContainerStatusArgs']]]]:
|
|
25573
25338
|
"""
|
|
25574
|
-
|
|
25339
|
+
The list has one entry per container in the manifest. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
25575
25340
|
"""
|
|
25576
25341
|
return pulumi.get(self, "container_statuses")
|
|
25577
25342
|
|
|
@@ -25583,7 +25348,7 @@ class PodStatusArgs:
|
|
|
25583
25348
|
@pulumi.getter(name="ephemeralContainerStatuses")
|
|
25584
25349
|
def ephemeral_container_statuses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ContainerStatusArgs']]]]:
|
|
25585
25350
|
"""
|
|
25586
|
-
|
|
25351
|
+
Status for any ephemeral containers that have run in this pod.
|
|
25587
25352
|
"""
|
|
25588
25353
|
return pulumi.get(self, "ephemeral_container_statuses")
|
|
25589
25354
|
|
|
@@ -25619,7 +25384,7 @@ class PodStatusArgs:
|
|
|
25619
25384
|
@pulumi.getter(name="initContainerStatuses")
|
|
25620
25385
|
def init_container_statuses(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ContainerStatusArgs']]]]:
|
|
25621
25386
|
"""
|
|
25622
|
-
|
|
25387
|
+
The list has one entry per init container in the manifest. The most recent successful init container will have ready = true, the most recently started container will have startTime set. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#pod-and-container-status
|
|
25623
25388
|
"""
|
|
25624
25389
|
return pulumi.get(self, "init_container_statuses")
|
|
25625
25390
|
|
|
@@ -26108,9 +25873,6 @@ class PodArgs:
|
|
|
26108
25873
|
|
|
26109
25874
|
if not MYPY:
|
|
26110
25875
|
class PortStatusArgsDict(TypedDict):
|
|
26111
|
-
"""
|
|
26112
|
-
PortStatus represents the error condition of a service port
|
|
26113
|
-
"""
|
|
26114
25876
|
port: pulumi.Input[int]
|
|
26115
25877
|
"""
|
|
26116
25878
|
Port is the port number of the service port of which status is recorded here
|
|
@@ -26136,7 +25898,6 @@ class PortStatusArgs:
|
|
|
26136
25898
|
protocol: pulumi.Input[str],
|
|
26137
25899
|
error: Optional[pulumi.Input[str]] = None):
|
|
26138
25900
|
"""
|
|
26139
|
-
PortStatus represents the error condition of a service port
|
|
26140
25901
|
:param pulumi.Input[int] port: Port is the port number of the service port of which status is recorded here
|
|
26141
25902
|
:param pulumi.Input[str] protocol: Protocol is the protocol of the service port of which status is recorded here The supported values are: "TCP", "UDP", "SCTP"
|
|
26142
25903
|
:param pulumi.Input[str] error: Error is to record the problem with the service port The format of the error shall comply with the following rules: - built-in error values shall be specified in this file and those shall use
|
|
@@ -26457,7 +26218,7 @@ if not MYPY:
|
|
|
26457
26218
|
"""
|
|
26458
26219
|
exec_: NotRequired[pulumi.Input['ExecActionPatchArgsDict']]
|
|
26459
26220
|
"""
|
|
26460
|
-
Exec specifies
|
|
26221
|
+
Exec specifies the action to take.
|
|
26461
26222
|
"""
|
|
26462
26223
|
failure_threshold: NotRequired[pulumi.Input[int]]
|
|
26463
26224
|
"""
|
|
@@ -26465,11 +26226,11 @@ if not MYPY:
|
|
|
26465
26226
|
"""
|
|
26466
26227
|
grpc: NotRequired[pulumi.Input['GRPCActionPatchArgsDict']]
|
|
26467
26228
|
"""
|
|
26468
|
-
GRPC specifies a GRPC
|
|
26229
|
+
GRPC specifies an action involving a GRPC port.
|
|
26469
26230
|
"""
|
|
26470
26231
|
http_get: NotRequired[pulumi.Input['HTTPGetActionPatchArgsDict']]
|
|
26471
26232
|
"""
|
|
26472
|
-
HTTPGet specifies
|
|
26233
|
+
HTTPGet specifies the http request to perform.
|
|
26473
26234
|
"""
|
|
26474
26235
|
initial_delay_seconds: NotRequired[pulumi.Input[int]]
|
|
26475
26236
|
"""
|
|
@@ -26485,7 +26246,7 @@ if not MYPY:
|
|
|
26485
26246
|
"""
|
|
26486
26247
|
tcp_socket: NotRequired[pulumi.Input['TCPSocketActionPatchArgsDict']]
|
|
26487
26248
|
"""
|
|
26488
|
-
TCPSocket specifies
|
|
26249
|
+
TCPSocket specifies an action involving a TCP port.
|
|
26489
26250
|
"""
|
|
26490
26251
|
termination_grace_period_seconds: NotRequired[pulumi.Input[int]]
|
|
26491
26252
|
"""
|
|
@@ -26513,14 +26274,14 @@ class ProbePatchArgs:
|
|
|
26513
26274
|
timeout_seconds: Optional[pulumi.Input[int]] = None):
|
|
26514
26275
|
"""
|
|
26515
26276
|
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
|
|
26516
|
-
:param pulumi.Input['ExecActionPatchArgs'] exec_: Exec specifies
|
|
26277
|
+
:param pulumi.Input['ExecActionPatchArgs'] exec_: Exec specifies the action to take.
|
|
26517
26278
|
:param pulumi.Input[int] failure_threshold: Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
|
|
26518
|
-
:param pulumi.Input['GRPCActionPatchArgs'] grpc: GRPC specifies a GRPC
|
|
26519
|
-
:param pulumi.Input['HTTPGetActionPatchArgs'] http_get: HTTPGet specifies
|
|
26279
|
+
:param pulumi.Input['GRPCActionPatchArgs'] grpc: GRPC specifies an action involving a GRPC port.
|
|
26280
|
+
:param pulumi.Input['HTTPGetActionPatchArgs'] http_get: HTTPGet specifies the http request to perform.
|
|
26520
26281
|
:param pulumi.Input[int] initial_delay_seconds: Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
|
|
26521
26282
|
:param pulumi.Input[int] period_seconds: How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.
|
|
26522
26283
|
:param pulumi.Input[int] success_threshold: Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.
|
|
26523
|
-
:param pulumi.Input['TCPSocketActionPatchArgs'] tcp_socket: TCPSocket specifies
|
|
26284
|
+
:param pulumi.Input['TCPSocketActionPatchArgs'] tcp_socket: TCPSocket specifies an action involving a TCP port.
|
|
26524
26285
|
:param pulumi.Input[int] termination_grace_period_seconds: Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.
|
|
26525
26286
|
:param pulumi.Input[int] timeout_seconds: Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
|
|
26526
26287
|
"""
|
|
@@ -26549,7 +26310,7 @@ class ProbePatchArgs:
|
|
|
26549
26310
|
@pulumi.getter(name="exec")
|
|
26550
26311
|
def exec_(self) -> Optional[pulumi.Input['ExecActionPatchArgs']]:
|
|
26551
26312
|
"""
|
|
26552
|
-
Exec specifies
|
|
26313
|
+
Exec specifies the action to take.
|
|
26553
26314
|
"""
|
|
26554
26315
|
return pulumi.get(self, "exec_")
|
|
26555
26316
|
|
|
@@ -26573,7 +26334,7 @@ class ProbePatchArgs:
|
|
|
26573
26334
|
@pulumi.getter
|
|
26574
26335
|
def grpc(self) -> Optional[pulumi.Input['GRPCActionPatchArgs']]:
|
|
26575
26336
|
"""
|
|
26576
|
-
GRPC specifies a GRPC
|
|
26337
|
+
GRPC specifies an action involving a GRPC port.
|
|
26577
26338
|
"""
|
|
26578
26339
|
return pulumi.get(self, "grpc")
|
|
26579
26340
|
|
|
@@ -26585,7 +26346,7 @@ class ProbePatchArgs:
|
|
|
26585
26346
|
@pulumi.getter(name="httpGet")
|
|
26586
26347
|
def http_get(self) -> Optional[pulumi.Input['HTTPGetActionPatchArgs']]:
|
|
26587
26348
|
"""
|
|
26588
|
-
HTTPGet specifies
|
|
26349
|
+
HTTPGet specifies the http request to perform.
|
|
26589
26350
|
"""
|
|
26590
26351
|
return pulumi.get(self, "http_get")
|
|
26591
26352
|
|
|
@@ -26633,7 +26394,7 @@ class ProbePatchArgs:
|
|
|
26633
26394
|
@pulumi.getter(name="tcpSocket")
|
|
26634
26395
|
def tcp_socket(self) -> Optional[pulumi.Input['TCPSocketActionPatchArgs']]:
|
|
26635
26396
|
"""
|
|
26636
|
-
TCPSocket specifies
|
|
26397
|
+
TCPSocket specifies an action involving a TCP port.
|
|
26637
26398
|
"""
|
|
26638
26399
|
return pulumi.get(self, "tcp_socket")
|
|
26639
26400
|
|
|
@@ -26673,7 +26434,7 @@ if not MYPY:
|
|
|
26673
26434
|
"""
|
|
26674
26435
|
exec_: NotRequired[pulumi.Input['ExecActionArgsDict']]
|
|
26675
26436
|
"""
|
|
26676
|
-
Exec specifies
|
|
26437
|
+
Exec specifies the action to take.
|
|
26677
26438
|
"""
|
|
26678
26439
|
failure_threshold: NotRequired[pulumi.Input[int]]
|
|
26679
26440
|
"""
|
|
@@ -26681,11 +26442,11 @@ if not MYPY:
|
|
|
26681
26442
|
"""
|
|
26682
26443
|
grpc: NotRequired[pulumi.Input['GRPCActionArgsDict']]
|
|
26683
26444
|
"""
|
|
26684
|
-
GRPC specifies a GRPC
|
|
26445
|
+
GRPC specifies an action involving a GRPC port.
|
|
26685
26446
|
"""
|
|
26686
26447
|
http_get: NotRequired[pulumi.Input['HTTPGetActionArgsDict']]
|
|
26687
26448
|
"""
|
|
26688
|
-
HTTPGet specifies
|
|
26449
|
+
HTTPGet specifies the http request to perform.
|
|
26689
26450
|
"""
|
|
26690
26451
|
initial_delay_seconds: NotRequired[pulumi.Input[int]]
|
|
26691
26452
|
"""
|
|
@@ -26701,7 +26462,7 @@ if not MYPY:
|
|
|
26701
26462
|
"""
|
|
26702
26463
|
tcp_socket: NotRequired[pulumi.Input['TCPSocketActionArgsDict']]
|
|
26703
26464
|
"""
|
|
26704
|
-
TCPSocket specifies
|
|
26465
|
+
TCPSocket specifies an action involving a TCP port.
|
|
26705
26466
|
"""
|
|
26706
26467
|
termination_grace_period_seconds: NotRequired[pulumi.Input[int]]
|
|
26707
26468
|
"""
|
|
@@ -26729,14 +26490,14 @@ class ProbeArgs:
|
|
|
26729
26490
|
timeout_seconds: Optional[pulumi.Input[int]] = None):
|
|
26730
26491
|
"""
|
|
26731
26492
|
Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.
|
|
26732
|
-
:param pulumi.Input['ExecActionArgs'] exec_: Exec specifies
|
|
26493
|
+
:param pulumi.Input['ExecActionArgs'] exec_: Exec specifies the action to take.
|
|
26733
26494
|
:param pulumi.Input[int] failure_threshold: Minimum consecutive failures for the probe to be considered failed after having succeeded. Defaults to 3. Minimum value is 1.
|
|
26734
|
-
:param pulumi.Input['GRPCActionArgs'] grpc: GRPC specifies a GRPC
|
|
26735
|
-
:param pulumi.Input['HTTPGetActionArgs'] http_get: HTTPGet specifies
|
|
26495
|
+
:param pulumi.Input['GRPCActionArgs'] grpc: GRPC specifies an action involving a GRPC port.
|
|
26496
|
+
:param pulumi.Input['HTTPGetActionArgs'] http_get: HTTPGet specifies the http request to perform.
|
|
26736
26497
|
:param pulumi.Input[int] initial_delay_seconds: Number of seconds after the container has started before liveness probes are initiated. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
|
|
26737
26498
|
:param pulumi.Input[int] period_seconds: How often (in seconds) to perform the probe. Default to 10 seconds. Minimum value is 1.
|
|
26738
26499
|
:param pulumi.Input[int] success_threshold: Minimum consecutive successes for the probe to be considered successful after having failed. Defaults to 1. Must be 1 for liveness and startup. Minimum value is 1.
|
|
26739
|
-
:param pulumi.Input['TCPSocketActionArgs'] tcp_socket: TCPSocket specifies
|
|
26500
|
+
:param pulumi.Input['TCPSocketActionArgs'] tcp_socket: TCPSocket specifies an action involving a TCP port.
|
|
26740
26501
|
:param pulumi.Input[int] termination_grace_period_seconds: Optional duration in seconds the pod needs to terminate gracefully upon probe failure. The grace period is the duration in seconds after the processes running in the pod are sent a termination signal and the time when the processes are forcibly halted with a kill signal. Set this value longer than the expected cleanup time for your process. If this value is nil, the pod's terminationGracePeriodSeconds will be used. Otherwise, this value overrides the value provided by the pod spec. Value must be non-negative integer. The value zero indicates stop immediately via the kill signal (no opportunity to shut down). This is a beta field and requires enabling ProbeTerminationGracePeriod feature gate. Minimum value is 1. spec.terminationGracePeriodSeconds is used if unset.
|
|
26741
26502
|
:param pulumi.Input[int] timeout_seconds: Number of seconds after which the probe times out. Defaults to 1 second. Minimum value is 1. More info: https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle#container-probes
|
|
26742
26503
|
"""
|
|
@@ -26765,7 +26526,7 @@ class ProbeArgs:
|
|
|
26765
26526
|
@pulumi.getter(name="exec")
|
|
26766
26527
|
def exec_(self) -> Optional[pulumi.Input['ExecActionArgs']]:
|
|
26767
26528
|
"""
|
|
26768
|
-
Exec specifies
|
|
26529
|
+
Exec specifies the action to take.
|
|
26769
26530
|
"""
|
|
26770
26531
|
return pulumi.get(self, "exec_")
|
|
26771
26532
|
|
|
@@ -26789,7 +26550,7 @@ class ProbeArgs:
|
|
|
26789
26550
|
@pulumi.getter
|
|
26790
26551
|
def grpc(self) -> Optional[pulumi.Input['GRPCActionArgs']]:
|
|
26791
26552
|
"""
|
|
26792
|
-
GRPC specifies a GRPC
|
|
26553
|
+
GRPC specifies an action involving a GRPC port.
|
|
26793
26554
|
"""
|
|
26794
26555
|
return pulumi.get(self, "grpc")
|
|
26795
26556
|
|
|
@@ -26801,7 +26562,7 @@ class ProbeArgs:
|
|
|
26801
26562
|
@pulumi.getter(name="httpGet")
|
|
26802
26563
|
def http_get(self) -> Optional[pulumi.Input['HTTPGetActionArgs']]:
|
|
26803
26564
|
"""
|
|
26804
|
-
HTTPGet specifies
|
|
26565
|
+
HTTPGet specifies the http request to perform.
|
|
26805
26566
|
"""
|
|
26806
26567
|
return pulumi.get(self, "http_get")
|
|
26807
26568
|
|
|
@@ -26849,7 +26610,7 @@ class ProbeArgs:
|
|
|
26849
26610
|
@pulumi.getter(name="tcpSocket")
|
|
26850
26611
|
def tcp_socket(self) -> Optional[pulumi.Input['TCPSocketActionArgs']]:
|
|
26851
26612
|
"""
|
|
26852
|
-
TCPSocket specifies
|
|
26613
|
+
TCPSocket specifies an action involving a TCP port.
|
|
26853
26614
|
"""
|
|
26854
26615
|
return pulumi.get(self, "tcp_socket")
|
|
26855
26616
|
|
|
@@ -28785,7 +28546,7 @@ class ResourceFieldSelectorArgs:
|
|
|
28785
28546
|
if not MYPY:
|
|
28786
28547
|
class ResourceHealthArgsDict(TypedDict):
|
|
28787
28548
|
"""
|
|
28788
|
-
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.
|
|
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.
|
|
28789
28550
|
"""
|
|
28790
28551
|
resource_id: pulumi.Input[str]
|
|
28791
28552
|
"""
|
|
@@ -28812,7 +28573,7 @@ class ResourceHealthArgs:
|
|
|
28812
28573
|
resource_id: pulumi.Input[str],
|
|
28813
28574
|
health: Optional[pulumi.Input[str]] = None):
|
|
28814
28575
|
"""
|
|
28815
|
-
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.
|
|
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.
|
|
28816
28577
|
:param pulumi.Input[str] resource_id: ResourceID is the unique identifier of the resource. See the ResourceID type for more information.
|
|
28817
28578
|
:param pulumi.Input[str] health: Health of the resource. can be one of:
|
|
28818
28579
|
- Healthy: operates as normal
|
|
@@ -29363,16 +29124,13 @@ class ResourceRequirementsArgs:
|
|
|
29363
29124
|
|
|
29364
29125
|
if not MYPY:
|
|
29365
29126
|
class ResourceStatusArgsDict(TypedDict):
|
|
29366
|
-
"""
|
|
29367
|
-
ResourceStatus represents the status of a single resource allocated to a Pod.
|
|
29368
|
-
"""
|
|
29369
29127
|
name: pulumi.Input[str]
|
|
29370
29128
|
"""
|
|
29371
|
-
Name of the resource. Must be unique within the pod and
|
|
29129
|
+
Name of the resource. Must be unique within the pod and match one of the resources from the pod spec.
|
|
29372
29130
|
"""
|
|
29373
29131
|
resources: NotRequired[pulumi.Input[Sequence[pulumi.Input['ResourceHealthArgsDict']]]]
|
|
29374
29132
|
"""
|
|
29375
|
-
List of unique
|
|
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.
|
|
29376
29134
|
"""
|
|
29377
29135
|
elif False:
|
|
29378
29136
|
ResourceStatusArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -29383,9 +29141,8 @@ class ResourceStatusArgs:
|
|
|
29383
29141
|
name: pulumi.Input[str],
|
|
29384
29142
|
resources: Optional[pulumi.Input[Sequence[pulumi.Input['ResourceHealthArgs']]]] = None):
|
|
29385
29143
|
"""
|
|
29386
|
-
|
|
29387
|
-
:param pulumi.Input[
|
|
29388
|
-
:param pulumi.Input[Sequence[pulumi.Input['ResourceHealthArgs']]] resources: List of unique resources health. Each element in the list contains an unique resource ID and its health. At a minimum, for the lifetime of a Pod, resource ID must uniquely identify the resource allocated to the Pod on the Node. If other Pod on the same Node reports the status with the same resource ID, it must be the same resource they share. See ResourceID type definition for a specific format it has in various use cases.
|
|
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.
|
|
29389
29146
|
"""
|
|
29390
29147
|
pulumi.set(__self__, "name", name)
|
|
29391
29148
|
if resources is not None:
|
|
@@ -29395,7 +29152,7 @@ class ResourceStatusArgs:
|
|
|
29395
29152
|
@pulumi.getter
|
|
29396
29153
|
def name(self) -> pulumi.Input[str]:
|
|
29397
29154
|
"""
|
|
29398
|
-
Name of the resource. Must be unique within the pod and
|
|
29155
|
+
Name of the resource. Must be unique within the pod and match one of the resources from the pod spec.
|
|
29399
29156
|
"""
|
|
29400
29157
|
return pulumi.get(self, "name")
|
|
29401
29158
|
|
|
@@ -29407,7 +29164,7 @@ class ResourceStatusArgs:
|
|
|
29407
29164
|
@pulumi.getter
|
|
29408
29165
|
def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourceHealthArgs']]]]:
|
|
29409
29166
|
"""
|
|
29410
|
-
List of unique
|
|
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.
|
|
29411
29168
|
"""
|
|
29412
29169
|
return pulumi.get(self, "resources")
|
|
29413
29170
|
|
|
@@ -32420,7 +32177,7 @@ if not MYPY:
|
|
|
32420
32177
|
"""
|
|
32421
32178
|
secrets: NotRequired[pulumi.Input[Sequence[pulumi.Input['ObjectReferenceArgsDict']]]]
|
|
32422
32179
|
"""
|
|
32423
|
-
Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a "kubernetes.io/enforce-mountable-secrets" annotation set to "true".
|
|
32180
|
+
Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a "kubernetes.io/enforce-mountable-secrets" annotation set to "true". This field should not be used to find auto-generated service account token secrets for use outside of pods. Instead, tokens can be requested directly using the TokenRequest API, or service account token secrets can be manually created. More info: https://kubernetes.io/docs/concepts/configuration/secret
|
|
32424
32181
|
"""
|
|
32425
32182
|
elif False:
|
|
32426
32183
|
ServiceAccountArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -32441,7 +32198,7 @@ class ServiceAccountArgs:
|
|
|
32441
32198
|
:param pulumi.Input[Sequence[pulumi.Input['LocalObjectReferenceArgs']]] image_pull_secrets: ImagePullSecrets is a list of references to secrets in the same namespace to use for pulling any images in pods that reference this ServiceAccount. ImagePullSecrets are distinct from Secrets because Secrets can be mounted in the pod, but ImagePullSecrets are only accessed by the kubelet. More info: https://kubernetes.io/docs/concepts/containers/images/#specifying-imagepullsecrets-on-a-pod
|
|
32442
32199
|
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
32443
32200
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
32444
|
-
:param pulumi.Input[Sequence[pulumi.Input['ObjectReferenceArgs']]] secrets: Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a "kubernetes.io/enforce-mountable-secrets" annotation set to "true".
|
|
32201
|
+
:param pulumi.Input[Sequence[pulumi.Input['ObjectReferenceArgs']]] secrets: Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a "kubernetes.io/enforce-mountable-secrets" annotation set to "true". This field should not be used to find auto-generated service account token secrets for use outside of pods. Instead, tokens can be requested directly using the TokenRequest API, or service account token secrets can be manually created. More info: https://kubernetes.io/docs/concepts/configuration/secret
|
|
32445
32202
|
"""
|
|
32446
32203
|
if api_version is not None:
|
|
32447
32204
|
pulumi.set(__self__, "api_version", 'v1')
|
|
@@ -32520,7 +32277,7 @@ class ServiceAccountArgs:
|
|
|
32520
32277
|
@pulumi.getter
|
|
32521
32278
|
def secrets(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ObjectReferenceArgs']]]]:
|
|
32522
32279
|
"""
|
|
32523
|
-
Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a "kubernetes.io/enforce-mountable-secrets" annotation set to "true".
|
|
32280
|
+
Secrets is a list of the secrets in the same namespace that pods running using this ServiceAccount are allowed to use. Pods are only limited to this list if this service account has a "kubernetes.io/enforce-mountable-secrets" annotation set to "true". This field should not be used to find auto-generated service account token secrets for use outside of pods. Instead, tokens can be requested directly using the TokenRequest API, or service account token secrets can be manually created. More info: https://kubernetes.io/docs/concepts/configuration/secret
|
|
32524
32281
|
"""
|
|
32525
32282
|
return pulumi.get(self, "secrets")
|
|
32526
32283
|
|
|
@@ -32945,7 +32702,7 @@ if not MYPY:
|
|
|
32945
32702
|
"""
|
|
32946
32703
|
traffic_distribution: NotRequired[pulumi.Input[str]]
|
|
32947
32704
|
"""
|
|
32948
|
-
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
|
|
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.
|
|
32949
32706
|
"""
|
|
32950
32707
|
type: NotRequired[pulumi.Input[Union[str, 'ServiceSpecType']]]
|
|
32951
32708
|
"""
|
|
@@ -33005,7 +32762,7 @@ class ServiceSpecPatchArgs:
|
|
|
33005
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
|
|
33006
32763
|
:param pulumi.Input['SessionAffinityConfigPatchArgs'] session_affinity_config: sessionAffinityConfig contains the configurations of session affinity.
|
|
33007
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.
|
|
33008
|
-
: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
|
|
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.
|
|
33009
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
|
|
33010
32767
|
"""
|
|
33011
32768
|
if allocate_load_balancer_node_ports is not None:
|
|
@@ -33301,7 +33058,7 @@ class ServiceSpecPatchArgs:
|
|
|
33301
33058
|
@pulumi.getter(name="trafficDistribution")
|
|
33302
33059
|
def traffic_distribution(self) -> Optional[pulumi.Input[str]]:
|
|
33303
33060
|
"""
|
|
33304
|
-
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
|
|
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.
|
|
33305
33062
|
"""
|
|
33306
33063
|
return pulumi.get(self, "traffic_distribution")
|
|
33307
33064
|
|
|
@@ -33413,7 +33170,7 @@ if not MYPY:
|
|
|
33413
33170
|
"""
|
|
33414
33171
|
traffic_distribution: NotRequired[pulumi.Input[str]]
|
|
33415
33172
|
"""
|
|
33416
|
-
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
|
|
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.
|
|
33417
33174
|
"""
|
|
33418
33175
|
type: NotRequired[pulumi.Input[Union[str, 'ServiceSpecType']]]
|
|
33419
33176
|
"""
|
|
@@ -33473,7 +33230,7 @@ class ServiceSpecArgs:
|
|
|
33473
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
|
|
33474
33231
|
:param pulumi.Input['SessionAffinityConfigArgs'] session_affinity_config: sessionAffinityConfig contains the configurations of session affinity.
|
|
33475
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.
|
|
33476
|
-
: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
|
|
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.
|
|
33477
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
|
|
33478
33235
|
"""
|
|
33479
33236
|
if allocate_load_balancer_node_ports is not None:
|
|
@@ -33769,7 +33526,7 @@ class ServiceSpecArgs:
|
|
|
33769
33526
|
@pulumi.getter(name="trafficDistribution")
|
|
33770
33527
|
def traffic_distribution(self) -> Optional[pulumi.Input[str]]:
|
|
33771
33528
|
"""
|
|
33772
|
-
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
|
|
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.
|
|
33773
33530
|
"""
|
|
33774
33531
|
return pulumi.get(self, "traffic_distribution")
|
|
33775
33532
|
|
|
@@ -35995,9 +35752,6 @@ class TypedLocalObjectReferenceArgs:
|
|
|
35995
35752
|
|
|
35996
35753
|
if not MYPY:
|
|
35997
35754
|
class TypedObjectReferencePatchArgsDict(TypedDict):
|
|
35998
|
-
"""
|
|
35999
|
-
TypedObjectReference contains enough information to let you locate the typed referenced object
|
|
36000
|
-
"""
|
|
36001
35755
|
api_group: NotRequired[pulumi.Input[str]]
|
|
36002
35756
|
"""
|
|
36003
35757
|
APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
@@ -36025,7 +35779,6 @@ class TypedObjectReferencePatchArgs:
|
|
|
36025
35779
|
name: Optional[pulumi.Input[str]] = None,
|
|
36026
35780
|
namespace: Optional[pulumi.Input[str]] = None):
|
|
36027
35781
|
"""
|
|
36028
|
-
TypedObjectReference contains enough information to let you locate the typed referenced object
|
|
36029
35782
|
:param pulumi.Input[str] api_group: APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
36030
35783
|
:param pulumi.Input[str] kind: Kind is the type of resource being referenced
|
|
36031
35784
|
:param pulumi.Input[str] name: Name is the name of resource being referenced
|
|
@@ -36091,9 +35844,6 @@ class TypedObjectReferencePatchArgs:
|
|
|
36091
35844
|
|
|
36092
35845
|
if not MYPY:
|
|
36093
35846
|
class TypedObjectReferenceArgsDict(TypedDict):
|
|
36094
|
-
"""
|
|
36095
|
-
TypedObjectReference contains enough information to let you locate the typed referenced object
|
|
36096
|
-
"""
|
|
36097
35847
|
kind: pulumi.Input[str]
|
|
36098
35848
|
"""
|
|
36099
35849
|
Kind is the type of resource being referenced
|
|
@@ -36121,7 +35871,6 @@ class TypedObjectReferenceArgs:
|
|
|
36121
35871
|
api_group: Optional[pulumi.Input[str]] = None,
|
|
36122
35872
|
namespace: Optional[pulumi.Input[str]] = None):
|
|
36123
35873
|
"""
|
|
36124
|
-
TypedObjectReference contains enough information to let you locate the typed referenced object
|
|
36125
35874
|
:param pulumi.Input[str] kind: Kind is the type of resource being referenced
|
|
36126
35875
|
:param pulumi.Input[str] name: Name is the name of resource being referenced
|
|
36127
35876
|
:param pulumi.Input[str] api_group: APIGroup is the group for the resource being referenced. If APIGroup is not specified, the specified Kind must be in the core API group. For any other third-party types, APIGroup is required.
|
|
@@ -36824,23 +36573,23 @@ if not MYPY:
|
|
|
36824
36573
|
"""
|
|
36825
36574
|
aws_elastic_block_store: NotRequired[pulumi.Input['AWSElasticBlockStoreVolumeSourcePatchArgsDict']]
|
|
36826
36575
|
"""
|
|
36827
|
-
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
36576
|
+
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
36828
36577
|
"""
|
|
36829
36578
|
azure_disk: NotRequired[pulumi.Input['AzureDiskVolumeSourcePatchArgsDict']]
|
|
36830
36579
|
"""
|
|
36831
|
-
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
36580
|
+
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
36832
36581
|
"""
|
|
36833
36582
|
azure_file: NotRequired[pulumi.Input['AzureFileVolumeSourcePatchArgsDict']]
|
|
36834
36583
|
"""
|
|
36835
|
-
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
36584
|
+
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
36836
36585
|
"""
|
|
36837
36586
|
cephfs: NotRequired[pulumi.Input['CephFSVolumeSourcePatchArgsDict']]
|
|
36838
36587
|
"""
|
|
36839
|
-
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
36588
|
+
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
36840
36589
|
"""
|
|
36841
36590
|
cinder: NotRequired[pulumi.Input['CinderVolumeSourcePatchArgsDict']]
|
|
36842
36591
|
"""
|
|
36843
|
-
cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
36592
|
+
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
36844
36593
|
"""
|
|
36845
36594
|
config_map: NotRequired[pulumi.Input['ConfigMapVolumeSourcePatchArgsDict']]
|
|
36846
36595
|
"""
|
|
@@ -36848,7 +36597,7 @@ if not MYPY:
|
|
|
36848
36597
|
"""
|
|
36849
36598
|
csi: NotRequired[pulumi.Input['CSIVolumeSourcePatchArgsDict']]
|
|
36850
36599
|
"""
|
|
36851
|
-
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
|
|
36600
|
+
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
|
|
36852
36601
|
"""
|
|
36853
36602
|
downward_api: NotRequired[pulumi.Input['DownwardAPIVolumeSourcePatchArgsDict']]
|
|
36854
36603
|
"""
|
|
@@ -36881,23 +36630,23 @@ if not MYPY:
|
|
|
36881
36630
|
"""
|
|
36882
36631
|
flex_volume: NotRequired[pulumi.Input['FlexVolumeSourcePatchArgsDict']]
|
|
36883
36632
|
"""
|
|
36884
|
-
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
36633
|
+
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
36885
36634
|
"""
|
|
36886
36635
|
flocker: NotRequired[pulumi.Input['FlockerVolumeSourcePatchArgsDict']]
|
|
36887
36636
|
"""
|
|
36888
|
-
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
36637
|
+
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
36889
36638
|
"""
|
|
36890
36639
|
gce_persistent_disk: NotRequired[pulumi.Input['GCEPersistentDiskVolumeSourcePatchArgsDict']]
|
|
36891
36640
|
"""
|
|
36892
|
-
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
36641
|
+
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
36893
36642
|
"""
|
|
36894
36643
|
git_repo: NotRequired[pulumi.Input['GitRepoVolumeSourcePatchArgsDict']]
|
|
36895
36644
|
"""
|
|
36896
|
-
gitRepo represents a git repository at a particular revision.
|
|
36645
|
+
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.
|
|
36897
36646
|
"""
|
|
36898
36647
|
glusterfs: NotRequired[pulumi.Input['GlusterfsVolumeSourcePatchArgsDict']]
|
|
36899
36648
|
"""
|
|
36900
|
-
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
|
|
36649
|
+
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
36901
36650
|
"""
|
|
36902
36651
|
host_path: NotRequired[pulumi.Input['HostPathVolumeSourcePatchArgsDict']]
|
|
36903
36652
|
"""
|
|
@@ -36929,11 +36678,11 @@ if not MYPY:
|
|
|
36929
36678
|
"""
|
|
36930
36679
|
photon_persistent_disk: NotRequired[pulumi.Input['PhotonPersistentDiskVolumeSourcePatchArgsDict']]
|
|
36931
36680
|
"""
|
|
36932
|
-
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
36681
|
+
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
36933
36682
|
"""
|
|
36934
36683
|
portworx_volume: NotRequired[pulumi.Input['PortworxVolumeSourcePatchArgsDict']]
|
|
36935
36684
|
"""
|
|
36936
|
-
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
36685
|
+
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
36937
36686
|
"""
|
|
36938
36687
|
projected: NotRequired[pulumi.Input['ProjectedVolumeSourcePatchArgsDict']]
|
|
36939
36688
|
"""
|
|
@@ -36941,15 +36690,15 @@ if not MYPY:
|
|
|
36941
36690
|
"""
|
|
36942
36691
|
quobyte: NotRequired[pulumi.Input['QuobyteVolumeSourcePatchArgsDict']]
|
|
36943
36692
|
"""
|
|
36944
|
-
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
36693
|
+
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
36945
36694
|
"""
|
|
36946
36695
|
rbd: NotRequired[pulumi.Input['RBDVolumeSourcePatchArgsDict']]
|
|
36947
36696
|
"""
|
|
36948
|
-
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
36697
|
+
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
36949
36698
|
"""
|
|
36950
36699
|
scale_io: NotRequired[pulumi.Input['ScaleIOVolumeSourcePatchArgsDict']]
|
|
36951
36700
|
"""
|
|
36952
|
-
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
36701
|
+
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
36953
36702
|
"""
|
|
36954
36703
|
secret: NotRequired[pulumi.Input['SecretVolumeSourcePatchArgsDict']]
|
|
36955
36704
|
"""
|
|
@@ -36957,11 +36706,11 @@ if not MYPY:
|
|
|
36957
36706
|
"""
|
|
36958
36707
|
storageos: NotRequired[pulumi.Input['StorageOSVolumeSourcePatchArgsDict']]
|
|
36959
36708
|
"""
|
|
36960
|
-
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
36709
|
+
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
36961
36710
|
"""
|
|
36962
36711
|
vsphere_volume: NotRequired[pulumi.Input['VsphereVirtualDiskVolumeSourcePatchArgsDict']]
|
|
36963
36712
|
"""
|
|
36964
|
-
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
36713
|
+
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
36965
36714
|
"""
|
|
36966
36715
|
elif False:
|
|
36967
36716
|
VolumePatchArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -37002,13 +36751,13 @@ class VolumePatchArgs:
|
|
|
37002
36751
|
vsphere_volume: Optional[pulumi.Input['VsphereVirtualDiskVolumeSourcePatchArgs']] = None):
|
|
37003
36752
|
"""
|
|
37004
36753
|
Volume represents a named volume in a pod that may be accessed by any container in the pod.
|
|
37005
|
-
:param pulumi.Input['AWSElasticBlockStoreVolumeSourcePatchArgs'] aws_elastic_block_store: awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
37006
|
-
:param pulumi.Input['AzureDiskVolumeSourcePatchArgs'] azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
37007
|
-
:param pulumi.Input['AzureFileVolumeSourcePatchArgs'] azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
37008
|
-
:param pulumi.Input['CephFSVolumeSourcePatchArgs'] cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
37009
|
-
:param pulumi.Input['CinderVolumeSourcePatchArgs'] cinder: cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
36754
|
+
:param pulumi.Input['AWSElasticBlockStoreVolumeSourcePatchArgs'] aws_elastic_block_store: awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
36755
|
+
:param pulumi.Input['AzureDiskVolumeSourcePatchArgs'] azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
36756
|
+
:param pulumi.Input['AzureFileVolumeSourcePatchArgs'] azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
36757
|
+
:param pulumi.Input['CephFSVolumeSourcePatchArgs'] cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
36758
|
+
:param pulumi.Input['CinderVolumeSourcePatchArgs'] cinder: cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
37010
36759
|
:param pulumi.Input['ConfigMapVolumeSourcePatchArgs'] config_map: configMap represents a configMap that should populate this volume
|
|
37011
|
-
:param pulumi.Input['CSIVolumeSourcePatchArgs'] csi: csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
|
|
36760
|
+
:param pulumi.Input['CSIVolumeSourcePatchArgs'] csi: csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
|
|
37012
36761
|
:param pulumi.Input['DownwardAPIVolumeSourcePatchArgs'] downward_api: downwardAPI represents downward API about the pod that should populate this volume
|
|
37013
36762
|
:param pulumi.Input['EmptyDirVolumeSourcePatchArgs'] empty_dir: emptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
|
|
37014
36763
|
:param pulumi.Input['EphemeralVolumeSourcePatchArgs'] ephemeral: ephemeral represents a volume that is handled by a cluster storage driver. The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, and deleted when the pod is removed.
|
|
@@ -37026,11 +36775,11 @@ class VolumePatchArgs:
|
|
|
37026
36775
|
|
|
37027
36776
|
A pod can use both types of ephemeral volumes and persistent volumes at the same time.
|
|
37028
36777
|
:param pulumi.Input['FCVolumeSourcePatchArgs'] fc: fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
37029
|
-
:param pulumi.Input['FlexVolumeSourcePatchArgs'] flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
37030
|
-
:param pulumi.Input['FlockerVolumeSourcePatchArgs'] flocker: flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
37031
|
-
:param pulumi.Input['GCEPersistentDiskVolumeSourcePatchArgs'] gce_persistent_disk: gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
37032
|
-
:param pulumi.Input['GitRepoVolumeSourcePatchArgs'] git_repo: gitRepo represents a git repository at a particular revision.
|
|
37033
|
-
:param pulumi.Input['GlusterfsVolumeSourcePatchArgs'] glusterfs: glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
|
|
36778
|
+
:param pulumi.Input['FlexVolumeSourcePatchArgs'] flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
36779
|
+
:param pulumi.Input['FlockerVolumeSourcePatchArgs'] flocker: flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
36780
|
+
:param pulumi.Input['GCEPersistentDiskVolumeSourcePatchArgs'] gce_persistent_disk: gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
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.
|
|
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
|
|
37034
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
|
|
37035
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:
|
|
37036
36785
|
|
|
@@ -37041,15 +36790,15 @@ class VolumePatchArgs:
|
|
|
37041
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
|
|
37042
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
|
|
37043
36792
|
:param pulumi.Input['PersistentVolumeClaimVolumeSourcePatchArgs'] persistent_volume_claim: persistentVolumeClaimVolumeSource represents a reference to a PersistentVolumeClaim in the same namespace. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims
|
|
37044
|
-
:param pulumi.Input['PhotonPersistentDiskVolumeSourcePatchArgs'] photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
37045
|
-
:param pulumi.Input['PortworxVolumeSourcePatchArgs'] portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
36793
|
+
:param pulumi.Input['PhotonPersistentDiskVolumeSourcePatchArgs'] photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
36794
|
+
:param pulumi.Input['PortworxVolumeSourcePatchArgs'] portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
37046
36795
|
:param pulumi.Input['ProjectedVolumeSourcePatchArgs'] projected: projected items for all in one resources secrets, configmaps, and downward API
|
|
37047
|
-
:param pulumi.Input['QuobyteVolumeSourcePatchArgs'] quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
37048
|
-
:param pulumi.Input['RBDVolumeSourcePatchArgs'] rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
37049
|
-
:param pulumi.Input['ScaleIOVolumeSourcePatchArgs'] scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
36796
|
+
:param pulumi.Input['QuobyteVolumeSourcePatchArgs'] quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
36797
|
+
:param pulumi.Input['RBDVolumeSourcePatchArgs'] rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
36798
|
+
:param pulumi.Input['ScaleIOVolumeSourcePatchArgs'] scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
37050
36799
|
:param pulumi.Input['SecretVolumeSourcePatchArgs'] secret: secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
|
|
37051
|
-
:param pulumi.Input['StorageOSVolumeSourcePatchArgs'] storageos: storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
37052
|
-
:param pulumi.Input['VsphereVirtualDiskVolumeSourcePatchArgs'] vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
36800
|
+
:param pulumi.Input['StorageOSVolumeSourcePatchArgs'] storageos: storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
36801
|
+
:param pulumi.Input['VsphereVirtualDiskVolumeSourcePatchArgs'] vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
37053
36802
|
"""
|
|
37054
36803
|
if aws_elastic_block_store is not None:
|
|
37055
36804
|
pulumi.set(__self__, "aws_elastic_block_store", aws_elastic_block_store)
|
|
@@ -37118,7 +36867,7 @@ class VolumePatchArgs:
|
|
|
37118
36867
|
@pulumi.getter(name="awsElasticBlockStore")
|
|
37119
36868
|
def aws_elastic_block_store(self) -> Optional[pulumi.Input['AWSElasticBlockStoreVolumeSourcePatchArgs']]:
|
|
37120
36869
|
"""
|
|
37121
|
-
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
36870
|
+
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
37122
36871
|
"""
|
|
37123
36872
|
return pulumi.get(self, "aws_elastic_block_store")
|
|
37124
36873
|
|
|
@@ -37130,7 +36879,7 @@ class VolumePatchArgs:
|
|
|
37130
36879
|
@pulumi.getter(name="azureDisk")
|
|
37131
36880
|
def azure_disk(self) -> Optional[pulumi.Input['AzureDiskVolumeSourcePatchArgs']]:
|
|
37132
36881
|
"""
|
|
37133
|
-
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
36882
|
+
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
37134
36883
|
"""
|
|
37135
36884
|
return pulumi.get(self, "azure_disk")
|
|
37136
36885
|
|
|
@@ -37142,7 +36891,7 @@ class VolumePatchArgs:
|
|
|
37142
36891
|
@pulumi.getter(name="azureFile")
|
|
37143
36892
|
def azure_file(self) -> Optional[pulumi.Input['AzureFileVolumeSourcePatchArgs']]:
|
|
37144
36893
|
"""
|
|
37145
|
-
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
36894
|
+
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
37146
36895
|
"""
|
|
37147
36896
|
return pulumi.get(self, "azure_file")
|
|
37148
36897
|
|
|
@@ -37154,7 +36903,7 @@ class VolumePatchArgs:
|
|
|
37154
36903
|
@pulumi.getter
|
|
37155
36904
|
def cephfs(self) -> Optional[pulumi.Input['CephFSVolumeSourcePatchArgs']]:
|
|
37156
36905
|
"""
|
|
37157
|
-
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
36906
|
+
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
37158
36907
|
"""
|
|
37159
36908
|
return pulumi.get(self, "cephfs")
|
|
37160
36909
|
|
|
@@ -37166,7 +36915,7 @@ class VolumePatchArgs:
|
|
|
37166
36915
|
@pulumi.getter
|
|
37167
36916
|
def cinder(self) -> Optional[pulumi.Input['CinderVolumeSourcePatchArgs']]:
|
|
37168
36917
|
"""
|
|
37169
|
-
cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
36918
|
+
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
37170
36919
|
"""
|
|
37171
36920
|
return pulumi.get(self, "cinder")
|
|
37172
36921
|
|
|
@@ -37190,7 +36939,7 @@ class VolumePatchArgs:
|
|
|
37190
36939
|
@pulumi.getter
|
|
37191
36940
|
def csi(self) -> Optional[pulumi.Input['CSIVolumeSourcePatchArgs']]:
|
|
37192
36941
|
"""
|
|
37193
|
-
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
|
|
36942
|
+
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
|
|
37194
36943
|
"""
|
|
37195
36944
|
return pulumi.get(self, "csi")
|
|
37196
36945
|
|
|
@@ -37263,7 +37012,7 @@ class VolumePatchArgs:
|
|
|
37263
37012
|
@pulumi.getter(name="flexVolume")
|
|
37264
37013
|
def flex_volume(self) -> Optional[pulumi.Input['FlexVolumeSourcePatchArgs']]:
|
|
37265
37014
|
"""
|
|
37266
|
-
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
37015
|
+
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
37267
37016
|
"""
|
|
37268
37017
|
return pulumi.get(self, "flex_volume")
|
|
37269
37018
|
|
|
@@ -37275,7 +37024,7 @@ class VolumePatchArgs:
|
|
|
37275
37024
|
@pulumi.getter
|
|
37276
37025
|
def flocker(self) -> Optional[pulumi.Input['FlockerVolumeSourcePatchArgs']]:
|
|
37277
37026
|
"""
|
|
37278
|
-
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
37027
|
+
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
37279
37028
|
"""
|
|
37280
37029
|
return pulumi.get(self, "flocker")
|
|
37281
37030
|
|
|
@@ -37287,7 +37036,7 @@ class VolumePatchArgs:
|
|
|
37287
37036
|
@pulumi.getter(name="gcePersistentDisk")
|
|
37288
37037
|
def gce_persistent_disk(self) -> Optional[pulumi.Input['GCEPersistentDiskVolumeSourcePatchArgs']]:
|
|
37289
37038
|
"""
|
|
37290
|
-
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
37039
|
+
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
37291
37040
|
"""
|
|
37292
37041
|
return pulumi.get(self, "gce_persistent_disk")
|
|
37293
37042
|
|
|
@@ -37299,7 +37048,7 @@ class VolumePatchArgs:
|
|
|
37299
37048
|
@pulumi.getter(name="gitRepo")
|
|
37300
37049
|
def git_repo(self) -> Optional[pulumi.Input['GitRepoVolumeSourcePatchArgs']]:
|
|
37301
37050
|
"""
|
|
37302
|
-
gitRepo represents a git repository at a particular revision.
|
|
37051
|
+
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.
|
|
37303
37052
|
"""
|
|
37304
37053
|
return pulumi.get(self, "git_repo")
|
|
37305
37054
|
|
|
@@ -37311,7 +37060,7 @@ class VolumePatchArgs:
|
|
|
37311
37060
|
@pulumi.getter
|
|
37312
37061
|
def glusterfs(self) -> Optional[pulumi.Input['GlusterfsVolumeSourcePatchArgs']]:
|
|
37313
37062
|
"""
|
|
37314
|
-
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
|
|
37063
|
+
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
37315
37064
|
"""
|
|
37316
37065
|
return pulumi.get(self, "glusterfs")
|
|
37317
37066
|
|
|
@@ -37399,7 +37148,7 @@ class VolumePatchArgs:
|
|
|
37399
37148
|
@pulumi.getter(name="photonPersistentDisk")
|
|
37400
37149
|
def photon_persistent_disk(self) -> Optional[pulumi.Input['PhotonPersistentDiskVolumeSourcePatchArgs']]:
|
|
37401
37150
|
"""
|
|
37402
|
-
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
37151
|
+
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
37403
37152
|
"""
|
|
37404
37153
|
return pulumi.get(self, "photon_persistent_disk")
|
|
37405
37154
|
|
|
@@ -37411,7 +37160,7 @@ class VolumePatchArgs:
|
|
|
37411
37160
|
@pulumi.getter(name="portworxVolume")
|
|
37412
37161
|
def portworx_volume(self) -> Optional[pulumi.Input['PortworxVolumeSourcePatchArgs']]:
|
|
37413
37162
|
"""
|
|
37414
|
-
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
37163
|
+
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
37415
37164
|
"""
|
|
37416
37165
|
return pulumi.get(self, "portworx_volume")
|
|
37417
37166
|
|
|
@@ -37435,7 +37184,7 @@ class VolumePatchArgs:
|
|
|
37435
37184
|
@pulumi.getter
|
|
37436
37185
|
def quobyte(self) -> Optional[pulumi.Input['QuobyteVolumeSourcePatchArgs']]:
|
|
37437
37186
|
"""
|
|
37438
|
-
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
37187
|
+
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
37439
37188
|
"""
|
|
37440
37189
|
return pulumi.get(self, "quobyte")
|
|
37441
37190
|
|
|
@@ -37447,7 +37196,7 @@ class VolumePatchArgs:
|
|
|
37447
37196
|
@pulumi.getter
|
|
37448
37197
|
def rbd(self) -> Optional[pulumi.Input['RBDVolumeSourcePatchArgs']]:
|
|
37449
37198
|
"""
|
|
37450
|
-
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
37199
|
+
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
37451
37200
|
"""
|
|
37452
37201
|
return pulumi.get(self, "rbd")
|
|
37453
37202
|
|
|
@@ -37459,7 +37208,7 @@ class VolumePatchArgs:
|
|
|
37459
37208
|
@pulumi.getter(name="scaleIO")
|
|
37460
37209
|
def scale_io(self) -> Optional[pulumi.Input['ScaleIOVolumeSourcePatchArgs']]:
|
|
37461
37210
|
"""
|
|
37462
|
-
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
37211
|
+
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
37463
37212
|
"""
|
|
37464
37213
|
return pulumi.get(self, "scale_io")
|
|
37465
37214
|
|
|
@@ -37483,7 +37232,7 @@ class VolumePatchArgs:
|
|
|
37483
37232
|
@pulumi.getter
|
|
37484
37233
|
def storageos(self) -> Optional[pulumi.Input['StorageOSVolumeSourcePatchArgs']]:
|
|
37485
37234
|
"""
|
|
37486
|
-
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
37235
|
+
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
37487
37236
|
"""
|
|
37488
37237
|
return pulumi.get(self, "storageos")
|
|
37489
37238
|
|
|
@@ -37495,7 +37244,7 @@ class VolumePatchArgs:
|
|
|
37495
37244
|
@pulumi.getter(name="vsphereVolume")
|
|
37496
37245
|
def vsphere_volume(self) -> Optional[pulumi.Input['VsphereVirtualDiskVolumeSourcePatchArgs']]:
|
|
37497
37246
|
"""
|
|
37498
|
-
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
37247
|
+
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
37499
37248
|
"""
|
|
37500
37249
|
return pulumi.get(self, "vsphere_volume")
|
|
37501
37250
|
|
|
@@ -37895,23 +37644,23 @@ if not MYPY:
|
|
|
37895
37644
|
"""
|
|
37896
37645
|
aws_elastic_block_store: NotRequired[pulumi.Input['AWSElasticBlockStoreVolumeSourceArgsDict']]
|
|
37897
37646
|
"""
|
|
37898
|
-
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
37647
|
+
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
37899
37648
|
"""
|
|
37900
37649
|
azure_disk: NotRequired[pulumi.Input['AzureDiskVolumeSourceArgsDict']]
|
|
37901
37650
|
"""
|
|
37902
|
-
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
37651
|
+
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
37903
37652
|
"""
|
|
37904
37653
|
azure_file: NotRequired[pulumi.Input['AzureFileVolumeSourceArgsDict']]
|
|
37905
37654
|
"""
|
|
37906
|
-
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
37655
|
+
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
37907
37656
|
"""
|
|
37908
37657
|
cephfs: NotRequired[pulumi.Input['CephFSVolumeSourceArgsDict']]
|
|
37909
37658
|
"""
|
|
37910
|
-
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
37659
|
+
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
37911
37660
|
"""
|
|
37912
37661
|
cinder: NotRequired[pulumi.Input['CinderVolumeSourceArgsDict']]
|
|
37913
37662
|
"""
|
|
37914
|
-
cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
37663
|
+
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
37915
37664
|
"""
|
|
37916
37665
|
config_map: NotRequired[pulumi.Input['ConfigMapVolumeSourceArgsDict']]
|
|
37917
37666
|
"""
|
|
@@ -37919,7 +37668,7 @@ if not MYPY:
|
|
|
37919
37668
|
"""
|
|
37920
37669
|
csi: NotRequired[pulumi.Input['CSIVolumeSourceArgsDict']]
|
|
37921
37670
|
"""
|
|
37922
|
-
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
|
|
37671
|
+
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
|
|
37923
37672
|
"""
|
|
37924
37673
|
downward_api: NotRequired[pulumi.Input['DownwardAPIVolumeSourceArgsDict']]
|
|
37925
37674
|
"""
|
|
@@ -37952,23 +37701,23 @@ if not MYPY:
|
|
|
37952
37701
|
"""
|
|
37953
37702
|
flex_volume: NotRequired[pulumi.Input['FlexVolumeSourceArgsDict']]
|
|
37954
37703
|
"""
|
|
37955
|
-
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
37704
|
+
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
37956
37705
|
"""
|
|
37957
37706
|
flocker: NotRequired[pulumi.Input['FlockerVolumeSourceArgsDict']]
|
|
37958
37707
|
"""
|
|
37959
|
-
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
37708
|
+
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
37960
37709
|
"""
|
|
37961
37710
|
gce_persistent_disk: NotRequired[pulumi.Input['GCEPersistentDiskVolumeSourceArgsDict']]
|
|
37962
37711
|
"""
|
|
37963
|
-
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
37712
|
+
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
37964
37713
|
"""
|
|
37965
37714
|
git_repo: NotRequired[pulumi.Input['GitRepoVolumeSourceArgsDict']]
|
|
37966
37715
|
"""
|
|
37967
|
-
gitRepo represents a git repository at a particular revision.
|
|
37716
|
+
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.
|
|
37968
37717
|
"""
|
|
37969
37718
|
glusterfs: NotRequired[pulumi.Input['GlusterfsVolumeSourceArgsDict']]
|
|
37970
37719
|
"""
|
|
37971
|
-
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
|
|
37720
|
+
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
37972
37721
|
"""
|
|
37973
37722
|
host_path: NotRequired[pulumi.Input['HostPathVolumeSourceArgsDict']]
|
|
37974
37723
|
"""
|
|
@@ -37996,11 +37745,11 @@ if not MYPY:
|
|
|
37996
37745
|
"""
|
|
37997
37746
|
photon_persistent_disk: NotRequired[pulumi.Input['PhotonPersistentDiskVolumeSourceArgsDict']]
|
|
37998
37747
|
"""
|
|
37999
|
-
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
37748
|
+
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
38000
37749
|
"""
|
|
38001
37750
|
portworx_volume: NotRequired[pulumi.Input['PortworxVolumeSourceArgsDict']]
|
|
38002
37751
|
"""
|
|
38003
|
-
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
37752
|
+
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
38004
37753
|
"""
|
|
38005
37754
|
projected: NotRequired[pulumi.Input['ProjectedVolumeSourceArgsDict']]
|
|
38006
37755
|
"""
|
|
@@ -38008,15 +37757,15 @@ if not MYPY:
|
|
|
38008
37757
|
"""
|
|
38009
37758
|
quobyte: NotRequired[pulumi.Input['QuobyteVolumeSourceArgsDict']]
|
|
38010
37759
|
"""
|
|
38011
|
-
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
37760
|
+
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
38012
37761
|
"""
|
|
38013
37762
|
rbd: NotRequired[pulumi.Input['RBDVolumeSourceArgsDict']]
|
|
38014
37763
|
"""
|
|
38015
|
-
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
37764
|
+
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
38016
37765
|
"""
|
|
38017
37766
|
scale_io: NotRequired[pulumi.Input['ScaleIOVolumeSourceArgsDict']]
|
|
38018
37767
|
"""
|
|
38019
|
-
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
37768
|
+
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
38020
37769
|
"""
|
|
38021
37770
|
secret: NotRequired[pulumi.Input['SecretVolumeSourceArgsDict']]
|
|
38022
37771
|
"""
|
|
@@ -38024,11 +37773,11 @@ if not MYPY:
|
|
|
38024
37773
|
"""
|
|
38025
37774
|
storageos: NotRequired[pulumi.Input['StorageOSVolumeSourceArgsDict']]
|
|
38026
37775
|
"""
|
|
38027
|
-
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
37776
|
+
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
38028
37777
|
"""
|
|
38029
37778
|
vsphere_volume: NotRequired[pulumi.Input['VsphereVirtualDiskVolumeSourceArgsDict']]
|
|
38030
37779
|
"""
|
|
38031
|
-
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
37780
|
+
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
38032
37781
|
"""
|
|
38033
37782
|
elif False:
|
|
38034
37783
|
VolumeArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -38070,13 +37819,13 @@ class VolumeArgs:
|
|
|
38070
37819
|
"""
|
|
38071
37820
|
Volume represents a named volume in a pod that may be accessed by any container in the pod.
|
|
38072
37821
|
: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
|
|
38073
|
-
:param pulumi.Input['AWSElasticBlockStoreVolumeSourceArgs'] aws_elastic_block_store: awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
38074
|
-
:param pulumi.Input['AzureDiskVolumeSourceArgs'] azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
38075
|
-
:param pulumi.Input['AzureFileVolumeSourceArgs'] azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
38076
|
-
:param pulumi.Input['CephFSVolumeSourceArgs'] cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
38077
|
-
:param pulumi.Input['CinderVolumeSourceArgs'] cinder: cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
37822
|
+
:param pulumi.Input['AWSElasticBlockStoreVolumeSourceArgs'] aws_elastic_block_store: awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
37823
|
+
:param pulumi.Input['AzureDiskVolumeSourceArgs'] azure_disk: azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
37824
|
+
:param pulumi.Input['AzureFileVolumeSourceArgs'] azure_file: azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
37825
|
+
:param pulumi.Input['CephFSVolumeSourceArgs'] cephfs: cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
37826
|
+
:param pulumi.Input['CinderVolumeSourceArgs'] cinder: cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
38078
37827
|
:param pulumi.Input['ConfigMapVolumeSourceArgs'] config_map: configMap represents a configMap that should populate this volume
|
|
38079
|
-
:param pulumi.Input['CSIVolumeSourceArgs'] csi: csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
|
|
37828
|
+
:param pulumi.Input['CSIVolumeSourceArgs'] csi: csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
|
|
38080
37829
|
:param pulumi.Input['DownwardAPIVolumeSourceArgs'] downward_api: downwardAPI represents downward API about the pod that should populate this volume
|
|
38081
37830
|
:param pulumi.Input['EmptyDirVolumeSourceArgs'] empty_dir: emptyDir represents a temporary directory that shares a pod's lifetime. More info: https://kubernetes.io/docs/concepts/storage/volumes#emptydir
|
|
38082
37831
|
:param pulumi.Input['EphemeralVolumeSourceArgs'] ephemeral: ephemeral represents a volume that is handled by a cluster storage driver. The volume's lifecycle is tied to the pod that defines it - it will be created before the pod starts, and deleted when the pod is removed.
|
|
@@ -38094,11 +37843,11 @@ class VolumeArgs:
|
|
|
38094
37843
|
|
|
38095
37844
|
A pod can use both types of ephemeral volumes and persistent volumes at the same time.
|
|
38096
37845
|
:param pulumi.Input['FCVolumeSourceArgs'] fc: fc represents a Fibre Channel resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
38097
|
-
:param pulumi.Input['FlexVolumeSourceArgs'] flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
38098
|
-
:param pulumi.Input['FlockerVolumeSourceArgs'] flocker: flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
38099
|
-
:param pulumi.Input['GCEPersistentDiskVolumeSourceArgs'] gce_persistent_disk: gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
38100
|
-
:param pulumi.Input['GitRepoVolumeSourceArgs'] git_repo: gitRepo represents a git repository at a particular revision.
|
|
38101
|
-
:param pulumi.Input['GlusterfsVolumeSourceArgs'] glusterfs: glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
|
|
37846
|
+
:param pulumi.Input['FlexVolumeSourceArgs'] flex_volume: flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
37847
|
+
:param pulumi.Input['FlockerVolumeSourceArgs'] flocker: flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
37848
|
+
:param pulumi.Input['GCEPersistentDiskVolumeSourceArgs'] gce_persistent_disk: gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
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.
|
|
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
|
|
38102
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
|
|
38103
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:
|
|
38104
37853
|
|
|
@@ -38108,15 +37857,15 @@ class VolumeArgs:
|
|
|
38108
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
|
|
38109
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
|
|
38110
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
|
|
38111
|
-
:param pulumi.Input['PhotonPersistentDiskVolumeSourceArgs'] photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
38112
|
-
:param pulumi.Input['PortworxVolumeSourceArgs'] portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
37860
|
+
:param pulumi.Input['PhotonPersistentDiskVolumeSourceArgs'] photon_persistent_disk: photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
37861
|
+
:param pulumi.Input['PortworxVolumeSourceArgs'] portworx_volume: portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
38113
37862
|
:param pulumi.Input['ProjectedVolumeSourceArgs'] projected: projected items for all in one resources secrets, configmaps, and downward API
|
|
38114
|
-
:param pulumi.Input['QuobyteVolumeSourceArgs'] quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
38115
|
-
:param pulumi.Input['RBDVolumeSourceArgs'] rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
38116
|
-
:param pulumi.Input['ScaleIOVolumeSourceArgs'] scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
37863
|
+
:param pulumi.Input['QuobyteVolumeSourceArgs'] quobyte: quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
37864
|
+
:param pulumi.Input['RBDVolumeSourceArgs'] rbd: rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
37865
|
+
:param pulumi.Input['ScaleIOVolumeSourceArgs'] scale_io: scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
38117
37866
|
:param pulumi.Input['SecretVolumeSourceArgs'] secret: secret represents a secret that should populate this volume. More info: https://kubernetes.io/docs/concepts/storage/volumes#secret
|
|
38118
|
-
:param pulumi.Input['StorageOSVolumeSourceArgs'] storageos: storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
38119
|
-
:param pulumi.Input['VsphereVirtualDiskVolumeSourceArgs'] vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
37867
|
+
:param pulumi.Input['StorageOSVolumeSourceArgs'] storageos: storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
37868
|
+
:param pulumi.Input['VsphereVirtualDiskVolumeSourceArgs'] vsphere_volume: vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
38120
37869
|
"""
|
|
38121
37870
|
pulumi.set(__self__, "name", name)
|
|
38122
37871
|
if aws_elastic_block_store is not None:
|
|
@@ -38196,7 +37945,7 @@ class VolumeArgs:
|
|
|
38196
37945
|
@pulumi.getter(name="awsElasticBlockStore")
|
|
38197
37946
|
def aws_elastic_block_store(self) -> Optional[pulumi.Input['AWSElasticBlockStoreVolumeSourceArgs']]:
|
|
38198
37947
|
"""
|
|
38199
|
-
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
37948
|
+
awsElasticBlockStore represents an AWS Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore
|
|
38200
37949
|
"""
|
|
38201
37950
|
return pulumi.get(self, "aws_elastic_block_store")
|
|
38202
37951
|
|
|
@@ -38208,7 +37957,7 @@ class VolumeArgs:
|
|
|
38208
37957
|
@pulumi.getter(name="azureDisk")
|
|
38209
37958
|
def azure_disk(self) -> Optional[pulumi.Input['AzureDiskVolumeSourceArgs']]:
|
|
38210
37959
|
"""
|
|
38211
|
-
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
37960
|
+
azureDisk represents an Azure Data Disk mount on the host and bind mount to the pod.
|
|
38212
37961
|
"""
|
|
38213
37962
|
return pulumi.get(self, "azure_disk")
|
|
38214
37963
|
|
|
@@ -38220,7 +37969,7 @@ class VolumeArgs:
|
|
|
38220
37969
|
@pulumi.getter(name="azureFile")
|
|
38221
37970
|
def azure_file(self) -> Optional[pulumi.Input['AzureFileVolumeSourceArgs']]:
|
|
38222
37971
|
"""
|
|
38223
|
-
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
37972
|
+
azureFile represents an Azure File Service mount on the host and bind mount to the pod.
|
|
38224
37973
|
"""
|
|
38225
37974
|
return pulumi.get(self, "azure_file")
|
|
38226
37975
|
|
|
@@ -38232,7 +37981,7 @@ class VolumeArgs:
|
|
|
38232
37981
|
@pulumi.getter
|
|
38233
37982
|
def cephfs(self) -> Optional[pulumi.Input['CephFSVolumeSourceArgs']]:
|
|
38234
37983
|
"""
|
|
38235
|
-
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
37984
|
+
cephFS represents a Ceph FS mount on the host that shares a pod's lifetime
|
|
38236
37985
|
"""
|
|
38237
37986
|
return pulumi.get(self, "cephfs")
|
|
38238
37987
|
|
|
@@ -38244,7 +37993,7 @@ class VolumeArgs:
|
|
|
38244
37993
|
@pulumi.getter
|
|
38245
37994
|
def cinder(self) -> Optional[pulumi.Input['CinderVolumeSourceArgs']]:
|
|
38246
37995
|
"""
|
|
38247
|
-
cinder represents a cinder volume attached and mounted on kubelets host machine.
|
|
37996
|
+
cinder represents a cinder volume attached and mounted on kubelets host machine. More info: https://examples.k8s.io/mysql-cinder-pd/README.md
|
|
38248
37997
|
"""
|
|
38249
37998
|
return pulumi.get(self, "cinder")
|
|
38250
37999
|
|
|
@@ -38268,7 +38017,7 @@ class VolumeArgs:
|
|
|
38268
38017
|
@pulumi.getter
|
|
38269
38018
|
def csi(self) -> Optional[pulumi.Input['CSIVolumeSourceArgs']]:
|
|
38270
38019
|
"""
|
|
38271
|
-
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers.
|
|
38020
|
+
csi (Container Storage Interface) represents ephemeral storage that is handled by certain external CSI drivers (Beta feature).
|
|
38272
38021
|
"""
|
|
38273
38022
|
return pulumi.get(self, "csi")
|
|
38274
38023
|
|
|
@@ -38341,7 +38090,7 @@ class VolumeArgs:
|
|
|
38341
38090
|
@pulumi.getter(name="flexVolume")
|
|
38342
38091
|
def flex_volume(self) -> Optional[pulumi.Input['FlexVolumeSourceArgs']]:
|
|
38343
38092
|
"""
|
|
38344
|
-
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
38093
|
+
flexVolume represents a generic volume resource that is provisioned/attached using an exec based plugin.
|
|
38345
38094
|
"""
|
|
38346
38095
|
return pulumi.get(self, "flex_volume")
|
|
38347
38096
|
|
|
@@ -38353,7 +38102,7 @@ class VolumeArgs:
|
|
|
38353
38102
|
@pulumi.getter
|
|
38354
38103
|
def flocker(self) -> Optional[pulumi.Input['FlockerVolumeSourceArgs']]:
|
|
38355
38104
|
"""
|
|
38356
|
-
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
38105
|
+
flocker represents a Flocker volume attached to a kubelet's host machine. This depends on the Flocker control service being running
|
|
38357
38106
|
"""
|
|
38358
38107
|
return pulumi.get(self, "flocker")
|
|
38359
38108
|
|
|
@@ -38365,7 +38114,7 @@ class VolumeArgs:
|
|
|
38365
38114
|
@pulumi.getter(name="gcePersistentDisk")
|
|
38366
38115
|
def gce_persistent_disk(self) -> Optional[pulumi.Input['GCEPersistentDiskVolumeSourceArgs']]:
|
|
38367
38116
|
"""
|
|
38368
|
-
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod.
|
|
38117
|
+
gcePersistentDisk represents a GCE Disk resource that is attached to a kubelet's host machine and then exposed to the pod. More info: https://kubernetes.io/docs/concepts/storage/volumes#gcepersistentdisk
|
|
38369
38118
|
"""
|
|
38370
38119
|
return pulumi.get(self, "gce_persistent_disk")
|
|
38371
38120
|
|
|
@@ -38377,7 +38126,7 @@ class VolumeArgs:
|
|
|
38377
38126
|
@pulumi.getter(name="gitRepo")
|
|
38378
38127
|
def git_repo(self) -> Optional[pulumi.Input['GitRepoVolumeSourceArgs']]:
|
|
38379
38128
|
"""
|
|
38380
|
-
gitRepo represents a git repository at a particular revision.
|
|
38129
|
+
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.
|
|
38381
38130
|
"""
|
|
38382
38131
|
return pulumi.get(self, "git_repo")
|
|
38383
38132
|
|
|
@@ -38389,7 +38138,7 @@ class VolumeArgs:
|
|
|
38389
38138
|
@pulumi.getter
|
|
38390
38139
|
def glusterfs(self) -> Optional[pulumi.Input['GlusterfsVolumeSourceArgs']]:
|
|
38391
38140
|
"""
|
|
38392
|
-
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime.
|
|
38141
|
+
glusterfs represents a Glusterfs mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/glusterfs/README.md
|
|
38393
38142
|
"""
|
|
38394
38143
|
return pulumi.get(self, "glusterfs")
|
|
38395
38144
|
|
|
@@ -38465,7 +38214,7 @@ class VolumeArgs:
|
|
|
38465
38214
|
@pulumi.getter(name="photonPersistentDisk")
|
|
38466
38215
|
def photon_persistent_disk(self) -> Optional[pulumi.Input['PhotonPersistentDiskVolumeSourceArgs']]:
|
|
38467
38216
|
"""
|
|
38468
|
-
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
38217
|
+
photonPersistentDisk represents a PhotonController persistent disk attached and mounted on kubelets host machine
|
|
38469
38218
|
"""
|
|
38470
38219
|
return pulumi.get(self, "photon_persistent_disk")
|
|
38471
38220
|
|
|
@@ -38477,7 +38226,7 @@ class VolumeArgs:
|
|
|
38477
38226
|
@pulumi.getter(name="portworxVolume")
|
|
38478
38227
|
def portworx_volume(self) -> Optional[pulumi.Input['PortworxVolumeSourceArgs']]:
|
|
38479
38228
|
"""
|
|
38480
|
-
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
38229
|
+
portworxVolume represents a portworx volume attached and mounted on kubelets host machine
|
|
38481
38230
|
"""
|
|
38482
38231
|
return pulumi.get(self, "portworx_volume")
|
|
38483
38232
|
|
|
@@ -38501,7 +38250,7 @@ class VolumeArgs:
|
|
|
38501
38250
|
@pulumi.getter
|
|
38502
38251
|
def quobyte(self) -> Optional[pulumi.Input['QuobyteVolumeSourceArgs']]:
|
|
38503
38252
|
"""
|
|
38504
|
-
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
38253
|
+
quobyte represents a Quobyte mount on the host that shares a pod's lifetime
|
|
38505
38254
|
"""
|
|
38506
38255
|
return pulumi.get(self, "quobyte")
|
|
38507
38256
|
|
|
@@ -38513,7 +38262,7 @@ class VolumeArgs:
|
|
|
38513
38262
|
@pulumi.getter
|
|
38514
38263
|
def rbd(self) -> Optional[pulumi.Input['RBDVolumeSourceArgs']]:
|
|
38515
38264
|
"""
|
|
38516
|
-
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime.
|
|
38265
|
+
rbd represents a Rados Block Device mount on the host that shares a pod's lifetime. More info: https://examples.k8s.io/volumes/rbd/README.md
|
|
38517
38266
|
"""
|
|
38518
38267
|
return pulumi.get(self, "rbd")
|
|
38519
38268
|
|
|
@@ -38525,7 +38274,7 @@ class VolumeArgs:
|
|
|
38525
38274
|
@pulumi.getter(name="scaleIO")
|
|
38526
38275
|
def scale_io(self) -> Optional[pulumi.Input['ScaleIOVolumeSourceArgs']]:
|
|
38527
38276
|
"""
|
|
38528
|
-
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
38277
|
+
scaleIO represents a ScaleIO persistent volume attached and mounted on Kubernetes nodes.
|
|
38529
38278
|
"""
|
|
38530
38279
|
return pulumi.get(self, "scale_io")
|
|
38531
38280
|
|
|
@@ -38549,7 +38298,7 @@ class VolumeArgs:
|
|
|
38549
38298
|
@pulumi.getter
|
|
38550
38299
|
def storageos(self) -> Optional[pulumi.Input['StorageOSVolumeSourceArgs']]:
|
|
38551
38300
|
"""
|
|
38552
|
-
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
38301
|
+
storageOS represents a StorageOS volume attached and mounted on Kubernetes nodes.
|
|
38553
38302
|
"""
|
|
38554
38303
|
return pulumi.get(self, "storageos")
|
|
38555
38304
|
|
|
@@ -38561,7 +38310,7 @@ class VolumeArgs:
|
|
|
38561
38310
|
@pulumi.getter(name="vsphereVolume")
|
|
38562
38311
|
def vsphere_volume(self) -> Optional[pulumi.Input['VsphereVirtualDiskVolumeSourceArgs']]:
|
|
38563
38312
|
"""
|
|
38564
|
-
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
38313
|
+
vsphereVolume represents a vSphere volume attached and mounted on kubelets host machine
|
|
38565
38314
|
"""
|
|
38566
38315
|
return pulumi.get(self, "vsphere_volume")
|
|
38567
38316
|
|