pulumi-kubernetes 4.24.0a1752908431__py3-none-any.whl → 4.24.0a1753121506__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 -1
- pulumi_kubernetes/_inputs.py +49 -50
- pulumi_kubernetes/admissionregistration/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
- pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
- pulumi_kubernetes/apiextensions/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
- pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
- pulumi_kubernetes/apiregistration/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
- pulumi_kubernetes/apps/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/_inputs.py +749 -750
- pulumi_kubernetes/apps/v1/outputs.py +713 -714
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
- pulumi_kubernetes/auditregistration/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
- pulumi_kubernetes/autoscaling/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
- pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
- pulumi_kubernetes/batch/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/Job.py +26 -27
- pulumi_kubernetes/batch/v1/JobList.py +25 -26
- pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/_inputs.py +494 -495
- pulumi_kubernetes/batch/v1/outputs.py +419 -420
- pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
- pulumi_kubernetes/certificates/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
- pulumi_kubernetes/certificates/v1/outputs.py +134 -135
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
- pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
- pulumi_kubernetes/coordination/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
- pulumi_kubernetes/coordination/v1/outputs.py +67 -68
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
- pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
- pulumi_kubernetes/core/__init__.py +1 -1
- pulumi_kubernetes/core/v1/Binding.py +25 -26
- pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
- pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
- pulumi_kubernetes/core/v1/Endpoints.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
- pulumi_kubernetes/core/v1/Event.py +131 -132
- pulumi_kubernetes/core/v1/EventList.py +25 -26
- pulumi_kubernetes/core/v1/EventPatch.py +131 -132
- pulumi_kubernetes/core/v1/LimitRange.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
- pulumi_kubernetes/core/v1/Namespace.py +26 -27
- pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
- pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
- pulumi_kubernetes/core/v1/Node.py +26 -27
- pulumi_kubernetes/core/v1/NodeList.py +25 -26
- pulumi_kubernetes/core/v1/NodePatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
- pulumi_kubernetes/core/v1/Pod.py +26 -27
- pulumi_kubernetes/core/v1/PodList.py +25 -26
- pulumi_kubernetes/core/v1/PodPatch.py +26 -27
- pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
- pulumi_kubernetes/core/v1/Secret.py +63 -64
- pulumi_kubernetes/core/v1/SecretList.py +25 -26
- pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
- pulumi_kubernetes/core/v1/Service.py +26 -27
- pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
- pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
- pulumi_kubernetes/core/v1/ServiceList.py +25 -26
- pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
- pulumi_kubernetes/core/v1/__init__.py +1 -1
- pulumi_kubernetes/core/v1/_enums.py +2 -2
- pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
- pulumi_kubernetes/core/v1/outputs.py +5390 -5391
- pulumi_kubernetes/discovery/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
- pulumi_kubernetes/discovery/v1/outputs.py +138 -139
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
- pulumi_kubernetes/events/__init__.py +1 -1
- pulumi_kubernetes/events/v1/Event.py +131 -132
- pulumi_kubernetes/events/v1/EventList.py +25 -26
- pulumi_kubernetes/events/v1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1/__init__.py +1 -1
- pulumi_kubernetes/events/v1/_inputs.py +102 -103
- pulumi_kubernetes/events/v1/outputs.py +70 -71
- pulumi_kubernetes/events/v1beta1/Event.py +131 -132
- pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
- pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
- pulumi_kubernetes/extensions/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
- pulumi_kubernetes/flowcontrol/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
- pulumi_kubernetes/helm/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/Release.py +316 -317
- pulumi_kubernetes/helm/v3/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/_inputs.py +37 -38
- pulumi_kubernetes/helm/v3/outputs.py +54 -55
- pulumi_kubernetes/helm/v4/Chart.py +95 -96
- pulumi_kubernetes/helm/v4/__init__.py +1 -1
- pulumi_kubernetes/helm/v4/_inputs.py +34 -35
- pulumi_kubernetes/kustomize/__init__.py +1 -1
- pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
- pulumi_kubernetes/meta/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/Status.py +57 -58
- pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
- pulumi_kubernetes/meta/v1/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/_inputs.py +551 -552
- pulumi_kubernetes/meta/v1/outputs.py +395 -396
- pulumi_kubernetes/networking/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/_inputs.py +463 -464
- pulumi_kubernetes/networking/v1/outputs.py +350 -351
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
- pulumi_kubernetes/node/__init__.py +1 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1/__init__.py +1 -1
- pulumi_kubernetes/node/v1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1/outputs.py +34 -35
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
- pulumi_kubernetes/policy/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/_inputs.py +91 -92
- pulumi_kubernetes/policy/v1/outputs.py +80 -81
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
- pulumi_kubernetes/provider.py +107 -108
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
- pulumi_kubernetes/resource/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
- pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
- pulumi_kubernetes/scheduling/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
- pulumi_kubernetes/settings/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
- pulumi_kubernetes/storage/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/_inputs.py +372 -373
- pulumi_kubernetes/storage/v1/outputs.py +278 -279
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
- pulumi_kubernetes/storagemigration/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
- pulumi_kubernetes/yaml/__init__.py +1 -1
- pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
- pulumi_kubernetes/yaml/v2/__init__.py +1 -1
- {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753121506.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.24.0a1752908431.dist-info/RECORD +0 -709
- {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +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
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -57,16 +56,16 @@ class AllowedCSIDriver(dict):
|
|
|
57
56
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
58
57
|
"""
|
|
59
58
|
def __init__(__self__, *,
|
|
60
|
-
name:
|
|
59
|
+
name: _builtins.str):
|
|
61
60
|
"""
|
|
62
61
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
63
|
-
:param
|
|
62
|
+
:param _builtins.str name: Name is the registered name of the CSI driver
|
|
64
63
|
"""
|
|
65
64
|
pulumi.set(__self__, "name", name)
|
|
66
65
|
|
|
67
|
-
@property
|
|
66
|
+
@_builtins.property
|
|
68
67
|
@pulumi.getter
|
|
69
|
-
def name(self) ->
|
|
68
|
+
def name(self) -> _builtins.str:
|
|
70
69
|
"""
|
|
71
70
|
Name is the registered name of the CSI driver
|
|
72
71
|
"""
|
|
@@ -79,17 +78,17 @@ class AllowedCSIDriverPatch(dict):
|
|
|
79
78
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
80
79
|
"""
|
|
81
80
|
def __init__(__self__, *,
|
|
82
|
-
name: Optional[
|
|
81
|
+
name: Optional[_builtins.str] = None):
|
|
83
82
|
"""
|
|
84
83
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
85
|
-
:param
|
|
84
|
+
:param _builtins.str name: Name is the registered name of the CSI driver
|
|
86
85
|
"""
|
|
87
86
|
if name is not None:
|
|
88
87
|
pulumi.set(__self__, "name", name)
|
|
89
88
|
|
|
90
|
-
@property
|
|
89
|
+
@_builtins.property
|
|
91
90
|
@pulumi.getter
|
|
92
|
-
def name(self) -> Optional[
|
|
91
|
+
def name(self) -> Optional[_builtins.str]:
|
|
93
92
|
"""
|
|
94
93
|
Name is the registered name of the CSI driver
|
|
95
94
|
"""
|
|
@@ -102,16 +101,16 @@ class AllowedFlexVolume(dict):
|
|
|
102
101
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
|
|
103
102
|
"""
|
|
104
103
|
def __init__(__self__, *,
|
|
105
|
-
driver:
|
|
104
|
+
driver: _builtins.str):
|
|
106
105
|
"""
|
|
107
106
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
|
|
108
|
-
:param
|
|
107
|
+
:param _builtins.str driver: driver is the name of the Flexvolume driver.
|
|
109
108
|
"""
|
|
110
109
|
pulumi.set(__self__, "driver", driver)
|
|
111
110
|
|
|
112
|
-
@property
|
|
111
|
+
@_builtins.property
|
|
113
112
|
@pulumi.getter
|
|
114
|
-
def driver(self) ->
|
|
113
|
+
def driver(self) -> _builtins.str:
|
|
115
114
|
"""
|
|
116
115
|
driver is the name of the Flexvolume driver.
|
|
117
116
|
"""
|
|
@@ -124,17 +123,17 @@ class AllowedFlexVolumePatch(dict):
|
|
|
124
123
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
|
|
125
124
|
"""
|
|
126
125
|
def __init__(__self__, *,
|
|
127
|
-
driver: Optional[
|
|
126
|
+
driver: Optional[_builtins.str] = None):
|
|
128
127
|
"""
|
|
129
128
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
|
|
130
|
-
:param
|
|
129
|
+
:param _builtins.str driver: driver is the name of the Flexvolume driver.
|
|
131
130
|
"""
|
|
132
131
|
if driver is not None:
|
|
133
132
|
pulumi.set(__self__, "driver", driver)
|
|
134
133
|
|
|
135
|
-
@property
|
|
134
|
+
@_builtins.property
|
|
136
135
|
@pulumi.getter
|
|
137
|
-
def driver(self) -> Optional[
|
|
136
|
+
def driver(self) -> Optional[_builtins.str]:
|
|
138
137
|
"""
|
|
139
138
|
driver is the name of the Flexvolume driver.
|
|
140
139
|
"""
|
|
@@ -166,23 +165,23 @@ class AllowedHostPath(dict):
|
|
|
166
165
|
return super().get(key, default)
|
|
167
166
|
|
|
168
167
|
def __init__(__self__, *,
|
|
169
|
-
path_prefix: Optional[
|
|
170
|
-
read_only: Optional[
|
|
168
|
+
path_prefix: Optional[_builtins.str] = None,
|
|
169
|
+
read_only: Optional[_builtins.bool] = None):
|
|
171
170
|
"""
|
|
172
171
|
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.
|
|
173
|
-
:param
|
|
172
|
+
:param _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.
|
|
174
173
|
|
|
175
174
|
Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
|
|
176
|
-
:param
|
|
175
|
+
:param _builtins.bool read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
177
176
|
"""
|
|
178
177
|
if path_prefix is not None:
|
|
179
178
|
pulumi.set(__self__, "path_prefix", path_prefix)
|
|
180
179
|
if read_only is not None:
|
|
181
180
|
pulumi.set(__self__, "read_only", read_only)
|
|
182
181
|
|
|
183
|
-
@property
|
|
182
|
+
@_builtins.property
|
|
184
183
|
@pulumi.getter(name="pathPrefix")
|
|
185
|
-
def path_prefix(self) -> Optional[
|
|
184
|
+
def path_prefix(self) -> Optional[_builtins.str]:
|
|
186
185
|
"""
|
|
187
186
|
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.
|
|
188
187
|
|
|
@@ -190,9 +189,9 @@ class AllowedHostPath(dict):
|
|
|
190
189
|
"""
|
|
191
190
|
return pulumi.get(self, "path_prefix")
|
|
192
191
|
|
|
193
|
-
@property
|
|
192
|
+
@_builtins.property
|
|
194
193
|
@pulumi.getter(name="readOnly")
|
|
195
|
-
def read_only(self) -> Optional[
|
|
194
|
+
def read_only(self) -> Optional[_builtins.bool]:
|
|
196
195
|
"""
|
|
197
196
|
when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
198
197
|
"""
|
|
@@ -224,23 +223,23 @@ class AllowedHostPathPatch(dict):
|
|
|
224
223
|
return super().get(key, default)
|
|
225
224
|
|
|
226
225
|
def __init__(__self__, *,
|
|
227
|
-
path_prefix: Optional[
|
|
228
|
-
read_only: Optional[
|
|
226
|
+
path_prefix: Optional[_builtins.str] = None,
|
|
227
|
+
read_only: Optional[_builtins.bool] = None):
|
|
229
228
|
"""
|
|
230
229
|
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.
|
|
231
|
-
:param
|
|
230
|
+
:param _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.
|
|
232
231
|
|
|
233
232
|
Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
|
|
234
|
-
:param
|
|
233
|
+
:param _builtins.bool read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
235
234
|
"""
|
|
236
235
|
if path_prefix is not None:
|
|
237
236
|
pulumi.set(__self__, "path_prefix", path_prefix)
|
|
238
237
|
if read_only is not None:
|
|
239
238
|
pulumi.set(__self__, "read_only", read_only)
|
|
240
239
|
|
|
241
|
-
@property
|
|
240
|
+
@_builtins.property
|
|
242
241
|
@pulumi.getter(name="pathPrefix")
|
|
243
|
-
def path_prefix(self) -> Optional[
|
|
242
|
+
def path_prefix(self) -> Optional[_builtins.str]:
|
|
244
243
|
"""
|
|
245
244
|
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.
|
|
246
245
|
|
|
@@ -248,9 +247,9 @@ class AllowedHostPathPatch(dict):
|
|
|
248
247
|
"""
|
|
249
248
|
return pulumi.get(self, "path_prefix")
|
|
250
249
|
|
|
251
|
-
@property
|
|
250
|
+
@_builtins.property
|
|
252
251
|
@pulumi.getter(name="readOnly")
|
|
253
|
-
def read_only(self) -> Optional[
|
|
252
|
+
def read_only(self) -> Optional[_builtins.bool]:
|
|
254
253
|
"""
|
|
255
254
|
when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
256
255
|
"""
|
|
@@ -264,18 +263,18 @@ class FSGroupStrategyOptions(dict):
|
|
|
264
263
|
"""
|
|
265
264
|
def __init__(__self__, *,
|
|
266
265
|
ranges: Optional[Sequence['outputs.IDRange']] = None,
|
|
267
|
-
rule: Optional[
|
|
266
|
+
rule: Optional[_builtins.str] = None):
|
|
268
267
|
"""
|
|
269
268
|
FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
|
|
270
269
|
:param Sequence['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.
|
|
271
|
-
:param
|
|
270
|
+
:param _builtins.str rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
272
271
|
"""
|
|
273
272
|
if ranges is not None:
|
|
274
273
|
pulumi.set(__self__, "ranges", ranges)
|
|
275
274
|
if rule is not None:
|
|
276
275
|
pulumi.set(__self__, "rule", rule)
|
|
277
276
|
|
|
278
|
-
@property
|
|
277
|
+
@_builtins.property
|
|
279
278
|
@pulumi.getter
|
|
280
279
|
def ranges(self) -> Optional[Sequence['outputs.IDRange']]:
|
|
281
280
|
"""
|
|
@@ -283,9 +282,9 @@ class FSGroupStrategyOptions(dict):
|
|
|
283
282
|
"""
|
|
284
283
|
return pulumi.get(self, "ranges")
|
|
285
284
|
|
|
286
|
-
@property
|
|
285
|
+
@_builtins.property
|
|
287
286
|
@pulumi.getter
|
|
288
|
-
def rule(self) -> Optional[
|
|
287
|
+
def rule(self) -> Optional[_builtins.str]:
|
|
289
288
|
"""
|
|
290
289
|
rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
291
290
|
"""
|
|
@@ -299,18 +298,18 @@ class FSGroupStrategyOptionsPatch(dict):
|
|
|
299
298
|
"""
|
|
300
299
|
def __init__(__self__, *,
|
|
301
300
|
ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
|
|
302
|
-
rule: Optional[
|
|
301
|
+
rule: Optional[_builtins.str] = None):
|
|
303
302
|
"""
|
|
304
303
|
FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
|
|
305
304
|
:param Sequence['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.
|
|
306
|
-
:param
|
|
305
|
+
:param _builtins.str rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
307
306
|
"""
|
|
308
307
|
if ranges is not None:
|
|
309
308
|
pulumi.set(__self__, "ranges", ranges)
|
|
310
309
|
if rule is not None:
|
|
311
310
|
pulumi.set(__self__, "rule", rule)
|
|
312
311
|
|
|
313
|
-
@property
|
|
312
|
+
@_builtins.property
|
|
314
313
|
@pulumi.getter
|
|
315
314
|
def ranges(self) -> Optional[Sequence['outputs.IDRangePatch']]:
|
|
316
315
|
"""
|
|
@@ -318,9 +317,9 @@ class FSGroupStrategyOptionsPatch(dict):
|
|
|
318
317
|
"""
|
|
319
318
|
return pulumi.get(self, "ranges")
|
|
320
319
|
|
|
321
|
-
@property
|
|
320
|
+
@_builtins.property
|
|
322
321
|
@pulumi.getter
|
|
323
|
-
def rule(self) -> Optional[
|
|
322
|
+
def rule(self) -> Optional[_builtins.str]:
|
|
324
323
|
"""
|
|
325
324
|
rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
326
325
|
"""
|
|
@@ -333,27 +332,27 @@ class HostPortRange(dict):
|
|
|
333
332
|
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.
|
|
334
333
|
"""
|
|
335
334
|
def __init__(__self__, *,
|
|
336
|
-
max:
|
|
337
|
-
min:
|
|
335
|
+
max: _builtins.int,
|
|
336
|
+
min: _builtins.int):
|
|
338
337
|
"""
|
|
339
338
|
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.
|
|
340
|
-
:param
|
|
341
|
-
:param
|
|
339
|
+
:param _builtins.int max: max is the end of the range, inclusive.
|
|
340
|
+
:param _builtins.int min: min is the start of the range, inclusive.
|
|
342
341
|
"""
|
|
343
342
|
pulumi.set(__self__, "max", max)
|
|
344
343
|
pulumi.set(__self__, "min", min)
|
|
345
344
|
|
|
346
|
-
@property
|
|
345
|
+
@_builtins.property
|
|
347
346
|
@pulumi.getter
|
|
348
|
-
def max(self) ->
|
|
347
|
+
def max(self) -> _builtins.int:
|
|
349
348
|
"""
|
|
350
349
|
max is the end of the range, inclusive.
|
|
351
350
|
"""
|
|
352
351
|
return pulumi.get(self, "max")
|
|
353
352
|
|
|
354
|
-
@property
|
|
353
|
+
@_builtins.property
|
|
355
354
|
@pulumi.getter
|
|
356
|
-
def min(self) ->
|
|
355
|
+
def min(self) -> _builtins.int:
|
|
357
356
|
"""
|
|
358
357
|
min is the start of the range, inclusive.
|
|
359
358
|
"""
|
|
@@ -366,29 +365,29 @@ class HostPortRangePatch(dict):
|
|
|
366
365
|
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.
|
|
367
366
|
"""
|
|
368
367
|
def __init__(__self__, *,
|
|
369
|
-
max: Optional[
|
|
370
|
-
min: Optional[
|
|
368
|
+
max: Optional[_builtins.int] = None,
|
|
369
|
+
min: Optional[_builtins.int] = None):
|
|
371
370
|
"""
|
|
372
371
|
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.
|
|
373
|
-
:param
|
|
374
|
-
:param
|
|
372
|
+
:param _builtins.int max: max is the end of the range, inclusive.
|
|
373
|
+
:param _builtins.int min: min is the start of the range, inclusive.
|
|
375
374
|
"""
|
|
376
375
|
if max is not None:
|
|
377
376
|
pulumi.set(__self__, "max", max)
|
|
378
377
|
if min is not None:
|
|
379
378
|
pulumi.set(__self__, "min", min)
|
|
380
379
|
|
|
381
|
-
@property
|
|
380
|
+
@_builtins.property
|
|
382
381
|
@pulumi.getter
|
|
383
|
-
def max(self) -> Optional[
|
|
382
|
+
def max(self) -> Optional[_builtins.int]:
|
|
384
383
|
"""
|
|
385
384
|
max is the end of the range, inclusive.
|
|
386
385
|
"""
|
|
387
386
|
return pulumi.get(self, "max")
|
|
388
387
|
|
|
389
|
-
@property
|
|
388
|
+
@_builtins.property
|
|
390
389
|
@pulumi.getter
|
|
391
|
-
def min(self) -> Optional[
|
|
390
|
+
def min(self) -> Optional[_builtins.int]:
|
|
392
391
|
"""
|
|
393
392
|
min is the start of the range, inclusive.
|
|
394
393
|
"""
|
|
@@ -401,27 +400,27 @@ class IDRange(dict):
|
|
|
401
400
|
IDRange provides a min/max of an allowed range of IDs.
|
|
402
401
|
"""
|
|
403
402
|
def __init__(__self__, *,
|
|
404
|
-
max:
|
|
405
|
-
min:
|
|
403
|
+
max: _builtins.int,
|
|
404
|
+
min: _builtins.int):
|
|
406
405
|
"""
|
|
407
406
|
IDRange provides a min/max of an allowed range of IDs.
|
|
408
|
-
:param
|
|
409
|
-
:param
|
|
407
|
+
:param _builtins.int max: max is the end of the range, inclusive.
|
|
408
|
+
:param _builtins.int min: min is the start of the range, inclusive.
|
|
410
409
|
"""
|
|
411
410
|
pulumi.set(__self__, "max", max)
|
|
412
411
|
pulumi.set(__self__, "min", min)
|
|
413
412
|
|
|
414
|
-
@property
|
|
413
|
+
@_builtins.property
|
|
415
414
|
@pulumi.getter
|
|
416
|
-
def max(self) ->
|
|
415
|
+
def max(self) -> _builtins.int:
|
|
417
416
|
"""
|
|
418
417
|
max is the end of the range, inclusive.
|
|
419
418
|
"""
|
|
420
419
|
return pulumi.get(self, "max")
|
|
421
420
|
|
|
422
|
-
@property
|
|
421
|
+
@_builtins.property
|
|
423
422
|
@pulumi.getter
|
|
424
|
-
def min(self) ->
|
|
423
|
+
def min(self) -> _builtins.int:
|
|
425
424
|
"""
|
|
426
425
|
min is the start of the range, inclusive.
|
|
427
426
|
"""
|
|
@@ -434,29 +433,29 @@ class IDRangePatch(dict):
|
|
|
434
433
|
IDRange provides a min/max of an allowed range of IDs.
|
|
435
434
|
"""
|
|
436
435
|
def __init__(__self__, *,
|
|
437
|
-
max: Optional[
|
|
438
|
-
min: Optional[
|
|
436
|
+
max: Optional[_builtins.int] = None,
|
|
437
|
+
min: Optional[_builtins.int] = None):
|
|
439
438
|
"""
|
|
440
439
|
IDRange provides a min/max of an allowed range of IDs.
|
|
441
|
-
:param
|
|
442
|
-
:param
|
|
440
|
+
:param _builtins.int max: max is the end of the range, inclusive.
|
|
441
|
+
:param _builtins.int min: min is the start of the range, inclusive.
|
|
443
442
|
"""
|
|
444
443
|
if max is not None:
|
|
445
444
|
pulumi.set(__self__, "max", max)
|
|
446
445
|
if min is not None:
|
|
447
446
|
pulumi.set(__self__, "min", min)
|
|
448
447
|
|
|
449
|
-
@property
|
|
448
|
+
@_builtins.property
|
|
450
449
|
@pulumi.getter
|
|
451
|
-
def max(self) -> Optional[
|
|
450
|
+
def max(self) -> Optional[_builtins.int]:
|
|
452
451
|
"""
|
|
453
452
|
max is the end of the range, inclusive.
|
|
454
453
|
"""
|
|
455
454
|
return pulumi.get(self, "max")
|
|
456
455
|
|
|
457
|
-
@property
|
|
456
|
+
@_builtins.property
|
|
458
457
|
@pulumi.getter
|
|
459
|
-
def min(self) -> Optional[
|
|
458
|
+
def min(self) -> Optional[_builtins.int]:
|
|
460
459
|
"""
|
|
461
460
|
min is the start of the range, inclusive.
|
|
462
461
|
"""
|
|
@@ -486,15 +485,15 @@ class PodDisruptionBudget(dict):
|
|
|
486
485
|
return super().get(key, default)
|
|
487
486
|
|
|
488
487
|
def __init__(__self__, *,
|
|
489
|
-
api_version: Optional[
|
|
490
|
-
kind: Optional[
|
|
488
|
+
api_version: Optional[_builtins.str] = None,
|
|
489
|
+
kind: Optional[_builtins.str] = None,
|
|
491
490
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
492
491
|
spec: Optional['outputs.PodDisruptionBudgetSpec'] = None,
|
|
493
492
|
status: Optional['outputs.PodDisruptionBudgetStatus'] = None):
|
|
494
493
|
"""
|
|
495
494
|
PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods
|
|
496
|
-
:param
|
|
497
|
-
:param
|
|
495
|
+
:param _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
|
|
496
|
+
:param _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
|
|
498
497
|
:param 'PodDisruptionBudgetSpecArgs' spec: Specification of the desired behavior of the PodDisruptionBudget.
|
|
499
498
|
:param 'PodDisruptionBudgetStatusArgs' status: Most recently observed status of the PodDisruptionBudget.
|
|
500
499
|
"""
|
|
@@ -509,28 +508,28 @@ class PodDisruptionBudget(dict):
|
|
|
509
508
|
if status is not None:
|
|
510
509
|
pulumi.set(__self__, "status", status)
|
|
511
510
|
|
|
512
|
-
@property
|
|
511
|
+
@_builtins.property
|
|
513
512
|
@pulumi.getter(name="apiVersion")
|
|
514
|
-
def api_version(self) -> Optional[
|
|
513
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
515
514
|
"""
|
|
516
515
|
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
|
|
517
516
|
"""
|
|
518
517
|
return pulumi.get(self, "api_version")
|
|
519
518
|
|
|
520
|
-
@property
|
|
519
|
+
@_builtins.property
|
|
521
520
|
@pulumi.getter
|
|
522
|
-
def kind(self) -> Optional[
|
|
521
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
523
522
|
"""
|
|
524
523
|
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
|
|
525
524
|
"""
|
|
526
525
|
return pulumi.get(self, "kind")
|
|
527
526
|
|
|
528
|
-
@property
|
|
527
|
+
@_builtins.property
|
|
529
528
|
@pulumi.getter
|
|
530
529
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
531
530
|
return pulumi.get(self, "metadata")
|
|
532
531
|
|
|
533
|
-
@property
|
|
532
|
+
@_builtins.property
|
|
534
533
|
@pulumi.getter
|
|
535
534
|
def spec(self) -> Optional['outputs.PodDisruptionBudgetSpec']:
|
|
536
535
|
"""
|
|
@@ -538,7 +537,7 @@ class PodDisruptionBudget(dict):
|
|
|
538
537
|
"""
|
|
539
538
|
return pulumi.get(self, "spec")
|
|
540
539
|
|
|
541
|
-
@property
|
|
540
|
+
@_builtins.property
|
|
542
541
|
@pulumi.getter
|
|
543
542
|
def status(self) -> Optional['outputs.PodDisruptionBudgetStatus']:
|
|
544
543
|
"""
|
|
@@ -577,8 +576,8 @@ class PodDisruptionBudgetSpec(dict):
|
|
|
577
576
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None):
|
|
578
577
|
"""
|
|
579
578
|
PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
|
|
580
|
-
:param Union[
|
|
581
|
-
:param Union[
|
|
579
|
+
:param 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".
|
|
580
|
+
:param 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%".
|
|
582
581
|
:param '_meta.v1.LabelSelectorArgs' selector: Label query over pods whose evictions are managed by the disruption budget.
|
|
583
582
|
"""
|
|
584
583
|
if max_unavailable is not None:
|
|
@@ -588,7 +587,7 @@ class PodDisruptionBudgetSpec(dict):
|
|
|
588
587
|
if selector is not None:
|
|
589
588
|
pulumi.set(__self__, "selector", selector)
|
|
590
589
|
|
|
591
|
-
@property
|
|
590
|
+
@_builtins.property
|
|
592
591
|
@pulumi.getter(name="maxUnavailable")
|
|
593
592
|
def max_unavailable(self) -> Optional[Any]:
|
|
594
593
|
"""
|
|
@@ -596,7 +595,7 @@ class PodDisruptionBudgetSpec(dict):
|
|
|
596
595
|
"""
|
|
597
596
|
return pulumi.get(self, "max_unavailable")
|
|
598
597
|
|
|
599
|
-
@property
|
|
598
|
+
@_builtins.property
|
|
600
599
|
@pulumi.getter(name="minAvailable")
|
|
601
600
|
def min_available(self) -> Optional[Any]:
|
|
602
601
|
"""
|
|
@@ -604,7 +603,7 @@ class PodDisruptionBudgetSpec(dict):
|
|
|
604
603
|
"""
|
|
605
604
|
return pulumi.get(self, "min_available")
|
|
606
605
|
|
|
607
|
-
@property
|
|
606
|
+
@_builtins.property
|
|
608
607
|
@pulumi.getter
|
|
609
608
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelector']:
|
|
610
609
|
"""
|
|
@@ -643,8 +642,8 @@ class PodDisruptionBudgetSpecPatch(dict):
|
|
|
643
642
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None):
|
|
644
643
|
"""
|
|
645
644
|
PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
|
|
646
|
-
:param Union[
|
|
647
|
-
:param Union[
|
|
645
|
+
:param 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".
|
|
646
|
+
:param 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%".
|
|
648
647
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: Label query over pods whose evictions are managed by the disruption budget.
|
|
649
648
|
"""
|
|
650
649
|
if max_unavailable is not None:
|
|
@@ -654,7 +653,7 @@ class PodDisruptionBudgetSpecPatch(dict):
|
|
|
654
653
|
if selector is not None:
|
|
655
654
|
pulumi.set(__self__, "selector", selector)
|
|
656
655
|
|
|
657
|
-
@property
|
|
656
|
+
@_builtins.property
|
|
658
657
|
@pulumi.getter(name="maxUnavailable")
|
|
659
658
|
def max_unavailable(self) -> Optional[Any]:
|
|
660
659
|
"""
|
|
@@ -662,7 +661,7 @@ class PodDisruptionBudgetSpecPatch(dict):
|
|
|
662
661
|
"""
|
|
663
662
|
return pulumi.get(self, "max_unavailable")
|
|
664
663
|
|
|
665
|
-
@property
|
|
664
|
+
@_builtins.property
|
|
666
665
|
@pulumi.getter(name="minAvailable")
|
|
667
666
|
def min_available(self) -> Optional[Any]:
|
|
668
667
|
"""
|
|
@@ -670,7 +669,7 @@ class PodDisruptionBudgetSpecPatch(dict):
|
|
|
670
669
|
"""
|
|
671
670
|
return pulumi.get(self, "min_available")
|
|
672
671
|
|
|
673
|
-
@property
|
|
672
|
+
@_builtins.property
|
|
674
673
|
@pulumi.getter
|
|
675
674
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
676
675
|
"""
|
|
@@ -712,20 +711,20 @@ class PodDisruptionBudgetStatus(dict):
|
|
|
712
711
|
return super().get(key, default)
|
|
713
712
|
|
|
714
713
|
def __init__(__self__, *,
|
|
715
|
-
current_healthy:
|
|
716
|
-
desired_healthy:
|
|
717
|
-
disruptions_allowed:
|
|
718
|
-
expected_pods:
|
|
719
|
-
disrupted_pods: Optional[Mapping[str,
|
|
720
|
-
observed_generation: Optional[
|
|
714
|
+
current_healthy: _builtins.int,
|
|
715
|
+
desired_healthy: _builtins.int,
|
|
716
|
+
disruptions_allowed: _builtins.int,
|
|
717
|
+
expected_pods: _builtins.int,
|
|
718
|
+
disrupted_pods: Optional[Mapping[str, _builtins.str]] = None,
|
|
719
|
+
observed_generation: Optional[_builtins.int] = None):
|
|
721
720
|
"""
|
|
722
721
|
PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.
|
|
723
|
-
:param
|
|
724
|
-
:param
|
|
725
|
-
:param
|
|
726
|
-
:param
|
|
727
|
-
:param Mapping[str,
|
|
728
|
-
:param
|
|
722
|
+
:param _builtins.int current_healthy: current number of healthy pods
|
|
723
|
+
:param _builtins.int desired_healthy: minimum desired number of healthy pods
|
|
724
|
+
:param _builtins.int disruptions_allowed: Number of pod disruptions that are currently allowed.
|
|
725
|
+
:param _builtins.int expected_pods: total number of pods counted by this disruption budget
|
|
726
|
+
:param Mapping[str, _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.
|
|
727
|
+
:param _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.
|
|
729
728
|
"""
|
|
730
729
|
pulumi.set(__self__, "current_healthy", current_healthy)
|
|
731
730
|
pulumi.set(__self__, "desired_healthy", desired_healthy)
|
|
@@ -736,49 +735,49 @@ class PodDisruptionBudgetStatus(dict):
|
|
|
736
735
|
if observed_generation is not None:
|
|
737
736
|
pulumi.set(__self__, "observed_generation", observed_generation)
|
|
738
737
|
|
|
739
|
-
@property
|
|
738
|
+
@_builtins.property
|
|
740
739
|
@pulumi.getter(name="currentHealthy")
|
|
741
|
-
def current_healthy(self) ->
|
|
740
|
+
def current_healthy(self) -> _builtins.int:
|
|
742
741
|
"""
|
|
743
742
|
current number of healthy pods
|
|
744
743
|
"""
|
|
745
744
|
return pulumi.get(self, "current_healthy")
|
|
746
745
|
|
|
747
|
-
@property
|
|
746
|
+
@_builtins.property
|
|
748
747
|
@pulumi.getter(name="desiredHealthy")
|
|
749
|
-
def desired_healthy(self) ->
|
|
748
|
+
def desired_healthy(self) -> _builtins.int:
|
|
750
749
|
"""
|
|
751
750
|
minimum desired number of healthy pods
|
|
752
751
|
"""
|
|
753
752
|
return pulumi.get(self, "desired_healthy")
|
|
754
753
|
|
|
755
|
-
@property
|
|
754
|
+
@_builtins.property
|
|
756
755
|
@pulumi.getter(name="disruptionsAllowed")
|
|
757
|
-
def disruptions_allowed(self) ->
|
|
756
|
+
def disruptions_allowed(self) -> _builtins.int:
|
|
758
757
|
"""
|
|
759
758
|
Number of pod disruptions that are currently allowed.
|
|
760
759
|
"""
|
|
761
760
|
return pulumi.get(self, "disruptions_allowed")
|
|
762
761
|
|
|
763
|
-
@property
|
|
762
|
+
@_builtins.property
|
|
764
763
|
@pulumi.getter(name="expectedPods")
|
|
765
|
-
def expected_pods(self) ->
|
|
764
|
+
def expected_pods(self) -> _builtins.int:
|
|
766
765
|
"""
|
|
767
766
|
total number of pods counted by this disruption budget
|
|
768
767
|
"""
|
|
769
768
|
return pulumi.get(self, "expected_pods")
|
|
770
769
|
|
|
771
|
-
@property
|
|
770
|
+
@_builtins.property
|
|
772
771
|
@pulumi.getter(name="disruptedPods")
|
|
773
|
-
def disrupted_pods(self) -> Optional[Mapping[str,
|
|
772
|
+
def disrupted_pods(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
774
773
|
"""
|
|
775
774
|
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.
|
|
776
775
|
"""
|
|
777
776
|
return pulumi.get(self, "disrupted_pods")
|
|
778
777
|
|
|
779
|
-
@property
|
|
778
|
+
@_builtins.property
|
|
780
779
|
@pulumi.getter(name="observedGeneration")
|
|
781
|
-
def observed_generation(self) -> Optional[
|
|
780
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
782
781
|
"""
|
|
783
782
|
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.
|
|
784
783
|
"""
|
|
@@ -818,20 +817,20 @@ class PodDisruptionBudgetStatusPatch(dict):
|
|
|
818
817
|
return super().get(key, default)
|
|
819
818
|
|
|
820
819
|
def __init__(__self__, *,
|
|
821
|
-
current_healthy: Optional[
|
|
822
|
-
desired_healthy: Optional[
|
|
823
|
-
disrupted_pods: Optional[Mapping[str,
|
|
824
|
-
disruptions_allowed: Optional[
|
|
825
|
-
expected_pods: Optional[
|
|
826
|
-
observed_generation: Optional[
|
|
820
|
+
current_healthy: Optional[_builtins.int] = None,
|
|
821
|
+
desired_healthy: Optional[_builtins.int] = None,
|
|
822
|
+
disrupted_pods: Optional[Mapping[str, _builtins.str]] = None,
|
|
823
|
+
disruptions_allowed: Optional[_builtins.int] = None,
|
|
824
|
+
expected_pods: Optional[_builtins.int] = None,
|
|
825
|
+
observed_generation: Optional[_builtins.int] = None):
|
|
827
826
|
"""
|
|
828
827
|
PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.
|
|
829
|
-
:param
|
|
830
|
-
:param
|
|
831
|
-
:param Mapping[str,
|
|
832
|
-
:param
|
|
833
|
-
:param
|
|
834
|
-
:param
|
|
828
|
+
:param _builtins.int current_healthy: current number of healthy pods
|
|
829
|
+
:param _builtins.int desired_healthy: minimum desired number of healthy pods
|
|
830
|
+
:param Mapping[str, _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.
|
|
831
|
+
:param _builtins.int disruptions_allowed: Number of pod disruptions that are currently allowed.
|
|
832
|
+
:param _builtins.int expected_pods: total number of pods counted by this disruption budget
|
|
833
|
+
:param _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.
|
|
835
834
|
"""
|
|
836
835
|
if current_healthy is not None:
|
|
837
836
|
pulumi.set(__self__, "current_healthy", current_healthy)
|
|
@@ -846,49 +845,49 @@ class PodDisruptionBudgetStatusPatch(dict):
|
|
|
846
845
|
if observed_generation is not None:
|
|
847
846
|
pulumi.set(__self__, "observed_generation", observed_generation)
|
|
848
847
|
|
|
849
|
-
@property
|
|
848
|
+
@_builtins.property
|
|
850
849
|
@pulumi.getter(name="currentHealthy")
|
|
851
|
-
def current_healthy(self) -> Optional[
|
|
850
|
+
def current_healthy(self) -> Optional[_builtins.int]:
|
|
852
851
|
"""
|
|
853
852
|
current number of healthy pods
|
|
854
853
|
"""
|
|
855
854
|
return pulumi.get(self, "current_healthy")
|
|
856
855
|
|
|
857
|
-
@property
|
|
856
|
+
@_builtins.property
|
|
858
857
|
@pulumi.getter(name="desiredHealthy")
|
|
859
|
-
def desired_healthy(self) -> Optional[
|
|
858
|
+
def desired_healthy(self) -> Optional[_builtins.int]:
|
|
860
859
|
"""
|
|
861
860
|
minimum desired number of healthy pods
|
|
862
861
|
"""
|
|
863
862
|
return pulumi.get(self, "desired_healthy")
|
|
864
863
|
|
|
865
|
-
@property
|
|
864
|
+
@_builtins.property
|
|
866
865
|
@pulumi.getter(name="disruptedPods")
|
|
867
|
-
def disrupted_pods(self) -> Optional[Mapping[str,
|
|
866
|
+
def disrupted_pods(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
868
867
|
"""
|
|
869
868
|
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.
|
|
870
869
|
"""
|
|
871
870
|
return pulumi.get(self, "disrupted_pods")
|
|
872
871
|
|
|
873
|
-
@property
|
|
872
|
+
@_builtins.property
|
|
874
873
|
@pulumi.getter(name="disruptionsAllowed")
|
|
875
|
-
def disruptions_allowed(self) -> Optional[
|
|
874
|
+
def disruptions_allowed(self) -> Optional[_builtins.int]:
|
|
876
875
|
"""
|
|
877
876
|
Number of pod disruptions that are currently allowed.
|
|
878
877
|
"""
|
|
879
878
|
return pulumi.get(self, "disruptions_allowed")
|
|
880
879
|
|
|
881
|
-
@property
|
|
880
|
+
@_builtins.property
|
|
882
881
|
@pulumi.getter(name="expectedPods")
|
|
883
|
-
def expected_pods(self) -> Optional[
|
|
882
|
+
def expected_pods(self) -> Optional[_builtins.int]:
|
|
884
883
|
"""
|
|
885
884
|
total number of pods counted by this disruption budget
|
|
886
885
|
"""
|
|
887
886
|
return pulumi.get(self, "expected_pods")
|
|
888
887
|
|
|
889
|
-
@property
|
|
888
|
+
@_builtins.property
|
|
890
889
|
@pulumi.getter(name="observedGeneration")
|
|
891
|
-
def observed_generation(self) -> Optional[
|
|
890
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
892
891
|
"""
|
|
893
892
|
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.
|
|
894
893
|
"""
|
|
@@ -918,14 +917,14 @@ class PodSecurityPolicy(dict):
|
|
|
918
917
|
return super().get(key, default)
|
|
919
918
|
|
|
920
919
|
def __init__(__self__, *,
|
|
921
|
-
api_version: Optional[
|
|
922
|
-
kind: Optional[
|
|
920
|
+
api_version: Optional[_builtins.str] = None,
|
|
921
|
+
kind: Optional[_builtins.str] = None,
|
|
923
922
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
924
923
|
spec: Optional['outputs.PodSecurityPolicySpec'] = None):
|
|
925
924
|
"""
|
|
926
925
|
PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.
|
|
927
|
-
:param
|
|
928
|
-
:param
|
|
926
|
+
:param _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
|
|
927
|
+
:param _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
|
|
929
928
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
930
929
|
:param 'PodSecurityPolicySpecArgs' spec: spec defines the policy enforced.
|
|
931
930
|
"""
|
|
@@ -938,23 +937,23 @@ class PodSecurityPolicy(dict):
|
|
|
938
937
|
if spec is not None:
|
|
939
938
|
pulumi.set(__self__, "spec", spec)
|
|
940
939
|
|
|
941
|
-
@property
|
|
940
|
+
@_builtins.property
|
|
942
941
|
@pulumi.getter(name="apiVersion")
|
|
943
|
-
def api_version(self) -> Optional[
|
|
942
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
944
943
|
"""
|
|
945
944
|
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
|
|
946
945
|
"""
|
|
947
946
|
return pulumi.get(self, "api_version")
|
|
948
947
|
|
|
949
|
-
@property
|
|
948
|
+
@_builtins.property
|
|
950
949
|
@pulumi.getter
|
|
951
|
-
def kind(self) -> Optional[
|
|
950
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
952
951
|
"""
|
|
953
952
|
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
|
|
954
953
|
"""
|
|
955
954
|
return pulumi.get(self, "kind")
|
|
956
955
|
|
|
957
|
-
@property
|
|
956
|
+
@_builtins.property
|
|
958
957
|
@pulumi.getter
|
|
959
958
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
960
959
|
"""
|
|
@@ -962,7 +961,7 @@ class PodSecurityPolicy(dict):
|
|
|
962
961
|
"""
|
|
963
962
|
return pulumi.get(self, "metadata")
|
|
964
963
|
|
|
965
|
-
@property
|
|
964
|
+
@_builtins.property
|
|
966
965
|
@pulumi.getter
|
|
967
966
|
def spec(self) -> Optional['outputs.PodSecurityPolicySpec']:
|
|
968
967
|
"""
|
|
@@ -1040,56 +1039,56 @@ class PodSecurityPolicySpec(dict):
|
|
|
1040
1039
|
run_as_user: 'outputs.RunAsUserStrategyOptions',
|
|
1041
1040
|
se_linux: 'outputs.SELinuxStrategyOptions',
|
|
1042
1041
|
supplemental_groups: 'outputs.SupplementalGroupsStrategyOptions',
|
|
1043
|
-
allow_privilege_escalation: Optional[
|
|
1042
|
+
allow_privilege_escalation: Optional[_builtins.bool] = None,
|
|
1044
1043
|
allowed_csi_drivers: Optional[Sequence['outputs.AllowedCSIDriver']] = None,
|
|
1045
|
-
allowed_capabilities: Optional[Sequence[
|
|
1044
|
+
allowed_capabilities: Optional[Sequence[_builtins.str]] = None,
|
|
1046
1045
|
allowed_flex_volumes: Optional[Sequence['outputs.AllowedFlexVolume']] = None,
|
|
1047
1046
|
allowed_host_paths: Optional[Sequence['outputs.AllowedHostPath']] = None,
|
|
1048
|
-
allowed_proc_mount_types: Optional[Sequence[
|
|
1049
|
-
allowed_unsafe_sysctls: Optional[Sequence[
|
|
1050
|
-
default_add_capabilities: Optional[Sequence[
|
|
1051
|
-
default_allow_privilege_escalation: Optional[
|
|
1052
|
-
forbidden_sysctls: Optional[Sequence[
|
|
1053
|
-
host_ipc: Optional[
|
|
1054
|
-
host_network: Optional[
|
|
1055
|
-
host_pid: Optional[
|
|
1047
|
+
allowed_proc_mount_types: Optional[Sequence[_builtins.str]] = None,
|
|
1048
|
+
allowed_unsafe_sysctls: Optional[Sequence[_builtins.str]] = None,
|
|
1049
|
+
default_add_capabilities: Optional[Sequence[_builtins.str]] = None,
|
|
1050
|
+
default_allow_privilege_escalation: Optional[_builtins.bool] = None,
|
|
1051
|
+
forbidden_sysctls: Optional[Sequence[_builtins.str]] = None,
|
|
1052
|
+
host_ipc: Optional[_builtins.bool] = None,
|
|
1053
|
+
host_network: Optional[_builtins.bool] = None,
|
|
1054
|
+
host_pid: Optional[_builtins.bool] = None,
|
|
1056
1055
|
host_ports: Optional[Sequence['outputs.HostPortRange']] = None,
|
|
1057
|
-
privileged: Optional[
|
|
1058
|
-
read_only_root_filesystem: Optional[
|
|
1059
|
-
required_drop_capabilities: Optional[Sequence[
|
|
1056
|
+
privileged: Optional[_builtins.bool] = None,
|
|
1057
|
+
read_only_root_filesystem: Optional[_builtins.bool] = None,
|
|
1058
|
+
required_drop_capabilities: Optional[Sequence[_builtins.str]] = None,
|
|
1060
1059
|
run_as_group: Optional['outputs.RunAsGroupStrategyOptions'] = None,
|
|
1061
1060
|
runtime_class: Optional['outputs.RuntimeClassStrategyOptions'] = None,
|
|
1062
|
-
volumes: Optional[Sequence[
|
|
1061
|
+
volumes: Optional[Sequence[_builtins.str]] = None):
|
|
1063
1062
|
"""
|
|
1064
1063
|
PodSecurityPolicySpec defines the policy enforced.
|
|
1065
1064
|
:param 'FSGroupStrategyOptionsArgs' fs_group: fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.
|
|
1066
1065
|
:param 'RunAsUserStrategyOptionsArgs' run_as_user: runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
1067
1066
|
:param 'SELinuxStrategyOptionsArgs' se_linux: seLinux is the strategy that will dictate the allowable labels that may be set.
|
|
1068
1067
|
:param 'SupplementalGroupsStrategyOptionsArgs' supplemental_groups: supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
|
|
1069
|
-
:param
|
|
1068
|
+
:param _builtins.bool allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
1070
1069
|
:param Sequence['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.
|
|
1071
|
-
:param Sequence[
|
|
1070
|
+
:param Sequence[_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.
|
|
1072
1071
|
:param Sequence['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.
|
|
1073
1072
|
:param Sequence['AllowedHostPathArgs'] allowed_host_paths: allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.
|
|
1074
|
-
:param Sequence[
|
|
1075
|
-
:param Sequence[
|
|
1073
|
+
:param Sequence[_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.
|
|
1074
|
+
:param Sequence[_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.
|
|
1076
1075
|
|
|
1077
1076
|
Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc.
|
|
1078
|
-
:param Sequence[
|
|
1079
|
-
:param
|
|
1080
|
-
:param Sequence[
|
|
1077
|
+
:param Sequence[_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.
|
|
1078
|
+
:param _builtins.bool default_allow_privilege_escalation: defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
1079
|
+
:param Sequence[_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.
|
|
1081
1080
|
|
|
1082
1081
|
Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc.
|
|
1083
|
-
:param
|
|
1084
|
-
:param
|
|
1085
|
-
:param
|
|
1082
|
+
:param _builtins.bool host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
1083
|
+
:param _builtins.bool host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
1084
|
+
:param _builtins.bool host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
1086
1085
|
:param Sequence['HostPortRangeArgs'] host_ports: hostPorts determines which host port ranges are allowed to be exposed.
|
|
1087
|
-
:param
|
|
1088
|
-
:param
|
|
1089
|
-
:param Sequence[
|
|
1086
|
+
:param _builtins.bool privileged: privileged determines if a pod can request to be run as privileged.
|
|
1087
|
+
:param _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.
|
|
1088
|
+
:param Sequence[_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.
|
|
1090
1089
|
:param '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.
|
|
1091
1090
|
:param '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.
|
|
1092
|
-
:param Sequence[
|
|
1091
|
+
:param Sequence[_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 '*'.
|
|
1093
1092
|
"""
|
|
1094
1093
|
pulumi.set(__self__, "fs_group", fs_group)
|
|
1095
1094
|
pulumi.set(__self__, "run_as_user", run_as_user)
|
|
@@ -1136,7 +1135,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1136
1135
|
if volumes is not None:
|
|
1137
1136
|
pulumi.set(__self__, "volumes", volumes)
|
|
1138
1137
|
|
|
1139
|
-
@property
|
|
1138
|
+
@_builtins.property
|
|
1140
1139
|
@pulumi.getter(name="fsGroup")
|
|
1141
1140
|
def fs_group(self) -> 'outputs.FSGroupStrategyOptions':
|
|
1142
1141
|
"""
|
|
@@ -1144,7 +1143,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1144
1143
|
"""
|
|
1145
1144
|
return pulumi.get(self, "fs_group")
|
|
1146
1145
|
|
|
1147
|
-
@property
|
|
1146
|
+
@_builtins.property
|
|
1148
1147
|
@pulumi.getter(name="runAsUser")
|
|
1149
1148
|
def run_as_user(self) -> 'outputs.RunAsUserStrategyOptions':
|
|
1150
1149
|
"""
|
|
@@ -1152,7 +1151,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1152
1151
|
"""
|
|
1153
1152
|
return pulumi.get(self, "run_as_user")
|
|
1154
1153
|
|
|
1155
|
-
@property
|
|
1154
|
+
@_builtins.property
|
|
1156
1155
|
@pulumi.getter(name="seLinux")
|
|
1157
1156
|
def se_linux(self) -> 'outputs.SELinuxStrategyOptions':
|
|
1158
1157
|
"""
|
|
@@ -1160,7 +1159,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1160
1159
|
"""
|
|
1161
1160
|
return pulumi.get(self, "se_linux")
|
|
1162
1161
|
|
|
1163
|
-
@property
|
|
1162
|
+
@_builtins.property
|
|
1164
1163
|
@pulumi.getter(name="supplementalGroups")
|
|
1165
1164
|
def supplemental_groups(self) -> 'outputs.SupplementalGroupsStrategyOptions':
|
|
1166
1165
|
"""
|
|
@@ -1168,15 +1167,15 @@ class PodSecurityPolicySpec(dict):
|
|
|
1168
1167
|
"""
|
|
1169
1168
|
return pulumi.get(self, "supplemental_groups")
|
|
1170
1169
|
|
|
1171
|
-
@property
|
|
1170
|
+
@_builtins.property
|
|
1172
1171
|
@pulumi.getter(name="allowPrivilegeEscalation")
|
|
1173
|
-
def allow_privilege_escalation(self) -> Optional[
|
|
1172
|
+
def allow_privilege_escalation(self) -> Optional[_builtins.bool]:
|
|
1174
1173
|
"""
|
|
1175
1174
|
allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
1176
1175
|
"""
|
|
1177
1176
|
return pulumi.get(self, "allow_privilege_escalation")
|
|
1178
1177
|
|
|
1179
|
-
@property
|
|
1178
|
+
@_builtins.property
|
|
1180
1179
|
@pulumi.getter(name="allowedCSIDrivers")
|
|
1181
1180
|
def allowed_csi_drivers(self) -> Optional[Sequence['outputs.AllowedCSIDriver']]:
|
|
1182
1181
|
"""
|
|
@@ -1184,15 +1183,15 @@ class PodSecurityPolicySpec(dict):
|
|
|
1184
1183
|
"""
|
|
1185
1184
|
return pulumi.get(self, "allowed_csi_drivers")
|
|
1186
1185
|
|
|
1187
|
-
@property
|
|
1186
|
+
@_builtins.property
|
|
1188
1187
|
@pulumi.getter(name="allowedCapabilities")
|
|
1189
|
-
def allowed_capabilities(self) -> Optional[Sequence[
|
|
1188
|
+
def allowed_capabilities(self) -> Optional[Sequence[_builtins.str]]:
|
|
1190
1189
|
"""
|
|
1191
1190
|
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.
|
|
1192
1191
|
"""
|
|
1193
1192
|
return pulumi.get(self, "allowed_capabilities")
|
|
1194
1193
|
|
|
1195
|
-
@property
|
|
1194
|
+
@_builtins.property
|
|
1196
1195
|
@pulumi.getter(name="allowedFlexVolumes")
|
|
1197
1196
|
def allowed_flex_volumes(self) -> Optional[Sequence['outputs.AllowedFlexVolume']]:
|
|
1198
1197
|
"""
|
|
@@ -1200,7 +1199,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1200
1199
|
"""
|
|
1201
1200
|
return pulumi.get(self, "allowed_flex_volumes")
|
|
1202
1201
|
|
|
1203
|
-
@property
|
|
1202
|
+
@_builtins.property
|
|
1204
1203
|
@pulumi.getter(name="allowedHostPaths")
|
|
1205
1204
|
def allowed_host_paths(self) -> Optional[Sequence['outputs.AllowedHostPath']]:
|
|
1206
1205
|
"""
|
|
@@ -1208,17 +1207,17 @@ class PodSecurityPolicySpec(dict):
|
|
|
1208
1207
|
"""
|
|
1209
1208
|
return pulumi.get(self, "allowed_host_paths")
|
|
1210
1209
|
|
|
1211
|
-
@property
|
|
1210
|
+
@_builtins.property
|
|
1212
1211
|
@pulumi.getter(name="allowedProcMountTypes")
|
|
1213
|
-
def allowed_proc_mount_types(self) -> Optional[Sequence[
|
|
1212
|
+
def allowed_proc_mount_types(self) -> Optional[Sequence[_builtins.str]]:
|
|
1214
1213
|
"""
|
|
1215
1214
|
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
1215
|
"""
|
|
1217
1216
|
return pulumi.get(self, "allowed_proc_mount_types")
|
|
1218
1217
|
|
|
1219
|
-
@property
|
|
1218
|
+
@_builtins.property
|
|
1220
1219
|
@pulumi.getter(name="allowedUnsafeSysctls")
|
|
1221
|
-
def allowed_unsafe_sysctls(self) -> Optional[Sequence[
|
|
1220
|
+
def allowed_unsafe_sysctls(self) -> Optional[Sequence[_builtins.str]]:
|
|
1222
1221
|
"""
|
|
1223
1222
|
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.
|
|
1224
1223
|
|
|
@@ -1226,25 +1225,25 @@ class PodSecurityPolicySpec(dict):
|
|
|
1226
1225
|
"""
|
|
1227
1226
|
return pulumi.get(self, "allowed_unsafe_sysctls")
|
|
1228
1227
|
|
|
1229
|
-
@property
|
|
1228
|
+
@_builtins.property
|
|
1230
1229
|
@pulumi.getter(name="defaultAddCapabilities")
|
|
1231
|
-
def default_add_capabilities(self) -> Optional[Sequence[
|
|
1230
|
+
def default_add_capabilities(self) -> Optional[Sequence[_builtins.str]]:
|
|
1232
1231
|
"""
|
|
1233
1232
|
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.
|
|
1234
1233
|
"""
|
|
1235
1234
|
return pulumi.get(self, "default_add_capabilities")
|
|
1236
1235
|
|
|
1237
|
-
@property
|
|
1236
|
+
@_builtins.property
|
|
1238
1237
|
@pulumi.getter(name="defaultAllowPrivilegeEscalation")
|
|
1239
|
-
def default_allow_privilege_escalation(self) -> Optional[
|
|
1238
|
+
def default_allow_privilege_escalation(self) -> Optional[_builtins.bool]:
|
|
1240
1239
|
"""
|
|
1241
1240
|
defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
1242
1241
|
"""
|
|
1243
1242
|
return pulumi.get(self, "default_allow_privilege_escalation")
|
|
1244
1243
|
|
|
1245
|
-
@property
|
|
1244
|
+
@_builtins.property
|
|
1246
1245
|
@pulumi.getter(name="forbiddenSysctls")
|
|
1247
|
-
def forbidden_sysctls(self) -> Optional[Sequence[
|
|
1246
|
+
def forbidden_sysctls(self) -> Optional[Sequence[_builtins.str]]:
|
|
1248
1247
|
"""
|
|
1249
1248
|
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.
|
|
1250
1249
|
|
|
@@ -1252,31 +1251,31 @@ class PodSecurityPolicySpec(dict):
|
|
|
1252
1251
|
"""
|
|
1253
1252
|
return pulumi.get(self, "forbidden_sysctls")
|
|
1254
1253
|
|
|
1255
|
-
@property
|
|
1254
|
+
@_builtins.property
|
|
1256
1255
|
@pulumi.getter(name="hostIPC")
|
|
1257
|
-
def host_ipc(self) -> Optional[
|
|
1256
|
+
def host_ipc(self) -> Optional[_builtins.bool]:
|
|
1258
1257
|
"""
|
|
1259
1258
|
hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
1260
1259
|
"""
|
|
1261
1260
|
return pulumi.get(self, "host_ipc")
|
|
1262
1261
|
|
|
1263
|
-
@property
|
|
1262
|
+
@_builtins.property
|
|
1264
1263
|
@pulumi.getter(name="hostNetwork")
|
|
1265
|
-
def host_network(self) -> Optional[
|
|
1264
|
+
def host_network(self) -> Optional[_builtins.bool]:
|
|
1266
1265
|
"""
|
|
1267
1266
|
hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
1268
1267
|
"""
|
|
1269
1268
|
return pulumi.get(self, "host_network")
|
|
1270
1269
|
|
|
1271
|
-
@property
|
|
1270
|
+
@_builtins.property
|
|
1272
1271
|
@pulumi.getter(name="hostPID")
|
|
1273
|
-
def host_pid(self) -> Optional[
|
|
1272
|
+
def host_pid(self) -> Optional[_builtins.bool]:
|
|
1274
1273
|
"""
|
|
1275
1274
|
hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
1276
1275
|
"""
|
|
1277
1276
|
return pulumi.get(self, "host_pid")
|
|
1278
1277
|
|
|
1279
|
-
@property
|
|
1278
|
+
@_builtins.property
|
|
1280
1279
|
@pulumi.getter(name="hostPorts")
|
|
1281
1280
|
def host_ports(self) -> Optional[Sequence['outputs.HostPortRange']]:
|
|
1282
1281
|
"""
|
|
@@ -1284,31 +1283,31 @@ class PodSecurityPolicySpec(dict):
|
|
|
1284
1283
|
"""
|
|
1285
1284
|
return pulumi.get(self, "host_ports")
|
|
1286
1285
|
|
|
1287
|
-
@property
|
|
1286
|
+
@_builtins.property
|
|
1288
1287
|
@pulumi.getter
|
|
1289
|
-
def privileged(self) -> Optional[
|
|
1288
|
+
def privileged(self) -> Optional[_builtins.bool]:
|
|
1290
1289
|
"""
|
|
1291
1290
|
privileged determines if a pod can request to be run as privileged.
|
|
1292
1291
|
"""
|
|
1293
1292
|
return pulumi.get(self, "privileged")
|
|
1294
1293
|
|
|
1295
|
-
@property
|
|
1294
|
+
@_builtins.property
|
|
1296
1295
|
@pulumi.getter(name="readOnlyRootFilesystem")
|
|
1297
|
-
def read_only_root_filesystem(self) -> Optional[
|
|
1296
|
+
def read_only_root_filesystem(self) -> Optional[_builtins.bool]:
|
|
1298
1297
|
"""
|
|
1299
1298
|
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.
|
|
1300
1299
|
"""
|
|
1301
1300
|
return pulumi.get(self, "read_only_root_filesystem")
|
|
1302
1301
|
|
|
1303
|
-
@property
|
|
1302
|
+
@_builtins.property
|
|
1304
1303
|
@pulumi.getter(name="requiredDropCapabilities")
|
|
1305
|
-
def required_drop_capabilities(self) -> Optional[Sequence[
|
|
1304
|
+
def required_drop_capabilities(self) -> Optional[Sequence[_builtins.str]]:
|
|
1306
1305
|
"""
|
|
1307
1306
|
requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
|
|
1308
1307
|
"""
|
|
1309
1308
|
return pulumi.get(self, "required_drop_capabilities")
|
|
1310
1309
|
|
|
1311
|
-
@property
|
|
1310
|
+
@_builtins.property
|
|
1312
1311
|
@pulumi.getter(name="runAsGroup")
|
|
1313
1312
|
def run_as_group(self) -> Optional['outputs.RunAsGroupStrategyOptions']:
|
|
1314
1313
|
"""
|
|
@@ -1316,7 +1315,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1316
1315
|
"""
|
|
1317
1316
|
return pulumi.get(self, "run_as_group")
|
|
1318
1317
|
|
|
1319
|
-
@property
|
|
1318
|
+
@_builtins.property
|
|
1320
1319
|
@pulumi.getter(name="runtimeClass")
|
|
1321
1320
|
def runtime_class(self) -> Optional['outputs.RuntimeClassStrategyOptions']:
|
|
1322
1321
|
"""
|
|
@@ -1324,9 +1323,9 @@ class PodSecurityPolicySpec(dict):
|
|
|
1324
1323
|
"""
|
|
1325
1324
|
return pulumi.get(self, "runtime_class")
|
|
1326
1325
|
|
|
1327
|
-
@property
|
|
1326
|
+
@_builtins.property
|
|
1328
1327
|
@pulumi.getter
|
|
1329
|
-
def volumes(self) -> Optional[Sequence[
|
|
1328
|
+
def volumes(self) -> Optional[Sequence[_builtins.str]]:
|
|
1330
1329
|
"""
|
|
1331
1330
|
volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
|
|
1332
1331
|
"""
|
|
@@ -1398,60 +1397,60 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1398
1397
|
return super().get(key, default)
|
|
1399
1398
|
|
|
1400
1399
|
def __init__(__self__, *,
|
|
1401
|
-
allow_privilege_escalation: Optional[
|
|
1400
|
+
allow_privilege_escalation: Optional[_builtins.bool] = None,
|
|
1402
1401
|
allowed_csi_drivers: Optional[Sequence['outputs.AllowedCSIDriverPatch']] = None,
|
|
1403
|
-
allowed_capabilities: Optional[Sequence[
|
|
1402
|
+
allowed_capabilities: Optional[Sequence[_builtins.str]] = None,
|
|
1404
1403
|
allowed_flex_volumes: Optional[Sequence['outputs.AllowedFlexVolumePatch']] = None,
|
|
1405
1404
|
allowed_host_paths: Optional[Sequence['outputs.AllowedHostPathPatch']] = None,
|
|
1406
|
-
allowed_proc_mount_types: Optional[Sequence[
|
|
1407
|
-
allowed_unsafe_sysctls: Optional[Sequence[
|
|
1408
|
-
default_add_capabilities: Optional[Sequence[
|
|
1409
|
-
default_allow_privilege_escalation: Optional[
|
|
1410
|
-
forbidden_sysctls: Optional[Sequence[
|
|
1405
|
+
allowed_proc_mount_types: Optional[Sequence[_builtins.str]] = None,
|
|
1406
|
+
allowed_unsafe_sysctls: Optional[Sequence[_builtins.str]] = None,
|
|
1407
|
+
default_add_capabilities: Optional[Sequence[_builtins.str]] = None,
|
|
1408
|
+
default_allow_privilege_escalation: Optional[_builtins.bool] = None,
|
|
1409
|
+
forbidden_sysctls: Optional[Sequence[_builtins.str]] = None,
|
|
1411
1410
|
fs_group: Optional['outputs.FSGroupStrategyOptionsPatch'] = None,
|
|
1412
|
-
host_ipc: Optional[
|
|
1413
|
-
host_network: Optional[
|
|
1414
|
-
host_pid: Optional[
|
|
1411
|
+
host_ipc: Optional[_builtins.bool] = None,
|
|
1412
|
+
host_network: Optional[_builtins.bool] = None,
|
|
1413
|
+
host_pid: Optional[_builtins.bool] = None,
|
|
1415
1414
|
host_ports: Optional[Sequence['outputs.HostPortRangePatch']] = None,
|
|
1416
|
-
privileged: Optional[
|
|
1417
|
-
read_only_root_filesystem: Optional[
|
|
1418
|
-
required_drop_capabilities: Optional[Sequence[
|
|
1415
|
+
privileged: Optional[_builtins.bool] = None,
|
|
1416
|
+
read_only_root_filesystem: Optional[_builtins.bool] = None,
|
|
1417
|
+
required_drop_capabilities: Optional[Sequence[_builtins.str]] = None,
|
|
1419
1418
|
run_as_group: Optional['outputs.RunAsGroupStrategyOptionsPatch'] = None,
|
|
1420
1419
|
run_as_user: Optional['outputs.RunAsUserStrategyOptionsPatch'] = None,
|
|
1421
1420
|
runtime_class: Optional['outputs.RuntimeClassStrategyOptionsPatch'] = None,
|
|
1422
1421
|
se_linux: Optional['outputs.SELinuxStrategyOptionsPatch'] = None,
|
|
1423
1422
|
supplemental_groups: Optional['outputs.SupplementalGroupsStrategyOptionsPatch'] = None,
|
|
1424
|
-
volumes: Optional[Sequence[
|
|
1423
|
+
volumes: Optional[Sequence[_builtins.str]] = None):
|
|
1425
1424
|
"""
|
|
1426
1425
|
PodSecurityPolicySpec defines the policy enforced.
|
|
1427
|
-
:param
|
|
1426
|
+
:param _builtins.bool allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
1428
1427
|
:param Sequence['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.
|
|
1429
|
-
:param Sequence[
|
|
1428
|
+
:param Sequence[_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.
|
|
1430
1429
|
:param Sequence['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.
|
|
1431
1430
|
:param Sequence['AllowedHostPathPatchArgs'] allowed_host_paths: allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.
|
|
1432
|
-
:param Sequence[
|
|
1433
|
-
:param Sequence[
|
|
1431
|
+
:param Sequence[_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.
|
|
1432
|
+
:param Sequence[_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.
|
|
1434
1433
|
|
|
1435
1434
|
Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc.
|
|
1436
|
-
:param Sequence[
|
|
1437
|
-
:param
|
|
1438
|
-
:param Sequence[
|
|
1435
|
+
:param Sequence[_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.
|
|
1436
|
+
:param _builtins.bool default_allow_privilege_escalation: defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
1437
|
+
:param Sequence[_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.
|
|
1439
1438
|
|
|
1440
1439
|
Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc.
|
|
1441
1440
|
:param 'FSGroupStrategyOptionsPatchArgs' fs_group: fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.
|
|
1442
|
-
:param
|
|
1443
|
-
:param
|
|
1444
|
-
:param
|
|
1441
|
+
:param _builtins.bool host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
1442
|
+
:param _builtins.bool host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
1443
|
+
:param _builtins.bool host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
1445
1444
|
:param Sequence['HostPortRangePatchArgs'] host_ports: hostPorts determines which host port ranges are allowed to be exposed.
|
|
1446
|
-
:param
|
|
1447
|
-
:param
|
|
1448
|
-
:param Sequence[
|
|
1445
|
+
:param _builtins.bool privileged: privileged determines if a pod can request to be run as privileged.
|
|
1446
|
+
:param _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.
|
|
1447
|
+
:param Sequence[_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.
|
|
1449
1448
|
:param '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.
|
|
1450
1449
|
:param 'RunAsUserStrategyOptionsPatchArgs' run_as_user: runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
1451
1450
|
:param '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.
|
|
1452
1451
|
:param 'SELinuxStrategyOptionsPatchArgs' se_linux: seLinux is the strategy that will dictate the allowable labels that may be set.
|
|
1453
1452
|
:param 'SupplementalGroupsStrategyOptionsPatchArgs' supplemental_groups: supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
|
|
1454
|
-
:param Sequence[
|
|
1453
|
+
:param Sequence[_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 '*'.
|
|
1455
1454
|
"""
|
|
1456
1455
|
if allow_privilege_escalation is not None:
|
|
1457
1456
|
pulumi.set(__self__, "allow_privilege_escalation", allow_privilege_escalation)
|
|
@@ -1502,15 +1501,15 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1502
1501
|
if volumes is not None:
|
|
1503
1502
|
pulumi.set(__self__, "volumes", volumes)
|
|
1504
1503
|
|
|
1505
|
-
@property
|
|
1504
|
+
@_builtins.property
|
|
1506
1505
|
@pulumi.getter(name="allowPrivilegeEscalation")
|
|
1507
|
-
def allow_privilege_escalation(self) -> Optional[
|
|
1506
|
+
def allow_privilege_escalation(self) -> Optional[_builtins.bool]:
|
|
1508
1507
|
"""
|
|
1509
1508
|
allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
1510
1509
|
"""
|
|
1511
1510
|
return pulumi.get(self, "allow_privilege_escalation")
|
|
1512
1511
|
|
|
1513
|
-
@property
|
|
1512
|
+
@_builtins.property
|
|
1514
1513
|
@pulumi.getter(name="allowedCSIDrivers")
|
|
1515
1514
|
def allowed_csi_drivers(self) -> Optional[Sequence['outputs.AllowedCSIDriverPatch']]:
|
|
1516
1515
|
"""
|
|
@@ -1518,15 +1517,15 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1518
1517
|
"""
|
|
1519
1518
|
return pulumi.get(self, "allowed_csi_drivers")
|
|
1520
1519
|
|
|
1521
|
-
@property
|
|
1520
|
+
@_builtins.property
|
|
1522
1521
|
@pulumi.getter(name="allowedCapabilities")
|
|
1523
|
-
def allowed_capabilities(self) -> Optional[Sequence[
|
|
1522
|
+
def allowed_capabilities(self) -> Optional[Sequence[_builtins.str]]:
|
|
1524
1523
|
"""
|
|
1525
1524
|
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.
|
|
1526
1525
|
"""
|
|
1527
1526
|
return pulumi.get(self, "allowed_capabilities")
|
|
1528
1527
|
|
|
1529
|
-
@property
|
|
1528
|
+
@_builtins.property
|
|
1530
1529
|
@pulumi.getter(name="allowedFlexVolumes")
|
|
1531
1530
|
def allowed_flex_volumes(self) -> Optional[Sequence['outputs.AllowedFlexVolumePatch']]:
|
|
1532
1531
|
"""
|
|
@@ -1534,7 +1533,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1534
1533
|
"""
|
|
1535
1534
|
return pulumi.get(self, "allowed_flex_volumes")
|
|
1536
1535
|
|
|
1537
|
-
@property
|
|
1536
|
+
@_builtins.property
|
|
1538
1537
|
@pulumi.getter(name="allowedHostPaths")
|
|
1539
1538
|
def allowed_host_paths(self) -> Optional[Sequence['outputs.AllowedHostPathPatch']]:
|
|
1540
1539
|
"""
|
|
@@ -1542,17 +1541,17 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1542
1541
|
"""
|
|
1543
1542
|
return pulumi.get(self, "allowed_host_paths")
|
|
1544
1543
|
|
|
1545
|
-
@property
|
|
1544
|
+
@_builtins.property
|
|
1546
1545
|
@pulumi.getter(name="allowedProcMountTypes")
|
|
1547
|
-
def allowed_proc_mount_types(self) -> Optional[Sequence[
|
|
1546
|
+
def allowed_proc_mount_types(self) -> Optional[Sequence[_builtins.str]]:
|
|
1548
1547
|
"""
|
|
1549
1548
|
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.
|
|
1550
1549
|
"""
|
|
1551
1550
|
return pulumi.get(self, "allowed_proc_mount_types")
|
|
1552
1551
|
|
|
1553
|
-
@property
|
|
1552
|
+
@_builtins.property
|
|
1554
1553
|
@pulumi.getter(name="allowedUnsafeSysctls")
|
|
1555
|
-
def allowed_unsafe_sysctls(self) -> Optional[Sequence[
|
|
1554
|
+
def allowed_unsafe_sysctls(self) -> Optional[Sequence[_builtins.str]]:
|
|
1556
1555
|
"""
|
|
1557
1556
|
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.
|
|
1558
1557
|
|
|
@@ -1560,25 +1559,25 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1560
1559
|
"""
|
|
1561
1560
|
return pulumi.get(self, "allowed_unsafe_sysctls")
|
|
1562
1561
|
|
|
1563
|
-
@property
|
|
1562
|
+
@_builtins.property
|
|
1564
1563
|
@pulumi.getter(name="defaultAddCapabilities")
|
|
1565
|
-
def default_add_capabilities(self) -> Optional[Sequence[
|
|
1564
|
+
def default_add_capabilities(self) -> Optional[Sequence[_builtins.str]]:
|
|
1566
1565
|
"""
|
|
1567
1566
|
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.
|
|
1568
1567
|
"""
|
|
1569
1568
|
return pulumi.get(self, "default_add_capabilities")
|
|
1570
1569
|
|
|
1571
|
-
@property
|
|
1570
|
+
@_builtins.property
|
|
1572
1571
|
@pulumi.getter(name="defaultAllowPrivilegeEscalation")
|
|
1573
|
-
def default_allow_privilege_escalation(self) -> Optional[
|
|
1572
|
+
def default_allow_privilege_escalation(self) -> Optional[_builtins.bool]:
|
|
1574
1573
|
"""
|
|
1575
1574
|
defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
1576
1575
|
"""
|
|
1577
1576
|
return pulumi.get(self, "default_allow_privilege_escalation")
|
|
1578
1577
|
|
|
1579
|
-
@property
|
|
1578
|
+
@_builtins.property
|
|
1580
1579
|
@pulumi.getter(name="forbiddenSysctls")
|
|
1581
|
-
def forbidden_sysctls(self) -> Optional[Sequence[
|
|
1580
|
+
def forbidden_sysctls(self) -> Optional[Sequence[_builtins.str]]:
|
|
1582
1581
|
"""
|
|
1583
1582
|
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.
|
|
1584
1583
|
|
|
@@ -1586,7 +1585,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1586
1585
|
"""
|
|
1587
1586
|
return pulumi.get(self, "forbidden_sysctls")
|
|
1588
1587
|
|
|
1589
|
-
@property
|
|
1588
|
+
@_builtins.property
|
|
1590
1589
|
@pulumi.getter(name="fsGroup")
|
|
1591
1590
|
def fs_group(self) -> Optional['outputs.FSGroupStrategyOptionsPatch']:
|
|
1592
1591
|
"""
|
|
@@ -1594,31 +1593,31 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1594
1593
|
"""
|
|
1595
1594
|
return pulumi.get(self, "fs_group")
|
|
1596
1595
|
|
|
1597
|
-
@property
|
|
1596
|
+
@_builtins.property
|
|
1598
1597
|
@pulumi.getter(name="hostIPC")
|
|
1599
|
-
def host_ipc(self) -> Optional[
|
|
1598
|
+
def host_ipc(self) -> Optional[_builtins.bool]:
|
|
1600
1599
|
"""
|
|
1601
1600
|
hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
1602
1601
|
"""
|
|
1603
1602
|
return pulumi.get(self, "host_ipc")
|
|
1604
1603
|
|
|
1605
|
-
@property
|
|
1604
|
+
@_builtins.property
|
|
1606
1605
|
@pulumi.getter(name="hostNetwork")
|
|
1607
|
-
def host_network(self) -> Optional[
|
|
1606
|
+
def host_network(self) -> Optional[_builtins.bool]:
|
|
1608
1607
|
"""
|
|
1609
1608
|
hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
1610
1609
|
"""
|
|
1611
1610
|
return pulumi.get(self, "host_network")
|
|
1612
1611
|
|
|
1613
|
-
@property
|
|
1612
|
+
@_builtins.property
|
|
1614
1613
|
@pulumi.getter(name="hostPID")
|
|
1615
|
-
def host_pid(self) -> Optional[
|
|
1614
|
+
def host_pid(self) -> Optional[_builtins.bool]:
|
|
1616
1615
|
"""
|
|
1617
1616
|
hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
1618
1617
|
"""
|
|
1619
1618
|
return pulumi.get(self, "host_pid")
|
|
1620
1619
|
|
|
1621
|
-
@property
|
|
1620
|
+
@_builtins.property
|
|
1622
1621
|
@pulumi.getter(name="hostPorts")
|
|
1623
1622
|
def host_ports(self) -> Optional[Sequence['outputs.HostPortRangePatch']]:
|
|
1624
1623
|
"""
|
|
@@ -1626,31 +1625,31 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1626
1625
|
"""
|
|
1627
1626
|
return pulumi.get(self, "host_ports")
|
|
1628
1627
|
|
|
1629
|
-
@property
|
|
1628
|
+
@_builtins.property
|
|
1630
1629
|
@pulumi.getter
|
|
1631
|
-
def privileged(self) -> Optional[
|
|
1630
|
+
def privileged(self) -> Optional[_builtins.bool]:
|
|
1632
1631
|
"""
|
|
1633
1632
|
privileged determines if a pod can request to be run as privileged.
|
|
1634
1633
|
"""
|
|
1635
1634
|
return pulumi.get(self, "privileged")
|
|
1636
1635
|
|
|
1637
|
-
@property
|
|
1636
|
+
@_builtins.property
|
|
1638
1637
|
@pulumi.getter(name="readOnlyRootFilesystem")
|
|
1639
|
-
def read_only_root_filesystem(self) -> Optional[
|
|
1638
|
+
def read_only_root_filesystem(self) -> Optional[_builtins.bool]:
|
|
1640
1639
|
"""
|
|
1641
1640
|
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.
|
|
1642
1641
|
"""
|
|
1643
1642
|
return pulumi.get(self, "read_only_root_filesystem")
|
|
1644
1643
|
|
|
1645
|
-
@property
|
|
1644
|
+
@_builtins.property
|
|
1646
1645
|
@pulumi.getter(name="requiredDropCapabilities")
|
|
1647
|
-
def required_drop_capabilities(self) -> Optional[Sequence[
|
|
1646
|
+
def required_drop_capabilities(self) -> Optional[Sequence[_builtins.str]]:
|
|
1648
1647
|
"""
|
|
1649
1648
|
requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
|
|
1650
1649
|
"""
|
|
1651
1650
|
return pulumi.get(self, "required_drop_capabilities")
|
|
1652
1651
|
|
|
1653
|
-
@property
|
|
1652
|
+
@_builtins.property
|
|
1654
1653
|
@pulumi.getter(name="runAsGroup")
|
|
1655
1654
|
def run_as_group(self) -> Optional['outputs.RunAsGroupStrategyOptionsPatch']:
|
|
1656
1655
|
"""
|
|
@@ -1658,7 +1657,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1658
1657
|
"""
|
|
1659
1658
|
return pulumi.get(self, "run_as_group")
|
|
1660
1659
|
|
|
1661
|
-
@property
|
|
1660
|
+
@_builtins.property
|
|
1662
1661
|
@pulumi.getter(name="runAsUser")
|
|
1663
1662
|
def run_as_user(self) -> Optional['outputs.RunAsUserStrategyOptionsPatch']:
|
|
1664
1663
|
"""
|
|
@@ -1666,7 +1665,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1666
1665
|
"""
|
|
1667
1666
|
return pulumi.get(self, "run_as_user")
|
|
1668
1667
|
|
|
1669
|
-
@property
|
|
1668
|
+
@_builtins.property
|
|
1670
1669
|
@pulumi.getter(name="runtimeClass")
|
|
1671
1670
|
def runtime_class(self) -> Optional['outputs.RuntimeClassStrategyOptionsPatch']:
|
|
1672
1671
|
"""
|
|
@@ -1674,7 +1673,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1674
1673
|
"""
|
|
1675
1674
|
return pulumi.get(self, "runtime_class")
|
|
1676
1675
|
|
|
1677
|
-
@property
|
|
1676
|
+
@_builtins.property
|
|
1678
1677
|
@pulumi.getter(name="seLinux")
|
|
1679
1678
|
def se_linux(self) -> Optional['outputs.SELinuxStrategyOptionsPatch']:
|
|
1680
1679
|
"""
|
|
@@ -1682,7 +1681,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1682
1681
|
"""
|
|
1683
1682
|
return pulumi.get(self, "se_linux")
|
|
1684
1683
|
|
|
1685
|
-
@property
|
|
1684
|
+
@_builtins.property
|
|
1686
1685
|
@pulumi.getter(name="supplementalGroups")
|
|
1687
1686
|
def supplemental_groups(self) -> Optional['outputs.SupplementalGroupsStrategyOptionsPatch']:
|
|
1688
1687
|
"""
|
|
@@ -1690,9 +1689,9 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1690
1689
|
"""
|
|
1691
1690
|
return pulumi.get(self, "supplemental_groups")
|
|
1692
1691
|
|
|
1693
|
-
@property
|
|
1692
|
+
@_builtins.property
|
|
1694
1693
|
@pulumi.getter
|
|
1695
|
-
def volumes(self) -> Optional[Sequence[
|
|
1694
|
+
def volumes(self) -> Optional[Sequence[_builtins.str]]:
|
|
1696
1695
|
"""
|
|
1697
1696
|
volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
|
|
1698
1697
|
"""
|
|
@@ -1705,26 +1704,26 @@ class RunAsGroupStrategyOptions(dict):
|
|
|
1705
1704
|
RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
1706
1705
|
"""
|
|
1707
1706
|
def __init__(__self__, *,
|
|
1708
|
-
rule:
|
|
1707
|
+
rule: _builtins.str,
|
|
1709
1708
|
ranges: Optional[Sequence['outputs.IDRange']] = None):
|
|
1710
1709
|
"""
|
|
1711
1710
|
RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
1712
|
-
:param
|
|
1711
|
+
:param _builtins.str rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
1713
1712
|
:param Sequence['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.
|
|
1714
1713
|
"""
|
|
1715
1714
|
pulumi.set(__self__, "rule", rule)
|
|
1716
1715
|
if ranges is not None:
|
|
1717
1716
|
pulumi.set(__self__, "ranges", ranges)
|
|
1718
1717
|
|
|
1719
|
-
@property
|
|
1718
|
+
@_builtins.property
|
|
1720
1719
|
@pulumi.getter
|
|
1721
|
-
def rule(self) ->
|
|
1720
|
+
def rule(self) -> _builtins.str:
|
|
1722
1721
|
"""
|
|
1723
1722
|
rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
1724
1723
|
"""
|
|
1725
1724
|
return pulumi.get(self, "rule")
|
|
1726
1725
|
|
|
1727
|
-
@property
|
|
1726
|
+
@_builtins.property
|
|
1728
1727
|
@pulumi.getter
|
|
1729
1728
|
def ranges(self) -> Optional[Sequence['outputs.IDRange']]:
|
|
1730
1729
|
"""
|
|
@@ -1740,18 +1739,18 @@ class RunAsGroupStrategyOptionsPatch(dict):
|
|
|
1740
1739
|
"""
|
|
1741
1740
|
def __init__(__self__, *,
|
|
1742
1741
|
ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
|
|
1743
|
-
rule: Optional[
|
|
1742
|
+
rule: Optional[_builtins.str] = None):
|
|
1744
1743
|
"""
|
|
1745
1744
|
RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
1746
1745
|
:param Sequence['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.
|
|
1747
|
-
:param
|
|
1746
|
+
:param _builtins.str rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
1748
1747
|
"""
|
|
1749
1748
|
if ranges is not None:
|
|
1750
1749
|
pulumi.set(__self__, "ranges", ranges)
|
|
1751
1750
|
if rule is not None:
|
|
1752
1751
|
pulumi.set(__self__, "rule", rule)
|
|
1753
1752
|
|
|
1754
|
-
@property
|
|
1753
|
+
@_builtins.property
|
|
1755
1754
|
@pulumi.getter
|
|
1756
1755
|
def ranges(self) -> Optional[Sequence['outputs.IDRangePatch']]:
|
|
1757
1756
|
"""
|
|
@@ -1759,9 +1758,9 @@ class RunAsGroupStrategyOptionsPatch(dict):
|
|
|
1759
1758
|
"""
|
|
1760
1759
|
return pulumi.get(self, "ranges")
|
|
1761
1760
|
|
|
1762
|
-
@property
|
|
1761
|
+
@_builtins.property
|
|
1763
1762
|
@pulumi.getter
|
|
1764
|
-
def rule(self) -> Optional[
|
|
1763
|
+
def rule(self) -> Optional[_builtins.str]:
|
|
1765
1764
|
"""
|
|
1766
1765
|
rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
1767
1766
|
"""
|
|
@@ -1774,26 +1773,26 @@ class RunAsUserStrategyOptions(dict):
|
|
|
1774
1773
|
RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
1775
1774
|
"""
|
|
1776
1775
|
def __init__(__self__, *,
|
|
1777
|
-
rule:
|
|
1776
|
+
rule: _builtins.str,
|
|
1778
1777
|
ranges: Optional[Sequence['outputs.IDRange']] = None):
|
|
1779
1778
|
"""
|
|
1780
1779
|
RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
1781
|
-
:param
|
|
1780
|
+
:param _builtins.str rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
1782
1781
|
:param Sequence['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.
|
|
1783
1782
|
"""
|
|
1784
1783
|
pulumi.set(__self__, "rule", rule)
|
|
1785
1784
|
if ranges is not None:
|
|
1786
1785
|
pulumi.set(__self__, "ranges", ranges)
|
|
1787
1786
|
|
|
1788
|
-
@property
|
|
1787
|
+
@_builtins.property
|
|
1789
1788
|
@pulumi.getter
|
|
1790
|
-
def rule(self) ->
|
|
1789
|
+
def rule(self) -> _builtins.str:
|
|
1791
1790
|
"""
|
|
1792
1791
|
rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
1793
1792
|
"""
|
|
1794
1793
|
return pulumi.get(self, "rule")
|
|
1795
1794
|
|
|
1796
|
-
@property
|
|
1795
|
+
@_builtins.property
|
|
1797
1796
|
@pulumi.getter
|
|
1798
1797
|
def ranges(self) -> Optional[Sequence['outputs.IDRange']]:
|
|
1799
1798
|
"""
|
|
@@ -1809,18 +1808,18 @@ class RunAsUserStrategyOptionsPatch(dict):
|
|
|
1809
1808
|
"""
|
|
1810
1809
|
def __init__(__self__, *,
|
|
1811
1810
|
ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
|
|
1812
|
-
rule: Optional[
|
|
1811
|
+
rule: Optional[_builtins.str] = None):
|
|
1813
1812
|
"""
|
|
1814
1813
|
RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
1815
1814
|
:param Sequence['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.
|
|
1816
|
-
:param
|
|
1815
|
+
:param _builtins.str rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
1817
1816
|
"""
|
|
1818
1817
|
if ranges is not None:
|
|
1819
1818
|
pulumi.set(__self__, "ranges", ranges)
|
|
1820
1819
|
if rule is not None:
|
|
1821
1820
|
pulumi.set(__self__, "rule", rule)
|
|
1822
1821
|
|
|
1823
|
-
@property
|
|
1822
|
+
@_builtins.property
|
|
1824
1823
|
@pulumi.getter
|
|
1825
1824
|
def ranges(self) -> Optional[Sequence['outputs.IDRangePatch']]:
|
|
1826
1825
|
"""
|
|
@@ -1828,9 +1827,9 @@ class RunAsUserStrategyOptionsPatch(dict):
|
|
|
1828
1827
|
"""
|
|
1829
1828
|
return pulumi.get(self, "ranges")
|
|
1830
1829
|
|
|
1831
|
-
@property
|
|
1830
|
+
@_builtins.property
|
|
1832
1831
|
@pulumi.getter
|
|
1833
|
-
def rule(self) -> Optional[
|
|
1832
|
+
def rule(self) -> Optional[_builtins.str]:
|
|
1834
1833
|
"""
|
|
1835
1834
|
rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
1836
1835
|
"""
|
|
@@ -1862,28 +1861,28 @@ class RuntimeClassStrategyOptions(dict):
|
|
|
1862
1861
|
return super().get(key, default)
|
|
1863
1862
|
|
|
1864
1863
|
def __init__(__self__, *,
|
|
1865
|
-
allowed_runtime_class_names: Sequence[
|
|
1866
|
-
default_runtime_class_name: Optional[
|
|
1864
|
+
allowed_runtime_class_names: Sequence[_builtins.str],
|
|
1865
|
+
default_runtime_class_name: Optional[_builtins.str] = None):
|
|
1867
1866
|
"""
|
|
1868
1867
|
RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
|
|
1869
|
-
:param Sequence[
|
|
1870
|
-
:param
|
|
1868
|
+
:param Sequence[_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.
|
|
1869
|
+
:param _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.
|
|
1871
1870
|
"""
|
|
1872
1871
|
pulumi.set(__self__, "allowed_runtime_class_names", allowed_runtime_class_names)
|
|
1873
1872
|
if default_runtime_class_name is not None:
|
|
1874
1873
|
pulumi.set(__self__, "default_runtime_class_name", default_runtime_class_name)
|
|
1875
1874
|
|
|
1876
|
-
@property
|
|
1875
|
+
@_builtins.property
|
|
1877
1876
|
@pulumi.getter(name="allowedRuntimeClassNames")
|
|
1878
|
-
def allowed_runtime_class_names(self) -> Sequence[
|
|
1877
|
+
def allowed_runtime_class_names(self) -> Sequence[_builtins.str]:
|
|
1879
1878
|
"""
|
|
1880
1879
|
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.
|
|
1881
1880
|
"""
|
|
1882
1881
|
return pulumi.get(self, "allowed_runtime_class_names")
|
|
1883
1882
|
|
|
1884
|
-
@property
|
|
1883
|
+
@_builtins.property
|
|
1885
1884
|
@pulumi.getter(name="defaultRuntimeClassName")
|
|
1886
|
-
def default_runtime_class_name(self) -> Optional[
|
|
1885
|
+
def default_runtime_class_name(self) -> Optional[_builtins.str]:
|
|
1887
1886
|
"""
|
|
1888
1887
|
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.
|
|
1889
1888
|
"""
|
|
@@ -1915,29 +1914,29 @@ class RuntimeClassStrategyOptionsPatch(dict):
|
|
|
1915
1914
|
return super().get(key, default)
|
|
1916
1915
|
|
|
1917
1916
|
def __init__(__self__, *,
|
|
1918
|
-
allowed_runtime_class_names: Optional[Sequence[
|
|
1919
|
-
default_runtime_class_name: Optional[
|
|
1917
|
+
allowed_runtime_class_names: Optional[Sequence[_builtins.str]] = None,
|
|
1918
|
+
default_runtime_class_name: Optional[_builtins.str] = None):
|
|
1920
1919
|
"""
|
|
1921
1920
|
RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
|
|
1922
|
-
:param Sequence[
|
|
1923
|
-
:param
|
|
1921
|
+
:param Sequence[_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.
|
|
1922
|
+
:param _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.
|
|
1924
1923
|
"""
|
|
1925
1924
|
if allowed_runtime_class_names is not None:
|
|
1926
1925
|
pulumi.set(__self__, "allowed_runtime_class_names", allowed_runtime_class_names)
|
|
1927
1926
|
if default_runtime_class_name is not None:
|
|
1928
1927
|
pulumi.set(__self__, "default_runtime_class_name", default_runtime_class_name)
|
|
1929
1928
|
|
|
1930
|
-
@property
|
|
1929
|
+
@_builtins.property
|
|
1931
1930
|
@pulumi.getter(name="allowedRuntimeClassNames")
|
|
1932
|
-
def allowed_runtime_class_names(self) -> Optional[Sequence[
|
|
1931
|
+
def allowed_runtime_class_names(self) -> Optional[Sequence[_builtins.str]]:
|
|
1933
1932
|
"""
|
|
1934
1933
|
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.
|
|
1935
1934
|
"""
|
|
1936
1935
|
return pulumi.get(self, "allowed_runtime_class_names")
|
|
1937
1936
|
|
|
1938
|
-
@property
|
|
1937
|
+
@_builtins.property
|
|
1939
1938
|
@pulumi.getter(name="defaultRuntimeClassName")
|
|
1940
|
-
def default_runtime_class_name(self) -> Optional[
|
|
1939
|
+
def default_runtime_class_name(self) -> Optional[_builtins.str]:
|
|
1941
1940
|
"""
|
|
1942
1941
|
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.
|
|
1943
1942
|
"""
|
|
@@ -1967,26 +1966,26 @@ class SELinuxStrategyOptions(dict):
|
|
|
1967
1966
|
return super().get(key, default)
|
|
1968
1967
|
|
|
1969
1968
|
def __init__(__self__, *,
|
|
1970
|
-
rule:
|
|
1969
|
+
rule: _builtins.str,
|
|
1971
1970
|
se_linux_options: Optional['_core.v1.outputs.SELinuxOptions'] = None):
|
|
1972
1971
|
"""
|
|
1973
1972
|
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
1974
|
-
:param
|
|
1973
|
+
:param _builtins.str rule: rule is the strategy that will dictate the allowable labels that may be set.
|
|
1975
1974
|
:param '_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/
|
|
1976
1975
|
"""
|
|
1977
1976
|
pulumi.set(__self__, "rule", rule)
|
|
1978
1977
|
if se_linux_options is not None:
|
|
1979
1978
|
pulumi.set(__self__, "se_linux_options", se_linux_options)
|
|
1980
1979
|
|
|
1981
|
-
@property
|
|
1980
|
+
@_builtins.property
|
|
1982
1981
|
@pulumi.getter
|
|
1983
|
-
def rule(self) ->
|
|
1982
|
+
def rule(self) -> _builtins.str:
|
|
1984
1983
|
"""
|
|
1985
1984
|
rule is the strategy that will dictate the allowable labels that may be set.
|
|
1986
1985
|
"""
|
|
1987
1986
|
return pulumi.get(self, "rule")
|
|
1988
1987
|
|
|
1989
|
-
@property
|
|
1988
|
+
@_builtins.property
|
|
1990
1989
|
@pulumi.getter(name="seLinuxOptions")
|
|
1991
1990
|
def se_linux_options(self) -> Optional['_core.v1.outputs.SELinuxOptions']:
|
|
1992
1991
|
"""
|
|
@@ -2018,11 +2017,11 @@ class SELinuxStrategyOptionsPatch(dict):
|
|
|
2018
2017
|
return super().get(key, default)
|
|
2019
2018
|
|
|
2020
2019
|
def __init__(__self__, *,
|
|
2021
|
-
rule: Optional[
|
|
2020
|
+
rule: Optional[_builtins.str] = None,
|
|
2022
2021
|
se_linux_options: Optional['_core.v1.outputs.SELinuxOptionsPatch'] = None):
|
|
2023
2022
|
"""
|
|
2024
2023
|
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
2025
|
-
:param
|
|
2024
|
+
:param _builtins.str rule: rule is the strategy that will dictate the allowable labels that may be set.
|
|
2026
2025
|
:param '_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/
|
|
2027
2026
|
"""
|
|
2028
2027
|
if rule is not None:
|
|
@@ -2030,15 +2029,15 @@ class SELinuxStrategyOptionsPatch(dict):
|
|
|
2030
2029
|
if se_linux_options is not None:
|
|
2031
2030
|
pulumi.set(__self__, "se_linux_options", se_linux_options)
|
|
2032
2031
|
|
|
2033
|
-
@property
|
|
2032
|
+
@_builtins.property
|
|
2034
2033
|
@pulumi.getter
|
|
2035
|
-
def rule(self) -> Optional[
|
|
2034
|
+
def rule(self) -> Optional[_builtins.str]:
|
|
2036
2035
|
"""
|
|
2037
2036
|
rule is the strategy that will dictate the allowable labels that may be set.
|
|
2038
2037
|
"""
|
|
2039
2038
|
return pulumi.get(self, "rule")
|
|
2040
2039
|
|
|
2041
|
-
@property
|
|
2040
|
+
@_builtins.property
|
|
2042
2041
|
@pulumi.getter(name="seLinuxOptions")
|
|
2043
2042
|
def se_linux_options(self) -> Optional['_core.v1.outputs.SELinuxOptionsPatch']:
|
|
2044
2043
|
"""
|
|
@@ -2054,18 +2053,18 @@ class SupplementalGroupsStrategyOptions(dict):
|
|
|
2054
2053
|
"""
|
|
2055
2054
|
def __init__(__self__, *,
|
|
2056
2055
|
ranges: Optional[Sequence['outputs.IDRange']] = None,
|
|
2057
|
-
rule: Optional[
|
|
2056
|
+
rule: Optional[_builtins.str] = None):
|
|
2058
2057
|
"""
|
|
2059
2058
|
SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.
|
|
2060
2059
|
:param Sequence['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.
|
|
2061
|
-
:param
|
|
2060
|
+
:param _builtins.str rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
2062
2061
|
"""
|
|
2063
2062
|
if ranges is not None:
|
|
2064
2063
|
pulumi.set(__self__, "ranges", ranges)
|
|
2065
2064
|
if rule is not None:
|
|
2066
2065
|
pulumi.set(__self__, "rule", rule)
|
|
2067
2066
|
|
|
2068
|
-
@property
|
|
2067
|
+
@_builtins.property
|
|
2069
2068
|
@pulumi.getter
|
|
2070
2069
|
def ranges(self) -> Optional[Sequence['outputs.IDRange']]:
|
|
2071
2070
|
"""
|
|
@@ -2073,9 +2072,9 @@ class SupplementalGroupsStrategyOptions(dict):
|
|
|
2073
2072
|
"""
|
|
2074
2073
|
return pulumi.get(self, "ranges")
|
|
2075
2074
|
|
|
2076
|
-
@property
|
|
2075
|
+
@_builtins.property
|
|
2077
2076
|
@pulumi.getter
|
|
2078
|
-
def rule(self) -> Optional[
|
|
2077
|
+
def rule(self) -> Optional[_builtins.str]:
|
|
2079
2078
|
"""
|
|
2080
2079
|
rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
2081
2080
|
"""
|
|
@@ -2089,18 +2088,18 @@ class SupplementalGroupsStrategyOptionsPatch(dict):
|
|
|
2089
2088
|
"""
|
|
2090
2089
|
def __init__(__self__, *,
|
|
2091
2090
|
ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
|
|
2092
|
-
rule: Optional[
|
|
2091
|
+
rule: Optional[_builtins.str] = None):
|
|
2093
2092
|
"""
|
|
2094
2093
|
SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.
|
|
2095
2094
|
:param Sequence['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.
|
|
2096
|
-
:param
|
|
2095
|
+
:param _builtins.str rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
2097
2096
|
"""
|
|
2098
2097
|
if ranges is not None:
|
|
2099
2098
|
pulumi.set(__self__, "ranges", ranges)
|
|
2100
2099
|
if rule is not None:
|
|
2101
2100
|
pulumi.set(__self__, "rule", rule)
|
|
2102
2101
|
|
|
2103
|
-
@property
|
|
2102
|
+
@_builtins.property
|
|
2104
2103
|
@pulumi.getter
|
|
2105
2104
|
def ranges(self) -> Optional[Sequence['outputs.IDRangePatch']]:
|
|
2106
2105
|
"""
|
|
@@ -2108,9 +2107,9 @@ class SupplementalGroupsStrategyOptionsPatch(dict):
|
|
|
2108
2107
|
"""
|
|
2109
2108
|
return pulumi.get(self, "ranges")
|
|
2110
2109
|
|
|
2111
|
-
@property
|
|
2110
|
+
@_builtins.property
|
|
2112
2111
|
@pulumi.getter
|
|
2113
|
-
def rule(self) -> Optional[
|
|
2112
|
+
def rule(self) -> Optional[_builtins.str]:
|
|
2114
2113
|
"""
|
|
2115
2114
|
rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
2116
2115
|
"""
|