pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743721244__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 +1 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +246 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +71 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743721244.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743519894.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -84,7 +85,7 @@ if not MYPY:
|
|
|
84
85
|
"""
|
|
85
86
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
86
87
|
"""
|
|
87
|
-
name: NotRequired[pulumi.Input[str]]
|
|
88
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
88
89
|
"""
|
|
89
90
|
Name is the registered name of the CSI driver
|
|
90
91
|
"""
|
|
@@ -94,24 +95,24 @@ elif False:
|
|
|
94
95
|
@pulumi.input_type
|
|
95
96
|
class AllowedCSIDriverPatchArgs:
|
|
96
97
|
def __init__(__self__, *,
|
|
97
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
98
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
98
99
|
"""
|
|
99
100
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
100
|
-
:param pulumi.Input[str] name: Name is the registered name of the CSI driver
|
|
101
|
+
:param pulumi.Input[builtins.str] name: Name is the registered name of the CSI driver
|
|
101
102
|
"""
|
|
102
103
|
if name is not None:
|
|
103
104
|
pulumi.set(__self__, "name", name)
|
|
104
105
|
|
|
105
106
|
@property
|
|
106
107
|
@pulumi.getter
|
|
107
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
108
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
108
109
|
"""
|
|
109
110
|
Name is the registered name of the CSI driver
|
|
110
111
|
"""
|
|
111
112
|
return pulumi.get(self, "name")
|
|
112
113
|
|
|
113
114
|
@name.setter
|
|
114
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
115
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
115
116
|
pulumi.set(self, "name", value)
|
|
116
117
|
|
|
117
118
|
|
|
@@ -120,7 +121,7 @@ if not MYPY:
|
|
|
120
121
|
"""
|
|
121
122
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
122
123
|
"""
|
|
123
|
-
name: pulumi.Input[str]
|
|
124
|
+
name: pulumi.Input[builtins.str]
|
|
124
125
|
"""
|
|
125
126
|
Name is the registered name of the CSI driver
|
|
126
127
|
"""
|
|
@@ -130,23 +131,23 @@ elif False:
|
|
|
130
131
|
@pulumi.input_type
|
|
131
132
|
class AllowedCSIDriverArgs:
|
|
132
133
|
def __init__(__self__, *,
|
|
133
|
-
name: pulumi.Input[str]):
|
|
134
|
+
name: pulumi.Input[builtins.str]):
|
|
134
135
|
"""
|
|
135
136
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
136
|
-
:param pulumi.Input[str] name: Name is the registered name of the CSI driver
|
|
137
|
+
:param pulumi.Input[builtins.str] name: Name is the registered name of the CSI driver
|
|
137
138
|
"""
|
|
138
139
|
pulumi.set(__self__, "name", name)
|
|
139
140
|
|
|
140
141
|
@property
|
|
141
142
|
@pulumi.getter
|
|
142
|
-
def name(self) -> pulumi.Input[str]:
|
|
143
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
143
144
|
"""
|
|
144
145
|
Name is the registered name of the CSI driver
|
|
145
146
|
"""
|
|
146
147
|
return pulumi.get(self, "name")
|
|
147
148
|
|
|
148
149
|
@name.setter
|
|
149
|
-
def name(self, value: pulumi.Input[str]):
|
|
150
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
150
151
|
pulumi.set(self, "name", value)
|
|
151
152
|
|
|
152
153
|
|
|
@@ -155,7 +156,7 @@ if not MYPY:
|
|
|
155
156
|
"""
|
|
156
157
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
|
|
157
158
|
"""
|
|
158
|
-
driver: NotRequired[pulumi.Input[str]]
|
|
159
|
+
driver: NotRequired[pulumi.Input[builtins.str]]
|
|
159
160
|
"""
|
|
160
161
|
driver is the name of the Flexvolume driver.
|
|
161
162
|
"""
|
|
@@ -165,24 +166,24 @@ elif False:
|
|
|
165
166
|
@pulumi.input_type
|
|
166
167
|
class AllowedFlexVolumePatchArgs:
|
|
167
168
|
def __init__(__self__, *,
|
|
168
|
-
driver: Optional[pulumi.Input[str]] = None):
|
|
169
|
+
driver: Optional[pulumi.Input[builtins.str]] = None):
|
|
169
170
|
"""
|
|
170
171
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
|
|
171
|
-
:param pulumi.Input[str] driver: driver is the name of the Flexvolume driver.
|
|
172
|
+
:param pulumi.Input[builtins.str] driver: driver is the name of the Flexvolume driver.
|
|
172
173
|
"""
|
|
173
174
|
if driver is not None:
|
|
174
175
|
pulumi.set(__self__, "driver", driver)
|
|
175
176
|
|
|
176
177
|
@property
|
|
177
178
|
@pulumi.getter
|
|
178
|
-
def driver(self) -> Optional[pulumi.Input[str]]:
|
|
179
|
+
def driver(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
179
180
|
"""
|
|
180
181
|
driver is the name of the Flexvolume driver.
|
|
181
182
|
"""
|
|
182
183
|
return pulumi.get(self, "driver")
|
|
183
184
|
|
|
184
185
|
@driver.setter
|
|
185
|
-
def driver(self, value: Optional[pulumi.Input[str]]):
|
|
186
|
+
def driver(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
186
187
|
pulumi.set(self, "driver", value)
|
|
187
188
|
|
|
188
189
|
|
|
@@ -191,7 +192,7 @@ if not MYPY:
|
|
|
191
192
|
"""
|
|
192
193
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
|
|
193
194
|
"""
|
|
194
|
-
driver: pulumi.Input[str]
|
|
195
|
+
driver: pulumi.Input[builtins.str]
|
|
195
196
|
"""
|
|
196
197
|
driver is the name of the Flexvolume driver.
|
|
197
198
|
"""
|
|
@@ -201,23 +202,23 @@ elif False:
|
|
|
201
202
|
@pulumi.input_type
|
|
202
203
|
class AllowedFlexVolumeArgs:
|
|
203
204
|
def __init__(__self__, *,
|
|
204
|
-
driver: pulumi.Input[str]):
|
|
205
|
+
driver: pulumi.Input[builtins.str]):
|
|
205
206
|
"""
|
|
206
207
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
|
|
207
|
-
:param pulumi.Input[str] driver: driver is the name of the Flexvolume driver.
|
|
208
|
+
:param pulumi.Input[builtins.str] driver: driver is the name of the Flexvolume driver.
|
|
208
209
|
"""
|
|
209
210
|
pulumi.set(__self__, "driver", driver)
|
|
210
211
|
|
|
211
212
|
@property
|
|
212
213
|
@pulumi.getter
|
|
213
|
-
def driver(self) -> pulumi.Input[str]:
|
|
214
|
+
def driver(self) -> pulumi.Input[builtins.str]:
|
|
214
215
|
"""
|
|
215
216
|
driver is the name of the Flexvolume driver.
|
|
216
217
|
"""
|
|
217
218
|
return pulumi.get(self, "driver")
|
|
218
219
|
|
|
219
220
|
@driver.setter
|
|
220
|
-
def driver(self, value: pulumi.Input[str]):
|
|
221
|
+
def driver(self, value: pulumi.Input[builtins.str]):
|
|
221
222
|
pulumi.set(self, "driver", value)
|
|
222
223
|
|
|
223
224
|
|
|
@@ -226,13 +227,13 @@ if not MYPY:
|
|
|
226
227
|
"""
|
|
227
228
|
AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.
|
|
228
229
|
"""
|
|
229
|
-
path_prefix: NotRequired[pulumi.Input[str]]
|
|
230
|
+
path_prefix: NotRequired[pulumi.Input[builtins.str]]
|
|
230
231
|
"""
|
|
231
232
|
pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.
|
|
232
233
|
|
|
233
234
|
Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
|
|
234
235
|
"""
|
|
235
|
-
read_only: NotRequired[pulumi.Input[bool]]
|
|
236
|
+
read_only: NotRequired[pulumi.Input[builtins.bool]]
|
|
236
237
|
"""
|
|
237
238
|
when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
238
239
|
"""
|
|
@@ -242,14 +243,14 @@ elif False:
|
|
|
242
243
|
@pulumi.input_type
|
|
243
244
|
class AllowedHostPathPatchArgs:
|
|
244
245
|
def __init__(__self__, *,
|
|
245
|
-
path_prefix: Optional[pulumi.Input[str]] = None,
|
|
246
|
-
read_only: Optional[pulumi.Input[bool]] = None):
|
|
246
|
+
path_prefix: Optional[pulumi.Input[builtins.str]] = None,
|
|
247
|
+
read_only: Optional[pulumi.Input[builtins.bool]] = None):
|
|
247
248
|
"""
|
|
248
249
|
AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.
|
|
249
|
-
:param pulumi.Input[str] path_prefix: pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.
|
|
250
|
+
:param pulumi.Input[builtins.str] path_prefix: pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.
|
|
250
251
|
|
|
251
252
|
Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
|
|
252
|
-
:param pulumi.Input[bool] read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
253
|
+
:param pulumi.Input[builtins.bool] read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
253
254
|
"""
|
|
254
255
|
if path_prefix is not None:
|
|
255
256
|
pulumi.set(__self__, "path_prefix", path_prefix)
|
|
@@ -258,7 +259,7 @@ class AllowedHostPathPatchArgs:
|
|
|
258
259
|
|
|
259
260
|
@property
|
|
260
261
|
@pulumi.getter(name="pathPrefix")
|
|
261
|
-
def path_prefix(self) -> Optional[pulumi.Input[str]]:
|
|
262
|
+
def path_prefix(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
262
263
|
"""
|
|
263
264
|
pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.
|
|
264
265
|
|
|
@@ -267,19 +268,19 @@ class AllowedHostPathPatchArgs:
|
|
|
267
268
|
return pulumi.get(self, "path_prefix")
|
|
268
269
|
|
|
269
270
|
@path_prefix.setter
|
|
270
|
-
def path_prefix(self, value: Optional[pulumi.Input[str]]):
|
|
271
|
+
def path_prefix(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
271
272
|
pulumi.set(self, "path_prefix", value)
|
|
272
273
|
|
|
273
274
|
@property
|
|
274
275
|
@pulumi.getter(name="readOnly")
|
|
275
|
-
def read_only(self) -> Optional[pulumi.Input[bool]]:
|
|
276
|
+
def read_only(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
276
277
|
"""
|
|
277
278
|
when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
278
279
|
"""
|
|
279
280
|
return pulumi.get(self, "read_only")
|
|
280
281
|
|
|
281
282
|
@read_only.setter
|
|
282
|
-
def read_only(self, value: Optional[pulumi.Input[bool]]):
|
|
283
|
+
def read_only(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
283
284
|
pulumi.set(self, "read_only", value)
|
|
284
285
|
|
|
285
286
|
|
|
@@ -288,13 +289,13 @@ if not MYPY:
|
|
|
288
289
|
"""
|
|
289
290
|
AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.
|
|
290
291
|
"""
|
|
291
|
-
path_prefix: NotRequired[pulumi.Input[str]]
|
|
292
|
+
path_prefix: NotRequired[pulumi.Input[builtins.str]]
|
|
292
293
|
"""
|
|
293
294
|
pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.
|
|
294
295
|
|
|
295
296
|
Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
|
|
296
297
|
"""
|
|
297
|
-
read_only: NotRequired[pulumi.Input[bool]]
|
|
298
|
+
read_only: NotRequired[pulumi.Input[builtins.bool]]
|
|
298
299
|
"""
|
|
299
300
|
when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
300
301
|
"""
|
|
@@ -304,14 +305,14 @@ elif False:
|
|
|
304
305
|
@pulumi.input_type
|
|
305
306
|
class AllowedHostPathArgs:
|
|
306
307
|
def __init__(__self__, *,
|
|
307
|
-
path_prefix: Optional[pulumi.Input[str]] = None,
|
|
308
|
-
read_only: Optional[pulumi.Input[bool]] = None):
|
|
308
|
+
path_prefix: Optional[pulumi.Input[builtins.str]] = None,
|
|
309
|
+
read_only: Optional[pulumi.Input[builtins.bool]] = None):
|
|
309
310
|
"""
|
|
310
311
|
AllowedHostPath defines the host volume conditions that will be enabled by a policy for pods to use. It requires the path prefix to be defined.
|
|
311
|
-
:param pulumi.Input[str] path_prefix: pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.
|
|
312
|
+
:param pulumi.Input[builtins.str] path_prefix: pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.
|
|
312
313
|
|
|
313
314
|
Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
|
|
314
|
-
:param pulumi.Input[bool] read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
315
|
+
:param pulumi.Input[builtins.bool] read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
315
316
|
"""
|
|
316
317
|
if path_prefix is not None:
|
|
317
318
|
pulumi.set(__self__, "path_prefix", path_prefix)
|
|
@@ -320,7 +321,7 @@ class AllowedHostPathArgs:
|
|
|
320
321
|
|
|
321
322
|
@property
|
|
322
323
|
@pulumi.getter(name="pathPrefix")
|
|
323
|
-
def path_prefix(self) -> Optional[pulumi.Input[str]]:
|
|
324
|
+
def path_prefix(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
324
325
|
"""
|
|
325
326
|
pathPrefix is the path prefix that the host volume must match. It does not support `*`. Trailing slashes are trimmed when validating the path prefix with a host path.
|
|
326
327
|
|
|
@@ -329,19 +330,19 @@ class AllowedHostPathArgs:
|
|
|
329
330
|
return pulumi.get(self, "path_prefix")
|
|
330
331
|
|
|
331
332
|
@path_prefix.setter
|
|
332
|
-
def path_prefix(self, value: Optional[pulumi.Input[str]]):
|
|
333
|
+
def path_prefix(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
333
334
|
pulumi.set(self, "path_prefix", value)
|
|
334
335
|
|
|
335
336
|
@property
|
|
336
337
|
@pulumi.getter(name="readOnly")
|
|
337
|
-
def read_only(self) -> Optional[pulumi.Input[bool]]:
|
|
338
|
+
def read_only(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
338
339
|
"""
|
|
339
340
|
when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
340
341
|
"""
|
|
341
342
|
return pulumi.get(self, "read_only")
|
|
342
343
|
|
|
343
344
|
@read_only.setter
|
|
344
|
-
def read_only(self, value: Optional[pulumi.Input[bool]]):
|
|
345
|
+
def read_only(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
345
346
|
pulumi.set(self, "read_only", value)
|
|
346
347
|
|
|
347
348
|
|
|
@@ -354,7 +355,7 @@ if not MYPY:
|
|
|
354
355
|
"""
|
|
355
356
|
ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs.
|
|
356
357
|
"""
|
|
357
|
-
rule: NotRequired[pulumi.Input[str]]
|
|
358
|
+
rule: NotRequired[pulumi.Input[builtins.str]]
|
|
358
359
|
"""
|
|
359
360
|
rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
360
361
|
"""
|
|
@@ -365,11 +366,11 @@ elif False:
|
|
|
365
366
|
class FSGroupStrategyOptionsPatchArgs:
|
|
366
367
|
def __init__(__self__, *,
|
|
367
368
|
ranges: Optional[pulumi.Input[Sequence[pulumi.Input['IDRangePatchArgs']]]] = None,
|
|
368
|
-
rule: Optional[pulumi.Input[str]] = None):
|
|
369
|
+
rule: Optional[pulumi.Input[builtins.str]] = None):
|
|
369
370
|
"""
|
|
370
371
|
FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
|
|
371
372
|
:param pulumi.Input[Sequence[pulumi.Input['IDRangePatchArgs']]] ranges: ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs.
|
|
372
|
-
:param pulumi.Input[str] rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
373
|
+
:param pulumi.Input[builtins.str] rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
373
374
|
"""
|
|
374
375
|
if ranges is not None:
|
|
375
376
|
pulumi.set(__self__, "ranges", ranges)
|
|
@@ -390,14 +391,14 @@ class FSGroupStrategyOptionsPatchArgs:
|
|
|
390
391
|
|
|
391
392
|
@property
|
|
392
393
|
@pulumi.getter
|
|
393
|
-
def rule(self) -> Optional[pulumi.Input[str]]:
|
|
394
|
+
def rule(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
394
395
|
"""
|
|
395
396
|
rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
396
397
|
"""
|
|
397
398
|
return pulumi.get(self, "rule")
|
|
398
399
|
|
|
399
400
|
@rule.setter
|
|
400
|
-
def rule(self, value: Optional[pulumi.Input[str]]):
|
|
401
|
+
def rule(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
401
402
|
pulumi.set(self, "rule", value)
|
|
402
403
|
|
|
403
404
|
|
|
@@ -410,7 +411,7 @@ if not MYPY:
|
|
|
410
411
|
"""
|
|
411
412
|
ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs.
|
|
412
413
|
"""
|
|
413
|
-
rule: NotRequired[pulumi.Input[str]]
|
|
414
|
+
rule: NotRequired[pulumi.Input[builtins.str]]
|
|
414
415
|
"""
|
|
415
416
|
rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
416
417
|
"""
|
|
@@ -421,11 +422,11 @@ elif False:
|
|
|
421
422
|
class FSGroupStrategyOptionsArgs:
|
|
422
423
|
def __init__(__self__, *,
|
|
423
424
|
ranges: Optional[pulumi.Input[Sequence[pulumi.Input['IDRangeArgs']]]] = None,
|
|
424
|
-
rule: Optional[pulumi.Input[str]] = None):
|
|
425
|
+
rule: Optional[pulumi.Input[builtins.str]] = None):
|
|
425
426
|
"""
|
|
426
427
|
FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
|
|
427
428
|
:param pulumi.Input[Sequence[pulumi.Input['IDRangeArgs']]] ranges: ranges are the allowed ranges of fs groups. If you would like to force a single fs group then supply a single range with the same start and end. Required for MustRunAs.
|
|
428
|
-
:param pulumi.Input[str] rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
429
|
+
:param pulumi.Input[builtins.str] rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
429
430
|
"""
|
|
430
431
|
if ranges is not None:
|
|
431
432
|
pulumi.set(__self__, "ranges", ranges)
|
|
@@ -446,14 +447,14 @@ class FSGroupStrategyOptionsArgs:
|
|
|
446
447
|
|
|
447
448
|
@property
|
|
448
449
|
@pulumi.getter
|
|
449
|
-
def rule(self) -> Optional[pulumi.Input[str]]:
|
|
450
|
+
def rule(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
450
451
|
"""
|
|
451
452
|
rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
452
453
|
"""
|
|
453
454
|
return pulumi.get(self, "rule")
|
|
454
455
|
|
|
455
456
|
@rule.setter
|
|
456
|
-
def rule(self, value: Optional[pulumi.Input[str]]):
|
|
457
|
+
def rule(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
457
458
|
pulumi.set(self, "rule", value)
|
|
458
459
|
|
|
459
460
|
|
|
@@ -462,11 +463,11 @@ if not MYPY:
|
|
|
462
463
|
"""
|
|
463
464
|
HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.
|
|
464
465
|
"""
|
|
465
|
-
max: NotRequired[pulumi.Input[int]]
|
|
466
|
+
max: NotRequired[pulumi.Input[builtins.int]]
|
|
466
467
|
"""
|
|
467
468
|
max is the end of the range, inclusive.
|
|
468
469
|
"""
|
|
469
|
-
min: NotRequired[pulumi.Input[int]]
|
|
470
|
+
min: NotRequired[pulumi.Input[builtins.int]]
|
|
470
471
|
"""
|
|
471
472
|
min is the start of the range, inclusive.
|
|
472
473
|
"""
|
|
@@ -476,12 +477,12 @@ elif False:
|
|
|
476
477
|
@pulumi.input_type
|
|
477
478
|
class HostPortRangePatchArgs:
|
|
478
479
|
def __init__(__self__, *,
|
|
479
|
-
max: Optional[pulumi.Input[int]] = None,
|
|
480
|
-
min: Optional[pulumi.Input[int]] = None):
|
|
480
|
+
max: Optional[pulumi.Input[builtins.int]] = None,
|
|
481
|
+
min: Optional[pulumi.Input[builtins.int]] = None):
|
|
481
482
|
"""
|
|
482
483
|
HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.
|
|
483
|
-
:param pulumi.Input[int] max: max is the end of the range, inclusive.
|
|
484
|
-
:param pulumi.Input[int] min: min is the start of the range, inclusive.
|
|
484
|
+
:param pulumi.Input[builtins.int] max: max is the end of the range, inclusive.
|
|
485
|
+
:param pulumi.Input[builtins.int] min: min is the start of the range, inclusive.
|
|
485
486
|
"""
|
|
486
487
|
if max is not None:
|
|
487
488
|
pulumi.set(__self__, "max", max)
|
|
@@ -490,26 +491,26 @@ class HostPortRangePatchArgs:
|
|
|
490
491
|
|
|
491
492
|
@property
|
|
492
493
|
@pulumi.getter
|
|
493
|
-
def max(self) -> Optional[pulumi.Input[int]]:
|
|
494
|
+
def max(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
494
495
|
"""
|
|
495
496
|
max is the end of the range, inclusive.
|
|
496
497
|
"""
|
|
497
498
|
return pulumi.get(self, "max")
|
|
498
499
|
|
|
499
500
|
@max.setter
|
|
500
|
-
def max(self, value: Optional[pulumi.Input[int]]):
|
|
501
|
+
def max(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
501
502
|
pulumi.set(self, "max", value)
|
|
502
503
|
|
|
503
504
|
@property
|
|
504
505
|
@pulumi.getter
|
|
505
|
-
def min(self) -> Optional[pulumi.Input[int]]:
|
|
506
|
+
def min(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
506
507
|
"""
|
|
507
508
|
min is the start of the range, inclusive.
|
|
508
509
|
"""
|
|
509
510
|
return pulumi.get(self, "min")
|
|
510
511
|
|
|
511
512
|
@min.setter
|
|
512
|
-
def min(self, value: Optional[pulumi.Input[int]]):
|
|
513
|
+
def min(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
513
514
|
pulumi.set(self, "min", value)
|
|
514
515
|
|
|
515
516
|
|
|
@@ -518,11 +519,11 @@ if not MYPY:
|
|
|
518
519
|
"""
|
|
519
520
|
HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.
|
|
520
521
|
"""
|
|
521
|
-
max: pulumi.Input[int]
|
|
522
|
+
max: pulumi.Input[builtins.int]
|
|
522
523
|
"""
|
|
523
524
|
max is the end of the range, inclusive.
|
|
524
525
|
"""
|
|
525
|
-
min: pulumi.Input[int]
|
|
526
|
+
min: pulumi.Input[builtins.int]
|
|
526
527
|
"""
|
|
527
528
|
min is the start of the range, inclusive.
|
|
528
529
|
"""
|
|
@@ -532,38 +533,38 @@ elif False:
|
|
|
532
533
|
@pulumi.input_type
|
|
533
534
|
class HostPortRangeArgs:
|
|
534
535
|
def __init__(__self__, *,
|
|
535
|
-
max: pulumi.Input[int],
|
|
536
|
-
min: pulumi.Input[int]):
|
|
536
|
+
max: pulumi.Input[builtins.int],
|
|
537
|
+
min: pulumi.Input[builtins.int]):
|
|
537
538
|
"""
|
|
538
539
|
HostPortRange defines a range of host ports that will be enabled by a policy for pods to use. It requires both the start and end to be defined.
|
|
539
|
-
:param pulumi.Input[int] max: max is the end of the range, inclusive.
|
|
540
|
-
:param pulumi.Input[int] min: min is the start of the range, inclusive.
|
|
540
|
+
:param pulumi.Input[builtins.int] max: max is the end of the range, inclusive.
|
|
541
|
+
:param pulumi.Input[builtins.int] min: min is the start of the range, inclusive.
|
|
541
542
|
"""
|
|
542
543
|
pulumi.set(__self__, "max", max)
|
|
543
544
|
pulumi.set(__self__, "min", min)
|
|
544
545
|
|
|
545
546
|
@property
|
|
546
547
|
@pulumi.getter
|
|
547
|
-
def max(self) -> pulumi.Input[int]:
|
|
548
|
+
def max(self) -> pulumi.Input[builtins.int]:
|
|
548
549
|
"""
|
|
549
550
|
max is the end of the range, inclusive.
|
|
550
551
|
"""
|
|
551
552
|
return pulumi.get(self, "max")
|
|
552
553
|
|
|
553
554
|
@max.setter
|
|
554
|
-
def max(self, value: pulumi.Input[int]):
|
|
555
|
+
def max(self, value: pulumi.Input[builtins.int]):
|
|
555
556
|
pulumi.set(self, "max", value)
|
|
556
557
|
|
|
557
558
|
@property
|
|
558
559
|
@pulumi.getter
|
|
559
|
-
def min(self) -> pulumi.Input[int]:
|
|
560
|
+
def min(self) -> pulumi.Input[builtins.int]:
|
|
560
561
|
"""
|
|
561
562
|
min is the start of the range, inclusive.
|
|
562
563
|
"""
|
|
563
564
|
return pulumi.get(self, "min")
|
|
564
565
|
|
|
565
566
|
@min.setter
|
|
566
|
-
def min(self, value: pulumi.Input[int]):
|
|
567
|
+
def min(self, value: pulumi.Input[builtins.int]):
|
|
567
568
|
pulumi.set(self, "min", value)
|
|
568
569
|
|
|
569
570
|
|
|
@@ -572,11 +573,11 @@ if not MYPY:
|
|
|
572
573
|
"""
|
|
573
574
|
IDRange provides a min/max of an allowed range of IDs.
|
|
574
575
|
"""
|
|
575
|
-
max: NotRequired[pulumi.Input[int]]
|
|
576
|
+
max: NotRequired[pulumi.Input[builtins.int]]
|
|
576
577
|
"""
|
|
577
578
|
max is the end of the range, inclusive.
|
|
578
579
|
"""
|
|
579
|
-
min: NotRequired[pulumi.Input[int]]
|
|
580
|
+
min: NotRequired[pulumi.Input[builtins.int]]
|
|
580
581
|
"""
|
|
581
582
|
min is the start of the range, inclusive.
|
|
582
583
|
"""
|
|
@@ -586,12 +587,12 @@ elif False:
|
|
|
586
587
|
@pulumi.input_type
|
|
587
588
|
class IDRangePatchArgs:
|
|
588
589
|
def __init__(__self__, *,
|
|
589
|
-
max: Optional[pulumi.Input[int]] = None,
|
|
590
|
-
min: Optional[pulumi.Input[int]] = None):
|
|
590
|
+
max: Optional[pulumi.Input[builtins.int]] = None,
|
|
591
|
+
min: Optional[pulumi.Input[builtins.int]] = None):
|
|
591
592
|
"""
|
|
592
593
|
IDRange provides a min/max of an allowed range of IDs.
|
|
593
|
-
:param pulumi.Input[int] max: max is the end of the range, inclusive.
|
|
594
|
-
:param pulumi.Input[int] min: min is the start of the range, inclusive.
|
|
594
|
+
:param pulumi.Input[builtins.int] max: max is the end of the range, inclusive.
|
|
595
|
+
:param pulumi.Input[builtins.int] min: min is the start of the range, inclusive.
|
|
595
596
|
"""
|
|
596
597
|
if max is not None:
|
|
597
598
|
pulumi.set(__self__, "max", max)
|
|
@@ -600,26 +601,26 @@ class IDRangePatchArgs:
|
|
|
600
601
|
|
|
601
602
|
@property
|
|
602
603
|
@pulumi.getter
|
|
603
|
-
def max(self) -> Optional[pulumi.Input[int]]:
|
|
604
|
+
def max(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
604
605
|
"""
|
|
605
606
|
max is the end of the range, inclusive.
|
|
606
607
|
"""
|
|
607
608
|
return pulumi.get(self, "max")
|
|
608
609
|
|
|
609
610
|
@max.setter
|
|
610
|
-
def max(self, value: Optional[pulumi.Input[int]]):
|
|
611
|
+
def max(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
611
612
|
pulumi.set(self, "max", value)
|
|
612
613
|
|
|
613
614
|
@property
|
|
614
615
|
@pulumi.getter
|
|
615
|
-
def min(self) -> Optional[pulumi.Input[int]]:
|
|
616
|
+
def min(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
616
617
|
"""
|
|
617
618
|
min is the start of the range, inclusive.
|
|
618
619
|
"""
|
|
619
620
|
return pulumi.get(self, "min")
|
|
620
621
|
|
|
621
622
|
@min.setter
|
|
622
|
-
def min(self, value: Optional[pulumi.Input[int]]):
|
|
623
|
+
def min(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
623
624
|
pulumi.set(self, "min", value)
|
|
624
625
|
|
|
625
626
|
|
|
@@ -628,11 +629,11 @@ if not MYPY:
|
|
|
628
629
|
"""
|
|
629
630
|
IDRange provides a min/max of an allowed range of IDs.
|
|
630
631
|
"""
|
|
631
|
-
max: pulumi.Input[int]
|
|
632
|
+
max: pulumi.Input[builtins.int]
|
|
632
633
|
"""
|
|
633
634
|
max is the end of the range, inclusive.
|
|
634
635
|
"""
|
|
635
|
-
min: pulumi.Input[int]
|
|
636
|
+
min: pulumi.Input[builtins.int]
|
|
636
637
|
"""
|
|
637
638
|
min is the start of the range, inclusive.
|
|
638
639
|
"""
|
|
@@ -642,38 +643,38 @@ elif False:
|
|
|
642
643
|
@pulumi.input_type
|
|
643
644
|
class IDRangeArgs:
|
|
644
645
|
def __init__(__self__, *,
|
|
645
|
-
max: pulumi.Input[int],
|
|
646
|
-
min: pulumi.Input[int]):
|
|
646
|
+
max: pulumi.Input[builtins.int],
|
|
647
|
+
min: pulumi.Input[builtins.int]):
|
|
647
648
|
"""
|
|
648
649
|
IDRange provides a min/max of an allowed range of IDs.
|
|
649
|
-
:param pulumi.Input[int] max: max is the end of the range, inclusive.
|
|
650
|
-
:param pulumi.Input[int] min: min is the start of the range, inclusive.
|
|
650
|
+
:param pulumi.Input[builtins.int] max: max is the end of the range, inclusive.
|
|
651
|
+
:param pulumi.Input[builtins.int] min: min is the start of the range, inclusive.
|
|
651
652
|
"""
|
|
652
653
|
pulumi.set(__self__, "max", max)
|
|
653
654
|
pulumi.set(__self__, "min", min)
|
|
654
655
|
|
|
655
656
|
@property
|
|
656
657
|
@pulumi.getter
|
|
657
|
-
def max(self) -> pulumi.Input[int]:
|
|
658
|
+
def max(self) -> pulumi.Input[builtins.int]:
|
|
658
659
|
"""
|
|
659
660
|
max is the end of the range, inclusive.
|
|
660
661
|
"""
|
|
661
662
|
return pulumi.get(self, "max")
|
|
662
663
|
|
|
663
664
|
@max.setter
|
|
664
|
-
def max(self, value: pulumi.Input[int]):
|
|
665
|
+
def max(self, value: pulumi.Input[builtins.int]):
|
|
665
666
|
pulumi.set(self, "max", value)
|
|
666
667
|
|
|
667
668
|
@property
|
|
668
669
|
@pulumi.getter
|
|
669
|
-
def min(self) -> pulumi.Input[int]:
|
|
670
|
+
def min(self) -> pulumi.Input[builtins.int]:
|
|
670
671
|
"""
|
|
671
672
|
min is the start of the range, inclusive.
|
|
672
673
|
"""
|
|
673
674
|
return pulumi.get(self, "min")
|
|
674
675
|
|
|
675
676
|
@min.setter
|
|
676
|
-
def min(self, value: pulumi.Input[int]):
|
|
677
|
+
def min(self, value: pulumi.Input[builtins.int]):
|
|
677
678
|
pulumi.set(self, "min", value)
|
|
678
679
|
|
|
679
680
|
|
|
@@ -682,11 +683,11 @@ if not MYPY:
|
|
|
682
683
|
"""
|
|
683
684
|
PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
|
|
684
685
|
"""
|
|
685
|
-
max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
|
|
686
|
+
max_unavailable: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
686
687
|
"""
|
|
687
688
|
An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
|
|
688
689
|
"""
|
|
689
|
-
min_available: NotRequired[pulumi.Input[Union[int, str]]]
|
|
690
|
+
min_available: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
690
691
|
"""
|
|
691
692
|
An eviction is allowed if at least "minAvailable" pods selected by "selector" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying "100%".
|
|
692
693
|
"""
|
|
@@ -700,13 +701,13 @@ elif False:
|
|
|
700
701
|
@pulumi.input_type
|
|
701
702
|
class PodDisruptionBudgetSpecPatchArgs:
|
|
702
703
|
def __init__(__self__, *,
|
|
703
|
-
max_unavailable: Optional[pulumi.Input[Union[int, str]]] = None,
|
|
704
|
-
min_available: Optional[pulumi.Input[Union[int, str]]] = None,
|
|
704
|
+
max_unavailable: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None,
|
|
705
|
+
min_available: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None,
|
|
705
706
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorPatchArgs']] = None):
|
|
706
707
|
"""
|
|
707
708
|
PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
|
|
708
|
-
:param pulumi.Input[Union[int, str]] max_unavailable: An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
|
|
709
|
-
:param pulumi.Input[Union[int, str]] min_available: An eviction is allowed if at least "minAvailable" pods selected by "selector" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying "100%".
|
|
709
|
+
:param pulumi.Input[Union[builtins.int, builtins.str]] max_unavailable: An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
|
|
710
|
+
:param pulumi.Input[Union[builtins.int, builtins.str]] min_available: An eviction is allowed if at least "minAvailable" pods selected by "selector" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying "100%".
|
|
710
711
|
:param pulumi.Input['_meta.v1.LabelSelectorPatchArgs'] selector: Label query over pods whose evictions are managed by the disruption budget.
|
|
711
712
|
"""
|
|
712
713
|
if max_unavailable is not None:
|
|
@@ -718,26 +719,26 @@ class PodDisruptionBudgetSpecPatchArgs:
|
|
|
718
719
|
|
|
719
720
|
@property
|
|
720
721
|
@pulumi.getter(name="maxUnavailable")
|
|
721
|
-
def max_unavailable(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
722
|
+
def max_unavailable(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
722
723
|
"""
|
|
723
724
|
An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
|
|
724
725
|
"""
|
|
725
726
|
return pulumi.get(self, "max_unavailable")
|
|
726
727
|
|
|
727
728
|
@max_unavailable.setter
|
|
728
|
-
def max_unavailable(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
729
|
+
def max_unavailable(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
729
730
|
pulumi.set(self, "max_unavailable", value)
|
|
730
731
|
|
|
731
732
|
@property
|
|
732
733
|
@pulumi.getter(name="minAvailable")
|
|
733
|
-
def min_available(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
734
|
+
def min_available(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
734
735
|
"""
|
|
735
736
|
An eviction is allowed if at least "minAvailable" pods selected by "selector" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying "100%".
|
|
736
737
|
"""
|
|
737
738
|
return pulumi.get(self, "min_available")
|
|
738
739
|
|
|
739
740
|
@min_available.setter
|
|
740
|
-
def min_available(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
741
|
+
def min_available(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
741
742
|
pulumi.set(self, "min_available", value)
|
|
742
743
|
|
|
743
744
|
@property
|
|
@@ -758,11 +759,11 @@ if not MYPY:
|
|
|
758
759
|
"""
|
|
759
760
|
PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
|
|
760
761
|
"""
|
|
761
|
-
max_unavailable: NotRequired[pulumi.Input[Union[int, str]]]
|
|
762
|
+
max_unavailable: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
762
763
|
"""
|
|
763
764
|
An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
|
|
764
765
|
"""
|
|
765
|
-
min_available: NotRequired[pulumi.Input[Union[int, str]]]
|
|
766
|
+
min_available: NotRequired[pulumi.Input[Union[builtins.int, builtins.str]]]
|
|
766
767
|
"""
|
|
767
768
|
An eviction is allowed if at least "minAvailable" pods selected by "selector" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying "100%".
|
|
768
769
|
"""
|
|
@@ -776,13 +777,13 @@ elif False:
|
|
|
776
777
|
@pulumi.input_type
|
|
777
778
|
class PodDisruptionBudgetSpecArgs:
|
|
778
779
|
def __init__(__self__, *,
|
|
779
|
-
max_unavailable: Optional[pulumi.Input[Union[int, str]]] = None,
|
|
780
|
-
min_available: Optional[pulumi.Input[Union[int, str]]] = None,
|
|
780
|
+
max_unavailable: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None,
|
|
781
|
+
min_available: Optional[pulumi.Input[Union[builtins.int, builtins.str]]] = None,
|
|
781
782
|
selector: Optional[pulumi.Input['_meta.v1.LabelSelectorArgs']] = None):
|
|
782
783
|
"""
|
|
783
784
|
PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
|
|
784
|
-
:param pulumi.Input[Union[int, str]] max_unavailable: An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
|
|
785
|
-
:param pulumi.Input[Union[int, str]] min_available: An eviction is allowed if at least "minAvailable" pods selected by "selector" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying "100%".
|
|
785
|
+
:param pulumi.Input[Union[builtins.int, builtins.str]] max_unavailable: An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
|
|
786
|
+
:param pulumi.Input[Union[builtins.int, builtins.str]] min_available: An eviction is allowed if at least "minAvailable" pods selected by "selector" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying "100%".
|
|
786
787
|
:param pulumi.Input['_meta.v1.LabelSelectorArgs'] selector: Label query over pods whose evictions are managed by the disruption budget.
|
|
787
788
|
"""
|
|
788
789
|
if max_unavailable is not None:
|
|
@@ -794,26 +795,26 @@ class PodDisruptionBudgetSpecArgs:
|
|
|
794
795
|
|
|
795
796
|
@property
|
|
796
797
|
@pulumi.getter(name="maxUnavailable")
|
|
797
|
-
def max_unavailable(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
798
|
+
def max_unavailable(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
798
799
|
"""
|
|
799
800
|
An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
|
|
800
801
|
"""
|
|
801
802
|
return pulumi.get(self, "max_unavailable")
|
|
802
803
|
|
|
803
804
|
@max_unavailable.setter
|
|
804
|
-
def max_unavailable(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
805
|
+
def max_unavailable(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
805
806
|
pulumi.set(self, "max_unavailable", value)
|
|
806
807
|
|
|
807
808
|
@property
|
|
808
809
|
@pulumi.getter(name="minAvailable")
|
|
809
|
-
def min_available(self) -> Optional[pulumi.Input[Union[int, str]]]:
|
|
810
|
+
def min_available(self) -> Optional[pulumi.Input[Union[builtins.int, builtins.str]]]:
|
|
810
811
|
"""
|
|
811
812
|
An eviction is allowed if at least "minAvailable" pods selected by "selector" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying "100%".
|
|
812
813
|
"""
|
|
813
814
|
return pulumi.get(self, "min_available")
|
|
814
815
|
|
|
815
816
|
@min_available.setter
|
|
816
|
-
def min_available(self, value: Optional[pulumi.Input[Union[int, str]]]):
|
|
817
|
+
def min_available(self, value: Optional[pulumi.Input[Union[builtins.int, builtins.str]]]):
|
|
817
818
|
pulumi.set(self, "min_available", value)
|
|
818
819
|
|
|
819
820
|
@property
|
|
@@ -834,27 +835,27 @@ if not MYPY:
|
|
|
834
835
|
"""
|
|
835
836
|
PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.
|
|
836
837
|
"""
|
|
837
|
-
current_healthy: pulumi.Input[int]
|
|
838
|
+
current_healthy: pulumi.Input[builtins.int]
|
|
838
839
|
"""
|
|
839
840
|
current number of healthy pods
|
|
840
841
|
"""
|
|
841
|
-
desired_healthy: pulumi.Input[int]
|
|
842
|
+
desired_healthy: pulumi.Input[builtins.int]
|
|
842
843
|
"""
|
|
843
844
|
minimum desired number of healthy pods
|
|
844
845
|
"""
|
|
845
|
-
disruptions_allowed: pulumi.Input[int]
|
|
846
|
+
disruptions_allowed: pulumi.Input[builtins.int]
|
|
846
847
|
"""
|
|
847
848
|
Number of pod disruptions that are currently allowed.
|
|
848
849
|
"""
|
|
849
|
-
expected_pods: pulumi.Input[int]
|
|
850
|
+
expected_pods: pulumi.Input[builtins.int]
|
|
850
851
|
"""
|
|
851
852
|
total number of pods counted by this disruption budget
|
|
852
853
|
"""
|
|
853
|
-
disrupted_pods: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[str]]]]
|
|
854
|
+
disrupted_pods: NotRequired[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]
|
|
854
855
|
"""
|
|
855
856
|
DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions.
|
|
856
857
|
"""
|
|
857
|
-
observed_generation: NotRequired[pulumi.Input[int]]
|
|
858
|
+
observed_generation: NotRequired[pulumi.Input[builtins.int]]
|
|
858
859
|
"""
|
|
859
860
|
Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other status information is valid only if observedGeneration equals to PDB's object generation.
|
|
860
861
|
"""
|
|
@@ -864,20 +865,20 @@ elif False:
|
|
|
864
865
|
@pulumi.input_type
|
|
865
866
|
class PodDisruptionBudgetStatusArgs:
|
|
866
867
|
def __init__(__self__, *,
|
|
867
|
-
current_healthy: pulumi.Input[int],
|
|
868
|
-
desired_healthy: pulumi.Input[int],
|
|
869
|
-
disruptions_allowed: pulumi.Input[int],
|
|
870
|
-
expected_pods: pulumi.Input[int],
|
|
871
|
-
disrupted_pods: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
|
872
|
-
observed_generation: Optional[pulumi.Input[int]] = None):
|
|
868
|
+
current_healthy: pulumi.Input[builtins.int],
|
|
869
|
+
desired_healthy: pulumi.Input[builtins.int],
|
|
870
|
+
disruptions_allowed: pulumi.Input[builtins.int],
|
|
871
|
+
expected_pods: pulumi.Input[builtins.int],
|
|
872
|
+
disrupted_pods: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
873
|
+
observed_generation: Optional[pulumi.Input[builtins.int]] = None):
|
|
873
874
|
"""
|
|
874
875
|
PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.
|
|
875
|
-
:param pulumi.Input[int] current_healthy: current number of healthy pods
|
|
876
|
-
:param pulumi.Input[int] desired_healthy: minimum desired number of healthy pods
|
|
877
|
-
:param pulumi.Input[int] disruptions_allowed: Number of pod disruptions that are currently allowed.
|
|
878
|
-
:param pulumi.Input[int] expected_pods: total number of pods counted by this disruption budget
|
|
879
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] disrupted_pods: DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions.
|
|
880
|
-
:param pulumi.Input[int] observed_generation: Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other status information is valid only if observedGeneration equals to PDB's object generation.
|
|
876
|
+
:param pulumi.Input[builtins.int] current_healthy: current number of healthy pods
|
|
877
|
+
:param pulumi.Input[builtins.int] desired_healthy: minimum desired number of healthy pods
|
|
878
|
+
:param pulumi.Input[builtins.int] disruptions_allowed: Number of pod disruptions that are currently allowed.
|
|
879
|
+
:param pulumi.Input[builtins.int] expected_pods: total number of pods counted by this disruption budget
|
|
880
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] disrupted_pods: DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions.
|
|
881
|
+
:param pulumi.Input[builtins.int] observed_generation: Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other status information is valid only if observedGeneration equals to PDB's object generation.
|
|
881
882
|
"""
|
|
882
883
|
pulumi.set(__self__, "current_healthy", current_healthy)
|
|
883
884
|
pulumi.set(__self__, "desired_healthy", desired_healthy)
|
|
@@ -890,74 +891,74 @@ class PodDisruptionBudgetStatusArgs:
|
|
|
890
891
|
|
|
891
892
|
@property
|
|
892
893
|
@pulumi.getter(name="currentHealthy")
|
|
893
|
-
def current_healthy(self) -> pulumi.Input[int]:
|
|
894
|
+
def current_healthy(self) -> pulumi.Input[builtins.int]:
|
|
894
895
|
"""
|
|
895
896
|
current number of healthy pods
|
|
896
897
|
"""
|
|
897
898
|
return pulumi.get(self, "current_healthy")
|
|
898
899
|
|
|
899
900
|
@current_healthy.setter
|
|
900
|
-
def current_healthy(self, value: pulumi.Input[int]):
|
|
901
|
+
def current_healthy(self, value: pulumi.Input[builtins.int]):
|
|
901
902
|
pulumi.set(self, "current_healthy", value)
|
|
902
903
|
|
|
903
904
|
@property
|
|
904
905
|
@pulumi.getter(name="desiredHealthy")
|
|
905
|
-
def desired_healthy(self) -> pulumi.Input[int]:
|
|
906
|
+
def desired_healthy(self) -> pulumi.Input[builtins.int]:
|
|
906
907
|
"""
|
|
907
908
|
minimum desired number of healthy pods
|
|
908
909
|
"""
|
|
909
910
|
return pulumi.get(self, "desired_healthy")
|
|
910
911
|
|
|
911
912
|
@desired_healthy.setter
|
|
912
|
-
def desired_healthy(self, value: pulumi.Input[int]):
|
|
913
|
+
def desired_healthy(self, value: pulumi.Input[builtins.int]):
|
|
913
914
|
pulumi.set(self, "desired_healthy", value)
|
|
914
915
|
|
|
915
916
|
@property
|
|
916
917
|
@pulumi.getter(name="disruptionsAllowed")
|
|
917
|
-
def disruptions_allowed(self) -> pulumi.Input[int]:
|
|
918
|
+
def disruptions_allowed(self) -> pulumi.Input[builtins.int]:
|
|
918
919
|
"""
|
|
919
920
|
Number of pod disruptions that are currently allowed.
|
|
920
921
|
"""
|
|
921
922
|
return pulumi.get(self, "disruptions_allowed")
|
|
922
923
|
|
|
923
924
|
@disruptions_allowed.setter
|
|
924
|
-
def disruptions_allowed(self, value: pulumi.Input[int]):
|
|
925
|
+
def disruptions_allowed(self, value: pulumi.Input[builtins.int]):
|
|
925
926
|
pulumi.set(self, "disruptions_allowed", value)
|
|
926
927
|
|
|
927
928
|
@property
|
|
928
929
|
@pulumi.getter(name="expectedPods")
|
|
929
|
-
def expected_pods(self) -> pulumi.Input[int]:
|
|
930
|
+
def expected_pods(self) -> pulumi.Input[builtins.int]:
|
|
930
931
|
"""
|
|
931
932
|
total number of pods counted by this disruption budget
|
|
932
933
|
"""
|
|
933
934
|
return pulumi.get(self, "expected_pods")
|
|
934
935
|
|
|
935
936
|
@expected_pods.setter
|
|
936
|
-
def expected_pods(self, value: pulumi.Input[int]):
|
|
937
|
+
def expected_pods(self, value: pulumi.Input[builtins.int]):
|
|
937
938
|
pulumi.set(self, "expected_pods", value)
|
|
938
939
|
|
|
939
940
|
@property
|
|
940
941
|
@pulumi.getter(name="disruptedPods")
|
|
941
|
-
def disrupted_pods(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
|
942
|
+
def disrupted_pods(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
|
942
943
|
"""
|
|
943
944
|
DisruptedPods contains information about pods whose eviction was processed by the API server eviction subresource handler but has not yet been observed by the PodDisruptionBudget controller. A pod will be in this map from the time when the API server processed the eviction request to the time when the pod is seen by PDB controller as having been marked for deletion (or after a timeout). The key in the map is the name of the pod and the value is the time when the API server processed the eviction request. If the deletion didn't occur and a pod is still there it will be removed from the list automatically by PodDisruptionBudget controller after some time. If everything goes smooth this map should be empty for the most of the time. Large number of entries in the map may indicate problems with pod deletions.
|
|
944
945
|
"""
|
|
945
946
|
return pulumi.get(self, "disrupted_pods")
|
|
946
947
|
|
|
947
948
|
@disrupted_pods.setter
|
|
948
|
-
def disrupted_pods(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
|
949
|
+
def disrupted_pods(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
|
|
949
950
|
pulumi.set(self, "disrupted_pods", value)
|
|
950
951
|
|
|
951
952
|
@property
|
|
952
953
|
@pulumi.getter(name="observedGeneration")
|
|
953
|
-
def observed_generation(self) -> Optional[pulumi.Input[int]]:
|
|
954
|
+
def observed_generation(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
954
955
|
"""
|
|
955
956
|
Most recent generation observed when updating this PDB status. PodDisruptionsAllowed and other status information is valid only if observedGeneration equals to PDB's object generation.
|
|
956
957
|
"""
|
|
957
958
|
return pulumi.get(self, "observed_generation")
|
|
958
959
|
|
|
959
960
|
@observed_generation.setter
|
|
960
|
-
def observed_generation(self, value: Optional[pulumi.Input[int]]):
|
|
961
|
+
def observed_generation(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
961
962
|
pulumi.set(self, "observed_generation", value)
|
|
962
963
|
|
|
963
964
|
|
|
@@ -966,11 +967,11 @@ if not MYPY:
|
|
|
966
967
|
"""
|
|
967
968
|
PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods
|
|
968
969
|
"""
|
|
969
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
970
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
970
971
|
"""
|
|
971
972
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
972
973
|
"""
|
|
973
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
974
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
974
975
|
"""
|
|
975
976
|
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
|
|
976
977
|
"""
|
|
@@ -989,15 +990,15 @@ elif False:
|
|
|
989
990
|
@pulumi.input_type
|
|
990
991
|
class PodDisruptionBudgetArgs:
|
|
991
992
|
def __init__(__self__, *,
|
|
992
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
993
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
993
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
994
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
994
995
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
995
996
|
spec: Optional[pulumi.Input['PodDisruptionBudgetSpecArgs']] = None,
|
|
996
997
|
status: Optional[pulumi.Input['PodDisruptionBudgetStatusArgs']] = None):
|
|
997
998
|
"""
|
|
998
999
|
PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods
|
|
999
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1000
|
-
: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
|
|
1000
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1001
|
+
:param pulumi.Input[builtins.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
|
|
1001
1002
|
:param pulumi.Input['PodDisruptionBudgetSpecArgs'] spec: Specification of the desired behavior of the PodDisruptionBudget.
|
|
1002
1003
|
:param pulumi.Input['PodDisruptionBudgetStatusArgs'] status: Most recently observed status of the PodDisruptionBudget.
|
|
1003
1004
|
"""
|
|
@@ -1014,26 +1015,26 @@ class PodDisruptionBudgetArgs:
|
|
|
1014
1015
|
|
|
1015
1016
|
@property
|
|
1016
1017
|
@pulumi.getter(name="apiVersion")
|
|
1017
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1018
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1018
1019
|
"""
|
|
1019
1020
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1020
1021
|
"""
|
|
1021
1022
|
return pulumi.get(self, "api_version")
|
|
1022
1023
|
|
|
1023
1024
|
@api_version.setter
|
|
1024
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1025
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1025
1026
|
pulumi.set(self, "api_version", value)
|
|
1026
1027
|
|
|
1027
1028
|
@property
|
|
1028
1029
|
@pulumi.getter
|
|
1029
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1030
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1030
1031
|
"""
|
|
1031
1032
|
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
|
|
1032
1033
|
"""
|
|
1033
1034
|
return pulumi.get(self, "kind")
|
|
1034
1035
|
|
|
1035
1036
|
@kind.setter
|
|
1036
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1037
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1037
1038
|
pulumi.set(self, "kind", value)
|
|
1038
1039
|
|
|
1039
1040
|
@property
|
|
@@ -1075,7 +1076,7 @@ if not MYPY:
|
|
|
1075
1076
|
"""
|
|
1076
1077
|
PodSecurityPolicySpec defines the policy enforced.
|
|
1077
1078
|
"""
|
|
1078
|
-
allow_privilege_escalation: NotRequired[pulumi.Input[bool]]
|
|
1079
|
+
allow_privilege_escalation: NotRequired[pulumi.Input[builtins.bool]]
|
|
1079
1080
|
"""
|
|
1080
1081
|
allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
1081
1082
|
"""
|
|
@@ -1083,7 +1084,7 @@ if not MYPY:
|
|
|
1083
1084
|
"""
|
|
1084
1085
|
AllowedCSIDrivers is a whitelist of inline CSI drivers that must be explicitly set to be embedded within a pod spec. An empty value indicates that any CSI driver can be used for inline ephemeral volumes. This is an alpha field, and is only honored if the API server enables the CSIInlineVolume feature gate.
|
|
1085
1086
|
"""
|
|
1086
|
-
allowed_capabilities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1087
|
+
allowed_capabilities: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1087
1088
|
"""
|
|
1088
1089
|
allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities.
|
|
1089
1090
|
"""
|
|
@@ -1095,25 +1096,25 @@ if not MYPY:
|
|
|
1095
1096
|
"""
|
|
1096
1097
|
allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.
|
|
1097
1098
|
"""
|
|
1098
|
-
allowed_proc_mount_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1099
|
+
allowed_proc_mount_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1099
1100
|
"""
|
|
1100
1101
|
AllowedProcMountTypes is a whitelist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled.
|
|
1101
1102
|
"""
|
|
1102
|
-
allowed_unsafe_sysctls: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1103
|
+
allowed_unsafe_sysctls: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1103
1104
|
"""
|
|
1104
1105
|
allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection.
|
|
1105
1106
|
|
|
1106
1107
|
Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc.
|
|
1107
1108
|
"""
|
|
1108
|
-
default_add_capabilities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1109
|
+
default_add_capabilities: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1109
1110
|
"""
|
|
1110
1111
|
defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list.
|
|
1111
1112
|
"""
|
|
1112
|
-
default_allow_privilege_escalation: NotRequired[pulumi.Input[bool]]
|
|
1113
|
+
default_allow_privilege_escalation: NotRequired[pulumi.Input[builtins.bool]]
|
|
1113
1114
|
"""
|
|
1114
1115
|
defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
1115
1116
|
"""
|
|
1116
|
-
forbidden_sysctls: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1117
|
+
forbidden_sysctls: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1117
1118
|
"""
|
|
1118
1119
|
forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden.
|
|
1119
1120
|
|
|
@@ -1123,15 +1124,15 @@ if not MYPY:
|
|
|
1123
1124
|
"""
|
|
1124
1125
|
fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.
|
|
1125
1126
|
"""
|
|
1126
|
-
host_ipc: NotRequired[pulumi.Input[bool]]
|
|
1127
|
+
host_ipc: NotRequired[pulumi.Input[builtins.bool]]
|
|
1127
1128
|
"""
|
|
1128
1129
|
hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
1129
1130
|
"""
|
|
1130
|
-
host_network: NotRequired[pulumi.Input[bool]]
|
|
1131
|
+
host_network: NotRequired[pulumi.Input[builtins.bool]]
|
|
1131
1132
|
"""
|
|
1132
1133
|
hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
1133
1134
|
"""
|
|
1134
|
-
host_pid: NotRequired[pulumi.Input[bool]]
|
|
1135
|
+
host_pid: NotRequired[pulumi.Input[builtins.bool]]
|
|
1135
1136
|
"""
|
|
1136
1137
|
hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
1137
1138
|
"""
|
|
@@ -1139,15 +1140,15 @@ if not MYPY:
|
|
|
1139
1140
|
"""
|
|
1140
1141
|
hostPorts determines which host port ranges are allowed to be exposed.
|
|
1141
1142
|
"""
|
|
1142
|
-
privileged: NotRequired[pulumi.Input[bool]]
|
|
1143
|
+
privileged: NotRequired[pulumi.Input[builtins.bool]]
|
|
1143
1144
|
"""
|
|
1144
1145
|
privileged determines if a pod can request to be run as privileged.
|
|
1145
1146
|
"""
|
|
1146
|
-
read_only_root_filesystem: NotRequired[pulumi.Input[bool]]
|
|
1147
|
+
read_only_root_filesystem: NotRequired[pulumi.Input[builtins.bool]]
|
|
1147
1148
|
"""
|
|
1148
1149
|
readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.
|
|
1149
1150
|
"""
|
|
1150
|
-
required_drop_capabilities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1151
|
+
required_drop_capabilities: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1151
1152
|
"""
|
|
1152
1153
|
requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
|
|
1153
1154
|
"""
|
|
@@ -1171,7 +1172,7 @@ if not MYPY:
|
|
|
1171
1172
|
"""
|
|
1172
1173
|
supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
|
|
1173
1174
|
"""
|
|
1174
|
-
volumes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1175
|
+
volumes: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1175
1176
|
"""
|
|
1176
1177
|
volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
|
|
1177
1178
|
"""
|
|
@@ -1181,60 +1182,60 @@ elif False:
|
|
|
1181
1182
|
@pulumi.input_type
|
|
1182
1183
|
class PodSecurityPolicySpecPatchArgs:
|
|
1183
1184
|
def __init__(__self__, *,
|
|
1184
|
-
allow_privilege_escalation: Optional[pulumi.Input[bool]] = None,
|
|
1185
|
+
allow_privilege_escalation: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1185
1186
|
allowed_csi_drivers: Optional[pulumi.Input[Sequence[pulumi.Input['AllowedCSIDriverPatchArgs']]]] = None,
|
|
1186
|
-
allowed_capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1187
|
+
allowed_capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1187
1188
|
allowed_flex_volumes: Optional[pulumi.Input[Sequence[pulumi.Input['AllowedFlexVolumePatchArgs']]]] = None,
|
|
1188
1189
|
allowed_host_paths: Optional[pulumi.Input[Sequence[pulumi.Input['AllowedHostPathPatchArgs']]]] = None,
|
|
1189
|
-
allowed_proc_mount_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1190
|
-
allowed_unsafe_sysctls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1191
|
-
default_add_capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1192
|
-
default_allow_privilege_escalation: Optional[pulumi.Input[bool]] = None,
|
|
1193
|
-
forbidden_sysctls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1190
|
+
allowed_proc_mount_types: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1191
|
+
allowed_unsafe_sysctls: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1192
|
+
default_add_capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1193
|
+
default_allow_privilege_escalation: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1194
|
+
forbidden_sysctls: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1194
1195
|
fs_group: Optional[pulumi.Input['FSGroupStrategyOptionsPatchArgs']] = None,
|
|
1195
|
-
host_ipc: Optional[pulumi.Input[bool]] = None,
|
|
1196
|
-
host_network: Optional[pulumi.Input[bool]] = None,
|
|
1197
|
-
host_pid: Optional[pulumi.Input[bool]] = None,
|
|
1196
|
+
host_ipc: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1197
|
+
host_network: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1198
|
+
host_pid: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1198
1199
|
host_ports: Optional[pulumi.Input[Sequence[pulumi.Input['HostPortRangePatchArgs']]]] = None,
|
|
1199
|
-
privileged: Optional[pulumi.Input[bool]] = None,
|
|
1200
|
-
read_only_root_filesystem: Optional[pulumi.Input[bool]] = None,
|
|
1201
|
-
required_drop_capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1200
|
+
privileged: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1201
|
+
read_only_root_filesystem: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1202
|
+
required_drop_capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1202
1203
|
run_as_group: Optional[pulumi.Input['RunAsGroupStrategyOptionsPatchArgs']] = None,
|
|
1203
1204
|
run_as_user: Optional[pulumi.Input['RunAsUserStrategyOptionsPatchArgs']] = None,
|
|
1204
1205
|
runtime_class: Optional[pulumi.Input['RuntimeClassStrategyOptionsPatchArgs']] = None,
|
|
1205
1206
|
se_linux: Optional[pulumi.Input['SELinuxStrategyOptionsPatchArgs']] = None,
|
|
1206
1207
|
supplemental_groups: Optional[pulumi.Input['SupplementalGroupsStrategyOptionsPatchArgs']] = None,
|
|
1207
|
-
volumes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1208
|
+
volumes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
1208
1209
|
"""
|
|
1209
1210
|
PodSecurityPolicySpec defines the policy enforced.
|
|
1210
|
-
:param pulumi.Input[bool] allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
1211
|
+
:param pulumi.Input[builtins.bool] allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
1211
1212
|
:param pulumi.Input[Sequence[pulumi.Input['AllowedCSIDriverPatchArgs']]] allowed_csi_drivers: AllowedCSIDrivers is a whitelist of inline CSI drivers that must be explicitly set to be embedded within a pod spec. An empty value indicates that any CSI driver can be used for inline ephemeral volumes. This is an alpha field, and is only honored if the API server enables the CSIInlineVolume feature gate.
|
|
1212
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_capabilities: allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities.
|
|
1213
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_capabilities: allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities.
|
|
1213
1214
|
:param pulumi.Input[Sequence[pulumi.Input['AllowedFlexVolumePatchArgs']]] allowed_flex_volumes: allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the "volumes" field.
|
|
1214
1215
|
:param pulumi.Input[Sequence[pulumi.Input['AllowedHostPathPatchArgs']]] allowed_host_paths: allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.
|
|
1215
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_proc_mount_types: AllowedProcMountTypes is a whitelist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled.
|
|
1216
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_unsafe_sysctls: allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection.
|
|
1216
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_proc_mount_types: AllowedProcMountTypes is a whitelist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled.
|
|
1217
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_unsafe_sysctls: allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection.
|
|
1217
1218
|
|
|
1218
1219
|
Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc.
|
|
1219
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] default_add_capabilities: defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list.
|
|
1220
|
-
:param pulumi.Input[bool] default_allow_privilege_escalation: defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
1221
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] forbidden_sysctls: forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden.
|
|
1220
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] default_add_capabilities: defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list.
|
|
1221
|
+
:param pulumi.Input[builtins.bool] default_allow_privilege_escalation: defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
1222
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] forbidden_sysctls: forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden.
|
|
1222
1223
|
|
|
1223
1224
|
Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc.
|
|
1224
1225
|
:param pulumi.Input['FSGroupStrategyOptionsPatchArgs'] fs_group: fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.
|
|
1225
|
-
:param pulumi.Input[bool] host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
1226
|
-
:param pulumi.Input[bool] host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
1227
|
-
:param pulumi.Input[bool] host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
1226
|
+
:param pulumi.Input[builtins.bool] host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
1227
|
+
:param pulumi.Input[builtins.bool] host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
1228
|
+
:param pulumi.Input[builtins.bool] host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
1228
1229
|
:param pulumi.Input[Sequence[pulumi.Input['HostPortRangePatchArgs']]] host_ports: hostPorts determines which host port ranges are allowed to be exposed.
|
|
1229
|
-
:param pulumi.Input[bool] privileged: privileged determines if a pod can request to be run as privileged.
|
|
1230
|
-
:param pulumi.Input[bool] read_only_root_filesystem: readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.
|
|
1231
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] required_drop_capabilities: requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
|
|
1230
|
+
:param pulumi.Input[builtins.bool] privileged: privileged determines if a pod can request to be run as privileged.
|
|
1231
|
+
:param pulumi.Input[builtins.bool] read_only_root_filesystem: readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.
|
|
1232
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] required_drop_capabilities: requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
|
|
1232
1233
|
:param pulumi.Input['RunAsGroupStrategyOptionsPatchArgs'] run_as_group: RunAsGroup is the strategy that will dictate the allowable RunAsGroup values that may be set. If this field is omitted, the pod's RunAsGroup can take any value. This field requires the RunAsGroup feature gate to be enabled.
|
|
1233
1234
|
:param pulumi.Input['RunAsUserStrategyOptionsPatchArgs'] run_as_user: runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
1234
1235
|
:param pulumi.Input['RuntimeClassStrategyOptionsPatchArgs'] runtime_class: runtimeClass is the strategy that will dictate the allowable RuntimeClasses for a pod. If this field is omitted, the pod's runtimeClassName field is unrestricted. Enforcement of this field depends on the RuntimeClass feature gate being enabled.
|
|
1235
1236
|
:param pulumi.Input['SELinuxStrategyOptionsPatchArgs'] se_linux: seLinux is the strategy that will dictate the allowable labels that may be set.
|
|
1236
1237
|
:param pulumi.Input['SupplementalGroupsStrategyOptionsPatchArgs'] supplemental_groups: supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
|
|
1237
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] volumes: volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
|
|
1238
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] volumes: volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
|
|
1238
1239
|
"""
|
|
1239
1240
|
if allow_privilege_escalation is not None:
|
|
1240
1241
|
pulumi.set(__self__, "allow_privilege_escalation", allow_privilege_escalation)
|
|
@@ -1287,14 +1288,14 @@ class PodSecurityPolicySpecPatchArgs:
|
|
|
1287
1288
|
|
|
1288
1289
|
@property
|
|
1289
1290
|
@pulumi.getter(name="allowPrivilegeEscalation")
|
|
1290
|
-
def allow_privilege_escalation(self) -> Optional[pulumi.Input[bool]]:
|
|
1291
|
+
def allow_privilege_escalation(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1291
1292
|
"""
|
|
1292
1293
|
allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
1293
1294
|
"""
|
|
1294
1295
|
return pulumi.get(self, "allow_privilege_escalation")
|
|
1295
1296
|
|
|
1296
1297
|
@allow_privilege_escalation.setter
|
|
1297
|
-
def allow_privilege_escalation(self, value: Optional[pulumi.Input[bool]]):
|
|
1298
|
+
def allow_privilege_escalation(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1298
1299
|
pulumi.set(self, "allow_privilege_escalation", value)
|
|
1299
1300
|
|
|
1300
1301
|
@property
|
|
@@ -1311,14 +1312,14 @@ class PodSecurityPolicySpecPatchArgs:
|
|
|
1311
1312
|
|
|
1312
1313
|
@property
|
|
1313
1314
|
@pulumi.getter(name="allowedCapabilities")
|
|
1314
|
-
def allowed_capabilities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1315
|
+
def allowed_capabilities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1315
1316
|
"""
|
|
1316
1317
|
allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities.
|
|
1317
1318
|
"""
|
|
1318
1319
|
return pulumi.get(self, "allowed_capabilities")
|
|
1319
1320
|
|
|
1320
1321
|
@allowed_capabilities.setter
|
|
1321
|
-
def allowed_capabilities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1322
|
+
def allowed_capabilities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1322
1323
|
pulumi.set(self, "allowed_capabilities", value)
|
|
1323
1324
|
|
|
1324
1325
|
@property
|
|
@@ -1347,19 +1348,19 @@ class PodSecurityPolicySpecPatchArgs:
|
|
|
1347
1348
|
|
|
1348
1349
|
@property
|
|
1349
1350
|
@pulumi.getter(name="allowedProcMountTypes")
|
|
1350
|
-
def allowed_proc_mount_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1351
|
+
def allowed_proc_mount_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1351
1352
|
"""
|
|
1352
1353
|
AllowedProcMountTypes is a whitelist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled.
|
|
1353
1354
|
"""
|
|
1354
1355
|
return pulumi.get(self, "allowed_proc_mount_types")
|
|
1355
1356
|
|
|
1356
1357
|
@allowed_proc_mount_types.setter
|
|
1357
|
-
def allowed_proc_mount_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1358
|
+
def allowed_proc_mount_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1358
1359
|
pulumi.set(self, "allowed_proc_mount_types", value)
|
|
1359
1360
|
|
|
1360
1361
|
@property
|
|
1361
1362
|
@pulumi.getter(name="allowedUnsafeSysctls")
|
|
1362
|
-
def allowed_unsafe_sysctls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1363
|
+
def allowed_unsafe_sysctls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1363
1364
|
"""
|
|
1364
1365
|
allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection.
|
|
1365
1366
|
|
|
@@ -1368,36 +1369,36 @@ class PodSecurityPolicySpecPatchArgs:
|
|
|
1368
1369
|
return pulumi.get(self, "allowed_unsafe_sysctls")
|
|
1369
1370
|
|
|
1370
1371
|
@allowed_unsafe_sysctls.setter
|
|
1371
|
-
def allowed_unsafe_sysctls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1372
|
+
def allowed_unsafe_sysctls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1372
1373
|
pulumi.set(self, "allowed_unsafe_sysctls", value)
|
|
1373
1374
|
|
|
1374
1375
|
@property
|
|
1375
1376
|
@pulumi.getter(name="defaultAddCapabilities")
|
|
1376
|
-
def default_add_capabilities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1377
|
+
def default_add_capabilities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1377
1378
|
"""
|
|
1378
1379
|
defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list.
|
|
1379
1380
|
"""
|
|
1380
1381
|
return pulumi.get(self, "default_add_capabilities")
|
|
1381
1382
|
|
|
1382
1383
|
@default_add_capabilities.setter
|
|
1383
|
-
def default_add_capabilities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1384
|
+
def default_add_capabilities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1384
1385
|
pulumi.set(self, "default_add_capabilities", value)
|
|
1385
1386
|
|
|
1386
1387
|
@property
|
|
1387
1388
|
@pulumi.getter(name="defaultAllowPrivilegeEscalation")
|
|
1388
|
-
def default_allow_privilege_escalation(self) -> Optional[pulumi.Input[bool]]:
|
|
1389
|
+
def default_allow_privilege_escalation(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1389
1390
|
"""
|
|
1390
1391
|
defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
1391
1392
|
"""
|
|
1392
1393
|
return pulumi.get(self, "default_allow_privilege_escalation")
|
|
1393
1394
|
|
|
1394
1395
|
@default_allow_privilege_escalation.setter
|
|
1395
|
-
def default_allow_privilege_escalation(self, value: Optional[pulumi.Input[bool]]):
|
|
1396
|
+
def default_allow_privilege_escalation(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1396
1397
|
pulumi.set(self, "default_allow_privilege_escalation", value)
|
|
1397
1398
|
|
|
1398
1399
|
@property
|
|
1399
1400
|
@pulumi.getter(name="forbiddenSysctls")
|
|
1400
|
-
def forbidden_sysctls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1401
|
+
def forbidden_sysctls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1401
1402
|
"""
|
|
1402
1403
|
forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden.
|
|
1403
1404
|
|
|
@@ -1406,7 +1407,7 @@ class PodSecurityPolicySpecPatchArgs:
|
|
|
1406
1407
|
return pulumi.get(self, "forbidden_sysctls")
|
|
1407
1408
|
|
|
1408
1409
|
@forbidden_sysctls.setter
|
|
1409
|
-
def forbidden_sysctls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1410
|
+
def forbidden_sysctls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1410
1411
|
pulumi.set(self, "forbidden_sysctls", value)
|
|
1411
1412
|
|
|
1412
1413
|
@property
|
|
@@ -1423,38 +1424,38 @@ class PodSecurityPolicySpecPatchArgs:
|
|
|
1423
1424
|
|
|
1424
1425
|
@property
|
|
1425
1426
|
@pulumi.getter(name="hostIPC")
|
|
1426
|
-
def host_ipc(self) -> Optional[pulumi.Input[bool]]:
|
|
1427
|
+
def host_ipc(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1427
1428
|
"""
|
|
1428
1429
|
hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
1429
1430
|
"""
|
|
1430
1431
|
return pulumi.get(self, "host_ipc")
|
|
1431
1432
|
|
|
1432
1433
|
@host_ipc.setter
|
|
1433
|
-
def host_ipc(self, value: Optional[pulumi.Input[bool]]):
|
|
1434
|
+
def host_ipc(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1434
1435
|
pulumi.set(self, "host_ipc", value)
|
|
1435
1436
|
|
|
1436
1437
|
@property
|
|
1437
1438
|
@pulumi.getter(name="hostNetwork")
|
|
1438
|
-
def host_network(self) -> Optional[pulumi.Input[bool]]:
|
|
1439
|
+
def host_network(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1439
1440
|
"""
|
|
1440
1441
|
hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
1441
1442
|
"""
|
|
1442
1443
|
return pulumi.get(self, "host_network")
|
|
1443
1444
|
|
|
1444
1445
|
@host_network.setter
|
|
1445
|
-
def host_network(self, value: Optional[pulumi.Input[bool]]):
|
|
1446
|
+
def host_network(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1446
1447
|
pulumi.set(self, "host_network", value)
|
|
1447
1448
|
|
|
1448
1449
|
@property
|
|
1449
1450
|
@pulumi.getter(name="hostPID")
|
|
1450
|
-
def host_pid(self) -> Optional[pulumi.Input[bool]]:
|
|
1451
|
+
def host_pid(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1451
1452
|
"""
|
|
1452
1453
|
hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
1453
1454
|
"""
|
|
1454
1455
|
return pulumi.get(self, "host_pid")
|
|
1455
1456
|
|
|
1456
1457
|
@host_pid.setter
|
|
1457
|
-
def host_pid(self, value: Optional[pulumi.Input[bool]]):
|
|
1458
|
+
def host_pid(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1458
1459
|
pulumi.set(self, "host_pid", value)
|
|
1459
1460
|
|
|
1460
1461
|
@property
|
|
@@ -1471,38 +1472,38 @@ class PodSecurityPolicySpecPatchArgs:
|
|
|
1471
1472
|
|
|
1472
1473
|
@property
|
|
1473
1474
|
@pulumi.getter
|
|
1474
|
-
def privileged(self) -> Optional[pulumi.Input[bool]]:
|
|
1475
|
+
def privileged(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1475
1476
|
"""
|
|
1476
1477
|
privileged determines if a pod can request to be run as privileged.
|
|
1477
1478
|
"""
|
|
1478
1479
|
return pulumi.get(self, "privileged")
|
|
1479
1480
|
|
|
1480
1481
|
@privileged.setter
|
|
1481
|
-
def privileged(self, value: Optional[pulumi.Input[bool]]):
|
|
1482
|
+
def privileged(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1482
1483
|
pulumi.set(self, "privileged", value)
|
|
1483
1484
|
|
|
1484
1485
|
@property
|
|
1485
1486
|
@pulumi.getter(name="readOnlyRootFilesystem")
|
|
1486
|
-
def read_only_root_filesystem(self) -> Optional[pulumi.Input[bool]]:
|
|
1487
|
+
def read_only_root_filesystem(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1487
1488
|
"""
|
|
1488
1489
|
readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.
|
|
1489
1490
|
"""
|
|
1490
1491
|
return pulumi.get(self, "read_only_root_filesystem")
|
|
1491
1492
|
|
|
1492
1493
|
@read_only_root_filesystem.setter
|
|
1493
|
-
def read_only_root_filesystem(self, value: Optional[pulumi.Input[bool]]):
|
|
1494
|
+
def read_only_root_filesystem(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1494
1495
|
pulumi.set(self, "read_only_root_filesystem", value)
|
|
1495
1496
|
|
|
1496
1497
|
@property
|
|
1497
1498
|
@pulumi.getter(name="requiredDropCapabilities")
|
|
1498
|
-
def required_drop_capabilities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1499
|
+
def required_drop_capabilities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1499
1500
|
"""
|
|
1500
1501
|
requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
|
|
1501
1502
|
"""
|
|
1502
1503
|
return pulumi.get(self, "required_drop_capabilities")
|
|
1503
1504
|
|
|
1504
1505
|
@required_drop_capabilities.setter
|
|
1505
|
-
def required_drop_capabilities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1506
|
+
def required_drop_capabilities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1506
1507
|
pulumi.set(self, "required_drop_capabilities", value)
|
|
1507
1508
|
|
|
1508
1509
|
@property
|
|
@@ -1567,14 +1568,14 @@ class PodSecurityPolicySpecPatchArgs:
|
|
|
1567
1568
|
|
|
1568
1569
|
@property
|
|
1569
1570
|
@pulumi.getter
|
|
1570
|
-
def volumes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1571
|
+
def volumes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1571
1572
|
"""
|
|
1572
1573
|
volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
|
|
1573
1574
|
"""
|
|
1574
1575
|
return pulumi.get(self, "volumes")
|
|
1575
1576
|
|
|
1576
1577
|
@volumes.setter
|
|
1577
|
-
def volumes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1578
|
+
def volumes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1578
1579
|
pulumi.set(self, "volumes", value)
|
|
1579
1580
|
|
|
1580
1581
|
|
|
@@ -1599,7 +1600,7 @@ if not MYPY:
|
|
|
1599
1600
|
"""
|
|
1600
1601
|
supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
|
|
1601
1602
|
"""
|
|
1602
|
-
allow_privilege_escalation: NotRequired[pulumi.Input[bool]]
|
|
1603
|
+
allow_privilege_escalation: NotRequired[pulumi.Input[builtins.bool]]
|
|
1603
1604
|
"""
|
|
1604
1605
|
allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
1605
1606
|
"""
|
|
@@ -1607,7 +1608,7 @@ if not MYPY:
|
|
|
1607
1608
|
"""
|
|
1608
1609
|
AllowedCSIDrivers is a whitelist of inline CSI drivers that must be explicitly set to be embedded within a pod spec. An empty value indicates that any CSI driver can be used for inline ephemeral volumes. This is an alpha field, and is only honored if the API server enables the CSIInlineVolume feature gate.
|
|
1609
1610
|
"""
|
|
1610
|
-
allowed_capabilities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1611
|
+
allowed_capabilities: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1611
1612
|
"""
|
|
1612
1613
|
allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities.
|
|
1613
1614
|
"""
|
|
@@ -1619,39 +1620,39 @@ if not MYPY:
|
|
|
1619
1620
|
"""
|
|
1620
1621
|
allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.
|
|
1621
1622
|
"""
|
|
1622
|
-
allowed_proc_mount_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1623
|
+
allowed_proc_mount_types: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1623
1624
|
"""
|
|
1624
1625
|
AllowedProcMountTypes is a whitelist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled.
|
|
1625
1626
|
"""
|
|
1626
|
-
allowed_unsafe_sysctls: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1627
|
+
allowed_unsafe_sysctls: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1627
1628
|
"""
|
|
1628
1629
|
allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection.
|
|
1629
1630
|
|
|
1630
1631
|
Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc.
|
|
1631
1632
|
"""
|
|
1632
|
-
default_add_capabilities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1633
|
+
default_add_capabilities: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1633
1634
|
"""
|
|
1634
1635
|
defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list.
|
|
1635
1636
|
"""
|
|
1636
|
-
default_allow_privilege_escalation: NotRequired[pulumi.Input[bool]]
|
|
1637
|
+
default_allow_privilege_escalation: NotRequired[pulumi.Input[builtins.bool]]
|
|
1637
1638
|
"""
|
|
1638
1639
|
defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
1639
1640
|
"""
|
|
1640
|
-
forbidden_sysctls: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1641
|
+
forbidden_sysctls: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1641
1642
|
"""
|
|
1642
1643
|
forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden.
|
|
1643
1644
|
|
|
1644
1645
|
Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc.
|
|
1645
1646
|
"""
|
|
1646
|
-
host_ipc: NotRequired[pulumi.Input[bool]]
|
|
1647
|
+
host_ipc: NotRequired[pulumi.Input[builtins.bool]]
|
|
1647
1648
|
"""
|
|
1648
1649
|
hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
1649
1650
|
"""
|
|
1650
|
-
host_network: NotRequired[pulumi.Input[bool]]
|
|
1651
|
+
host_network: NotRequired[pulumi.Input[builtins.bool]]
|
|
1651
1652
|
"""
|
|
1652
1653
|
hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
1653
1654
|
"""
|
|
1654
|
-
host_pid: NotRequired[pulumi.Input[bool]]
|
|
1655
|
+
host_pid: NotRequired[pulumi.Input[builtins.bool]]
|
|
1655
1656
|
"""
|
|
1656
1657
|
hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
1657
1658
|
"""
|
|
@@ -1659,15 +1660,15 @@ if not MYPY:
|
|
|
1659
1660
|
"""
|
|
1660
1661
|
hostPorts determines which host port ranges are allowed to be exposed.
|
|
1661
1662
|
"""
|
|
1662
|
-
privileged: NotRequired[pulumi.Input[bool]]
|
|
1663
|
+
privileged: NotRequired[pulumi.Input[builtins.bool]]
|
|
1663
1664
|
"""
|
|
1664
1665
|
privileged determines if a pod can request to be run as privileged.
|
|
1665
1666
|
"""
|
|
1666
|
-
read_only_root_filesystem: NotRequired[pulumi.Input[bool]]
|
|
1667
|
+
read_only_root_filesystem: NotRequired[pulumi.Input[builtins.bool]]
|
|
1667
1668
|
"""
|
|
1668
1669
|
readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.
|
|
1669
1670
|
"""
|
|
1670
|
-
required_drop_capabilities: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1671
|
+
required_drop_capabilities: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1671
1672
|
"""
|
|
1672
1673
|
requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
|
|
1673
1674
|
"""
|
|
@@ -1679,7 +1680,7 @@ if not MYPY:
|
|
|
1679
1680
|
"""
|
|
1680
1681
|
runtimeClass is the strategy that will dictate the allowable RuntimeClasses for a pod. If this field is omitted, the pod's runtimeClassName field is unrestricted. Enforcement of this field depends on the RuntimeClass feature gate being enabled.
|
|
1681
1682
|
"""
|
|
1682
|
-
volumes: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1683
|
+
volumes: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1683
1684
|
"""
|
|
1684
1685
|
volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
|
|
1685
1686
|
"""
|
|
@@ -1693,56 +1694,56 @@ class PodSecurityPolicySpecArgs:
|
|
|
1693
1694
|
run_as_user: pulumi.Input['RunAsUserStrategyOptionsArgs'],
|
|
1694
1695
|
se_linux: pulumi.Input['SELinuxStrategyOptionsArgs'],
|
|
1695
1696
|
supplemental_groups: pulumi.Input['SupplementalGroupsStrategyOptionsArgs'],
|
|
1696
|
-
allow_privilege_escalation: Optional[pulumi.Input[bool]] = None,
|
|
1697
|
+
allow_privilege_escalation: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1697
1698
|
allowed_csi_drivers: Optional[pulumi.Input[Sequence[pulumi.Input['AllowedCSIDriverArgs']]]] = None,
|
|
1698
|
-
allowed_capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1699
|
+
allowed_capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1699
1700
|
allowed_flex_volumes: Optional[pulumi.Input[Sequence[pulumi.Input['AllowedFlexVolumeArgs']]]] = None,
|
|
1700
1701
|
allowed_host_paths: Optional[pulumi.Input[Sequence[pulumi.Input['AllowedHostPathArgs']]]] = None,
|
|
1701
|
-
allowed_proc_mount_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1702
|
-
allowed_unsafe_sysctls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1703
|
-
default_add_capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1704
|
-
default_allow_privilege_escalation: Optional[pulumi.Input[bool]] = None,
|
|
1705
|
-
forbidden_sysctls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1706
|
-
host_ipc: Optional[pulumi.Input[bool]] = None,
|
|
1707
|
-
host_network: Optional[pulumi.Input[bool]] = None,
|
|
1708
|
-
host_pid: Optional[pulumi.Input[bool]] = None,
|
|
1702
|
+
allowed_proc_mount_types: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1703
|
+
allowed_unsafe_sysctls: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1704
|
+
default_add_capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1705
|
+
default_allow_privilege_escalation: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1706
|
+
forbidden_sysctls: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1707
|
+
host_ipc: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1708
|
+
host_network: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1709
|
+
host_pid: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1709
1710
|
host_ports: Optional[pulumi.Input[Sequence[pulumi.Input['HostPortRangeArgs']]]] = None,
|
|
1710
|
-
privileged: Optional[pulumi.Input[bool]] = None,
|
|
1711
|
-
read_only_root_filesystem: Optional[pulumi.Input[bool]] = None,
|
|
1712
|
-
required_drop_capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1711
|
+
privileged: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1712
|
+
read_only_root_filesystem: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1713
|
+
required_drop_capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1713
1714
|
run_as_group: Optional[pulumi.Input['RunAsGroupStrategyOptionsArgs']] = None,
|
|
1714
1715
|
runtime_class: Optional[pulumi.Input['RuntimeClassStrategyOptionsArgs']] = None,
|
|
1715
|
-
volumes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1716
|
+
volumes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
1716
1717
|
"""
|
|
1717
1718
|
PodSecurityPolicySpec defines the policy enforced.
|
|
1718
1719
|
:param pulumi.Input['FSGroupStrategyOptionsArgs'] fs_group: fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.
|
|
1719
1720
|
:param pulumi.Input['RunAsUserStrategyOptionsArgs'] run_as_user: runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
1720
1721
|
:param pulumi.Input['SELinuxStrategyOptionsArgs'] se_linux: seLinux is the strategy that will dictate the allowable labels that may be set.
|
|
1721
1722
|
:param pulumi.Input['SupplementalGroupsStrategyOptionsArgs'] supplemental_groups: supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
|
|
1722
|
-
:param pulumi.Input[bool] allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
1723
|
+
:param pulumi.Input[builtins.bool] allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
1723
1724
|
:param pulumi.Input[Sequence[pulumi.Input['AllowedCSIDriverArgs']]] allowed_csi_drivers: AllowedCSIDrivers is a whitelist of inline CSI drivers that must be explicitly set to be embedded within a pod spec. An empty value indicates that any CSI driver can be used for inline ephemeral volumes. This is an alpha field, and is only honored if the API server enables the CSIInlineVolume feature gate.
|
|
1724
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_capabilities: allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities.
|
|
1725
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_capabilities: allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities.
|
|
1725
1726
|
:param pulumi.Input[Sequence[pulumi.Input['AllowedFlexVolumeArgs']]] allowed_flex_volumes: allowedFlexVolumes is a whitelist of allowed Flexvolumes. Empty or nil indicates that all Flexvolumes may be used. This parameter is effective only when the usage of the Flexvolumes is allowed in the "volumes" field.
|
|
1726
1727
|
:param pulumi.Input[Sequence[pulumi.Input['AllowedHostPathArgs']]] allowed_host_paths: allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.
|
|
1727
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_proc_mount_types: AllowedProcMountTypes is a whitelist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled.
|
|
1728
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_unsafe_sysctls: allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection.
|
|
1728
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_proc_mount_types: AllowedProcMountTypes is a whitelist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled.
|
|
1729
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_unsafe_sysctls: allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection.
|
|
1729
1730
|
|
|
1730
1731
|
Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc.
|
|
1731
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] default_add_capabilities: defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list.
|
|
1732
|
-
:param pulumi.Input[bool] default_allow_privilege_escalation: defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
1733
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] forbidden_sysctls: forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden.
|
|
1732
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] default_add_capabilities: defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list.
|
|
1733
|
+
:param pulumi.Input[builtins.bool] default_allow_privilege_escalation: defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
1734
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] forbidden_sysctls: forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden.
|
|
1734
1735
|
|
|
1735
1736
|
Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc.
|
|
1736
|
-
:param pulumi.Input[bool] host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
1737
|
-
:param pulumi.Input[bool] host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
1738
|
-
:param pulumi.Input[bool] host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
1737
|
+
:param pulumi.Input[builtins.bool] host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
1738
|
+
:param pulumi.Input[builtins.bool] host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
1739
|
+
:param pulumi.Input[builtins.bool] host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
1739
1740
|
:param pulumi.Input[Sequence[pulumi.Input['HostPortRangeArgs']]] host_ports: hostPorts determines which host port ranges are allowed to be exposed.
|
|
1740
|
-
:param pulumi.Input[bool] privileged: privileged determines if a pod can request to be run as privileged.
|
|
1741
|
-
:param pulumi.Input[bool] read_only_root_filesystem: readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.
|
|
1742
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] required_drop_capabilities: requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
|
|
1741
|
+
:param pulumi.Input[builtins.bool] privileged: privileged determines if a pod can request to be run as privileged.
|
|
1742
|
+
:param pulumi.Input[builtins.bool] read_only_root_filesystem: readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.
|
|
1743
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] required_drop_capabilities: requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
|
|
1743
1744
|
:param pulumi.Input['RunAsGroupStrategyOptionsArgs'] run_as_group: RunAsGroup is the strategy that will dictate the allowable RunAsGroup values that may be set. If this field is omitted, the pod's RunAsGroup can take any value. This field requires the RunAsGroup feature gate to be enabled.
|
|
1744
1745
|
:param pulumi.Input['RuntimeClassStrategyOptionsArgs'] runtime_class: runtimeClass is the strategy that will dictate the allowable RuntimeClasses for a pod. If this field is omitted, the pod's runtimeClassName field is unrestricted. Enforcement of this field depends on the RuntimeClass feature gate being enabled.
|
|
1745
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] volumes: volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
|
|
1746
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] volumes: volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
|
|
1746
1747
|
"""
|
|
1747
1748
|
pulumi.set(__self__, "fs_group", fs_group)
|
|
1748
1749
|
pulumi.set(__self__, "run_as_user", run_as_user)
|
|
@@ -1839,14 +1840,14 @@ class PodSecurityPolicySpecArgs:
|
|
|
1839
1840
|
|
|
1840
1841
|
@property
|
|
1841
1842
|
@pulumi.getter(name="allowPrivilegeEscalation")
|
|
1842
|
-
def allow_privilege_escalation(self) -> Optional[pulumi.Input[bool]]:
|
|
1843
|
+
def allow_privilege_escalation(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1843
1844
|
"""
|
|
1844
1845
|
allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
1845
1846
|
"""
|
|
1846
1847
|
return pulumi.get(self, "allow_privilege_escalation")
|
|
1847
1848
|
|
|
1848
1849
|
@allow_privilege_escalation.setter
|
|
1849
|
-
def allow_privilege_escalation(self, value: Optional[pulumi.Input[bool]]):
|
|
1850
|
+
def allow_privilege_escalation(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1850
1851
|
pulumi.set(self, "allow_privilege_escalation", value)
|
|
1851
1852
|
|
|
1852
1853
|
@property
|
|
@@ -1863,14 +1864,14 @@ class PodSecurityPolicySpecArgs:
|
|
|
1863
1864
|
|
|
1864
1865
|
@property
|
|
1865
1866
|
@pulumi.getter(name="allowedCapabilities")
|
|
1866
|
-
def allowed_capabilities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1867
|
+
def allowed_capabilities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1867
1868
|
"""
|
|
1868
1869
|
allowedCapabilities is a list of capabilities that can be requested to add to the container. Capabilities in this field may be added at the pod author's discretion. You must not list a capability in both allowedCapabilities and requiredDropCapabilities.
|
|
1869
1870
|
"""
|
|
1870
1871
|
return pulumi.get(self, "allowed_capabilities")
|
|
1871
1872
|
|
|
1872
1873
|
@allowed_capabilities.setter
|
|
1873
|
-
def allowed_capabilities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1874
|
+
def allowed_capabilities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1874
1875
|
pulumi.set(self, "allowed_capabilities", value)
|
|
1875
1876
|
|
|
1876
1877
|
@property
|
|
@@ -1899,19 +1900,19 @@ class PodSecurityPolicySpecArgs:
|
|
|
1899
1900
|
|
|
1900
1901
|
@property
|
|
1901
1902
|
@pulumi.getter(name="allowedProcMountTypes")
|
|
1902
|
-
def allowed_proc_mount_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1903
|
+
def allowed_proc_mount_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1903
1904
|
"""
|
|
1904
1905
|
AllowedProcMountTypes is a whitelist of allowed ProcMountTypes. Empty or nil indicates that only the DefaultProcMountType may be used. This requires the ProcMountType feature flag to be enabled.
|
|
1905
1906
|
"""
|
|
1906
1907
|
return pulumi.get(self, "allowed_proc_mount_types")
|
|
1907
1908
|
|
|
1908
1909
|
@allowed_proc_mount_types.setter
|
|
1909
|
-
def allowed_proc_mount_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1910
|
+
def allowed_proc_mount_types(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1910
1911
|
pulumi.set(self, "allowed_proc_mount_types", value)
|
|
1911
1912
|
|
|
1912
1913
|
@property
|
|
1913
1914
|
@pulumi.getter(name="allowedUnsafeSysctls")
|
|
1914
|
-
def allowed_unsafe_sysctls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1915
|
+
def allowed_unsafe_sysctls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1915
1916
|
"""
|
|
1916
1917
|
allowedUnsafeSysctls is a list of explicitly allowed unsafe sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of allowed sysctls. Single * means all unsafe sysctls are allowed. Kubelet has to whitelist all allowed unsafe sysctls explicitly to avoid rejection.
|
|
1917
1918
|
|
|
@@ -1920,36 +1921,36 @@ class PodSecurityPolicySpecArgs:
|
|
|
1920
1921
|
return pulumi.get(self, "allowed_unsafe_sysctls")
|
|
1921
1922
|
|
|
1922
1923
|
@allowed_unsafe_sysctls.setter
|
|
1923
|
-
def allowed_unsafe_sysctls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1924
|
+
def allowed_unsafe_sysctls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1924
1925
|
pulumi.set(self, "allowed_unsafe_sysctls", value)
|
|
1925
1926
|
|
|
1926
1927
|
@property
|
|
1927
1928
|
@pulumi.getter(name="defaultAddCapabilities")
|
|
1928
|
-
def default_add_capabilities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1929
|
+
def default_add_capabilities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1929
1930
|
"""
|
|
1930
1931
|
defaultAddCapabilities is the default set of capabilities that will be added to the container unless the pod spec specifically drops the capability. You may not list a capability in both defaultAddCapabilities and requiredDropCapabilities. Capabilities added here are implicitly allowed, and need not be included in the allowedCapabilities list.
|
|
1931
1932
|
"""
|
|
1932
1933
|
return pulumi.get(self, "default_add_capabilities")
|
|
1933
1934
|
|
|
1934
1935
|
@default_add_capabilities.setter
|
|
1935
|
-
def default_add_capabilities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1936
|
+
def default_add_capabilities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1936
1937
|
pulumi.set(self, "default_add_capabilities", value)
|
|
1937
1938
|
|
|
1938
1939
|
@property
|
|
1939
1940
|
@pulumi.getter(name="defaultAllowPrivilegeEscalation")
|
|
1940
|
-
def default_allow_privilege_escalation(self) -> Optional[pulumi.Input[bool]]:
|
|
1941
|
+
def default_allow_privilege_escalation(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1941
1942
|
"""
|
|
1942
1943
|
defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
1943
1944
|
"""
|
|
1944
1945
|
return pulumi.get(self, "default_allow_privilege_escalation")
|
|
1945
1946
|
|
|
1946
1947
|
@default_allow_privilege_escalation.setter
|
|
1947
|
-
def default_allow_privilege_escalation(self, value: Optional[pulumi.Input[bool]]):
|
|
1948
|
+
def default_allow_privilege_escalation(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1948
1949
|
pulumi.set(self, "default_allow_privilege_escalation", value)
|
|
1949
1950
|
|
|
1950
1951
|
@property
|
|
1951
1952
|
@pulumi.getter(name="forbiddenSysctls")
|
|
1952
|
-
def forbidden_sysctls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1953
|
+
def forbidden_sysctls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1953
1954
|
"""
|
|
1954
1955
|
forbiddenSysctls is a list of explicitly forbidden sysctls, defaults to none. Each entry is either a plain sysctl name or ends in "*" in which case it is considered as a prefix of forbidden sysctls. Single * means all sysctls are forbidden.
|
|
1955
1956
|
|
|
@@ -1958,43 +1959,43 @@ class PodSecurityPolicySpecArgs:
|
|
|
1958
1959
|
return pulumi.get(self, "forbidden_sysctls")
|
|
1959
1960
|
|
|
1960
1961
|
@forbidden_sysctls.setter
|
|
1961
|
-
def forbidden_sysctls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1962
|
+
def forbidden_sysctls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1962
1963
|
pulumi.set(self, "forbidden_sysctls", value)
|
|
1963
1964
|
|
|
1964
1965
|
@property
|
|
1965
1966
|
@pulumi.getter(name="hostIPC")
|
|
1966
|
-
def host_ipc(self) -> Optional[pulumi.Input[bool]]:
|
|
1967
|
+
def host_ipc(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1967
1968
|
"""
|
|
1968
1969
|
hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
1969
1970
|
"""
|
|
1970
1971
|
return pulumi.get(self, "host_ipc")
|
|
1971
1972
|
|
|
1972
1973
|
@host_ipc.setter
|
|
1973
|
-
def host_ipc(self, value: Optional[pulumi.Input[bool]]):
|
|
1974
|
+
def host_ipc(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1974
1975
|
pulumi.set(self, "host_ipc", value)
|
|
1975
1976
|
|
|
1976
1977
|
@property
|
|
1977
1978
|
@pulumi.getter(name="hostNetwork")
|
|
1978
|
-
def host_network(self) -> Optional[pulumi.Input[bool]]:
|
|
1979
|
+
def host_network(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1979
1980
|
"""
|
|
1980
1981
|
hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
1981
1982
|
"""
|
|
1982
1983
|
return pulumi.get(self, "host_network")
|
|
1983
1984
|
|
|
1984
1985
|
@host_network.setter
|
|
1985
|
-
def host_network(self, value: Optional[pulumi.Input[bool]]):
|
|
1986
|
+
def host_network(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1986
1987
|
pulumi.set(self, "host_network", value)
|
|
1987
1988
|
|
|
1988
1989
|
@property
|
|
1989
1990
|
@pulumi.getter(name="hostPID")
|
|
1990
|
-
def host_pid(self) -> Optional[pulumi.Input[bool]]:
|
|
1991
|
+
def host_pid(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
1991
1992
|
"""
|
|
1992
1993
|
hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
1993
1994
|
"""
|
|
1994
1995
|
return pulumi.get(self, "host_pid")
|
|
1995
1996
|
|
|
1996
1997
|
@host_pid.setter
|
|
1997
|
-
def host_pid(self, value: Optional[pulumi.Input[bool]]):
|
|
1998
|
+
def host_pid(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
1998
1999
|
pulumi.set(self, "host_pid", value)
|
|
1999
2000
|
|
|
2000
2001
|
@property
|
|
@@ -2011,38 +2012,38 @@ class PodSecurityPolicySpecArgs:
|
|
|
2011
2012
|
|
|
2012
2013
|
@property
|
|
2013
2014
|
@pulumi.getter
|
|
2014
|
-
def privileged(self) -> Optional[pulumi.Input[bool]]:
|
|
2015
|
+
def privileged(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2015
2016
|
"""
|
|
2016
2017
|
privileged determines if a pod can request to be run as privileged.
|
|
2017
2018
|
"""
|
|
2018
2019
|
return pulumi.get(self, "privileged")
|
|
2019
2020
|
|
|
2020
2021
|
@privileged.setter
|
|
2021
|
-
def privileged(self, value: Optional[pulumi.Input[bool]]):
|
|
2022
|
+
def privileged(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2022
2023
|
pulumi.set(self, "privileged", value)
|
|
2023
2024
|
|
|
2024
2025
|
@property
|
|
2025
2026
|
@pulumi.getter(name="readOnlyRootFilesystem")
|
|
2026
|
-
def read_only_root_filesystem(self) -> Optional[pulumi.Input[bool]]:
|
|
2027
|
+
def read_only_root_filesystem(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2027
2028
|
"""
|
|
2028
2029
|
readOnlyRootFilesystem when set to true will force containers to run with a read only root file system. If the container specifically requests to run with a non-read only root file system the PSP should deny the pod. If set to false the container may run with a read only root file system if it wishes but it will not be forced to.
|
|
2029
2030
|
"""
|
|
2030
2031
|
return pulumi.get(self, "read_only_root_filesystem")
|
|
2031
2032
|
|
|
2032
2033
|
@read_only_root_filesystem.setter
|
|
2033
|
-
def read_only_root_filesystem(self, value: Optional[pulumi.Input[bool]]):
|
|
2034
|
+
def read_only_root_filesystem(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2034
2035
|
pulumi.set(self, "read_only_root_filesystem", value)
|
|
2035
2036
|
|
|
2036
2037
|
@property
|
|
2037
2038
|
@pulumi.getter(name="requiredDropCapabilities")
|
|
2038
|
-
def required_drop_capabilities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2039
|
+
def required_drop_capabilities(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2039
2040
|
"""
|
|
2040
2041
|
requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
|
|
2041
2042
|
"""
|
|
2042
2043
|
return pulumi.get(self, "required_drop_capabilities")
|
|
2043
2044
|
|
|
2044
2045
|
@required_drop_capabilities.setter
|
|
2045
|
-
def required_drop_capabilities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2046
|
+
def required_drop_capabilities(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2046
2047
|
pulumi.set(self, "required_drop_capabilities", value)
|
|
2047
2048
|
|
|
2048
2049
|
@property
|
|
@@ -2071,14 +2072,14 @@ class PodSecurityPolicySpecArgs:
|
|
|
2071
2072
|
|
|
2072
2073
|
@property
|
|
2073
2074
|
@pulumi.getter
|
|
2074
|
-
def volumes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2075
|
+
def volumes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2075
2076
|
"""
|
|
2076
2077
|
volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
|
|
2077
2078
|
"""
|
|
2078
2079
|
return pulumi.get(self, "volumes")
|
|
2079
2080
|
|
|
2080
2081
|
@volumes.setter
|
|
2081
|
-
def volumes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2082
|
+
def volumes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2082
2083
|
pulumi.set(self, "volumes", value)
|
|
2083
2084
|
|
|
2084
2085
|
|
|
@@ -2087,11 +2088,11 @@ if not MYPY:
|
|
|
2087
2088
|
"""
|
|
2088
2089
|
PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.
|
|
2089
2090
|
"""
|
|
2090
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
2091
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
2091
2092
|
"""
|
|
2092
2093
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2093
2094
|
"""
|
|
2094
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
2095
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
2095
2096
|
"""
|
|
2096
2097
|
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
|
|
2097
2098
|
"""
|
|
@@ -2109,14 +2110,14 @@ elif False:
|
|
|
2109
2110
|
@pulumi.input_type
|
|
2110
2111
|
class PodSecurityPolicyArgs:
|
|
2111
2112
|
def __init__(__self__, *,
|
|
2112
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
2113
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
2113
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
2114
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
2114
2115
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
2115
2116
|
spec: Optional[pulumi.Input['PodSecurityPolicySpecArgs']] = None):
|
|
2116
2117
|
"""
|
|
2117
2118
|
PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.
|
|
2118
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2119
|
-
: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
|
|
2119
|
+
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2120
|
+
:param pulumi.Input[builtins.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
|
|
2120
2121
|
: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
|
|
2121
2122
|
:param pulumi.Input['PodSecurityPolicySpecArgs'] spec: spec defines the policy enforced.
|
|
2122
2123
|
"""
|
|
@@ -2131,26 +2132,26 @@ class PodSecurityPolicyArgs:
|
|
|
2131
2132
|
|
|
2132
2133
|
@property
|
|
2133
2134
|
@pulumi.getter(name="apiVersion")
|
|
2134
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
2135
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2135
2136
|
"""
|
|
2136
2137
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
2137
2138
|
"""
|
|
2138
2139
|
return pulumi.get(self, "api_version")
|
|
2139
2140
|
|
|
2140
2141
|
@api_version.setter
|
|
2141
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
2142
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2142
2143
|
pulumi.set(self, "api_version", value)
|
|
2143
2144
|
|
|
2144
2145
|
@property
|
|
2145
2146
|
@pulumi.getter
|
|
2146
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
2147
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2147
2148
|
"""
|
|
2148
2149
|
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
|
|
2149
2150
|
"""
|
|
2150
2151
|
return pulumi.get(self, "kind")
|
|
2151
2152
|
|
|
2152
2153
|
@kind.setter
|
|
2153
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
2154
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2154
2155
|
pulumi.set(self, "kind", value)
|
|
2155
2156
|
|
|
2156
2157
|
@property
|
|
@@ -2187,7 +2188,7 @@ if not MYPY:
|
|
|
2187
2188
|
"""
|
|
2188
2189
|
ranges are the allowed ranges of gids that may be used. If you would like to force a single gid then supply a single range with the same start and end. Required for MustRunAs.
|
|
2189
2190
|
"""
|
|
2190
|
-
rule: NotRequired[pulumi.Input[str]]
|
|
2191
|
+
rule: NotRequired[pulumi.Input[builtins.str]]
|
|
2191
2192
|
"""
|
|
2192
2193
|
rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
2193
2194
|
"""
|
|
@@ -2198,11 +2199,11 @@ elif False:
|
|
|
2198
2199
|
class RunAsGroupStrategyOptionsPatchArgs:
|
|
2199
2200
|
def __init__(__self__, *,
|
|
2200
2201
|
ranges: Optional[pulumi.Input[Sequence[pulumi.Input['IDRangePatchArgs']]]] = None,
|
|
2201
|
-
rule: Optional[pulumi.Input[str]] = None):
|
|
2202
|
+
rule: Optional[pulumi.Input[builtins.str]] = None):
|
|
2202
2203
|
"""
|
|
2203
2204
|
RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
2204
2205
|
:param pulumi.Input[Sequence[pulumi.Input['IDRangePatchArgs']]] ranges: ranges are the allowed ranges of gids that may be used. If you would like to force a single gid then supply a single range with the same start and end. Required for MustRunAs.
|
|
2205
|
-
:param pulumi.Input[str] rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
2206
|
+
:param pulumi.Input[builtins.str] rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
2206
2207
|
"""
|
|
2207
2208
|
if ranges is not None:
|
|
2208
2209
|
pulumi.set(__self__, "ranges", ranges)
|
|
@@ -2223,14 +2224,14 @@ class RunAsGroupStrategyOptionsPatchArgs:
|
|
|
2223
2224
|
|
|
2224
2225
|
@property
|
|
2225
2226
|
@pulumi.getter
|
|
2226
|
-
def rule(self) -> Optional[pulumi.Input[str]]:
|
|
2227
|
+
def rule(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2227
2228
|
"""
|
|
2228
2229
|
rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
2229
2230
|
"""
|
|
2230
2231
|
return pulumi.get(self, "rule")
|
|
2231
2232
|
|
|
2232
2233
|
@rule.setter
|
|
2233
|
-
def rule(self, value: Optional[pulumi.Input[str]]):
|
|
2234
|
+
def rule(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2234
2235
|
pulumi.set(self, "rule", value)
|
|
2235
2236
|
|
|
2236
2237
|
|
|
@@ -2239,7 +2240,7 @@ if not MYPY:
|
|
|
2239
2240
|
"""
|
|
2240
2241
|
RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
2241
2242
|
"""
|
|
2242
|
-
rule: pulumi.Input[str]
|
|
2243
|
+
rule: pulumi.Input[builtins.str]
|
|
2243
2244
|
"""
|
|
2244
2245
|
rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
2245
2246
|
"""
|
|
@@ -2253,11 +2254,11 @@ elif False:
|
|
|
2253
2254
|
@pulumi.input_type
|
|
2254
2255
|
class RunAsGroupStrategyOptionsArgs:
|
|
2255
2256
|
def __init__(__self__, *,
|
|
2256
|
-
rule: pulumi.Input[str],
|
|
2257
|
+
rule: pulumi.Input[builtins.str],
|
|
2257
2258
|
ranges: Optional[pulumi.Input[Sequence[pulumi.Input['IDRangeArgs']]]] = None):
|
|
2258
2259
|
"""
|
|
2259
2260
|
RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
2260
|
-
:param pulumi.Input[str] rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
2261
|
+
:param pulumi.Input[builtins.str] rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
2261
2262
|
:param pulumi.Input[Sequence[pulumi.Input['IDRangeArgs']]] ranges: ranges are the allowed ranges of gids that may be used. If you would like to force a single gid then supply a single range with the same start and end. Required for MustRunAs.
|
|
2262
2263
|
"""
|
|
2263
2264
|
pulumi.set(__self__, "rule", rule)
|
|
@@ -2266,14 +2267,14 @@ class RunAsGroupStrategyOptionsArgs:
|
|
|
2266
2267
|
|
|
2267
2268
|
@property
|
|
2268
2269
|
@pulumi.getter
|
|
2269
|
-
def rule(self) -> pulumi.Input[str]:
|
|
2270
|
+
def rule(self) -> pulumi.Input[builtins.str]:
|
|
2270
2271
|
"""
|
|
2271
2272
|
rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
2272
2273
|
"""
|
|
2273
2274
|
return pulumi.get(self, "rule")
|
|
2274
2275
|
|
|
2275
2276
|
@rule.setter
|
|
2276
|
-
def rule(self, value: pulumi.Input[str]):
|
|
2277
|
+
def rule(self, value: pulumi.Input[builtins.str]):
|
|
2277
2278
|
pulumi.set(self, "rule", value)
|
|
2278
2279
|
|
|
2279
2280
|
@property
|
|
@@ -2298,7 +2299,7 @@ if not MYPY:
|
|
|
2298
2299
|
"""
|
|
2299
2300
|
ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.
|
|
2300
2301
|
"""
|
|
2301
|
-
rule: NotRequired[pulumi.Input[str]]
|
|
2302
|
+
rule: NotRequired[pulumi.Input[builtins.str]]
|
|
2302
2303
|
"""
|
|
2303
2304
|
rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
2304
2305
|
"""
|
|
@@ -2309,11 +2310,11 @@ elif False:
|
|
|
2309
2310
|
class RunAsUserStrategyOptionsPatchArgs:
|
|
2310
2311
|
def __init__(__self__, *,
|
|
2311
2312
|
ranges: Optional[pulumi.Input[Sequence[pulumi.Input['IDRangePatchArgs']]]] = None,
|
|
2312
|
-
rule: Optional[pulumi.Input[str]] = None):
|
|
2313
|
+
rule: Optional[pulumi.Input[builtins.str]] = None):
|
|
2313
2314
|
"""
|
|
2314
2315
|
RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
2315
2316
|
:param pulumi.Input[Sequence[pulumi.Input['IDRangePatchArgs']]] ranges: ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.
|
|
2316
|
-
:param pulumi.Input[str] rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
2317
|
+
:param pulumi.Input[builtins.str] rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
2317
2318
|
"""
|
|
2318
2319
|
if ranges is not None:
|
|
2319
2320
|
pulumi.set(__self__, "ranges", ranges)
|
|
@@ -2334,14 +2335,14 @@ class RunAsUserStrategyOptionsPatchArgs:
|
|
|
2334
2335
|
|
|
2335
2336
|
@property
|
|
2336
2337
|
@pulumi.getter
|
|
2337
|
-
def rule(self) -> Optional[pulumi.Input[str]]:
|
|
2338
|
+
def rule(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2338
2339
|
"""
|
|
2339
2340
|
rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
2340
2341
|
"""
|
|
2341
2342
|
return pulumi.get(self, "rule")
|
|
2342
2343
|
|
|
2343
2344
|
@rule.setter
|
|
2344
|
-
def rule(self, value: Optional[pulumi.Input[str]]):
|
|
2345
|
+
def rule(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2345
2346
|
pulumi.set(self, "rule", value)
|
|
2346
2347
|
|
|
2347
2348
|
|
|
@@ -2350,7 +2351,7 @@ if not MYPY:
|
|
|
2350
2351
|
"""
|
|
2351
2352
|
RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
2352
2353
|
"""
|
|
2353
|
-
rule: pulumi.Input[str]
|
|
2354
|
+
rule: pulumi.Input[builtins.str]
|
|
2354
2355
|
"""
|
|
2355
2356
|
rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
2356
2357
|
"""
|
|
@@ -2364,11 +2365,11 @@ elif False:
|
|
|
2364
2365
|
@pulumi.input_type
|
|
2365
2366
|
class RunAsUserStrategyOptionsArgs:
|
|
2366
2367
|
def __init__(__self__, *,
|
|
2367
|
-
rule: pulumi.Input[str],
|
|
2368
|
+
rule: pulumi.Input[builtins.str],
|
|
2368
2369
|
ranges: Optional[pulumi.Input[Sequence[pulumi.Input['IDRangeArgs']]]] = None):
|
|
2369
2370
|
"""
|
|
2370
2371
|
RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
2371
|
-
:param pulumi.Input[str] rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
2372
|
+
:param pulumi.Input[builtins.str] rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
2372
2373
|
:param pulumi.Input[Sequence[pulumi.Input['IDRangeArgs']]] ranges: ranges are the allowed ranges of uids that may be used. If you would like to force a single uid then supply a single range with the same start and end. Required for MustRunAs.
|
|
2373
2374
|
"""
|
|
2374
2375
|
pulumi.set(__self__, "rule", rule)
|
|
@@ -2377,14 +2378,14 @@ class RunAsUserStrategyOptionsArgs:
|
|
|
2377
2378
|
|
|
2378
2379
|
@property
|
|
2379
2380
|
@pulumi.getter
|
|
2380
|
-
def rule(self) -> pulumi.Input[str]:
|
|
2381
|
+
def rule(self) -> pulumi.Input[builtins.str]:
|
|
2381
2382
|
"""
|
|
2382
2383
|
rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
2383
2384
|
"""
|
|
2384
2385
|
return pulumi.get(self, "rule")
|
|
2385
2386
|
|
|
2386
2387
|
@rule.setter
|
|
2387
|
-
def rule(self, value: pulumi.Input[str]):
|
|
2388
|
+
def rule(self, value: pulumi.Input[builtins.str]):
|
|
2388
2389
|
pulumi.set(self, "rule", value)
|
|
2389
2390
|
|
|
2390
2391
|
@property
|
|
@@ -2405,11 +2406,11 @@ if not MYPY:
|
|
|
2405
2406
|
"""
|
|
2406
2407
|
RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
|
|
2407
2408
|
"""
|
|
2408
|
-
allowed_runtime_class_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2409
|
+
allowed_runtime_class_names: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2409
2410
|
"""
|
|
2410
2411
|
allowedRuntimeClassNames is a whitelist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.
|
|
2411
2412
|
"""
|
|
2412
|
-
default_runtime_class_name: NotRequired[pulumi.Input[str]]
|
|
2413
|
+
default_runtime_class_name: NotRequired[pulumi.Input[builtins.str]]
|
|
2413
2414
|
"""
|
|
2414
2415
|
defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod.
|
|
2415
2416
|
"""
|
|
@@ -2419,12 +2420,12 @@ elif False:
|
|
|
2419
2420
|
@pulumi.input_type
|
|
2420
2421
|
class RuntimeClassStrategyOptionsPatchArgs:
|
|
2421
2422
|
def __init__(__self__, *,
|
|
2422
|
-
allowed_runtime_class_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2423
|
-
default_runtime_class_name: Optional[pulumi.Input[str]] = None):
|
|
2423
|
+
allowed_runtime_class_names: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
2424
|
+
default_runtime_class_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
2424
2425
|
"""
|
|
2425
2426
|
RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
|
|
2426
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_runtime_class_names: allowedRuntimeClassNames is a whitelist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.
|
|
2427
|
-
:param pulumi.Input[str] default_runtime_class_name: defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod.
|
|
2427
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_runtime_class_names: allowedRuntimeClassNames is a whitelist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.
|
|
2428
|
+
:param pulumi.Input[builtins.str] default_runtime_class_name: defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod.
|
|
2428
2429
|
"""
|
|
2429
2430
|
if allowed_runtime_class_names is not None:
|
|
2430
2431
|
pulumi.set(__self__, "allowed_runtime_class_names", allowed_runtime_class_names)
|
|
@@ -2433,26 +2434,26 @@ class RuntimeClassStrategyOptionsPatchArgs:
|
|
|
2433
2434
|
|
|
2434
2435
|
@property
|
|
2435
2436
|
@pulumi.getter(name="allowedRuntimeClassNames")
|
|
2436
|
-
def allowed_runtime_class_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2437
|
+
def allowed_runtime_class_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2437
2438
|
"""
|
|
2438
2439
|
allowedRuntimeClassNames is a whitelist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.
|
|
2439
2440
|
"""
|
|
2440
2441
|
return pulumi.get(self, "allowed_runtime_class_names")
|
|
2441
2442
|
|
|
2442
2443
|
@allowed_runtime_class_names.setter
|
|
2443
|
-
def allowed_runtime_class_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2444
|
+
def allowed_runtime_class_names(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2444
2445
|
pulumi.set(self, "allowed_runtime_class_names", value)
|
|
2445
2446
|
|
|
2446
2447
|
@property
|
|
2447
2448
|
@pulumi.getter(name="defaultRuntimeClassName")
|
|
2448
|
-
def default_runtime_class_name(self) -> Optional[pulumi.Input[str]]:
|
|
2449
|
+
def default_runtime_class_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2449
2450
|
"""
|
|
2450
2451
|
defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod.
|
|
2451
2452
|
"""
|
|
2452
2453
|
return pulumi.get(self, "default_runtime_class_name")
|
|
2453
2454
|
|
|
2454
2455
|
@default_runtime_class_name.setter
|
|
2455
|
-
def default_runtime_class_name(self, value: Optional[pulumi.Input[str]]):
|
|
2456
|
+
def default_runtime_class_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2456
2457
|
pulumi.set(self, "default_runtime_class_name", value)
|
|
2457
2458
|
|
|
2458
2459
|
|
|
@@ -2461,11 +2462,11 @@ if not MYPY:
|
|
|
2461
2462
|
"""
|
|
2462
2463
|
RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
|
|
2463
2464
|
"""
|
|
2464
|
-
allowed_runtime_class_names: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
2465
|
+
allowed_runtime_class_names: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
|
2465
2466
|
"""
|
|
2466
2467
|
allowedRuntimeClassNames is a whitelist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.
|
|
2467
2468
|
"""
|
|
2468
|
-
default_runtime_class_name: NotRequired[pulumi.Input[str]]
|
|
2469
|
+
default_runtime_class_name: NotRequired[pulumi.Input[builtins.str]]
|
|
2469
2470
|
"""
|
|
2470
2471
|
defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod.
|
|
2471
2472
|
"""
|
|
@@ -2475,12 +2476,12 @@ elif False:
|
|
|
2475
2476
|
@pulumi.input_type
|
|
2476
2477
|
class RuntimeClassStrategyOptionsArgs:
|
|
2477
2478
|
def __init__(__self__, *,
|
|
2478
|
-
allowed_runtime_class_names: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
2479
|
-
default_runtime_class_name: Optional[pulumi.Input[str]] = None):
|
|
2479
|
+
allowed_runtime_class_names: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
2480
|
+
default_runtime_class_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
2480
2481
|
"""
|
|
2481
2482
|
RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
|
|
2482
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] allowed_runtime_class_names: allowedRuntimeClassNames is a whitelist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.
|
|
2483
|
-
:param pulumi.Input[str] default_runtime_class_name: defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod.
|
|
2483
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] allowed_runtime_class_names: allowedRuntimeClassNames is a whitelist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.
|
|
2484
|
+
:param pulumi.Input[builtins.str] default_runtime_class_name: defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod.
|
|
2484
2485
|
"""
|
|
2485
2486
|
pulumi.set(__self__, "allowed_runtime_class_names", allowed_runtime_class_names)
|
|
2486
2487
|
if default_runtime_class_name is not None:
|
|
@@ -2488,26 +2489,26 @@ class RuntimeClassStrategyOptionsArgs:
|
|
|
2488
2489
|
|
|
2489
2490
|
@property
|
|
2490
2491
|
@pulumi.getter(name="allowedRuntimeClassNames")
|
|
2491
|
-
def allowed_runtime_class_names(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
2492
|
+
def allowed_runtime_class_names(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
2492
2493
|
"""
|
|
2493
2494
|
allowedRuntimeClassNames is a whitelist of RuntimeClass names that may be specified on a pod. A value of "*" means that any RuntimeClass name is allowed, and must be the only item in the list. An empty list requires the RuntimeClassName field to be unset.
|
|
2494
2495
|
"""
|
|
2495
2496
|
return pulumi.get(self, "allowed_runtime_class_names")
|
|
2496
2497
|
|
|
2497
2498
|
@allowed_runtime_class_names.setter
|
|
2498
|
-
def allowed_runtime_class_names(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
2499
|
+
def allowed_runtime_class_names(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
2499
2500
|
pulumi.set(self, "allowed_runtime_class_names", value)
|
|
2500
2501
|
|
|
2501
2502
|
@property
|
|
2502
2503
|
@pulumi.getter(name="defaultRuntimeClassName")
|
|
2503
|
-
def default_runtime_class_name(self) -> Optional[pulumi.Input[str]]:
|
|
2504
|
+
def default_runtime_class_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2504
2505
|
"""
|
|
2505
2506
|
defaultRuntimeClassName is the default RuntimeClassName to set on the pod. The default MUST be allowed by the allowedRuntimeClassNames list. A value of nil does not mutate the Pod.
|
|
2506
2507
|
"""
|
|
2507
2508
|
return pulumi.get(self, "default_runtime_class_name")
|
|
2508
2509
|
|
|
2509
2510
|
@default_runtime_class_name.setter
|
|
2510
|
-
def default_runtime_class_name(self, value: Optional[pulumi.Input[str]]):
|
|
2511
|
+
def default_runtime_class_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2511
2512
|
pulumi.set(self, "default_runtime_class_name", value)
|
|
2512
2513
|
|
|
2513
2514
|
|
|
@@ -2516,7 +2517,7 @@ if not MYPY:
|
|
|
2516
2517
|
"""
|
|
2517
2518
|
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
2518
2519
|
"""
|
|
2519
|
-
rule: NotRequired[pulumi.Input[str]]
|
|
2520
|
+
rule: NotRequired[pulumi.Input[builtins.str]]
|
|
2520
2521
|
"""
|
|
2521
2522
|
rule is the strategy that will dictate the allowable labels that may be set.
|
|
2522
2523
|
"""
|
|
@@ -2530,11 +2531,11 @@ elif False:
|
|
|
2530
2531
|
@pulumi.input_type
|
|
2531
2532
|
class SELinuxStrategyOptionsPatchArgs:
|
|
2532
2533
|
def __init__(__self__, *,
|
|
2533
|
-
rule: Optional[pulumi.Input[str]] = None,
|
|
2534
|
+
rule: Optional[pulumi.Input[builtins.str]] = None,
|
|
2534
2535
|
se_linux_options: Optional[pulumi.Input['_core.v1.SELinuxOptionsPatchArgs']] = None):
|
|
2535
2536
|
"""
|
|
2536
2537
|
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
2537
|
-
:param pulumi.Input[str] rule: rule is the strategy that will dictate the allowable labels that may be set.
|
|
2538
|
+
:param pulumi.Input[builtins.str] rule: rule is the strategy that will dictate the allowable labels that may be set.
|
|
2538
2539
|
:param pulumi.Input['_core.v1.SELinuxOptionsPatchArgs'] se_linux_options: seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
|
|
2539
2540
|
"""
|
|
2540
2541
|
if rule is not None:
|
|
@@ -2544,14 +2545,14 @@ class SELinuxStrategyOptionsPatchArgs:
|
|
|
2544
2545
|
|
|
2545
2546
|
@property
|
|
2546
2547
|
@pulumi.getter
|
|
2547
|
-
def rule(self) -> Optional[pulumi.Input[str]]:
|
|
2548
|
+
def rule(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2548
2549
|
"""
|
|
2549
2550
|
rule is the strategy that will dictate the allowable labels that may be set.
|
|
2550
2551
|
"""
|
|
2551
2552
|
return pulumi.get(self, "rule")
|
|
2552
2553
|
|
|
2553
2554
|
@rule.setter
|
|
2554
|
-
def rule(self, value: Optional[pulumi.Input[str]]):
|
|
2555
|
+
def rule(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2555
2556
|
pulumi.set(self, "rule", value)
|
|
2556
2557
|
|
|
2557
2558
|
@property
|
|
@@ -2572,7 +2573,7 @@ if not MYPY:
|
|
|
2572
2573
|
"""
|
|
2573
2574
|
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
2574
2575
|
"""
|
|
2575
|
-
rule: pulumi.Input[str]
|
|
2576
|
+
rule: pulumi.Input[builtins.str]
|
|
2576
2577
|
"""
|
|
2577
2578
|
rule is the strategy that will dictate the allowable labels that may be set.
|
|
2578
2579
|
"""
|
|
@@ -2586,11 +2587,11 @@ elif False:
|
|
|
2586
2587
|
@pulumi.input_type
|
|
2587
2588
|
class SELinuxStrategyOptionsArgs:
|
|
2588
2589
|
def __init__(__self__, *,
|
|
2589
|
-
rule: pulumi.Input[str],
|
|
2590
|
+
rule: pulumi.Input[builtins.str],
|
|
2590
2591
|
se_linux_options: Optional[pulumi.Input['_core.v1.SELinuxOptionsArgs']] = None):
|
|
2591
2592
|
"""
|
|
2592
2593
|
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
2593
|
-
:param pulumi.Input[str] rule: rule is the strategy that will dictate the allowable labels that may be set.
|
|
2594
|
+
:param pulumi.Input[builtins.str] rule: rule is the strategy that will dictate the allowable labels that may be set.
|
|
2594
2595
|
:param pulumi.Input['_core.v1.SELinuxOptionsArgs'] se_linux_options: seLinuxOptions required to run as; required for MustRunAs More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/
|
|
2595
2596
|
"""
|
|
2596
2597
|
pulumi.set(__self__, "rule", rule)
|
|
@@ -2599,14 +2600,14 @@ class SELinuxStrategyOptionsArgs:
|
|
|
2599
2600
|
|
|
2600
2601
|
@property
|
|
2601
2602
|
@pulumi.getter
|
|
2602
|
-
def rule(self) -> pulumi.Input[str]:
|
|
2603
|
+
def rule(self) -> pulumi.Input[builtins.str]:
|
|
2603
2604
|
"""
|
|
2604
2605
|
rule is the strategy that will dictate the allowable labels that may be set.
|
|
2605
2606
|
"""
|
|
2606
2607
|
return pulumi.get(self, "rule")
|
|
2607
2608
|
|
|
2608
2609
|
@rule.setter
|
|
2609
|
-
def rule(self, value: pulumi.Input[str]):
|
|
2610
|
+
def rule(self, value: pulumi.Input[builtins.str]):
|
|
2610
2611
|
pulumi.set(self, "rule", value)
|
|
2611
2612
|
|
|
2612
2613
|
@property
|
|
@@ -2631,7 +2632,7 @@ if not MYPY:
|
|
|
2631
2632
|
"""
|
|
2632
2633
|
ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.
|
|
2633
2634
|
"""
|
|
2634
|
-
rule: NotRequired[pulumi.Input[str]]
|
|
2635
|
+
rule: NotRequired[pulumi.Input[builtins.str]]
|
|
2635
2636
|
"""
|
|
2636
2637
|
rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
2637
2638
|
"""
|
|
@@ -2642,11 +2643,11 @@ elif False:
|
|
|
2642
2643
|
class SupplementalGroupsStrategyOptionsPatchArgs:
|
|
2643
2644
|
def __init__(__self__, *,
|
|
2644
2645
|
ranges: Optional[pulumi.Input[Sequence[pulumi.Input['IDRangePatchArgs']]]] = None,
|
|
2645
|
-
rule: Optional[pulumi.Input[str]] = None):
|
|
2646
|
+
rule: Optional[pulumi.Input[builtins.str]] = None):
|
|
2646
2647
|
"""
|
|
2647
2648
|
SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.
|
|
2648
2649
|
:param pulumi.Input[Sequence[pulumi.Input['IDRangePatchArgs']]] ranges: ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.
|
|
2649
|
-
:param pulumi.Input[str] rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
2650
|
+
:param pulumi.Input[builtins.str] rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
2650
2651
|
"""
|
|
2651
2652
|
if ranges is not None:
|
|
2652
2653
|
pulumi.set(__self__, "ranges", ranges)
|
|
@@ -2667,14 +2668,14 @@ class SupplementalGroupsStrategyOptionsPatchArgs:
|
|
|
2667
2668
|
|
|
2668
2669
|
@property
|
|
2669
2670
|
@pulumi.getter
|
|
2670
|
-
def rule(self) -> Optional[pulumi.Input[str]]:
|
|
2671
|
+
def rule(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2671
2672
|
"""
|
|
2672
2673
|
rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
2673
2674
|
"""
|
|
2674
2675
|
return pulumi.get(self, "rule")
|
|
2675
2676
|
|
|
2676
2677
|
@rule.setter
|
|
2677
|
-
def rule(self, value: Optional[pulumi.Input[str]]):
|
|
2678
|
+
def rule(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2678
2679
|
pulumi.set(self, "rule", value)
|
|
2679
2680
|
|
|
2680
2681
|
|
|
@@ -2687,7 +2688,7 @@ if not MYPY:
|
|
|
2687
2688
|
"""
|
|
2688
2689
|
ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.
|
|
2689
2690
|
"""
|
|
2690
|
-
rule: NotRequired[pulumi.Input[str]]
|
|
2691
|
+
rule: NotRequired[pulumi.Input[builtins.str]]
|
|
2691
2692
|
"""
|
|
2692
2693
|
rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
2693
2694
|
"""
|
|
@@ -2698,11 +2699,11 @@ elif False:
|
|
|
2698
2699
|
class SupplementalGroupsStrategyOptionsArgs:
|
|
2699
2700
|
def __init__(__self__, *,
|
|
2700
2701
|
ranges: Optional[pulumi.Input[Sequence[pulumi.Input['IDRangeArgs']]]] = None,
|
|
2701
|
-
rule: Optional[pulumi.Input[str]] = None):
|
|
2702
|
+
rule: Optional[pulumi.Input[builtins.str]] = None):
|
|
2702
2703
|
"""
|
|
2703
2704
|
SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.
|
|
2704
2705
|
:param pulumi.Input[Sequence[pulumi.Input['IDRangeArgs']]] ranges: ranges are the allowed ranges of supplemental groups. If you would like to force a single supplemental group then supply a single range with the same start and end. Required for MustRunAs.
|
|
2705
|
-
:param pulumi.Input[str] rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
2706
|
+
:param pulumi.Input[builtins.str] rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
2706
2707
|
"""
|
|
2707
2708
|
if ranges is not None:
|
|
2708
2709
|
pulumi.set(__self__, "ranges", ranges)
|
|
@@ -2723,14 +2724,14 @@ class SupplementalGroupsStrategyOptionsArgs:
|
|
|
2723
2724
|
|
|
2724
2725
|
@property
|
|
2725
2726
|
@pulumi.getter
|
|
2726
|
-
def rule(self) -> Optional[pulumi.Input[str]]:
|
|
2727
|
+
def rule(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2727
2728
|
"""
|
|
2728
2729
|
rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
2729
2730
|
"""
|
|
2730
2731
|
return pulumi.get(self, "rule")
|
|
2731
2732
|
|
|
2732
2733
|
@rule.setter
|
|
2733
|
-
def rule(self, value: Optional[pulumi.Input[str]]):
|
|
2734
|
+
def rule(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2734
2735
|
pulumi.set(self, "rule", value)
|
|
2735
2736
|
|
|
2736
2737
|
|