pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743721244__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +246 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +71 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743721244.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743519894.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -56,16 +57,16 @@ class AllowedCSIDriver(dict):
|
|
|
56
57
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
57
58
|
"""
|
|
58
59
|
def __init__(__self__, *,
|
|
59
|
-
name: str):
|
|
60
|
+
name: builtins.str):
|
|
60
61
|
"""
|
|
61
62
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
62
|
-
:param str name: Name is the registered name of the CSI driver
|
|
63
|
+
:param builtins.str name: Name is the registered name of the CSI driver
|
|
63
64
|
"""
|
|
64
65
|
pulumi.set(__self__, "name", name)
|
|
65
66
|
|
|
66
67
|
@property
|
|
67
68
|
@pulumi.getter
|
|
68
|
-
def name(self) -> str:
|
|
69
|
+
def name(self) -> builtins.str:
|
|
69
70
|
"""
|
|
70
71
|
Name is the registered name of the CSI driver
|
|
71
72
|
"""
|
|
@@ -78,17 +79,17 @@ class AllowedCSIDriverPatch(dict):
|
|
|
78
79
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
79
80
|
"""
|
|
80
81
|
def __init__(__self__, *,
|
|
81
|
-
name: Optional[str] = None):
|
|
82
|
+
name: Optional[builtins.str] = None):
|
|
82
83
|
"""
|
|
83
84
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
84
|
-
:param str name: Name is the registered name of the CSI driver
|
|
85
|
+
:param builtins.str name: Name is the registered name of the CSI driver
|
|
85
86
|
"""
|
|
86
87
|
if name is not None:
|
|
87
88
|
pulumi.set(__self__, "name", name)
|
|
88
89
|
|
|
89
90
|
@property
|
|
90
91
|
@pulumi.getter
|
|
91
|
-
def name(self) -> Optional[str]:
|
|
92
|
+
def name(self) -> Optional[builtins.str]:
|
|
92
93
|
"""
|
|
93
94
|
Name is the registered name of the CSI driver
|
|
94
95
|
"""
|
|
@@ -101,16 +102,16 @@ class AllowedFlexVolume(dict):
|
|
|
101
102
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
|
|
102
103
|
"""
|
|
103
104
|
def __init__(__self__, *,
|
|
104
|
-
driver: str):
|
|
105
|
+
driver: builtins.str):
|
|
105
106
|
"""
|
|
106
107
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
|
|
107
|
-
:param str driver: driver is the name of the Flexvolume driver.
|
|
108
|
+
:param builtins.str driver: driver is the name of the Flexvolume driver.
|
|
108
109
|
"""
|
|
109
110
|
pulumi.set(__self__, "driver", driver)
|
|
110
111
|
|
|
111
112
|
@property
|
|
112
113
|
@pulumi.getter
|
|
113
|
-
def driver(self) -> str:
|
|
114
|
+
def driver(self) -> builtins.str:
|
|
114
115
|
"""
|
|
115
116
|
driver is the name of the Flexvolume driver.
|
|
116
117
|
"""
|
|
@@ -123,17 +124,17 @@ class AllowedFlexVolumePatch(dict):
|
|
|
123
124
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
|
|
124
125
|
"""
|
|
125
126
|
def __init__(__self__, *,
|
|
126
|
-
driver: Optional[str] = None):
|
|
127
|
+
driver: Optional[builtins.str] = None):
|
|
127
128
|
"""
|
|
128
129
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
|
|
129
|
-
:param str driver: driver is the name of the Flexvolume driver.
|
|
130
|
+
:param builtins.str driver: driver is the name of the Flexvolume driver.
|
|
130
131
|
"""
|
|
131
132
|
if driver is not None:
|
|
132
133
|
pulumi.set(__self__, "driver", driver)
|
|
133
134
|
|
|
134
135
|
@property
|
|
135
136
|
@pulumi.getter
|
|
136
|
-
def driver(self) -> Optional[str]:
|
|
137
|
+
def driver(self) -> Optional[builtins.str]:
|
|
137
138
|
"""
|
|
138
139
|
driver is the name of the Flexvolume driver.
|
|
139
140
|
"""
|
|
@@ -165,14 +166,14 @@ class AllowedHostPath(dict):
|
|
|
165
166
|
return super().get(key, default)
|
|
166
167
|
|
|
167
168
|
def __init__(__self__, *,
|
|
168
|
-
path_prefix: Optional[str] = None,
|
|
169
|
-
read_only: Optional[bool] = None):
|
|
169
|
+
path_prefix: Optional[builtins.str] = None,
|
|
170
|
+
read_only: Optional[builtins.bool] = None):
|
|
170
171
|
"""
|
|
171
172
|
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.
|
|
172
|
-
:param 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.
|
|
173
|
+
: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.
|
|
173
174
|
|
|
174
175
|
Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
|
|
175
|
-
:param bool read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
176
|
+
:param builtins.bool read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
176
177
|
"""
|
|
177
178
|
if path_prefix is not None:
|
|
178
179
|
pulumi.set(__self__, "path_prefix", path_prefix)
|
|
@@ -181,7 +182,7 @@ class AllowedHostPath(dict):
|
|
|
181
182
|
|
|
182
183
|
@property
|
|
183
184
|
@pulumi.getter(name="pathPrefix")
|
|
184
|
-
def path_prefix(self) -> Optional[str]:
|
|
185
|
+
def path_prefix(self) -> Optional[builtins.str]:
|
|
185
186
|
"""
|
|
186
187
|
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.
|
|
187
188
|
|
|
@@ -191,7 +192,7 @@ class AllowedHostPath(dict):
|
|
|
191
192
|
|
|
192
193
|
@property
|
|
193
194
|
@pulumi.getter(name="readOnly")
|
|
194
|
-
def read_only(self) -> Optional[bool]:
|
|
195
|
+
def read_only(self) -> Optional[builtins.bool]:
|
|
195
196
|
"""
|
|
196
197
|
when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
197
198
|
"""
|
|
@@ -223,14 +224,14 @@ class AllowedHostPathPatch(dict):
|
|
|
223
224
|
return super().get(key, default)
|
|
224
225
|
|
|
225
226
|
def __init__(__self__, *,
|
|
226
|
-
path_prefix: Optional[str] = None,
|
|
227
|
-
read_only: Optional[bool] = None):
|
|
227
|
+
path_prefix: Optional[builtins.str] = None,
|
|
228
|
+
read_only: Optional[builtins.bool] = None):
|
|
228
229
|
"""
|
|
229
230
|
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.
|
|
230
|
-
:param 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.
|
|
231
|
+
: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.
|
|
231
232
|
|
|
232
233
|
Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
|
|
233
|
-
:param bool read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
234
|
+
:param builtins.bool read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
234
235
|
"""
|
|
235
236
|
if path_prefix is not None:
|
|
236
237
|
pulumi.set(__self__, "path_prefix", path_prefix)
|
|
@@ -239,7 +240,7 @@ class AllowedHostPathPatch(dict):
|
|
|
239
240
|
|
|
240
241
|
@property
|
|
241
242
|
@pulumi.getter(name="pathPrefix")
|
|
242
|
-
def path_prefix(self) -> Optional[str]:
|
|
243
|
+
def path_prefix(self) -> Optional[builtins.str]:
|
|
243
244
|
"""
|
|
244
245
|
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.
|
|
245
246
|
|
|
@@ -249,7 +250,7 @@ class AllowedHostPathPatch(dict):
|
|
|
249
250
|
|
|
250
251
|
@property
|
|
251
252
|
@pulumi.getter(name="readOnly")
|
|
252
|
-
def read_only(self) -> Optional[bool]:
|
|
253
|
+
def read_only(self) -> Optional[builtins.bool]:
|
|
253
254
|
"""
|
|
254
255
|
when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
255
256
|
"""
|
|
@@ -263,11 +264,11 @@ class FSGroupStrategyOptions(dict):
|
|
|
263
264
|
"""
|
|
264
265
|
def __init__(__self__, *,
|
|
265
266
|
ranges: Optional[Sequence['outputs.IDRange']] = None,
|
|
266
|
-
rule: Optional[str] = None):
|
|
267
|
+
rule: Optional[builtins.str] = None):
|
|
267
268
|
"""
|
|
268
269
|
FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
|
|
269
270
|
: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.
|
|
270
|
-
:param str rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
271
|
+
:param builtins.str rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
271
272
|
"""
|
|
272
273
|
if ranges is not None:
|
|
273
274
|
pulumi.set(__self__, "ranges", ranges)
|
|
@@ -284,7 +285,7 @@ class FSGroupStrategyOptions(dict):
|
|
|
284
285
|
|
|
285
286
|
@property
|
|
286
287
|
@pulumi.getter
|
|
287
|
-
def rule(self) -> Optional[str]:
|
|
288
|
+
def rule(self) -> Optional[builtins.str]:
|
|
288
289
|
"""
|
|
289
290
|
rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
290
291
|
"""
|
|
@@ -298,11 +299,11 @@ class FSGroupStrategyOptionsPatch(dict):
|
|
|
298
299
|
"""
|
|
299
300
|
def __init__(__self__, *,
|
|
300
301
|
ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
|
|
301
|
-
rule: Optional[str] = None):
|
|
302
|
+
rule: Optional[builtins.str] = None):
|
|
302
303
|
"""
|
|
303
304
|
FSGroupStrategyOptions defines the strategy type and options used to create the strategy.
|
|
304
305
|
: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.
|
|
305
|
-
:param str rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
306
|
+
:param builtins.str rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
306
307
|
"""
|
|
307
308
|
if ranges is not None:
|
|
308
309
|
pulumi.set(__self__, "ranges", ranges)
|
|
@@ -319,7 +320,7 @@ class FSGroupStrategyOptionsPatch(dict):
|
|
|
319
320
|
|
|
320
321
|
@property
|
|
321
322
|
@pulumi.getter
|
|
322
|
-
def rule(self) -> Optional[str]:
|
|
323
|
+
def rule(self) -> Optional[builtins.str]:
|
|
323
324
|
"""
|
|
324
325
|
rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
325
326
|
"""
|
|
@@ -332,19 +333,19 @@ class HostPortRange(dict):
|
|
|
332
333
|
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.
|
|
333
334
|
"""
|
|
334
335
|
def __init__(__self__, *,
|
|
335
|
-
max: int,
|
|
336
|
-
min: int):
|
|
336
|
+
max: builtins.int,
|
|
337
|
+
min: builtins.int):
|
|
337
338
|
"""
|
|
338
339
|
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.
|
|
339
|
-
:param int max: max is the end of the range, inclusive.
|
|
340
|
-
:param int min: min is the start of the range, inclusive.
|
|
340
|
+
:param builtins.int max: max is the end of the range, inclusive.
|
|
341
|
+
:param builtins.int min: min is the start of the range, inclusive.
|
|
341
342
|
"""
|
|
342
343
|
pulumi.set(__self__, "max", max)
|
|
343
344
|
pulumi.set(__self__, "min", min)
|
|
344
345
|
|
|
345
346
|
@property
|
|
346
347
|
@pulumi.getter
|
|
347
|
-
def max(self) -> int:
|
|
348
|
+
def max(self) -> builtins.int:
|
|
348
349
|
"""
|
|
349
350
|
max is the end of the range, inclusive.
|
|
350
351
|
"""
|
|
@@ -352,7 +353,7 @@ class HostPortRange(dict):
|
|
|
352
353
|
|
|
353
354
|
@property
|
|
354
355
|
@pulumi.getter
|
|
355
|
-
def min(self) -> int:
|
|
356
|
+
def min(self) -> builtins.int:
|
|
356
357
|
"""
|
|
357
358
|
min is the start of the range, inclusive.
|
|
358
359
|
"""
|
|
@@ -365,12 +366,12 @@ class HostPortRangePatch(dict):
|
|
|
365
366
|
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.
|
|
366
367
|
"""
|
|
367
368
|
def __init__(__self__, *,
|
|
368
|
-
max: Optional[int] = None,
|
|
369
|
-
min: Optional[int] = None):
|
|
369
|
+
max: Optional[builtins.int] = None,
|
|
370
|
+
min: Optional[builtins.int] = None):
|
|
370
371
|
"""
|
|
371
372
|
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.
|
|
372
|
-
:param int max: max is the end of the range, inclusive.
|
|
373
|
-
:param int min: min is the start of the range, inclusive.
|
|
373
|
+
:param builtins.int max: max is the end of the range, inclusive.
|
|
374
|
+
:param builtins.int min: min is the start of the range, inclusive.
|
|
374
375
|
"""
|
|
375
376
|
if max is not None:
|
|
376
377
|
pulumi.set(__self__, "max", max)
|
|
@@ -379,7 +380,7 @@ class HostPortRangePatch(dict):
|
|
|
379
380
|
|
|
380
381
|
@property
|
|
381
382
|
@pulumi.getter
|
|
382
|
-
def max(self) -> Optional[int]:
|
|
383
|
+
def max(self) -> Optional[builtins.int]:
|
|
383
384
|
"""
|
|
384
385
|
max is the end of the range, inclusive.
|
|
385
386
|
"""
|
|
@@ -387,7 +388,7 @@ class HostPortRangePatch(dict):
|
|
|
387
388
|
|
|
388
389
|
@property
|
|
389
390
|
@pulumi.getter
|
|
390
|
-
def min(self) -> Optional[int]:
|
|
391
|
+
def min(self) -> Optional[builtins.int]:
|
|
391
392
|
"""
|
|
392
393
|
min is the start of the range, inclusive.
|
|
393
394
|
"""
|
|
@@ -400,19 +401,19 @@ class IDRange(dict):
|
|
|
400
401
|
IDRange provides a min/max of an allowed range of IDs.
|
|
401
402
|
"""
|
|
402
403
|
def __init__(__self__, *,
|
|
403
|
-
max: int,
|
|
404
|
-
min: int):
|
|
404
|
+
max: builtins.int,
|
|
405
|
+
min: builtins.int):
|
|
405
406
|
"""
|
|
406
407
|
IDRange provides a min/max of an allowed range of IDs.
|
|
407
|
-
:param int max: max is the end of the range, inclusive.
|
|
408
|
-
:param int min: min is the start of the range, inclusive.
|
|
408
|
+
:param builtins.int max: max is the end of the range, inclusive.
|
|
409
|
+
:param builtins.int min: min is the start of the range, inclusive.
|
|
409
410
|
"""
|
|
410
411
|
pulumi.set(__self__, "max", max)
|
|
411
412
|
pulumi.set(__self__, "min", min)
|
|
412
413
|
|
|
413
414
|
@property
|
|
414
415
|
@pulumi.getter
|
|
415
|
-
def max(self) -> int:
|
|
416
|
+
def max(self) -> builtins.int:
|
|
416
417
|
"""
|
|
417
418
|
max is the end of the range, inclusive.
|
|
418
419
|
"""
|
|
@@ -420,7 +421,7 @@ class IDRange(dict):
|
|
|
420
421
|
|
|
421
422
|
@property
|
|
422
423
|
@pulumi.getter
|
|
423
|
-
def min(self) -> int:
|
|
424
|
+
def min(self) -> builtins.int:
|
|
424
425
|
"""
|
|
425
426
|
min is the start of the range, inclusive.
|
|
426
427
|
"""
|
|
@@ -433,12 +434,12 @@ class IDRangePatch(dict):
|
|
|
433
434
|
IDRange provides a min/max of an allowed range of IDs.
|
|
434
435
|
"""
|
|
435
436
|
def __init__(__self__, *,
|
|
436
|
-
max: Optional[int] = None,
|
|
437
|
-
min: Optional[int] = None):
|
|
437
|
+
max: Optional[builtins.int] = None,
|
|
438
|
+
min: Optional[builtins.int] = None):
|
|
438
439
|
"""
|
|
439
440
|
IDRange provides a min/max of an allowed range of IDs.
|
|
440
|
-
:param int max: max is the end of the range, inclusive.
|
|
441
|
-
:param int min: min is the start of the range, inclusive.
|
|
441
|
+
:param builtins.int max: max is the end of the range, inclusive.
|
|
442
|
+
:param builtins.int min: min is the start of the range, inclusive.
|
|
442
443
|
"""
|
|
443
444
|
if max is not None:
|
|
444
445
|
pulumi.set(__self__, "max", max)
|
|
@@ -447,7 +448,7 @@ class IDRangePatch(dict):
|
|
|
447
448
|
|
|
448
449
|
@property
|
|
449
450
|
@pulumi.getter
|
|
450
|
-
def max(self) -> Optional[int]:
|
|
451
|
+
def max(self) -> Optional[builtins.int]:
|
|
451
452
|
"""
|
|
452
453
|
max is the end of the range, inclusive.
|
|
453
454
|
"""
|
|
@@ -455,7 +456,7 @@ class IDRangePatch(dict):
|
|
|
455
456
|
|
|
456
457
|
@property
|
|
457
458
|
@pulumi.getter
|
|
458
|
-
def min(self) -> Optional[int]:
|
|
459
|
+
def min(self) -> Optional[builtins.int]:
|
|
459
460
|
"""
|
|
460
461
|
min is the start of the range, inclusive.
|
|
461
462
|
"""
|
|
@@ -485,15 +486,15 @@ class PodDisruptionBudget(dict):
|
|
|
485
486
|
return super().get(key, default)
|
|
486
487
|
|
|
487
488
|
def __init__(__self__, *,
|
|
488
|
-
api_version: Optional[str] = None,
|
|
489
|
-
kind: Optional[str] = None,
|
|
489
|
+
api_version: Optional[builtins.str] = None,
|
|
490
|
+
kind: Optional[builtins.str] = None,
|
|
490
491
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
491
492
|
spec: Optional['outputs.PodDisruptionBudgetSpec'] = None,
|
|
492
493
|
status: Optional['outputs.PodDisruptionBudgetStatus'] = None):
|
|
493
494
|
"""
|
|
494
495
|
PodDisruptionBudget is an object to define the max disruption that can be caused to a collection of pods
|
|
495
|
-
:param 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 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
|
|
496
|
+
: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
|
|
497
|
+
: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
|
|
497
498
|
:param 'PodDisruptionBudgetSpecArgs' spec: Specification of the desired behavior of the PodDisruptionBudget.
|
|
498
499
|
:param 'PodDisruptionBudgetStatusArgs' status: Most recently observed status of the PodDisruptionBudget.
|
|
499
500
|
"""
|
|
@@ -510,7 +511,7 @@ class PodDisruptionBudget(dict):
|
|
|
510
511
|
|
|
511
512
|
@property
|
|
512
513
|
@pulumi.getter(name="apiVersion")
|
|
513
|
-
def api_version(self) -> Optional[str]:
|
|
514
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
514
515
|
"""
|
|
515
516
|
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
|
|
516
517
|
"""
|
|
@@ -518,7 +519,7 @@ class PodDisruptionBudget(dict):
|
|
|
518
519
|
|
|
519
520
|
@property
|
|
520
521
|
@pulumi.getter
|
|
521
|
-
def kind(self) -> Optional[str]:
|
|
522
|
+
def kind(self) -> Optional[builtins.str]:
|
|
522
523
|
"""
|
|
523
524
|
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
|
|
524
525
|
"""
|
|
@@ -576,8 +577,8 @@ class PodDisruptionBudgetSpec(dict):
|
|
|
576
577
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None):
|
|
577
578
|
"""
|
|
578
579
|
PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
|
|
579
|
-
:param Union[int, str] max_unavailable: An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
|
|
580
|
-
:param Union[int, str] min_available: An eviction is allowed if at least "minAvailable" pods selected by "selector" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying "100%".
|
|
580
|
+
: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".
|
|
581
|
+
: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%".
|
|
581
582
|
:param '_meta.v1.LabelSelectorArgs' selector: Label query over pods whose evictions are managed by the disruption budget.
|
|
582
583
|
"""
|
|
583
584
|
if max_unavailable is not None:
|
|
@@ -642,8 +643,8 @@ class PodDisruptionBudgetSpecPatch(dict):
|
|
|
642
643
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None):
|
|
643
644
|
"""
|
|
644
645
|
PodDisruptionBudgetSpec is a description of a PodDisruptionBudget.
|
|
645
|
-
:param Union[int, str] max_unavailable: An eviction is allowed if at most "maxUnavailable" pods selected by "selector" are unavailable after the eviction, i.e. even in absence of the evicted pod. For example, one can prevent all voluntary evictions by specifying 0. This is a mutually exclusive setting with "minAvailable".
|
|
646
|
-
:param Union[int, str] min_available: An eviction is allowed if at least "minAvailable" pods selected by "selector" will still be available after the eviction, i.e. even in the absence of the evicted pod. So for example you can prevent all voluntary evictions by specifying "100%".
|
|
646
|
+
: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".
|
|
647
|
+
: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%".
|
|
647
648
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: Label query over pods whose evictions are managed by the disruption budget.
|
|
648
649
|
"""
|
|
649
650
|
if max_unavailable is not None:
|
|
@@ -711,20 +712,20 @@ class PodDisruptionBudgetStatus(dict):
|
|
|
711
712
|
return super().get(key, default)
|
|
712
713
|
|
|
713
714
|
def __init__(__self__, *,
|
|
714
|
-
current_healthy: int,
|
|
715
|
-
desired_healthy: int,
|
|
716
|
-
disruptions_allowed: int,
|
|
717
|
-
expected_pods: int,
|
|
718
|
-
disrupted_pods: Optional[Mapping[str, str]] = None,
|
|
719
|
-
observed_generation: Optional[int] = None):
|
|
715
|
+
current_healthy: builtins.int,
|
|
716
|
+
desired_healthy: builtins.int,
|
|
717
|
+
disruptions_allowed: builtins.int,
|
|
718
|
+
expected_pods: builtins.int,
|
|
719
|
+
disrupted_pods: Optional[Mapping[str, builtins.str]] = None,
|
|
720
|
+
observed_generation: Optional[builtins.int] = None):
|
|
720
721
|
"""
|
|
721
722
|
PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.
|
|
722
|
-
:param int current_healthy: current number of healthy pods
|
|
723
|
-
:param int desired_healthy: minimum desired number of healthy pods
|
|
724
|
-
:param int disruptions_allowed: Number of pod disruptions that are currently allowed.
|
|
725
|
-
:param int expected_pods: total number of pods counted by this disruption budget
|
|
726
|
-
:param Mapping[str, 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 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.
|
|
723
|
+
:param builtins.int current_healthy: current number of healthy pods
|
|
724
|
+
:param builtins.int desired_healthy: minimum desired number of healthy pods
|
|
725
|
+
:param builtins.int disruptions_allowed: Number of pod disruptions that are currently allowed.
|
|
726
|
+
:param builtins.int expected_pods: total number of pods counted by this disruption budget
|
|
727
|
+
: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.
|
|
728
|
+
: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.
|
|
728
729
|
"""
|
|
729
730
|
pulumi.set(__self__, "current_healthy", current_healthy)
|
|
730
731
|
pulumi.set(__self__, "desired_healthy", desired_healthy)
|
|
@@ -737,7 +738,7 @@ class PodDisruptionBudgetStatus(dict):
|
|
|
737
738
|
|
|
738
739
|
@property
|
|
739
740
|
@pulumi.getter(name="currentHealthy")
|
|
740
|
-
def current_healthy(self) -> int:
|
|
741
|
+
def current_healthy(self) -> builtins.int:
|
|
741
742
|
"""
|
|
742
743
|
current number of healthy pods
|
|
743
744
|
"""
|
|
@@ -745,7 +746,7 @@ class PodDisruptionBudgetStatus(dict):
|
|
|
745
746
|
|
|
746
747
|
@property
|
|
747
748
|
@pulumi.getter(name="desiredHealthy")
|
|
748
|
-
def desired_healthy(self) -> int:
|
|
749
|
+
def desired_healthy(self) -> builtins.int:
|
|
749
750
|
"""
|
|
750
751
|
minimum desired number of healthy pods
|
|
751
752
|
"""
|
|
@@ -753,7 +754,7 @@ class PodDisruptionBudgetStatus(dict):
|
|
|
753
754
|
|
|
754
755
|
@property
|
|
755
756
|
@pulumi.getter(name="disruptionsAllowed")
|
|
756
|
-
def disruptions_allowed(self) -> int:
|
|
757
|
+
def disruptions_allowed(self) -> builtins.int:
|
|
757
758
|
"""
|
|
758
759
|
Number of pod disruptions that are currently allowed.
|
|
759
760
|
"""
|
|
@@ -761,7 +762,7 @@ class PodDisruptionBudgetStatus(dict):
|
|
|
761
762
|
|
|
762
763
|
@property
|
|
763
764
|
@pulumi.getter(name="expectedPods")
|
|
764
|
-
def expected_pods(self) -> int:
|
|
765
|
+
def expected_pods(self) -> builtins.int:
|
|
765
766
|
"""
|
|
766
767
|
total number of pods counted by this disruption budget
|
|
767
768
|
"""
|
|
@@ -769,7 +770,7 @@ class PodDisruptionBudgetStatus(dict):
|
|
|
769
770
|
|
|
770
771
|
@property
|
|
771
772
|
@pulumi.getter(name="disruptedPods")
|
|
772
|
-
def disrupted_pods(self) -> Optional[Mapping[str, str]]:
|
|
773
|
+
def disrupted_pods(self) -> Optional[Mapping[str, builtins.str]]:
|
|
773
774
|
"""
|
|
774
775
|
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.
|
|
775
776
|
"""
|
|
@@ -777,7 +778,7 @@ class PodDisruptionBudgetStatus(dict):
|
|
|
777
778
|
|
|
778
779
|
@property
|
|
779
780
|
@pulumi.getter(name="observedGeneration")
|
|
780
|
-
def observed_generation(self) -> Optional[int]:
|
|
781
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
781
782
|
"""
|
|
782
783
|
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.
|
|
783
784
|
"""
|
|
@@ -817,20 +818,20 @@ class PodDisruptionBudgetStatusPatch(dict):
|
|
|
817
818
|
return super().get(key, default)
|
|
818
819
|
|
|
819
820
|
def __init__(__self__, *,
|
|
820
|
-
current_healthy: Optional[int] = None,
|
|
821
|
-
desired_healthy: Optional[int] = None,
|
|
822
|
-
disrupted_pods: Optional[Mapping[str, str]] = None,
|
|
823
|
-
disruptions_allowed: Optional[int] = None,
|
|
824
|
-
expected_pods: Optional[int] = None,
|
|
825
|
-
observed_generation: Optional[int] = None):
|
|
821
|
+
current_healthy: Optional[builtins.int] = None,
|
|
822
|
+
desired_healthy: Optional[builtins.int] = None,
|
|
823
|
+
disrupted_pods: Optional[Mapping[str, builtins.str]] = None,
|
|
824
|
+
disruptions_allowed: Optional[builtins.int] = None,
|
|
825
|
+
expected_pods: Optional[builtins.int] = None,
|
|
826
|
+
observed_generation: Optional[builtins.int] = None):
|
|
826
827
|
"""
|
|
827
828
|
PodDisruptionBudgetStatus represents information about the status of a PodDisruptionBudget. Status may trail the actual state of a system.
|
|
828
|
-
:param int current_healthy: current number of healthy pods
|
|
829
|
-
:param int desired_healthy: minimum desired number of healthy pods
|
|
830
|
-
:param Mapping[str, 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 int disruptions_allowed: Number of pod disruptions that are currently allowed.
|
|
832
|
-
:param int expected_pods: total number of pods counted by this disruption budget
|
|
833
|
-
:param 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.
|
|
829
|
+
:param builtins.int current_healthy: current number of healthy pods
|
|
830
|
+
:param builtins.int desired_healthy: minimum desired number of healthy pods
|
|
831
|
+
: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.
|
|
832
|
+
:param builtins.int disruptions_allowed: Number of pod disruptions that are currently allowed.
|
|
833
|
+
:param builtins.int expected_pods: total number of pods counted by this disruption budget
|
|
834
|
+
: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.
|
|
834
835
|
"""
|
|
835
836
|
if current_healthy is not None:
|
|
836
837
|
pulumi.set(__self__, "current_healthy", current_healthy)
|
|
@@ -847,7 +848,7 @@ class PodDisruptionBudgetStatusPatch(dict):
|
|
|
847
848
|
|
|
848
849
|
@property
|
|
849
850
|
@pulumi.getter(name="currentHealthy")
|
|
850
|
-
def current_healthy(self) -> Optional[int]:
|
|
851
|
+
def current_healthy(self) -> Optional[builtins.int]:
|
|
851
852
|
"""
|
|
852
853
|
current number of healthy pods
|
|
853
854
|
"""
|
|
@@ -855,7 +856,7 @@ class PodDisruptionBudgetStatusPatch(dict):
|
|
|
855
856
|
|
|
856
857
|
@property
|
|
857
858
|
@pulumi.getter(name="desiredHealthy")
|
|
858
|
-
def desired_healthy(self) -> Optional[int]:
|
|
859
|
+
def desired_healthy(self) -> Optional[builtins.int]:
|
|
859
860
|
"""
|
|
860
861
|
minimum desired number of healthy pods
|
|
861
862
|
"""
|
|
@@ -863,7 +864,7 @@ class PodDisruptionBudgetStatusPatch(dict):
|
|
|
863
864
|
|
|
864
865
|
@property
|
|
865
866
|
@pulumi.getter(name="disruptedPods")
|
|
866
|
-
def disrupted_pods(self) -> Optional[Mapping[str, str]]:
|
|
867
|
+
def disrupted_pods(self) -> Optional[Mapping[str, builtins.str]]:
|
|
867
868
|
"""
|
|
868
869
|
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.
|
|
869
870
|
"""
|
|
@@ -871,7 +872,7 @@ class PodDisruptionBudgetStatusPatch(dict):
|
|
|
871
872
|
|
|
872
873
|
@property
|
|
873
874
|
@pulumi.getter(name="disruptionsAllowed")
|
|
874
|
-
def disruptions_allowed(self) -> Optional[int]:
|
|
875
|
+
def disruptions_allowed(self) -> Optional[builtins.int]:
|
|
875
876
|
"""
|
|
876
877
|
Number of pod disruptions that are currently allowed.
|
|
877
878
|
"""
|
|
@@ -879,7 +880,7 @@ class PodDisruptionBudgetStatusPatch(dict):
|
|
|
879
880
|
|
|
880
881
|
@property
|
|
881
882
|
@pulumi.getter(name="expectedPods")
|
|
882
|
-
def expected_pods(self) -> Optional[int]:
|
|
883
|
+
def expected_pods(self) -> Optional[builtins.int]:
|
|
883
884
|
"""
|
|
884
885
|
total number of pods counted by this disruption budget
|
|
885
886
|
"""
|
|
@@ -887,7 +888,7 @@ class PodDisruptionBudgetStatusPatch(dict):
|
|
|
887
888
|
|
|
888
889
|
@property
|
|
889
890
|
@pulumi.getter(name="observedGeneration")
|
|
890
|
-
def observed_generation(self) -> Optional[int]:
|
|
891
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
891
892
|
"""
|
|
892
893
|
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.
|
|
893
894
|
"""
|
|
@@ -917,14 +918,14 @@ class PodSecurityPolicy(dict):
|
|
|
917
918
|
return super().get(key, default)
|
|
918
919
|
|
|
919
920
|
def __init__(__self__, *,
|
|
920
|
-
api_version: Optional[str] = None,
|
|
921
|
-
kind: Optional[str] = None,
|
|
921
|
+
api_version: Optional[builtins.str] = None,
|
|
922
|
+
kind: Optional[builtins.str] = None,
|
|
922
923
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
923
924
|
spec: Optional['outputs.PodSecurityPolicySpec'] = None):
|
|
924
925
|
"""
|
|
925
926
|
PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container.
|
|
926
|
-
:param 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 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
|
|
927
|
+
: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
|
|
928
|
+
: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
|
|
928
929
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
929
930
|
:param 'PodSecurityPolicySpecArgs' spec: spec defines the policy enforced.
|
|
930
931
|
"""
|
|
@@ -939,7 +940,7 @@ class PodSecurityPolicy(dict):
|
|
|
939
940
|
|
|
940
941
|
@property
|
|
941
942
|
@pulumi.getter(name="apiVersion")
|
|
942
|
-
def api_version(self) -> Optional[str]:
|
|
943
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
943
944
|
"""
|
|
944
945
|
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
|
|
945
946
|
"""
|
|
@@ -947,7 +948,7 @@ class PodSecurityPolicy(dict):
|
|
|
947
948
|
|
|
948
949
|
@property
|
|
949
950
|
@pulumi.getter
|
|
950
|
-
def kind(self) -> Optional[str]:
|
|
951
|
+
def kind(self) -> Optional[builtins.str]:
|
|
951
952
|
"""
|
|
952
953
|
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
|
|
953
954
|
"""
|
|
@@ -1039,56 +1040,56 @@ class PodSecurityPolicySpec(dict):
|
|
|
1039
1040
|
run_as_user: 'outputs.RunAsUserStrategyOptions',
|
|
1040
1041
|
se_linux: 'outputs.SELinuxStrategyOptions',
|
|
1041
1042
|
supplemental_groups: 'outputs.SupplementalGroupsStrategyOptions',
|
|
1042
|
-
allow_privilege_escalation: Optional[bool] = None,
|
|
1043
|
+
allow_privilege_escalation: Optional[builtins.bool] = None,
|
|
1043
1044
|
allowed_csi_drivers: Optional[Sequence['outputs.AllowedCSIDriver']] = None,
|
|
1044
|
-
allowed_capabilities: Optional[Sequence[str]] = None,
|
|
1045
|
+
allowed_capabilities: Optional[Sequence[builtins.str]] = None,
|
|
1045
1046
|
allowed_flex_volumes: Optional[Sequence['outputs.AllowedFlexVolume']] = None,
|
|
1046
1047
|
allowed_host_paths: Optional[Sequence['outputs.AllowedHostPath']] = None,
|
|
1047
|
-
allowed_proc_mount_types: Optional[Sequence[str]] = None,
|
|
1048
|
-
allowed_unsafe_sysctls: Optional[Sequence[str]] = None,
|
|
1049
|
-
default_add_capabilities: Optional[Sequence[str]] = None,
|
|
1050
|
-
default_allow_privilege_escalation: Optional[bool] = None,
|
|
1051
|
-
forbidden_sysctls: Optional[Sequence[str]] = None,
|
|
1052
|
-
host_ipc: Optional[bool] = None,
|
|
1053
|
-
host_network: Optional[bool] = None,
|
|
1054
|
-
host_pid: Optional[bool] = None,
|
|
1048
|
+
allowed_proc_mount_types: Optional[Sequence[builtins.str]] = None,
|
|
1049
|
+
allowed_unsafe_sysctls: Optional[Sequence[builtins.str]] = None,
|
|
1050
|
+
default_add_capabilities: Optional[Sequence[builtins.str]] = None,
|
|
1051
|
+
default_allow_privilege_escalation: Optional[builtins.bool] = None,
|
|
1052
|
+
forbidden_sysctls: Optional[Sequence[builtins.str]] = None,
|
|
1053
|
+
host_ipc: Optional[builtins.bool] = None,
|
|
1054
|
+
host_network: Optional[builtins.bool] = None,
|
|
1055
|
+
host_pid: Optional[builtins.bool] = None,
|
|
1055
1056
|
host_ports: Optional[Sequence['outputs.HostPortRange']] = None,
|
|
1056
|
-
privileged: Optional[bool] = None,
|
|
1057
|
-
read_only_root_filesystem: Optional[bool] = None,
|
|
1058
|
-
required_drop_capabilities: Optional[Sequence[str]] = None,
|
|
1057
|
+
privileged: Optional[builtins.bool] = None,
|
|
1058
|
+
read_only_root_filesystem: Optional[builtins.bool] = None,
|
|
1059
|
+
required_drop_capabilities: Optional[Sequence[builtins.str]] = None,
|
|
1059
1060
|
run_as_group: Optional['outputs.RunAsGroupStrategyOptions'] = None,
|
|
1060
1061
|
runtime_class: Optional['outputs.RuntimeClassStrategyOptions'] = None,
|
|
1061
|
-
volumes: Optional[Sequence[str]] = None):
|
|
1062
|
+
volumes: Optional[Sequence[builtins.str]] = None):
|
|
1062
1063
|
"""
|
|
1063
1064
|
PodSecurityPolicySpec defines the policy enforced.
|
|
1064
1065
|
:param 'FSGroupStrategyOptionsArgs' fs_group: fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.
|
|
1065
1066
|
:param 'RunAsUserStrategyOptionsArgs' run_as_user: runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
1066
1067
|
:param 'SELinuxStrategyOptionsArgs' se_linux: seLinux is the strategy that will dictate the allowable labels that may be set.
|
|
1067
1068
|
:param 'SupplementalGroupsStrategyOptionsArgs' supplemental_groups: supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
|
|
1068
|
-
:param bool allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
1069
|
+
:param builtins.bool allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
1069
1070
|
: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.
|
|
1070
|
-
:param Sequence[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.
|
|
1071
|
+
: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.
|
|
1071
1072
|
: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.
|
|
1072
1073
|
:param Sequence['AllowedHostPathArgs'] allowed_host_paths: allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.
|
|
1073
|
-
:param Sequence[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[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.
|
|
1074
|
+
: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.
|
|
1075
|
+
: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.
|
|
1075
1076
|
|
|
1076
1077
|
Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc.
|
|
1077
|
-
:param Sequence[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 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[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.
|
|
1078
|
+
: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.
|
|
1079
|
+
:param builtins.bool default_allow_privilege_escalation: defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
1080
|
+
: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.
|
|
1080
1081
|
|
|
1081
1082
|
Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc.
|
|
1082
|
-
:param bool host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
1083
|
-
:param bool host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
1084
|
-
:param bool host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
1083
|
+
:param builtins.bool host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
1084
|
+
:param builtins.bool host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
1085
|
+
:param builtins.bool host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
1085
1086
|
:param Sequence['HostPortRangeArgs'] host_ports: hostPorts determines which host port ranges are allowed to be exposed.
|
|
1086
|
-
:param bool privileged: privileged determines if a pod can request to be run as privileged.
|
|
1087
|
-
:param 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[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.
|
|
1087
|
+
:param builtins.bool privileged: privileged determines if a pod can request to be run as privileged.
|
|
1088
|
+
: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.
|
|
1089
|
+
: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.
|
|
1089
1090
|
: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.
|
|
1090
1091
|
: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.
|
|
1091
|
-
:param Sequence[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 '*'.
|
|
1092
|
+
: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 '*'.
|
|
1092
1093
|
"""
|
|
1093
1094
|
pulumi.set(__self__, "fs_group", fs_group)
|
|
1094
1095
|
pulumi.set(__self__, "run_as_user", run_as_user)
|
|
@@ -1169,7 +1170,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1169
1170
|
|
|
1170
1171
|
@property
|
|
1171
1172
|
@pulumi.getter(name="allowPrivilegeEscalation")
|
|
1172
|
-
def allow_privilege_escalation(self) -> Optional[bool]:
|
|
1173
|
+
def allow_privilege_escalation(self) -> Optional[builtins.bool]:
|
|
1173
1174
|
"""
|
|
1174
1175
|
allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
1175
1176
|
"""
|
|
@@ -1185,7 +1186,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1185
1186
|
|
|
1186
1187
|
@property
|
|
1187
1188
|
@pulumi.getter(name="allowedCapabilities")
|
|
1188
|
-
def allowed_capabilities(self) -> Optional[Sequence[str]]:
|
|
1189
|
+
def allowed_capabilities(self) -> Optional[Sequence[builtins.str]]:
|
|
1189
1190
|
"""
|
|
1190
1191
|
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.
|
|
1191
1192
|
"""
|
|
@@ -1209,7 +1210,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1209
1210
|
|
|
1210
1211
|
@property
|
|
1211
1212
|
@pulumi.getter(name="allowedProcMountTypes")
|
|
1212
|
-
def allowed_proc_mount_types(self) -> Optional[Sequence[str]]:
|
|
1213
|
+
def allowed_proc_mount_types(self) -> Optional[Sequence[builtins.str]]:
|
|
1213
1214
|
"""
|
|
1214
1215
|
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.
|
|
1215
1216
|
"""
|
|
@@ -1217,7 +1218,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1217
1218
|
|
|
1218
1219
|
@property
|
|
1219
1220
|
@pulumi.getter(name="allowedUnsafeSysctls")
|
|
1220
|
-
def allowed_unsafe_sysctls(self) -> Optional[Sequence[str]]:
|
|
1221
|
+
def allowed_unsafe_sysctls(self) -> Optional[Sequence[builtins.str]]:
|
|
1221
1222
|
"""
|
|
1222
1223
|
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.
|
|
1223
1224
|
|
|
@@ -1227,7 +1228,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1227
1228
|
|
|
1228
1229
|
@property
|
|
1229
1230
|
@pulumi.getter(name="defaultAddCapabilities")
|
|
1230
|
-
def default_add_capabilities(self) -> Optional[Sequence[str]]:
|
|
1231
|
+
def default_add_capabilities(self) -> Optional[Sequence[builtins.str]]:
|
|
1231
1232
|
"""
|
|
1232
1233
|
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.
|
|
1233
1234
|
"""
|
|
@@ -1235,7 +1236,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1235
1236
|
|
|
1236
1237
|
@property
|
|
1237
1238
|
@pulumi.getter(name="defaultAllowPrivilegeEscalation")
|
|
1238
|
-
def default_allow_privilege_escalation(self) -> Optional[bool]:
|
|
1239
|
+
def default_allow_privilege_escalation(self) -> Optional[builtins.bool]:
|
|
1239
1240
|
"""
|
|
1240
1241
|
defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
1241
1242
|
"""
|
|
@@ -1243,7 +1244,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1243
1244
|
|
|
1244
1245
|
@property
|
|
1245
1246
|
@pulumi.getter(name="forbiddenSysctls")
|
|
1246
|
-
def forbidden_sysctls(self) -> Optional[Sequence[str]]:
|
|
1247
|
+
def forbidden_sysctls(self) -> Optional[Sequence[builtins.str]]:
|
|
1247
1248
|
"""
|
|
1248
1249
|
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.
|
|
1249
1250
|
|
|
@@ -1253,7 +1254,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1253
1254
|
|
|
1254
1255
|
@property
|
|
1255
1256
|
@pulumi.getter(name="hostIPC")
|
|
1256
|
-
def host_ipc(self) -> Optional[bool]:
|
|
1257
|
+
def host_ipc(self) -> Optional[builtins.bool]:
|
|
1257
1258
|
"""
|
|
1258
1259
|
hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
1259
1260
|
"""
|
|
@@ -1261,7 +1262,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1261
1262
|
|
|
1262
1263
|
@property
|
|
1263
1264
|
@pulumi.getter(name="hostNetwork")
|
|
1264
|
-
def host_network(self) -> Optional[bool]:
|
|
1265
|
+
def host_network(self) -> Optional[builtins.bool]:
|
|
1265
1266
|
"""
|
|
1266
1267
|
hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
1267
1268
|
"""
|
|
@@ -1269,7 +1270,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1269
1270
|
|
|
1270
1271
|
@property
|
|
1271
1272
|
@pulumi.getter(name="hostPID")
|
|
1272
|
-
def host_pid(self) -> Optional[bool]:
|
|
1273
|
+
def host_pid(self) -> Optional[builtins.bool]:
|
|
1273
1274
|
"""
|
|
1274
1275
|
hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
1275
1276
|
"""
|
|
@@ -1285,7 +1286,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1285
1286
|
|
|
1286
1287
|
@property
|
|
1287
1288
|
@pulumi.getter
|
|
1288
|
-
def privileged(self) -> Optional[bool]:
|
|
1289
|
+
def privileged(self) -> Optional[builtins.bool]:
|
|
1289
1290
|
"""
|
|
1290
1291
|
privileged determines if a pod can request to be run as privileged.
|
|
1291
1292
|
"""
|
|
@@ -1293,7 +1294,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1293
1294
|
|
|
1294
1295
|
@property
|
|
1295
1296
|
@pulumi.getter(name="readOnlyRootFilesystem")
|
|
1296
|
-
def read_only_root_filesystem(self) -> Optional[bool]:
|
|
1297
|
+
def read_only_root_filesystem(self) -> Optional[builtins.bool]:
|
|
1297
1298
|
"""
|
|
1298
1299
|
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.
|
|
1299
1300
|
"""
|
|
@@ -1301,7 +1302,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1301
1302
|
|
|
1302
1303
|
@property
|
|
1303
1304
|
@pulumi.getter(name="requiredDropCapabilities")
|
|
1304
|
-
def required_drop_capabilities(self) -> Optional[Sequence[str]]:
|
|
1305
|
+
def required_drop_capabilities(self) -> Optional[Sequence[builtins.str]]:
|
|
1305
1306
|
"""
|
|
1306
1307
|
requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
|
|
1307
1308
|
"""
|
|
@@ -1325,7 +1326,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
1325
1326
|
|
|
1326
1327
|
@property
|
|
1327
1328
|
@pulumi.getter
|
|
1328
|
-
def volumes(self) -> Optional[Sequence[str]]:
|
|
1329
|
+
def volumes(self) -> Optional[Sequence[builtins.str]]:
|
|
1329
1330
|
"""
|
|
1330
1331
|
volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
|
|
1331
1332
|
"""
|
|
@@ -1397,60 +1398,60 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1397
1398
|
return super().get(key, default)
|
|
1398
1399
|
|
|
1399
1400
|
def __init__(__self__, *,
|
|
1400
|
-
allow_privilege_escalation: Optional[bool] = None,
|
|
1401
|
+
allow_privilege_escalation: Optional[builtins.bool] = None,
|
|
1401
1402
|
allowed_csi_drivers: Optional[Sequence['outputs.AllowedCSIDriverPatch']] = None,
|
|
1402
|
-
allowed_capabilities: Optional[Sequence[str]] = None,
|
|
1403
|
+
allowed_capabilities: Optional[Sequence[builtins.str]] = None,
|
|
1403
1404
|
allowed_flex_volumes: Optional[Sequence['outputs.AllowedFlexVolumePatch']] = None,
|
|
1404
1405
|
allowed_host_paths: Optional[Sequence['outputs.AllowedHostPathPatch']] = None,
|
|
1405
|
-
allowed_proc_mount_types: Optional[Sequence[str]] = None,
|
|
1406
|
-
allowed_unsafe_sysctls: Optional[Sequence[str]] = None,
|
|
1407
|
-
default_add_capabilities: Optional[Sequence[str]] = None,
|
|
1408
|
-
default_allow_privilege_escalation: Optional[bool] = None,
|
|
1409
|
-
forbidden_sysctls: Optional[Sequence[str]] = None,
|
|
1406
|
+
allowed_proc_mount_types: Optional[Sequence[builtins.str]] = None,
|
|
1407
|
+
allowed_unsafe_sysctls: Optional[Sequence[builtins.str]] = None,
|
|
1408
|
+
default_add_capabilities: Optional[Sequence[builtins.str]] = None,
|
|
1409
|
+
default_allow_privilege_escalation: Optional[builtins.bool] = None,
|
|
1410
|
+
forbidden_sysctls: Optional[Sequence[builtins.str]] = None,
|
|
1410
1411
|
fs_group: Optional['outputs.FSGroupStrategyOptionsPatch'] = None,
|
|
1411
|
-
host_ipc: Optional[bool] = None,
|
|
1412
|
-
host_network: Optional[bool] = None,
|
|
1413
|
-
host_pid: Optional[bool] = None,
|
|
1412
|
+
host_ipc: Optional[builtins.bool] = None,
|
|
1413
|
+
host_network: Optional[builtins.bool] = None,
|
|
1414
|
+
host_pid: Optional[builtins.bool] = None,
|
|
1414
1415
|
host_ports: Optional[Sequence['outputs.HostPortRangePatch']] = None,
|
|
1415
|
-
privileged: Optional[bool] = None,
|
|
1416
|
-
read_only_root_filesystem: Optional[bool] = None,
|
|
1417
|
-
required_drop_capabilities: Optional[Sequence[str]] = None,
|
|
1416
|
+
privileged: Optional[builtins.bool] = None,
|
|
1417
|
+
read_only_root_filesystem: Optional[builtins.bool] = None,
|
|
1418
|
+
required_drop_capabilities: Optional[Sequence[builtins.str]] = None,
|
|
1418
1419
|
run_as_group: Optional['outputs.RunAsGroupStrategyOptionsPatch'] = None,
|
|
1419
1420
|
run_as_user: Optional['outputs.RunAsUserStrategyOptionsPatch'] = None,
|
|
1420
1421
|
runtime_class: Optional['outputs.RuntimeClassStrategyOptionsPatch'] = None,
|
|
1421
1422
|
se_linux: Optional['outputs.SELinuxStrategyOptionsPatch'] = None,
|
|
1422
1423
|
supplemental_groups: Optional['outputs.SupplementalGroupsStrategyOptionsPatch'] = None,
|
|
1423
|
-
volumes: Optional[Sequence[str]] = None):
|
|
1424
|
+
volumes: Optional[Sequence[builtins.str]] = None):
|
|
1424
1425
|
"""
|
|
1425
1426
|
PodSecurityPolicySpec defines the policy enforced.
|
|
1426
|
-
:param bool allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
1427
|
+
:param builtins.bool allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
1427
1428
|
: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.
|
|
1428
|
-
:param Sequence[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.
|
|
1429
|
+
: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.
|
|
1429
1430
|
: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.
|
|
1430
1431
|
:param Sequence['AllowedHostPathPatchArgs'] allowed_host_paths: allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.
|
|
1431
|
-
:param Sequence[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[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.
|
|
1432
|
+
: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.
|
|
1433
|
+
: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.
|
|
1433
1434
|
|
|
1434
1435
|
Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc.
|
|
1435
|
-
:param Sequence[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 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[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.
|
|
1436
|
+
: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.
|
|
1437
|
+
:param builtins.bool default_allow_privilege_escalation: defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
1438
|
+
: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.
|
|
1438
1439
|
|
|
1439
1440
|
Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc.
|
|
1440
1441
|
:param 'FSGroupStrategyOptionsPatchArgs' fs_group: fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.
|
|
1441
|
-
:param bool host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
1442
|
-
:param bool host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
1443
|
-
:param bool host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
1442
|
+
:param builtins.bool host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
1443
|
+
:param builtins.bool host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
1444
|
+
:param builtins.bool host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
1444
1445
|
:param Sequence['HostPortRangePatchArgs'] host_ports: hostPorts determines which host port ranges are allowed to be exposed.
|
|
1445
|
-
:param bool privileged: privileged determines if a pod can request to be run as privileged.
|
|
1446
|
-
:param 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[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.
|
|
1446
|
+
:param builtins.bool privileged: privileged determines if a pod can request to be run as privileged.
|
|
1447
|
+
: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.
|
|
1448
|
+
: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.
|
|
1448
1449
|
: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.
|
|
1449
1450
|
:param 'RunAsUserStrategyOptionsPatchArgs' run_as_user: runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
1450
1451
|
: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.
|
|
1451
1452
|
:param 'SELinuxStrategyOptionsPatchArgs' se_linux: seLinux is the strategy that will dictate the allowable labels that may be set.
|
|
1452
1453
|
:param 'SupplementalGroupsStrategyOptionsPatchArgs' supplemental_groups: supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
|
|
1453
|
-
:param Sequence[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 '*'.
|
|
1454
|
+
: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 '*'.
|
|
1454
1455
|
"""
|
|
1455
1456
|
if allow_privilege_escalation is not None:
|
|
1456
1457
|
pulumi.set(__self__, "allow_privilege_escalation", allow_privilege_escalation)
|
|
@@ -1503,7 +1504,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1503
1504
|
|
|
1504
1505
|
@property
|
|
1505
1506
|
@pulumi.getter(name="allowPrivilegeEscalation")
|
|
1506
|
-
def allow_privilege_escalation(self) -> Optional[bool]:
|
|
1507
|
+
def allow_privilege_escalation(self) -> Optional[builtins.bool]:
|
|
1507
1508
|
"""
|
|
1508
1509
|
allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
1509
1510
|
"""
|
|
@@ -1519,7 +1520,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1519
1520
|
|
|
1520
1521
|
@property
|
|
1521
1522
|
@pulumi.getter(name="allowedCapabilities")
|
|
1522
|
-
def allowed_capabilities(self) -> Optional[Sequence[str]]:
|
|
1523
|
+
def allowed_capabilities(self) -> Optional[Sequence[builtins.str]]:
|
|
1523
1524
|
"""
|
|
1524
1525
|
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.
|
|
1525
1526
|
"""
|
|
@@ -1543,7 +1544,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1543
1544
|
|
|
1544
1545
|
@property
|
|
1545
1546
|
@pulumi.getter(name="allowedProcMountTypes")
|
|
1546
|
-
def allowed_proc_mount_types(self) -> Optional[Sequence[str]]:
|
|
1547
|
+
def allowed_proc_mount_types(self) -> Optional[Sequence[builtins.str]]:
|
|
1547
1548
|
"""
|
|
1548
1549
|
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.
|
|
1549
1550
|
"""
|
|
@@ -1551,7 +1552,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1551
1552
|
|
|
1552
1553
|
@property
|
|
1553
1554
|
@pulumi.getter(name="allowedUnsafeSysctls")
|
|
1554
|
-
def allowed_unsafe_sysctls(self) -> Optional[Sequence[str]]:
|
|
1555
|
+
def allowed_unsafe_sysctls(self) -> Optional[Sequence[builtins.str]]:
|
|
1555
1556
|
"""
|
|
1556
1557
|
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.
|
|
1557
1558
|
|
|
@@ -1561,7 +1562,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1561
1562
|
|
|
1562
1563
|
@property
|
|
1563
1564
|
@pulumi.getter(name="defaultAddCapabilities")
|
|
1564
|
-
def default_add_capabilities(self) -> Optional[Sequence[str]]:
|
|
1565
|
+
def default_add_capabilities(self) -> Optional[Sequence[builtins.str]]:
|
|
1565
1566
|
"""
|
|
1566
1567
|
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.
|
|
1567
1568
|
"""
|
|
@@ -1569,7 +1570,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1569
1570
|
|
|
1570
1571
|
@property
|
|
1571
1572
|
@pulumi.getter(name="defaultAllowPrivilegeEscalation")
|
|
1572
|
-
def default_allow_privilege_escalation(self) -> Optional[bool]:
|
|
1573
|
+
def default_allow_privilege_escalation(self) -> Optional[builtins.bool]:
|
|
1573
1574
|
"""
|
|
1574
1575
|
defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
1575
1576
|
"""
|
|
@@ -1577,7 +1578,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1577
1578
|
|
|
1578
1579
|
@property
|
|
1579
1580
|
@pulumi.getter(name="forbiddenSysctls")
|
|
1580
|
-
def forbidden_sysctls(self) -> Optional[Sequence[str]]:
|
|
1581
|
+
def forbidden_sysctls(self) -> Optional[Sequence[builtins.str]]:
|
|
1581
1582
|
"""
|
|
1582
1583
|
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.
|
|
1583
1584
|
|
|
@@ -1595,7 +1596,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1595
1596
|
|
|
1596
1597
|
@property
|
|
1597
1598
|
@pulumi.getter(name="hostIPC")
|
|
1598
|
-
def host_ipc(self) -> Optional[bool]:
|
|
1599
|
+
def host_ipc(self) -> Optional[builtins.bool]:
|
|
1599
1600
|
"""
|
|
1600
1601
|
hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
1601
1602
|
"""
|
|
@@ -1603,7 +1604,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1603
1604
|
|
|
1604
1605
|
@property
|
|
1605
1606
|
@pulumi.getter(name="hostNetwork")
|
|
1606
|
-
def host_network(self) -> Optional[bool]:
|
|
1607
|
+
def host_network(self) -> Optional[builtins.bool]:
|
|
1607
1608
|
"""
|
|
1608
1609
|
hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
1609
1610
|
"""
|
|
@@ -1611,7 +1612,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1611
1612
|
|
|
1612
1613
|
@property
|
|
1613
1614
|
@pulumi.getter(name="hostPID")
|
|
1614
|
-
def host_pid(self) -> Optional[bool]:
|
|
1615
|
+
def host_pid(self) -> Optional[builtins.bool]:
|
|
1615
1616
|
"""
|
|
1616
1617
|
hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
1617
1618
|
"""
|
|
@@ -1627,7 +1628,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1627
1628
|
|
|
1628
1629
|
@property
|
|
1629
1630
|
@pulumi.getter
|
|
1630
|
-
def privileged(self) -> Optional[bool]:
|
|
1631
|
+
def privileged(self) -> Optional[builtins.bool]:
|
|
1631
1632
|
"""
|
|
1632
1633
|
privileged determines if a pod can request to be run as privileged.
|
|
1633
1634
|
"""
|
|
@@ -1635,7 +1636,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1635
1636
|
|
|
1636
1637
|
@property
|
|
1637
1638
|
@pulumi.getter(name="readOnlyRootFilesystem")
|
|
1638
|
-
def read_only_root_filesystem(self) -> Optional[bool]:
|
|
1639
|
+
def read_only_root_filesystem(self) -> Optional[builtins.bool]:
|
|
1639
1640
|
"""
|
|
1640
1641
|
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.
|
|
1641
1642
|
"""
|
|
@@ -1643,7 +1644,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1643
1644
|
|
|
1644
1645
|
@property
|
|
1645
1646
|
@pulumi.getter(name="requiredDropCapabilities")
|
|
1646
|
-
def required_drop_capabilities(self) -> Optional[Sequence[str]]:
|
|
1647
|
+
def required_drop_capabilities(self) -> Optional[Sequence[builtins.str]]:
|
|
1647
1648
|
"""
|
|
1648
1649
|
requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
|
|
1649
1650
|
"""
|
|
@@ -1691,7 +1692,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
1691
1692
|
|
|
1692
1693
|
@property
|
|
1693
1694
|
@pulumi.getter
|
|
1694
|
-
def volumes(self) -> Optional[Sequence[str]]:
|
|
1695
|
+
def volumes(self) -> Optional[Sequence[builtins.str]]:
|
|
1695
1696
|
"""
|
|
1696
1697
|
volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
|
|
1697
1698
|
"""
|
|
@@ -1704,11 +1705,11 @@ class RunAsGroupStrategyOptions(dict):
|
|
|
1704
1705
|
RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
1705
1706
|
"""
|
|
1706
1707
|
def __init__(__self__, *,
|
|
1707
|
-
rule: str,
|
|
1708
|
+
rule: builtins.str,
|
|
1708
1709
|
ranges: Optional[Sequence['outputs.IDRange']] = None):
|
|
1709
1710
|
"""
|
|
1710
1711
|
RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
1711
|
-
:param str rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
1712
|
+
:param builtins.str rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
1712
1713
|
: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.
|
|
1713
1714
|
"""
|
|
1714
1715
|
pulumi.set(__self__, "rule", rule)
|
|
@@ -1717,7 +1718,7 @@ class RunAsGroupStrategyOptions(dict):
|
|
|
1717
1718
|
|
|
1718
1719
|
@property
|
|
1719
1720
|
@pulumi.getter
|
|
1720
|
-
def rule(self) -> str:
|
|
1721
|
+
def rule(self) -> builtins.str:
|
|
1721
1722
|
"""
|
|
1722
1723
|
rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
1723
1724
|
"""
|
|
@@ -1739,11 +1740,11 @@ class RunAsGroupStrategyOptionsPatch(dict):
|
|
|
1739
1740
|
"""
|
|
1740
1741
|
def __init__(__self__, *,
|
|
1741
1742
|
ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
|
|
1742
|
-
rule: Optional[str] = None):
|
|
1743
|
+
rule: Optional[builtins.str] = None):
|
|
1743
1744
|
"""
|
|
1744
1745
|
RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
1745
1746
|
: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.
|
|
1746
|
-
:param str rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
1747
|
+
:param builtins.str rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
1747
1748
|
"""
|
|
1748
1749
|
if ranges is not None:
|
|
1749
1750
|
pulumi.set(__self__, "ranges", ranges)
|
|
@@ -1760,7 +1761,7 @@ class RunAsGroupStrategyOptionsPatch(dict):
|
|
|
1760
1761
|
|
|
1761
1762
|
@property
|
|
1762
1763
|
@pulumi.getter
|
|
1763
|
-
def rule(self) -> Optional[str]:
|
|
1764
|
+
def rule(self) -> Optional[builtins.str]:
|
|
1764
1765
|
"""
|
|
1765
1766
|
rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
1766
1767
|
"""
|
|
@@ -1773,11 +1774,11 @@ class RunAsUserStrategyOptions(dict):
|
|
|
1773
1774
|
RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
1774
1775
|
"""
|
|
1775
1776
|
def __init__(__self__, *,
|
|
1776
|
-
rule: str,
|
|
1777
|
+
rule: builtins.str,
|
|
1777
1778
|
ranges: Optional[Sequence['outputs.IDRange']] = None):
|
|
1778
1779
|
"""
|
|
1779
1780
|
RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
1780
|
-
:param str rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
1781
|
+
:param builtins.str rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
1781
1782
|
: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.
|
|
1782
1783
|
"""
|
|
1783
1784
|
pulumi.set(__self__, "rule", rule)
|
|
@@ -1786,7 +1787,7 @@ class RunAsUserStrategyOptions(dict):
|
|
|
1786
1787
|
|
|
1787
1788
|
@property
|
|
1788
1789
|
@pulumi.getter
|
|
1789
|
-
def rule(self) -> str:
|
|
1790
|
+
def rule(self) -> builtins.str:
|
|
1790
1791
|
"""
|
|
1791
1792
|
rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
1792
1793
|
"""
|
|
@@ -1808,11 +1809,11 @@ class RunAsUserStrategyOptionsPatch(dict):
|
|
|
1808
1809
|
"""
|
|
1809
1810
|
def __init__(__self__, *,
|
|
1810
1811
|
ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
|
|
1811
|
-
rule: Optional[str] = None):
|
|
1812
|
+
rule: Optional[builtins.str] = None):
|
|
1812
1813
|
"""
|
|
1813
1814
|
RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
1814
1815
|
: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.
|
|
1815
|
-
:param str rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
1816
|
+
:param builtins.str rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
1816
1817
|
"""
|
|
1817
1818
|
if ranges is not None:
|
|
1818
1819
|
pulumi.set(__self__, "ranges", ranges)
|
|
@@ -1829,7 +1830,7 @@ class RunAsUserStrategyOptionsPatch(dict):
|
|
|
1829
1830
|
|
|
1830
1831
|
@property
|
|
1831
1832
|
@pulumi.getter
|
|
1832
|
-
def rule(self) -> Optional[str]:
|
|
1833
|
+
def rule(self) -> Optional[builtins.str]:
|
|
1833
1834
|
"""
|
|
1834
1835
|
rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
1835
1836
|
"""
|
|
@@ -1861,12 +1862,12 @@ class RuntimeClassStrategyOptions(dict):
|
|
|
1861
1862
|
return super().get(key, default)
|
|
1862
1863
|
|
|
1863
1864
|
def __init__(__self__, *,
|
|
1864
|
-
allowed_runtime_class_names: Sequence[str],
|
|
1865
|
-
default_runtime_class_name: Optional[str] = None):
|
|
1865
|
+
allowed_runtime_class_names: Sequence[builtins.str],
|
|
1866
|
+
default_runtime_class_name: Optional[builtins.str] = None):
|
|
1866
1867
|
"""
|
|
1867
1868
|
RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
|
|
1868
|
-
:param Sequence[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 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.
|
|
1869
|
+
: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.
|
|
1870
|
+
: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.
|
|
1870
1871
|
"""
|
|
1871
1872
|
pulumi.set(__self__, "allowed_runtime_class_names", allowed_runtime_class_names)
|
|
1872
1873
|
if default_runtime_class_name is not None:
|
|
@@ -1874,7 +1875,7 @@ class RuntimeClassStrategyOptions(dict):
|
|
|
1874
1875
|
|
|
1875
1876
|
@property
|
|
1876
1877
|
@pulumi.getter(name="allowedRuntimeClassNames")
|
|
1877
|
-
def allowed_runtime_class_names(self) -> Sequence[str]:
|
|
1878
|
+
def allowed_runtime_class_names(self) -> Sequence[builtins.str]:
|
|
1878
1879
|
"""
|
|
1879
1880
|
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.
|
|
1880
1881
|
"""
|
|
@@ -1882,7 +1883,7 @@ class RuntimeClassStrategyOptions(dict):
|
|
|
1882
1883
|
|
|
1883
1884
|
@property
|
|
1884
1885
|
@pulumi.getter(name="defaultRuntimeClassName")
|
|
1885
|
-
def default_runtime_class_name(self) -> Optional[str]:
|
|
1886
|
+
def default_runtime_class_name(self) -> Optional[builtins.str]:
|
|
1886
1887
|
"""
|
|
1887
1888
|
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.
|
|
1888
1889
|
"""
|
|
@@ -1914,12 +1915,12 @@ class RuntimeClassStrategyOptionsPatch(dict):
|
|
|
1914
1915
|
return super().get(key, default)
|
|
1915
1916
|
|
|
1916
1917
|
def __init__(__self__, *,
|
|
1917
|
-
allowed_runtime_class_names: Optional[Sequence[str]] = None,
|
|
1918
|
-
default_runtime_class_name: Optional[str] = None):
|
|
1918
|
+
allowed_runtime_class_names: Optional[Sequence[builtins.str]] = None,
|
|
1919
|
+
default_runtime_class_name: Optional[builtins.str] = None):
|
|
1919
1920
|
"""
|
|
1920
1921
|
RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
|
|
1921
|
-
:param Sequence[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 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.
|
|
1922
|
+
: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.
|
|
1923
|
+
: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.
|
|
1923
1924
|
"""
|
|
1924
1925
|
if allowed_runtime_class_names is not None:
|
|
1925
1926
|
pulumi.set(__self__, "allowed_runtime_class_names", allowed_runtime_class_names)
|
|
@@ -1928,7 +1929,7 @@ class RuntimeClassStrategyOptionsPatch(dict):
|
|
|
1928
1929
|
|
|
1929
1930
|
@property
|
|
1930
1931
|
@pulumi.getter(name="allowedRuntimeClassNames")
|
|
1931
|
-
def allowed_runtime_class_names(self) -> Optional[Sequence[str]]:
|
|
1932
|
+
def allowed_runtime_class_names(self) -> Optional[Sequence[builtins.str]]:
|
|
1932
1933
|
"""
|
|
1933
1934
|
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.
|
|
1934
1935
|
"""
|
|
@@ -1936,7 +1937,7 @@ class RuntimeClassStrategyOptionsPatch(dict):
|
|
|
1936
1937
|
|
|
1937
1938
|
@property
|
|
1938
1939
|
@pulumi.getter(name="defaultRuntimeClassName")
|
|
1939
|
-
def default_runtime_class_name(self) -> Optional[str]:
|
|
1940
|
+
def default_runtime_class_name(self) -> Optional[builtins.str]:
|
|
1940
1941
|
"""
|
|
1941
1942
|
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.
|
|
1942
1943
|
"""
|
|
@@ -1966,11 +1967,11 @@ class SELinuxStrategyOptions(dict):
|
|
|
1966
1967
|
return super().get(key, default)
|
|
1967
1968
|
|
|
1968
1969
|
def __init__(__self__, *,
|
|
1969
|
-
rule: str,
|
|
1970
|
+
rule: builtins.str,
|
|
1970
1971
|
se_linux_options: Optional['_core.v1.outputs.SELinuxOptions'] = None):
|
|
1971
1972
|
"""
|
|
1972
1973
|
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
1973
|
-
:param str rule: rule is the strategy that will dictate the allowable labels that may be set.
|
|
1974
|
+
:param builtins.str rule: rule is the strategy that will dictate the allowable labels that may be set.
|
|
1974
1975
|
: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/
|
|
1975
1976
|
"""
|
|
1976
1977
|
pulumi.set(__self__, "rule", rule)
|
|
@@ -1979,7 +1980,7 @@ class SELinuxStrategyOptions(dict):
|
|
|
1979
1980
|
|
|
1980
1981
|
@property
|
|
1981
1982
|
@pulumi.getter
|
|
1982
|
-
def rule(self) -> str:
|
|
1983
|
+
def rule(self) -> builtins.str:
|
|
1983
1984
|
"""
|
|
1984
1985
|
rule is the strategy that will dictate the allowable labels that may be set.
|
|
1985
1986
|
"""
|
|
@@ -2017,11 +2018,11 @@ class SELinuxStrategyOptionsPatch(dict):
|
|
|
2017
2018
|
return super().get(key, default)
|
|
2018
2019
|
|
|
2019
2020
|
def __init__(__self__, *,
|
|
2020
|
-
rule: Optional[str] = None,
|
|
2021
|
+
rule: Optional[builtins.str] = None,
|
|
2021
2022
|
se_linux_options: Optional['_core.v1.outputs.SELinuxOptionsPatch'] = None):
|
|
2022
2023
|
"""
|
|
2023
2024
|
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy.
|
|
2024
|
-
:param str rule: rule is the strategy that will dictate the allowable labels that may be set.
|
|
2025
|
+
:param builtins.str rule: rule is the strategy that will dictate the allowable labels that may be set.
|
|
2025
2026
|
: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/
|
|
2026
2027
|
"""
|
|
2027
2028
|
if rule is not None:
|
|
@@ -2031,7 +2032,7 @@ class SELinuxStrategyOptionsPatch(dict):
|
|
|
2031
2032
|
|
|
2032
2033
|
@property
|
|
2033
2034
|
@pulumi.getter
|
|
2034
|
-
def rule(self) -> Optional[str]:
|
|
2035
|
+
def rule(self) -> Optional[builtins.str]:
|
|
2035
2036
|
"""
|
|
2036
2037
|
rule is the strategy that will dictate the allowable labels that may be set.
|
|
2037
2038
|
"""
|
|
@@ -2053,11 +2054,11 @@ class SupplementalGroupsStrategyOptions(dict):
|
|
|
2053
2054
|
"""
|
|
2054
2055
|
def __init__(__self__, *,
|
|
2055
2056
|
ranges: Optional[Sequence['outputs.IDRange']] = None,
|
|
2056
|
-
rule: Optional[str] = None):
|
|
2057
|
+
rule: Optional[builtins.str] = None):
|
|
2057
2058
|
"""
|
|
2058
2059
|
SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.
|
|
2059
2060
|
: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.
|
|
2060
|
-
:param str rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
2061
|
+
:param builtins.str rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
2061
2062
|
"""
|
|
2062
2063
|
if ranges is not None:
|
|
2063
2064
|
pulumi.set(__self__, "ranges", ranges)
|
|
@@ -2074,7 +2075,7 @@ class SupplementalGroupsStrategyOptions(dict):
|
|
|
2074
2075
|
|
|
2075
2076
|
@property
|
|
2076
2077
|
@pulumi.getter
|
|
2077
|
-
def rule(self) -> Optional[str]:
|
|
2078
|
+
def rule(self) -> Optional[builtins.str]:
|
|
2078
2079
|
"""
|
|
2079
2080
|
rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
2080
2081
|
"""
|
|
@@ -2088,11 +2089,11 @@ class SupplementalGroupsStrategyOptionsPatch(dict):
|
|
|
2088
2089
|
"""
|
|
2089
2090
|
def __init__(__self__, *,
|
|
2090
2091
|
ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
|
|
2091
|
-
rule: Optional[str] = None):
|
|
2092
|
+
rule: Optional[builtins.str] = None):
|
|
2092
2093
|
"""
|
|
2093
2094
|
SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy.
|
|
2094
2095
|
: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.
|
|
2095
|
-
:param str rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
2096
|
+
:param builtins.str rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
2096
2097
|
"""
|
|
2097
2098
|
if ranges is not None:
|
|
2098
2099
|
pulumi.set(__self__, "ranges", ranges)
|
|
@@ -2109,7 +2110,7 @@ class SupplementalGroupsStrategyOptionsPatch(dict):
|
|
|
2109
2110
|
|
|
2110
2111
|
@property
|
|
2111
2112
|
@pulumi.getter
|
|
2112
|
-
def rule(self) -> Optional[str]:
|
|
2113
|
+
def rule(self) -> Optional[builtins.str]:
|
|
2113
2114
|
"""
|
|
2114
2115
|
rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
2115
2116
|
"""
|