pulumi-kubernetes 4.23.0a1743496684__py3-none-any.whl → 4.23.0a1743595894__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.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743595894.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743496684.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.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
|
|
@@ -110,16 +111,16 @@ class AllowedCSIDriver(dict):
|
|
|
110
111
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
111
112
|
"""
|
|
112
113
|
def __init__(__self__, *,
|
|
113
|
-
name: str):
|
|
114
|
+
name: builtins.str):
|
|
114
115
|
"""
|
|
115
116
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
116
|
-
:param str name: Name is the registered name of the CSI driver
|
|
117
|
+
:param builtins.str name: Name is the registered name of the CSI driver
|
|
117
118
|
"""
|
|
118
119
|
pulumi.set(__self__, "name", name)
|
|
119
120
|
|
|
120
121
|
@property
|
|
121
122
|
@pulumi.getter
|
|
122
|
-
def name(self) -> str:
|
|
123
|
+
def name(self) -> builtins.str:
|
|
123
124
|
"""
|
|
124
125
|
Name is the registered name of the CSI driver
|
|
125
126
|
"""
|
|
@@ -132,17 +133,17 @@ class AllowedCSIDriverPatch(dict):
|
|
|
132
133
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
133
134
|
"""
|
|
134
135
|
def __init__(__self__, *,
|
|
135
|
-
name: Optional[str] = None):
|
|
136
|
+
name: Optional[builtins.str] = None):
|
|
136
137
|
"""
|
|
137
138
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
138
|
-
:param str name: Name is the registered name of the CSI driver
|
|
139
|
+
:param builtins.str name: Name is the registered name of the CSI driver
|
|
139
140
|
"""
|
|
140
141
|
if name is not None:
|
|
141
142
|
pulumi.set(__self__, "name", name)
|
|
142
143
|
|
|
143
144
|
@property
|
|
144
145
|
@pulumi.getter
|
|
145
|
-
def name(self) -> Optional[str]:
|
|
146
|
+
def name(self) -> Optional[builtins.str]:
|
|
146
147
|
"""
|
|
147
148
|
Name is the registered name of the CSI driver
|
|
148
149
|
"""
|
|
@@ -155,16 +156,16 @@ class AllowedFlexVolume(dict):
|
|
|
155
156
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead.
|
|
156
157
|
"""
|
|
157
158
|
def __init__(__self__, *,
|
|
158
|
-
driver: str):
|
|
159
|
+
driver: builtins.str):
|
|
159
160
|
"""
|
|
160
161
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead.
|
|
161
|
-
:param str driver: driver is the name of the Flexvolume driver.
|
|
162
|
+
:param builtins.str driver: driver is the name of the Flexvolume driver.
|
|
162
163
|
"""
|
|
163
164
|
pulumi.set(__self__, "driver", driver)
|
|
164
165
|
|
|
165
166
|
@property
|
|
166
167
|
@pulumi.getter
|
|
167
|
-
def driver(self) -> str:
|
|
168
|
+
def driver(self) -> builtins.str:
|
|
168
169
|
"""
|
|
169
170
|
driver is the name of the Flexvolume driver.
|
|
170
171
|
"""
|
|
@@ -177,17 +178,17 @@ class AllowedFlexVolumePatch(dict):
|
|
|
177
178
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead.
|
|
178
179
|
"""
|
|
179
180
|
def __init__(__self__, *,
|
|
180
|
-
driver: Optional[str] = None):
|
|
181
|
+
driver: Optional[builtins.str] = None):
|
|
181
182
|
"""
|
|
182
183
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead.
|
|
183
|
-
:param str driver: driver is the name of the Flexvolume driver.
|
|
184
|
+
:param builtins.str driver: driver is the name of the Flexvolume driver.
|
|
184
185
|
"""
|
|
185
186
|
if driver is not None:
|
|
186
187
|
pulumi.set(__self__, "driver", driver)
|
|
187
188
|
|
|
188
189
|
@property
|
|
189
190
|
@pulumi.getter
|
|
190
|
-
def driver(self) -> Optional[str]:
|
|
191
|
+
def driver(self) -> Optional[builtins.str]:
|
|
191
192
|
"""
|
|
192
193
|
driver is the name of the Flexvolume driver.
|
|
193
194
|
"""
|
|
@@ -219,14 +220,14 @@ class AllowedHostPath(dict):
|
|
|
219
220
|
return super().get(key, default)
|
|
220
221
|
|
|
221
222
|
def __init__(__self__, *,
|
|
222
|
-
path_prefix: Optional[str] = None,
|
|
223
|
-
read_only: Optional[bool] = None):
|
|
223
|
+
path_prefix: Optional[builtins.str] = None,
|
|
224
|
+
read_only: Optional[builtins.bool] = None):
|
|
224
225
|
"""
|
|
225
226
|
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. Deprecated: use AllowedHostPath from policy API Group instead.
|
|
226
|
-
: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.
|
|
227
|
+
: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.
|
|
227
228
|
|
|
228
229
|
Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
|
|
229
|
-
:param bool read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
230
|
+
:param builtins.bool read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
230
231
|
"""
|
|
231
232
|
if path_prefix is not None:
|
|
232
233
|
pulumi.set(__self__, "path_prefix", path_prefix)
|
|
@@ -235,7 +236,7 @@ class AllowedHostPath(dict):
|
|
|
235
236
|
|
|
236
237
|
@property
|
|
237
238
|
@pulumi.getter(name="pathPrefix")
|
|
238
|
-
def path_prefix(self) -> Optional[str]:
|
|
239
|
+
def path_prefix(self) -> Optional[builtins.str]:
|
|
239
240
|
"""
|
|
240
241
|
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.
|
|
241
242
|
|
|
@@ -245,7 +246,7 @@ class AllowedHostPath(dict):
|
|
|
245
246
|
|
|
246
247
|
@property
|
|
247
248
|
@pulumi.getter(name="readOnly")
|
|
248
|
-
def read_only(self) -> Optional[bool]:
|
|
249
|
+
def read_only(self) -> Optional[builtins.bool]:
|
|
249
250
|
"""
|
|
250
251
|
when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
251
252
|
"""
|
|
@@ -277,14 +278,14 @@ class AllowedHostPathPatch(dict):
|
|
|
277
278
|
return super().get(key, default)
|
|
278
279
|
|
|
279
280
|
def __init__(__self__, *,
|
|
280
|
-
path_prefix: Optional[str] = None,
|
|
281
|
-
read_only: Optional[bool] = None):
|
|
281
|
+
path_prefix: Optional[builtins.str] = None,
|
|
282
|
+
read_only: Optional[builtins.bool] = None):
|
|
282
283
|
"""
|
|
283
284
|
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. Deprecated: use AllowedHostPath from policy API Group instead.
|
|
284
|
-
: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.
|
|
285
|
+
: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.
|
|
285
286
|
|
|
286
287
|
Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
|
|
287
|
-
:param bool read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
288
|
+
:param builtins.bool read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
288
289
|
"""
|
|
289
290
|
if path_prefix is not None:
|
|
290
291
|
pulumi.set(__self__, "path_prefix", path_prefix)
|
|
@@ -293,7 +294,7 @@ class AllowedHostPathPatch(dict):
|
|
|
293
294
|
|
|
294
295
|
@property
|
|
295
296
|
@pulumi.getter(name="pathPrefix")
|
|
296
|
-
def path_prefix(self) -> Optional[str]:
|
|
297
|
+
def path_prefix(self) -> Optional[builtins.str]:
|
|
297
298
|
"""
|
|
298
299
|
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.
|
|
299
300
|
|
|
@@ -303,7 +304,7 @@ class AllowedHostPathPatch(dict):
|
|
|
303
304
|
|
|
304
305
|
@property
|
|
305
306
|
@pulumi.getter(name="readOnly")
|
|
306
|
-
def read_only(self) -> Optional[bool]:
|
|
307
|
+
def read_only(self) -> Optional[builtins.bool]:
|
|
307
308
|
"""
|
|
308
309
|
when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
309
310
|
"""
|
|
@@ -333,15 +334,15 @@ class DaemonSet(dict):
|
|
|
333
334
|
return super().get(key, default)
|
|
334
335
|
|
|
335
336
|
def __init__(__self__, *,
|
|
336
|
-
api_version: Optional[str] = None,
|
|
337
|
-
kind: Optional[str] = None,
|
|
337
|
+
api_version: Optional[builtins.str] = None,
|
|
338
|
+
kind: Optional[builtins.str] = None,
|
|
338
339
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
339
340
|
spec: Optional['outputs.DaemonSetSpec'] = None,
|
|
340
341
|
status: Optional['outputs.DaemonSetStatus'] = None):
|
|
341
342
|
"""
|
|
342
343
|
DaemonSet represents the configuration of a daemon set.
|
|
343
|
-
: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
|
|
344
|
-
: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
|
|
344
|
+
: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
|
|
345
|
+
: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
|
|
345
346
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
346
347
|
:param 'DaemonSetSpecArgs' spec: The desired behavior of this daemon set. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
347
348
|
:param 'DaemonSetStatusArgs' status: The current status of this daemon set. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -359,7 +360,7 @@ class DaemonSet(dict):
|
|
|
359
360
|
|
|
360
361
|
@property
|
|
361
362
|
@pulumi.getter(name="apiVersion")
|
|
362
|
-
def api_version(self) -> Optional[str]:
|
|
363
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
363
364
|
"""
|
|
364
365
|
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
|
|
365
366
|
"""
|
|
@@ -367,7 +368,7 @@ class DaemonSet(dict):
|
|
|
367
368
|
|
|
368
369
|
@property
|
|
369
370
|
@pulumi.getter
|
|
370
|
-
def kind(self) -> Optional[str]:
|
|
371
|
+
def kind(self) -> Optional[builtins.str]:
|
|
371
372
|
"""
|
|
372
373
|
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
|
|
373
374
|
"""
|
|
@@ -421,18 +422,18 @@ class DaemonSetCondition(dict):
|
|
|
421
422
|
return super().get(key, default)
|
|
422
423
|
|
|
423
424
|
def __init__(__self__, *,
|
|
424
|
-
status: str,
|
|
425
|
-
type: str,
|
|
426
|
-
last_transition_time: Optional[str] = None,
|
|
427
|
-
message: Optional[str] = None,
|
|
428
|
-
reason: Optional[str] = None):
|
|
425
|
+
status: builtins.str,
|
|
426
|
+
type: builtins.str,
|
|
427
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
428
|
+
message: Optional[builtins.str] = None,
|
|
429
|
+
reason: Optional[builtins.str] = None):
|
|
429
430
|
"""
|
|
430
431
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
431
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
432
|
-
:param str type: Type of DaemonSet condition.
|
|
433
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
434
|
-
:param str message: A human readable message indicating details about the transition.
|
|
435
|
-
:param str reason: The reason for the condition's last transition.
|
|
432
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
433
|
+
:param builtins.str type: Type of DaemonSet condition.
|
|
434
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
435
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
436
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
436
437
|
"""
|
|
437
438
|
pulumi.set(__self__, "status", status)
|
|
438
439
|
pulumi.set(__self__, "type", type)
|
|
@@ -445,7 +446,7 @@ class DaemonSetCondition(dict):
|
|
|
445
446
|
|
|
446
447
|
@property
|
|
447
448
|
@pulumi.getter
|
|
448
|
-
def status(self) -> str:
|
|
449
|
+
def status(self) -> builtins.str:
|
|
449
450
|
"""
|
|
450
451
|
Status of the condition, one of True, False, Unknown.
|
|
451
452
|
"""
|
|
@@ -453,7 +454,7 @@ class DaemonSetCondition(dict):
|
|
|
453
454
|
|
|
454
455
|
@property
|
|
455
456
|
@pulumi.getter
|
|
456
|
-
def type(self) -> str:
|
|
457
|
+
def type(self) -> builtins.str:
|
|
457
458
|
"""
|
|
458
459
|
Type of DaemonSet condition.
|
|
459
460
|
"""
|
|
@@ -461,7 +462,7 @@ class DaemonSetCondition(dict):
|
|
|
461
462
|
|
|
462
463
|
@property
|
|
463
464
|
@pulumi.getter(name="lastTransitionTime")
|
|
464
|
-
def last_transition_time(self) -> Optional[str]:
|
|
465
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
465
466
|
"""
|
|
466
467
|
Last time the condition transitioned from one status to another.
|
|
467
468
|
"""
|
|
@@ -469,7 +470,7 @@ class DaemonSetCondition(dict):
|
|
|
469
470
|
|
|
470
471
|
@property
|
|
471
472
|
@pulumi.getter
|
|
472
|
-
def message(self) -> Optional[str]:
|
|
473
|
+
def message(self) -> Optional[builtins.str]:
|
|
473
474
|
"""
|
|
474
475
|
A human readable message indicating details about the transition.
|
|
475
476
|
"""
|
|
@@ -477,7 +478,7 @@ class DaemonSetCondition(dict):
|
|
|
477
478
|
|
|
478
479
|
@property
|
|
479
480
|
@pulumi.getter
|
|
480
|
-
def reason(self) -> Optional[str]:
|
|
481
|
+
def reason(self) -> Optional[builtins.str]:
|
|
481
482
|
"""
|
|
482
483
|
The reason for the condition's last transition.
|
|
483
484
|
"""
|
|
@@ -507,18 +508,18 @@ class DaemonSetConditionPatch(dict):
|
|
|
507
508
|
return super().get(key, default)
|
|
508
509
|
|
|
509
510
|
def __init__(__self__, *,
|
|
510
|
-
last_transition_time: Optional[str] = None,
|
|
511
|
-
message: Optional[str] = None,
|
|
512
|
-
reason: Optional[str] = None,
|
|
513
|
-
status: Optional[str] = None,
|
|
514
|
-
type: Optional[str] = None):
|
|
511
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
512
|
+
message: Optional[builtins.str] = None,
|
|
513
|
+
reason: Optional[builtins.str] = None,
|
|
514
|
+
status: Optional[builtins.str] = None,
|
|
515
|
+
type: Optional[builtins.str] = None):
|
|
515
516
|
"""
|
|
516
517
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
517
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
518
|
-
:param str message: A human readable message indicating details about the transition.
|
|
519
|
-
:param str reason: The reason for the condition's last transition.
|
|
520
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
521
|
-
:param str type: Type of DaemonSet condition.
|
|
518
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
519
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
520
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
521
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
522
|
+
:param builtins.str type: Type of DaemonSet condition.
|
|
522
523
|
"""
|
|
523
524
|
if last_transition_time is not None:
|
|
524
525
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -533,7 +534,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
533
534
|
|
|
534
535
|
@property
|
|
535
536
|
@pulumi.getter(name="lastTransitionTime")
|
|
536
|
-
def last_transition_time(self) -> Optional[str]:
|
|
537
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
537
538
|
"""
|
|
538
539
|
Last time the condition transitioned from one status to another.
|
|
539
540
|
"""
|
|
@@ -541,7 +542,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
541
542
|
|
|
542
543
|
@property
|
|
543
544
|
@pulumi.getter
|
|
544
|
-
def message(self) -> Optional[str]:
|
|
545
|
+
def message(self) -> Optional[builtins.str]:
|
|
545
546
|
"""
|
|
546
547
|
A human readable message indicating details about the transition.
|
|
547
548
|
"""
|
|
@@ -549,7 +550,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
549
550
|
|
|
550
551
|
@property
|
|
551
552
|
@pulumi.getter
|
|
552
|
-
def reason(self) -> Optional[str]:
|
|
553
|
+
def reason(self) -> Optional[builtins.str]:
|
|
553
554
|
"""
|
|
554
555
|
The reason for the condition's last transition.
|
|
555
556
|
"""
|
|
@@ -557,7 +558,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
557
558
|
|
|
558
559
|
@property
|
|
559
560
|
@pulumi.getter
|
|
560
|
-
def status(self) -> Optional[str]:
|
|
561
|
+
def status(self) -> Optional[builtins.str]:
|
|
561
562
|
"""
|
|
562
563
|
Status of the condition, one of True, False, Unknown.
|
|
563
564
|
"""
|
|
@@ -565,7 +566,7 @@ class DaemonSetConditionPatch(dict):
|
|
|
565
566
|
|
|
566
567
|
@property
|
|
567
568
|
@pulumi.getter
|
|
568
|
-
def type(self) -> Optional[str]:
|
|
569
|
+
def type(self) -> Optional[builtins.str]:
|
|
569
570
|
"""
|
|
570
571
|
Type of DaemonSet condition.
|
|
571
572
|
"""
|
|
@@ -602,18 +603,18 @@ class DaemonSetSpec(dict):
|
|
|
602
603
|
|
|
603
604
|
def __init__(__self__, *,
|
|
604
605
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
605
|
-
min_ready_seconds: Optional[int] = None,
|
|
606
|
-
revision_history_limit: Optional[int] = None,
|
|
606
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
607
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
607
608
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None,
|
|
608
|
-
template_generation: Optional[int] = None,
|
|
609
|
+
template_generation: Optional[builtins.int] = None,
|
|
609
610
|
update_strategy: Optional['outputs.DaemonSetUpdateStrategy'] = None):
|
|
610
611
|
"""
|
|
611
612
|
DaemonSetSpec is the specification of a daemon set.
|
|
612
613
|
:param '_core.v1.PodTemplateSpecArgs' template: An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
613
|
-
:param int min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
614
|
-
:param int revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
614
|
+
:param builtins.int min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
615
|
+
:param builtins.int revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
615
616
|
:param '_meta.v1.LabelSelectorArgs' selector: A label query over pods that are managed by the daemon set. Must match in order to be controlled. If empty, defaulted to labels on Pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
616
|
-
:param int template_generation: DEPRECATED. A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation.
|
|
617
|
+
:param builtins.int template_generation: DEPRECATED. A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation.
|
|
617
618
|
:param 'DaemonSetUpdateStrategyArgs' update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
618
619
|
"""
|
|
619
620
|
pulumi.set(__self__, "template", template)
|
|
@@ -638,7 +639,7 @@ class DaemonSetSpec(dict):
|
|
|
638
639
|
|
|
639
640
|
@property
|
|
640
641
|
@pulumi.getter(name="minReadySeconds")
|
|
641
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
642
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
642
643
|
"""
|
|
643
644
|
The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
644
645
|
"""
|
|
@@ -646,7 +647,7 @@ class DaemonSetSpec(dict):
|
|
|
646
647
|
|
|
647
648
|
@property
|
|
648
649
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
649
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
650
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
650
651
|
"""
|
|
651
652
|
The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
652
653
|
"""
|
|
@@ -662,7 +663,7 @@ class DaemonSetSpec(dict):
|
|
|
662
663
|
|
|
663
664
|
@property
|
|
664
665
|
@pulumi.getter(name="templateGeneration")
|
|
665
|
-
def template_generation(self) -> Optional[int]:
|
|
666
|
+
def template_generation(self) -> Optional[builtins.int]:
|
|
666
667
|
"""
|
|
667
668
|
DEPRECATED. A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation.
|
|
668
669
|
"""
|
|
@@ -706,19 +707,19 @@ class DaemonSetSpecPatch(dict):
|
|
|
706
707
|
return super().get(key, default)
|
|
707
708
|
|
|
708
709
|
def __init__(__self__, *,
|
|
709
|
-
min_ready_seconds: Optional[int] = None,
|
|
710
|
-
revision_history_limit: Optional[int] = None,
|
|
710
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
711
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
711
712
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
712
713
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None,
|
|
713
|
-
template_generation: Optional[int] = None,
|
|
714
|
+
template_generation: Optional[builtins.int] = None,
|
|
714
715
|
update_strategy: Optional['outputs.DaemonSetUpdateStrategyPatch'] = None):
|
|
715
716
|
"""
|
|
716
717
|
DaemonSetSpec is the specification of a daemon set.
|
|
717
|
-
:param int min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
718
|
-
:param int revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
718
|
+
:param builtins.int min_ready_seconds: The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
719
|
+
:param builtins.int revision_history_limit: The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
719
720
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: A label query over pods that are managed by the daemon set. Must match in order to be controlled. If empty, defaulted to labels on Pod template. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
720
721
|
:param '_core.v1.PodTemplateSpecPatchArgs' template: An object that describes the pod that will be created. The DaemonSet will create exactly one copy of this pod on every node that matches the template's node selector (or on every node if no node selector is specified). More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
721
|
-
:param int template_generation: DEPRECATED. A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation.
|
|
722
|
+
:param builtins.int template_generation: DEPRECATED. A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation.
|
|
722
723
|
:param 'DaemonSetUpdateStrategyPatchArgs' update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
723
724
|
"""
|
|
724
725
|
if min_ready_seconds is not None:
|
|
@@ -736,7 +737,7 @@ class DaemonSetSpecPatch(dict):
|
|
|
736
737
|
|
|
737
738
|
@property
|
|
738
739
|
@pulumi.getter(name="minReadySeconds")
|
|
739
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
740
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
740
741
|
"""
|
|
741
742
|
The minimum number of seconds for which a newly created DaemonSet pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready).
|
|
742
743
|
"""
|
|
@@ -744,7 +745,7 @@ class DaemonSetSpecPatch(dict):
|
|
|
744
745
|
|
|
745
746
|
@property
|
|
746
747
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
747
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
748
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
748
749
|
"""
|
|
749
750
|
The number of old history to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.
|
|
750
751
|
"""
|
|
@@ -768,7 +769,7 @@ class DaemonSetSpecPatch(dict):
|
|
|
768
769
|
|
|
769
770
|
@property
|
|
770
771
|
@pulumi.getter(name="templateGeneration")
|
|
771
|
-
def template_generation(self) -> Optional[int]:
|
|
772
|
+
def template_generation(self) -> Optional[builtins.int]:
|
|
772
773
|
"""
|
|
773
774
|
DEPRECATED. A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation.
|
|
774
775
|
"""
|
|
@@ -822,28 +823,28 @@ class DaemonSetStatus(dict):
|
|
|
822
823
|
return super().get(key, default)
|
|
823
824
|
|
|
824
825
|
def __init__(__self__, *,
|
|
825
|
-
current_number_scheduled: int,
|
|
826
|
-
desired_number_scheduled: int,
|
|
827
|
-
number_misscheduled: int,
|
|
828
|
-
number_ready: int,
|
|
829
|
-
collision_count: Optional[int] = None,
|
|
826
|
+
current_number_scheduled: builtins.int,
|
|
827
|
+
desired_number_scheduled: builtins.int,
|
|
828
|
+
number_misscheduled: builtins.int,
|
|
829
|
+
number_ready: builtins.int,
|
|
830
|
+
collision_count: Optional[builtins.int] = None,
|
|
830
831
|
conditions: Optional[Sequence['outputs.DaemonSetCondition']] = None,
|
|
831
|
-
number_available: Optional[int] = None,
|
|
832
|
-
number_unavailable: Optional[int] = None,
|
|
833
|
-
observed_generation: Optional[int] = None,
|
|
834
|
-
updated_number_scheduled: Optional[int] = None):
|
|
832
|
+
number_available: Optional[builtins.int] = None,
|
|
833
|
+
number_unavailable: Optional[builtins.int] = None,
|
|
834
|
+
observed_generation: Optional[builtins.int] = None,
|
|
835
|
+
updated_number_scheduled: Optional[builtins.int] = None):
|
|
835
836
|
"""
|
|
836
837
|
DaemonSetStatus represents the current status of a daemon set.
|
|
837
|
-
:param int current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
838
|
-
:param int desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
839
|
-
:param int number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
840
|
-
:param int number_ready: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
841
|
-
:param int collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
838
|
+
:param builtins.int current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
839
|
+
:param builtins.int desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
840
|
+
:param builtins.int number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
841
|
+
:param builtins.int number_ready: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
842
|
+
:param builtins.int collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
842
843
|
:param Sequence['DaemonSetConditionArgs'] conditions: Represents the latest available observations of a DaemonSet's current state.
|
|
843
|
-
:param int number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
844
|
-
:param int number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
845
|
-
:param int observed_generation: The most recent generation observed by the daemon set controller.
|
|
846
|
-
:param int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
844
|
+
:param builtins.int number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
845
|
+
:param builtins.int number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
846
|
+
:param builtins.int observed_generation: The most recent generation observed by the daemon set controller.
|
|
847
|
+
:param builtins.int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
847
848
|
"""
|
|
848
849
|
pulumi.set(__self__, "current_number_scheduled", current_number_scheduled)
|
|
849
850
|
pulumi.set(__self__, "desired_number_scheduled", desired_number_scheduled)
|
|
@@ -864,7 +865,7 @@ class DaemonSetStatus(dict):
|
|
|
864
865
|
|
|
865
866
|
@property
|
|
866
867
|
@pulumi.getter(name="currentNumberScheduled")
|
|
867
|
-
def current_number_scheduled(self) -> int:
|
|
868
|
+
def current_number_scheduled(self) -> builtins.int:
|
|
868
869
|
"""
|
|
869
870
|
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
870
871
|
"""
|
|
@@ -872,7 +873,7 @@ class DaemonSetStatus(dict):
|
|
|
872
873
|
|
|
873
874
|
@property
|
|
874
875
|
@pulumi.getter(name="desiredNumberScheduled")
|
|
875
|
-
def desired_number_scheduled(self) -> int:
|
|
876
|
+
def desired_number_scheduled(self) -> builtins.int:
|
|
876
877
|
"""
|
|
877
878
|
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
878
879
|
"""
|
|
@@ -880,7 +881,7 @@ class DaemonSetStatus(dict):
|
|
|
880
881
|
|
|
881
882
|
@property
|
|
882
883
|
@pulumi.getter(name="numberMisscheduled")
|
|
883
|
-
def number_misscheduled(self) -> int:
|
|
884
|
+
def number_misscheduled(self) -> builtins.int:
|
|
884
885
|
"""
|
|
885
886
|
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
886
887
|
"""
|
|
@@ -888,7 +889,7 @@ class DaemonSetStatus(dict):
|
|
|
888
889
|
|
|
889
890
|
@property
|
|
890
891
|
@pulumi.getter(name="numberReady")
|
|
891
|
-
def number_ready(self) -> int:
|
|
892
|
+
def number_ready(self) -> builtins.int:
|
|
892
893
|
"""
|
|
893
894
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
894
895
|
"""
|
|
@@ -896,7 +897,7 @@ class DaemonSetStatus(dict):
|
|
|
896
897
|
|
|
897
898
|
@property
|
|
898
899
|
@pulumi.getter(name="collisionCount")
|
|
899
|
-
def collision_count(self) -> Optional[int]:
|
|
900
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
900
901
|
"""
|
|
901
902
|
Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
902
903
|
"""
|
|
@@ -912,7 +913,7 @@ class DaemonSetStatus(dict):
|
|
|
912
913
|
|
|
913
914
|
@property
|
|
914
915
|
@pulumi.getter(name="numberAvailable")
|
|
915
|
-
def number_available(self) -> Optional[int]:
|
|
916
|
+
def number_available(self) -> Optional[builtins.int]:
|
|
916
917
|
"""
|
|
917
918
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
918
919
|
"""
|
|
@@ -920,7 +921,7 @@ class DaemonSetStatus(dict):
|
|
|
920
921
|
|
|
921
922
|
@property
|
|
922
923
|
@pulumi.getter(name="numberUnavailable")
|
|
923
|
-
def number_unavailable(self) -> Optional[int]:
|
|
924
|
+
def number_unavailable(self) -> Optional[builtins.int]:
|
|
924
925
|
"""
|
|
925
926
|
The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
926
927
|
"""
|
|
@@ -928,7 +929,7 @@ class DaemonSetStatus(dict):
|
|
|
928
929
|
|
|
929
930
|
@property
|
|
930
931
|
@pulumi.getter(name="observedGeneration")
|
|
931
|
-
def observed_generation(self) -> Optional[int]:
|
|
932
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
932
933
|
"""
|
|
933
934
|
The most recent generation observed by the daemon set controller.
|
|
934
935
|
"""
|
|
@@ -936,7 +937,7 @@ class DaemonSetStatus(dict):
|
|
|
936
937
|
|
|
937
938
|
@property
|
|
938
939
|
@pulumi.getter(name="updatedNumberScheduled")
|
|
939
|
-
def updated_number_scheduled(self) -> Optional[int]:
|
|
940
|
+
def updated_number_scheduled(self) -> Optional[builtins.int]:
|
|
940
941
|
"""
|
|
941
942
|
The total number of nodes that are running updated daemon pod
|
|
942
943
|
"""
|
|
@@ -982,28 +983,28 @@ class DaemonSetStatusPatch(dict):
|
|
|
982
983
|
return super().get(key, default)
|
|
983
984
|
|
|
984
985
|
def __init__(__self__, *,
|
|
985
|
-
collision_count: Optional[int] = None,
|
|
986
|
+
collision_count: Optional[builtins.int] = None,
|
|
986
987
|
conditions: Optional[Sequence['outputs.DaemonSetConditionPatch']] = None,
|
|
987
|
-
current_number_scheduled: Optional[int] = None,
|
|
988
|
-
desired_number_scheduled: Optional[int] = None,
|
|
989
|
-
number_available: Optional[int] = None,
|
|
990
|
-
number_misscheduled: Optional[int] = None,
|
|
991
|
-
number_ready: Optional[int] = None,
|
|
992
|
-
number_unavailable: Optional[int] = None,
|
|
993
|
-
observed_generation: Optional[int] = None,
|
|
994
|
-
updated_number_scheduled: Optional[int] = None):
|
|
988
|
+
current_number_scheduled: Optional[builtins.int] = None,
|
|
989
|
+
desired_number_scheduled: Optional[builtins.int] = None,
|
|
990
|
+
number_available: Optional[builtins.int] = None,
|
|
991
|
+
number_misscheduled: Optional[builtins.int] = None,
|
|
992
|
+
number_ready: Optional[builtins.int] = None,
|
|
993
|
+
number_unavailable: Optional[builtins.int] = None,
|
|
994
|
+
observed_generation: Optional[builtins.int] = None,
|
|
995
|
+
updated_number_scheduled: Optional[builtins.int] = None):
|
|
995
996
|
"""
|
|
996
997
|
DaemonSetStatus represents the current status of a daemon set.
|
|
997
|
-
:param int collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
998
|
+
:param builtins.int collision_count: Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
998
999
|
:param Sequence['DaemonSetConditionPatchArgs'] conditions: Represents the latest available observations of a DaemonSet's current state.
|
|
999
|
-
:param int current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
1000
|
-
:param int desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
1001
|
-
:param int number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
1002
|
-
:param int number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
1003
|
-
:param int number_ready: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
1004
|
-
:param int number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
1005
|
-
:param int observed_generation: The most recent generation observed by the daemon set controller.
|
|
1006
|
-
:param int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
1000
|
+
:param builtins.int current_number_scheduled: The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
1001
|
+
:param builtins.int desired_number_scheduled: The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
1002
|
+
:param builtins.int number_available: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
1003
|
+
:param builtins.int number_misscheduled: The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
1004
|
+
:param builtins.int number_ready: The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
1005
|
+
:param builtins.int number_unavailable: The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
1006
|
+
:param builtins.int observed_generation: The most recent generation observed by the daemon set controller.
|
|
1007
|
+
:param builtins.int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
1007
1008
|
"""
|
|
1008
1009
|
if collision_count is not None:
|
|
1009
1010
|
pulumi.set(__self__, "collision_count", collision_count)
|
|
@@ -1028,7 +1029,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
1028
1029
|
|
|
1029
1030
|
@property
|
|
1030
1031
|
@pulumi.getter(name="collisionCount")
|
|
1031
|
-
def collision_count(self) -> Optional[int]:
|
|
1032
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
1032
1033
|
"""
|
|
1033
1034
|
Count of hash collisions for the DaemonSet. The DaemonSet controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ControllerRevision.
|
|
1034
1035
|
"""
|
|
@@ -1044,7 +1045,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
1044
1045
|
|
|
1045
1046
|
@property
|
|
1046
1047
|
@pulumi.getter(name="currentNumberScheduled")
|
|
1047
|
-
def current_number_scheduled(self) -> Optional[int]:
|
|
1048
|
+
def current_number_scheduled(self) -> Optional[builtins.int]:
|
|
1048
1049
|
"""
|
|
1049
1050
|
The number of nodes that are running at least 1 daemon pod and are supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
1050
1051
|
"""
|
|
@@ -1052,7 +1053,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
1052
1053
|
|
|
1053
1054
|
@property
|
|
1054
1055
|
@pulumi.getter(name="desiredNumberScheduled")
|
|
1055
|
-
def desired_number_scheduled(self) -> Optional[int]:
|
|
1056
|
+
def desired_number_scheduled(self) -> Optional[builtins.int]:
|
|
1056
1057
|
"""
|
|
1057
1058
|
The total number of nodes that should be running the daemon pod (including nodes correctly running the daemon pod). More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
1058
1059
|
"""
|
|
@@ -1060,7 +1061,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
1060
1061
|
|
|
1061
1062
|
@property
|
|
1062
1063
|
@pulumi.getter(name="numberAvailable")
|
|
1063
|
-
def number_available(self) -> Optional[int]:
|
|
1064
|
+
def number_available(self) -> Optional[builtins.int]:
|
|
1064
1065
|
"""
|
|
1065
1066
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
1066
1067
|
"""
|
|
@@ -1068,7 +1069,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
1068
1069
|
|
|
1069
1070
|
@property
|
|
1070
1071
|
@pulumi.getter(name="numberMisscheduled")
|
|
1071
|
-
def number_misscheduled(self) -> Optional[int]:
|
|
1072
|
+
def number_misscheduled(self) -> Optional[builtins.int]:
|
|
1072
1073
|
"""
|
|
1073
1074
|
The number of nodes that are running the daemon pod, but are not supposed to run the daemon pod. More info: https://kubernetes.io/docs/concepts/workloads/controllers/daemonset/
|
|
1074
1075
|
"""
|
|
@@ -1076,7 +1077,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
1076
1077
|
|
|
1077
1078
|
@property
|
|
1078
1079
|
@pulumi.getter(name="numberReady")
|
|
1079
|
-
def number_ready(self) -> Optional[int]:
|
|
1080
|
+
def number_ready(self) -> Optional[builtins.int]:
|
|
1080
1081
|
"""
|
|
1081
1082
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
1082
1083
|
"""
|
|
@@ -1084,7 +1085,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
1084
1085
|
|
|
1085
1086
|
@property
|
|
1086
1087
|
@pulumi.getter(name="numberUnavailable")
|
|
1087
|
-
def number_unavailable(self) -> Optional[int]:
|
|
1088
|
+
def number_unavailable(self) -> Optional[builtins.int]:
|
|
1088
1089
|
"""
|
|
1089
1090
|
The number of nodes that should be running the daemon pod and have none of the daemon pod running and available (ready for at least spec.minReadySeconds)
|
|
1090
1091
|
"""
|
|
@@ -1092,7 +1093,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
1092
1093
|
|
|
1093
1094
|
@property
|
|
1094
1095
|
@pulumi.getter(name="observedGeneration")
|
|
1095
|
-
def observed_generation(self) -> Optional[int]:
|
|
1096
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
1096
1097
|
"""
|
|
1097
1098
|
The most recent generation observed by the daemon set controller.
|
|
1098
1099
|
"""
|
|
@@ -1100,7 +1101,7 @@ class DaemonSetStatusPatch(dict):
|
|
|
1100
1101
|
|
|
1101
1102
|
@property
|
|
1102
1103
|
@pulumi.getter(name="updatedNumberScheduled")
|
|
1103
|
-
def updated_number_scheduled(self) -> Optional[int]:
|
|
1104
|
+
def updated_number_scheduled(self) -> Optional[builtins.int]:
|
|
1104
1105
|
"""
|
|
1105
1106
|
The total number of nodes that are running updated daemon pod
|
|
1106
1107
|
"""
|
|
@@ -1128,10 +1129,10 @@ class DaemonSetUpdateStrategy(dict):
|
|
|
1128
1129
|
|
|
1129
1130
|
def __init__(__self__, *,
|
|
1130
1131
|
rolling_update: Optional['outputs.RollingUpdateDaemonSet'] = None,
|
|
1131
|
-
type: Optional[str] = None):
|
|
1132
|
+
type: Optional[builtins.str] = None):
|
|
1132
1133
|
"""
|
|
1133
1134
|
:param 'RollingUpdateDaemonSetArgs' rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
1134
|
-
:param str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete.
|
|
1135
|
+
:param builtins.str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete.
|
|
1135
1136
|
"""
|
|
1136
1137
|
if rolling_update is not None:
|
|
1137
1138
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -1148,7 +1149,7 @@ class DaemonSetUpdateStrategy(dict):
|
|
|
1148
1149
|
|
|
1149
1150
|
@property
|
|
1150
1151
|
@pulumi.getter
|
|
1151
|
-
def type(self) -> Optional[str]:
|
|
1152
|
+
def type(self) -> Optional[builtins.str]:
|
|
1152
1153
|
"""
|
|
1153
1154
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete.
|
|
1154
1155
|
"""
|
|
@@ -1176,10 +1177,10 @@ class DaemonSetUpdateStrategyPatch(dict):
|
|
|
1176
1177
|
|
|
1177
1178
|
def __init__(__self__, *,
|
|
1178
1179
|
rolling_update: Optional['outputs.RollingUpdateDaemonSetPatch'] = None,
|
|
1179
|
-
type: Optional[str] = None):
|
|
1180
|
+
type: Optional[builtins.str] = None):
|
|
1180
1181
|
"""
|
|
1181
1182
|
:param 'RollingUpdateDaemonSetPatchArgs' rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
1182
|
-
:param str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete.
|
|
1183
|
+
:param builtins.str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete.
|
|
1183
1184
|
"""
|
|
1184
1185
|
if rolling_update is not None:
|
|
1185
1186
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -1196,7 +1197,7 @@ class DaemonSetUpdateStrategyPatch(dict):
|
|
|
1196
1197
|
|
|
1197
1198
|
@property
|
|
1198
1199
|
@pulumi.getter
|
|
1199
|
-
def type(self) -> Optional[str]:
|
|
1200
|
+
def type(self) -> Optional[builtins.str]:
|
|
1200
1201
|
"""
|
|
1201
1202
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete.
|
|
1202
1203
|
"""
|
|
@@ -1248,8 +1249,8 @@ class Deployment(dict):
|
|
|
1248
1249
|
return super().get(key, default)
|
|
1249
1250
|
|
|
1250
1251
|
def __init__(__self__, *,
|
|
1251
|
-
api_version: Optional[str] = None,
|
|
1252
|
-
kind: Optional[str] = None,
|
|
1252
|
+
api_version: Optional[builtins.str] = None,
|
|
1253
|
+
kind: Optional[builtins.str] = None,
|
|
1253
1254
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1254
1255
|
spec: Optional['outputs.DeploymentSpec'] = None,
|
|
1255
1256
|
status: Optional['outputs.DeploymentStatus'] = None):
|
|
@@ -1277,8 +1278,8 @@ class Deployment(dict):
|
|
|
1277
1278
|
If the Deployment has not reached a Ready state after 10 minutes, it will
|
|
1278
1279
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1279
1280
|
by setting the 'customTimeouts' option on the resource.
|
|
1280
|
-
: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
|
|
1281
|
-
: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
|
|
1281
|
+
: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
|
|
1282
|
+
: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
|
|
1282
1283
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata.
|
|
1283
1284
|
:param 'DeploymentSpecArgs' spec: Specification of the desired behavior of the Deployment.
|
|
1284
1285
|
:param 'DeploymentStatusArgs' status: Most recently observed status of the Deployment.
|
|
@@ -1296,7 +1297,7 @@ class Deployment(dict):
|
|
|
1296
1297
|
|
|
1297
1298
|
@property
|
|
1298
1299
|
@pulumi.getter(name="apiVersion")
|
|
1299
|
-
def api_version(self) -> Optional[str]:
|
|
1300
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1300
1301
|
"""
|
|
1301
1302
|
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
|
|
1302
1303
|
"""
|
|
@@ -1304,7 +1305,7 @@ class Deployment(dict):
|
|
|
1304
1305
|
|
|
1305
1306
|
@property
|
|
1306
1307
|
@pulumi.getter
|
|
1307
|
-
def kind(self) -> Optional[str]:
|
|
1308
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1308
1309
|
"""
|
|
1309
1310
|
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
|
|
1310
1311
|
"""
|
|
@@ -1360,20 +1361,20 @@ class DeploymentCondition(dict):
|
|
|
1360
1361
|
return super().get(key, default)
|
|
1361
1362
|
|
|
1362
1363
|
def __init__(__self__, *,
|
|
1363
|
-
status: str,
|
|
1364
|
-
type: str,
|
|
1365
|
-
last_transition_time: Optional[str] = None,
|
|
1366
|
-
last_update_time: Optional[str] = None,
|
|
1367
|
-
message: Optional[str] = None,
|
|
1368
|
-
reason: Optional[str] = None):
|
|
1364
|
+
status: builtins.str,
|
|
1365
|
+
type: builtins.str,
|
|
1366
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1367
|
+
last_update_time: Optional[builtins.str] = None,
|
|
1368
|
+
message: Optional[builtins.str] = None,
|
|
1369
|
+
reason: Optional[builtins.str] = None):
|
|
1369
1370
|
"""
|
|
1370
1371
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
1371
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
1372
|
-
:param str type: Type of deployment condition.
|
|
1373
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1374
|
-
:param str last_update_time: The last time this condition was updated.
|
|
1375
|
-
:param str message: A human readable message indicating details about the transition.
|
|
1376
|
-
:param str reason: The reason for the condition's last transition.
|
|
1372
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
1373
|
+
:param builtins.str type: Type of deployment condition.
|
|
1374
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1375
|
+
:param builtins.str last_update_time: The last time this condition was updated.
|
|
1376
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
1377
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
1377
1378
|
"""
|
|
1378
1379
|
pulumi.set(__self__, "status", status)
|
|
1379
1380
|
pulumi.set(__self__, "type", type)
|
|
@@ -1388,7 +1389,7 @@ class DeploymentCondition(dict):
|
|
|
1388
1389
|
|
|
1389
1390
|
@property
|
|
1390
1391
|
@pulumi.getter
|
|
1391
|
-
def status(self) -> str:
|
|
1392
|
+
def status(self) -> builtins.str:
|
|
1392
1393
|
"""
|
|
1393
1394
|
Status of the condition, one of True, False, Unknown.
|
|
1394
1395
|
"""
|
|
@@ -1396,7 +1397,7 @@ class DeploymentCondition(dict):
|
|
|
1396
1397
|
|
|
1397
1398
|
@property
|
|
1398
1399
|
@pulumi.getter
|
|
1399
|
-
def type(self) -> str:
|
|
1400
|
+
def type(self) -> builtins.str:
|
|
1400
1401
|
"""
|
|
1401
1402
|
Type of deployment condition.
|
|
1402
1403
|
"""
|
|
@@ -1404,7 +1405,7 @@ class DeploymentCondition(dict):
|
|
|
1404
1405
|
|
|
1405
1406
|
@property
|
|
1406
1407
|
@pulumi.getter(name="lastTransitionTime")
|
|
1407
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1408
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1408
1409
|
"""
|
|
1409
1410
|
Last time the condition transitioned from one status to another.
|
|
1410
1411
|
"""
|
|
@@ -1412,7 +1413,7 @@ class DeploymentCondition(dict):
|
|
|
1412
1413
|
|
|
1413
1414
|
@property
|
|
1414
1415
|
@pulumi.getter(name="lastUpdateTime")
|
|
1415
|
-
def last_update_time(self) -> Optional[str]:
|
|
1416
|
+
def last_update_time(self) -> Optional[builtins.str]:
|
|
1416
1417
|
"""
|
|
1417
1418
|
The last time this condition was updated.
|
|
1418
1419
|
"""
|
|
@@ -1420,7 +1421,7 @@ class DeploymentCondition(dict):
|
|
|
1420
1421
|
|
|
1421
1422
|
@property
|
|
1422
1423
|
@pulumi.getter
|
|
1423
|
-
def message(self) -> Optional[str]:
|
|
1424
|
+
def message(self) -> Optional[builtins.str]:
|
|
1424
1425
|
"""
|
|
1425
1426
|
A human readable message indicating details about the transition.
|
|
1426
1427
|
"""
|
|
@@ -1428,7 +1429,7 @@ class DeploymentCondition(dict):
|
|
|
1428
1429
|
|
|
1429
1430
|
@property
|
|
1430
1431
|
@pulumi.getter
|
|
1431
|
-
def reason(self) -> Optional[str]:
|
|
1432
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1432
1433
|
"""
|
|
1433
1434
|
The reason for the condition's last transition.
|
|
1434
1435
|
"""
|
|
@@ -1460,20 +1461,20 @@ class DeploymentConditionPatch(dict):
|
|
|
1460
1461
|
return super().get(key, default)
|
|
1461
1462
|
|
|
1462
1463
|
def __init__(__self__, *,
|
|
1463
|
-
last_transition_time: Optional[str] = None,
|
|
1464
|
-
last_update_time: Optional[str] = None,
|
|
1465
|
-
message: Optional[str] = None,
|
|
1466
|
-
reason: Optional[str] = None,
|
|
1467
|
-
status: Optional[str] = None,
|
|
1468
|
-
type: Optional[str] = None):
|
|
1464
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1465
|
+
last_update_time: Optional[builtins.str] = None,
|
|
1466
|
+
message: Optional[builtins.str] = None,
|
|
1467
|
+
reason: Optional[builtins.str] = None,
|
|
1468
|
+
status: Optional[builtins.str] = None,
|
|
1469
|
+
type: Optional[builtins.str] = None):
|
|
1469
1470
|
"""
|
|
1470
1471
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
1471
|
-
:param str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1472
|
-
:param str last_update_time: The last time this condition was updated.
|
|
1473
|
-
:param str message: A human readable message indicating details about the transition.
|
|
1474
|
-
:param str reason: The reason for the condition's last transition.
|
|
1475
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
1476
|
-
:param str type: Type of deployment condition.
|
|
1472
|
+
:param builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1473
|
+
:param builtins.str last_update_time: The last time this condition was updated.
|
|
1474
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
1475
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
1476
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
1477
|
+
:param builtins.str type: Type of deployment condition.
|
|
1477
1478
|
"""
|
|
1478
1479
|
if last_transition_time is not None:
|
|
1479
1480
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1490,7 +1491,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1490
1491
|
|
|
1491
1492
|
@property
|
|
1492
1493
|
@pulumi.getter(name="lastTransitionTime")
|
|
1493
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1494
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1494
1495
|
"""
|
|
1495
1496
|
Last time the condition transitioned from one status to another.
|
|
1496
1497
|
"""
|
|
@@ -1498,7 +1499,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1498
1499
|
|
|
1499
1500
|
@property
|
|
1500
1501
|
@pulumi.getter(name="lastUpdateTime")
|
|
1501
|
-
def last_update_time(self) -> Optional[str]:
|
|
1502
|
+
def last_update_time(self) -> Optional[builtins.str]:
|
|
1502
1503
|
"""
|
|
1503
1504
|
The last time this condition was updated.
|
|
1504
1505
|
"""
|
|
@@ -1506,7 +1507,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1506
1507
|
|
|
1507
1508
|
@property
|
|
1508
1509
|
@pulumi.getter
|
|
1509
|
-
def message(self) -> Optional[str]:
|
|
1510
|
+
def message(self) -> Optional[builtins.str]:
|
|
1510
1511
|
"""
|
|
1511
1512
|
A human readable message indicating details about the transition.
|
|
1512
1513
|
"""
|
|
@@ -1514,7 +1515,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1514
1515
|
|
|
1515
1516
|
@property
|
|
1516
1517
|
@pulumi.getter
|
|
1517
|
-
def reason(self) -> Optional[str]:
|
|
1518
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1518
1519
|
"""
|
|
1519
1520
|
The reason for the condition's last transition.
|
|
1520
1521
|
"""
|
|
@@ -1522,7 +1523,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1522
1523
|
|
|
1523
1524
|
@property
|
|
1524
1525
|
@pulumi.getter
|
|
1525
|
-
def status(self) -> Optional[str]:
|
|
1526
|
+
def status(self) -> Optional[builtins.str]:
|
|
1526
1527
|
"""
|
|
1527
1528
|
Status of the condition, one of True, False, Unknown.
|
|
1528
1529
|
"""
|
|
@@ -1530,7 +1531,7 @@ class DeploymentConditionPatch(dict):
|
|
|
1530
1531
|
|
|
1531
1532
|
@property
|
|
1532
1533
|
@pulumi.getter
|
|
1533
|
-
def type(self) -> Optional[str]:
|
|
1534
|
+
def type(self) -> Optional[builtins.str]:
|
|
1534
1535
|
"""
|
|
1535
1536
|
Type of deployment condition.
|
|
1536
1537
|
"""
|
|
@@ -1567,22 +1568,22 @@ class DeploymentSpec(dict):
|
|
|
1567
1568
|
|
|
1568
1569
|
def __init__(__self__, *,
|
|
1569
1570
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
1570
|
-
min_ready_seconds: Optional[int] = None,
|
|
1571
|
-
paused: Optional[bool] = None,
|
|
1572
|
-
progress_deadline_seconds: Optional[int] = None,
|
|
1573
|
-
replicas: Optional[int] = None,
|
|
1574
|
-
revision_history_limit: Optional[int] = None,
|
|
1571
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
1572
|
+
paused: Optional[builtins.bool] = None,
|
|
1573
|
+
progress_deadline_seconds: Optional[builtins.int] = None,
|
|
1574
|
+
replicas: Optional[builtins.int] = None,
|
|
1575
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
1575
1576
|
rollback_to: Optional['outputs.RollbackConfig'] = None,
|
|
1576
1577
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None,
|
|
1577
1578
|
strategy: Optional['outputs.DeploymentStrategy'] = None):
|
|
1578
1579
|
"""
|
|
1579
1580
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1580
1581
|
:param '_core.v1.PodTemplateSpecArgs' template: Template describes the pods that will be created.
|
|
1581
|
-
:param int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1582
|
-
:param bool paused: Indicates that the deployment is paused and will not be processed by the deployment controller.
|
|
1583
|
-
:param int progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. This is set to the max value of int32 (i.e. 2147483647) by default, which means "no deadline".
|
|
1584
|
-
:param int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1585
|
-
:param int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means "retaining all old RelicaSets".
|
|
1582
|
+
:param builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1583
|
+
:param builtins.bool paused: Indicates that the deployment is paused and will not be processed by the deployment controller.
|
|
1584
|
+
:param builtins.int progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. This is set to the max value of int32 (i.e. 2147483647) by default, which means "no deadline".
|
|
1585
|
+
:param builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1586
|
+
:param builtins.int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means "retaining all old RelicaSets".
|
|
1586
1587
|
:param 'RollbackConfigArgs' rollback_to: DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.
|
|
1587
1588
|
:param '_meta.v1.LabelSelectorArgs' selector: Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment.
|
|
1588
1589
|
:param 'DeploymentStrategyArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
@@ -1615,7 +1616,7 @@ class DeploymentSpec(dict):
|
|
|
1615
1616
|
|
|
1616
1617
|
@property
|
|
1617
1618
|
@pulumi.getter(name="minReadySeconds")
|
|
1618
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
1619
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
1619
1620
|
"""
|
|
1620
1621
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1621
1622
|
"""
|
|
@@ -1623,7 +1624,7 @@ class DeploymentSpec(dict):
|
|
|
1623
1624
|
|
|
1624
1625
|
@property
|
|
1625
1626
|
@pulumi.getter
|
|
1626
|
-
def paused(self) -> Optional[bool]:
|
|
1627
|
+
def paused(self) -> Optional[builtins.bool]:
|
|
1627
1628
|
"""
|
|
1628
1629
|
Indicates that the deployment is paused and will not be processed by the deployment controller.
|
|
1629
1630
|
"""
|
|
@@ -1631,7 +1632,7 @@ class DeploymentSpec(dict):
|
|
|
1631
1632
|
|
|
1632
1633
|
@property
|
|
1633
1634
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1634
|
-
def progress_deadline_seconds(self) -> Optional[int]:
|
|
1635
|
+
def progress_deadline_seconds(self) -> Optional[builtins.int]:
|
|
1635
1636
|
"""
|
|
1636
1637
|
The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. This is set to the max value of int32 (i.e. 2147483647) by default, which means "no deadline".
|
|
1637
1638
|
"""
|
|
@@ -1639,7 +1640,7 @@ class DeploymentSpec(dict):
|
|
|
1639
1640
|
|
|
1640
1641
|
@property
|
|
1641
1642
|
@pulumi.getter
|
|
1642
|
-
def replicas(self) -> Optional[int]:
|
|
1643
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
1643
1644
|
"""
|
|
1644
1645
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1645
1646
|
"""
|
|
@@ -1647,7 +1648,7 @@ class DeploymentSpec(dict):
|
|
|
1647
1648
|
|
|
1648
1649
|
@property
|
|
1649
1650
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1650
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
1651
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
1651
1652
|
"""
|
|
1652
1653
|
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means "retaining all old RelicaSets".
|
|
1653
1654
|
"""
|
|
@@ -1707,22 +1708,22 @@ class DeploymentSpecPatch(dict):
|
|
|
1707
1708
|
return super().get(key, default)
|
|
1708
1709
|
|
|
1709
1710
|
def __init__(__self__, *,
|
|
1710
|
-
min_ready_seconds: Optional[int] = None,
|
|
1711
|
-
paused: Optional[bool] = None,
|
|
1712
|
-
progress_deadline_seconds: Optional[int] = None,
|
|
1713
|
-
replicas: Optional[int] = None,
|
|
1714
|
-
revision_history_limit: Optional[int] = None,
|
|
1711
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
1712
|
+
paused: Optional[builtins.bool] = None,
|
|
1713
|
+
progress_deadline_seconds: Optional[builtins.int] = None,
|
|
1714
|
+
replicas: Optional[builtins.int] = None,
|
|
1715
|
+
revision_history_limit: Optional[builtins.int] = None,
|
|
1715
1716
|
rollback_to: Optional['outputs.RollbackConfigPatch'] = None,
|
|
1716
1717
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
1717
1718
|
strategy: Optional['outputs.DeploymentStrategyPatch'] = None,
|
|
1718
1719
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None):
|
|
1719
1720
|
"""
|
|
1720
1721
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1721
|
-
:param int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1722
|
-
:param bool paused: Indicates that the deployment is paused and will not be processed by the deployment controller.
|
|
1723
|
-
:param int progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. This is set to the max value of int32 (i.e. 2147483647) by default, which means "no deadline".
|
|
1724
|
-
:param int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1725
|
-
:param int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means "retaining all old RelicaSets".
|
|
1722
|
+
:param builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1723
|
+
:param builtins.bool paused: Indicates that the deployment is paused and will not be processed by the deployment controller.
|
|
1724
|
+
:param builtins.int progress_deadline_seconds: The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. This is set to the max value of int32 (i.e. 2147483647) by default, which means "no deadline".
|
|
1725
|
+
:param builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1726
|
+
:param builtins.int revision_history_limit: The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means "retaining all old RelicaSets".
|
|
1726
1727
|
:param 'RollbackConfigPatchArgs' rollback_to: DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.
|
|
1727
1728
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: Label selector for pods. Existing ReplicaSets whose pods are selected by this will be the ones affected by this deployment.
|
|
1728
1729
|
:param 'DeploymentStrategyPatchArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
@@ -1749,7 +1750,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1749
1750
|
|
|
1750
1751
|
@property
|
|
1751
1752
|
@pulumi.getter(name="minReadySeconds")
|
|
1752
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
1753
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
1753
1754
|
"""
|
|
1754
1755
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
1755
1756
|
"""
|
|
@@ -1757,7 +1758,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1757
1758
|
|
|
1758
1759
|
@property
|
|
1759
1760
|
@pulumi.getter
|
|
1760
|
-
def paused(self) -> Optional[bool]:
|
|
1761
|
+
def paused(self) -> Optional[builtins.bool]:
|
|
1761
1762
|
"""
|
|
1762
1763
|
Indicates that the deployment is paused and will not be processed by the deployment controller.
|
|
1763
1764
|
"""
|
|
@@ -1765,7 +1766,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1765
1766
|
|
|
1766
1767
|
@property
|
|
1767
1768
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1768
|
-
def progress_deadline_seconds(self) -> Optional[int]:
|
|
1769
|
+
def progress_deadline_seconds(self) -> Optional[builtins.int]:
|
|
1769
1770
|
"""
|
|
1770
1771
|
The maximum time in seconds for a deployment to make progress before it is considered to be failed. The deployment controller will continue to process failed deployments and a condition with a ProgressDeadlineExceeded reason will be surfaced in the deployment status. Note that progress will not be estimated during the time a deployment is paused. This is set to the max value of int32 (i.e. 2147483647) by default, which means "no deadline".
|
|
1771
1772
|
"""
|
|
@@ -1773,7 +1774,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1773
1774
|
|
|
1774
1775
|
@property
|
|
1775
1776
|
@pulumi.getter
|
|
1776
|
-
def replicas(self) -> Optional[int]:
|
|
1777
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
1777
1778
|
"""
|
|
1778
1779
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1779
1780
|
"""
|
|
@@ -1781,7 +1782,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1781
1782
|
|
|
1782
1783
|
@property
|
|
1783
1784
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1784
|
-
def revision_history_limit(self) -> Optional[int]:
|
|
1785
|
+
def revision_history_limit(self) -> Optional[builtins.int]:
|
|
1785
1786
|
"""
|
|
1786
1787
|
The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means "retaining all old RelicaSets".
|
|
1787
1788
|
"""
|
|
@@ -1853,24 +1854,24 @@ class DeploymentStatus(dict):
|
|
|
1853
1854
|
return super().get(key, default)
|
|
1854
1855
|
|
|
1855
1856
|
def __init__(__self__, *,
|
|
1856
|
-
available_replicas: Optional[int] = None,
|
|
1857
|
-
collision_count: Optional[int] = None,
|
|
1857
|
+
available_replicas: Optional[builtins.int] = None,
|
|
1858
|
+
collision_count: Optional[builtins.int] = None,
|
|
1858
1859
|
conditions: Optional[Sequence['outputs.DeploymentCondition']] = None,
|
|
1859
|
-
observed_generation: Optional[int] = None,
|
|
1860
|
-
ready_replicas: Optional[int] = None,
|
|
1861
|
-
replicas: Optional[int] = None,
|
|
1862
|
-
unavailable_replicas: Optional[int] = None,
|
|
1863
|
-
updated_replicas: Optional[int] = None):
|
|
1860
|
+
observed_generation: Optional[builtins.int] = None,
|
|
1861
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
1862
|
+
replicas: Optional[builtins.int] = None,
|
|
1863
|
+
unavailable_replicas: Optional[builtins.int] = None,
|
|
1864
|
+
updated_replicas: Optional[builtins.int] = None):
|
|
1864
1865
|
"""
|
|
1865
1866
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
1866
|
-
:param int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1867
|
-
:param int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1867
|
+
:param builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1868
|
+
:param builtins.int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1868
1869
|
:param Sequence['DeploymentConditionArgs'] conditions: Represents the latest available observations of a deployment's current state.
|
|
1869
|
-
:param int observed_generation: The generation observed by the deployment controller.
|
|
1870
|
-
:param int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
1871
|
-
:param int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1872
|
-
:param int unavailable_replicas: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
1873
|
-
:param int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1870
|
+
:param builtins.int observed_generation: The generation observed by the deployment controller.
|
|
1871
|
+
:param builtins.int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
1872
|
+
:param builtins.int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1873
|
+
:param builtins.int unavailable_replicas: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
1874
|
+
:param builtins.int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1874
1875
|
"""
|
|
1875
1876
|
if available_replicas is not None:
|
|
1876
1877
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -1891,7 +1892,7 @@ class DeploymentStatus(dict):
|
|
|
1891
1892
|
|
|
1892
1893
|
@property
|
|
1893
1894
|
@pulumi.getter(name="availableReplicas")
|
|
1894
|
-
def available_replicas(self) -> Optional[int]:
|
|
1895
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
1895
1896
|
"""
|
|
1896
1897
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1897
1898
|
"""
|
|
@@ -1899,7 +1900,7 @@ class DeploymentStatus(dict):
|
|
|
1899
1900
|
|
|
1900
1901
|
@property
|
|
1901
1902
|
@pulumi.getter(name="collisionCount")
|
|
1902
|
-
def collision_count(self) -> Optional[int]:
|
|
1903
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
1903
1904
|
"""
|
|
1904
1905
|
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
1905
1906
|
"""
|
|
@@ -1915,7 +1916,7 @@ class DeploymentStatus(dict):
|
|
|
1915
1916
|
|
|
1916
1917
|
@property
|
|
1917
1918
|
@pulumi.getter(name="observedGeneration")
|
|
1918
|
-
def observed_generation(self) -> Optional[int]:
|
|
1919
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
1919
1920
|
"""
|
|
1920
1921
|
The generation observed by the deployment controller.
|
|
1921
1922
|
"""
|
|
@@ -1923,7 +1924,7 @@ class DeploymentStatus(dict):
|
|
|
1923
1924
|
|
|
1924
1925
|
@property
|
|
1925
1926
|
@pulumi.getter(name="readyReplicas")
|
|
1926
|
-
def ready_replicas(self) -> Optional[int]:
|
|
1927
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
1927
1928
|
"""
|
|
1928
1929
|
Total number of ready pods targeted by this deployment.
|
|
1929
1930
|
"""
|
|
@@ -1931,7 +1932,7 @@ class DeploymentStatus(dict):
|
|
|
1931
1932
|
|
|
1932
1933
|
@property
|
|
1933
1934
|
@pulumi.getter
|
|
1934
|
-
def replicas(self) -> Optional[int]:
|
|
1935
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
1935
1936
|
"""
|
|
1936
1937
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1937
1938
|
"""
|
|
@@ -1939,7 +1940,7 @@ class DeploymentStatus(dict):
|
|
|
1939
1940
|
|
|
1940
1941
|
@property
|
|
1941
1942
|
@pulumi.getter(name="unavailableReplicas")
|
|
1942
|
-
def unavailable_replicas(self) -> Optional[int]:
|
|
1943
|
+
def unavailable_replicas(self) -> Optional[builtins.int]:
|
|
1943
1944
|
"""
|
|
1944
1945
|
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
1945
1946
|
"""
|
|
@@ -1947,7 +1948,7 @@ class DeploymentStatus(dict):
|
|
|
1947
1948
|
|
|
1948
1949
|
@property
|
|
1949
1950
|
@pulumi.getter(name="updatedReplicas")
|
|
1950
|
-
def updated_replicas(self) -> Optional[int]:
|
|
1951
|
+
def updated_replicas(self) -> Optional[builtins.int]:
|
|
1951
1952
|
"""
|
|
1952
1953
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1953
1954
|
"""
|
|
@@ -1987,24 +1988,24 @@ class DeploymentStatusPatch(dict):
|
|
|
1987
1988
|
return super().get(key, default)
|
|
1988
1989
|
|
|
1989
1990
|
def __init__(__self__, *,
|
|
1990
|
-
available_replicas: Optional[int] = None,
|
|
1991
|
-
collision_count: Optional[int] = None,
|
|
1991
|
+
available_replicas: Optional[builtins.int] = None,
|
|
1992
|
+
collision_count: Optional[builtins.int] = None,
|
|
1992
1993
|
conditions: Optional[Sequence['outputs.DeploymentConditionPatch']] = None,
|
|
1993
|
-
observed_generation: Optional[int] = None,
|
|
1994
|
-
ready_replicas: Optional[int] = None,
|
|
1995
|
-
replicas: Optional[int] = None,
|
|
1996
|
-
unavailable_replicas: Optional[int] = None,
|
|
1997
|
-
updated_replicas: Optional[int] = None):
|
|
1994
|
+
observed_generation: Optional[builtins.int] = None,
|
|
1995
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
1996
|
+
replicas: Optional[builtins.int] = None,
|
|
1997
|
+
unavailable_replicas: Optional[builtins.int] = None,
|
|
1998
|
+
updated_replicas: Optional[builtins.int] = None):
|
|
1998
1999
|
"""
|
|
1999
2000
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
2000
|
-
:param int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
2001
|
-
:param int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
2001
|
+
:param builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
2002
|
+
:param builtins.int collision_count: Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
2002
2003
|
:param Sequence['DeploymentConditionPatchArgs'] conditions: Represents the latest available observations of a deployment's current state.
|
|
2003
|
-
:param int observed_generation: The generation observed by the deployment controller.
|
|
2004
|
-
:param int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
2005
|
-
:param int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
2006
|
-
:param int unavailable_replicas: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
2007
|
-
:param int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
2004
|
+
:param builtins.int observed_generation: The generation observed by the deployment controller.
|
|
2005
|
+
:param builtins.int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
2006
|
+
:param builtins.int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
2007
|
+
:param builtins.int unavailable_replicas: Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
2008
|
+
:param builtins.int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
2008
2009
|
"""
|
|
2009
2010
|
if available_replicas is not None:
|
|
2010
2011
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -2025,7 +2026,7 @@ class DeploymentStatusPatch(dict):
|
|
|
2025
2026
|
|
|
2026
2027
|
@property
|
|
2027
2028
|
@pulumi.getter(name="availableReplicas")
|
|
2028
|
-
def available_replicas(self) -> Optional[int]:
|
|
2029
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
2029
2030
|
"""
|
|
2030
2031
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
2031
2032
|
"""
|
|
@@ -2033,7 +2034,7 @@ class DeploymentStatusPatch(dict):
|
|
|
2033
2034
|
|
|
2034
2035
|
@property
|
|
2035
2036
|
@pulumi.getter(name="collisionCount")
|
|
2036
|
-
def collision_count(self) -> Optional[int]:
|
|
2037
|
+
def collision_count(self) -> Optional[builtins.int]:
|
|
2037
2038
|
"""
|
|
2038
2039
|
Count of hash collisions for the Deployment. The Deployment controller uses this field as a collision avoidance mechanism when it needs to create the name for the newest ReplicaSet.
|
|
2039
2040
|
"""
|
|
@@ -2049,7 +2050,7 @@ class DeploymentStatusPatch(dict):
|
|
|
2049
2050
|
|
|
2050
2051
|
@property
|
|
2051
2052
|
@pulumi.getter(name="observedGeneration")
|
|
2052
|
-
def observed_generation(self) -> Optional[int]:
|
|
2053
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
2053
2054
|
"""
|
|
2054
2055
|
The generation observed by the deployment controller.
|
|
2055
2056
|
"""
|
|
@@ -2057,7 +2058,7 @@ class DeploymentStatusPatch(dict):
|
|
|
2057
2058
|
|
|
2058
2059
|
@property
|
|
2059
2060
|
@pulumi.getter(name="readyReplicas")
|
|
2060
|
-
def ready_replicas(self) -> Optional[int]:
|
|
2061
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
2061
2062
|
"""
|
|
2062
2063
|
Total number of ready pods targeted by this deployment.
|
|
2063
2064
|
"""
|
|
@@ -2065,7 +2066,7 @@ class DeploymentStatusPatch(dict):
|
|
|
2065
2066
|
|
|
2066
2067
|
@property
|
|
2067
2068
|
@pulumi.getter
|
|
2068
|
-
def replicas(self) -> Optional[int]:
|
|
2069
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
2069
2070
|
"""
|
|
2070
2071
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
2071
2072
|
"""
|
|
@@ -2073,7 +2074,7 @@ class DeploymentStatusPatch(dict):
|
|
|
2073
2074
|
|
|
2074
2075
|
@property
|
|
2075
2076
|
@pulumi.getter(name="unavailableReplicas")
|
|
2076
|
-
def unavailable_replicas(self) -> Optional[int]:
|
|
2077
|
+
def unavailable_replicas(self) -> Optional[builtins.int]:
|
|
2077
2078
|
"""
|
|
2078
2079
|
Total number of unavailable pods targeted by this deployment. This is the total number of pods that are still required for the deployment to have 100% available capacity. They may either be pods that are running but not yet available or pods that still have not been created.
|
|
2079
2080
|
"""
|
|
@@ -2081,7 +2082,7 @@ class DeploymentStatusPatch(dict):
|
|
|
2081
2082
|
|
|
2082
2083
|
@property
|
|
2083
2084
|
@pulumi.getter(name="updatedReplicas")
|
|
2084
|
-
def updated_replicas(self) -> Optional[int]:
|
|
2085
|
+
def updated_replicas(self) -> Optional[builtins.int]:
|
|
2085
2086
|
"""
|
|
2086
2087
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
2087
2088
|
"""
|
|
@@ -2112,11 +2113,11 @@ class DeploymentStrategy(dict):
|
|
|
2112
2113
|
|
|
2113
2114
|
def __init__(__self__, *,
|
|
2114
2115
|
rolling_update: Optional['outputs.RollingUpdateDeployment'] = None,
|
|
2115
|
-
type: Optional[str] = None):
|
|
2116
|
+
type: Optional[builtins.str] = None):
|
|
2116
2117
|
"""
|
|
2117
2118
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
2118
2119
|
:param 'RollingUpdateDeploymentArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
2119
|
-
:param str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
2120
|
+
:param builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
2120
2121
|
"""
|
|
2121
2122
|
if rolling_update is not None:
|
|
2122
2123
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -2133,7 +2134,7 @@ class DeploymentStrategy(dict):
|
|
|
2133
2134
|
|
|
2134
2135
|
@property
|
|
2135
2136
|
@pulumi.getter
|
|
2136
|
-
def type(self) -> Optional[str]:
|
|
2137
|
+
def type(self) -> Optional[builtins.str]:
|
|
2137
2138
|
"""
|
|
2138
2139
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
2139
2140
|
"""
|
|
@@ -2164,11 +2165,11 @@ class DeploymentStrategyPatch(dict):
|
|
|
2164
2165
|
|
|
2165
2166
|
def __init__(__self__, *,
|
|
2166
2167
|
rolling_update: Optional['outputs.RollingUpdateDeploymentPatch'] = None,
|
|
2167
|
-
type: Optional[str] = None):
|
|
2168
|
+
type: Optional[builtins.str] = None):
|
|
2168
2169
|
"""
|
|
2169
2170
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
2170
2171
|
:param 'RollingUpdateDeploymentPatchArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
2171
|
-
:param str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
2172
|
+
:param builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
2172
2173
|
"""
|
|
2173
2174
|
if rolling_update is not None:
|
|
2174
2175
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
@@ -2185,7 +2186,7 @@ class DeploymentStrategyPatch(dict):
|
|
|
2185
2186
|
|
|
2186
2187
|
@property
|
|
2187
2188
|
@pulumi.getter
|
|
2188
|
-
def type(self) -> Optional[str]:
|
|
2189
|
+
def type(self) -> Optional[builtins.str]:
|
|
2189
2190
|
"""
|
|
2190
2191
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
2191
2192
|
"""
|
|
@@ -2199,11 +2200,11 @@ class FSGroupStrategyOptions(dict):
|
|
|
2199
2200
|
"""
|
|
2200
2201
|
def __init__(__self__, *,
|
|
2201
2202
|
ranges: Optional[Sequence['outputs.IDRange']] = None,
|
|
2202
|
-
rule: Optional[str] = None):
|
|
2203
|
+
rule: Optional[builtins.str] = None):
|
|
2203
2204
|
"""
|
|
2204
2205
|
FSGroupStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use FSGroupStrategyOptions from policy API Group instead.
|
|
2205
2206
|
: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.
|
|
2206
|
-
:param str rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
2207
|
+
:param builtins.str rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
2207
2208
|
"""
|
|
2208
2209
|
if ranges is not None:
|
|
2209
2210
|
pulumi.set(__self__, "ranges", ranges)
|
|
@@ -2220,7 +2221,7 @@ class FSGroupStrategyOptions(dict):
|
|
|
2220
2221
|
|
|
2221
2222
|
@property
|
|
2222
2223
|
@pulumi.getter
|
|
2223
|
-
def rule(self) -> Optional[str]:
|
|
2224
|
+
def rule(self) -> Optional[builtins.str]:
|
|
2224
2225
|
"""
|
|
2225
2226
|
rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
2226
2227
|
"""
|
|
@@ -2234,11 +2235,11 @@ class FSGroupStrategyOptionsPatch(dict):
|
|
|
2234
2235
|
"""
|
|
2235
2236
|
def __init__(__self__, *,
|
|
2236
2237
|
ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
|
|
2237
|
-
rule: Optional[str] = None):
|
|
2238
|
+
rule: Optional[builtins.str] = None):
|
|
2238
2239
|
"""
|
|
2239
2240
|
FSGroupStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use FSGroupStrategyOptions from policy API Group instead.
|
|
2240
2241
|
: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.
|
|
2241
|
-
:param str rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
2242
|
+
:param builtins.str rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
2242
2243
|
"""
|
|
2243
2244
|
if ranges is not None:
|
|
2244
2245
|
pulumi.set(__self__, "ranges", ranges)
|
|
@@ -2255,7 +2256,7 @@ class FSGroupStrategyOptionsPatch(dict):
|
|
|
2255
2256
|
|
|
2256
2257
|
@property
|
|
2257
2258
|
@pulumi.getter
|
|
2258
|
-
def rule(self) -> Optional[str]:
|
|
2259
|
+
def rule(self) -> Optional[builtins.str]:
|
|
2259
2260
|
"""
|
|
2260
2261
|
rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
2261
2262
|
"""
|
|
@@ -2286,13 +2287,13 @@ class HTTPIngressPath(dict):
|
|
|
2286
2287
|
|
|
2287
2288
|
def __init__(__self__, *,
|
|
2288
2289
|
backend: 'outputs.IngressBackend',
|
|
2289
|
-
path: Optional[str] = None,
|
|
2290
|
-
path_type: Optional[str] = None):
|
|
2290
|
+
path: Optional[builtins.str] = None,
|
|
2291
|
+
path_type: Optional[builtins.str] = None):
|
|
2291
2292
|
"""
|
|
2292
2293
|
HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
2293
2294
|
:param 'IngressBackendArgs' backend: Backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
2294
|
-
:param str path: Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
2295
|
-
:param str path_type: PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
2295
|
+
:param builtins.str path: Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
2296
|
+
:param builtins.str path_type: PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
2296
2297
|
done on a path element by element basis. A path element refers is the
|
|
2297
2298
|
list of labels in the path split by the '/' separator. A request is a
|
|
2298
2299
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -2320,7 +2321,7 @@ class HTTPIngressPath(dict):
|
|
|
2320
2321
|
|
|
2321
2322
|
@property
|
|
2322
2323
|
@pulumi.getter
|
|
2323
|
-
def path(self) -> Optional[str]:
|
|
2324
|
+
def path(self) -> Optional[builtins.str]:
|
|
2324
2325
|
"""
|
|
2325
2326
|
Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
2326
2327
|
"""
|
|
@@ -2328,7 +2329,7 @@ class HTTPIngressPath(dict):
|
|
|
2328
2329
|
|
|
2329
2330
|
@property
|
|
2330
2331
|
@pulumi.getter(name="pathType")
|
|
2331
|
-
def path_type(self) -> Optional[str]:
|
|
2332
|
+
def path_type(self) -> Optional[builtins.str]:
|
|
2332
2333
|
"""
|
|
2333
2334
|
PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
2334
2335
|
done on a path element by element basis. A path element refers is the
|
|
@@ -2369,13 +2370,13 @@ class HTTPIngressPathPatch(dict):
|
|
|
2369
2370
|
|
|
2370
2371
|
def __init__(__self__, *,
|
|
2371
2372
|
backend: Optional['outputs.IngressBackendPatch'] = None,
|
|
2372
|
-
path: Optional[str] = None,
|
|
2373
|
-
path_type: Optional[str] = None):
|
|
2373
|
+
path: Optional[builtins.str] = None,
|
|
2374
|
+
path_type: Optional[builtins.str] = None):
|
|
2374
2375
|
"""
|
|
2375
2376
|
HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
2376
2377
|
:param 'IngressBackendPatchArgs' backend: Backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
2377
|
-
:param str path: Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
2378
|
-
:param str path_type: PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
2378
|
+
:param builtins.str path: Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
2379
|
+
:param builtins.str path_type: PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
2379
2380
|
done on a path element by element basis. A path element refers is the
|
|
2380
2381
|
list of labels in the path split by the '/' separator. A request is a
|
|
2381
2382
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -2404,7 +2405,7 @@ class HTTPIngressPathPatch(dict):
|
|
|
2404
2405
|
|
|
2405
2406
|
@property
|
|
2406
2407
|
@pulumi.getter
|
|
2407
|
-
def path(self) -> Optional[str]:
|
|
2408
|
+
def path(self) -> Optional[builtins.str]:
|
|
2408
2409
|
"""
|
|
2409
2410
|
Path is an extended POSIX regex as defined by IEEE Std 1003.1, (i.e this follows the egrep/unix syntax, not the perl syntax) matched against the path of an incoming request. Currently it can contain characters disallowed from the conventional "path" part of a URL as defined by RFC 3986. Paths must begin with a '/'. If unspecified, the path defaults to a catch all sending traffic to the backend.
|
|
2410
2411
|
"""
|
|
@@ -2412,7 +2413,7 @@ class HTTPIngressPathPatch(dict):
|
|
|
2412
2413
|
|
|
2413
2414
|
@property
|
|
2414
2415
|
@pulumi.getter(name="pathType")
|
|
2415
|
-
def path_type(self) -> Optional[str]:
|
|
2416
|
+
def path_type(self) -> Optional[builtins.str]:
|
|
2416
2417
|
"""
|
|
2417
2418
|
PathType determines the interpretation of the Path matching. PathType can be one of the following values: * Exact: Matches the URL path exactly. * Prefix: Matches based on a URL path prefix split by '/'. Matching is
|
|
2418
2419
|
done on a path element by element basis. A path element refers is the
|
|
@@ -2480,19 +2481,19 @@ class HostPortRange(dict):
|
|
|
2480
2481
|
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. Deprecated: use HostPortRange from policy API Group instead.
|
|
2481
2482
|
"""
|
|
2482
2483
|
def __init__(__self__, *,
|
|
2483
|
-
max: int,
|
|
2484
|
-
min: int):
|
|
2484
|
+
max: builtins.int,
|
|
2485
|
+
min: builtins.int):
|
|
2485
2486
|
"""
|
|
2486
2487
|
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. Deprecated: use HostPortRange from policy API Group instead.
|
|
2487
|
-
:param int max: max is the end of the range, inclusive.
|
|
2488
|
-
:param int min: min is the start of the range, inclusive.
|
|
2488
|
+
:param builtins.int max: max is the end of the range, inclusive.
|
|
2489
|
+
:param builtins.int min: min is the start of the range, inclusive.
|
|
2489
2490
|
"""
|
|
2490
2491
|
pulumi.set(__self__, "max", max)
|
|
2491
2492
|
pulumi.set(__self__, "min", min)
|
|
2492
2493
|
|
|
2493
2494
|
@property
|
|
2494
2495
|
@pulumi.getter
|
|
2495
|
-
def max(self) -> int:
|
|
2496
|
+
def max(self) -> builtins.int:
|
|
2496
2497
|
"""
|
|
2497
2498
|
max is the end of the range, inclusive.
|
|
2498
2499
|
"""
|
|
@@ -2500,7 +2501,7 @@ class HostPortRange(dict):
|
|
|
2500
2501
|
|
|
2501
2502
|
@property
|
|
2502
2503
|
@pulumi.getter
|
|
2503
|
-
def min(self) -> int:
|
|
2504
|
+
def min(self) -> builtins.int:
|
|
2504
2505
|
"""
|
|
2505
2506
|
min is the start of the range, inclusive.
|
|
2506
2507
|
"""
|
|
@@ -2513,12 +2514,12 @@ class HostPortRangePatch(dict):
|
|
|
2513
2514
|
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. Deprecated: use HostPortRange from policy API Group instead.
|
|
2514
2515
|
"""
|
|
2515
2516
|
def __init__(__self__, *,
|
|
2516
|
-
max: Optional[int] = None,
|
|
2517
|
-
min: Optional[int] = None):
|
|
2517
|
+
max: Optional[builtins.int] = None,
|
|
2518
|
+
min: Optional[builtins.int] = None):
|
|
2518
2519
|
"""
|
|
2519
2520
|
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. Deprecated: use HostPortRange from policy API Group instead.
|
|
2520
|
-
:param int max: max is the end of the range, inclusive.
|
|
2521
|
-
:param int min: min is the start of the range, inclusive.
|
|
2521
|
+
:param builtins.int max: max is the end of the range, inclusive.
|
|
2522
|
+
:param builtins.int min: min is the start of the range, inclusive.
|
|
2522
2523
|
"""
|
|
2523
2524
|
if max is not None:
|
|
2524
2525
|
pulumi.set(__self__, "max", max)
|
|
@@ -2527,7 +2528,7 @@ class HostPortRangePatch(dict):
|
|
|
2527
2528
|
|
|
2528
2529
|
@property
|
|
2529
2530
|
@pulumi.getter
|
|
2530
|
-
def max(self) -> Optional[int]:
|
|
2531
|
+
def max(self) -> Optional[builtins.int]:
|
|
2531
2532
|
"""
|
|
2532
2533
|
max is the end of the range, inclusive.
|
|
2533
2534
|
"""
|
|
@@ -2535,7 +2536,7 @@ class HostPortRangePatch(dict):
|
|
|
2535
2536
|
|
|
2536
2537
|
@property
|
|
2537
2538
|
@pulumi.getter
|
|
2538
|
-
def min(self) -> Optional[int]:
|
|
2539
|
+
def min(self) -> Optional[builtins.int]:
|
|
2539
2540
|
"""
|
|
2540
2541
|
min is the start of the range, inclusive.
|
|
2541
2542
|
"""
|
|
@@ -2548,19 +2549,19 @@ class IDRange(dict):
|
|
|
2548
2549
|
IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.
|
|
2549
2550
|
"""
|
|
2550
2551
|
def __init__(__self__, *,
|
|
2551
|
-
max: int,
|
|
2552
|
-
min: int):
|
|
2552
|
+
max: builtins.int,
|
|
2553
|
+
min: builtins.int):
|
|
2553
2554
|
"""
|
|
2554
2555
|
IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.
|
|
2555
|
-
:param int max: max is the end of the range, inclusive.
|
|
2556
|
-
:param int min: min is the start of the range, inclusive.
|
|
2556
|
+
:param builtins.int max: max is the end of the range, inclusive.
|
|
2557
|
+
:param builtins.int min: min is the start of the range, inclusive.
|
|
2557
2558
|
"""
|
|
2558
2559
|
pulumi.set(__self__, "max", max)
|
|
2559
2560
|
pulumi.set(__self__, "min", min)
|
|
2560
2561
|
|
|
2561
2562
|
@property
|
|
2562
2563
|
@pulumi.getter
|
|
2563
|
-
def max(self) -> int:
|
|
2564
|
+
def max(self) -> builtins.int:
|
|
2564
2565
|
"""
|
|
2565
2566
|
max is the end of the range, inclusive.
|
|
2566
2567
|
"""
|
|
@@ -2568,7 +2569,7 @@ class IDRange(dict):
|
|
|
2568
2569
|
|
|
2569
2570
|
@property
|
|
2570
2571
|
@pulumi.getter
|
|
2571
|
-
def min(self) -> int:
|
|
2572
|
+
def min(self) -> builtins.int:
|
|
2572
2573
|
"""
|
|
2573
2574
|
min is the start of the range, inclusive.
|
|
2574
2575
|
"""
|
|
@@ -2581,12 +2582,12 @@ class IDRangePatch(dict):
|
|
|
2581
2582
|
IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.
|
|
2582
2583
|
"""
|
|
2583
2584
|
def __init__(__self__, *,
|
|
2584
|
-
max: Optional[int] = None,
|
|
2585
|
-
min: Optional[int] = None):
|
|
2585
|
+
max: Optional[builtins.int] = None,
|
|
2586
|
+
min: Optional[builtins.int] = None):
|
|
2586
2587
|
"""
|
|
2587
2588
|
IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.
|
|
2588
|
-
:param int max: max is the end of the range, inclusive.
|
|
2589
|
-
:param int min: min is the start of the range, inclusive.
|
|
2589
|
+
:param builtins.int max: max is the end of the range, inclusive.
|
|
2590
|
+
:param builtins.int min: min is the start of the range, inclusive.
|
|
2590
2591
|
"""
|
|
2591
2592
|
if max is not None:
|
|
2592
2593
|
pulumi.set(__self__, "max", max)
|
|
@@ -2595,7 +2596,7 @@ class IDRangePatch(dict):
|
|
|
2595
2596
|
|
|
2596
2597
|
@property
|
|
2597
2598
|
@pulumi.getter
|
|
2598
|
-
def max(self) -> Optional[int]:
|
|
2599
|
+
def max(self) -> Optional[builtins.int]:
|
|
2599
2600
|
"""
|
|
2600
2601
|
max is the end of the range, inclusive.
|
|
2601
2602
|
"""
|
|
@@ -2603,7 +2604,7 @@ class IDRangePatch(dict):
|
|
|
2603
2604
|
|
|
2604
2605
|
@property
|
|
2605
2606
|
@pulumi.getter
|
|
2606
|
-
def min(self) -> Optional[int]:
|
|
2607
|
+
def min(self) -> Optional[builtins.int]:
|
|
2607
2608
|
"""
|
|
2608
2609
|
min is the start of the range, inclusive.
|
|
2609
2610
|
"""
|
|
@@ -2633,12 +2634,12 @@ class IPBlock(dict):
|
|
|
2633
2634
|
return super().get(key, default)
|
|
2634
2635
|
|
|
2635
2636
|
def __init__(__self__, *,
|
|
2636
|
-
cidr: str,
|
|
2637
|
-
except_: Optional[Sequence[str]] = None):
|
|
2637
|
+
cidr: builtins.str,
|
|
2638
|
+
except_: Optional[Sequence[builtins.str]] = None):
|
|
2638
2639
|
"""
|
|
2639
2640
|
DEPRECATED 1.9 - This group version of IPBlock is deprecated by networking/v1/IPBlock. IPBlock describes a particular CIDR (Ex. "192.168.1.1/24") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
|
|
2640
|
-
:param str cidr: CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24"
|
|
2641
|
-
:param Sequence[str] except_: Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" Except values will be rejected if they are outside the CIDR range
|
|
2641
|
+
:param builtins.str cidr: CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24"
|
|
2642
|
+
:param Sequence[builtins.str] except_: Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" Except values will be rejected if they are outside the CIDR range
|
|
2642
2643
|
"""
|
|
2643
2644
|
pulumi.set(__self__, "cidr", cidr)
|
|
2644
2645
|
if except_ is not None:
|
|
@@ -2646,7 +2647,7 @@ class IPBlock(dict):
|
|
|
2646
2647
|
|
|
2647
2648
|
@property
|
|
2648
2649
|
@pulumi.getter
|
|
2649
|
-
def cidr(self) -> str:
|
|
2650
|
+
def cidr(self) -> builtins.str:
|
|
2650
2651
|
"""
|
|
2651
2652
|
CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24"
|
|
2652
2653
|
"""
|
|
@@ -2654,7 +2655,7 @@ class IPBlock(dict):
|
|
|
2654
2655
|
|
|
2655
2656
|
@property
|
|
2656
2657
|
@pulumi.getter(name="except")
|
|
2657
|
-
def except_(self) -> Optional[Sequence[str]]:
|
|
2658
|
+
def except_(self) -> Optional[Sequence[builtins.str]]:
|
|
2658
2659
|
"""
|
|
2659
2660
|
Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" Except values will be rejected if they are outside the CIDR range
|
|
2660
2661
|
"""
|
|
@@ -2684,12 +2685,12 @@ class IPBlockPatch(dict):
|
|
|
2684
2685
|
return super().get(key, default)
|
|
2685
2686
|
|
|
2686
2687
|
def __init__(__self__, *,
|
|
2687
|
-
cidr: Optional[str] = None,
|
|
2688
|
-
except_: Optional[Sequence[str]] = None):
|
|
2688
|
+
cidr: Optional[builtins.str] = None,
|
|
2689
|
+
except_: Optional[Sequence[builtins.str]] = None):
|
|
2689
2690
|
"""
|
|
2690
2691
|
DEPRECATED 1.9 - This group version of IPBlock is deprecated by networking/v1/IPBlock. IPBlock describes a particular CIDR (Ex. "192.168.1.1/24") that is allowed to the pods matched by a NetworkPolicySpec's podSelector. The except entry describes CIDRs that should not be included within this rule.
|
|
2691
|
-
:param str cidr: CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24"
|
|
2692
|
-
:param Sequence[str] except_: Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" Except values will be rejected if they are outside the CIDR range
|
|
2692
|
+
:param builtins.str cidr: CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24"
|
|
2693
|
+
:param Sequence[builtins.str] except_: Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" Except values will be rejected if they are outside the CIDR range
|
|
2693
2694
|
"""
|
|
2694
2695
|
if cidr is not None:
|
|
2695
2696
|
pulumi.set(__self__, "cidr", cidr)
|
|
@@ -2698,7 +2699,7 @@ class IPBlockPatch(dict):
|
|
|
2698
2699
|
|
|
2699
2700
|
@property
|
|
2700
2701
|
@pulumi.getter
|
|
2701
|
-
def cidr(self) -> Optional[str]:
|
|
2702
|
+
def cidr(self) -> Optional[builtins.str]:
|
|
2702
2703
|
"""
|
|
2703
2704
|
CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24"
|
|
2704
2705
|
"""
|
|
@@ -2706,7 +2707,7 @@ class IPBlockPatch(dict):
|
|
|
2706
2707
|
|
|
2707
2708
|
@property
|
|
2708
2709
|
@pulumi.getter(name="except")
|
|
2709
|
-
def except_(self) -> Optional[Sequence[str]]:
|
|
2710
|
+
def except_(self) -> Optional[Sequence[builtins.str]]:
|
|
2710
2711
|
"""
|
|
2711
2712
|
Except is a slice of CIDRs that should not be included within an IP Block Valid examples are "192.168.1.1/24" Except values will be rejected if they are outside the CIDR range
|
|
2712
2713
|
"""
|
|
@@ -2750,8 +2751,8 @@ class Ingress(dict):
|
|
|
2750
2751
|
return super().get(key, default)
|
|
2751
2752
|
|
|
2752
2753
|
def __init__(__self__, *,
|
|
2753
|
-
api_version: Optional[str] = None,
|
|
2754
|
-
kind: Optional[str] = None,
|
|
2754
|
+
api_version: Optional[builtins.str] = None,
|
|
2755
|
+
kind: Optional[builtins.str] = None,
|
|
2755
2756
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2756
2757
|
spec: Optional['outputs.IngressSpec'] = None,
|
|
2757
2758
|
status: Optional['outputs.IngressStatus'] = None):
|
|
@@ -2771,8 +2772,8 @@ class Ingress(dict):
|
|
|
2771
2772
|
If the Ingress has not reached a Ready state after 10 minutes, it will
|
|
2772
2773
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
2773
2774
|
by setting the 'customTimeouts' option on the resource.
|
|
2774
|
-
: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
|
|
2775
|
-
: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
|
|
2775
|
+
: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
|
|
2776
|
+
: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
|
|
2776
2777
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2777
2778
|
:param 'IngressSpecArgs' spec: Spec is the desired state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
2778
2779
|
:param 'IngressStatusArgs' status: Status is the current state of the Ingress. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -2790,7 +2791,7 @@ class Ingress(dict):
|
|
|
2790
2791
|
|
|
2791
2792
|
@property
|
|
2792
2793
|
@pulumi.getter(name="apiVersion")
|
|
2793
|
-
def api_version(self) -> Optional[str]:
|
|
2794
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
2794
2795
|
"""
|
|
2795
2796
|
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
|
|
2796
2797
|
"""
|
|
@@ -2798,7 +2799,7 @@ class Ingress(dict):
|
|
|
2798
2799
|
|
|
2799
2800
|
@property
|
|
2800
2801
|
@pulumi.getter
|
|
2801
|
-
def kind(self) -> Optional[str]:
|
|
2802
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2802
2803
|
"""
|
|
2803
2804
|
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
|
|
2804
2805
|
"""
|
|
@@ -2854,13 +2855,13 @@ class IngressBackend(dict):
|
|
|
2854
2855
|
return super().get(key, default)
|
|
2855
2856
|
|
|
2856
2857
|
def __init__(__self__, *,
|
|
2857
|
-
service_name: str,
|
|
2858
|
+
service_name: builtins.str,
|
|
2858
2859
|
service_port: Any,
|
|
2859
2860
|
resource: Optional['_core.v1.outputs.TypedLocalObjectReference'] = None):
|
|
2860
2861
|
"""
|
|
2861
2862
|
IngressBackend describes all endpoints for a given service and port.
|
|
2862
|
-
:param str service_name: Specifies the name of the referenced service.
|
|
2863
|
-
:param Union[int, str] service_port: Specifies the port of the referenced service.
|
|
2863
|
+
:param builtins.str service_name: Specifies the name of the referenced service.
|
|
2864
|
+
:param Union[builtins.int, builtins.str] service_port: Specifies the port of the referenced service.
|
|
2864
2865
|
:param '_core.v1.TypedLocalObjectReferenceArgs' resource: Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified.
|
|
2865
2866
|
"""
|
|
2866
2867
|
pulumi.set(__self__, "service_name", service_name)
|
|
@@ -2870,7 +2871,7 @@ class IngressBackend(dict):
|
|
|
2870
2871
|
|
|
2871
2872
|
@property
|
|
2872
2873
|
@pulumi.getter(name="serviceName")
|
|
2873
|
-
def service_name(self) -> str:
|
|
2874
|
+
def service_name(self) -> builtins.str:
|
|
2874
2875
|
"""
|
|
2875
2876
|
Specifies the name of the referenced service.
|
|
2876
2877
|
"""
|
|
@@ -2919,13 +2920,13 @@ class IngressBackendPatch(dict):
|
|
|
2919
2920
|
|
|
2920
2921
|
def __init__(__self__, *,
|
|
2921
2922
|
resource: Optional['_core.v1.outputs.TypedLocalObjectReferencePatch'] = None,
|
|
2922
|
-
service_name: Optional[str] = None,
|
|
2923
|
+
service_name: Optional[builtins.str] = None,
|
|
2923
2924
|
service_port: Optional[Any] = None):
|
|
2924
2925
|
"""
|
|
2925
2926
|
IngressBackend describes all endpoints for a given service and port.
|
|
2926
2927
|
:param '_core.v1.TypedLocalObjectReferencePatchArgs' resource: Resource is an ObjectRef to another Kubernetes resource in the namespace of the Ingress object. If resource is specified, serviceName and servicePort must not be specified.
|
|
2927
|
-
:param str service_name: Specifies the name of the referenced service.
|
|
2928
|
-
:param Union[int, str] service_port: Specifies the port of the referenced service.
|
|
2928
|
+
:param builtins.str service_name: Specifies the name of the referenced service.
|
|
2929
|
+
:param Union[builtins.int, builtins.str] service_port: Specifies the port of the referenced service.
|
|
2929
2930
|
"""
|
|
2930
2931
|
if resource is not None:
|
|
2931
2932
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -2944,7 +2945,7 @@ class IngressBackendPatch(dict):
|
|
|
2944
2945
|
|
|
2945
2946
|
@property
|
|
2946
2947
|
@pulumi.getter(name="serviceName")
|
|
2947
|
-
def service_name(self) -> Optional[str]:
|
|
2948
|
+
def service_name(self) -> Optional[builtins.str]:
|
|
2948
2949
|
"""
|
|
2949
2950
|
Specifies the name of the referenced service.
|
|
2950
2951
|
"""
|
|
@@ -2965,11 +2966,11 @@ class IngressRule(dict):
|
|
|
2965
2966
|
IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
|
|
2966
2967
|
"""
|
|
2967
2968
|
def __init__(__self__, *,
|
|
2968
|
-
host: Optional[str] = None,
|
|
2969
|
+
host: Optional[builtins.str] = None,
|
|
2969
2970
|
http: Optional['outputs.HTTPIngressRuleValue'] = None):
|
|
2970
2971
|
"""
|
|
2971
2972
|
IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
|
|
2972
|
-
:param str host: Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
2973
|
+
:param builtins.str host: Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
2973
2974
|
IP in the Spec of the parent Ingress.
|
|
2974
2975
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
2975
2976
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -2983,7 +2984,7 @@ class IngressRule(dict):
|
|
|
2983
2984
|
|
|
2984
2985
|
@property
|
|
2985
2986
|
@pulumi.getter
|
|
2986
|
-
def host(self) -> Optional[str]:
|
|
2987
|
+
def host(self) -> Optional[builtins.str]:
|
|
2987
2988
|
"""
|
|
2988
2989
|
Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
2989
2990
|
IP in the Spec of the parent Ingress.
|
|
@@ -3006,11 +3007,11 @@ class IngressRulePatch(dict):
|
|
|
3006
3007
|
IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
|
|
3007
3008
|
"""
|
|
3008
3009
|
def __init__(__self__, *,
|
|
3009
|
-
host: Optional[str] = None,
|
|
3010
|
+
host: Optional[builtins.str] = None,
|
|
3010
3011
|
http: Optional['outputs.HTTPIngressRuleValuePatch'] = None):
|
|
3011
3012
|
"""
|
|
3012
3013
|
IngressRule represents the rules mapping the paths under a specified host to the related backend services. Incoming requests are first evaluated for a host match, then routed to the backend associated with the matching IngressRuleValue.
|
|
3013
|
-
:param str host: Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
3014
|
+
:param builtins.str host: Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
3014
3015
|
IP in the Spec of the parent Ingress.
|
|
3015
3016
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
3016
3017
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -3024,7 +3025,7 @@ class IngressRulePatch(dict):
|
|
|
3024
3025
|
|
|
3025
3026
|
@property
|
|
3026
3027
|
@pulumi.getter
|
|
3027
|
-
def host(self) -> Optional[str]:
|
|
3028
|
+
def host(self) -> Optional[builtins.str]:
|
|
3028
3029
|
"""
|
|
3029
3030
|
Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the
|
|
3030
3031
|
IP in the Spec of the parent Ingress.
|
|
@@ -3065,13 +3066,13 @@ class IngressSpec(dict):
|
|
|
3065
3066
|
|
|
3066
3067
|
def __init__(__self__, *,
|
|
3067
3068
|
backend: Optional['outputs.IngressBackend'] = None,
|
|
3068
|
-
ingress_class_name: Optional[str] = None,
|
|
3069
|
+
ingress_class_name: Optional[builtins.str] = None,
|
|
3069
3070
|
rules: Optional[Sequence['outputs.IngressRule']] = None,
|
|
3070
3071
|
tls: Optional[Sequence['outputs.IngressTLS']] = None):
|
|
3071
3072
|
"""
|
|
3072
3073
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
3073
3074
|
:param 'IngressBackendArgs' backend: A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default.
|
|
3074
|
-
:param str ingress_class_name: IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
3075
|
+
:param builtins.str ingress_class_name: IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
3075
3076
|
:param Sequence['IngressRuleArgs'] rules: A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
|
|
3076
3077
|
:param Sequence['IngressTLSArgs'] tls: TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.
|
|
3077
3078
|
"""
|
|
@@ -3094,7 +3095,7 @@ class IngressSpec(dict):
|
|
|
3094
3095
|
|
|
3095
3096
|
@property
|
|
3096
3097
|
@pulumi.getter(name="ingressClassName")
|
|
3097
|
-
def ingress_class_name(self) -> Optional[str]:
|
|
3098
|
+
def ingress_class_name(self) -> Optional[builtins.str]:
|
|
3098
3099
|
"""
|
|
3099
3100
|
IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
3100
3101
|
"""
|
|
@@ -3141,13 +3142,13 @@ class IngressSpecPatch(dict):
|
|
|
3141
3142
|
|
|
3142
3143
|
def __init__(__self__, *,
|
|
3143
3144
|
backend: Optional['outputs.IngressBackendPatch'] = None,
|
|
3144
|
-
ingress_class_name: Optional[str] = None,
|
|
3145
|
+
ingress_class_name: Optional[builtins.str] = None,
|
|
3145
3146
|
rules: Optional[Sequence['outputs.IngressRulePatch']] = None,
|
|
3146
3147
|
tls: Optional[Sequence['outputs.IngressTLSPatch']] = None):
|
|
3147
3148
|
"""
|
|
3148
3149
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
3149
3150
|
:param 'IngressBackendPatchArgs' backend: A default backend capable of servicing requests that don't match any rule. At least one of 'backend' or 'rules' must be specified. This field is optional to allow the loadbalancer controller or defaulting logic to specify a global default.
|
|
3150
|
-
:param str ingress_class_name: IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
3151
|
+
:param builtins.str ingress_class_name: IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
3151
3152
|
:param Sequence['IngressRulePatchArgs'] rules: A list of host rules used to configure the Ingress. If unspecified, or no rule matches, all traffic is sent to the default backend.
|
|
3152
3153
|
:param Sequence['IngressTLSPatchArgs'] tls: TLS configuration. Currently the Ingress only supports a single TLS port, 443. If multiple members of this list specify different hosts, they will be multiplexed on the same port according to the hostname specified through the SNI TLS extension, if the ingress controller fulfilling the ingress supports SNI.
|
|
3153
3154
|
"""
|
|
@@ -3170,7 +3171,7 @@ class IngressSpecPatch(dict):
|
|
|
3170
3171
|
|
|
3171
3172
|
@property
|
|
3172
3173
|
@pulumi.getter(name="ingressClassName")
|
|
3173
|
-
def ingress_class_name(self) -> Optional[str]:
|
|
3174
|
+
def ingress_class_name(self) -> Optional[builtins.str]:
|
|
3174
3175
|
"""
|
|
3175
3176
|
IngressClassName is the name of the IngressClass cluster resource. The associated IngressClass defines which controller will implement the resource. This replaces the deprecated `kubernetes.io/ingress.class` annotation. For backwards compatibility, when that annotation is set, it must be given precedence over this field. The controller may emit a warning if the field and annotation have different values. Implementations of this API should ignore Ingresses without a class specified. An IngressClass resource may be marked as default, which can be used to set a default value for this field. For more information, refer to the IngressClass documentation.
|
|
3176
3177
|
"""
|
|
@@ -3296,12 +3297,12 @@ class IngressTLS(dict):
|
|
|
3296
3297
|
return super().get(key, default)
|
|
3297
3298
|
|
|
3298
3299
|
def __init__(__self__, *,
|
|
3299
|
-
hosts: Optional[Sequence[str]] = None,
|
|
3300
|
-
secret_name: Optional[str] = None):
|
|
3300
|
+
hosts: Optional[Sequence[builtins.str]] = None,
|
|
3301
|
+
secret_name: Optional[builtins.str] = None):
|
|
3301
3302
|
"""
|
|
3302
3303
|
IngressTLS describes the transport layer security associated with an Ingress.
|
|
3303
|
-
:param Sequence[str] hosts: Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
3304
|
-
:param str secret_name: SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
|
|
3304
|
+
:param Sequence[builtins.str] hosts: Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
3305
|
+
:param builtins.str secret_name: SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
|
|
3305
3306
|
"""
|
|
3306
3307
|
if hosts is not None:
|
|
3307
3308
|
pulumi.set(__self__, "hosts", hosts)
|
|
@@ -3310,7 +3311,7 @@ class IngressTLS(dict):
|
|
|
3310
3311
|
|
|
3311
3312
|
@property
|
|
3312
3313
|
@pulumi.getter
|
|
3313
|
-
def hosts(self) -> Optional[Sequence[str]]:
|
|
3314
|
+
def hosts(self) -> Optional[Sequence[builtins.str]]:
|
|
3314
3315
|
"""
|
|
3315
3316
|
Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
3316
3317
|
"""
|
|
@@ -3318,7 +3319,7 @@ class IngressTLS(dict):
|
|
|
3318
3319
|
|
|
3319
3320
|
@property
|
|
3320
3321
|
@pulumi.getter(name="secretName")
|
|
3321
|
-
def secret_name(self) -> Optional[str]:
|
|
3322
|
+
def secret_name(self) -> Optional[builtins.str]:
|
|
3322
3323
|
"""
|
|
3323
3324
|
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
|
|
3324
3325
|
"""
|
|
@@ -3348,12 +3349,12 @@ class IngressTLSPatch(dict):
|
|
|
3348
3349
|
return super().get(key, default)
|
|
3349
3350
|
|
|
3350
3351
|
def __init__(__self__, *,
|
|
3351
|
-
hosts: Optional[Sequence[str]] = None,
|
|
3352
|
-
secret_name: Optional[str] = None):
|
|
3352
|
+
hosts: Optional[Sequence[builtins.str]] = None,
|
|
3353
|
+
secret_name: Optional[builtins.str] = None):
|
|
3353
3354
|
"""
|
|
3354
3355
|
IngressTLS describes the transport layer security associated with an Ingress.
|
|
3355
|
-
:param Sequence[str] hosts: Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
3356
|
-
:param str secret_name: SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
|
|
3356
|
+
:param Sequence[builtins.str] hosts: Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
3357
|
+
:param builtins.str secret_name: SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
|
|
3357
3358
|
"""
|
|
3358
3359
|
if hosts is not None:
|
|
3359
3360
|
pulumi.set(__self__, "hosts", hosts)
|
|
@@ -3362,7 +3363,7 @@ class IngressTLSPatch(dict):
|
|
|
3362
3363
|
|
|
3363
3364
|
@property
|
|
3364
3365
|
@pulumi.getter
|
|
3365
|
-
def hosts(self) -> Optional[Sequence[str]]:
|
|
3366
|
+
def hosts(self) -> Optional[Sequence[builtins.str]]:
|
|
3366
3367
|
"""
|
|
3367
3368
|
Hosts are a list of hosts included in the TLS certificate. The values in this list must match the name/s used in the tlsSecret. Defaults to the wildcard host setting for the loadbalancer controller fulfilling this Ingress, if left unspecified.
|
|
3368
3369
|
"""
|
|
@@ -3370,7 +3371,7 @@ class IngressTLSPatch(dict):
|
|
|
3370
3371
|
|
|
3371
3372
|
@property
|
|
3372
3373
|
@pulumi.getter(name="secretName")
|
|
3373
|
-
def secret_name(self) -> Optional[str]:
|
|
3374
|
+
def secret_name(self) -> Optional[builtins.str]:
|
|
3374
3375
|
"""
|
|
3375
3376
|
SecretName is the name of the secret used to terminate SSL traffic on 443. Field is left optional to allow SSL routing based on SNI hostname alone. If the SNI host in a listener conflicts with the "Host" header field used by an IngressRule, the SNI host is used for termination and value of the Host header is used for routing.
|
|
3376
3377
|
"""
|
|
@@ -3400,14 +3401,14 @@ class NetworkPolicy(dict):
|
|
|
3400
3401
|
return super().get(key, default)
|
|
3401
3402
|
|
|
3402
3403
|
def __init__(__self__, *,
|
|
3403
|
-
api_version: Optional[str] = None,
|
|
3404
|
-
kind: Optional[str] = None,
|
|
3404
|
+
api_version: Optional[builtins.str] = None,
|
|
3405
|
+
kind: Optional[builtins.str] = None,
|
|
3405
3406
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
3406
3407
|
spec: Optional['outputs.NetworkPolicySpec'] = None):
|
|
3407
3408
|
"""
|
|
3408
3409
|
DEPRECATED 1.9 - This group version of NetworkPolicy is deprecated by networking/v1/NetworkPolicy. NetworkPolicy describes what network traffic is allowed for a set of Pods
|
|
3409
|
-
: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
|
|
3410
|
-
: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
|
|
3410
|
+
: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
|
|
3411
|
+
: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
|
|
3411
3412
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
3412
3413
|
:param 'NetworkPolicySpecArgs' spec: Specification of the desired behavior for this NetworkPolicy.
|
|
3413
3414
|
"""
|
|
@@ -3422,7 +3423,7 @@ class NetworkPolicy(dict):
|
|
|
3422
3423
|
|
|
3423
3424
|
@property
|
|
3424
3425
|
@pulumi.getter(name="apiVersion")
|
|
3425
|
-
def api_version(self) -> Optional[str]:
|
|
3426
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
3426
3427
|
"""
|
|
3427
3428
|
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
|
|
3428
3429
|
"""
|
|
@@ -3430,7 +3431,7 @@ class NetworkPolicy(dict):
|
|
|
3430
3431
|
|
|
3431
3432
|
@property
|
|
3432
3433
|
@pulumi.getter
|
|
3433
|
-
def kind(self) -> Optional[str]:
|
|
3434
|
+
def kind(self) -> Optional[builtins.str]:
|
|
3434
3435
|
"""
|
|
3435
3436
|
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
|
|
3436
3437
|
"""
|
|
@@ -3786,11 +3787,11 @@ class NetworkPolicyPort(dict):
|
|
|
3786
3787
|
"""
|
|
3787
3788
|
def __init__(__self__, *,
|
|
3788
3789
|
port: Optional[Any] = None,
|
|
3789
|
-
protocol: Optional[str] = None):
|
|
3790
|
+
protocol: Optional[builtins.str] = None):
|
|
3790
3791
|
"""
|
|
3791
3792
|
DEPRECATED 1.9 - This group version of NetworkPolicyPort is deprecated by networking/v1/NetworkPolicyPort.
|
|
3792
|
-
:param Union[int, str] port: If specified, the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
3793
|
-
:param str protocol: Optional. The protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
3793
|
+
:param Union[builtins.int, builtins.str] port: If specified, the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
3794
|
+
:param builtins.str protocol: Optional. The protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
3794
3795
|
"""
|
|
3795
3796
|
if port is not None:
|
|
3796
3797
|
pulumi.set(__self__, "port", port)
|
|
@@ -3807,7 +3808,7 @@ class NetworkPolicyPort(dict):
|
|
|
3807
3808
|
|
|
3808
3809
|
@property
|
|
3809
3810
|
@pulumi.getter
|
|
3810
|
-
def protocol(self) -> Optional[str]:
|
|
3811
|
+
def protocol(self) -> Optional[builtins.str]:
|
|
3811
3812
|
"""
|
|
3812
3813
|
Optional. The protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
3813
3814
|
"""
|
|
@@ -3821,11 +3822,11 @@ class NetworkPolicyPortPatch(dict):
|
|
|
3821
3822
|
"""
|
|
3822
3823
|
def __init__(__self__, *,
|
|
3823
3824
|
port: Optional[Any] = None,
|
|
3824
|
-
protocol: Optional[str] = None):
|
|
3825
|
+
protocol: Optional[builtins.str] = None):
|
|
3825
3826
|
"""
|
|
3826
3827
|
DEPRECATED 1.9 - This group version of NetworkPolicyPort is deprecated by networking/v1/NetworkPolicyPort.
|
|
3827
|
-
:param Union[int, str] port: If specified, the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
3828
|
-
:param str protocol: Optional. The protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
3828
|
+
:param Union[builtins.int, builtins.str] port: If specified, the port on the given protocol. This can either be a numerical or named port on a pod. If this field is not provided, this matches all port names and numbers. If present, only traffic on the specified protocol AND port will be matched.
|
|
3829
|
+
:param builtins.str protocol: Optional. The protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
3829
3830
|
"""
|
|
3830
3831
|
if port is not None:
|
|
3831
3832
|
pulumi.set(__self__, "port", port)
|
|
@@ -3842,7 +3843,7 @@ class NetworkPolicyPortPatch(dict):
|
|
|
3842
3843
|
|
|
3843
3844
|
@property
|
|
3844
3845
|
@pulumi.getter
|
|
3845
|
-
def protocol(self) -> Optional[str]:
|
|
3846
|
+
def protocol(self) -> Optional[builtins.str]:
|
|
3846
3847
|
"""
|
|
3847
3848
|
Optional. The protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
3848
3849
|
"""
|
|
@@ -3877,13 +3878,13 @@ class NetworkPolicySpec(dict):
|
|
|
3877
3878
|
pod_selector: '_meta.v1.outputs.LabelSelector',
|
|
3878
3879
|
egress: Optional[Sequence['outputs.NetworkPolicyEgressRule']] = None,
|
|
3879
3880
|
ingress: Optional[Sequence['outputs.NetworkPolicyIngressRule']] = None,
|
|
3880
|
-
policy_types: Optional[Sequence[str]] = None):
|
|
3881
|
+
policy_types: Optional[Sequence[builtins.str]] = None):
|
|
3881
3882
|
"""
|
|
3882
3883
|
DEPRECATED 1.9 - This group version of NetworkPolicySpec is deprecated by networking/v1/NetworkPolicySpec.
|
|
3883
3884
|
:param '_meta.v1.LabelSelectorArgs' pod_selector: Selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
|
|
3884
3885
|
:param Sequence['NetworkPolicyEgressRuleArgs'] egress: List of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8
|
|
3885
3886
|
:param Sequence['NetworkPolicyIngressRuleArgs'] ingress: List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default).
|
|
3886
|
-
:param Sequence[str] policy_types: List of rule types that the NetworkPolicy relates to. Valid options are "Ingress", "Egress", or "Ingress,Egress". If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an Egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
3887
|
+
:param Sequence[builtins.str] policy_types: List of rule types that the NetworkPolicy relates to. Valid options are "Ingress", "Egress", or "Ingress,Egress". If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an Egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
3887
3888
|
"""
|
|
3888
3889
|
pulumi.set(__self__, "pod_selector", pod_selector)
|
|
3889
3890
|
if egress is not None:
|
|
@@ -3919,7 +3920,7 @@ class NetworkPolicySpec(dict):
|
|
|
3919
3920
|
|
|
3920
3921
|
@property
|
|
3921
3922
|
@pulumi.getter(name="policyTypes")
|
|
3922
|
-
def policy_types(self) -> Optional[Sequence[str]]:
|
|
3923
|
+
def policy_types(self) -> Optional[Sequence[builtins.str]]:
|
|
3923
3924
|
"""
|
|
3924
3925
|
List of rule types that the NetworkPolicy relates to. Valid options are "Ingress", "Egress", or "Ingress,Egress". If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an Egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
3925
3926
|
"""
|
|
@@ -3954,13 +3955,13 @@ class NetworkPolicySpecPatch(dict):
|
|
|
3954
3955
|
egress: Optional[Sequence['outputs.NetworkPolicyEgressRulePatch']] = None,
|
|
3955
3956
|
ingress: Optional[Sequence['outputs.NetworkPolicyIngressRulePatch']] = None,
|
|
3956
3957
|
pod_selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
3957
|
-
policy_types: Optional[Sequence[str]] = None):
|
|
3958
|
+
policy_types: Optional[Sequence[builtins.str]] = None):
|
|
3958
3959
|
"""
|
|
3959
3960
|
DEPRECATED 1.9 - This group version of NetworkPolicySpec is deprecated by networking/v1/NetworkPolicySpec.
|
|
3960
3961
|
:param Sequence['NetworkPolicyEgressRulePatchArgs'] egress: List of egress rules to be applied to the selected pods. Outgoing traffic is allowed if there are no NetworkPolicies selecting the pod (and cluster policy otherwise allows the traffic), OR if the traffic matches at least one egress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy limits all outgoing traffic (and serves solely to ensure that the pods it selects are isolated by default). This field is beta-level in 1.8
|
|
3961
3962
|
:param Sequence['NetworkPolicyIngressRulePatchArgs'] ingress: List of ingress rules to be applied to the selected pods. Traffic is allowed to a pod if there are no NetworkPolicies selecting the pod OR if the traffic source is the pod's local node, OR if the traffic matches at least one ingress rule across all of the NetworkPolicy objects whose podSelector matches the pod. If this field is empty then this NetworkPolicy does not allow any traffic (and serves solely to ensure that the pods it selects are isolated by default).
|
|
3962
3963
|
:param '_meta.v1.LabelSelectorPatchArgs' pod_selector: Selects the pods to which this NetworkPolicy object applies. The array of ingress rules is applied to any pods selected by this field. Multiple network policies can select the same set of pods. In this case, the ingress rules for each are combined additively. This field is NOT optional and follows standard label selector semantics. An empty podSelector matches all pods in this namespace.
|
|
3963
|
-
:param Sequence[str] policy_types: List of rule types that the NetworkPolicy relates to. Valid options are "Ingress", "Egress", or "Ingress,Egress". If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an Egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
3964
|
+
:param Sequence[builtins.str] policy_types: List of rule types that the NetworkPolicy relates to. Valid options are "Ingress", "Egress", or "Ingress,Egress". If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an Egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
3964
3965
|
"""
|
|
3965
3966
|
if egress is not None:
|
|
3966
3967
|
pulumi.set(__self__, "egress", egress)
|
|
@@ -3997,7 +3998,7 @@ class NetworkPolicySpecPatch(dict):
|
|
|
3997
3998
|
|
|
3998
3999
|
@property
|
|
3999
4000
|
@pulumi.getter(name="policyTypes")
|
|
4000
|
-
def policy_types(self) -> Optional[Sequence[str]]:
|
|
4001
|
+
def policy_types(self) -> Optional[Sequence[builtins.str]]:
|
|
4001
4002
|
"""
|
|
4002
4003
|
List of rule types that the NetworkPolicy relates to. Valid options are "Ingress", "Egress", or "Ingress,Egress". If this field is not specified, it will default based on the existence of Ingress or Egress rules; policies that contain an Egress section are assumed to affect Egress, and all policies (whether or not they contain an Ingress section) are assumed to affect Ingress. If you want to write an egress-only policy, you must explicitly specify policyTypes [ "Egress" ]. Likewise, if you want to write a policy that specifies that no egress is allowed, you must specify a policyTypes value that include "Egress" (since such a policy would not include an Egress section and would otherwise default to just [ "Ingress" ]). This field is beta-level in 1.8
|
|
4003
4004
|
"""
|
|
@@ -4027,14 +4028,14 @@ class PodSecurityPolicy(dict):
|
|
|
4027
4028
|
return super().get(key, default)
|
|
4028
4029
|
|
|
4029
4030
|
def __init__(__self__, *,
|
|
4030
|
-
api_version: Optional[str] = None,
|
|
4031
|
-
kind: Optional[str] = None,
|
|
4031
|
+
api_version: Optional[builtins.str] = None,
|
|
4032
|
+
kind: Optional[builtins.str] = None,
|
|
4032
4033
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
4033
4034
|
spec: Optional['outputs.PodSecurityPolicySpec'] = None):
|
|
4034
4035
|
"""
|
|
4035
4036
|
PodSecurityPolicy governs the ability to make requests that affect the Security Context that will be applied to a pod and container. Deprecated: use PodSecurityPolicy from policy API Group instead.
|
|
4036
|
-
: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
|
|
4037
|
-
: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
|
|
4037
|
+
: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
|
|
4038
|
+
: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
|
|
4038
4039
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
4039
4040
|
:param 'PodSecurityPolicySpecArgs' spec: spec defines the policy enforced.
|
|
4040
4041
|
"""
|
|
@@ -4049,7 +4050,7 @@ class PodSecurityPolicy(dict):
|
|
|
4049
4050
|
|
|
4050
4051
|
@property
|
|
4051
4052
|
@pulumi.getter(name="apiVersion")
|
|
4052
|
-
def api_version(self) -> Optional[str]:
|
|
4053
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
4053
4054
|
"""
|
|
4054
4055
|
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
|
|
4055
4056
|
"""
|
|
@@ -4057,7 +4058,7 @@ class PodSecurityPolicy(dict):
|
|
|
4057
4058
|
|
|
4058
4059
|
@property
|
|
4059
4060
|
@pulumi.getter
|
|
4060
|
-
def kind(self) -> Optional[str]:
|
|
4061
|
+
def kind(self) -> Optional[builtins.str]:
|
|
4061
4062
|
"""
|
|
4062
4063
|
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
|
|
4063
4064
|
"""
|
|
@@ -4149,56 +4150,56 @@ class PodSecurityPolicySpec(dict):
|
|
|
4149
4150
|
run_as_user: 'outputs.RunAsUserStrategyOptions',
|
|
4150
4151
|
se_linux: 'outputs.SELinuxStrategyOptions',
|
|
4151
4152
|
supplemental_groups: 'outputs.SupplementalGroupsStrategyOptions',
|
|
4152
|
-
allow_privilege_escalation: Optional[bool] = None,
|
|
4153
|
+
allow_privilege_escalation: Optional[builtins.bool] = None,
|
|
4153
4154
|
allowed_csi_drivers: Optional[Sequence['outputs.AllowedCSIDriver']] = None,
|
|
4154
|
-
allowed_capabilities: Optional[Sequence[str]] = None,
|
|
4155
|
+
allowed_capabilities: Optional[Sequence[builtins.str]] = None,
|
|
4155
4156
|
allowed_flex_volumes: Optional[Sequence['outputs.AllowedFlexVolume']] = None,
|
|
4156
4157
|
allowed_host_paths: Optional[Sequence['outputs.AllowedHostPath']] = None,
|
|
4157
|
-
allowed_proc_mount_types: Optional[Sequence[str]] = None,
|
|
4158
|
-
allowed_unsafe_sysctls: Optional[Sequence[str]] = None,
|
|
4159
|
-
default_add_capabilities: Optional[Sequence[str]] = None,
|
|
4160
|
-
default_allow_privilege_escalation: Optional[bool] = None,
|
|
4161
|
-
forbidden_sysctls: Optional[Sequence[str]] = None,
|
|
4162
|
-
host_ipc: Optional[bool] = None,
|
|
4163
|
-
host_network: Optional[bool] = None,
|
|
4164
|
-
host_pid: Optional[bool] = None,
|
|
4158
|
+
allowed_proc_mount_types: Optional[Sequence[builtins.str]] = None,
|
|
4159
|
+
allowed_unsafe_sysctls: Optional[Sequence[builtins.str]] = None,
|
|
4160
|
+
default_add_capabilities: Optional[Sequence[builtins.str]] = None,
|
|
4161
|
+
default_allow_privilege_escalation: Optional[builtins.bool] = None,
|
|
4162
|
+
forbidden_sysctls: Optional[Sequence[builtins.str]] = None,
|
|
4163
|
+
host_ipc: Optional[builtins.bool] = None,
|
|
4164
|
+
host_network: Optional[builtins.bool] = None,
|
|
4165
|
+
host_pid: Optional[builtins.bool] = None,
|
|
4165
4166
|
host_ports: Optional[Sequence['outputs.HostPortRange']] = None,
|
|
4166
|
-
privileged: Optional[bool] = None,
|
|
4167
|
-
read_only_root_filesystem: Optional[bool] = None,
|
|
4168
|
-
required_drop_capabilities: Optional[Sequence[str]] = None,
|
|
4167
|
+
privileged: Optional[builtins.bool] = None,
|
|
4168
|
+
read_only_root_filesystem: Optional[builtins.bool] = None,
|
|
4169
|
+
required_drop_capabilities: Optional[Sequence[builtins.str]] = None,
|
|
4169
4170
|
run_as_group: Optional['outputs.RunAsGroupStrategyOptions'] = None,
|
|
4170
4171
|
runtime_class: Optional['outputs.RuntimeClassStrategyOptions'] = None,
|
|
4171
|
-
volumes: Optional[Sequence[str]] = None):
|
|
4172
|
+
volumes: Optional[Sequence[builtins.str]] = None):
|
|
4172
4173
|
"""
|
|
4173
4174
|
PodSecurityPolicySpec defines the policy enforced. Deprecated: use PodSecurityPolicySpec from policy API Group instead.
|
|
4174
4175
|
:param 'FSGroupStrategyOptionsArgs' fs_group: fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.
|
|
4175
4176
|
:param 'RunAsUserStrategyOptionsArgs' run_as_user: runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
4176
4177
|
:param 'SELinuxStrategyOptionsArgs' se_linux: seLinux is the strategy that will dictate the allowable labels that may be set.
|
|
4177
4178
|
:param 'SupplementalGroupsStrategyOptionsArgs' supplemental_groups: supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
|
|
4178
|
-
:param bool allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
4179
|
+
:param builtins.bool allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
4179
4180
|
: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.
|
|
4180
|
-
: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.
|
|
4181
|
+
: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.
|
|
4181
4182
|
: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.
|
|
4182
4183
|
:param Sequence['AllowedHostPathArgs'] allowed_host_paths: allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.
|
|
4183
|
-
: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.
|
|
4184
|
-
: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.
|
|
4184
|
+
: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.
|
|
4185
|
+
: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.
|
|
4185
4186
|
|
|
4186
4187
|
Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc.
|
|
4187
|
-
: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.
|
|
4188
|
-
:param bool default_allow_privilege_escalation: defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
4189
|
-
: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.
|
|
4188
|
+
: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.
|
|
4189
|
+
:param builtins.bool default_allow_privilege_escalation: defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
4190
|
+
: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.
|
|
4190
4191
|
|
|
4191
4192
|
Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc.
|
|
4192
|
-
:param bool host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
4193
|
-
:param bool host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
4194
|
-
:param bool host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
4193
|
+
:param builtins.bool host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
4194
|
+
:param builtins.bool host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
4195
|
+
:param builtins.bool host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
4195
4196
|
:param Sequence['HostPortRangeArgs'] host_ports: hostPorts determines which host port ranges are allowed to be exposed.
|
|
4196
|
-
:param bool privileged: privileged determines if a pod can request to be run as privileged.
|
|
4197
|
-
: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.
|
|
4198
|
-
: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.
|
|
4197
|
+
:param builtins.bool privileged: privileged determines if a pod can request to be run as privileged.
|
|
4198
|
+
: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.
|
|
4199
|
+
: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.
|
|
4199
4200
|
: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.
|
|
4200
4201
|
: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.
|
|
4201
|
-
: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 '*'.
|
|
4202
|
+
: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 '*'.
|
|
4202
4203
|
"""
|
|
4203
4204
|
pulumi.set(__self__, "fs_group", fs_group)
|
|
4204
4205
|
pulumi.set(__self__, "run_as_user", run_as_user)
|
|
@@ -4279,7 +4280,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4279
4280
|
|
|
4280
4281
|
@property
|
|
4281
4282
|
@pulumi.getter(name="allowPrivilegeEscalation")
|
|
4282
|
-
def allow_privilege_escalation(self) -> Optional[bool]:
|
|
4283
|
+
def allow_privilege_escalation(self) -> Optional[builtins.bool]:
|
|
4283
4284
|
"""
|
|
4284
4285
|
allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
4285
4286
|
"""
|
|
@@ -4295,7 +4296,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4295
4296
|
|
|
4296
4297
|
@property
|
|
4297
4298
|
@pulumi.getter(name="allowedCapabilities")
|
|
4298
|
-
def allowed_capabilities(self) -> Optional[Sequence[str]]:
|
|
4299
|
+
def allowed_capabilities(self) -> Optional[Sequence[builtins.str]]:
|
|
4299
4300
|
"""
|
|
4300
4301
|
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.
|
|
4301
4302
|
"""
|
|
@@ -4319,7 +4320,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4319
4320
|
|
|
4320
4321
|
@property
|
|
4321
4322
|
@pulumi.getter(name="allowedProcMountTypes")
|
|
4322
|
-
def allowed_proc_mount_types(self) -> Optional[Sequence[str]]:
|
|
4323
|
+
def allowed_proc_mount_types(self) -> Optional[Sequence[builtins.str]]:
|
|
4323
4324
|
"""
|
|
4324
4325
|
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.
|
|
4325
4326
|
"""
|
|
@@ -4327,7 +4328,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4327
4328
|
|
|
4328
4329
|
@property
|
|
4329
4330
|
@pulumi.getter(name="allowedUnsafeSysctls")
|
|
4330
|
-
def allowed_unsafe_sysctls(self) -> Optional[Sequence[str]]:
|
|
4331
|
+
def allowed_unsafe_sysctls(self) -> Optional[Sequence[builtins.str]]:
|
|
4331
4332
|
"""
|
|
4332
4333
|
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.
|
|
4333
4334
|
|
|
@@ -4337,7 +4338,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4337
4338
|
|
|
4338
4339
|
@property
|
|
4339
4340
|
@pulumi.getter(name="defaultAddCapabilities")
|
|
4340
|
-
def default_add_capabilities(self) -> Optional[Sequence[str]]:
|
|
4341
|
+
def default_add_capabilities(self) -> Optional[Sequence[builtins.str]]:
|
|
4341
4342
|
"""
|
|
4342
4343
|
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.
|
|
4343
4344
|
"""
|
|
@@ -4345,7 +4346,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4345
4346
|
|
|
4346
4347
|
@property
|
|
4347
4348
|
@pulumi.getter(name="defaultAllowPrivilegeEscalation")
|
|
4348
|
-
def default_allow_privilege_escalation(self) -> Optional[bool]:
|
|
4349
|
+
def default_allow_privilege_escalation(self) -> Optional[builtins.bool]:
|
|
4349
4350
|
"""
|
|
4350
4351
|
defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
4351
4352
|
"""
|
|
@@ -4353,7 +4354,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4353
4354
|
|
|
4354
4355
|
@property
|
|
4355
4356
|
@pulumi.getter(name="forbiddenSysctls")
|
|
4356
|
-
def forbidden_sysctls(self) -> Optional[Sequence[str]]:
|
|
4357
|
+
def forbidden_sysctls(self) -> Optional[Sequence[builtins.str]]:
|
|
4357
4358
|
"""
|
|
4358
4359
|
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.
|
|
4359
4360
|
|
|
@@ -4363,7 +4364,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4363
4364
|
|
|
4364
4365
|
@property
|
|
4365
4366
|
@pulumi.getter(name="hostIPC")
|
|
4366
|
-
def host_ipc(self) -> Optional[bool]:
|
|
4367
|
+
def host_ipc(self) -> Optional[builtins.bool]:
|
|
4367
4368
|
"""
|
|
4368
4369
|
hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
4369
4370
|
"""
|
|
@@ -4371,7 +4372,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4371
4372
|
|
|
4372
4373
|
@property
|
|
4373
4374
|
@pulumi.getter(name="hostNetwork")
|
|
4374
|
-
def host_network(self) -> Optional[bool]:
|
|
4375
|
+
def host_network(self) -> Optional[builtins.bool]:
|
|
4375
4376
|
"""
|
|
4376
4377
|
hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
4377
4378
|
"""
|
|
@@ -4379,7 +4380,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4379
4380
|
|
|
4380
4381
|
@property
|
|
4381
4382
|
@pulumi.getter(name="hostPID")
|
|
4382
|
-
def host_pid(self) -> Optional[bool]:
|
|
4383
|
+
def host_pid(self) -> Optional[builtins.bool]:
|
|
4383
4384
|
"""
|
|
4384
4385
|
hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
4385
4386
|
"""
|
|
@@ -4395,7 +4396,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4395
4396
|
|
|
4396
4397
|
@property
|
|
4397
4398
|
@pulumi.getter
|
|
4398
|
-
def privileged(self) -> Optional[bool]:
|
|
4399
|
+
def privileged(self) -> Optional[builtins.bool]:
|
|
4399
4400
|
"""
|
|
4400
4401
|
privileged determines if a pod can request to be run as privileged.
|
|
4401
4402
|
"""
|
|
@@ -4403,7 +4404,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4403
4404
|
|
|
4404
4405
|
@property
|
|
4405
4406
|
@pulumi.getter(name="readOnlyRootFilesystem")
|
|
4406
|
-
def read_only_root_filesystem(self) -> Optional[bool]:
|
|
4407
|
+
def read_only_root_filesystem(self) -> Optional[builtins.bool]:
|
|
4407
4408
|
"""
|
|
4408
4409
|
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.
|
|
4409
4410
|
"""
|
|
@@ -4411,7 +4412,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4411
4412
|
|
|
4412
4413
|
@property
|
|
4413
4414
|
@pulumi.getter(name="requiredDropCapabilities")
|
|
4414
|
-
def required_drop_capabilities(self) -> Optional[Sequence[str]]:
|
|
4415
|
+
def required_drop_capabilities(self) -> Optional[Sequence[builtins.str]]:
|
|
4415
4416
|
"""
|
|
4416
4417
|
requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
|
|
4417
4418
|
"""
|
|
@@ -4435,7 +4436,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4435
4436
|
|
|
4436
4437
|
@property
|
|
4437
4438
|
@pulumi.getter
|
|
4438
|
-
def volumes(self) -> Optional[Sequence[str]]:
|
|
4439
|
+
def volumes(self) -> Optional[Sequence[builtins.str]]:
|
|
4439
4440
|
"""
|
|
4440
4441
|
volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
|
|
4441
4442
|
"""
|
|
@@ -4507,60 +4508,60 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4507
4508
|
return super().get(key, default)
|
|
4508
4509
|
|
|
4509
4510
|
def __init__(__self__, *,
|
|
4510
|
-
allow_privilege_escalation: Optional[bool] = None,
|
|
4511
|
+
allow_privilege_escalation: Optional[builtins.bool] = None,
|
|
4511
4512
|
allowed_csi_drivers: Optional[Sequence['outputs.AllowedCSIDriverPatch']] = None,
|
|
4512
|
-
allowed_capabilities: Optional[Sequence[str]] = None,
|
|
4513
|
+
allowed_capabilities: Optional[Sequence[builtins.str]] = None,
|
|
4513
4514
|
allowed_flex_volumes: Optional[Sequence['outputs.AllowedFlexVolumePatch']] = None,
|
|
4514
4515
|
allowed_host_paths: Optional[Sequence['outputs.AllowedHostPathPatch']] = None,
|
|
4515
|
-
allowed_proc_mount_types: Optional[Sequence[str]] = None,
|
|
4516
|
-
allowed_unsafe_sysctls: Optional[Sequence[str]] = None,
|
|
4517
|
-
default_add_capabilities: Optional[Sequence[str]] = None,
|
|
4518
|
-
default_allow_privilege_escalation: Optional[bool] = None,
|
|
4519
|
-
forbidden_sysctls: Optional[Sequence[str]] = None,
|
|
4516
|
+
allowed_proc_mount_types: Optional[Sequence[builtins.str]] = None,
|
|
4517
|
+
allowed_unsafe_sysctls: Optional[Sequence[builtins.str]] = None,
|
|
4518
|
+
default_add_capabilities: Optional[Sequence[builtins.str]] = None,
|
|
4519
|
+
default_allow_privilege_escalation: Optional[builtins.bool] = None,
|
|
4520
|
+
forbidden_sysctls: Optional[Sequence[builtins.str]] = None,
|
|
4520
4521
|
fs_group: Optional['outputs.FSGroupStrategyOptionsPatch'] = None,
|
|
4521
|
-
host_ipc: Optional[bool] = None,
|
|
4522
|
-
host_network: Optional[bool] = None,
|
|
4523
|
-
host_pid: Optional[bool] = None,
|
|
4522
|
+
host_ipc: Optional[builtins.bool] = None,
|
|
4523
|
+
host_network: Optional[builtins.bool] = None,
|
|
4524
|
+
host_pid: Optional[builtins.bool] = None,
|
|
4524
4525
|
host_ports: Optional[Sequence['outputs.HostPortRangePatch']] = None,
|
|
4525
|
-
privileged: Optional[bool] = None,
|
|
4526
|
-
read_only_root_filesystem: Optional[bool] = None,
|
|
4527
|
-
required_drop_capabilities: Optional[Sequence[str]] = None,
|
|
4526
|
+
privileged: Optional[builtins.bool] = None,
|
|
4527
|
+
read_only_root_filesystem: Optional[builtins.bool] = None,
|
|
4528
|
+
required_drop_capabilities: Optional[Sequence[builtins.str]] = None,
|
|
4528
4529
|
run_as_group: Optional['outputs.RunAsGroupStrategyOptionsPatch'] = None,
|
|
4529
4530
|
run_as_user: Optional['outputs.RunAsUserStrategyOptionsPatch'] = None,
|
|
4530
4531
|
runtime_class: Optional['outputs.RuntimeClassStrategyOptionsPatch'] = None,
|
|
4531
4532
|
se_linux: Optional['outputs.SELinuxStrategyOptionsPatch'] = None,
|
|
4532
4533
|
supplemental_groups: Optional['outputs.SupplementalGroupsStrategyOptionsPatch'] = None,
|
|
4533
|
-
volumes: Optional[Sequence[str]] = None):
|
|
4534
|
+
volumes: Optional[Sequence[builtins.str]] = None):
|
|
4534
4535
|
"""
|
|
4535
4536
|
PodSecurityPolicySpec defines the policy enforced. Deprecated: use PodSecurityPolicySpec from policy API Group instead.
|
|
4536
|
-
:param bool allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
4537
|
+
:param builtins.bool allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
4537
4538
|
: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.
|
|
4538
|
-
: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.
|
|
4539
|
+
: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.
|
|
4539
4540
|
: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.
|
|
4540
4541
|
:param Sequence['AllowedHostPathPatchArgs'] allowed_host_paths: allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.
|
|
4541
|
-
: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.
|
|
4542
|
-
: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.
|
|
4542
|
+
: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.
|
|
4543
|
+
: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.
|
|
4543
4544
|
|
|
4544
4545
|
Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc.
|
|
4545
|
-
: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.
|
|
4546
|
-
:param bool default_allow_privilege_escalation: defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
4547
|
-
: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.
|
|
4546
|
+
: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.
|
|
4547
|
+
:param builtins.bool default_allow_privilege_escalation: defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
4548
|
+
: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.
|
|
4548
4549
|
|
|
4549
4550
|
Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc.
|
|
4550
4551
|
:param 'FSGroupStrategyOptionsPatchArgs' fs_group: fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.
|
|
4551
|
-
:param bool host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
4552
|
-
:param bool host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
4553
|
-
:param bool host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
4552
|
+
:param builtins.bool host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
4553
|
+
:param builtins.bool host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
4554
|
+
:param builtins.bool host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
4554
4555
|
:param Sequence['HostPortRangePatchArgs'] host_ports: hostPorts determines which host port ranges are allowed to be exposed.
|
|
4555
|
-
:param bool privileged: privileged determines if a pod can request to be run as privileged.
|
|
4556
|
-
: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.
|
|
4557
|
-
: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.
|
|
4556
|
+
:param builtins.bool privileged: privileged determines if a pod can request to be run as privileged.
|
|
4557
|
+
: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.
|
|
4558
|
+
: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.
|
|
4558
4559
|
: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.
|
|
4559
4560
|
:param 'RunAsUserStrategyOptionsPatchArgs' run_as_user: runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
4560
4561
|
: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.
|
|
4561
4562
|
:param 'SELinuxStrategyOptionsPatchArgs' se_linux: seLinux is the strategy that will dictate the allowable labels that may be set.
|
|
4562
4563
|
:param 'SupplementalGroupsStrategyOptionsPatchArgs' supplemental_groups: supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
|
|
4563
|
-
: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 '*'.
|
|
4564
|
+
: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 '*'.
|
|
4564
4565
|
"""
|
|
4565
4566
|
if allow_privilege_escalation is not None:
|
|
4566
4567
|
pulumi.set(__self__, "allow_privilege_escalation", allow_privilege_escalation)
|
|
@@ -4613,7 +4614,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4613
4614
|
|
|
4614
4615
|
@property
|
|
4615
4616
|
@pulumi.getter(name="allowPrivilegeEscalation")
|
|
4616
|
-
def allow_privilege_escalation(self) -> Optional[bool]:
|
|
4617
|
+
def allow_privilege_escalation(self) -> Optional[builtins.bool]:
|
|
4617
4618
|
"""
|
|
4618
4619
|
allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
4619
4620
|
"""
|
|
@@ -4629,7 +4630,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4629
4630
|
|
|
4630
4631
|
@property
|
|
4631
4632
|
@pulumi.getter(name="allowedCapabilities")
|
|
4632
|
-
def allowed_capabilities(self) -> Optional[Sequence[str]]:
|
|
4633
|
+
def allowed_capabilities(self) -> Optional[Sequence[builtins.str]]:
|
|
4633
4634
|
"""
|
|
4634
4635
|
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.
|
|
4635
4636
|
"""
|
|
@@ -4653,7 +4654,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4653
4654
|
|
|
4654
4655
|
@property
|
|
4655
4656
|
@pulumi.getter(name="allowedProcMountTypes")
|
|
4656
|
-
def allowed_proc_mount_types(self) -> Optional[Sequence[str]]:
|
|
4657
|
+
def allowed_proc_mount_types(self) -> Optional[Sequence[builtins.str]]:
|
|
4657
4658
|
"""
|
|
4658
4659
|
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.
|
|
4659
4660
|
"""
|
|
@@ -4661,7 +4662,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4661
4662
|
|
|
4662
4663
|
@property
|
|
4663
4664
|
@pulumi.getter(name="allowedUnsafeSysctls")
|
|
4664
|
-
def allowed_unsafe_sysctls(self) -> Optional[Sequence[str]]:
|
|
4665
|
+
def allowed_unsafe_sysctls(self) -> Optional[Sequence[builtins.str]]:
|
|
4665
4666
|
"""
|
|
4666
4667
|
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.
|
|
4667
4668
|
|
|
@@ -4671,7 +4672,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4671
4672
|
|
|
4672
4673
|
@property
|
|
4673
4674
|
@pulumi.getter(name="defaultAddCapabilities")
|
|
4674
|
-
def default_add_capabilities(self) -> Optional[Sequence[str]]:
|
|
4675
|
+
def default_add_capabilities(self) -> Optional[Sequence[builtins.str]]:
|
|
4675
4676
|
"""
|
|
4676
4677
|
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.
|
|
4677
4678
|
"""
|
|
@@ -4679,7 +4680,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4679
4680
|
|
|
4680
4681
|
@property
|
|
4681
4682
|
@pulumi.getter(name="defaultAllowPrivilegeEscalation")
|
|
4682
|
-
def default_allow_privilege_escalation(self) -> Optional[bool]:
|
|
4683
|
+
def default_allow_privilege_escalation(self) -> Optional[builtins.bool]:
|
|
4683
4684
|
"""
|
|
4684
4685
|
defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
4685
4686
|
"""
|
|
@@ -4687,7 +4688,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4687
4688
|
|
|
4688
4689
|
@property
|
|
4689
4690
|
@pulumi.getter(name="forbiddenSysctls")
|
|
4690
|
-
def forbidden_sysctls(self) -> Optional[Sequence[str]]:
|
|
4691
|
+
def forbidden_sysctls(self) -> Optional[Sequence[builtins.str]]:
|
|
4691
4692
|
"""
|
|
4692
4693
|
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.
|
|
4693
4694
|
|
|
@@ -4705,7 +4706,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4705
4706
|
|
|
4706
4707
|
@property
|
|
4707
4708
|
@pulumi.getter(name="hostIPC")
|
|
4708
|
-
def host_ipc(self) -> Optional[bool]:
|
|
4709
|
+
def host_ipc(self) -> Optional[builtins.bool]:
|
|
4709
4710
|
"""
|
|
4710
4711
|
hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
4711
4712
|
"""
|
|
@@ -4713,7 +4714,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4713
4714
|
|
|
4714
4715
|
@property
|
|
4715
4716
|
@pulumi.getter(name="hostNetwork")
|
|
4716
|
-
def host_network(self) -> Optional[bool]:
|
|
4717
|
+
def host_network(self) -> Optional[builtins.bool]:
|
|
4717
4718
|
"""
|
|
4718
4719
|
hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
4719
4720
|
"""
|
|
@@ -4721,7 +4722,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4721
4722
|
|
|
4722
4723
|
@property
|
|
4723
4724
|
@pulumi.getter(name="hostPID")
|
|
4724
|
-
def host_pid(self) -> Optional[bool]:
|
|
4725
|
+
def host_pid(self) -> Optional[builtins.bool]:
|
|
4725
4726
|
"""
|
|
4726
4727
|
hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
4727
4728
|
"""
|
|
@@ -4737,7 +4738,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4737
4738
|
|
|
4738
4739
|
@property
|
|
4739
4740
|
@pulumi.getter
|
|
4740
|
-
def privileged(self) -> Optional[bool]:
|
|
4741
|
+
def privileged(self) -> Optional[builtins.bool]:
|
|
4741
4742
|
"""
|
|
4742
4743
|
privileged determines if a pod can request to be run as privileged.
|
|
4743
4744
|
"""
|
|
@@ -4745,7 +4746,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4745
4746
|
|
|
4746
4747
|
@property
|
|
4747
4748
|
@pulumi.getter(name="readOnlyRootFilesystem")
|
|
4748
|
-
def read_only_root_filesystem(self) -> Optional[bool]:
|
|
4749
|
+
def read_only_root_filesystem(self) -> Optional[builtins.bool]:
|
|
4749
4750
|
"""
|
|
4750
4751
|
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.
|
|
4751
4752
|
"""
|
|
@@ -4753,7 +4754,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4753
4754
|
|
|
4754
4755
|
@property
|
|
4755
4756
|
@pulumi.getter(name="requiredDropCapabilities")
|
|
4756
|
-
def required_drop_capabilities(self) -> Optional[Sequence[str]]:
|
|
4757
|
+
def required_drop_capabilities(self) -> Optional[Sequence[builtins.str]]:
|
|
4757
4758
|
"""
|
|
4758
4759
|
requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
|
|
4759
4760
|
"""
|
|
@@ -4801,7 +4802,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4801
4802
|
|
|
4802
4803
|
@property
|
|
4803
4804
|
@pulumi.getter
|
|
4804
|
-
def volumes(self) -> Optional[Sequence[str]]:
|
|
4805
|
+
def volumes(self) -> Optional[Sequence[builtins.str]]:
|
|
4805
4806
|
"""
|
|
4806
4807
|
volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
|
|
4807
4808
|
"""
|
|
@@ -4831,15 +4832,15 @@ class ReplicaSet(dict):
|
|
|
4831
4832
|
return super().get(key, default)
|
|
4832
4833
|
|
|
4833
4834
|
def __init__(__self__, *,
|
|
4834
|
-
api_version: Optional[str] = None,
|
|
4835
|
-
kind: Optional[str] = None,
|
|
4835
|
+
api_version: Optional[builtins.str] = None,
|
|
4836
|
+
kind: Optional[builtins.str] = None,
|
|
4836
4837
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
4837
4838
|
spec: Optional['outputs.ReplicaSetSpec'] = None,
|
|
4838
4839
|
status: Optional['outputs.ReplicaSetStatus'] = None):
|
|
4839
4840
|
"""
|
|
4840
4841
|
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
|
|
4841
|
-
: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
|
|
4842
|
-
: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
|
|
4842
|
+
: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
|
|
4843
|
+
: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
|
|
4843
4844
|
:param '_meta.v1.ObjectMetaArgs' metadata: If the Labels of a ReplicaSet are empty, they are defaulted to be the same as the Pod(s) that the ReplicaSet manages. Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
4844
4845
|
:param 'ReplicaSetSpecArgs' spec: Spec defines the specification of the desired behavior of the ReplicaSet. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
4845
4846
|
:param 'ReplicaSetStatusArgs' status: Status is the most recently observed status of the ReplicaSet. This data may be out of date by some window of time. Populated by the system. Read-only. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -4857,7 +4858,7 @@ class ReplicaSet(dict):
|
|
|
4857
4858
|
|
|
4858
4859
|
@property
|
|
4859
4860
|
@pulumi.getter(name="apiVersion")
|
|
4860
|
-
def api_version(self) -> Optional[str]:
|
|
4861
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
4861
4862
|
"""
|
|
4862
4863
|
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
|
|
4863
4864
|
"""
|
|
@@ -4865,7 +4866,7 @@ class ReplicaSet(dict):
|
|
|
4865
4866
|
|
|
4866
4867
|
@property
|
|
4867
4868
|
@pulumi.getter
|
|
4868
|
-
def kind(self) -> Optional[str]:
|
|
4869
|
+
def kind(self) -> Optional[builtins.str]:
|
|
4869
4870
|
"""
|
|
4870
4871
|
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
|
|
4871
4872
|
"""
|
|
@@ -4919,18 +4920,18 @@ class ReplicaSetCondition(dict):
|
|
|
4919
4920
|
return super().get(key, default)
|
|
4920
4921
|
|
|
4921
4922
|
def __init__(__self__, *,
|
|
4922
|
-
status: str,
|
|
4923
|
-
type: str,
|
|
4924
|
-
last_transition_time: Optional[str] = None,
|
|
4925
|
-
message: Optional[str] = None,
|
|
4926
|
-
reason: Optional[str] = None):
|
|
4923
|
+
status: builtins.str,
|
|
4924
|
+
type: builtins.str,
|
|
4925
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
4926
|
+
message: Optional[builtins.str] = None,
|
|
4927
|
+
reason: Optional[builtins.str] = None):
|
|
4927
4928
|
"""
|
|
4928
4929
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
4929
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
4930
|
-
:param str type: Type of replica set condition.
|
|
4931
|
-
:param str last_transition_time: The last time the condition transitioned from one status to another.
|
|
4932
|
-
:param str message: A human readable message indicating details about the transition.
|
|
4933
|
-
:param str reason: The reason for the condition's last transition.
|
|
4930
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
4931
|
+
:param builtins.str type: Type of replica set condition.
|
|
4932
|
+
:param builtins.str last_transition_time: The last time the condition transitioned from one status to another.
|
|
4933
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
4934
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
4934
4935
|
"""
|
|
4935
4936
|
pulumi.set(__self__, "status", status)
|
|
4936
4937
|
pulumi.set(__self__, "type", type)
|
|
@@ -4943,7 +4944,7 @@ class ReplicaSetCondition(dict):
|
|
|
4943
4944
|
|
|
4944
4945
|
@property
|
|
4945
4946
|
@pulumi.getter
|
|
4946
|
-
def status(self) -> str:
|
|
4947
|
+
def status(self) -> builtins.str:
|
|
4947
4948
|
"""
|
|
4948
4949
|
Status of the condition, one of True, False, Unknown.
|
|
4949
4950
|
"""
|
|
@@ -4951,7 +4952,7 @@ class ReplicaSetCondition(dict):
|
|
|
4951
4952
|
|
|
4952
4953
|
@property
|
|
4953
4954
|
@pulumi.getter
|
|
4954
|
-
def type(self) -> str:
|
|
4955
|
+
def type(self) -> builtins.str:
|
|
4955
4956
|
"""
|
|
4956
4957
|
Type of replica set condition.
|
|
4957
4958
|
"""
|
|
@@ -4959,7 +4960,7 @@ class ReplicaSetCondition(dict):
|
|
|
4959
4960
|
|
|
4960
4961
|
@property
|
|
4961
4962
|
@pulumi.getter(name="lastTransitionTime")
|
|
4962
|
-
def last_transition_time(self) -> Optional[str]:
|
|
4963
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
4963
4964
|
"""
|
|
4964
4965
|
The last time the condition transitioned from one status to another.
|
|
4965
4966
|
"""
|
|
@@ -4967,7 +4968,7 @@ class ReplicaSetCondition(dict):
|
|
|
4967
4968
|
|
|
4968
4969
|
@property
|
|
4969
4970
|
@pulumi.getter
|
|
4970
|
-
def message(self) -> Optional[str]:
|
|
4971
|
+
def message(self) -> Optional[builtins.str]:
|
|
4971
4972
|
"""
|
|
4972
4973
|
A human readable message indicating details about the transition.
|
|
4973
4974
|
"""
|
|
@@ -4975,7 +4976,7 @@ class ReplicaSetCondition(dict):
|
|
|
4975
4976
|
|
|
4976
4977
|
@property
|
|
4977
4978
|
@pulumi.getter
|
|
4978
|
-
def reason(self) -> Optional[str]:
|
|
4979
|
+
def reason(self) -> Optional[builtins.str]:
|
|
4979
4980
|
"""
|
|
4980
4981
|
The reason for the condition's last transition.
|
|
4981
4982
|
"""
|
|
@@ -5005,18 +5006,18 @@ class ReplicaSetConditionPatch(dict):
|
|
|
5005
5006
|
return super().get(key, default)
|
|
5006
5007
|
|
|
5007
5008
|
def __init__(__self__, *,
|
|
5008
|
-
last_transition_time: Optional[str] = None,
|
|
5009
|
-
message: Optional[str] = None,
|
|
5010
|
-
reason: Optional[str] = None,
|
|
5011
|
-
status: Optional[str] = None,
|
|
5012
|
-
type: Optional[str] = None):
|
|
5009
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
5010
|
+
message: Optional[builtins.str] = None,
|
|
5011
|
+
reason: Optional[builtins.str] = None,
|
|
5012
|
+
status: Optional[builtins.str] = None,
|
|
5013
|
+
type: Optional[builtins.str] = None):
|
|
5013
5014
|
"""
|
|
5014
5015
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
5015
|
-
:param str last_transition_time: The last time the condition transitioned from one status to another.
|
|
5016
|
-
:param str message: A human readable message indicating details about the transition.
|
|
5017
|
-
:param str reason: The reason for the condition's last transition.
|
|
5018
|
-
:param str status: Status of the condition, one of True, False, Unknown.
|
|
5019
|
-
:param str type: Type of replica set condition.
|
|
5016
|
+
:param builtins.str last_transition_time: The last time the condition transitioned from one status to another.
|
|
5017
|
+
:param builtins.str message: A human readable message indicating details about the transition.
|
|
5018
|
+
:param builtins.str reason: The reason for the condition's last transition.
|
|
5019
|
+
:param builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
5020
|
+
:param builtins.str type: Type of replica set condition.
|
|
5020
5021
|
"""
|
|
5021
5022
|
if last_transition_time is not None:
|
|
5022
5023
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -5031,7 +5032,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
5031
5032
|
|
|
5032
5033
|
@property
|
|
5033
5034
|
@pulumi.getter(name="lastTransitionTime")
|
|
5034
|
-
def last_transition_time(self) -> Optional[str]:
|
|
5035
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
5035
5036
|
"""
|
|
5036
5037
|
The last time the condition transitioned from one status to another.
|
|
5037
5038
|
"""
|
|
@@ -5039,7 +5040,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
5039
5040
|
|
|
5040
5041
|
@property
|
|
5041
5042
|
@pulumi.getter
|
|
5042
|
-
def message(self) -> Optional[str]:
|
|
5043
|
+
def message(self) -> Optional[builtins.str]:
|
|
5043
5044
|
"""
|
|
5044
5045
|
A human readable message indicating details about the transition.
|
|
5045
5046
|
"""
|
|
@@ -5047,7 +5048,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
5047
5048
|
|
|
5048
5049
|
@property
|
|
5049
5050
|
@pulumi.getter
|
|
5050
|
-
def reason(self) -> Optional[str]:
|
|
5051
|
+
def reason(self) -> Optional[builtins.str]:
|
|
5051
5052
|
"""
|
|
5052
5053
|
The reason for the condition's last transition.
|
|
5053
5054
|
"""
|
|
@@ -5055,7 +5056,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
5055
5056
|
|
|
5056
5057
|
@property
|
|
5057
5058
|
@pulumi.getter
|
|
5058
|
-
def status(self) -> Optional[str]:
|
|
5059
|
+
def status(self) -> Optional[builtins.str]:
|
|
5059
5060
|
"""
|
|
5060
5061
|
Status of the condition, one of True, False, Unknown.
|
|
5061
5062
|
"""
|
|
@@ -5063,7 +5064,7 @@ class ReplicaSetConditionPatch(dict):
|
|
|
5063
5064
|
|
|
5064
5065
|
@property
|
|
5065
5066
|
@pulumi.getter
|
|
5066
|
-
def type(self) -> Optional[str]:
|
|
5067
|
+
def type(self) -> Optional[builtins.str]:
|
|
5067
5068
|
"""
|
|
5068
5069
|
Type of replica set condition.
|
|
5069
5070
|
"""
|
|
@@ -5093,14 +5094,14 @@ class ReplicaSetSpec(dict):
|
|
|
5093
5094
|
return super().get(key, default)
|
|
5094
5095
|
|
|
5095
5096
|
def __init__(__self__, *,
|
|
5096
|
-
min_ready_seconds: Optional[int] = None,
|
|
5097
|
-
replicas: Optional[int] = None,
|
|
5097
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
5098
|
+
replicas: Optional[builtins.int] = None,
|
|
5098
5099
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None,
|
|
5099
5100
|
template: Optional['_core.v1.outputs.PodTemplateSpec'] = None):
|
|
5100
5101
|
"""
|
|
5101
5102
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
5102
|
-
:param int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
5103
|
-
:param int replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
5103
|
+
:param builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
5104
|
+
:param builtins.int replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
5104
5105
|
:param '_meta.v1.LabelSelectorArgs' selector: Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
5105
5106
|
:param '_core.v1.PodTemplateSpecArgs' template: Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
5106
5107
|
"""
|
|
@@ -5115,7 +5116,7 @@ class ReplicaSetSpec(dict):
|
|
|
5115
5116
|
|
|
5116
5117
|
@property
|
|
5117
5118
|
@pulumi.getter(name="minReadySeconds")
|
|
5118
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
5119
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
5119
5120
|
"""
|
|
5120
5121
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
5121
5122
|
"""
|
|
@@ -5123,7 +5124,7 @@ class ReplicaSetSpec(dict):
|
|
|
5123
5124
|
|
|
5124
5125
|
@property
|
|
5125
5126
|
@pulumi.getter
|
|
5126
|
-
def replicas(self) -> Optional[int]:
|
|
5127
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
5127
5128
|
"""
|
|
5128
5129
|
Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
5129
5130
|
"""
|
|
@@ -5169,14 +5170,14 @@ class ReplicaSetSpecPatch(dict):
|
|
|
5169
5170
|
return super().get(key, default)
|
|
5170
5171
|
|
|
5171
5172
|
def __init__(__self__, *,
|
|
5172
|
-
min_ready_seconds: Optional[int] = None,
|
|
5173
|
-
replicas: Optional[int] = None,
|
|
5173
|
+
min_ready_seconds: Optional[builtins.int] = None,
|
|
5174
|
+
replicas: Optional[builtins.int] = None,
|
|
5174
5175
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
5175
5176
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None):
|
|
5176
5177
|
"""
|
|
5177
5178
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
5178
|
-
:param int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
5179
|
-
:param int replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
5179
|
+
:param builtins.int min_ready_seconds: Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
5180
|
+
:param builtins.int replicas: Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
5180
5181
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: Selector is a label query over pods that should match the replica count. If the selector is empty, it is defaulted to the labels present on the pod template. Label keys and values that must match in order to be controlled by this replica set. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#label-selectors
|
|
5181
5182
|
:param '_core.v1.PodTemplateSpecPatchArgs' template: Template is the object that describes the pod that will be created if insufficient replicas are detected. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller#pod-template
|
|
5182
5183
|
"""
|
|
@@ -5191,7 +5192,7 @@ class ReplicaSetSpecPatch(dict):
|
|
|
5191
5192
|
|
|
5192
5193
|
@property
|
|
5193
5194
|
@pulumi.getter(name="minReadySeconds")
|
|
5194
|
-
def min_ready_seconds(self) -> Optional[int]:
|
|
5195
|
+
def min_ready_seconds(self) -> Optional[builtins.int]:
|
|
5195
5196
|
"""
|
|
5196
5197
|
Minimum number of seconds for which a newly created pod should be ready without any of its container crashing, for it to be considered available. Defaults to 0 (pod will be considered available as soon as it is ready)
|
|
5197
5198
|
"""
|
|
@@ -5199,7 +5200,7 @@ class ReplicaSetSpecPatch(dict):
|
|
|
5199
5200
|
|
|
5200
5201
|
@property
|
|
5201
5202
|
@pulumi.getter
|
|
5202
|
-
def replicas(self) -> Optional[int]:
|
|
5203
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
5203
5204
|
"""
|
|
5204
5205
|
Replicas is the number of desired replicas. This is a pointer to distinguish between explicit zero and unspecified. Defaults to 1. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
5205
5206
|
"""
|
|
@@ -5251,20 +5252,20 @@ class ReplicaSetStatus(dict):
|
|
|
5251
5252
|
return super().get(key, default)
|
|
5252
5253
|
|
|
5253
5254
|
def __init__(__self__, *,
|
|
5254
|
-
replicas: int,
|
|
5255
|
-
available_replicas: Optional[int] = None,
|
|
5255
|
+
replicas: builtins.int,
|
|
5256
|
+
available_replicas: Optional[builtins.int] = None,
|
|
5256
5257
|
conditions: Optional[Sequence['outputs.ReplicaSetCondition']] = None,
|
|
5257
|
-
fully_labeled_replicas: Optional[int] = None,
|
|
5258
|
-
observed_generation: Optional[int] = None,
|
|
5259
|
-
ready_replicas: Optional[int] = None):
|
|
5258
|
+
fully_labeled_replicas: Optional[builtins.int] = None,
|
|
5259
|
+
observed_generation: Optional[builtins.int] = None,
|
|
5260
|
+
ready_replicas: Optional[builtins.int] = None):
|
|
5260
5261
|
"""
|
|
5261
5262
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
5262
|
-
:param int replicas: Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
5263
|
-
:param int available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
5263
|
+
:param builtins.int replicas: Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
5264
|
+
:param builtins.int available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
5264
5265
|
:param Sequence['ReplicaSetConditionArgs'] conditions: Represents the latest available observations of a replica set's current state.
|
|
5265
|
-
:param int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
5266
|
-
:param int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
5267
|
-
:param int ready_replicas: The number of ready replicas for this replica set.
|
|
5266
|
+
:param builtins.int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
5267
|
+
:param builtins.int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
5268
|
+
:param builtins.int ready_replicas: The number of ready replicas for this replica set.
|
|
5268
5269
|
"""
|
|
5269
5270
|
pulumi.set(__self__, "replicas", replicas)
|
|
5270
5271
|
if available_replicas is not None:
|
|
@@ -5280,7 +5281,7 @@ class ReplicaSetStatus(dict):
|
|
|
5280
5281
|
|
|
5281
5282
|
@property
|
|
5282
5283
|
@pulumi.getter
|
|
5283
|
-
def replicas(self) -> int:
|
|
5284
|
+
def replicas(self) -> builtins.int:
|
|
5284
5285
|
"""
|
|
5285
5286
|
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
5286
5287
|
"""
|
|
@@ -5288,7 +5289,7 @@ class ReplicaSetStatus(dict):
|
|
|
5288
5289
|
|
|
5289
5290
|
@property
|
|
5290
5291
|
@pulumi.getter(name="availableReplicas")
|
|
5291
|
-
def available_replicas(self) -> Optional[int]:
|
|
5292
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
5292
5293
|
"""
|
|
5293
5294
|
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
5294
5295
|
"""
|
|
@@ -5304,7 +5305,7 @@ class ReplicaSetStatus(dict):
|
|
|
5304
5305
|
|
|
5305
5306
|
@property
|
|
5306
5307
|
@pulumi.getter(name="fullyLabeledReplicas")
|
|
5307
|
-
def fully_labeled_replicas(self) -> Optional[int]:
|
|
5308
|
+
def fully_labeled_replicas(self) -> Optional[builtins.int]:
|
|
5308
5309
|
"""
|
|
5309
5310
|
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
5310
5311
|
"""
|
|
@@ -5312,7 +5313,7 @@ class ReplicaSetStatus(dict):
|
|
|
5312
5313
|
|
|
5313
5314
|
@property
|
|
5314
5315
|
@pulumi.getter(name="observedGeneration")
|
|
5315
|
-
def observed_generation(self) -> Optional[int]:
|
|
5316
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
5316
5317
|
"""
|
|
5317
5318
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
5318
5319
|
"""
|
|
@@ -5320,7 +5321,7 @@ class ReplicaSetStatus(dict):
|
|
|
5320
5321
|
|
|
5321
5322
|
@property
|
|
5322
5323
|
@pulumi.getter(name="readyReplicas")
|
|
5323
|
-
def ready_replicas(self) -> Optional[int]:
|
|
5324
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
5324
5325
|
"""
|
|
5325
5326
|
The number of ready replicas for this replica set.
|
|
5326
5327
|
"""
|
|
@@ -5356,20 +5357,20 @@ class ReplicaSetStatusPatch(dict):
|
|
|
5356
5357
|
return super().get(key, default)
|
|
5357
5358
|
|
|
5358
5359
|
def __init__(__self__, *,
|
|
5359
|
-
available_replicas: Optional[int] = None,
|
|
5360
|
+
available_replicas: Optional[builtins.int] = None,
|
|
5360
5361
|
conditions: Optional[Sequence['outputs.ReplicaSetConditionPatch']] = None,
|
|
5361
|
-
fully_labeled_replicas: Optional[int] = None,
|
|
5362
|
-
observed_generation: Optional[int] = None,
|
|
5363
|
-
ready_replicas: Optional[int] = None,
|
|
5364
|
-
replicas: Optional[int] = None):
|
|
5362
|
+
fully_labeled_replicas: Optional[builtins.int] = None,
|
|
5363
|
+
observed_generation: Optional[builtins.int] = None,
|
|
5364
|
+
ready_replicas: Optional[builtins.int] = None,
|
|
5365
|
+
replicas: Optional[builtins.int] = None):
|
|
5365
5366
|
"""
|
|
5366
5367
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
5367
|
-
:param int available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
5368
|
+
:param builtins.int available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
5368
5369
|
:param Sequence['ReplicaSetConditionPatchArgs'] conditions: Represents the latest available observations of a replica set's current state.
|
|
5369
|
-
:param int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
5370
|
-
:param int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
5371
|
-
:param int ready_replicas: The number of ready replicas for this replica set.
|
|
5372
|
-
:param int replicas: Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
5370
|
+
:param builtins.int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
5371
|
+
:param builtins.int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
5372
|
+
:param builtins.int ready_replicas: The number of ready replicas for this replica set.
|
|
5373
|
+
:param builtins.int replicas: Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
5373
5374
|
"""
|
|
5374
5375
|
if available_replicas is not None:
|
|
5375
5376
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -5386,7 +5387,7 @@ class ReplicaSetStatusPatch(dict):
|
|
|
5386
5387
|
|
|
5387
5388
|
@property
|
|
5388
5389
|
@pulumi.getter(name="availableReplicas")
|
|
5389
|
-
def available_replicas(self) -> Optional[int]:
|
|
5390
|
+
def available_replicas(self) -> Optional[builtins.int]:
|
|
5390
5391
|
"""
|
|
5391
5392
|
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
5392
5393
|
"""
|
|
@@ -5402,7 +5403,7 @@ class ReplicaSetStatusPatch(dict):
|
|
|
5402
5403
|
|
|
5403
5404
|
@property
|
|
5404
5405
|
@pulumi.getter(name="fullyLabeledReplicas")
|
|
5405
|
-
def fully_labeled_replicas(self) -> Optional[int]:
|
|
5406
|
+
def fully_labeled_replicas(self) -> Optional[builtins.int]:
|
|
5406
5407
|
"""
|
|
5407
5408
|
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
5408
5409
|
"""
|
|
@@ -5410,7 +5411,7 @@ class ReplicaSetStatusPatch(dict):
|
|
|
5410
5411
|
|
|
5411
5412
|
@property
|
|
5412
5413
|
@pulumi.getter(name="observedGeneration")
|
|
5413
|
-
def observed_generation(self) -> Optional[int]:
|
|
5414
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
5414
5415
|
"""
|
|
5415
5416
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
5416
5417
|
"""
|
|
@@ -5418,7 +5419,7 @@ class ReplicaSetStatusPatch(dict):
|
|
|
5418
5419
|
|
|
5419
5420
|
@property
|
|
5420
5421
|
@pulumi.getter(name="readyReplicas")
|
|
5421
|
-
def ready_replicas(self) -> Optional[int]:
|
|
5422
|
+
def ready_replicas(self) -> Optional[builtins.int]:
|
|
5422
5423
|
"""
|
|
5423
5424
|
The number of ready replicas for this replica set.
|
|
5424
5425
|
"""
|
|
@@ -5426,7 +5427,7 @@ class ReplicaSetStatusPatch(dict):
|
|
|
5426
5427
|
|
|
5427
5428
|
@property
|
|
5428
5429
|
@pulumi.getter
|
|
5429
|
-
def replicas(self) -> Optional[int]:
|
|
5430
|
+
def replicas(self) -> Optional[builtins.int]:
|
|
5430
5431
|
"""
|
|
5431
5432
|
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
5432
5433
|
"""
|
|
@@ -5439,17 +5440,17 @@ class RollbackConfig(dict):
|
|
|
5439
5440
|
DEPRECATED.
|
|
5440
5441
|
"""
|
|
5441
5442
|
def __init__(__self__, *,
|
|
5442
|
-
revision: Optional[int] = None):
|
|
5443
|
+
revision: Optional[builtins.int] = None):
|
|
5443
5444
|
"""
|
|
5444
5445
|
DEPRECATED.
|
|
5445
|
-
:param int revision: The revision to rollback to. If set to 0, rollback to the last revision.
|
|
5446
|
+
:param builtins.int revision: The revision to rollback to. If set to 0, rollback to the last revision.
|
|
5446
5447
|
"""
|
|
5447
5448
|
if revision is not None:
|
|
5448
5449
|
pulumi.set(__self__, "revision", revision)
|
|
5449
5450
|
|
|
5450
5451
|
@property
|
|
5451
5452
|
@pulumi.getter
|
|
5452
|
-
def revision(self) -> Optional[int]:
|
|
5453
|
+
def revision(self) -> Optional[builtins.int]:
|
|
5453
5454
|
"""
|
|
5454
5455
|
The revision to rollback to. If set to 0, rollback to the last revision.
|
|
5455
5456
|
"""
|
|
@@ -5462,17 +5463,17 @@ class RollbackConfigPatch(dict):
|
|
|
5462
5463
|
DEPRECATED.
|
|
5463
5464
|
"""
|
|
5464
5465
|
def __init__(__self__, *,
|
|
5465
|
-
revision: Optional[int] = None):
|
|
5466
|
+
revision: Optional[builtins.int] = None):
|
|
5466
5467
|
"""
|
|
5467
5468
|
DEPRECATED.
|
|
5468
|
-
:param int revision: The revision to rollback to. If set to 0, rollback to the last revision.
|
|
5469
|
+
:param builtins.int revision: The revision to rollback to. If set to 0, rollback to the last revision.
|
|
5469
5470
|
"""
|
|
5470
5471
|
if revision is not None:
|
|
5471
5472
|
pulumi.set(__self__, "revision", revision)
|
|
5472
5473
|
|
|
5473
5474
|
@property
|
|
5474
5475
|
@pulumi.getter
|
|
5475
|
-
def revision(self) -> Optional[int]:
|
|
5476
|
+
def revision(self) -> Optional[builtins.int]:
|
|
5476
5477
|
"""
|
|
5477
5478
|
The revision to rollback to. If set to 0, rollback to the last revision.
|
|
5478
5479
|
"""
|
|
@@ -5505,7 +5506,7 @@ class RollingUpdateDaemonSet(dict):
|
|
|
5505
5506
|
max_unavailable: Optional[Any] = None):
|
|
5506
5507
|
"""
|
|
5507
5508
|
Spec to control the desired behavior of daemon set rolling update.
|
|
5508
|
-
:param Union[int, str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
5509
|
+
:param Union[builtins.int, builtins.str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
5509
5510
|
"""
|
|
5510
5511
|
if max_unavailable is not None:
|
|
5511
5512
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
@@ -5545,7 +5546,7 @@ class RollingUpdateDaemonSetPatch(dict):
|
|
|
5545
5546
|
max_unavailable: Optional[Any] = None):
|
|
5546
5547
|
"""
|
|
5547
5548
|
Spec to control the desired behavior of daemon set rolling update.
|
|
5548
|
-
:param Union[int, str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
5549
|
+
:param Union[builtins.int, builtins.str] max_unavailable: The maximum number of DaemonSet pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of total number of DaemonSet pods at the start of the update (ex: 10%). Absolute number is calculated from percentage by rounding up. This cannot be 0. Default value is 1. Example: when this is set to 30%, at most 30% of the total number of nodes that should be running the daemon pod (i.e. status.desiredNumberScheduled) can have their pods stopped for an update at any given time. The update starts by stopping at most 30% of those DaemonSet pods and then brings up new DaemonSet pods in their place. Once the new pods are available, it then proceeds onto other DaemonSet pods, thus ensuring that at least 70% of original number of DaemonSet pods are available at all times during the update.
|
|
5549
5550
|
"""
|
|
5550
5551
|
if max_unavailable is not None:
|
|
5551
5552
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
@@ -5588,8 +5589,8 @@ class RollingUpdateDeployment(dict):
|
|
|
5588
5589
|
max_unavailable: Optional[Any] = None):
|
|
5589
5590
|
"""
|
|
5590
5591
|
Spec to control the desired behavior of rolling update.
|
|
5591
|
-
:param Union[int, str] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. By default, a value of 1 is used. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
5592
|
-
:param Union[int, str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. By default, a fixed value of 1 is used. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
5592
|
+
:param Union[builtins.int, builtins.str] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. By default, a value of 1 is used. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
5593
|
+
:param Union[builtins.int, builtins.str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. By default, a fixed value of 1 is used. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
5593
5594
|
"""
|
|
5594
5595
|
if max_surge is not None:
|
|
5595
5596
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -5642,8 +5643,8 @@ class RollingUpdateDeploymentPatch(dict):
|
|
|
5642
5643
|
max_unavailable: Optional[Any] = None):
|
|
5643
5644
|
"""
|
|
5644
5645
|
Spec to control the desired behavior of rolling update.
|
|
5645
|
-
:param Union[int, str] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. By default, a value of 1 is used. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
5646
|
-
:param Union[int, str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. By default, a fixed value of 1 is used. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
5646
|
+
:param Union[builtins.int, builtins.str] max_surge: The maximum number of pods that can be scheduled above the desired number of pods. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). This can not be 0 if MaxUnavailable is 0. Absolute number is calculated from percentage by rounding up. By default, a value of 1 is used. Example: when this is set to 30%, the new RC can be scaled up immediately when the rolling update starts, such that the total number of old and new pods do not exceed 130% of desired pods. Once old pods have been killed, new RC can be scaled up further, ensuring that total number of pods running at any time during the update is at most 130% of desired pods.
|
|
5647
|
+
:param Union[builtins.int, builtins.str] max_unavailable: The maximum number of pods that can be unavailable during the update. Value can be an absolute number (ex: 5) or a percentage of desired pods (ex: 10%). Absolute number is calculated from percentage by rounding down. This can not be 0 if MaxSurge is 0. By default, a fixed value of 1 is used. Example: when this is set to 30%, the old RC can be scaled down to 70% of desired pods immediately when the rolling update starts. Once new pods are ready, old RC can be scaled down further, followed by scaling up the new RC, ensuring that the total number of pods available at all times during the update is at least 70% of desired pods.
|
|
5647
5648
|
"""
|
|
5648
5649
|
if max_surge is not None:
|
|
5649
5650
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
@@ -5673,11 +5674,11 @@ class RunAsGroupStrategyOptions(dict):
|
|
|
5673
5674
|
RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsGroupStrategyOptions from policy API Group instead.
|
|
5674
5675
|
"""
|
|
5675
5676
|
def __init__(__self__, *,
|
|
5676
|
-
rule: str,
|
|
5677
|
+
rule: builtins.str,
|
|
5677
5678
|
ranges: Optional[Sequence['outputs.IDRange']] = None):
|
|
5678
5679
|
"""
|
|
5679
5680
|
RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsGroupStrategyOptions from policy API Group instead.
|
|
5680
|
-
:param str rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
5681
|
+
:param builtins.str rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
5681
5682
|
: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.
|
|
5682
5683
|
"""
|
|
5683
5684
|
pulumi.set(__self__, "rule", rule)
|
|
@@ -5686,7 +5687,7 @@ class RunAsGroupStrategyOptions(dict):
|
|
|
5686
5687
|
|
|
5687
5688
|
@property
|
|
5688
5689
|
@pulumi.getter
|
|
5689
|
-
def rule(self) -> str:
|
|
5690
|
+
def rule(self) -> builtins.str:
|
|
5690
5691
|
"""
|
|
5691
5692
|
rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
5692
5693
|
"""
|
|
@@ -5708,11 +5709,11 @@ class RunAsGroupStrategyOptionsPatch(dict):
|
|
|
5708
5709
|
"""
|
|
5709
5710
|
def __init__(__self__, *,
|
|
5710
5711
|
ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
|
|
5711
|
-
rule: Optional[str] = None):
|
|
5712
|
+
rule: Optional[builtins.str] = None):
|
|
5712
5713
|
"""
|
|
5713
5714
|
RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsGroupStrategyOptions from policy API Group instead.
|
|
5714
5715
|
: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.
|
|
5715
|
-
:param str rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
5716
|
+
:param builtins.str rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
5716
5717
|
"""
|
|
5717
5718
|
if ranges is not None:
|
|
5718
5719
|
pulumi.set(__self__, "ranges", ranges)
|
|
@@ -5729,7 +5730,7 @@ class RunAsGroupStrategyOptionsPatch(dict):
|
|
|
5729
5730
|
|
|
5730
5731
|
@property
|
|
5731
5732
|
@pulumi.getter
|
|
5732
|
-
def rule(self) -> Optional[str]:
|
|
5733
|
+
def rule(self) -> Optional[builtins.str]:
|
|
5733
5734
|
"""
|
|
5734
5735
|
rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
5735
5736
|
"""
|
|
@@ -5742,11 +5743,11 @@ class RunAsUserStrategyOptions(dict):
|
|
|
5742
5743
|
RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsUserStrategyOptions from policy API Group instead.
|
|
5743
5744
|
"""
|
|
5744
5745
|
def __init__(__self__, *,
|
|
5745
|
-
rule: str,
|
|
5746
|
+
rule: builtins.str,
|
|
5746
5747
|
ranges: Optional[Sequence['outputs.IDRange']] = None):
|
|
5747
5748
|
"""
|
|
5748
5749
|
RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsUserStrategyOptions from policy API Group instead.
|
|
5749
|
-
:param str rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
5750
|
+
:param builtins.str rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
5750
5751
|
: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.
|
|
5751
5752
|
"""
|
|
5752
5753
|
pulumi.set(__self__, "rule", rule)
|
|
@@ -5755,7 +5756,7 @@ class RunAsUserStrategyOptions(dict):
|
|
|
5755
5756
|
|
|
5756
5757
|
@property
|
|
5757
5758
|
@pulumi.getter
|
|
5758
|
-
def rule(self) -> str:
|
|
5759
|
+
def rule(self) -> builtins.str:
|
|
5759
5760
|
"""
|
|
5760
5761
|
rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
5761
5762
|
"""
|
|
@@ -5777,11 +5778,11 @@ class RunAsUserStrategyOptionsPatch(dict):
|
|
|
5777
5778
|
"""
|
|
5778
5779
|
def __init__(__self__, *,
|
|
5779
5780
|
ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
|
|
5780
|
-
rule: Optional[str] = None):
|
|
5781
|
+
rule: Optional[builtins.str] = None):
|
|
5781
5782
|
"""
|
|
5782
5783
|
RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsUserStrategyOptions from policy API Group instead.
|
|
5783
5784
|
: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.
|
|
5784
|
-
:param str rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
5785
|
+
:param builtins.str rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
5785
5786
|
"""
|
|
5786
5787
|
if ranges is not None:
|
|
5787
5788
|
pulumi.set(__self__, "ranges", ranges)
|
|
@@ -5798,7 +5799,7 @@ class RunAsUserStrategyOptionsPatch(dict):
|
|
|
5798
5799
|
|
|
5799
5800
|
@property
|
|
5800
5801
|
@pulumi.getter
|
|
5801
|
-
def rule(self) -> Optional[str]:
|
|
5802
|
+
def rule(self) -> Optional[builtins.str]:
|
|
5802
5803
|
"""
|
|
5803
5804
|
rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
5804
5805
|
"""
|
|
@@ -5830,12 +5831,12 @@ class RuntimeClassStrategyOptions(dict):
|
|
|
5830
5831
|
return super().get(key, default)
|
|
5831
5832
|
|
|
5832
5833
|
def __init__(__self__, *,
|
|
5833
|
-
allowed_runtime_class_names: Sequence[str],
|
|
5834
|
-
default_runtime_class_name: Optional[str] = None):
|
|
5834
|
+
allowed_runtime_class_names: Sequence[builtins.str],
|
|
5835
|
+
default_runtime_class_name: Optional[builtins.str] = None):
|
|
5835
5836
|
"""
|
|
5836
5837
|
RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
|
|
5837
|
-
: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.
|
|
5838
|
-
: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.
|
|
5838
|
+
: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.
|
|
5839
|
+
: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.
|
|
5839
5840
|
"""
|
|
5840
5841
|
pulumi.set(__self__, "allowed_runtime_class_names", allowed_runtime_class_names)
|
|
5841
5842
|
if default_runtime_class_name is not None:
|
|
@@ -5843,7 +5844,7 @@ class RuntimeClassStrategyOptions(dict):
|
|
|
5843
5844
|
|
|
5844
5845
|
@property
|
|
5845
5846
|
@pulumi.getter(name="allowedRuntimeClassNames")
|
|
5846
|
-
def allowed_runtime_class_names(self) -> Sequence[str]:
|
|
5847
|
+
def allowed_runtime_class_names(self) -> Sequence[builtins.str]:
|
|
5847
5848
|
"""
|
|
5848
5849
|
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.
|
|
5849
5850
|
"""
|
|
@@ -5851,7 +5852,7 @@ class RuntimeClassStrategyOptions(dict):
|
|
|
5851
5852
|
|
|
5852
5853
|
@property
|
|
5853
5854
|
@pulumi.getter(name="defaultRuntimeClassName")
|
|
5854
|
-
def default_runtime_class_name(self) -> Optional[str]:
|
|
5855
|
+
def default_runtime_class_name(self) -> Optional[builtins.str]:
|
|
5855
5856
|
"""
|
|
5856
5857
|
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.
|
|
5857
5858
|
"""
|
|
@@ -5883,12 +5884,12 @@ class RuntimeClassStrategyOptionsPatch(dict):
|
|
|
5883
5884
|
return super().get(key, default)
|
|
5884
5885
|
|
|
5885
5886
|
def __init__(__self__, *,
|
|
5886
|
-
allowed_runtime_class_names: Optional[Sequence[str]] = None,
|
|
5887
|
-
default_runtime_class_name: Optional[str] = None):
|
|
5887
|
+
allowed_runtime_class_names: Optional[Sequence[builtins.str]] = None,
|
|
5888
|
+
default_runtime_class_name: Optional[builtins.str] = None):
|
|
5888
5889
|
"""
|
|
5889
5890
|
RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
|
|
5890
|
-
: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.
|
|
5891
|
-
: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.
|
|
5891
|
+
: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.
|
|
5892
|
+
: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.
|
|
5892
5893
|
"""
|
|
5893
5894
|
if allowed_runtime_class_names is not None:
|
|
5894
5895
|
pulumi.set(__self__, "allowed_runtime_class_names", allowed_runtime_class_names)
|
|
@@ -5897,7 +5898,7 @@ class RuntimeClassStrategyOptionsPatch(dict):
|
|
|
5897
5898
|
|
|
5898
5899
|
@property
|
|
5899
5900
|
@pulumi.getter(name="allowedRuntimeClassNames")
|
|
5900
|
-
def allowed_runtime_class_names(self) -> Optional[Sequence[str]]:
|
|
5901
|
+
def allowed_runtime_class_names(self) -> Optional[Sequence[builtins.str]]:
|
|
5901
5902
|
"""
|
|
5902
5903
|
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.
|
|
5903
5904
|
"""
|
|
@@ -5905,7 +5906,7 @@ class RuntimeClassStrategyOptionsPatch(dict):
|
|
|
5905
5906
|
|
|
5906
5907
|
@property
|
|
5907
5908
|
@pulumi.getter(name="defaultRuntimeClassName")
|
|
5908
|
-
def default_runtime_class_name(self) -> Optional[str]:
|
|
5909
|
+
def default_runtime_class_name(self) -> Optional[builtins.str]:
|
|
5909
5910
|
"""
|
|
5910
5911
|
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.
|
|
5911
5912
|
"""
|
|
@@ -5935,11 +5936,11 @@ class SELinuxStrategyOptions(dict):
|
|
|
5935
5936
|
return super().get(key, default)
|
|
5936
5937
|
|
|
5937
5938
|
def __init__(__self__, *,
|
|
5938
|
-
rule: str,
|
|
5939
|
+
rule: builtins.str,
|
|
5939
5940
|
se_linux_options: Optional['_core.v1.outputs.SELinuxOptions'] = None):
|
|
5940
5941
|
"""
|
|
5941
5942
|
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead.
|
|
5942
|
-
:param str rule: rule is the strategy that will dictate the allowable labels that may be set.
|
|
5943
|
+
:param builtins.str rule: rule is the strategy that will dictate the allowable labels that may be set.
|
|
5943
5944
|
: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/
|
|
5944
5945
|
"""
|
|
5945
5946
|
pulumi.set(__self__, "rule", rule)
|
|
@@ -5948,7 +5949,7 @@ class SELinuxStrategyOptions(dict):
|
|
|
5948
5949
|
|
|
5949
5950
|
@property
|
|
5950
5951
|
@pulumi.getter
|
|
5951
|
-
def rule(self) -> str:
|
|
5952
|
+
def rule(self) -> builtins.str:
|
|
5952
5953
|
"""
|
|
5953
5954
|
rule is the strategy that will dictate the allowable labels that may be set.
|
|
5954
5955
|
"""
|
|
@@ -5986,11 +5987,11 @@ class SELinuxStrategyOptionsPatch(dict):
|
|
|
5986
5987
|
return super().get(key, default)
|
|
5987
5988
|
|
|
5988
5989
|
def __init__(__self__, *,
|
|
5989
|
-
rule: Optional[str] = None,
|
|
5990
|
+
rule: Optional[builtins.str] = None,
|
|
5990
5991
|
se_linux_options: Optional['_core.v1.outputs.SELinuxOptionsPatch'] = None):
|
|
5991
5992
|
"""
|
|
5992
5993
|
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead.
|
|
5993
|
-
:param str rule: rule is the strategy that will dictate the allowable labels that may be set.
|
|
5994
|
+
:param builtins.str rule: rule is the strategy that will dictate the allowable labels that may be set.
|
|
5994
5995
|
: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/
|
|
5995
5996
|
"""
|
|
5996
5997
|
if rule is not None:
|
|
@@ -6000,7 +6001,7 @@ class SELinuxStrategyOptionsPatch(dict):
|
|
|
6000
6001
|
|
|
6001
6002
|
@property
|
|
6002
6003
|
@pulumi.getter
|
|
6003
|
-
def rule(self) -> Optional[str]:
|
|
6004
|
+
def rule(self) -> Optional[builtins.str]:
|
|
6004
6005
|
"""
|
|
6005
6006
|
rule is the strategy that will dictate the allowable labels that may be set.
|
|
6006
6007
|
"""
|
|
@@ -6022,11 +6023,11 @@ class SupplementalGroupsStrategyOptions(dict):
|
|
|
6022
6023
|
"""
|
|
6023
6024
|
def __init__(__self__, *,
|
|
6024
6025
|
ranges: Optional[Sequence['outputs.IDRange']] = None,
|
|
6025
|
-
rule: Optional[str] = None):
|
|
6026
|
+
rule: Optional[builtins.str] = None):
|
|
6026
6027
|
"""
|
|
6027
6028
|
SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use SupplementalGroupsStrategyOptions from policy API Group instead.
|
|
6028
6029
|
: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.
|
|
6029
|
-
:param str rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
6030
|
+
:param builtins.str rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
6030
6031
|
"""
|
|
6031
6032
|
if ranges is not None:
|
|
6032
6033
|
pulumi.set(__self__, "ranges", ranges)
|
|
@@ -6043,7 +6044,7 @@ class SupplementalGroupsStrategyOptions(dict):
|
|
|
6043
6044
|
|
|
6044
6045
|
@property
|
|
6045
6046
|
@pulumi.getter
|
|
6046
|
-
def rule(self) -> Optional[str]:
|
|
6047
|
+
def rule(self) -> Optional[builtins.str]:
|
|
6047
6048
|
"""
|
|
6048
6049
|
rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
6049
6050
|
"""
|
|
@@ -6057,11 +6058,11 @@ class SupplementalGroupsStrategyOptionsPatch(dict):
|
|
|
6057
6058
|
"""
|
|
6058
6059
|
def __init__(__self__, *,
|
|
6059
6060
|
ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
|
|
6060
|
-
rule: Optional[str] = None):
|
|
6061
|
+
rule: Optional[builtins.str] = None):
|
|
6061
6062
|
"""
|
|
6062
6063
|
SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use SupplementalGroupsStrategyOptions from policy API Group instead.
|
|
6063
6064
|
: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.
|
|
6064
|
-
:param str rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
6065
|
+
:param builtins.str rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
6065
6066
|
"""
|
|
6066
6067
|
if ranges is not None:
|
|
6067
6068
|
pulumi.set(__self__, "ranges", ranges)
|
|
@@ -6078,7 +6079,7 @@ class SupplementalGroupsStrategyOptionsPatch(dict):
|
|
|
6078
6079
|
|
|
6079
6080
|
@property
|
|
6080
6081
|
@pulumi.getter
|
|
6081
|
-
def rule(self) -> Optional[str]:
|
|
6082
|
+
def rule(self) -> Optional[builtins.str]:
|
|
6082
6083
|
"""
|
|
6083
6084
|
rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
6084
6085
|
"""
|