pulumi-kubernetes 4.24.0a1752908431__py3-none-any.whl → 4.24.0a1753121506__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -1
- pulumi_kubernetes/_inputs.py +49 -50
- pulumi_kubernetes/admissionregistration/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
- pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
- pulumi_kubernetes/apiextensions/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
- pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
- pulumi_kubernetes/apiregistration/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
- pulumi_kubernetes/apps/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/_inputs.py +749 -750
- pulumi_kubernetes/apps/v1/outputs.py +713 -714
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
- pulumi_kubernetes/auditregistration/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
- pulumi_kubernetes/autoscaling/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
- pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
- pulumi_kubernetes/batch/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/Job.py +26 -27
- pulumi_kubernetes/batch/v1/JobList.py +25 -26
- pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/_inputs.py +494 -495
- pulumi_kubernetes/batch/v1/outputs.py +419 -420
- pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
- pulumi_kubernetes/certificates/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
- pulumi_kubernetes/certificates/v1/outputs.py +134 -135
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
- pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
- pulumi_kubernetes/coordination/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
- pulumi_kubernetes/coordination/v1/outputs.py +67 -68
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
- pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
- pulumi_kubernetes/core/__init__.py +1 -1
- pulumi_kubernetes/core/v1/Binding.py +25 -26
- pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
- pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
- pulumi_kubernetes/core/v1/Endpoints.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
- pulumi_kubernetes/core/v1/Event.py +131 -132
- pulumi_kubernetes/core/v1/EventList.py +25 -26
- pulumi_kubernetes/core/v1/EventPatch.py +131 -132
- pulumi_kubernetes/core/v1/LimitRange.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
- pulumi_kubernetes/core/v1/Namespace.py +26 -27
- pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
- pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
- pulumi_kubernetes/core/v1/Node.py +26 -27
- pulumi_kubernetes/core/v1/NodeList.py +25 -26
- pulumi_kubernetes/core/v1/NodePatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
- pulumi_kubernetes/core/v1/Pod.py +26 -27
- pulumi_kubernetes/core/v1/PodList.py +25 -26
- pulumi_kubernetes/core/v1/PodPatch.py +26 -27
- pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
- pulumi_kubernetes/core/v1/Secret.py +63 -64
- pulumi_kubernetes/core/v1/SecretList.py +25 -26
- pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
- pulumi_kubernetes/core/v1/Service.py +26 -27
- pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
- pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
- pulumi_kubernetes/core/v1/ServiceList.py +25 -26
- pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
- pulumi_kubernetes/core/v1/__init__.py +1 -1
- pulumi_kubernetes/core/v1/_enums.py +2 -2
- pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
- pulumi_kubernetes/core/v1/outputs.py +5390 -5391
- pulumi_kubernetes/discovery/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
- pulumi_kubernetes/discovery/v1/outputs.py +138 -139
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
- pulumi_kubernetes/events/__init__.py +1 -1
- pulumi_kubernetes/events/v1/Event.py +131 -132
- pulumi_kubernetes/events/v1/EventList.py +25 -26
- pulumi_kubernetes/events/v1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1/__init__.py +1 -1
- pulumi_kubernetes/events/v1/_inputs.py +102 -103
- pulumi_kubernetes/events/v1/outputs.py +70 -71
- pulumi_kubernetes/events/v1beta1/Event.py +131 -132
- pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
- pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
- pulumi_kubernetes/extensions/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
- pulumi_kubernetes/flowcontrol/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
- pulumi_kubernetes/helm/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/Release.py +316 -317
- pulumi_kubernetes/helm/v3/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/_inputs.py +37 -38
- pulumi_kubernetes/helm/v3/outputs.py +54 -55
- pulumi_kubernetes/helm/v4/Chart.py +95 -96
- pulumi_kubernetes/helm/v4/__init__.py +1 -1
- pulumi_kubernetes/helm/v4/_inputs.py +34 -35
- pulumi_kubernetes/kustomize/__init__.py +1 -1
- pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
- pulumi_kubernetes/meta/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/Status.py +57 -58
- pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
- pulumi_kubernetes/meta/v1/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/_inputs.py +551 -552
- pulumi_kubernetes/meta/v1/outputs.py +395 -396
- pulumi_kubernetes/networking/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/_inputs.py +463 -464
- pulumi_kubernetes/networking/v1/outputs.py +350 -351
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
- pulumi_kubernetes/node/__init__.py +1 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1/__init__.py +1 -1
- pulumi_kubernetes/node/v1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1/outputs.py +34 -35
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
- pulumi_kubernetes/policy/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/_inputs.py +91 -92
- pulumi_kubernetes/policy/v1/outputs.py +80 -81
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
- pulumi_kubernetes/provider.py +107 -108
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
- pulumi_kubernetes/resource/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
- pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
- pulumi_kubernetes/scheduling/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
- pulumi_kubernetes/settings/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
- pulumi_kubernetes/storage/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/_inputs.py +372 -373
- pulumi_kubernetes/storage/v1/outputs.py +278 -279
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
- pulumi_kubernetes/storagemigration/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
- pulumi_kubernetes/yaml/__init__.py +1 -1
- pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
- pulumi_kubernetes/yaml/v2/__init__.py +1 -1
- {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753121506.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.24.0a1752908431.dist-info/RECORD +0 -709
- {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -111,16 +110,16 @@ class AllowedCSIDriver(dict):
|
|
|
111
110
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
112
111
|
"""
|
|
113
112
|
def __init__(__self__, *,
|
|
114
|
-
name:
|
|
113
|
+
name: _builtins.str):
|
|
115
114
|
"""
|
|
116
115
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
117
|
-
:param
|
|
116
|
+
:param _builtins.str name: Name is the registered name of the CSI driver
|
|
118
117
|
"""
|
|
119
118
|
pulumi.set(__self__, "name", name)
|
|
120
119
|
|
|
121
|
-
@property
|
|
120
|
+
@_builtins.property
|
|
122
121
|
@pulumi.getter
|
|
123
|
-
def name(self) ->
|
|
122
|
+
def name(self) -> _builtins.str:
|
|
124
123
|
"""
|
|
125
124
|
Name is the registered name of the CSI driver
|
|
126
125
|
"""
|
|
@@ -133,17 +132,17 @@ class AllowedCSIDriverPatch(dict):
|
|
|
133
132
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
134
133
|
"""
|
|
135
134
|
def __init__(__self__, *,
|
|
136
|
-
name: Optional[
|
|
135
|
+
name: Optional[_builtins.str] = None):
|
|
137
136
|
"""
|
|
138
137
|
AllowedCSIDriver represents a single inline CSI Driver that is allowed to be used.
|
|
139
|
-
:param
|
|
138
|
+
:param _builtins.str name: Name is the registered name of the CSI driver
|
|
140
139
|
"""
|
|
141
140
|
if name is not None:
|
|
142
141
|
pulumi.set(__self__, "name", name)
|
|
143
142
|
|
|
144
|
-
@property
|
|
143
|
+
@_builtins.property
|
|
145
144
|
@pulumi.getter
|
|
146
|
-
def name(self) -> Optional[
|
|
145
|
+
def name(self) -> Optional[_builtins.str]:
|
|
147
146
|
"""
|
|
148
147
|
Name is the registered name of the CSI driver
|
|
149
148
|
"""
|
|
@@ -156,16 +155,16 @@ class AllowedFlexVolume(dict):
|
|
|
156
155
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead.
|
|
157
156
|
"""
|
|
158
157
|
def __init__(__self__, *,
|
|
159
|
-
driver:
|
|
158
|
+
driver: _builtins.str):
|
|
160
159
|
"""
|
|
161
160
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead.
|
|
162
|
-
:param
|
|
161
|
+
:param _builtins.str driver: driver is the name of the Flexvolume driver.
|
|
163
162
|
"""
|
|
164
163
|
pulumi.set(__self__, "driver", driver)
|
|
165
164
|
|
|
166
|
-
@property
|
|
165
|
+
@_builtins.property
|
|
167
166
|
@pulumi.getter
|
|
168
|
-
def driver(self) ->
|
|
167
|
+
def driver(self) -> _builtins.str:
|
|
169
168
|
"""
|
|
170
169
|
driver is the name of the Flexvolume driver.
|
|
171
170
|
"""
|
|
@@ -178,17 +177,17 @@ class AllowedFlexVolumePatch(dict):
|
|
|
178
177
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead.
|
|
179
178
|
"""
|
|
180
179
|
def __init__(__self__, *,
|
|
181
|
-
driver: Optional[
|
|
180
|
+
driver: Optional[_builtins.str] = None):
|
|
182
181
|
"""
|
|
183
182
|
AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead.
|
|
184
|
-
:param
|
|
183
|
+
:param _builtins.str driver: driver is the name of the Flexvolume driver.
|
|
185
184
|
"""
|
|
186
185
|
if driver is not None:
|
|
187
186
|
pulumi.set(__self__, "driver", driver)
|
|
188
187
|
|
|
189
|
-
@property
|
|
188
|
+
@_builtins.property
|
|
190
189
|
@pulumi.getter
|
|
191
|
-
def driver(self) -> Optional[
|
|
190
|
+
def driver(self) -> Optional[_builtins.str]:
|
|
192
191
|
"""
|
|
193
192
|
driver is the name of the Flexvolume driver.
|
|
194
193
|
"""
|
|
@@ -220,23 +219,23 @@ class AllowedHostPath(dict):
|
|
|
220
219
|
return super().get(key, default)
|
|
221
220
|
|
|
222
221
|
def __init__(__self__, *,
|
|
223
|
-
path_prefix: Optional[
|
|
224
|
-
read_only: Optional[
|
|
222
|
+
path_prefix: Optional[_builtins.str] = None,
|
|
223
|
+
read_only: Optional[_builtins.bool] = None):
|
|
225
224
|
"""
|
|
226
225
|
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.
|
|
227
|
-
:param
|
|
226
|
+
: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.
|
|
228
227
|
|
|
229
228
|
Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
|
|
230
|
-
:param
|
|
229
|
+
:param _builtins.bool read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
231
230
|
"""
|
|
232
231
|
if path_prefix is not None:
|
|
233
232
|
pulumi.set(__self__, "path_prefix", path_prefix)
|
|
234
233
|
if read_only is not None:
|
|
235
234
|
pulumi.set(__self__, "read_only", read_only)
|
|
236
235
|
|
|
237
|
-
@property
|
|
236
|
+
@_builtins.property
|
|
238
237
|
@pulumi.getter(name="pathPrefix")
|
|
239
|
-
def path_prefix(self) -> Optional[
|
|
238
|
+
def path_prefix(self) -> Optional[_builtins.str]:
|
|
240
239
|
"""
|
|
241
240
|
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.
|
|
242
241
|
|
|
@@ -244,9 +243,9 @@ class AllowedHostPath(dict):
|
|
|
244
243
|
"""
|
|
245
244
|
return pulumi.get(self, "path_prefix")
|
|
246
245
|
|
|
247
|
-
@property
|
|
246
|
+
@_builtins.property
|
|
248
247
|
@pulumi.getter(name="readOnly")
|
|
249
|
-
def read_only(self) -> Optional[
|
|
248
|
+
def read_only(self) -> Optional[_builtins.bool]:
|
|
250
249
|
"""
|
|
251
250
|
when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
252
251
|
"""
|
|
@@ -278,23 +277,23 @@ class AllowedHostPathPatch(dict):
|
|
|
278
277
|
return super().get(key, default)
|
|
279
278
|
|
|
280
279
|
def __init__(__self__, *,
|
|
281
|
-
path_prefix: Optional[
|
|
282
|
-
read_only: Optional[
|
|
280
|
+
path_prefix: Optional[_builtins.str] = None,
|
|
281
|
+
read_only: Optional[_builtins.bool] = None):
|
|
283
282
|
"""
|
|
284
283
|
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.
|
|
285
|
-
:param
|
|
284
|
+
: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.
|
|
286
285
|
|
|
287
286
|
Examples: `/foo` would allow `/foo`, `/foo/` and `/foo/bar` `/foo` would not allow `/food` or `/etc/foo`
|
|
288
|
-
:param
|
|
287
|
+
:param _builtins.bool read_only: when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
289
288
|
"""
|
|
290
289
|
if path_prefix is not None:
|
|
291
290
|
pulumi.set(__self__, "path_prefix", path_prefix)
|
|
292
291
|
if read_only is not None:
|
|
293
292
|
pulumi.set(__self__, "read_only", read_only)
|
|
294
293
|
|
|
295
|
-
@property
|
|
294
|
+
@_builtins.property
|
|
296
295
|
@pulumi.getter(name="pathPrefix")
|
|
297
|
-
def path_prefix(self) -> Optional[
|
|
296
|
+
def path_prefix(self) -> Optional[_builtins.str]:
|
|
298
297
|
"""
|
|
299
298
|
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.
|
|
300
299
|
|
|
@@ -302,9 +301,9 @@ class AllowedHostPathPatch(dict):
|
|
|
302
301
|
"""
|
|
303
302
|
return pulumi.get(self, "path_prefix")
|
|
304
303
|
|
|
305
|
-
@property
|
|
304
|
+
@_builtins.property
|
|
306
305
|
@pulumi.getter(name="readOnly")
|
|
307
|
-
def read_only(self) -> Optional[
|
|
306
|
+
def read_only(self) -> Optional[_builtins.bool]:
|
|
308
307
|
"""
|
|
309
308
|
when set to true, will allow host volumes matching the pathPrefix only if all volume mounts are readOnly.
|
|
310
309
|
"""
|
|
@@ -334,15 +333,15 @@ class DaemonSet(dict):
|
|
|
334
333
|
return super().get(key, default)
|
|
335
334
|
|
|
336
335
|
def __init__(__self__, *,
|
|
337
|
-
api_version: Optional[
|
|
338
|
-
kind: Optional[
|
|
336
|
+
api_version: Optional[_builtins.str] = None,
|
|
337
|
+
kind: Optional[_builtins.str] = None,
|
|
339
338
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
340
339
|
spec: Optional['outputs.DaemonSetSpec'] = None,
|
|
341
340
|
status: Optional['outputs.DaemonSetStatus'] = None):
|
|
342
341
|
"""
|
|
343
342
|
DaemonSet represents the configuration of a daemon set.
|
|
344
|
-
:param
|
|
345
|
-
:param
|
|
343
|
+
: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
|
|
344
|
+
: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
|
|
346
345
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
347
346
|
: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
|
|
348
347
|
: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
|
|
@@ -358,23 +357,23 @@ class DaemonSet(dict):
|
|
|
358
357
|
if status is not None:
|
|
359
358
|
pulumi.set(__self__, "status", status)
|
|
360
359
|
|
|
361
|
-
@property
|
|
360
|
+
@_builtins.property
|
|
362
361
|
@pulumi.getter(name="apiVersion")
|
|
363
|
-
def api_version(self) -> Optional[
|
|
362
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
364
363
|
"""
|
|
365
364
|
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
|
|
366
365
|
"""
|
|
367
366
|
return pulumi.get(self, "api_version")
|
|
368
367
|
|
|
369
|
-
@property
|
|
368
|
+
@_builtins.property
|
|
370
369
|
@pulumi.getter
|
|
371
|
-
def kind(self) -> Optional[
|
|
370
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
372
371
|
"""
|
|
373
372
|
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
|
|
374
373
|
"""
|
|
375
374
|
return pulumi.get(self, "kind")
|
|
376
375
|
|
|
377
|
-
@property
|
|
376
|
+
@_builtins.property
|
|
378
377
|
@pulumi.getter
|
|
379
378
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
380
379
|
"""
|
|
@@ -382,7 +381,7 @@ class DaemonSet(dict):
|
|
|
382
381
|
"""
|
|
383
382
|
return pulumi.get(self, "metadata")
|
|
384
383
|
|
|
385
|
-
@property
|
|
384
|
+
@_builtins.property
|
|
386
385
|
@pulumi.getter
|
|
387
386
|
def spec(self) -> Optional['outputs.DaemonSetSpec']:
|
|
388
387
|
"""
|
|
@@ -390,7 +389,7 @@ class DaemonSet(dict):
|
|
|
390
389
|
"""
|
|
391
390
|
return pulumi.get(self, "spec")
|
|
392
391
|
|
|
393
|
-
@property
|
|
392
|
+
@_builtins.property
|
|
394
393
|
@pulumi.getter
|
|
395
394
|
def status(self) -> Optional['outputs.DaemonSetStatus']:
|
|
396
395
|
"""
|
|
@@ -422,18 +421,18 @@ class DaemonSetCondition(dict):
|
|
|
422
421
|
return super().get(key, default)
|
|
423
422
|
|
|
424
423
|
def __init__(__self__, *,
|
|
425
|
-
status:
|
|
426
|
-
type:
|
|
427
|
-
last_transition_time: Optional[
|
|
428
|
-
message: Optional[
|
|
429
|
-
reason: Optional[
|
|
424
|
+
status: _builtins.str,
|
|
425
|
+
type: _builtins.str,
|
|
426
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
427
|
+
message: Optional[_builtins.str] = None,
|
|
428
|
+
reason: Optional[_builtins.str] = None):
|
|
430
429
|
"""
|
|
431
430
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
432
|
-
:param
|
|
433
|
-
:param
|
|
434
|
-
:param
|
|
435
|
-
:param
|
|
436
|
-
:param
|
|
431
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
432
|
+
:param _builtins.str type: Type of DaemonSet condition.
|
|
433
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
434
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
435
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
437
436
|
"""
|
|
438
437
|
pulumi.set(__self__, "status", status)
|
|
439
438
|
pulumi.set(__self__, "type", type)
|
|
@@ -444,41 +443,41 @@ class DaemonSetCondition(dict):
|
|
|
444
443
|
if reason is not None:
|
|
445
444
|
pulumi.set(__self__, "reason", reason)
|
|
446
445
|
|
|
447
|
-
@property
|
|
446
|
+
@_builtins.property
|
|
448
447
|
@pulumi.getter
|
|
449
|
-
def status(self) ->
|
|
448
|
+
def status(self) -> _builtins.str:
|
|
450
449
|
"""
|
|
451
450
|
Status of the condition, one of True, False, Unknown.
|
|
452
451
|
"""
|
|
453
452
|
return pulumi.get(self, "status")
|
|
454
453
|
|
|
455
|
-
@property
|
|
454
|
+
@_builtins.property
|
|
456
455
|
@pulumi.getter
|
|
457
|
-
def type(self) ->
|
|
456
|
+
def type(self) -> _builtins.str:
|
|
458
457
|
"""
|
|
459
458
|
Type of DaemonSet condition.
|
|
460
459
|
"""
|
|
461
460
|
return pulumi.get(self, "type")
|
|
462
461
|
|
|
463
|
-
@property
|
|
462
|
+
@_builtins.property
|
|
464
463
|
@pulumi.getter(name="lastTransitionTime")
|
|
465
|
-
def last_transition_time(self) -> Optional[
|
|
464
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
466
465
|
"""
|
|
467
466
|
Last time the condition transitioned from one status to another.
|
|
468
467
|
"""
|
|
469
468
|
return pulumi.get(self, "last_transition_time")
|
|
470
469
|
|
|
471
|
-
@property
|
|
470
|
+
@_builtins.property
|
|
472
471
|
@pulumi.getter
|
|
473
|
-
def message(self) -> Optional[
|
|
472
|
+
def message(self) -> Optional[_builtins.str]:
|
|
474
473
|
"""
|
|
475
474
|
A human readable message indicating details about the transition.
|
|
476
475
|
"""
|
|
477
476
|
return pulumi.get(self, "message")
|
|
478
477
|
|
|
479
|
-
@property
|
|
478
|
+
@_builtins.property
|
|
480
479
|
@pulumi.getter
|
|
481
|
-
def reason(self) -> Optional[
|
|
480
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
482
481
|
"""
|
|
483
482
|
The reason for the condition's last transition.
|
|
484
483
|
"""
|
|
@@ -508,18 +507,18 @@ class DaemonSetConditionPatch(dict):
|
|
|
508
507
|
return super().get(key, default)
|
|
509
508
|
|
|
510
509
|
def __init__(__self__, *,
|
|
511
|
-
last_transition_time: Optional[
|
|
512
|
-
message: Optional[
|
|
513
|
-
reason: Optional[
|
|
514
|
-
status: Optional[
|
|
515
|
-
type: Optional[
|
|
510
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
511
|
+
message: Optional[_builtins.str] = None,
|
|
512
|
+
reason: Optional[_builtins.str] = None,
|
|
513
|
+
status: Optional[_builtins.str] = None,
|
|
514
|
+
type: Optional[_builtins.str] = None):
|
|
516
515
|
"""
|
|
517
516
|
DaemonSetCondition describes the state of a DaemonSet at a certain point.
|
|
518
|
-
:param
|
|
519
|
-
:param
|
|
520
|
-
:param
|
|
521
|
-
:param
|
|
522
|
-
:param
|
|
517
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
518
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
519
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
520
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
521
|
+
:param _builtins.str type: Type of DaemonSet condition.
|
|
523
522
|
"""
|
|
524
523
|
if last_transition_time is not None:
|
|
525
524
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -532,41 +531,41 @@ class DaemonSetConditionPatch(dict):
|
|
|
532
531
|
if type is not None:
|
|
533
532
|
pulumi.set(__self__, "type", type)
|
|
534
533
|
|
|
535
|
-
@property
|
|
534
|
+
@_builtins.property
|
|
536
535
|
@pulumi.getter(name="lastTransitionTime")
|
|
537
|
-
def last_transition_time(self) -> Optional[
|
|
536
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
538
537
|
"""
|
|
539
538
|
Last time the condition transitioned from one status to another.
|
|
540
539
|
"""
|
|
541
540
|
return pulumi.get(self, "last_transition_time")
|
|
542
541
|
|
|
543
|
-
@property
|
|
542
|
+
@_builtins.property
|
|
544
543
|
@pulumi.getter
|
|
545
|
-
def message(self) -> Optional[
|
|
544
|
+
def message(self) -> Optional[_builtins.str]:
|
|
546
545
|
"""
|
|
547
546
|
A human readable message indicating details about the transition.
|
|
548
547
|
"""
|
|
549
548
|
return pulumi.get(self, "message")
|
|
550
549
|
|
|
551
|
-
@property
|
|
550
|
+
@_builtins.property
|
|
552
551
|
@pulumi.getter
|
|
553
|
-
def reason(self) -> Optional[
|
|
552
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
554
553
|
"""
|
|
555
554
|
The reason for the condition's last transition.
|
|
556
555
|
"""
|
|
557
556
|
return pulumi.get(self, "reason")
|
|
558
557
|
|
|
559
|
-
@property
|
|
558
|
+
@_builtins.property
|
|
560
559
|
@pulumi.getter
|
|
561
|
-
def status(self) -> Optional[
|
|
560
|
+
def status(self) -> Optional[_builtins.str]:
|
|
562
561
|
"""
|
|
563
562
|
Status of the condition, one of True, False, Unknown.
|
|
564
563
|
"""
|
|
565
564
|
return pulumi.get(self, "status")
|
|
566
565
|
|
|
567
|
-
@property
|
|
566
|
+
@_builtins.property
|
|
568
567
|
@pulumi.getter
|
|
569
|
-
def type(self) -> Optional[
|
|
568
|
+
def type(self) -> Optional[_builtins.str]:
|
|
570
569
|
"""
|
|
571
570
|
Type of DaemonSet condition.
|
|
572
571
|
"""
|
|
@@ -603,18 +602,18 @@ class DaemonSetSpec(dict):
|
|
|
603
602
|
|
|
604
603
|
def __init__(__self__, *,
|
|
605
604
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
606
|
-
min_ready_seconds: Optional[
|
|
607
|
-
revision_history_limit: Optional[
|
|
605
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
606
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
608
607
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None,
|
|
609
|
-
template_generation: Optional[
|
|
608
|
+
template_generation: Optional[_builtins.int] = None,
|
|
610
609
|
update_strategy: Optional['outputs.DaemonSetUpdateStrategy'] = None):
|
|
611
610
|
"""
|
|
612
611
|
DaemonSetSpec is the specification of a daemon set.
|
|
613
612
|
: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
|
|
614
|
-
:param
|
|
615
|
-
:param
|
|
613
|
+
: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).
|
|
614
|
+
: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.
|
|
616
615
|
: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
|
|
617
|
-
:param
|
|
616
|
+
: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.
|
|
618
617
|
:param 'DaemonSetUpdateStrategyArgs' update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
619
618
|
"""
|
|
620
619
|
pulumi.set(__self__, "template", template)
|
|
@@ -629,7 +628,7 @@ class DaemonSetSpec(dict):
|
|
|
629
628
|
if update_strategy is not None:
|
|
630
629
|
pulumi.set(__self__, "update_strategy", update_strategy)
|
|
631
630
|
|
|
632
|
-
@property
|
|
631
|
+
@_builtins.property
|
|
633
632
|
@pulumi.getter
|
|
634
633
|
def template(self) -> '_core.v1.outputs.PodTemplateSpec':
|
|
635
634
|
"""
|
|
@@ -637,23 +636,23 @@ class DaemonSetSpec(dict):
|
|
|
637
636
|
"""
|
|
638
637
|
return pulumi.get(self, "template")
|
|
639
638
|
|
|
640
|
-
@property
|
|
639
|
+
@_builtins.property
|
|
641
640
|
@pulumi.getter(name="minReadySeconds")
|
|
642
|
-
def min_ready_seconds(self) -> Optional[
|
|
641
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
643
642
|
"""
|
|
644
643
|
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).
|
|
645
644
|
"""
|
|
646
645
|
return pulumi.get(self, "min_ready_seconds")
|
|
647
646
|
|
|
648
|
-
@property
|
|
647
|
+
@_builtins.property
|
|
649
648
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
650
|
-
def revision_history_limit(self) -> Optional[
|
|
649
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
651
650
|
"""
|
|
652
651
|
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.
|
|
653
652
|
"""
|
|
654
653
|
return pulumi.get(self, "revision_history_limit")
|
|
655
654
|
|
|
656
|
-
@property
|
|
655
|
+
@_builtins.property
|
|
657
656
|
@pulumi.getter
|
|
658
657
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelector']:
|
|
659
658
|
"""
|
|
@@ -661,15 +660,15 @@ class DaemonSetSpec(dict):
|
|
|
661
660
|
"""
|
|
662
661
|
return pulumi.get(self, "selector")
|
|
663
662
|
|
|
664
|
-
@property
|
|
663
|
+
@_builtins.property
|
|
665
664
|
@pulumi.getter(name="templateGeneration")
|
|
666
|
-
def template_generation(self) -> Optional[
|
|
665
|
+
def template_generation(self) -> Optional[_builtins.int]:
|
|
667
666
|
"""
|
|
668
667
|
DEPRECATED. A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation.
|
|
669
668
|
"""
|
|
670
669
|
return pulumi.get(self, "template_generation")
|
|
671
670
|
|
|
672
|
-
@property
|
|
671
|
+
@_builtins.property
|
|
673
672
|
@pulumi.getter(name="updateStrategy")
|
|
674
673
|
def update_strategy(self) -> Optional['outputs.DaemonSetUpdateStrategy']:
|
|
675
674
|
"""
|
|
@@ -707,19 +706,19 @@ class DaemonSetSpecPatch(dict):
|
|
|
707
706
|
return super().get(key, default)
|
|
708
707
|
|
|
709
708
|
def __init__(__self__, *,
|
|
710
|
-
min_ready_seconds: Optional[
|
|
711
|
-
revision_history_limit: Optional[
|
|
709
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
710
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
712
711
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
713
712
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None,
|
|
714
|
-
template_generation: Optional[
|
|
713
|
+
template_generation: Optional[_builtins.int] = None,
|
|
715
714
|
update_strategy: Optional['outputs.DaemonSetUpdateStrategyPatch'] = None):
|
|
716
715
|
"""
|
|
717
716
|
DaemonSetSpec is the specification of a daemon set.
|
|
718
|
-
:param
|
|
719
|
-
:param
|
|
717
|
+
: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).
|
|
718
|
+
: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.
|
|
720
719
|
: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
|
|
721
720
|
: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
|
|
722
|
-
:param
|
|
721
|
+
: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.
|
|
723
722
|
:param 'DaemonSetUpdateStrategyPatchArgs' update_strategy: An update strategy to replace existing DaemonSet pods with new pods.
|
|
724
723
|
"""
|
|
725
724
|
if min_ready_seconds is not None:
|
|
@@ -735,23 +734,23 @@ class DaemonSetSpecPatch(dict):
|
|
|
735
734
|
if update_strategy is not None:
|
|
736
735
|
pulumi.set(__self__, "update_strategy", update_strategy)
|
|
737
736
|
|
|
738
|
-
@property
|
|
737
|
+
@_builtins.property
|
|
739
738
|
@pulumi.getter(name="minReadySeconds")
|
|
740
|
-
def min_ready_seconds(self) -> Optional[
|
|
739
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
741
740
|
"""
|
|
742
741
|
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).
|
|
743
742
|
"""
|
|
744
743
|
return pulumi.get(self, "min_ready_seconds")
|
|
745
744
|
|
|
746
|
-
@property
|
|
745
|
+
@_builtins.property
|
|
747
746
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
748
|
-
def revision_history_limit(self) -> Optional[
|
|
747
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
749
748
|
"""
|
|
750
749
|
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.
|
|
751
750
|
"""
|
|
752
751
|
return pulumi.get(self, "revision_history_limit")
|
|
753
752
|
|
|
754
|
-
@property
|
|
753
|
+
@_builtins.property
|
|
755
754
|
@pulumi.getter
|
|
756
755
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
757
756
|
"""
|
|
@@ -759,7 +758,7 @@ class DaemonSetSpecPatch(dict):
|
|
|
759
758
|
"""
|
|
760
759
|
return pulumi.get(self, "selector")
|
|
761
760
|
|
|
762
|
-
@property
|
|
761
|
+
@_builtins.property
|
|
763
762
|
@pulumi.getter
|
|
764
763
|
def template(self) -> Optional['_core.v1.outputs.PodTemplateSpecPatch']:
|
|
765
764
|
"""
|
|
@@ -767,15 +766,15 @@ class DaemonSetSpecPatch(dict):
|
|
|
767
766
|
"""
|
|
768
767
|
return pulumi.get(self, "template")
|
|
769
768
|
|
|
770
|
-
@property
|
|
769
|
+
@_builtins.property
|
|
771
770
|
@pulumi.getter(name="templateGeneration")
|
|
772
|
-
def template_generation(self) -> Optional[
|
|
771
|
+
def template_generation(self) -> Optional[_builtins.int]:
|
|
773
772
|
"""
|
|
774
773
|
DEPRECATED. A sequence number representing a specific generation of the template. Populated by the system. It can be set only during the creation.
|
|
775
774
|
"""
|
|
776
775
|
return pulumi.get(self, "template_generation")
|
|
777
776
|
|
|
778
|
-
@property
|
|
777
|
+
@_builtins.property
|
|
779
778
|
@pulumi.getter(name="updateStrategy")
|
|
780
779
|
def update_strategy(self) -> Optional['outputs.DaemonSetUpdateStrategyPatch']:
|
|
781
780
|
"""
|
|
@@ -823,28 +822,28 @@ class DaemonSetStatus(dict):
|
|
|
823
822
|
return super().get(key, default)
|
|
824
823
|
|
|
825
824
|
def __init__(__self__, *,
|
|
826
|
-
current_number_scheduled:
|
|
827
|
-
desired_number_scheduled:
|
|
828
|
-
number_misscheduled:
|
|
829
|
-
number_ready:
|
|
830
|
-
collision_count: Optional[
|
|
825
|
+
current_number_scheduled: _builtins.int,
|
|
826
|
+
desired_number_scheduled: _builtins.int,
|
|
827
|
+
number_misscheduled: _builtins.int,
|
|
828
|
+
number_ready: _builtins.int,
|
|
829
|
+
collision_count: Optional[_builtins.int] = None,
|
|
831
830
|
conditions: Optional[Sequence['outputs.DaemonSetCondition']] = None,
|
|
832
|
-
number_available: Optional[
|
|
833
|
-
number_unavailable: Optional[
|
|
834
|
-
observed_generation: Optional[
|
|
835
|
-
updated_number_scheduled: Optional[
|
|
831
|
+
number_available: Optional[_builtins.int] = None,
|
|
832
|
+
number_unavailable: Optional[_builtins.int] = None,
|
|
833
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
834
|
+
updated_number_scheduled: Optional[_builtins.int] = None):
|
|
836
835
|
"""
|
|
837
836
|
DaemonSetStatus represents the current status of a daemon set.
|
|
838
|
-
:param
|
|
839
|
-
:param
|
|
840
|
-
:param
|
|
841
|
-
:param
|
|
842
|
-
:param
|
|
837
|
+
: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/
|
|
838
|
+
: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/
|
|
839
|
+
: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/
|
|
840
|
+
: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.
|
|
841
|
+
: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.
|
|
843
842
|
:param Sequence['DaemonSetConditionArgs'] conditions: Represents the latest available observations of a DaemonSet's current state.
|
|
844
|
-
:param
|
|
845
|
-
:param
|
|
846
|
-
:param
|
|
847
|
-
:param
|
|
843
|
+
: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)
|
|
844
|
+
: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)
|
|
845
|
+
:param _builtins.int observed_generation: The most recent generation observed by the daemon set controller.
|
|
846
|
+
:param _builtins.int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
848
847
|
"""
|
|
849
848
|
pulumi.set(__self__, "current_number_scheduled", current_number_scheduled)
|
|
850
849
|
pulumi.set(__self__, "desired_number_scheduled", desired_number_scheduled)
|
|
@@ -863,47 +862,47 @@ class DaemonSetStatus(dict):
|
|
|
863
862
|
if updated_number_scheduled is not None:
|
|
864
863
|
pulumi.set(__self__, "updated_number_scheduled", updated_number_scheduled)
|
|
865
864
|
|
|
866
|
-
@property
|
|
865
|
+
@_builtins.property
|
|
867
866
|
@pulumi.getter(name="currentNumberScheduled")
|
|
868
|
-
def current_number_scheduled(self) ->
|
|
867
|
+
def current_number_scheduled(self) -> _builtins.int:
|
|
869
868
|
"""
|
|
870
869
|
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/
|
|
871
870
|
"""
|
|
872
871
|
return pulumi.get(self, "current_number_scheduled")
|
|
873
872
|
|
|
874
|
-
@property
|
|
873
|
+
@_builtins.property
|
|
875
874
|
@pulumi.getter(name="desiredNumberScheduled")
|
|
876
|
-
def desired_number_scheduled(self) ->
|
|
875
|
+
def desired_number_scheduled(self) -> _builtins.int:
|
|
877
876
|
"""
|
|
878
877
|
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/
|
|
879
878
|
"""
|
|
880
879
|
return pulumi.get(self, "desired_number_scheduled")
|
|
881
880
|
|
|
882
|
-
@property
|
|
881
|
+
@_builtins.property
|
|
883
882
|
@pulumi.getter(name="numberMisscheduled")
|
|
884
|
-
def number_misscheduled(self) ->
|
|
883
|
+
def number_misscheduled(self) -> _builtins.int:
|
|
885
884
|
"""
|
|
886
885
|
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/
|
|
887
886
|
"""
|
|
888
887
|
return pulumi.get(self, "number_misscheduled")
|
|
889
888
|
|
|
890
|
-
@property
|
|
889
|
+
@_builtins.property
|
|
891
890
|
@pulumi.getter(name="numberReady")
|
|
892
|
-
def number_ready(self) ->
|
|
891
|
+
def number_ready(self) -> _builtins.int:
|
|
893
892
|
"""
|
|
894
893
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
895
894
|
"""
|
|
896
895
|
return pulumi.get(self, "number_ready")
|
|
897
896
|
|
|
898
|
-
@property
|
|
897
|
+
@_builtins.property
|
|
899
898
|
@pulumi.getter(name="collisionCount")
|
|
900
|
-
def collision_count(self) -> Optional[
|
|
899
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
901
900
|
"""
|
|
902
901
|
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.
|
|
903
902
|
"""
|
|
904
903
|
return pulumi.get(self, "collision_count")
|
|
905
904
|
|
|
906
|
-
@property
|
|
905
|
+
@_builtins.property
|
|
907
906
|
@pulumi.getter
|
|
908
907
|
def conditions(self) -> Optional[Sequence['outputs.DaemonSetCondition']]:
|
|
909
908
|
"""
|
|
@@ -911,33 +910,33 @@ class DaemonSetStatus(dict):
|
|
|
911
910
|
"""
|
|
912
911
|
return pulumi.get(self, "conditions")
|
|
913
912
|
|
|
914
|
-
@property
|
|
913
|
+
@_builtins.property
|
|
915
914
|
@pulumi.getter(name="numberAvailable")
|
|
916
|
-
def number_available(self) -> Optional[
|
|
915
|
+
def number_available(self) -> Optional[_builtins.int]:
|
|
917
916
|
"""
|
|
918
917
|
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)
|
|
919
918
|
"""
|
|
920
919
|
return pulumi.get(self, "number_available")
|
|
921
920
|
|
|
922
|
-
@property
|
|
921
|
+
@_builtins.property
|
|
923
922
|
@pulumi.getter(name="numberUnavailable")
|
|
924
|
-
def number_unavailable(self) -> Optional[
|
|
923
|
+
def number_unavailable(self) -> Optional[_builtins.int]:
|
|
925
924
|
"""
|
|
926
925
|
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)
|
|
927
926
|
"""
|
|
928
927
|
return pulumi.get(self, "number_unavailable")
|
|
929
928
|
|
|
930
|
-
@property
|
|
929
|
+
@_builtins.property
|
|
931
930
|
@pulumi.getter(name="observedGeneration")
|
|
932
|
-
def observed_generation(self) -> Optional[
|
|
931
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
933
932
|
"""
|
|
934
933
|
The most recent generation observed by the daemon set controller.
|
|
935
934
|
"""
|
|
936
935
|
return pulumi.get(self, "observed_generation")
|
|
937
936
|
|
|
938
|
-
@property
|
|
937
|
+
@_builtins.property
|
|
939
938
|
@pulumi.getter(name="updatedNumberScheduled")
|
|
940
|
-
def updated_number_scheduled(self) -> Optional[
|
|
939
|
+
def updated_number_scheduled(self) -> Optional[_builtins.int]:
|
|
941
940
|
"""
|
|
942
941
|
The total number of nodes that are running updated daemon pod
|
|
943
942
|
"""
|
|
@@ -983,28 +982,28 @@ class DaemonSetStatusPatch(dict):
|
|
|
983
982
|
return super().get(key, default)
|
|
984
983
|
|
|
985
984
|
def __init__(__self__, *,
|
|
986
|
-
collision_count: Optional[
|
|
985
|
+
collision_count: Optional[_builtins.int] = None,
|
|
987
986
|
conditions: Optional[Sequence['outputs.DaemonSetConditionPatch']] = None,
|
|
988
|
-
current_number_scheduled: Optional[
|
|
989
|
-
desired_number_scheduled: Optional[
|
|
990
|
-
number_available: Optional[
|
|
991
|
-
number_misscheduled: Optional[
|
|
992
|
-
number_ready: Optional[
|
|
993
|
-
number_unavailable: Optional[
|
|
994
|
-
observed_generation: Optional[
|
|
995
|
-
updated_number_scheduled: Optional[
|
|
987
|
+
current_number_scheduled: Optional[_builtins.int] = None,
|
|
988
|
+
desired_number_scheduled: Optional[_builtins.int] = None,
|
|
989
|
+
number_available: Optional[_builtins.int] = None,
|
|
990
|
+
number_misscheduled: Optional[_builtins.int] = None,
|
|
991
|
+
number_ready: Optional[_builtins.int] = None,
|
|
992
|
+
number_unavailable: Optional[_builtins.int] = None,
|
|
993
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
994
|
+
updated_number_scheduled: Optional[_builtins.int] = None):
|
|
996
995
|
"""
|
|
997
996
|
DaemonSetStatus represents the current status of a daemon set.
|
|
998
|
-
:param
|
|
997
|
+
: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.
|
|
999
998
|
:param Sequence['DaemonSetConditionPatchArgs'] conditions: Represents the latest available observations of a DaemonSet's current state.
|
|
1000
|
-
:param
|
|
1001
|
-
:param
|
|
1002
|
-
:param
|
|
1003
|
-
:param
|
|
1004
|
-
:param
|
|
1005
|
-
:param
|
|
1006
|
-
:param
|
|
1007
|
-
:param
|
|
999
|
+
: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/
|
|
1000
|
+
: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/
|
|
1001
|
+
: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)
|
|
1002
|
+
: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/
|
|
1003
|
+
: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.
|
|
1004
|
+
: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)
|
|
1005
|
+
:param _builtins.int observed_generation: The most recent generation observed by the daemon set controller.
|
|
1006
|
+
:param _builtins.int updated_number_scheduled: The total number of nodes that are running updated daemon pod
|
|
1008
1007
|
"""
|
|
1009
1008
|
if collision_count is not None:
|
|
1010
1009
|
pulumi.set(__self__, "collision_count", collision_count)
|
|
@@ -1027,15 +1026,15 @@ class DaemonSetStatusPatch(dict):
|
|
|
1027
1026
|
if updated_number_scheduled is not None:
|
|
1028
1027
|
pulumi.set(__self__, "updated_number_scheduled", updated_number_scheduled)
|
|
1029
1028
|
|
|
1030
|
-
@property
|
|
1029
|
+
@_builtins.property
|
|
1031
1030
|
@pulumi.getter(name="collisionCount")
|
|
1032
|
-
def collision_count(self) -> Optional[
|
|
1031
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
1033
1032
|
"""
|
|
1034
1033
|
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.
|
|
1035
1034
|
"""
|
|
1036
1035
|
return pulumi.get(self, "collision_count")
|
|
1037
1036
|
|
|
1038
|
-
@property
|
|
1037
|
+
@_builtins.property
|
|
1039
1038
|
@pulumi.getter
|
|
1040
1039
|
def conditions(self) -> Optional[Sequence['outputs.DaemonSetConditionPatch']]:
|
|
1041
1040
|
"""
|
|
@@ -1043,65 +1042,65 @@ class DaemonSetStatusPatch(dict):
|
|
|
1043
1042
|
"""
|
|
1044
1043
|
return pulumi.get(self, "conditions")
|
|
1045
1044
|
|
|
1046
|
-
@property
|
|
1045
|
+
@_builtins.property
|
|
1047
1046
|
@pulumi.getter(name="currentNumberScheduled")
|
|
1048
|
-
def current_number_scheduled(self) -> Optional[
|
|
1047
|
+
def current_number_scheduled(self) -> Optional[_builtins.int]:
|
|
1049
1048
|
"""
|
|
1050
1049
|
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/
|
|
1051
1050
|
"""
|
|
1052
1051
|
return pulumi.get(self, "current_number_scheduled")
|
|
1053
1052
|
|
|
1054
|
-
@property
|
|
1053
|
+
@_builtins.property
|
|
1055
1054
|
@pulumi.getter(name="desiredNumberScheduled")
|
|
1056
|
-
def desired_number_scheduled(self) -> Optional[
|
|
1055
|
+
def desired_number_scheduled(self) -> Optional[_builtins.int]:
|
|
1057
1056
|
"""
|
|
1058
1057
|
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/
|
|
1059
1058
|
"""
|
|
1060
1059
|
return pulumi.get(self, "desired_number_scheduled")
|
|
1061
1060
|
|
|
1062
|
-
@property
|
|
1061
|
+
@_builtins.property
|
|
1063
1062
|
@pulumi.getter(name="numberAvailable")
|
|
1064
|
-
def number_available(self) -> Optional[
|
|
1063
|
+
def number_available(self) -> Optional[_builtins.int]:
|
|
1065
1064
|
"""
|
|
1066
1065
|
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)
|
|
1067
1066
|
"""
|
|
1068
1067
|
return pulumi.get(self, "number_available")
|
|
1069
1068
|
|
|
1070
|
-
@property
|
|
1069
|
+
@_builtins.property
|
|
1071
1070
|
@pulumi.getter(name="numberMisscheduled")
|
|
1072
|
-
def number_misscheduled(self) -> Optional[
|
|
1071
|
+
def number_misscheduled(self) -> Optional[_builtins.int]:
|
|
1073
1072
|
"""
|
|
1074
1073
|
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/
|
|
1075
1074
|
"""
|
|
1076
1075
|
return pulumi.get(self, "number_misscheduled")
|
|
1077
1076
|
|
|
1078
|
-
@property
|
|
1077
|
+
@_builtins.property
|
|
1079
1078
|
@pulumi.getter(name="numberReady")
|
|
1080
|
-
def number_ready(self) -> Optional[
|
|
1079
|
+
def number_ready(self) -> Optional[_builtins.int]:
|
|
1081
1080
|
"""
|
|
1082
1081
|
The number of nodes that should be running the daemon pod and have one or more of the daemon pod running and ready.
|
|
1083
1082
|
"""
|
|
1084
1083
|
return pulumi.get(self, "number_ready")
|
|
1085
1084
|
|
|
1086
|
-
@property
|
|
1085
|
+
@_builtins.property
|
|
1087
1086
|
@pulumi.getter(name="numberUnavailable")
|
|
1088
|
-
def number_unavailable(self) -> Optional[
|
|
1087
|
+
def number_unavailable(self) -> Optional[_builtins.int]:
|
|
1089
1088
|
"""
|
|
1090
1089
|
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)
|
|
1091
1090
|
"""
|
|
1092
1091
|
return pulumi.get(self, "number_unavailable")
|
|
1093
1092
|
|
|
1094
|
-
@property
|
|
1093
|
+
@_builtins.property
|
|
1095
1094
|
@pulumi.getter(name="observedGeneration")
|
|
1096
|
-
def observed_generation(self) -> Optional[
|
|
1095
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
1097
1096
|
"""
|
|
1098
1097
|
The most recent generation observed by the daemon set controller.
|
|
1099
1098
|
"""
|
|
1100
1099
|
return pulumi.get(self, "observed_generation")
|
|
1101
1100
|
|
|
1102
|
-
@property
|
|
1101
|
+
@_builtins.property
|
|
1103
1102
|
@pulumi.getter(name="updatedNumberScheduled")
|
|
1104
|
-
def updated_number_scheduled(self) -> Optional[
|
|
1103
|
+
def updated_number_scheduled(self) -> Optional[_builtins.int]:
|
|
1105
1104
|
"""
|
|
1106
1105
|
The total number of nodes that are running updated daemon pod
|
|
1107
1106
|
"""
|
|
@@ -1129,17 +1128,17 @@ class DaemonSetUpdateStrategy(dict):
|
|
|
1129
1128
|
|
|
1130
1129
|
def __init__(__self__, *,
|
|
1131
1130
|
rolling_update: Optional['outputs.RollingUpdateDaemonSet'] = None,
|
|
1132
|
-
type: Optional[
|
|
1131
|
+
type: Optional[_builtins.str] = None):
|
|
1133
1132
|
"""
|
|
1134
1133
|
:param 'RollingUpdateDaemonSetArgs' rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
1135
|
-
:param
|
|
1134
|
+
:param _builtins.str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete.
|
|
1136
1135
|
"""
|
|
1137
1136
|
if rolling_update is not None:
|
|
1138
1137
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
1139
1138
|
if type is not None:
|
|
1140
1139
|
pulumi.set(__self__, "type", type)
|
|
1141
1140
|
|
|
1142
|
-
@property
|
|
1141
|
+
@_builtins.property
|
|
1143
1142
|
@pulumi.getter(name="rollingUpdate")
|
|
1144
1143
|
def rolling_update(self) -> Optional['outputs.RollingUpdateDaemonSet']:
|
|
1145
1144
|
"""
|
|
@@ -1147,9 +1146,9 @@ class DaemonSetUpdateStrategy(dict):
|
|
|
1147
1146
|
"""
|
|
1148
1147
|
return pulumi.get(self, "rolling_update")
|
|
1149
1148
|
|
|
1150
|
-
@property
|
|
1149
|
+
@_builtins.property
|
|
1151
1150
|
@pulumi.getter
|
|
1152
|
-
def type(self) -> Optional[
|
|
1151
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1153
1152
|
"""
|
|
1154
1153
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete.
|
|
1155
1154
|
"""
|
|
@@ -1177,17 +1176,17 @@ class DaemonSetUpdateStrategyPatch(dict):
|
|
|
1177
1176
|
|
|
1178
1177
|
def __init__(__self__, *,
|
|
1179
1178
|
rolling_update: Optional['outputs.RollingUpdateDaemonSetPatch'] = None,
|
|
1180
|
-
type: Optional[
|
|
1179
|
+
type: Optional[_builtins.str] = None):
|
|
1181
1180
|
"""
|
|
1182
1181
|
:param 'RollingUpdateDaemonSetPatchArgs' rolling_update: Rolling update config params. Present only if type = "RollingUpdate".
|
|
1183
|
-
:param
|
|
1182
|
+
:param _builtins.str type: Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete.
|
|
1184
1183
|
"""
|
|
1185
1184
|
if rolling_update is not None:
|
|
1186
1185
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
1187
1186
|
if type is not None:
|
|
1188
1187
|
pulumi.set(__self__, "type", type)
|
|
1189
1188
|
|
|
1190
|
-
@property
|
|
1189
|
+
@_builtins.property
|
|
1191
1190
|
@pulumi.getter(name="rollingUpdate")
|
|
1192
1191
|
def rolling_update(self) -> Optional['outputs.RollingUpdateDaemonSetPatch']:
|
|
1193
1192
|
"""
|
|
@@ -1195,9 +1194,9 @@ class DaemonSetUpdateStrategyPatch(dict):
|
|
|
1195
1194
|
"""
|
|
1196
1195
|
return pulumi.get(self, "rolling_update")
|
|
1197
1196
|
|
|
1198
|
-
@property
|
|
1197
|
+
@_builtins.property
|
|
1199
1198
|
@pulumi.getter
|
|
1200
|
-
def type(self) -> Optional[
|
|
1199
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1201
1200
|
"""
|
|
1202
1201
|
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete.
|
|
1203
1202
|
"""
|
|
@@ -1249,8 +1248,8 @@ class Deployment(dict):
|
|
|
1249
1248
|
return super().get(key, default)
|
|
1250
1249
|
|
|
1251
1250
|
def __init__(__self__, *,
|
|
1252
|
-
api_version: Optional[
|
|
1253
|
-
kind: Optional[
|
|
1251
|
+
api_version: Optional[_builtins.str] = None,
|
|
1252
|
+
kind: Optional[_builtins.str] = None,
|
|
1254
1253
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1255
1254
|
spec: Optional['outputs.DeploymentSpec'] = None,
|
|
1256
1255
|
status: Optional['outputs.DeploymentStatus'] = None):
|
|
@@ -1278,8 +1277,8 @@ class Deployment(dict):
|
|
|
1278
1277
|
If the Deployment has not reached a Ready state after 10 minutes, it will
|
|
1279
1278
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
1280
1279
|
by setting the 'customTimeouts' option on the resource.
|
|
1281
|
-
:param
|
|
1282
|
-
:param
|
|
1280
|
+
: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
|
|
1281
|
+
: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
|
|
1283
1282
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata.
|
|
1284
1283
|
:param 'DeploymentSpecArgs' spec: Specification of the desired behavior of the Deployment.
|
|
1285
1284
|
:param 'DeploymentStatusArgs' status: Most recently observed status of the Deployment.
|
|
@@ -1295,23 +1294,23 @@ class Deployment(dict):
|
|
|
1295
1294
|
if status is not None:
|
|
1296
1295
|
pulumi.set(__self__, "status", status)
|
|
1297
1296
|
|
|
1298
|
-
@property
|
|
1297
|
+
@_builtins.property
|
|
1299
1298
|
@pulumi.getter(name="apiVersion")
|
|
1300
|
-
def api_version(self) -> Optional[
|
|
1299
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
1301
1300
|
"""
|
|
1302
1301
|
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
|
|
1303
1302
|
"""
|
|
1304
1303
|
return pulumi.get(self, "api_version")
|
|
1305
1304
|
|
|
1306
|
-
@property
|
|
1305
|
+
@_builtins.property
|
|
1307
1306
|
@pulumi.getter
|
|
1308
|
-
def kind(self) -> Optional[
|
|
1307
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1309
1308
|
"""
|
|
1310
1309
|
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
|
|
1311
1310
|
"""
|
|
1312
1311
|
return pulumi.get(self, "kind")
|
|
1313
1312
|
|
|
1314
|
-
@property
|
|
1313
|
+
@_builtins.property
|
|
1315
1314
|
@pulumi.getter
|
|
1316
1315
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1317
1316
|
"""
|
|
@@ -1319,7 +1318,7 @@ class Deployment(dict):
|
|
|
1319
1318
|
"""
|
|
1320
1319
|
return pulumi.get(self, "metadata")
|
|
1321
1320
|
|
|
1322
|
-
@property
|
|
1321
|
+
@_builtins.property
|
|
1323
1322
|
@pulumi.getter
|
|
1324
1323
|
def spec(self) -> Optional['outputs.DeploymentSpec']:
|
|
1325
1324
|
"""
|
|
@@ -1327,7 +1326,7 @@ class Deployment(dict):
|
|
|
1327
1326
|
"""
|
|
1328
1327
|
return pulumi.get(self, "spec")
|
|
1329
1328
|
|
|
1330
|
-
@property
|
|
1329
|
+
@_builtins.property
|
|
1331
1330
|
@pulumi.getter
|
|
1332
1331
|
def status(self) -> Optional['outputs.DeploymentStatus']:
|
|
1333
1332
|
"""
|
|
@@ -1361,20 +1360,20 @@ class DeploymentCondition(dict):
|
|
|
1361
1360
|
return super().get(key, default)
|
|
1362
1361
|
|
|
1363
1362
|
def __init__(__self__, *,
|
|
1364
|
-
status:
|
|
1365
|
-
type:
|
|
1366
|
-
last_transition_time: Optional[
|
|
1367
|
-
last_update_time: Optional[
|
|
1368
|
-
message: Optional[
|
|
1369
|
-
reason: Optional[
|
|
1363
|
+
status: _builtins.str,
|
|
1364
|
+
type: _builtins.str,
|
|
1365
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1366
|
+
last_update_time: Optional[_builtins.str] = None,
|
|
1367
|
+
message: Optional[_builtins.str] = None,
|
|
1368
|
+
reason: Optional[_builtins.str] = None):
|
|
1370
1369
|
"""
|
|
1371
1370
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
1372
|
-
:param
|
|
1373
|
-
:param
|
|
1374
|
-
:param
|
|
1375
|
-
:param
|
|
1376
|
-
:param
|
|
1377
|
-
:param
|
|
1371
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
1372
|
+
:param _builtins.str type: Type of deployment condition.
|
|
1373
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1374
|
+
:param _builtins.str last_update_time: The last time this condition was updated.
|
|
1375
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
1376
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
1378
1377
|
"""
|
|
1379
1378
|
pulumi.set(__self__, "status", status)
|
|
1380
1379
|
pulumi.set(__self__, "type", type)
|
|
@@ -1387,49 +1386,49 @@ class DeploymentCondition(dict):
|
|
|
1387
1386
|
if reason is not None:
|
|
1388
1387
|
pulumi.set(__self__, "reason", reason)
|
|
1389
1388
|
|
|
1390
|
-
@property
|
|
1389
|
+
@_builtins.property
|
|
1391
1390
|
@pulumi.getter
|
|
1392
|
-
def status(self) ->
|
|
1391
|
+
def status(self) -> _builtins.str:
|
|
1393
1392
|
"""
|
|
1394
1393
|
Status of the condition, one of True, False, Unknown.
|
|
1395
1394
|
"""
|
|
1396
1395
|
return pulumi.get(self, "status")
|
|
1397
1396
|
|
|
1398
|
-
@property
|
|
1397
|
+
@_builtins.property
|
|
1399
1398
|
@pulumi.getter
|
|
1400
|
-
def type(self) ->
|
|
1399
|
+
def type(self) -> _builtins.str:
|
|
1401
1400
|
"""
|
|
1402
1401
|
Type of deployment condition.
|
|
1403
1402
|
"""
|
|
1404
1403
|
return pulumi.get(self, "type")
|
|
1405
1404
|
|
|
1406
|
-
@property
|
|
1405
|
+
@_builtins.property
|
|
1407
1406
|
@pulumi.getter(name="lastTransitionTime")
|
|
1408
|
-
def last_transition_time(self) -> Optional[
|
|
1407
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1409
1408
|
"""
|
|
1410
1409
|
Last time the condition transitioned from one status to another.
|
|
1411
1410
|
"""
|
|
1412
1411
|
return pulumi.get(self, "last_transition_time")
|
|
1413
1412
|
|
|
1414
|
-
@property
|
|
1413
|
+
@_builtins.property
|
|
1415
1414
|
@pulumi.getter(name="lastUpdateTime")
|
|
1416
|
-
def last_update_time(self) -> Optional[
|
|
1415
|
+
def last_update_time(self) -> Optional[_builtins.str]:
|
|
1417
1416
|
"""
|
|
1418
1417
|
The last time this condition was updated.
|
|
1419
1418
|
"""
|
|
1420
1419
|
return pulumi.get(self, "last_update_time")
|
|
1421
1420
|
|
|
1422
|
-
@property
|
|
1421
|
+
@_builtins.property
|
|
1423
1422
|
@pulumi.getter
|
|
1424
|
-
def message(self) -> Optional[
|
|
1423
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1425
1424
|
"""
|
|
1426
1425
|
A human readable message indicating details about the transition.
|
|
1427
1426
|
"""
|
|
1428
1427
|
return pulumi.get(self, "message")
|
|
1429
1428
|
|
|
1430
|
-
@property
|
|
1429
|
+
@_builtins.property
|
|
1431
1430
|
@pulumi.getter
|
|
1432
|
-
def reason(self) -> Optional[
|
|
1431
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1433
1432
|
"""
|
|
1434
1433
|
The reason for the condition's last transition.
|
|
1435
1434
|
"""
|
|
@@ -1461,20 +1460,20 @@ class DeploymentConditionPatch(dict):
|
|
|
1461
1460
|
return super().get(key, default)
|
|
1462
1461
|
|
|
1463
1462
|
def __init__(__self__, *,
|
|
1464
|
-
last_transition_time: Optional[
|
|
1465
|
-
last_update_time: Optional[
|
|
1466
|
-
message: Optional[
|
|
1467
|
-
reason: Optional[
|
|
1468
|
-
status: Optional[
|
|
1469
|
-
type: Optional[
|
|
1463
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1464
|
+
last_update_time: Optional[_builtins.str] = None,
|
|
1465
|
+
message: Optional[_builtins.str] = None,
|
|
1466
|
+
reason: Optional[_builtins.str] = None,
|
|
1467
|
+
status: Optional[_builtins.str] = None,
|
|
1468
|
+
type: Optional[_builtins.str] = None):
|
|
1470
1469
|
"""
|
|
1471
1470
|
DeploymentCondition describes the state of a deployment at a certain point.
|
|
1472
|
-
:param
|
|
1473
|
-
:param
|
|
1474
|
-
:param
|
|
1475
|
-
:param
|
|
1476
|
-
:param
|
|
1477
|
-
:param
|
|
1471
|
+
:param _builtins.str last_transition_time: Last time the condition transitioned from one status to another.
|
|
1472
|
+
:param _builtins.str last_update_time: The last time this condition was updated.
|
|
1473
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
1474
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
1475
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
1476
|
+
:param _builtins.str type: Type of deployment condition.
|
|
1478
1477
|
"""
|
|
1479
1478
|
if last_transition_time is not None:
|
|
1480
1479
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1489,49 +1488,49 @@ class DeploymentConditionPatch(dict):
|
|
|
1489
1488
|
if type is not None:
|
|
1490
1489
|
pulumi.set(__self__, "type", type)
|
|
1491
1490
|
|
|
1492
|
-
@property
|
|
1491
|
+
@_builtins.property
|
|
1493
1492
|
@pulumi.getter(name="lastTransitionTime")
|
|
1494
|
-
def last_transition_time(self) -> Optional[
|
|
1493
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1495
1494
|
"""
|
|
1496
1495
|
Last time the condition transitioned from one status to another.
|
|
1497
1496
|
"""
|
|
1498
1497
|
return pulumi.get(self, "last_transition_time")
|
|
1499
1498
|
|
|
1500
|
-
@property
|
|
1499
|
+
@_builtins.property
|
|
1501
1500
|
@pulumi.getter(name="lastUpdateTime")
|
|
1502
|
-
def last_update_time(self) -> Optional[
|
|
1501
|
+
def last_update_time(self) -> Optional[_builtins.str]:
|
|
1503
1502
|
"""
|
|
1504
1503
|
The last time this condition was updated.
|
|
1505
1504
|
"""
|
|
1506
1505
|
return pulumi.get(self, "last_update_time")
|
|
1507
1506
|
|
|
1508
|
-
@property
|
|
1507
|
+
@_builtins.property
|
|
1509
1508
|
@pulumi.getter
|
|
1510
|
-
def message(self) -> Optional[
|
|
1509
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1511
1510
|
"""
|
|
1512
1511
|
A human readable message indicating details about the transition.
|
|
1513
1512
|
"""
|
|
1514
1513
|
return pulumi.get(self, "message")
|
|
1515
1514
|
|
|
1516
|
-
@property
|
|
1515
|
+
@_builtins.property
|
|
1517
1516
|
@pulumi.getter
|
|
1518
|
-
def reason(self) -> Optional[
|
|
1517
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1519
1518
|
"""
|
|
1520
1519
|
The reason for the condition's last transition.
|
|
1521
1520
|
"""
|
|
1522
1521
|
return pulumi.get(self, "reason")
|
|
1523
1522
|
|
|
1524
|
-
@property
|
|
1523
|
+
@_builtins.property
|
|
1525
1524
|
@pulumi.getter
|
|
1526
|
-
def status(self) -> Optional[
|
|
1525
|
+
def status(self) -> Optional[_builtins.str]:
|
|
1527
1526
|
"""
|
|
1528
1527
|
Status of the condition, one of True, False, Unknown.
|
|
1529
1528
|
"""
|
|
1530
1529
|
return pulumi.get(self, "status")
|
|
1531
1530
|
|
|
1532
|
-
@property
|
|
1531
|
+
@_builtins.property
|
|
1533
1532
|
@pulumi.getter
|
|
1534
|
-
def type(self) -> Optional[
|
|
1533
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1535
1534
|
"""
|
|
1536
1535
|
Type of deployment condition.
|
|
1537
1536
|
"""
|
|
@@ -1568,22 +1567,22 @@ class DeploymentSpec(dict):
|
|
|
1568
1567
|
|
|
1569
1568
|
def __init__(__self__, *,
|
|
1570
1569
|
template: '_core.v1.outputs.PodTemplateSpec',
|
|
1571
|
-
min_ready_seconds: Optional[
|
|
1572
|
-
paused: Optional[
|
|
1573
|
-
progress_deadline_seconds: Optional[
|
|
1574
|
-
replicas: Optional[
|
|
1575
|
-
revision_history_limit: Optional[
|
|
1570
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
1571
|
+
paused: Optional[_builtins.bool] = None,
|
|
1572
|
+
progress_deadline_seconds: Optional[_builtins.int] = None,
|
|
1573
|
+
replicas: Optional[_builtins.int] = None,
|
|
1574
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
1576
1575
|
rollback_to: Optional['outputs.RollbackConfig'] = None,
|
|
1577
1576
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None,
|
|
1578
1577
|
strategy: Optional['outputs.DeploymentStrategy'] = None):
|
|
1579
1578
|
"""
|
|
1580
1579
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1581
1580
|
:param '_core.v1.PodTemplateSpecArgs' template: Template describes the pods that will be created.
|
|
1582
|
-
:param
|
|
1583
|
-
:param
|
|
1584
|
-
:param
|
|
1585
|
-
:param
|
|
1586
|
-
:param
|
|
1581
|
+
: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)
|
|
1582
|
+
:param _builtins.bool paused: Indicates that the deployment is paused and will not be processed by the deployment controller.
|
|
1583
|
+
: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".
|
|
1584
|
+
:param _builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1585
|
+
: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".
|
|
1587
1586
|
:param 'RollbackConfigArgs' rollback_to: DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.
|
|
1588
1587
|
: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.
|
|
1589
1588
|
:param 'DeploymentStrategyArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
@@ -1606,7 +1605,7 @@ class DeploymentSpec(dict):
|
|
|
1606
1605
|
if strategy is not None:
|
|
1607
1606
|
pulumi.set(__self__, "strategy", strategy)
|
|
1608
1607
|
|
|
1609
|
-
@property
|
|
1608
|
+
@_builtins.property
|
|
1610
1609
|
@pulumi.getter
|
|
1611
1610
|
def template(self) -> '_core.v1.outputs.PodTemplateSpec':
|
|
1612
1611
|
"""
|
|
@@ -1614,47 +1613,47 @@ class DeploymentSpec(dict):
|
|
|
1614
1613
|
"""
|
|
1615
1614
|
return pulumi.get(self, "template")
|
|
1616
1615
|
|
|
1617
|
-
@property
|
|
1616
|
+
@_builtins.property
|
|
1618
1617
|
@pulumi.getter(name="minReadySeconds")
|
|
1619
|
-
def min_ready_seconds(self) -> Optional[
|
|
1618
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
1620
1619
|
"""
|
|
1621
1620
|
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)
|
|
1622
1621
|
"""
|
|
1623
1622
|
return pulumi.get(self, "min_ready_seconds")
|
|
1624
1623
|
|
|
1625
|
-
@property
|
|
1624
|
+
@_builtins.property
|
|
1626
1625
|
@pulumi.getter
|
|
1627
|
-
def paused(self) -> Optional[
|
|
1626
|
+
def paused(self) -> Optional[_builtins.bool]:
|
|
1628
1627
|
"""
|
|
1629
1628
|
Indicates that the deployment is paused and will not be processed by the deployment controller.
|
|
1630
1629
|
"""
|
|
1631
1630
|
return pulumi.get(self, "paused")
|
|
1632
1631
|
|
|
1633
|
-
@property
|
|
1632
|
+
@_builtins.property
|
|
1634
1633
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1635
|
-
def progress_deadline_seconds(self) -> Optional[
|
|
1634
|
+
def progress_deadline_seconds(self) -> Optional[_builtins.int]:
|
|
1636
1635
|
"""
|
|
1637
1636
|
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".
|
|
1638
1637
|
"""
|
|
1639
1638
|
return pulumi.get(self, "progress_deadline_seconds")
|
|
1640
1639
|
|
|
1641
|
-
@property
|
|
1640
|
+
@_builtins.property
|
|
1642
1641
|
@pulumi.getter
|
|
1643
|
-
def replicas(self) -> Optional[
|
|
1642
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
1644
1643
|
"""
|
|
1645
1644
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1646
1645
|
"""
|
|
1647
1646
|
return pulumi.get(self, "replicas")
|
|
1648
1647
|
|
|
1649
|
-
@property
|
|
1648
|
+
@_builtins.property
|
|
1650
1649
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1651
|
-
def revision_history_limit(self) -> Optional[
|
|
1650
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
1652
1651
|
"""
|
|
1653
1652
|
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".
|
|
1654
1653
|
"""
|
|
1655
1654
|
return pulumi.get(self, "revision_history_limit")
|
|
1656
1655
|
|
|
1657
|
-
@property
|
|
1656
|
+
@_builtins.property
|
|
1658
1657
|
@pulumi.getter(name="rollbackTo")
|
|
1659
1658
|
def rollback_to(self) -> Optional['outputs.RollbackConfig']:
|
|
1660
1659
|
"""
|
|
@@ -1662,7 +1661,7 @@ class DeploymentSpec(dict):
|
|
|
1662
1661
|
"""
|
|
1663
1662
|
return pulumi.get(self, "rollback_to")
|
|
1664
1663
|
|
|
1665
|
-
@property
|
|
1664
|
+
@_builtins.property
|
|
1666
1665
|
@pulumi.getter
|
|
1667
1666
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelector']:
|
|
1668
1667
|
"""
|
|
@@ -1670,7 +1669,7 @@ class DeploymentSpec(dict):
|
|
|
1670
1669
|
"""
|
|
1671
1670
|
return pulumi.get(self, "selector")
|
|
1672
1671
|
|
|
1673
|
-
@property
|
|
1672
|
+
@_builtins.property
|
|
1674
1673
|
@pulumi.getter
|
|
1675
1674
|
def strategy(self) -> Optional['outputs.DeploymentStrategy']:
|
|
1676
1675
|
"""
|
|
@@ -1708,22 +1707,22 @@ class DeploymentSpecPatch(dict):
|
|
|
1708
1707
|
return super().get(key, default)
|
|
1709
1708
|
|
|
1710
1709
|
def __init__(__self__, *,
|
|
1711
|
-
min_ready_seconds: Optional[
|
|
1712
|
-
paused: Optional[
|
|
1713
|
-
progress_deadline_seconds: Optional[
|
|
1714
|
-
replicas: Optional[
|
|
1715
|
-
revision_history_limit: Optional[
|
|
1710
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
1711
|
+
paused: Optional[_builtins.bool] = None,
|
|
1712
|
+
progress_deadline_seconds: Optional[_builtins.int] = None,
|
|
1713
|
+
replicas: Optional[_builtins.int] = None,
|
|
1714
|
+
revision_history_limit: Optional[_builtins.int] = None,
|
|
1716
1715
|
rollback_to: Optional['outputs.RollbackConfigPatch'] = None,
|
|
1717
1716
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
1718
1717
|
strategy: Optional['outputs.DeploymentStrategyPatch'] = None,
|
|
1719
1718
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None):
|
|
1720
1719
|
"""
|
|
1721
1720
|
DeploymentSpec is the specification of the desired behavior of the Deployment.
|
|
1722
|
-
:param
|
|
1723
|
-
:param
|
|
1724
|
-
:param
|
|
1725
|
-
:param
|
|
1726
|
-
:param
|
|
1721
|
+
: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)
|
|
1722
|
+
:param _builtins.bool paused: Indicates that the deployment is paused and will not be processed by the deployment controller.
|
|
1723
|
+
: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".
|
|
1724
|
+
:param _builtins.int replicas: Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1725
|
+
: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".
|
|
1727
1726
|
:param 'RollbackConfigPatchArgs' rollback_to: DEPRECATED. The config this deployment is rolling back to. Will be cleared after rollback is done.
|
|
1728
1727
|
: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.
|
|
1729
1728
|
:param 'DeploymentStrategyPatchArgs' strategy: The deployment strategy to use to replace existing pods with new ones.
|
|
@@ -1748,47 +1747,47 @@ class DeploymentSpecPatch(dict):
|
|
|
1748
1747
|
if template is not None:
|
|
1749
1748
|
pulumi.set(__self__, "template", template)
|
|
1750
1749
|
|
|
1751
|
-
@property
|
|
1750
|
+
@_builtins.property
|
|
1752
1751
|
@pulumi.getter(name="minReadySeconds")
|
|
1753
|
-
def min_ready_seconds(self) -> Optional[
|
|
1752
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
1754
1753
|
"""
|
|
1755
1754
|
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)
|
|
1756
1755
|
"""
|
|
1757
1756
|
return pulumi.get(self, "min_ready_seconds")
|
|
1758
1757
|
|
|
1759
|
-
@property
|
|
1758
|
+
@_builtins.property
|
|
1760
1759
|
@pulumi.getter
|
|
1761
|
-
def paused(self) -> Optional[
|
|
1760
|
+
def paused(self) -> Optional[_builtins.bool]:
|
|
1762
1761
|
"""
|
|
1763
1762
|
Indicates that the deployment is paused and will not be processed by the deployment controller.
|
|
1764
1763
|
"""
|
|
1765
1764
|
return pulumi.get(self, "paused")
|
|
1766
1765
|
|
|
1767
|
-
@property
|
|
1766
|
+
@_builtins.property
|
|
1768
1767
|
@pulumi.getter(name="progressDeadlineSeconds")
|
|
1769
|
-
def progress_deadline_seconds(self) -> Optional[
|
|
1768
|
+
def progress_deadline_seconds(self) -> Optional[_builtins.int]:
|
|
1770
1769
|
"""
|
|
1771
1770
|
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".
|
|
1772
1771
|
"""
|
|
1773
1772
|
return pulumi.get(self, "progress_deadline_seconds")
|
|
1774
1773
|
|
|
1775
|
-
@property
|
|
1774
|
+
@_builtins.property
|
|
1776
1775
|
@pulumi.getter
|
|
1777
|
-
def replicas(self) -> Optional[
|
|
1776
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
1778
1777
|
"""
|
|
1779
1778
|
Number of desired pods. This is a pointer to distinguish between explicit zero and not specified. Defaults to 1.
|
|
1780
1779
|
"""
|
|
1781
1780
|
return pulumi.get(self, "replicas")
|
|
1782
1781
|
|
|
1783
|
-
@property
|
|
1782
|
+
@_builtins.property
|
|
1784
1783
|
@pulumi.getter(name="revisionHistoryLimit")
|
|
1785
|
-
def revision_history_limit(self) -> Optional[
|
|
1784
|
+
def revision_history_limit(self) -> Optional[_builtins.int]:
|
|
1786
1785
|
"""
|
|
1787
1786
|
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".
|
|
1788
1787
|
"""
|
|
1789
1788
|
return pulumi.get(self, "revision_history_limit")
|
|
1790
1789
|
|
|
1791
|
-
@property
|
|
1790
|
+
@_builtins.property
|
|
1792
1791
|
@pulumi.getter(name="rollbackTo")
|
|
1793
1792
|
def rollback_to(self) -> Optional['outputs.RollbackConfigPatch']:
|
|
1794
1793
|
"""
|
|
@@ -1796,7 +1795,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1796
1795
|
"""
|
|
1797
1796
|
return pulumi.get(self, "rollback_to")
|
|
1798
1797
|
|
|
1799
|
-
@property
|
|
1798
|
+
@_builtins.property
|
|
1800
1799
|
@pulumi.getter
|
|
1801
1800
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
1802
1801
|
"""
|
|
@@ -1804,7 +1803,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1804
1803
|
"""
|
|
1805
1804
|
return pulumi.get(self, "selector")
|
|
1806
1805
|
|
|
1807
|
-
@property
|
|
1806
|
+
@_builtins.property
|
|
1808
1807
|
@pulumi.getter
|
|
1809
1808
|
def strategy(self) -> Optional['outputs.DeploymentStrategyPatch']:
|
|
1810
1809
|
"""
|
|
@@ -1812,7 +1811,7 @@ class DeploymentSpecPatch(dict):
|
|
|
1812
1811
|
"""
|
|
1813
1812
|
return pulumi.get(self, "strategy")
|
|
1814
1813
|
|
|
1815
|
-
@property
|
|
1814
|
+
@_builtins.property
|
|
1816
1815
|
@pulumi.getter
|
|
1817
1816
|
def template(self) -> Optional['_core.v1.outputs.PodTemplateSpecPatch']:
|
|
1818
1817
|
"""
|
|
@@ -1854,24 +1853,24 @@ class DeploymentStatus(dict):
|
|
|
1854
1853
|
return super().get(key, default)
|
|
1855
1854
|
|
|
1856
1855
|
def __init__(__self__, *,
|
|
1857
|
-
available_replicas: Optional[
|
|
1858
|
-
collision_count: Optional[
|
|
1856
|
+
available_replicas: Optional[_builtins.int] = None,
|
|
1857
|
+
collision_count: Optional[_builtins.int] = None,
|
|
1859
1858
|
conditions: Optional[Sequence['outputs.DeploymentCondition']] = None,
|
|
1860
|
-
observed_generation: Optional[
|
|
1861
|
-
ready_replicas: Optional[
|
|
1862
|
-
replicas: Optional[
|
|
1863
|
-
unavailable_replicas: Optional[
|
|
1864
|
-
updated_replicas: Optional[
|
|
1859
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
1860
|
+
ready_replicas: Optional[_builtins.int] = None,
|
|
1861
|
+
replicas: Optional[_builtins.int] = None,
|
|
1862
|
+
unavailable_replicas: Optional[_builtins.int] = None,
|
|
1863
|
+
updated_replicas: Optional[_builtins.int] = None):
|
|
1865
1864
|
"""
|
|
1866
1865
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
1867
|
-
:param
|
|
1868
|
-
:param
|
|
1866
|
+
:param _builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1867
|
+
: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.
|
|
1869
1868
|
:param Sequence['DeploymentConditionArgs'] conditions: Represents the latest available observations of a deployment's current state.
|
|
1870
|
-
:param
|
|
1871
|
-
:param
|
|
1872
|
-
:param
|
|
1873
|
-
:param
|
|
1874
|
-
:param
|
|
1869
|
+
:param _builtins.int observed_generation: The generation observed by the deployment controller.
|
|
1870
|
+
:param _builtins.int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
1871
|
+
:param _builtins.int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1872
|
+
: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.
|
|
1873
|
+
:param _builtins.int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1875
1874
|
"""
|
|
1876
1875
|
if available_replicas is not None:
|
|
1877
1876
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -1890,23 +1889,23 @@ class DeploymentStatus(dict):
|
|
|
1890
1889
|
if updated_replicas is not None:
|
|
1891
1890
|
pulumi.set(__self__, "updated_replicas", updated_replicas)
|
|
1892
1891
|
|
|
1893
|
-
@property
|
|
1892
|
+
@_builtins.property
|
|
1894
1893
|
@pulumi.getter(name="availableReplicas")
|
|
1895
|
-
def available_replicas(self) -> Optional[
|
|
1894
|
+
def available_replicas(self) -> Optional[_builtins.int]:
|
|
1896
1895
|
"""
|
|
1897
1896
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
1898
1897
|
"""
|
|
1899
1898
|
return pulumi.get(self, "available_replicas")
|
|
1900
1899
|
|
|
1901
|
-
@property
|
|
1900
|
+
@_builtins.property
|
|
1902
1901
|
@pulumi.getter(name="collisionCount")
|
|
1903
|
-
def collision_count(self) -> Optional[
|
|
1902
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
1904
1903
|
"""
|
|
1905
1904
|
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.
|
|
1906
1905
|
"""
|
|
1907
1906
|
return pulumi.get(self, "collision_count")
|
|
1908
1907
|
|
|
1909
|
-
@property
|
|
1908
|
+
@_builtins.property
|
|
1910
1909
|
@pulumi.getter
|
|
1911
1910
|
def conditions(self) -> Optional[Sequence['outputs.DeploymentCondition']]:
|
|
1912
1911
|
"""
|
|
@@ -1914,41 +1913,41 @@ class DeploymentStatus(dict):
|
|
|
1914
1913
|
"""
|
|
1915
1914
|
return pulumi.get(self, "conditions")
|
|
1916
1915
|
|
|
1917
|
-
@property
|
|
1916
|
+
@_builtins.property
|
|
1918
1917
|
@pulumi.getter(name="observedGeneration")
|
|
1919
|
-
def observed_generation(self) -> Optional[
|
|
1918
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
1920
1919
|
"""
|
|
1921
1920
|
The generation observed by the deployment controller.
|
|
1922
1921
|
"""
|
|
1923
1922
|
return pulumi.get(self, "observed_generation")
|
|
1924
1923
|
|
|
1925
|
-
@property
|
|
1924
|
+
@_builtins.property
|
|
1926
1925
|
@pulumi.getter(name="readyReplicas")
|
|
1927
|
-
def ready_replicas(self) -> Optional[
|
|
1926
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
1928
1927
|
"""
|
|
1929
1928
|
Total number of ready pods targeted by this deployment.
|
|
1930
1929
|
"""
|
|
1931
1930
|
return pulumi.get(self, "ready_replicas")
|
|
1932
1931
|
|
|
1933
|
-
@property
|
|
1932
|
+
@_builtins.property
|
|
1934
1933
|
@pulumi.getter
|
|
1935
|
-
def replicas(self) -> Optional[
|
|
1934
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
1936
1935
|
"""
|
|
1937
1936
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
1938
1937
|
"""
|
|
1939
1938
|
return pulumi.get(self, "replicas")
|
|
1940
1939
|
|
|
1941
|
-
@property
|
|
1940
|
+
@_builtins.property
|
|
1942
1941
|
@pulumi.getter(name="unavailableReplicas")
|
|
1943
|
-
def unavailable_replicas(self) -> Optional[
|
|
1942
|
+
def unavailable_replicas(self) -> Optional[_builtins.int]:
|
|
1944
1943
|
"""
|
|
1945
1944
|
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.
|
|
1946
1945
|
"""
|
|
1947
1946
|
return pulumi.get(self, "unavailable_replicas")
|
|
1948
1947
|
|
|
1949
|
-
@property
|
|
1948
|
+
@_builtins.property
|
|
1950
1949
|
@pulumi.getter(name="updatedReplicas")
|
|
1951
|
-
def updated_replicas(self) -> Optional[
|
|
1950
|
+
def updated_replicas(self) -> Optional[_builtins.int]:
|
|
1952
1951
|
"""
|
|
1953
1952
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
1954
1953
|
"""
|
|
@@ -1988,24 +1987,24 @@ class DeploymentStatusPatch(dict):
|
|
|
1988
1987
|
return super().get(key, default)
|
|
1989
1988
|
|
|
1990
1989
|
def __init__(__self__, *,
|
|
1991
|
-
available_replicas: Optional[
|
|
1992
|
-
collision_count: Optional[
|
|
1990
|
+
available_replicas: Optional[_builtins.int] = None,
|
|
1991
|
+
collision_count: Optional[_builtins.int] = None,
|
|
1993
1992
|
conditions: Optional[Sequence['outputs.DeploymentConditionPatch']] = None,
|
|
1994
|
-
observed_generation: Optional[
|
|
1995
|
-
ready_replicas: Optional[
|
|
1996
|
-
replicas: Optional[
|
|
1997
|
-
unavailable_replicas: Optional[
|
|
1998
|
-
updated_replicas: Optional[
|
|
1993
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
1994
|
+
ready_replicas: Optional[_builtins.int] = None,
|
|
1995
|
+
replicas: Optional[_builtins.int] = None,
|
|
1996
|
+
unavailable_replicas: Optional[_builtins.int] = None,
|
|
1997
|
+
updated_replicas: Optional[_builtins.int] = None):
|
|
1999
1998
|
"""
|
|
2000
1999
|
DeploymentStatus is the most recently observed status of the Deployment.
|
|
2001
|
-
:param
|
|
2002
|
-
:param
|
|
2000
|
+
:param _builtins.int available_replicas: Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
2001
|
+
: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.
|
|
2003
2002
|
:param Sequence['DeploymentConditionPatchArgs'] conditions: Represents the latest available observations of a deployment's current state.
|
|
2004
|
-
:param
|
|
2005
|
-
:param
|
|
2006
|
-
:param
|
|
2007
|
-
:param
|
|
2008
|
-
:param
|
|
2003
|
+
:param _builtins.int observed_generation: The generation observed by the deployment controller.
|
|
2004
|
+
:param _builtins.int ready_replicas: Total number of ready pods targeted by this deployment.
|
|
2005
|
+
:param _builtins.int replicas: Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
2006
|
+
: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.
|
|
2007
|
+
:param _builtins.int updated_replicas: Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
2009
2008
|
"""
|
|
2010
2009
|
if available_replicas is not None:
|
|
2011
2010
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -2024,23 +2023,23 @@ class DeploymentStatusPatch(dict):
|
|
|
2024
2023
|
if updated_replicas is not None:
|
|
2025
2024
|
pulumi.set(__self__, "updated_replicas", updated_replicas)
|
|
2026
2025
|
|
|
2027
|
-
@property
|
|
2026
|
+
@_builtins.property
|
|
2028
2027
|
@pulumi.getter(name="availableReplicas")
|
|
2029
|
-
def available_replicas(self) -> Optional[
|
|
2028
|
+
def available_replicas(self) -> Optional[_builtins.int]:
|
|
2030
2029
|
"""
|
|
2031
2030
|
Total number of available pods (ready for at least minReadySeconds) targeted by this deployment.
|
|
2032
2031
|
"""
|
|
2033
2032
|
return pulumi.get(self, "available_replicas")
|
|
2034
2033
|
|
|
2035
|
-
@property
|
|
2034
|
+
@_builtins.property
|
|
2036
2035
|
@pulumi.getter(name="collisionCount")
|
|
2037
|
-
def collision_count(self) -> Optional[
|
|
2036
|
+
def collision_count(self) -> Optional[_builtins.int]:
|
|
2038
2037
|
"""
|
|
2039
2038
|
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.
|
|
2040
2039
|
"""
|
|
2041
2040
|
return pulumi.get(self, "collision_count")
|
|
2042
2041
|
|
|
2043
|
-
@property
|
|
2042
|
+
@_builtins.property
|
|
2044
2043
|
@pulumi.getter
|
|
2045
2044
|
def conditions(self) -> Optional[Sequence['outputs.DeploymentConditionPatch']]:
|
|
2046
2045
|
"""
|
|
@@ -2048,41 +2047,41 @@ class DeploymentStatusPatch(dict):
|
|
|
2048
2047
|
"""
|
|
2049
2048
|
return pulumi.get(self, "conditions")
|
|
2050
2049
|
|
|
2051
|
-
@property
|
|
2050
|
+
@_builtins.property
|
|
2052
2051
|
@pulumi.getter(name="observedGeneration")
|
|
2053
|
-
def observed_generation(self) -> Optional[
|
|
2052
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
2054
2053
|
"""
|
|
2055
2054
|
The generation observed by the deployment controller.
|
|
2056
2055
|
"""
|
|
2057
2056
|
return pulumi.get(self, "observed_generation")
|
|
2058
2057
|
|
|
2059
|
-
@property
|
|
2058
|
+
@_builtins.property
|
|
2060
2059
|
@pulumi.getter(name="readyReplicas")
|
|
2061
|
-
def ready_replicas(self) -> Optional[
|
|
2060
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
2062
2061
|
"""
|
|
2063
2062
|
Total number of ready pods targeted by this deployment.
|
|
2064
2063
|
"""
|
|
2065
2064
|
return pulumi.get(self, "ready_replicas")
|
|
2066
2065
|
|
|
2067
|
-
@property
|
|
2066
|
+
@_builtins.property
|
|
2068
2067
|
@pulumi.getter
|
|
2069
|
-
def replicas(self) -> Optional[
|
|
2068
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
2070
2069
|
"""
|
|
2071
2070
|
Total number of non-terminated pods targeted by this deployment (their labels match the selector).
|
|
2072
2071
|
"""
|
|
2073
2072
|
return pulumi.get(self, "replicas")
|
|
2074
2073
|
|
|
2075
|
-
@property
|
|
2074
|
+
@_builtins.property
|
|
2076
2075
|
@pulumi.getter(name="unavailableReplicas")
|
|
2077
|
-
def unavailable_replicas(self) -> Optional[
|
|
2076
|
+
def unavailable_replicas(self) -> Optional[_builtins.int]:
|
|
2078
2077
|
"""
|
|
2079
2078
|
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.
|
|
2080
2079
|
"""
|
|
2081
2080
|
return pulumi.get(self, "unavailable_replicas")
|
|
2082
2081
|
|
|
2083
|
-
@property
|
|
2082
|
+
@_builtins.property
|
|
2084
2083
|
@pulumi.getter(name="updatedReplicas")
|
|
2085
|
-
def updated_replicas(self) -> Optional[
|
|
2084
|
+
def updated_replicas(self) -> Optional[_builtins.int]:
|
|
2086
2085
|
"""
|
|
2087
2086
|
Total number of non-terminated pods targeted by this deployment that have the desired template spec.
|
|
2088
2087
|
"""
|
|
@@ -2113,18 +2112,18 @@ class DeploymentStrategy(dict):
|
|
|
2113
2112
|
|
|
2114
2113
|
def __init__(__self__, *,
|
|
2115
2114
|
rolling_update: Optional['outputs.RollingUpdateDeployment'] = None,
|
|
2116
|
-
type: Optional[
|
|
2115
|
+
type: Optional[_builtins.str] = None):
|
|
2117
2116
|
"""
|
|
2118
2117
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
2119
2118
|
:param 'RollingUpdateDeploymentArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
2120
|
-
:param
|
|
2119
|
+
:param _builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
2121
2120
|
"""
|
|
2122
2121
|
if rolling_update is not None:
|
|
2123
2122
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
2124
2123
|
if type is not None:
|
|
2125
2124
|
pulumi.set(__self__, "type", type)
|
|
2126
2125
|
|
|
2127
|
-
@property
|
|
2126
|
+
@_builtins.property
|
|
2128
2127
|
@pulumi.getter(name="rollingUpdate")
|
|
2129
2128
|
def rolling_update(self) -> Optional['outputs.RollingUpdateDeployment']:
|
|
2130
2129
|
"""
|
|
@@ -2132,9 +2131,9 @@ class DeploymentStrategy(dict):
|
|
|
2132
2131
|
"""
|
|
2133
2132
|
return pulumi.get(self, "rolling_update")
|
|
2134
2133
|
|
|
2135
|
-
@property
|
|
2134
|
+
@_builtins.property
|
|
2136
2135
|
@pulumi.getter
|
|
2137
|
-
def type(self) -> Optional[
|
|
2136
|
+
def type(self) -> Optional[_builtins.str]:
|
|
2138
2137
|
"""
|
|
2139
2138
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
2140
2139
|
"""
|
|
@@ -2165,18 +2164,18 @@ class DeploymentStrategyPatch(dict):
|
|
|
2165
2164
|
|
|
2166
2165
|
def __init__(__self__, *,
|
|
2167
2166
|
rolling_update: Optional['outputs.RollingUpdateDeploymentPatch'] = None,
|
|
2168
|
-
type: Optional[
|
|
2167
|
+
type: Optional[_builtins.str] = None):
|
|
2169
2168
|
"""
|
|
2170
2169
|
DeploymentStrategy describes how to replace existing pods with new ones.
|
|
2171
2170
|
:param 'RollingUpdateDeploymentPatchArgs' rolling_update: Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.
|
|
2172
|
-
:param
|
|
2171
|
+
:param _builtins.str type: Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
2173
2172
|
"""
|
|
2174
2173
|
if rolling_update is not None:
|
|
2175
2174
|
pulumi.set(__self__, "rolling_update", rolling_update)
|
|
2176
2175
|
if type is not None:
|
|
2177
2176
|
pulumi.set(__self__, "type", type)
|
|
2178
2177
|
|
|
2179
|
-
@property
|
|
2178
|
+
@_builtins.property
|
|
2180
2179
|
@pulumi.getter(name="rollingUpdate")
|
|
2181
2180
|
def rolling_update(self) -> Optional['outputs.RollingUpdateDeploymentPatch']:
|
|
2182
2181
|
"""
|
|
@@ -2184,9 +2183,9 @@ class DeploymentStrategyPatch(dict):
|
|
|
2184
2183
|
"""
|
|
2185
2184
|
return pulumi.get(self, "rolling_update")
|
|
2186
2185
|
|
|
2187
|
-
@property
|
|
2186
|
+
@_builtins.property
|
|
2188
2187
|
@pulumi.getter
|
|
2189
|
-
def type(self) -> Optional[
|
|
2188
|
+
def type(self) -> Optional[_builtins.str]:
|
|
2190
2189
|
"""
|
|
2191
2190
|
Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.
|
|
2192
2191
|
"""
|
|
@@ -2200,18 +2199,18 @@ class FSGroupStrategyOptions(dict):
|
|
|
2200
2199
|
"""
|
|
2201
2200
|
def __init__(__self__, *,
|
|
2202
2201
|
ranges: Optional[Sequence['outputs.IDRange']] = None,
|
|
2203
|
-
rule: Optional[
|
|
2202
|
+
rule: Optional[_builtins.str] = None):
|
|
2204
2203
|
"""
|
|
2205
2204
|
FSGroupStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use FSGroupStrategyOptions from policy API Group instead.
|
|
2206
2205
|
: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.
|
|
2207
|
-
:param
|
|
2206
|
+
:param _builtins.str rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
2208
2207
|
"""
|
|
2209
2208
|
if ranges is not None:
|
|
2210
2209
|
pulumi.set(__self__, "ranges", ranges)
|
|
2211
2210
|
if rule is not None:
|
|
2212
2211
|
pulumi.set(__self__, "rule", rule)
|
|
2213
2212
|
|
|
2214
|
-
@property
|
|
2213
|
+
@_builtins.property
|
|
2215
2214
|
@pulumi.getter
|
|
2216
2215
|
def ranges(self) -> Optional[Sequence['outputs.IDRange']]:
|
|
2217
2216
|
"""
|
|
@@ -2219,9 +2218,9 @@ class FSGroupStrategyOptions(dict):
|
|
|
2219
2218
|
"""
|
|
2220
2219
|
return pulumi.get(self, "ranges")
|
|
2221
2220
|
|
|
2222
|
-
@property
|
|
2221
|
+
@_builtins.property
|
|
2223
2222
|
@pulumi.getter
|
|
2224
|
-
def rule(self) -> Optional[
|
|
2223
|
+
def rule(self) -> Optional[_builtins.str]:
|
|
2225
2224
|
"""
|
|
2226
2225
|
rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
2227
2226
|
"""
|
|
@@ -2235,18 +2234,18 @@ class FSGroupStrategyOptionsPatch(dict):
|
|
|
2235
2234
|
"""
|
|
2236
2235
|
def __init__(__self__, *,
|
|
2237
2236
|
ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
|
|
2238
|
-
rule: Optional[
|
|
2237
|
+
rule: Optional[_builtins.str] = None):
|
|
2239
2238
|
"""
|
|
2240
2239
|
FSGroupStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use FSGroupStrategyOptions from policy API Group instead.
|
|
2241
2240
|
: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.
|
|
2242
|
-
:param
|
|
2241
|
+
:param _builtins.str rule: rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
2243
2242
|
"""
|
|
2244
2243
|
if ranges is not None:
|
|
2245
2244
|
pulumi.set(__self__, "ranges", ranges)
|
|
2246
2245
|
if rule is not None:
|
|
2247
2246
|
pulumi.set(__self__, "rule", rule)
|
|
2248
2247
|
|
|
2249
|
-
@property
|
|
2248
|
+
@_builtins.property
|
|
2250
2249
|
@pulumi.getter
|
|
2251
2250
|
def ranges(self) -> Optional[Sequence['outputs.IDRangePatch']]:
|
|
2252
2251
|
"""
|
|
@@ -2254,9 +2253,9 @@ class FSGroupStrategyOptionsPatch(dict):
|
|
|
2254
2253
|
"""
|
|
2255
2254
|
return pulumi.get(self, "ranges")
|
|
2256
2255
|
|
|
2257
|
-
@property
|
|
2256
|
+
@_builtins.property
|
|
2258
2257
|
@pulumi.getter
|
|
2259
|
-
def rule(self) -> Optional[
|
|
2258
|
+
def rule(self) -> Optional[_builtins.str]:
|
|
2260
2259
|
"""
|
|
2261
2260
|
rule is the strategy that will dictate what FSGroup is used in the SecurityContext.
|
|
2262
2261
|
"""
|
|
@@ -2287,13 +2286,13 @@ class HTTPIngressPath(dict):
|
|
|
2287
2286
|
|
|
2288
2287
|
def __init__(__self__, *,
|
|
2289
2288
|
backend: 'outputs.IngressBackend',
|
|
2290
|
-
path: Optional[
|
|
2291
|
-
path_type: Optional[
|
|
2289
|
+
path: Optional[_builtins.str] = None,
|
|
2290
|
+
path_type: Optional[_builtins.str] = None):
|
|
2292
2291
|
"""
|
|
2293
2292
|
HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
2294
2293
|
:param 'IngressBackendArgs' backend: Backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
2295
|
-
:param
|
|
2296
|
-
:param
|
|
2294
|
+
: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.
|
|
2295
|
+
: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
|
|
2297
2296
|
done on a path element by element basis. A path element refers is the
|
|
2298
2297
|
list of labels in the path split by the '/' separator. A request is a
|
|
2299
2298
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -2311,7 +2310,7 @@ class HTTPIngressPath(dict):
|
|
|
2311
2310
|
if path_type is not None:
|
|
2312
2311
|
pulumi.set(__self__, "path_type", path_type)
|
|
2313
2312
|
|
|
2314
|
-
@property
|
|
2313
|
+
@_builtins.property
|
|
2315
2314
|
@pulumi.getter
|
|
2316
2315
|
def backend(self) -> 'outputs.IngressBackend':
|
|
2317
2316
|
"""
|
|
@@ -2319,17 +2318,17 @@ class HTTPIngressPath(dict):
|
|
|
2319
2318
|
"""
|
|
2320
2319
|
return pulumi.get(self, "backend")
|
|
2321
2320
|
|
|
2322
|
-
@property
|
|
2321
|
+
@_builtins.property
|
|
2323
2322
|
@pulumi.getter
|
|
2324
|
-
def path(self) -> Optional[
|
|
2323
|
+
def path(self) -> Optional[_builtins.str]:
|
|
2325
2324
|
"""
|
|
2326
2325
|
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.
|
|
2327
2326
|
"""
|
|
2328
2327
|
return pulumi.get(self, "path")
|
|
2329
2328
|
|
|
2330
|
-
@property
|
|
2329
|
+
@_builtins.property
|
|
2331
2330
|
@pulumi.getter(name="pathType")
|
|
2332
|
-
def path_type(self) -> Optional[
|
|
2331
|
+
def path_type(self) -> Optional[_builtins.str]:
|
|
2333
2332
|
"""
|
|
2334
2333
|
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
|
|
2335
2334
|
done on a path element by element basis. A path element refers is the
|
|
@@ -2370,13 +2369,13 @@ class HTTPIngressPathPatch(dict):
|
|
|
2370
2369
|
|
|
2371
2370
|
def __init__(__self__, *,
|
|
2372
2371
|
backend: Optional['outputs.IngressBackendPatch'] = None,
|
|
2373
|
-
path: Optional[
|
|
2374
|
-
path_type: Optional[
|
|
2372
|
+
path: Optional[_builtins.str] = None,
|
|
2373
|
+
path_type: Optional[_builtins.str] = None):
|
|
2375
2374
|
"""
|
|
2376
2375
|
HTTPIngressPath associates a path regex with a backend. Incoming urls matching the path are forwarded to the backend.
|
|
2377
2376
|
:param 'IngressBackendPatchArgs' backend: Backend defines the referenced service endpoint to which the traffic will be forwarded to.
|
|
2378
|
-
:param
|
|
2379
|
-
:param
|
|
2377
|
+
: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.
|
|
2378
|
+
: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
|
|
2380
2379
|
done on a path element by element basis. A path element refers is the
|
|
2381
2380
|
list of labels in the path split by the '/' separator. A request is a
|
|
2382
2381
|
match for path p if every p is an element-wise prefix of p of the
|
|
@@ -2395,7 +2394,7 @@ class HTTPIngressPathPatch(dict):
|
|
|
2395
2394
|
if path_type is not None:
|
|
2396
2395
|
pulumi.set(__self__, "path_type", path_type)
|
|
2397
2396
|
|
|
2398
|
-
@property
|
|
2397
|
+
@_builtins.property
|
|
2399
2398
|
@pulumi.getter
|
|
2400
2399
|
def backend(self) -> Optional['outputs.IngressBackendPatch']:
|
|
2401
2400
|
"""
|
|
@@ -2403,17 +2402,17 @@ class HTTPIngressPathPatch(dict):
|
|
|
2403
2402
|
"""
|
|
2404
2403
|
return pulumi.get(self, "backend")
|
|
2405
2404
|
|
|
2406
|
-
@property
|
|
2405
|
+
@_builtins.property
|
|
2407
2406
|
@pulumi.getter
|
|
2408
|
-
def path(self) -> Optional[
|
|
2407
|
+
def path(self) -> Optional[_builtins.str]:
|
|
2409
2408
|
"""
|
|
2410
2409
|
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.
|
|
2411
2410
|
"""
|
|
2412
2411
|
return pulumi.get(self, "path")
|
|
2413
2412
|
|
|
2414
|
-
@property
|
|
2413
|
+
@_builtins.property
|
|
2415
2414
|
@pulumi.getter(name="pathType")
|
|
2416
|
-
def path_type(self) -> Optional[
|
|
2415
|
+
def path_type(self) -> Optional[_builtins.str]:
|
|
2417
2416
|
"""
|
|
2418
2417
|
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
|
|
2419
2418
|
done on a path element by element basis. A path element refers is the
|
|
@@ -2443,7 +2442,7 @@ class HTTPIngressRuleValue(dict):
|
|
|
2443
2442
|
"""
|
|
2444
2443
|
pulumi.set(__self__, "paths", paths)
|
|
2445
2444
|
|
|
2446
|
-
@property
|
|
2445
|
+
@_builtins.property
|
|
2447
2446
|
@pulumi.getter
|
|
2448
2447
|
def paths(self) -> Sequence['outputs.HTTPIngressPath']:
|
|
2449
2448
|
"""
|
|
@@ -2466,7 +2465,7 @@ class HTTPIngressRuleValuePatch(dict):
|
|
|
2466
2465
|
if paths is not None:
|
|
2467
2466
|
pulumi.set(__self__, "paths", paths)
|
|
2468
2467
|
|
|
2469
|
-
@property
|
|
2468
|
+
@_builtins.property
|
|
2470
2469
|
@pulumi.getter
|
|
2471
2470
|
def paths(self) -> Optional[Sequence['outputs.HTTPIngressPathPatch']]:
|
|
2472
2471
|
"""
|
|
@@ -2481,27 +2480,27 @@ class HostPortRange(dict):
|
|
|
2481
2480
|
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.
|
|
2482
2481
|
"""
|
|
2483
2482
|
def __init__(__self__, *,
|
|
2484
|
-
max:
|
|
2485
|
-
min:
|
|
2483
|
+
max: _builtins.int,
|
|
2484
|
+
min: _builtins.int):
|
|
2486
2485
|
"""
|
|
2487
2486
|
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.
|
|
2488
|
-
:param
|
|
2489
|
-
:param
|
|
2487
|
+
:param _builtins.int max: max is the end of the range, inclusive.
|
|
2488
|
+
:param _builtins.int min: min is the start of the range, inclusive.
|
|
2490
2489
|
"""
|
|
2491
2490
|
pulumi.set(__self__, "max", max)
|
|
2492
2491
|
pulumi.set(__self__, "min", min)
|
|
2493
2492
|
|
|
2494
|
-
@property
|
|
2493
|
+
@_builtins.property
|
|
2495
2494
|
@pulumi.getter
|
|
2496
|
-
def max(self) ->
|
|
2495
|
+
def max(self) -> _builtins.int:
|
|
2497
2496
|
"""
|
|
2498
2497
|
max is the end of the range, inclusive.
|
|
2499
2498
|
"""
|
|
2500
2499
|
return pulumi.get(self, "max")
|
|
2501
2500
|
|
|
2502
|
-
@property
|
|
2501
|
+
@_builtins.property
|
|
2503
2502
|
@pulumi.getter
|
|
2504
|
-
def min(self) ->
|
|
2503
|
+
def min(self) -> _builtins.int:
|
|
2505
2504
|
"""
|
|
2506
2505
|
min is the start of the range, inclusive.
|
|
2507
2506
|
"""
|
|
@@ -2514,29 +2513,29 @@ class HostPortRangePatch(dict):
|
|
|
2514
2513
|
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.
|
|
2515
2514
|
"""
|
|
2516
2515
|
def __init__(__self__, *,
|
|
2517
|
-
max: Optional[
|
|
2518
|
-
min: Optional[
|
|
2516
|
+
max: Optional[_builtins.int] = None,
|
|
2517
|
+
min: Optional[_builtins.int] = None):
|
|
2519
2518
|
"""
|
|
2520
2519
|
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.
|
|
2521
|
-
:param
|
|
2522
|
-
:param
|
|
2520
|
+
:param _builtins.int max: max is the end of the range, inclusive.
|
|
2521
|
+
:param _builtins.int min: min is the start of the range, inclusive.
|
|
2523
2522
|
"""
|
|
2524
2523
|
if max is not None:
|
|
2525
2524
|
pulumi.set(__self__, "max", max)
|
|
2526
2525
|
if min is not None:
|
|
2527
2526
|
pulumi.set(__self__, "min", min)
|
|
2528
2527
|
|
|
2529
|
-
@property
|
|
2528
|
+
@_builtins.property
|
|
2530
2529
|
@pulumi.getter
|
|
2531
|
-
def max(self) -> Optional[
|
|
2530
|
+
def max(self) -> Optional[_builtins.int]:
|
|
2532
2531
|
"""
|
|
2533
2532
|
max is the end of the range, inclusive.
|
|
2534
2533
|
"""
|
|
2535
2534
|
return pulumi.get(self, "max")
|
|
2536
2535
|
|
|
2537
|
-
@property
|
|
2536
|
+
@_builtins.property
|
|
2538
2537
|
@pulumi.getter
|
|
2539
|
-
def min(self) -> Optional[
|
|
2538
|
+
def min(self) -> Optional[_builtins.int]:
|
|
2540
2539
|
"""
|
|
2541
2540
|
min is the start of the range, inclusive.
|
|
2542
2541
|
"""
|
|
@@ -2549,27 +2548,27 @@ class IDRange(dict):
|
|
|
2549
2548
|
IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.
|
|
2550
2549
|
"""
|
|
2551
2550
|
def __init__(__self__, *,
|
|
2552
|
-
max:
|
|
2553
|
-
min:
|
|
2551
|
+
max: _builtins.int,
|
|
2552
|
+
min: _builtins.int):
|
|
2554
2553
|
"""
|
|
2555
2554
|
IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.
|
|
2556
|
-
:param
|
|
2557
|
-
:param
|
|
2555
|
+
:param _builtins.int max: max is the end of the range, inclusive.
|
|
2556
|
+
:param _builtins.int min: min is the start of the range, inclusive.
|
|
2558
2557
|
"""
|
|
2559
2558
|
pulumi.set(__self__, "max", max)
|
|
2560
2559
|
pulumi.set(__self__, "min", min)
|
|
2561
2560
|
|
|
2562
|
-
@property
|
|
2561
|
+
@_builtins.property
|
|
2563
2562
|
@pulumi.getter
|
|
2564
|
-
def max(self) ->
|
|
2563
|
+
def max(self) -> _builtins.int:
|
|
2565
2564
|
"""
|
|
2566
2565
|
max is the end of the range, inclusive.
|
|
2567
2566
|
"""
|
|
2568
2567
|
return pulumi.get(self, "max")
|
|
2569
2568
|
|
|
2570
|
-
@property
|
|
2569
|
+
@_builtins.property
|
|
2571
2570
|
@pulumi.getter
|
|
2572
|
-
def min(self) ->
|
|
2571
|
+
def min(self) -> _builtins.int:
|
|
2573
2572
|
"""
|
|
2574
2573
|
min is the start of the range, inclusive.
|
|
2575
2574
|
"""
|
|
@@ -2582,29 +2581,29 @@ class IDRangePatch(dict):
|
|
|
2582
2581
|
IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.
|
|
2583
2582
|
"""
|
|
2584
2583
|
def __init__(__self__, *,
|
|
2585
|
-
max: Optional[
|
|
2586
|
-
min: Optional[
|
|
2584
|
+
max: Optional[_builtins.int] = None,
|
|
2585
|
+
min: Optional[_builtins.int] = None):
|
|
2587
2586
|
"""
|
|
2588
2587
|
IDRange provides a min/max of an allowed range of IDs. Deprecated: use IDRange from policy API Group instead.
|
|
2589
|
-
:param
|
|
2590
|
-
:param
|
|
2588
|
+
:param _builtins.int max: max is the end of the range, inclusive.
|
|
2589
|
+
:param _builtins.int min: min is the start of the range, inclusive.
|
|
2591
2590
|
"""
|
|
2592
2591
|
if max is not None:
|
|
2593
2592
|
pulumi.set(__self__, "max", max)
|
|
2594
2593
|
if min is not None:
|
|
2595
2594
|
pulumi.set(__self__, "min", min)
|
|
2596
2595
|
|
|
2597
|
-
@property
|
|
2596
|
+
@_builtins.property
|
|
2598
2597
|
@pulumi.getter
|
|
2599
|
-
def max(self) -> Optional[
|
|
2598
|
+
def max(self) -> Optional[_builtins.int]:
|
|
2600
2599
|
"""
|
|
2601
2600
|
max is the end of the range, inclusive.
|
|
2602
2601
|
"""
|
|
2603
2602
|
return pulumi.get(self, "max")
|
|
2604
2603
|
|
|
2605
|
-
@property
|
|
2604
|
+
@_builtins.property
|
|
2606
2605
|
@pulumi.getter
|
|
2607
|
-
def min(self) -> Optional[
|
|
2606
|
+
def min(self) -> Optional[_builtins.int]:
|
|
2608
2607
|
"""
|
|
2609
2608
|
min is the start of the range, inclusive.
|
|
2610
2609
|
"""
|
|
@@ -2634,28 +2633,28 @@ class IPBlock(dict):
|
|
|
2634
2633
|
return super().get(key, default)
|
|
2635
2634
|
|
|
2636
2635
|
def __init__(__self__, *,
|
|
2637
|
-
cidr:
|
|
2638
|
-
except_: Optional[Sequence[
|
|
2636
|
+
cidr: _builtins.str,
|
|
2637
|
+
except_: Optional[Sequence[_builtins.str]] = None):
|
|
2639
2638
|
"""
|
|
2640
2639
|
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.
|
|
2641
|
-
:param
|
|
2642
|
-
:param Sequence[
|
|
2640
|
+
:param _builtins.str cidr: CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24"
|
|
2641
|
+
: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
|
|
2643
2642
|
"""
|
|
2644
2643
|
pulumi.set(__self__, "cidr", cidr)
|
|
2645
2644
|
if except_ is not None:
|
|
2646
2645
|
pulumi.set(__self__, "except_", except_)
|
|
2647
2646
|
|
|
2648
|
-
@property
|
|
2647
|
+
@_builtins.property
|
|
2649
2648
|
@pulumi.getter
|
|
2650
|
-
def cidr(self) ->
|
|
2649
|
+
def cidr(self) -> _builtins.str:
|
|
2651
2650
|
"""
|
|
2652
2651
|
CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24"
|
|
2653
2652
|
"""
|
|
2654
2653
|
return pulumi.get(self, "cidr")
|
|
2655
2654
|
|
|
2656
|
-
@property
|
|
2655
|
+
@_builtins.property
|
|
2657
2656
|
@pulumi.getter(name="except")
|
|
2658
|
-
def except_(self) -> Optional[Sequence[
|
|
2657
|
+
def except_(self) -> Optional[Sequence[_builtins.str]]:
|
|
2659
2658
|
"""
|
|
2660
2659
|
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
|
|
2661
2660
|
"""
|
|
@@ -2685,29 +2684,29 @@ class IPBlockPatch(dict):
|
|
|
2685
2684
|
return super().get(key, default)
|
|
2686
2685
|
|
|
2687
2686
|
def __init__(__self__, *,
|
|
2688
|
-
cidr: Optional[
|
|
2689
|
-
except_: Optional[Sequence[
|
|
2687
|
+
cidr: Optional[_builtins.str] = None,
|
|
2688
|
+
except_: Optional[Sequence[_builtins.str]] = None):
|
|
2690
2689
|
"""
|
|
2691
2690
|
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.
|
|
2692
|
-
:param
|
|
2693
|
-
:param Sequence[
|
|
2691
|
+
:param _builtins.str cidr: CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24"
|
|
2692
|
+
: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
|
|
2694
2693
|
"""
|
|
2695
2694
|
if cidr is not None:
|
|
2696
2695
|
pulumi.set(__self__, "cidr", cidr)
|
|
2697
2696
|
if except_ is not None:
|
|
2698
2697
|
pulumi.set(__self__, "except_", except_)
|
|
2699
2698
|
|
|
2700
|
-
@property
|
|
2699
|
+
@_builtins.property
|
|
2701
2700
|
@pulumi.getter
|
|
2702
|
-
def cidr(self) -> Optional[
|
|
2701
|
+
def cidr(self) -> Optional[_builtins.str]:
|
|
2703
2702
|
"""
|
|
2704
2703
|
CIDR is a string representing the IP Block Valid examples are "192.168.1.1/24"
|
|
2705
2704
|
"""
|
|
2706
2705
|
return pulumi.get(self, "cidr")
|
|
2707
2706
|
|
|
2708
|
-
@property
|
|
2707
|
+
@_builtins.property
|
|
2709
2708
|
@pulumi.getter(name="except")
|
|
2710
|
-
def except_(self) -> Optional[Sequence[
|
|
2709
|
+
def except_(self) -> Optional[Sequence[_builtins.str]]:
|
|
2711
2710
|
"""
|
|
2712
2711
|
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
|
|
2713
2712
|
"""
|
|
@@ -2751,8 +2750,8 @@ class Ingress(dict):
|
|
|
2751
2750
|
return super().get(key, default)
|
|
2752
2751
|
|
|
2753
2752
|
def __init__(__self__, *,
|
|
2754
|
-
api_version: Optional[
|
|
2755
|
-
kind: Optional[
|
|
2753
|
+
api_version: Optional[_builtins.str] = None,
|
|
2754
|
+
kind: Optional[_builtins.str] = None,
|
|
2756
2755
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2757
2756
|
spec: Optional['outputs.IngressSpec'] = None,
|
|
2758
2757
|
status: Optional['outputs.IngressStatus'] = None):
|
|
@@ -2772,8 +2771,8 @@ class Ingress(dict):
|
|
|
2772
2771
|
If the Ingress has not reached a Ready state after 10 minutes, it will
|
|
2773
2772
|
time out and mark the resource update as Failed. You can override the default timeout value
|
|
2774
2773
|
by setting the 'customTimeouts' option on the resource.
|
|
2775
|
-
:param
|
|
2776
|
-
:param
|
|
2774
|
+
: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
|
|
2775
|
+
: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
|
|
2777
2776
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
2778
2777
|
: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
|
|
2779
2778
|
: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
|
|
@@ -2789,23 +2788,23 @@ class Ingress(dict):
|
|
|
2789
2788
|
if status is not None:
|
|
2790
2789
|
pulumi.set(__self__, "status", status)
|
|
2791
2790
|
|
|
2792
|
-
@property
|
|
2791
|
+
@_builtins.property
|
|
2793
2792
|
@pulumi.getter(name="apiVersion")
|
|
2794
|
-
def api_version(self) -> Optional[
|
|
2793
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
2795
2794
|
"""
|
|
2796
2795
|
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
|
|
2797
2796
|
"""
|
|
2798
2797
|
return pulumi.get(self, "api_version")
|
|
2799
2798
|
|
|
2800
|
-
@property
|
|
2799
|
+
@_builtins.property
|
|
2801
2800
|
@pulumi.getter
|
|
2802
|
-
def kind(self) -> Optional[
|
|
2801
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
2803
2802
|
"""
|
|
2804
2803
|
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
|
|
2805
2804
|
"""
|
|
2806
2805
|
return pulumi.get(self, "kind")
|
|
2807
2806
|
|
|
2808
|
-
@property
|
|
2807
|
+
@_builtins.property
|
|
2809
2808
|
@pulumi.getter
|
|
2810
2809
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
2811
2810
|
"""
|
|
@@ -2813,7 +2812,7 @@ class Ingress(dict):
|
|
|
2813
2812
|
"""
|
|
2814
2813
|
return pulumi.get(self, "metadata")
|
|
2815
2814
|
|
|
2816
|
-
@property
|
|
2815
|
+
@_builtins.property
|
|
2817
2816
|
@pulumi.getter
|
|
2818
2817
|
def spec(self) -> Optional['outputs.IngressSpec']:
|
|
2819
2818
|
"""
|
|
@@ -2821,7 +2820,7 @@ class Ingress(dict):
|
|
|
2821
2820
|
"""
|
|
2822
2821
|
return pulumi.get(self, "spec")
|
|
2823
2822
|
|
|
2824
|
-
@property
|
|
2823
|
+
@_builtins.property
|
|
2825
2824
|
@pulumi.getter
|
|
2826
2825
|
def status(self) -> Optional['outputs.IngressStatus']:
|
|
2827
2826
|
"""
|
|
@@ -2855,13 +2854,13 @@ class IngressBackend(dict):
|
|
|
2855
2854
|
return super().get(key, default)
|
|
2856
2855
|
|
|
2857
2856
|
def __init__(__self__, *,
|
|
2858
|
-
service_name:
|
|
2857
|
+
service_name: _builtins.str,
|
|
2859
2858
|
service_port: Any,
|
|
2860
2859
|
resource: Optional['_core.v1.outputs.TypedLocalObjectReference'] = None):
|
|
2861
2860
|
"""
|
|
2862
2861
|
IngressBackend describes all endpoints for a given service and port.
|
|
2863
|
-
:param
|
|
2864
|
-
:param Union[
|
|
2862
|
+
:param _builtins.str service_name: Specifies the name of the referenced service.
|
|
2863
|
+
:param Union[_builtins.int, _builtins.str] service_port: Specifies the port of the referenced service.
|
|
2865
2864
|
: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.
|
|
2866
2865
|
"""
|
|
2867
2866
|
pulumi.set(__self__, "service_name", service_name)
|
|
@@ -2869,15 +2868,15 @@ class IngressBackend(dict):
|
|
|
2869
2868
|
if resource is not None:
|
|
2870
2869
|
pulumi.set(__self__, "resource", resource)
|
|
2871
2870
|
|
|
2872
|
-
@property
|
|
2871
|
+
@_builtins.property
|
|
2873
2872
|
@pulumi.getter(name="serviceName")
|
|
2874
|
-
def service_name(self) ->
|
|
2873
|
+
def service_name(self) -> _builtins.str:
|
|
2875
2874
|
"""
|
|
2876
2875
|
Specifies the name of the referenced service.
|
|
2877
2876
|
"""
|
|
2878
2877
|
return pulumi.get(self, "service_name")
|
|
2879
2878
|
|
|
2880
|
-
@property
|
|
2879
|
+
@_builtins.property
|
|
2881
2880
|
@pulumi.getter(name="servicePort")
|
|
2882
2881
|
def service_port(self) -> Any:
|
|
2883
2882
|
"""
|
|
@@ -2885,7 +2884,7 @@ class IngressBackend(dict):
|
|
|
2885
2884
|
"""
|
|
2886
2885
|
return pulumi.get(self, "service_port")
|
|
2887
2886
|
|
|
2888
|
-
@property
|
|
2887
|
+
@_builtins.property
|
|
2889
2888
|
@pulumi.getter
|
|
2890
2889
|
def resource(self) -> Optional['_core.v1.outputs.TypedLocalObjectReference']:
|
|
2891
2890
|
"""
|
|
@@ -2920,13 +2919,13 @@ class IngressBackendPatch(dict):
|
|
|
2920
2919
|
|
|
2921
2920
|
def __init__(__self__, *,
|
|
2922
2921
|
resource: Optional['_core.v1.outputs.TypedLocalObjectReferencePatch'] = None,
|
|
2923
|
-
service_name: Optional[
|
|
2922
|
+
service_name: Optional[_builtins.str] = None,
|
|
2924
2923
|
service_port: Optional[Any] = None):
|
|
2925
2924
|
"""
|
|
2926
2925
|
IngressBackend describes all endpoints for a given service and port.
|
|
2927
2926
|
: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.
|
|
2928
|
-
:param
|
|
2929
|
-
:param Union[
|
|
2927
|
+
:param _builtins.str service_name: Specifies the name of the referenced service.
|
|
2928
|
+
:param Union[_builtins.int, _builtins.str] service_port: Specifies the port of the referenced service.
|
|
2930
2929
|
"""
|
|
2931
2930
|
if resource is not None:
|
|
2932
2931
|
pulumi.set(__self__, "resource", resource)
|
|
@@ -2935,7 +2934,7 @@ class IngressBackendPatch(dict):
|
|
|
2935
2934
|
if service_port is not None:
|
|
2936
2935
|
pulumi.set(__self__, "service_port", service_port)
|
|
2937
2936
|
|
|
2938
|
-
@property
|
|
2937
|
+
@_builtins.property
|
|
2939
2938
|
@pulumi.getter
|
|
2940
2939
|
def resource(self) -> Optional['_core.v1.outputs.TypedLocalObjectReferencePatch']:
|
|
2941
2940
|
"""
|
|
@@ -2943,15 +2942,15 @@ class IngressBackendPatch(dict):
|
|
|
2943
2942
|
"""
|
|
2944
2943
|
return pulumi.get(self, "resource")
|
|
2945
2944
|
|
|
2946
|
-
@property
|
|
2945
|
+
@_builtins.property
|
|
2947
2946
|
@pulumi.getter(name="serviceName")
|
|
2948
|
-
def service_name(self) -> Optional[
|
|
2947
|
+
def service_name(self) -> Optional[_builtins.str]:
|
|
2949
2948
|
"""
|
|
2950
2949
|
Specifies the name of the referenced service.
|
|
2951
2950
|
"""
|
|
2952
2951
|
return pulumi.get(self, "service_name")
|
|
2953
2952
|
|
|
2954
|
-
@property
|
|
2953
|
+
@_builtins.property
|
|
2955
2954
|
@pulumi.getter(name="servicePort")
|
|
2956
2955
|
def service_port(self) -> Optional[Any]:
|
|
2957
2956
|
"""
|
|
@@ -2966,11 +2965,11 @@ class IngressRule(dict):
|
|
|
2966
2965
|
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.
|
|
2967
2966
|
"""
|
|
2968
2967
|
def __init__(__self__, *,
|
|
2969
|
-
host: Optional[
|
|
2968
|
+
host: Optional[_builtins.str] = None,
|
|
2970
2969
|
http: Optional['outputs.HTTPIngressRuleValue'] = None):
|
|
2971
2970
|
"""
|
|
2972
2971
|
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.
|
|
2973
|
-
:param
|
|
2972
|
+
: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
|
|
2974
2973
|
IP in the Spec of the parent Ingress.
|
|
2975
2974
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
2976
2975
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -2982,9 +2981,9 @@ class IngressRule(dict):
|
|
|
2982
2981
|
if http is not None:
|
|
2983
2982
|
pulumi.set(__self__, "http", http)
|
|
2984
2983
|
|
|
2985
|
-
@property
|
|
2984
|
+
@_builtins.property
|
|
2986
2985
|
@pulumi.getter
|
|
2987
|
-
def host(self) -> Optional[
|
|
2986
|
+
def host(self) -> Optional[_builtins.str]:
|
|
2988
2987
|
"""
|
|
2989
2988
|
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
|
|
2990
2989
|
IP in the Spec of the parent Ingress.
|
|
@@ -2995,7 +2994,7 @@ class IngressRule(dict):
|
|
|
2995
2994
|
"""
|
|
2996
2995
|
return pulumi.get(self, "host")
|
|
2997
2996
|
|
|
2998
|
-
@property
|
|
2997
|
+
@_builtins.property
|
|
2999
2998
|
@pulumi.getter
|
|
3000
2999
|
def http(self) -> Optional['outputs.HTTPIngressRuleValue']:
|
|
3001
3000
|
return pulumi.get(self, "http")
|
|
@@ -3007,11 +3006,11 @@ class IngressRulePatch(dict):
|
|
|
3007
3006
|
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.
|
|
3008
3007
|
"""
|
|
3009
3008
|
def __init__(__self__, *,
|
|
3010
|
-
host: Optional[
|
|
3009
|
+
host: Optional[_builtins.str] = None,
|
|
3011
3010
|
http: Optional['outputs.HTTPIngressRuleValuePatch'] = None):
|
|
3012
3011
|
"""
|
|
3013
3012
|
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.
|
|
3014
|
-
:param
|
|
3013
|
+
: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
|
|
3015
3014
|
IP in the Spec of the parent Ingress.
|
|
3016
3015
|
2. The `:` delimiter is not respected because ports are not allowed.
|
|
3017
3016
|
Currently the port of an Ingress is implicitly :80 for http and
|
|
@@ -3023,9 +3022,9 @@ class IngressRulePatch(dict):
|
|
|
3023
3022
|
if http is not None:
|
|
3024
3023
|
pulumi.set(__self__, "http", http)
|
|
3025
3024
|
|
|
3026
|
-
@property
|
|
3025
|
+
@_builtins.property
|
|
3027
3026
|
@pulumi.getter
|
|
3028
|
-
def host(self) -> Optional[
|
|
3027
|
+
def host(self) -> Optional[_builtins.str]:
|
|
3029
3028
|
"""
|
|
3030
3029
|
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
|
|
3031
3030
|
IP in the Spec of the parent Ingress.
|
|
@@ -3036,7 +3035,7 @@ class IngressRulePatch(dict):
|
|
|
3036
3035
|
"""
|
|
3037
3036
|
return pulumi.get(self, "host")
|
|
3038
3037
|
|
|
3039
|
-
@property
|
|
3038
|
+
@_builtins.property
|
|
3040
3039
|
@pulumi.getter
|
|
3041
3040
|
def http(self) -> Optional['outputs.HTTPIngressRuleValuePatch']:
|
|
3042
3041
|
return pulumi.get(self, "http")
|
|
@@ -3066,13 +3065,13 @@ class IngressSpec(dict):
|
|
|
3066
3065
|
|
|
3067
3066
|
def __init__(__self__, *,
|
|
3068
3067
|
backend: Optional['outputs.IngressBackend'] = None,
|
|
3069
|
-
ingress_class_name: Optional[
|
|
3068
|
+
ingress_class_name: Optional[_builtins.str] = None,
|
|
3070
3069
|
rules: Optional[Sequence['outputs.IngressRule']] = None,
|
|
3071
3070
|
tls: Optional[Sequence['outputs.IngressTLS']] = None):
|
|
3072
3071
|
"""
|
|
3073
3072
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
3074
3073
|
: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.
|
|
3075
|
-
:param
|
|
3074
|
+
: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.
|
|
3076
3075
|
: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.
|
|
3077
3076
|
: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.
|
|
3078
3077
|
"""
|
|
@@ -3085,7 +3084,7 @@ class IngressSpec(dict):
|
|
|
3085
3084
|
if tls is not None:
|
|
3086
3085
|
pulumi.set(__self__, "tls", tls)
|
|
3087
3086
|
|
|
3088
|
-
@property
|
|
3087
|
+
@_builtins.property
|
|
3089
3088
|
@pulumi.getter
|
|
3090
3089
|
def backend(self) -> Optional['outputs.IngressBackend']:
|
|
3091
3090
|
"""
|
|
@@ -3093,15 +3092,15 @@ class IngressSpec(dict):
|
|
|
3093
3092
|
"""
|
|
3094
3093
|
return pulumi.get(self, "backend")
|
|
3095
3094
|
|
|
3096
|
-
@property
|
|
3095
|
+
@_builtins.property
|
|
3097
3096
|
@pulumi.getter(name="ingressClassName")
|
|
3098
|
-
def ingress_class_name(self) -> Optional[
|
|
3097
|
+
def ingress_class_name(self) -> Optional[_builtins.str]:
|
|
3099
3098
|
"""
|
|
3100
3099
|
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.
|
|
3101
3100
|
"""
|
|
3102
3101
|
return pulumi.get(self, "ingress_class_name")
|
|
3103
3102
|
|
|
3104
|
-
@property
|
|
3103
|
+
@_builtins.property
|
|
3105
3104
|
@pulumi.getter
|
|
3106
3105
|
def rules(self) -> Optional[Sequence['outputs.IngressRule']]:
|
|
3107
3106
|
"""
|
|
@@ -3109,7 +3108,7 @@ class IngressSpec(dict):
|
|
|
3109
3108
|
"""
|
|
3110
3109
|
return pulumi.get(self, "rules")
|
|
3111
3110
|
|
|
3112
|
-
@property
|
|
3111
|
+
@_builtins.property
|
|
3113
3112
|
@pulumi.getter
|
|
3114
3113
|
def tls(self) -> Optional[Sequence['outputs.IngressTLS']]:
|
|
3115
3114
|
"""
|
|
@@ -3142,13 +3141,13 @@ class IngressSpecPatch(dict):
|
|
|
3142
3141
|
|
|
3143
3142
|
def __init__(__self__, *,
|
|
3144
3143
|
backend: Optional['outputs.IngressBackendPatch'] = None,
|
|
3145
|
-
ingress_class_name: Optional[
|
|
3144
|
+
ingress_class_name: Optional[_builtins.str] = None,
|
|
3146
3145
|
rules: Optional[Sequence['outputs.IngressRulePatch']] = None,
|
|
3147
3146
|
tls: Optional[Sequence['outputs.IngressTLSPatch']] = None):
|
|
3148
3147
|
"""
|
|
3149
3148
|
IngressSpec describes the Ingress the user wishes to exist.
|
|
3150
3149
|
: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.
|
|
3151
|
-
:param
|
|
3150
|
+
: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.
|
|
3152
3151
|
: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.
|
|
3153
3152
|
: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.
|
|
3154
3153
|
"""
|
|
@@ -3161,7 +3160,7 @@ class IngressSpecPatch(dict):
|
|
|
3161
3160
|
if tls is not None:
|
|
3162
3161
|
pulumi.set(__self__, "tls", tls)
|
|
3163
3162
|
|
|
3164
|
-
@property
|
|
3163
|
+
@_builtins.property
|
|
3165
3164
|
@pulumi.getter
|
|
3166
3165
|
def backend(self) -> Optional['outputs.IngressBackendPatch']:
|
|
3167
3166
|
"""
|
|
@@ -3169,15 +3168,15 @@ class IngressSpecPatch(dict):
|
|
|
3169
3168
|
"""
|
|
3170
3169
|
return pulumi.get(self, "backend")
|
|
3171
3170
|
|
|
3172
|
-
@property
|
|
3171
|
+
@_builtins.property
|
|
3173
3172
|
@pulumi.getter(name="ingressClassName")
|
|
3174
|
-
def ingress_class_name(self) -> Optional[
|
|
3173
|
+
def ingress_class_name(self) -> Optional[_builtins.str]:
|
|
3175
3174
|
"""
|
|
3176
3175
|
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.
|
|
3177
3176
|
"""
|
|
3178
3177
|
return pulumi.get(self, "ingress_class_name")
|
|
3179
3178
|
|
|
3180
|
-
@property
|
|
3179
|
+
@_builtins.property
|
|
3181
3180
|
@pulumi.getter
|
|
3182
3181
|
def rules(self) -> Optional[Sequence['outputs.IngressRulePatch']]:
|
|
3183
3182
|
"""
|
|
@@ -3185,7 +3184,7 @@ class IngressSpecPatch(dict):
|
|
|
3185
3184
|
"""
|
|
3186
3185
|
return pulumi.get(self, "rules")
|
|
3187
3186
|
|
|
3188
|
-
@property
|
|
3187
|
+
@_builtins.property
|
|
3189
3188
|
@pulumi.getter
|
|
3190
3189
|
def tls(self) -> Optional[Sequence['outputs.IngressTLSPatch']]:
|
|
3191
3190
|
"""
|
|
@@ -3225,7 +3224,7 @@ class IngressStatus(dict):
|
|
|
3225
3224
|
if load_balancer is not None:
|
|
3226
3225
|
pulumi.set(__self__, "load_balancer", load_balancer)
|
|
3227
3226
|
|
|
3228
|
-
@property
|
|
3227
|
+
@_builtins.property
|
|
3229
3228
|
@pulumi.getter(name="loadBalancer")
|
|
3230
3229
|
def load_balancer(self) -> Optional['_core.v1.outputs.LoadBalancerStatus']:
|
|
3231
3230
|
"""
|
|
@@ -3265,7 +3264,7 @@ class IngressStatusPatch(dict):
|
|
|
3265
3264
|
if load_balancer is not None:
|
|
3266
3265
|
pulumi.set(__self__, "load_balancer", load_balancer)
|
|
3267
3266
|
|
|
3268
|
-
@property
|
|
3267
|
+
@_builtins.property
|
|
3269
3268
|
@pulumi.getter(name="loadBalancer")
|
|
3270
3269
|
def load_balancer(self) -> Optional['_core.v1.outputs.LoadBalancerStatusPatch']:
|
|
3271
3270
|
"""
|
|
@@ -3297,29 +3296,29 @@ class IngressTLS(dict):
|
|
|
3297
3296
|
return super().get(key, default)
|
|
3298
3297
|
|
|
3299
3298
|
def __init__(__self__, *,
|
|
3300
|
-
hosts: Optional[Sequence[
|
|
3301
|
-
secret_name: Optional[
|
|
3299
|
+
hosts: Optional[Sequence[_builtins.str]] = None,
|
|
3300
|
+
secret_name: Optional[_builtins.str] = None):
|
|
3302
3301
|
"""
|
|
3303
3302
|
IngressTLS describes the transport layer security associated with an Ingress.
|
|
3304
|
-
:param Sequence[
|
|
3305
|
-
:param
|
|
3303
|
+
: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.
|
|
3304
|
+
: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.
|
|
3306
3305
|
"""
|
|
3307
3306
|
if hosts is not None:
|
|
3308
3307
|
pulumi.set(__self__, "hosts", hosts)
|
|
3309
3308
|
if secret_name is not None:
|
|
3310
3309
|
pulumi.set(__self__, "secret_name", secret_name)
|
|
3311
3310
|
|
|
3312
|
-
@property
|
|
3311
|
+
@_builtins.property
|
|
3313
3312
|
@pulumi.getter
|
|
3314
|
-
def hosts(self) -> Optional[Sequence[
|
|
3313
|
+
def hosts(self) -> Optional[Sequence[_builtins.str]]:
|
|
3315
3314
|
"""
|
|
3316
3315
|
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.
|
|
3317
3316
|
"""
|
|
3318
3317
|
return pulumi.get(self, "hosts")
|
|
3319
3318
|
|
|
3320
|
-
@property
|
|
3319
|
+
@_builtins.property
|
|
3321
3320
|
@pulumi.getter(name="secretName")
|
|
3322
|
-
def secret_name(self) -> Optional[
|
|
3321
|
+
def secret_name(self) -> Optional[_builtins.str]:
|
|
3323
3322
|
"""
|
|
3324
3323
|
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.
|
|
3325
3324
|
"""
|
|
@@ -3349,29 +3348,29 @@ class IngressTLSPatch(dict):
|
|
|
3349
3348
|
return super().get(key, default)
|
|
3350
3349
|
|
|
3351
3350
|
def __init__(__self__, *,
|
|
3352
|
-
hosts: Optional[Sequence[
|
|
3353
|
-
secret_name: Optional[
|
|
3351
|
+
hosts: Optional[Sequence[_builtins.str]] = None,
|
|
3352
|
+
secret_name: Optional[_builtins.str] = None):
|
|
3354
3353
|
"""
|
|
3355
3354
|
IngressTLS describes the transport layer security associated with an Ingress.
|
|
3356
|
-
:param Sequence[
|
|
3357
|
-
:param
|
|
3355
|
+
: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.
|
|
3356
|
+
: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.
|
|
3358
3357
|
"""
|
|
3359
3358
|
if hosts is not None:
|
|
3360
3359
|
pulumi.set(__self__, "hosts", hosts)
|
|
3361
3360
|
if secret_name is not None:
|
|
3362
3361
|
pulumi.set(__self__, "secret_name", secret_name)
|
|
3363
3362
|
|
|
3364
|
-
@property
|
|
3363
|
+
@_builtins.property
|
|
3365
3364
|
@pulumi.getter
|
|
3366
|
-
def hosts(self) -> Optional[Sequence[
|
|
3365
|
+
def hosts(self) -> Optional[Sequence[_builtins.str]]:
|
|
3367
3366
|
"""
|
|
3368
3367
|
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.
|
|
3369
3368
|
"""
|
|
3370
3369
|
return pulumi.get(self, "hosts")
|
|
3371
3370
|
|
|
3372
|
-
@property
|
|
3371
|
+
@_builtins.property
|
|
3373
3372
|
@pulumi.getter(name="secretName")
|
|
3374
|
-
def secret_name(self) -> Optional[
|
|
3373
|
+
def secret_name(self) -> Optional[_builtins.str]:
|
|
3375
3374
|
"""
|
|
3376
3375
|
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.
|
|
3377
3376
|
"""
|
|
@@ -3401,14 +3400,14 @@ class NetworkPolicy(dict):
|
|
|
3401
3400
|
return super().get(key, default)
|
|
3402
3401
|
|
|
3403
3402
|
def __init__(__self__, *,
|
|
3404
|
-
api_version: Optional[
|
|
3405
|
-
kind: Optional[
|
|
3403
|
+
api_version: Optional[_builtins.str] = None,
|
|
3404
|
+
kind: Optional[_builtins.str] = None,
|
|
3406
3405
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
3407
3406
|
spec: Optional['outputs.NetworkPolicySpec'] = None):
|
|
3408
3407
|
"""
|
|
3409
3408
|
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
|
|
3410
|
-
:param
|
|
3411
|
-
:param
|
|
3409
|
+
: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
|
|
3410
|
+
: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
|
|
3412
3411
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
3413
3412
|
:param 'NetworkPolicySpecArgs' spec: Specification of the desired behavior for this NetworkPolicy.
|
|
3414
3413
|
"""
|
|
@@ -3421,23 +3420,23 @@ class NetworkPolicy(dict):
|
|
|
3421
3420
|
if spec is not None:
|
|
3422
3421
|
pulumi.set(__self__, "spec", spec)
|
|
3423
3422
|
|
|
3424
|
-
@property
|
|
3423
|
+
@_builtins.property
|
|
3425
3424
|
@pulumi.getter(name="apiVersion")
|
|
3426
|
-
def api_version(self) -> Optional[
|
|
3425
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
3427
3426
|
"""
|
|
3428
3427
|
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
|
|
3429
3428
|
"""
|
|
3430
3429
|
return pulumi.get(self, "api_version")
|
|
3431
3430
|
|
|
3432
|
-
@property
|
|
3431
|
+
@_builtins.property
|
|
3433
3432
|
@pulumi.getter
|
|
3434
|
-
def kind(self) -> Optional[
|
|
3433
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
3435
3434
|
"""
|
|
3436
3435
|
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
|
|
3437
3436
|
"""
|
|
3438
3437
|
return pulumi.get(self, "kind")
|
|
3439
3438
|
|
|
3440
|
-
@property
|
|
3439
|
+
@_builtins.property
|
|
3441
3440
|
@pulumi.getter
|
|
3442
3441
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
3443
3442
|
"""
|
|
@@ -3445,7 +3444,7 @@ class NetworkPolicy(dict):
|
|
|
3445
3444
|
"""
|
|
3446
3445
|
return pulumi.get(self, "metadata")
|
|
3447
3446
|
|
|
3448
|
-
@property
|
|
3447
|
+
@_builtins.property
|
|
3449
3448
|
@pulumi.getter
|
|
3450
3449
|
def spec(self) -> Optional['outputs.NetworkPolicySpec']:
|
|
3451
3450
|
"""
|
|
@@ -3472,7 +3471,7 @@ class NetworkPolicyEgressRule(dict):
|
|
|
3472
3471
|
if to is not None:
|
|
3473
3472
|
pulumi.set(__self__, "to", to)
|
|
3474
3473
|
|
|
3475
|
-
@property
|
|
3474
|
+
@_builtins.property
|
|
3476
3475
|
@pulumi.getter
|
|
3477
3476
|
def ports(self) -> Optional[Sequence['outputs.NetworkPolicyPort']]:
|
|
3478
3477
|
"""
|
|
@@ -3480,7 +3479,7 @@ class NetworkPolicyEgressRule(dict):
|
|
|
3480
3479
|
"""
|
|
3481
3480
|
return pulumi.get(self, "ports")
|
|
3482
3481
|
|
|
3483
|
-
@property
|
|
3482
|
+
@_builtins.property
|
|
3484
3483
|
@pulumi.getter
|
|
3485
3484
|
def to(self) -> Optional[Sequence['outputs.NetworkPolicyPeer']]:
|
|
3486
3485
|
"""
|
|
@@ -3507,7 +3506,7 @@ class NetworkPolicyEgressRulePatch(dict):
|
|
|
3507
3506
|
if to is not None:
|
|
3508
3507
|
pulumi.set(__self__, "to", to)
|
|
3509
3508
|
|
|
3510
|
-
@property
|
|
3509
|
+
@_builtins.property
|
|
3511
3510
|
@pulumi.getter
|
|
3512
3511
|
def ports(self) -> Optional[Sequence['outputs.NetworkPolicyPortPatch']]:
|
|
3513
3512
|
"""
|
|
@@ -3515,7 +3514,7 @@ class NetworkPolicyEgressRulePatch(dict):
|
|
|
3515
3514
|
"""
|
|
3516
3515
|
return pulumi.get(self, "ports")
|
|
3517
3516
|
|
|
3518
|
-
@property
|
|
3517
|
+
@_builtins.property
|
|
3519
3518
|
@pulumi.getter
|
|
3520
3519
|
def to(self) -> Optional[Sequence['outputs.NetworkPolicyPeerPatch']]:
|
|
3521
3520
|
"""
|
|
@@ -3559,7 +3558,7 @@ class NetworkPolicyIngressRule(dict):
|
|
|
3559
3558
|
if ports is not None:
|
|
3560
3559
|
pulumi.set(__self__, "ports", ports)
|
|
3561
3560
|
|
|
3562
|
-
@property
|
|
3561
|
+
@_builtins.property
|
|
3563
3562
|
@pulumi.getter(name="from")
|
|
3564
3563
|
def from_(self) -> Optional[Sequence['outputs.NetworkPolicyPeer']]:
|
|
3565
3564
|
"""
|
|
@@ -3567,7 +3566,7 @@ class NetworkPolicyIngressRule(dict):
|
|
|
3567
3566
|
"""
|
|
3568
3567
|
return pulumi.get(self, "from_")
|
|
3569
3568
|
|
|
3570
|
-
@property
|
|
3569
|
+
@_builtins.property
|
|
3571
3570
|
@pulumi.getter
|
|
3572
3571
|
def ports(self) -> Optional[Sequence['outputs.NetworkPolicyPort']]:
|
|
3573
3572
|
"""
|
|
@@ -3611,7 +3610,7 @@ class NetworkPolicyIngressRulePatch(dict):
|
|
|
3611
3610
|
if ports is not None:
|
|
3612
3611
|
pulumi.set(__self__, "ports", ports)
|
|
3613
3612
|
|
|
3614
|
-
@property
|
|
3613
|
+
@_builtins.property
|
|
3615
3614
|
@pulumi.getter(name="from")
|
|
3616
3615
|
def from_(self) -> Optional[Sequence['outputs.NetworkPolicyPeerPatch']]:
|
|
3617
3616
|
"""
|
|
@@ -3619,7 +3618,7 @@ class NetworkPolicyIngressRulePatch(dict):
|
|
|
3619
3618
|
"""
|
|
3620
3619
|
return pulumi.get(self, "from_")
|
|
3621
3620
|
|
|
3622
|
-
@property
|
|
3621
|
+
@_builtins.property
|
|
3623
3622
|
@pulumi.getter
|
|
3624
3623
|
def ports(self) -> Optional[Sequence['outputs.NetworkPolicyPortPatch']]:
|
|
3625
3624
|
"""
|
|
@@ -3675,7 +3674,7 @@ class NetworkPolicyPeer(dict):
|
|
|
3675
3674
|
if pod_selector is not None:
|
|
3676
3675
|
pulumi.set(__self__, "pod_selector", pod_selector)
|
|
3677
3676
|
|
|
3678
|
-
@property
|
|
3677
|
+
@_builtins.property
|
|
3679
3678
|
@pulumi.getter(name="ipBlock")
|
|
3680
3679
|
def ip_block(self) -> Optional['outputs.IPBlock']:
|
|
3681
3680
|
"""
|
|
@@ -3683,7 +3682,7 @@ class NetworkPolicyPeer(dict):
|
|
|
3683
3682
|
"""
|
|
3684
3683
|
return pulumi.get(self, "ip_block")
|
|
3685
3684
|
|
|
3686
|
-
@property
|
|
3685
|
+
@_builtins.property
|
|
3687
3686
|
@pulumi.getter(name="namespaceSelector")
|
|
3688
3687
|
def namespace_selector(self) -> Optional['_meta.v1.outputs.LabelSelector']:
|
|
3689
3688
|
"""
|
|
@@ -3693,7 +3692,7 @@ class NetworkPolicyPeer(dict):
|
|
|
3693
3692
|
"""
|
|
3694
3693
|
return pulumi.get(self, "namespace_selector")
|
|
3695
3694
|
|
|
3696
|
-
@property
|
|
3695
|
+
@_builtins.property
|
|
3697
3696
|
@pulumi.getter(name="podSelector")
|
|
3698
3697
|
def pod_selector(self) -> Optional['_meta.v1.outputs.LabelSelector']:
|
|
3699
3698
|
"""
|
|
@@ -3751,7 +3750,7 @@ class NetworkPolicyPeerPatch(dict):
|
|
|
3751
3750
|
if pod_selector is not None:
|
|
3752
3751
|
pulumi.set(__self__, "pod_selector", pod_selector)
|
|
3753
3752
|
|
|
3754
|
-
@property
|
|
3753
|
+
@_builtins.property
|
|
3755
3754
|
@pulumi.getter(name="ipBlock")
|
|
3756
3755
|
def ip_block(self) -> Optional['outputs.IPBlockPatch']:
|
|
3757
3756
|
"""
|
|
@@ -3759,7 +3758,7 @@ class NetworkPolicyPeerPatch(dict):
|
|
|
3759
3758
|
"""
|
|
3760
3759
|
return pulumi.get(self, "ip_block")
|
|
3761
3760
|
|
|
3762
|
-
@property
|
|
3761
|
+
@_builtins.property
|
|
3763
3762
|
@pulumi.getter(name="namespaceSelector")
|
|
3764
3763
|
def namespace_selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
3765
3764
|
"""
|
|
@@ -3769,7 +3768,7 @@ class NetworkPolicyPeerPatch(dict):
|
|
|
3769
3768
|
"""
|
|
3770
3769
|
return pulumi.get(self, "namespace_selector")
|
|
3771
3770
|
|
|
3772
|
-
@property
|
|
3771
|
+
@_builtins.property
|
|
3773
3772
|
@pulumi.getter(name="podSelector")
|
|
3774
3773
|
def pod_selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
3775
3774
|
"""
|
|
@@ -3787,18 +3786,18 @@ class NetworkPolicyPort(dict):
|
|
|
3787
3786
|
"""
|
|
3788
3787
|
def __init__(__self__, *,
|
|
3789
3788
|
port: Optional[Any] = None,
|
|
3790
|
-
protocol: Optional[
|
|
3789
|
+
protocol: Optional[_builtins.str] = None):
|
|
3791
3790
|
"""
|
|
3792
3791
|
DEPRECATED 1.9 - This group version of NetworkPolicyPort is deprecated by networking/v1/NetworkPolicyPort.
|
|
3793
|
-
:param Union[
|
|
3794
|
-
:param
|
|
3792
|
+
: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.
|
|
3793
|
+
:param _builtins.str protocol: Optional. The protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
3795
3794
|
"""
|
|
3796
3795
|
if port is not None:
|
|
3797
3796
|
pulumi.set(__self__, "port", port)
|
|
3798
3797
|
if protocol is not None:
|
|
3799
3798
|
pulumi.set(__self__, "protocol", protocol)
|
|
3800
3799
|
|
|
3801
|
-
@property
|
|
3800
|
+
@_builtins.property
|
|
3802
3801
|
@pulumi.getter
|
|
3803
3802
|
def port(self) -> Optional[Any]:
|
|
3804
3803
|
"""
|
|
@@ -3806,9 +3805,9 @@ class NetworkPolicyPort(dict):
|
|
|
3806
3805
|
"""
|
|
3807
3806
|
return pulumi.get(self, "port")
|
|
3808
3807
|
|
|
3809
|
-
@property
|
|
3808
|
+
@_builtins.property
|
|
3810
3809
|
@pulumi.getter
|
|
3811
|
-
def protocol(self) -> Optional[
|
|
3810
|
+
def protocol(self) -> Optional[_builtins.str]:
|
|
3812
3811
|
"""
|
|
3813
3812
|
Optional. The protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
3814
3813
|
"""
|
|
@@ -3822,18 +3821,18 @@ class NetworkPolicyPortPatch(dict):
|
|
|
3822
3821
|
"""
|
|
3823
3822
|
def __init__(__self__, *,
|
|
3824
3823
|
port: Optional[Any] = None,
|
|
3825
|
-
protocol: Optional[
|
|
3824
|
+
protocol: Optional[_builtins.str] = None):
|
|
3826
3825
|
"""
|
|
3827
3826
|
DEPRECATED 1.9 - This group version of NetworkPolicyPort is deprecated by networking/v1/NetworkPolicyPort.
|
|
3828
|
-
:param Union[
|
|
3829
|
-
:param
|
|
3827
|
+
: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.
|
|
3828
|
+
:param _builtins.str protocol: Optional. The protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
3830
3829
|
"""
|
|
3831
3830
|
if port is not None:
|
|
3832
3831
|
pulumi.set(__self__, "port", port)
|
|
3833
3832
|
if protocol is not None:
|
|
3834
3833
|
pulumi.set(__self__, "protocol", protocol)
|
|
3835
3834
|
|
|
3836
|
-
@property
|
|
3835
|
+
@_builtins.property
|
|
3837
3836
|
@pulumi.getter
|
|
3838
3837
|
def port(self) -> Optional[Any]:
|
|
3839
3838
|
"""
|
|
@@ -3841,9 +3840,9 @@ class NetworkPolicyPortPatch(dict):
|
|
|
3841
3840
|
"""
|
|
3842
3841
|
return pulumi.get(self, "port")
|
|
3843
3842
|
|
|
3844
|
-
@property
|
|
3843
|
+
@_builtins.property
|
|
3845
3844
|
@pulumi.getter
|
|
3846
|
-
def protocol(self) -> Optional[
|
|
3845
|
+
def protocol(self) -> Optional[_builtins.str]:
|
|
3847
3846
|
"""
|
|
3848
3847
|
Optional. The protocol (TCP, UDP, or SCTP) which traffic must match. If not specified, this field defaults to TCP.
|
|
3849
3848
|
"""
|
|
@@ -3878,13 +3877,13 @@ class NetworkPolicySpec(dict):
|
|
|
3878
3877
|
pod_selector: '_meta.v1.outputs.LabelSelector',
|
|
3879
3878
|
egress: Optional[Sequence['outputs.NetworkPolicyEgressRule']] = None,
|
|
3880
3879
|
ingress: Optional[Sequence['outputs.NetworkPolicyIngressRule']] = None,
|
|
3881
|
-
policy_types: Optional[Sequence[
|
|
3880
|
+
policy_types: Optional[Sequence[_builtins.str]] = None):
|
|
3882
3881
|
"""
|
|
3883
3882
|
DEPRECATED 1.9 - This group version of NetworkPolicySpec is deprecated by networking/v1/NetworkPolicySpec.
|
|
3884
3883
|
: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.
|
|
3885
3884
|
: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
|
|
3886
3885
|
: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).
|
|
3887
|
-
:param Sequence[
|
|
3886
|
+
: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
|
|
3888
3887
|
"""
|
|
3889
3888
|
pulumi.set(__self__, "pod_selector", pod_selector)
|
|
3890
3889
|
if egress is not None:
|
|
@@ -3894,7 +3893,7 @@ class NetworkPolicySpec(dict):
|
|
|
3894
3893
|
if policy_types is not None:
|
|
3895
3894
|
pulumi.set(__self__, "policy_types", policy_types)
|
|
3896
3895
|
|
|
3897
|
-
@property
|
|
3896
|
+
@_builtins.property
|
|
3898
3897
|
@pulumi.getter(name="podSelector")
|
|
3899
3898
|
def pod_selector(self) -> '_meta.v1.outputs.LabelSelector':
|
|
3900
3899
|
"""
|
|
@@ -3902,7 +3901,7 @@ class NetworkPolicySpec(dict):
|
|
|
3902
3901
|
"""
|
|
3903
3902
|
return pulumi.get(self, "pod_selector")
|
|
3904
3903
|
|
|
3905
|
-
@property
|
|
3904
|
+
@_builtins.property
|
|
3906
3905
|
@pulumi.getter
|
|
3907
3906
|
def egress(self) -> Optional[Sequence['outputs.NetworkPolicyEgressRule']]:
|
|
3908
3907
|
"""
|
|
@@ -3910,7 +3909,7 @@ class NetworkPolicySpec(dict):
|
|
|
3910
3909
|
"""
|
|
3911
3910
|
return pulumi.get(self, "egress")
|
|
3912
3911
|
|
|
3913
|
-
@property
|
|
3912
|
+
@_builtins.property
|
|
3914
3913
|
@pulumi.getter
|
|
3915
3914
|
def ingress(self) -> Optional[Sequence['outputs.NetworkPolicyIngressRule']]:
|
|
3916
3915
|
"""
|
|
@@ -3918,9 +3917,9 @@ class NetworkPolicySpec(dict):
|
|
|
3918
3917
|
"""
|
|
3919
3918
|
return pulumi.get(self, "ingress")
|
|
3920
3919
|
|
|
3921
|
-
@property
|
|
3920
|
+
@_builtins.property
|
|
3922
3921
|
@pulumi.getter(name="policyTypes")
|
|
3923
|
-
def policy_types(self) -> Optional[Sequence[
|
|
3922
|
+
def policy_types(self) -> Optional[Sequence[_builtins.str]]:
|
|
3924
3923
|
"""
|
|
3925
3924
|
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
|
|
3926
3925
|
"""
|
|
@@ -3955,13 +3954,13 @@ class NetworkPolicySpecPatch(dict):
|
|
|
3955
3954
|
egress: Optional[Sequence['outputs.NetworkPolicyEgressRulePatch']] = None,
|
|
3956
3955
|
ingress: Optional[Sequence['outputs.NetworkPolicyIngressRulePatch']] = None,
|
|
3957
3956
|
pod_selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
3958
|
-
policy_types: Optional[Sequence[
|
|
3957
|
+
policy_types: Optional[Sequence[_builtins.str]] = None):
|
|
3959
3958
|
"""
|
|
3960
3959
|
DEPRECATED 1.9 - This group version of NetworkPolicySpec is deprecated by networking/v1/NetworkPolicySpec.
|
|
3961
3960
|
: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
|
|
3962
3961
|
: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).
|
|
3963
3962
|
: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.
|
|
3964
|
-
:param Sequence[
|
|
3963
|
+
: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
|
|
3965
3964
|
"""
|
|
3966
3965
|
if egress is not None:
|
|
3967
3966
|
pulumi.set(__self__, "egress", egress)
|
|
@@ -3972,7 +3971,7 @@ class NetworkPolicySpecPatch(dict):
|
|
|
3972
3971
|
if policy_types is not None:
|
|
3973
3972
|
pulumi.set(__self__, "policy_types", policy_types)
|
|
3974
3973
|
|
|
3975
|
-
@property
|
|
3974
|
+
@_builtins.property
|
|
3976
3975
|
@pulumi.getter
|
|
3977
3976
|
def egress(self) -> Optional[Sequence['outputs.NetworkPolicyEgressRulePatch']]:
|
|
3978
3977
|
"""
|
|
@@ -3980,7 +3979,7 @@ class NetworkPolicySpecPatch(dict):
|
|
|
3980
3979
|
"""
|
|
3981
3980
|
return pulumi.get(self, "egress")
|
|
3982
3981
|
|
|
3983
|
-
@property
|
|
3982
|
+
@_builtins.property
|
|
3984
3983
|
@pulumi.getter
|
|
3985
3984
|
def ingress(self) -> Optional[Sequence['outputs.NetworkPolicyIngressRulePatch']]:
|
|
3986
3985
|
"""
|
|
@@ -3988,7 +3987,7 @@ class NetworkPolicySpecPatch(dict):
|
|
|
3988
3987
|
"""
|
|
3989
3988
|
return pulumi.get(self, "ingress")
|
|
3990
3989
|
|
|
3991
|
-
@property
|
|
3990
|
+
@_builtins.property
|
|
3992
3991
|
@pulumi.getter(name="podSelector")
|
|
3993
3992
|
def pod_selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
3994
3993
|
"""
|
|
@@ -3996,9 +3995,9 @@ class NetworkPolicySpecPatch(dict):
|
|
|
3996
3995
|
"""
|
|
3997
3996
|
return pulumi.get(self, "pod_selector")
|
|
3998
3997
|
|
|
3999
|
-
@property
|
|
3998
|
+
@_builtins.property
|
|
4000
3999
|
@pulumi.getter(name="policyTypes")
|
|
4001
|
-
def policy_types(self) -> Optional[Sequence[
|
|
4000
|
+
def policy_types(self) -> Optional[Sequence[_builtins.str]]:
|
|
4002
4001
|
"""
|
|
4003
4002
|
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
|
|
4004
4003
|
"""
|
|
@@ -4028,14 +4027,14 @@ class PodSecurityPolicy(dict):
|
|
|
4028
4027
|
return super().get(key, default)
|
|
4029
4028
|
|
|
4030
4029
|
def __init__(__self__, *,
|
|
4031
|
-
api_version: Optional[
|
|
4032
|
-
kind: Optional[
|
|
4030
|
+
api_version: Optional[_builtins.str] = None,
|
|
4031
|
+
kind: Optional[_builtins.str] = None,
|
|
4033
4032
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
4034
4033
|
spec: Optional['outputs.PodSecurityPolicySpec'] = None):
|
|
4035
4034
|
"""
|
|
4036
4035
|
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.
|
|
4037
|
-
:param
|
|
4038
|
-
:param
|
|
4036
|
+
: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
|
|
4037
|
+
: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
|
|
4039
4038
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
4040
4039
|
:param 'PodSecurityPolicySpecArgs' spec: spec defines the policy enforced.
|
|
4041
4040
|
"""
|
|
@@ -4048,23 +4047,23 @@ class PodSecurityPolicy(dict):
|
|
|
4048
4047
|
if spec is not None:
|
|
4049
4048
|
pulumi.set(__self__, "spec", spec)
|
|
4050
4049
|
|
|
4051
|
-
@property
|
|
4050
|
+
@_builtins.property
|
|
4052
4051
|
@pulumi.getter(name="apiVersion")
|
|
4053
|
-
def api_version(self) -> Optional[
|
|
4052
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
4054
4053
|
"""
|
|
4055
4054
|
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
|
|
4056
4055
|
"""
|
|
4057
4056
|
return pulumi.get(self, "api_version")
|
|
4058
4057
|
|
|
4059
|
-
@property
|
|
4058
|
+
@_builtins.property
|
|
4060
4059
|
@pulumi.getter
|
|
4061
|
-
def kind(self) -> Optional[
|
|
4060
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
4062
4061
|
"""
|
|
4063
4062
|
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
|
|
4064
4063
|
"""
|
|
4065
4064
|
return pulumi.get(self, "kind")
|
|
4066
4065
|
|
|
4067
|
-
@property
|
|
4066
|
+
@_builtins.property
|
|
4068
4067
|
@pulumi.getter
|
|
4069
4068
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
4070
4069
|
"""
|
|
@@ -4072,7 +4071,7 @@ class PodSecurityPolicy(dict):
|
|
|
4072
4071
|
"""
|
|
4073
4072
|
return pulumi.get(self, "metadata")
|
|
4074
4073
|
|
|
4075
|
-
@property
|
|
4074
|
+
@_builtins.property
|
|
4076
4075
|
@pulumi.getter
|
|
4077
4076
|
def spec(self) -> Optional['outputs.PodSecurityPolicySpec']:
|
|
4078
4077
|
"""
|
|
@@ -4150,56 +4149,56 @@ class PodSecurityPolicySpec(dict):
|
|
|
4150
4149
|
run_as_user: 'outputs.RunAsUserStrategyOptions',
|
|
4151
4150
|
se_linux: 'outputs.SELinuxStrategyOptions',
|
|
4152
4151
|
supplemental_groups: 'outputs.SupplementalGroupsStrategyOptions',
|
|
4153
|
-
allow_privilege_escalation: Optional[
|
|
4152
|
+
allow_privilege_escalation: Optional[_builtins.bool] = None,
|
|
4154
4153
|
allowed_csi_drivers: Optional[Sequence['outputs.AllowedCSIDriver']] = None,
|
|
4155
|
-
allowed_capabilities: Optional[Sequence[
|
|
4154
|
+
allowed_capabilities: Optional[Sequence[_builtins.str]] = None,
|
|
4156
4155
|
allowed_flex_volumes: Optional[Sequence['outputs.AllowedFlexVolume']] = None,
|
|
4157
4156
|
allowed_host_paths: Optional[Sequence['outputs.AllowedHostPath']] = None,
|
|
4158
|
-
allowed_proc_mount_types: Optional[Sequence[
|
|
4159
|
-
allowed_unsafe_sysctls: Optional[Sequence[
|
|
4160
|
-
default_add_capabilities: Optional[Sequence[
|
|
4161
|
-
default_allow_privilege_escalation: Optional[
|
|
4162
|
-
forbidden_sysctls: Optional[Sequence[
|
|
4163
|
-
host_ipc: Optional[
|
|
4164
|
-
host_network: Optional[
|
|
4165
|
-
host_pid: Optional[
|
|
4157
|
+
allowed_proc_mount_types: Optional[Sequence[_builtins.str]] = None,
|
|
4158
|
+
allowed_unsafe_sysctls: Optional[Sequence[_builtins.str]] = None,
|
|
4159
|
+
default_add_capabilities: Optional[Sequence[_builtins.str]] = None,
|
|
4160
|
+
default_allow_privilege_escalation: Optional[_builtins.bool] = None,
|
|
4161
|
+
forbidden_sysctls: Optional[Sequence[_builtins.str]] = None,
|
|
4162
|
+
host_ipc: Optional[_builtins.bool] = None,
|
|
4163
|
+
host_network: Optional[_builtins.bool] = None,
|
|
4164
|
+
host_pid: Optional[_builtins.bool] = None,
|
|
4166
4165
|
host_ports: Optional[Sequence['outputs.HostPortRange']] = None,
|
|
4167
|
-
privileged: Optional[
|
|
4168
|
-
read_only_root_filesystem: Optional[
|
|
4169
|
-
required_drop_capabilities: Optional[Sequence[
|
|
4166
|
+
privileged: Optional[_builtins.bool] = None,
|
|
4167
|
+
read_only_root_filesystem: Optional[_builtins.bool] = None,
|
|
4168
|
+
required_drop_capabilities: Optional[Sequence[_builtins.str]] = None,
|
|
4170
4169
|
run_as_group: Optional['outputs.RunAsGroupStrategyOptions'] = None,
|
|
4171
4170
|
runtime_class: Optional['outputs.RuntimeClassStrategyOptions'] = None,
|
|
4172
|
-
volumes: Optional[Sequence[
|
|
4171
|
+
volumes: Optional[Sequence[_builtins.str]] = None):
|
|
4173
4172
|
"""
|
|
4174
4173
|
PodSecurityPolicySpec defines the policy enforced. Deprecated: use PodSecurityPolicySpec from policy API Group instead.
|
|
4175
4174
|
:param 'FSGroupStrategyOptionsArgs' fs_group: fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.
|
|
4176
4175
|
:param 'RunAsUserStrategyOptionsArgs' run_as_user: runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
4177
4176
|
:param 'SELinuxStrategyOptionsArgs' se_linux: seLinux is the strategy that will dictate the allowable labels that may be set.
|
|
4178
4177
|
:param 'SupplementalGroupsStrategyOptionsArgs' supplemental_groups: supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
|
|
4179
|
-
:param
|
|
4178
|
+
:param _builtins.bool allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
4180
4179
|
: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.
|
|
4181
|
-
:param Sequence[
|
|
4180
|
+
: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.
|
|
4182
4181
|
: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.
|
|
4183
4182
|
:param Sequence['AllowedHostPathArgs'] allowed_host_paths: allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.
|
|
4184
|
-
:param Sequence[
|
|
4185
|
-
:param Sequence[
|
|
4183
|
+
: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.
|
|
4184
|
+
: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.
|
|
4186
4185
|
|
|
4187
4186
|
Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc.
|
|
4188
|
-
:param Sequence[
|
|
4189
|
-
:param
|
|
4190
|
-
:param Sequence[
|
|
4187
|
+
: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.
|
|
4188
|
+
:param _builtins.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[_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.
|
|
4191
4190
|
|
|
4192
4191
|
Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc.
|
|
4193
|
-
:param
|
|
4194
|
-
:param
|
|
4195
|
-
:param
|
|
4192
|
+
:param _builtins.bool host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
4193
|
+
:param _builtins.bool host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
4194
|
+
:param _builtins.bool host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
4196
4195
|
:param Sequence['HostPortRangeArgs'] host_ports: hostPorts determines which host port ranges are allowed to be exposed.
|
|
4197
|
-
:param
|
|
4198
|
-
:param
|
|
4199
|
-
:param Sequence[
|
|
4196
|
+
:param _builtins.bool privileged: privileged determines if a pod can request to be run as privileged.
|
|
4197
|
+
: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.
|
|
4198
|
+
: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.
|
|
4200
4199
|
: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.
|
|
4201
4200
|
: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.
|
|
4202
|
-
:param Sequence[
|
|
4201
|
+
: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 '*'.
|
|
4203
4202
|
"""
|
|
4204
4203
|
pulumi.set(__self__, "fs_group", fs_group)
|
|
4205
4204
|
pulumi.set(__self__, "run_as_user", run_as_user)
|
|
@@ -4246,7 +4245,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4246
4245
|
if volumes is not None:
|
|
4247
4246
|
pulumi.set(__self__, "volumes", volumes)
|
|
4248
4247
|
|
|
4249
|
-
@property
|
|
4248
|
+
@_builtins.property
|
|
4250
4249
|
@pulumi.getter(name="fsGroup")
|
|
4251
4250
|
def fs_group(self) -> 'outputs.FSGroupStrategyOptions':
|
|
4252
4251
|
"""
|
|
@@ -4254,7 +4253,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4254
4253
|
"""
|
|
4255
4254
|
return pulumi.get(self, "fs_group")
|
|
4256
4255
|
|
|
4257
|
-
@property
|
|
4256
|
+
@_builtins.property
|
|
4258
4257
|
@pulumi.getter(name="runAsUser")
|
|
4259
4258
|
def run_as_user(self) -> 'outputs.RunAsUserStrategyOptions':
|
|
4260
4259
|
"""
|
|
@@ -4262,7 +4261,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4262
4261
|
"""
|
|
4263
4262
|
return pulumi.get(self, "run_as_user")
|
|
4264
4263
|
|
|
4265
|
-
@property
|
|
4264
|
+
@_builtins.property
|
|
4266
4265
|
@pulumi.getter(name="seLinux")
|
|
4267
4266
|
def se_linux(self) -> 'outputs.SELinuxStrategyOptions':
|
|
4268
4267
|
"""
|
|
@@ -4270,7 +4269,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4270
4269
|
"""
|
|
4271
4270
|
return pulumi.get(self, "se_linux")
|
|
4272
4271
|
|
|
4273
|
-
@property
|
|
4272
|
+
@_builtins.property
|
|
4274
4273
|
@pulumi.getter(name="supplementalGroups")
|
|
4275
4274
|
def supplemental_groups(self) -> 'outputs.SupplementalGroupsStrategyOptions':
|
|
4276
4275
|
"""
|
|
@@ -4278,15 +4277,15 @@ class PodSecurityPolicySpec(dict):
|
|
|
4278
4277
|
"""
|
|
4279
4278
|
return pulumi.get(self, "supplemental_groups")
|
|
4280
4279
|
|
|
4281
|
-
@property
|
|
4280
|
+
@_builtins.property
|
|
4282
4281
|
@pulumi.getter(name="allowPrivilegeEscalation")
|
|
4283
|
-
def allow_privilege_escalation(self) -> Optional[
|
|
4282
|
+
def allow_privilege_escalation(self) -> Optional[_builtins.bool]:
|
|
4284
4283
|
"""
|
|
4285
4284
|
allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
4286
4285
|
"""
|
|
4287
4286
|
return pulumi.get(self, "allow_privilege_escalation")
|
|
4288
4287
|
|
|
4289
|
-
@property
|
|
4288
|
+
@_builtins.property
|
|
4290
4289
|
@pulumi.getter(name="allowedCSIDrivers")
|
|
4291
4290
|
def allowed_csi_drivers(self) -> Optional[Sequence['outputs.AllowedCSIDriver']]:
|
|
4292
4291
|
"""
|
|
@@ -4294,15 +4293,15 @@ class PodSecurityPolicySpec(dict):
|
|
|
4294
4293
|
"""
|
|
4295
4294
|
return pulumi.get(self, "allowed_csi_drivers")
|
|
4296
4295
|
|
|
4297
|
-
@property
|
|
4296
|
+
@_builtins.property
|
|
4298
4297
|
@pulumi.getter(name="allowedCapabilities")
|
|
4299
|
-
def allowed_capabilities(self) -> Optional[Sequence[
|
|
4298
|
+
def allowed_capabilities(self) -> Optional[Sequence[_builtins.str]]:
|
|
4300
4299
|
"""
|
|
4301
4300
|
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.
|
|
4302
4301
|
"""
|
|
4303
4302
|
return pulumi.get(self, "allowed_capabilities")
|
|
4304
4303
|
|
|
4305
|
-
@property
|
|
4304
|
+
@_builtins.property
|
|
4306
4305
|
@pulumi.getter(name="allowedFlexVolumes")
|
|
4307
4306
|
def allowed_flex_volumes(self) -> Optional[Sequence['outputs.AllowedFlexVolume']]:
|
|
4308
4307
|
"""
|
|
@@ -4310,7 +4309,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4310
4309
|
"""
|
|
4311
4310
|
return pulumi.get(self, "allowed_flex_volumes")
|
|
4312
4311
|
|
|
4313
|
-
@property
|
|
4312
|
+
@_builtins.property
|
|
4314
4313
|
@pulumi.getter(name="allowedHostPaths")
|
|
4315
4314
|
def allowed_host_paths(self) -> Optional[Sequence['outputs.AllowedHostPath']]:
|
|
4316
4315
|
"""
|
|
@@ -4318,17 +4317,17 @@ class PodSecurityPolicySpec(dict):
|
|
|
4318
4317
|
"""
|
|
4319
4318
|
return pulumi.get(self, "allowed_host_paths")
|
|
4320
4319
|
|
|
4321
|
-
@property
|
|
4320
|
+
@_builtins.property
|
|
4322
4321
|
@pulumi.getter(name="allowedProcMountTypes")
|
|
4323
|
-
def allowed_proc_mount_types(self) -> Optional[Sequence[
|
|
4322
|
+
def allowed_proc_mount_types(self) -> Optional[Sequence[_builtins.str]]:
|
|
4324
4323
|
"""
|
|
4325
4324
|
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.
|
|
4326
4325
|
"""
|
|
4327
4326
|
return pulumi.get(self, "allowed_proc_mount_types")
|
|
4328
4327
|
|
|
4329
|
-
@property
|
|
4328
|
+
@_builtins.property
|
|
4330
4329
|
@pulumi.getter(name="allowedUnsafeSysctls")
|
|
4331
|
-
def allowed_unsafe_sysctls(self) -> Optional[Sequence[
|
|
4330
|
+
def allowed_unsafe_sysctls(self) -> Optional[Sequence[_builtins.str]]:
|
|
4332
4331
|
"""
|
|
4333
4332
|
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.
|
|
4334
4333
|
|
|
@@ -4336,25 +4335,25 @@ class PodSecurityPolicySpec(dict):
|
|
|
4336
4335
|
"""
|
|
4337
4336
|
return pulumi.get(self, "allowed_unsafe_sysctls")
|
|
4338
4337
|
|
|
4339
|
-
@property
|
|
4338
|
+
@_builtins.property
|
|
4340
4339
|
@pulumi.getter(name="defaultAddCapabilities")
|
|
4341
|
-
def default_add_capabilities(self) -> Optional[Sequence[
|
|
4340
|
+
def default_add_capabilities(self) -> Optional[Sequence[_builtins.str]]:
|
|
4342
4341
|
"""
|
|
4343
4342
|
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.
|
|
4344
4343
|
"""
|
|
4345
4344
|
return pulumi.get(self, "default_add_capabilities")
|
|
4346
4345
|
|
|
4347
|
-
@property
|
|
4346
|
+
@_builtins.property
|
|
4348
4347
|
@pulumi.getter(name="defaultAllowPrivilegeEscalation")
|
|
4349
|
-
def default_allow_privilege_escalation(self) -> Optional[
|
|
4348
|
+
def default_allow_privilege_escalation(self) -> Optional[_builtins.bool]:
|
|
4350
4349
|
"""
|
|
4351
4350
|
defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
4352
4351
|
"""
|
|
4353
4352
|
return pulumi.get(self, "default_allow_privilege_escalation")
|
|
4354
4353
|
|
|
4355
|
-
@property
|
|
4354
|
+
@_builtins.property
|
|
4356
4355
|
@pulumi.getter(name="forbiddenSysctls")
|
|
4357
|
-
def forbidden_sysctls(self) -> Optional[Sequence[
|
|
4356
|
+
def forbidden_sysctls(self) -> Optional[Sequence[_builtins.str]]:
|
|
4358
4357
|
"""
|
|
4359
4358
|
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.
|
|
4360
4359
|
|
|
@@ -4362,31 +4361,31 @@ class PodSecurityPolicySpec(dict):
|
|
|
4362
4361
|
"""
|
|
4363
4362
|
return pulumi.get(self, "forbidden_sysctls")
|
|
4364
4363
|
|
|
4365
|
-
@property
|
|
4364
|
+
@_builtins.property
|
|
4366
4365
|
@pulumi.getter(name="hostIPC")
|
|
4367
|
-
def host_ipc(self) -> Optional[
|
|
4366
|
+
def host_ipc(self) -> Optional[_builtins.bool]:
|
|
4368
4367
|
"""
|
|
4369
4368
|
hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
4370
4369
|
"""
|
|
4371
4370
|
return pulumi.get(self, "host_ipc")
|
|
4372
4371
|
|
|
4373
|
-
@property
|
|
4372
|
+
@_builtins.property
|
|
4374
4373
|
@pulumi.getter(name="hostNetwork")
|
|
4375
|
-
def host_network(self) -> Optional[
|
|
4374
|
+
def host_network(self) -> Optional[_builtins.bool]:
|
|
4376
4375
|
"""
|
|
4377
4376
|
hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
4378
4377
|
"""
|
|
4379
4378
|
return pulumi.get(self, "host_network")
|
|
4380
4379
|
|
|
4381
|
-
@property
|
|
4380
|
+
@_builtins.property
|
|
4382
4381
|
@pulumi.getter(name="hostPID")
|
|
4383
|
-
def host_pid(self) -> Optional[
|
|
4382
|
+
def host_pid(self) -> Optional[_builtins.bool]:
|
|
4384
4383
|
"""
|
|
4385
4384
|
hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
4386
4385
|
"""
|
|
4387
4386
|
return pulumi.get(self, "host_pid")
|
|
4388
4387
|
|
|
4389
|
-
@property
|
|
4388
|
+
@_builtins.property
|
|
4390
4389
|
@pulumi.getter(name="hostPorts")
|
|
4391
4390
|
def host_ports(self) -> Optional[Sequence['outputs.HostPortRange']]:
|
|
4392
4391
|
"""
|
|
@@ -4394,31 +4393,31 @@ class PodSecurityPolicySpec(dict):
|
|
|
4394
4393
|
"""
|
|
4395
4394
|
return pulumi.get(self, "host_ports")
|
|
4396
4395
|
|
|
4397
|
-
@property
|
|
4396
|
+
@_builtins.property
|
|
4398
4397
|
@pulumi.getter
|
|
4399
|
-
def privileged(self) -> Optional[
|
|
4398
|
+
def privileged(self) -> Optional[_builtins.bool]:
|
|
4400
4399
|
"""
|
|
4401
4400
|
privileged determines if a pod can request to be run as privileged.
|
|
4402
4401
|
"""
|
|
4403
4402
|
return pulumi.get(self, "privileged")
|
|
4404
4403
|
|
|
4405
|
-
@property
|
|
4404
|
+
@_builtins.property
|
|
4406
4405
|
@pulumi.getter(name="readOnlyRootFilesystem")
|
|
4407
|
-
def read_only_root_filesystem(self) -> Optional[
|
|
4406
|
+
def read_only_root_filesystem(self) -> Optional[_builtins.bool]:
|
|
4408
4407
|
"""
|
|
4409
4408
|
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.
|
|
4410
4409
|
"""
|
|
4411
4410
|
return pulumi.get(self, "read_only_root_filesystem")
|
|
4412
4411
|
|
|
4413
|
-
@property
|
|
4412
|
+
@_builtins.property
|
|
4414
4413
|
@pulumi.getter(name="requiredDropCapabilities")
|
|
4415
|
-
def required_drop_capabilities(self) -> Optional[Sequence[
|
|
4414
|
+
def required_drop_capabilities(self) -> Optional[Sequence[_builtins.str]]:
|
|
4416
4415
|
"""
|
|
4417
4416
|
requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
|
|
4418
4417
|
"""
|
|
4419
4418
|
return pulumi.get(self, "required_drop_capabilities")
|
|
4420
4419
|
|
|
4421
|
-
@property
|
|
4420
|
+
@_builtins.property
|
|
4422
4421
|
@pulumi.getter(name="runAsGroup")
|
|
4423
4422
|
def run_as_group(self) -> Optional['outputs.RunAsGroupStrategyOptions']:
|
|
4424
4423
|
"""
|
|
@@ -4426,7 +4425,7 @@ class PodSecurityPolicySpec(dict):
|
|
|
4426
4425
|
"""
|
|
4427
4426
|
return pulumi.get(self, "run_as_group")
|
|
4428
4427
|
|
|
4429
|
-
@property
|
|
4428
|
+
@_builtins.property
|
|
4430
4429
|
@pulumi.getter(name="runtimeClass")
|
|
4431
4430
|
def runtime_class(self) -> Optional['outputs.RuntimeClassStrategyOptions']:
|
|
4432
4431
|
"""
|
|
@@ -4434,9 +4433,9 @@ class PodSecurityPolicySpec(dict):
|
|
|
4434
4433
|
"""
|
|
4435
4434
|
return pulumi.get(self, "runtime_class")
|
|
4436
4435
|
|
|
4437
|
-
@property
|
|
4436
|
+
@_builtins.property
|
|
4438
4437
|
@pulumi.getter
|
|
4439
|
-
def volumes(self) -> Optional[Sequence[
|
|
4438
|
+
def volumes(self) -> Optional[Sequence[_builtins.str]]:
|
|
4440
4439
|
"""
|
|
4441
4440
|
volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
|
|
4442
4441
|
"""
|
|
@@ -4508,60 +4507,60 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4508
4507
|
return super().get(key, default)
|
|
4509
4508
|
|
|
4510
4509
|
def __init__(__self__, *,
|
|
4511
|
-
allow_privilege_escalation: Optional[
|
|
4510
|
+
allow_privilege_escalation: Optional[_builtins.bool] = None,
|
|
4512
4511
|
allowed_csi_drivers: Optional[Sequence['outputs.AllowedCSIDriverPatch']] = None,
|
|
4513
|
-
allowed_capabilities: Optional[Sequence[
|
|
4512
|
+
allowed_capabilities: Optional[Sequence[_builtins.str]] = None,
|
|
4514
4513
|
allowed_flex_volumes: Optional[Sequence['outputs.AllowedFlexVolumePatch']] = None,
|
|
4515
4514
|
allowed_host_paths: Optional[Sequence['outputs.AllowedHostPathPatch']] = None,
|
|
4516
|
-
allowed_proc_mount_types: Optional[Sequence[
|
|
4517
|
-
allowed_unsafe_sysctls: Optional[Sequence[
|
|
4518
|
-
default_add_capabilities: Optional[Sequence[
|
|
4519
|
-
default_allow_privilege_escalation: Optional[
|
|
4520
|
-
forbidden_sysctls: Optional[Sequence[
|
|
4515
|
+
allowed_proc_mount_types: Optional[Sequence[_builtins.str]] = None,
|
|
4516
|
+
allowed_unsafe_sysctls: Optional[Sequence[_builtins.str]] = None,
|
|
4517
|
+
default_add_capabilities: Optional[Sequence[_builtins.str]] = None,
|
|
4518
|
+
default_allow_privilege_escalation: Optional[_builtins.bool] = None,
|
|
4519
|
+
forbidden_sysctls: Optional[Sequence[_builtins.str]] = None,
|
|
4521
4520
|
fs_group: Optional['outputs.FSGroupStrategyOptionsPatch'] = None,
|
|
4522
|
-
host_ipc: Optional[
|
|
4523
|
-
host_network: Optional[
|
|
4524
|
-
host_pid: Optional[
|
|
4521
|
+
host_ipc: Optional[_builtins.bool] = None,
|
|
4522
|
+
host_network: Optional[_builtins.bool] = None,
|
|
4523
|
+
host_pid: Optional[_builtins.bool] = None,
|
|
4525
4524
|
host_ports: Optional[Sequence['outputs.HostPortRangePatch']] = None,
|
|
4526
|
-
privileged: Optional[
|
|
4527
|
-
read_only_root_filesystem: Optional[
|
|
4528
|
-
required_drop_capabilities: Optional[Sequence[
|
|
4525
|
+
privileged: Optional[_builtins.bool] = None,
|
|
4526
|
+
read_only_root_filesystem: Optional[_builtins.bool] = None,
|
|
4527
|
+
required_drop_capabilities: Optional[Sequence[_builtins.str]] = None,
|
|
4529
4528
|
run_as_group: Optional['outputs.RunAsGroupStrategyOptionsPatch'] = None,
|
|
4530
4529
|
run_as_user: Optional['outputs.RunAsUserStrategyOptionsPatch'] = None,
|
|
4531
4530
|
runtime_class: Optional['outputs.RuntimeClassStrategyOptionsPatch'] = None,
|
|
4532
4531
|
se_linux: Optional['outputs.SELinuxStrategyOptionsPatch'] = None,
|
|
4533
4532
|
supplemental_groups: Optional['outputs.SupplementalGroupsStrategyOptionsPatch'] = None,
|
|
4534
|
-
volumes: Optional[Sequence[
|
|
4533
|
+
volumes: Optional[Sequence[_builtins.str]] = None):
|
|
4535
4534
|
"""
|
|
4536
4535
|
PodSecurityPolicySpec defines the policy enforced. Deprecated: use PodSecurityPolicySpec from policy API Group instead.
|
|
4537
|
-
:param
|
|
4536
|
+
:param _builtins.bool allow_privilege_escalation: allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
4538
4537
|
: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.
|
|
4539
|
-
:param Sequence[
|
|
4538
|
+
: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.
|
|
4540
4539
|
: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.
|
|
4541
4540
|
:param Sequence['AllowedHostPathPatchArgs'] allowed_host_paths: allowedHostPaths is a white list of allowed host paths. Empty indicates that all host paths may be used.
|
|
4542
|
-
:param Sequence[
|
|
4543
|
-
:param Sequence[
|
|
4541
|
+
: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.
|
|
4542
|
+
: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.
|
|
4544
4543
|
|
|
4545
4544
|
Examples: e.g. "foo/*" allows "foo/bar", "foo/baz", etc. e.g. "foo.*" allows "foo.bar", "foo.baz", etc.
|
|
4546
|
-
:param Sequence[
|
|
4547
|
-
:param
|
|
4548
|
-
:param Sequence[
|
|
4545
|
+
: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.
|
|
4546
|
+
:param _builtins.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[_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.
|
|
4549
4548
|
|
|
4550
4549
|
Examples: e.g. "foo/*" forbids "foo/bar", "foo/baz", etc. e.g. "foo.*" forbids "foo.bar", "foo.baz", etc.
|
|
4551
4550
|
:param 'FSGroupStrategyOptionsPatchArgs' fs_group: fsGroup is the strategy that will dictate what fs group is used by the SecurityContext.
|
|
4552
|
-
:param
|
|
4553
|
-
:param
|
|
4554
|
-
:param
|
|
4551
|
+
:param _builtins.bool host_ipc: hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
4552
|
+
:param _builtins.bool host_network: hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
4553
|
+
:param _builtins.bool host_pid: hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
4555
4554
|
:param Sequence['HostPortRangePatchArgs'] host_ports: hostPorts determines which host port ranges are allowed to be exposed.
|
|
4556
|
-
:param
|
|
4557
|
-
:param
|
|
4558
|
-
:param Sequence[
|
|
4555
|
+
:param _builtins.bool privileged: privileged determines if a pod can request to be run as privileged.
|
|
4556
|
+
: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.
|
|
4557
|
+
: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.
|
|
4559
4558
|
: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.
|
|
4560
4559
|
:param 'RunAsUserStrategyOptionsPatchArgs' run_as_user: runAsUser is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
4561
4560
|
: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.
|
|
4562
4561
|
:param 'SELinuxStrategyOptionsPatchArgs' se_linux: seLinux is the strategy that will dictate the allowable labels that may be set.
|
|
4563
4562
|
:param 'SupplementalGroupsStrategyOptionsPatchArgs' supplemental_groups: supplementalGroups is the strategy that will dictate what supplemental groups are used by the SecurityContext.
|
|
4564
|
-
:param Sequence[
|
|
4563
|
+
: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 '*'.
|
|
4565
4564
|
"""
|
|
4566
4565
|
if allow_privilege_escalation is not None:
|
|
4567
4566
|
pulumi.set(__self__, "allow_privilege_escalation", allow_privilege_escalation)
|
|
@@ -4612,15 +4611,15 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4612
4611
|
if volumes is not None:
|
|
4613
4612
|
pulumi.set(__self__, "volumes", volumes)
|
|
4614
4613
|
|
|
4615
|
-
@property
|
|
4614
|
+
@_builtins.property
|
|
4616
4615
|
@pulumi.getter(name="allowPrivilegeEscalation")
|
|
4617
|
-
def allow_privilege_escalation(self) -> Optional[
|
|
4616
|
+
def allow_privilege_escalation(self) -> Optional[_builtins.bool]:
|
|
4618
4617
|
"""
|
|
4619
4618
|
allowPrivilegeEscalation determines if a pod can request to allow privilege escalation. If unspecified, defaults to true.
|
|
4620
4619
|
"""
|
|
4621
4620
|
return pulumi.get(self, "allow_privilege_escalation")
|
|
4622
4621
|
|
|
4623
|
-
@property
|
|
4622
|
+
@_builtins.property
|
|
4624
4623
|
@pulumi.getter(name="allowedCSIDrivers")
|
|
4625
4624
|
def allowed_csi_drivers(self) -> Optional[Sequence['outputs.AllowedCSIDriverPatch']]:
|
|
4626
4625
|
"""
|
|
@@ -4628,15 +4627,15 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4628
4627
|
"""
|
|
4629
4628
|
return pulumi.get(self, "allowed_csi_drivers")
|
|
4630
4629
|
|
|
4631
|
-
@property
|
|
4630
|
+
@_builtins.property
|
|
4632
4631
|
@pulumi.getter(name="allowedCapabilities")
|
|
4633
|
-
def allowed_capabilities(self) -> Optional[Sequence[
|
|
4632
|
+
def allowed_capabilities(self) -> Optional[Sequence[_builtins.str]]:
|
|
4634
4633
|
"""
|
|
4635
4634
|
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.
|
|
4636
4635
|
"""
|
|
4637
4636
|
return pulumi.get(self, "allowed_capabilities")
|
|
4638
4637
|
|
|
4639
|
-
@property
|
|
4638
|
+
@_builtins.property
|
|
4640
4639
|
@pulumi.getter(name="allowedFlexVolumes")
|
|
4641
4640
|
def allowed_flex_volumes(self) -> Optional[Sequence['outputs.AllowedFlexVolumePatch']]:
|
|
4642
4641
|
"""
|
|
@@ -4644,7 +4643,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4644
4643
|
"""
|
|
4645
4644
|
return pulumi.get(self, "allowed_flex_volumes")
|
|
4646
4645
|
|
|
4647
|
-
@property
|
|
4646
|
+
@_builtins.property
|
|
4648
4647
|
@pulumi.getter(name="allowedHostPaths")
|
|
4649
4648
|
def allowed_host_paths(self) -> Optional[Sequence['outputs.AllowedHostPathPatch']]:
|
|
4650
4649
|
"""
|
|
@@ -4652,17 +4651,17 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4652
4651
|
"""
|
|
4653
4652
|
return pulumi.get(self, "allowed_host_paths")
|
|
4654
4653
|
|
|
4655
|
-
@property
|
|
4654
|
+
@_builtins.property
|
|
4656
4655
|
@pulumi.getter(name="allowedProcMountTypes")
|
|
4657
|
-
def allowed_proc_mount_types(self) -> Optional[Sequence[
|
|
4656
|
+
def allowed_proc_mount_types(self) -> Optional[Sequence[_builtins.str]]:
|
|
4658
4657
|
"""
|
|
4659
4658
|
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.
|
|
4660
4659
|
"""
|
|
4661
4660
|
return pulumi.get(self, "allowed_proc_mount_types")
|
|
4662
4661
|
|
|
4663
|
-
@property
|
|
4662
|
+
@_builtins.property
|
|
4664
4663
|
@pulumi.getter(name="allowedUnsafeSysctls")
|
|
4665
|
-
def allowed_unsafe_sysctls(self) -> Optional[Sequence[
|
|
4664
|
+
def allowed_unsafe_sysctls(self) -> Optional[Sequence[_builtins.str]]:
|
|
4666
4665
|
"""
|
|
4667
4666
|
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.
|
|
4668
4667
|
|
|
@@ -4670,25 +4669,25 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4670
4669
|
"""
|
|
4671
4670
|
return pulumi.get(self, "allowed_unsafe_sysctls")
|
|
4672
4671
|
|
|
4673
|
-
@property
|
|
4672
|
+
@_builtins.property
|
|
4674
4673
|
@pulumi.getter(name="defaultAddCapabilities")
|
|
4675
|
-
def default_add_capabilities(self) -> Optional[Sequence[
|
|
4674
|
+
def default_add_capabilities(self) -> Optional[Sequence[_builtins.str]]:
|
|
4676
4675
|
"""
|
|
4677
4676
|
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.
|
|
4678
4677
|
"""
|
|
4679
4678
|
return pulumi.get(self, "default_add_capabilities")
|
|
4680
4679
|
|
|
4681
|
-
@property
|
|
4680
|
+
@_builtins.property
|
|
4682
4681
|
@pulumi.getter(name="defaultAllowPrivilegeEscalation")
|
|
4683
|
-
def default_allow_privilege_escalation(self) -> Optional[
|
|
4682
|
+
def default_allow_privilege_escalation(self) -> Optional[_builtins.bool]:
|
|
4684
4683
|
"""
|
|
4685
4684
|
defaultAllowPrivilegeEscalation controls the default setting for whether a process can gain more privileges than its parent process.
|
|
4686
4685
|
"""
|
|
4687
4686
|
return pulumi.get(self, "default_allow_privilege_escalation")
|
|
4688
4687
|
|
|
4689
|
-
@property
|
|
4688
|
+
@_builtins.property
|
|
4690
4689
|
@pulumi.getter(name="forbiddenSysctls")
|
|
4691
|
-
def forbidden_sysctls(self) -> Optional[Sequence[
|
|
4690
|
+
def forbidden_sysctls(self) -> Optional[Sequence[_builtins.str]]:
|
|
4692
4691
|
"""
|
|
4693
4692
|
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.
|
|
4694
4693
|
|
|
@@ -4696,7 +4695,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4696
4695
|
"""
|
|
4697
4696
|
return pulumi.get(self, "forbidden_sysctls")
|
|
4698
4697
|
|
|
4699
|
-
@property
|
|
4698
|
+
@_builtins.property
|
|
4700
4699
|
@pulumi.getter(name="fsGroup")
|
|
4701
4700
|
def fs_group(self) -> Optional['outputs.FSGroupStrategyOptionsPatch']:
|
|
4702
4701
|
"""
|
|
@@ -4704,31 +4703,31 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4704
4703
|
"""
|
|
4705
4704
|
return pulumi.get(self, "fs_group")
|
|
4706
4705
|
|
|
4707
|
-
@property
|
|
4706
|
+
@_builtins.property
|
|
4708
4707
|
@pulumi.getter(name="hostIPC")
|
|
4709
|
-
def host_ipc(self) -> Optional[
|
|
4708
|
+
def host_ipc(self) -> Optional[_builtins.bool]:
|
|
4710
4709
|
"""
|
|
4711
4710
|
hostIPC determines if the policy allows the use of HostIPC in the pod spec.
|
|
4712
4711
|
"""
|
|
4713
4712
|
return pulumi.get(self, "host_ipc")
|
|
4714
4713
|
|
|
4715
|
-
@property
|
|
4714
|
+
@_builtins.property
|
|
4716
4715
|
@pulumi.getter(name="hostNetwork")
|
|
4717
|
-
def host_network(self) -> Optional[
|
|
4716
|
+
def host_network(self) -> Optional[_builtins.bool]:
|
|
4718
4717
|
"""
|
|
4719
4718
|
hostNetwork determines if the policy allows the use of HostNetwork in the pod spec.
|
|
4720
4719
|
"""
|
|
4721
4720
|
return pulumi.get(self, "host_network")
|
|
4722
4721
|
|
|
4723
|
-
@property
|
|
4722
|
+
@_builtins.property
|
|
4724
4723
|
@pulumi.getter(name="hostPID")
|
|
4725
|
-
def host_pid(self) -> Optional[
|
|
4724
|
+
def host_pid(self) -> Optional[_builtins.bool]:
|
|
4726
4725
|
"""
|
|
4727
4726
|
hostPID determines if the policy allows the use of HostPID in the pod spec.
|
|
4728
4727
|
"""
|
|
4729
4728
|
return pulumi.get(self, "host_pid")
|
|
4730
4729
|
|
|
4731
|
-
@property
|
|
4730
|
+
@_builtins.property
|
|
4732
4731
|
@pulumi.getter(name="hostPorts")
|
|
4733
4732
|
def host_ports(self) -> Optional[Sequence['outputs.HostPortRangePatch']]:
|
|
4734
4733
|
"""
|
|
@@ -4736,31 +4735,31 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4736
4735
|
"""
|
|
4737
4736
|
return pulumi.get(self, "host_ports")
|
|
4738
4737
|
|
|
4739
|
-
@property
|
|
4738
|
+
@_builtins.property
|
|
4740
4739
|
@pulumi.getter
|
|
4741
|
-
def privileged(self) -> Optional[
|
|
4740
|
+
def privileged(self) -> Optional[_builtins.bool]:
|
|
4742
4741
|
"""
|
|
4743
4742
|
privileged determines if a pod can request to be run as privileged.
|
|
4744
4743
|
"""
|
|
4745
4744
|
return pulumi.get(self, "privileged")
|
|
4746
4745
|
|
|
4747
|
-
@property
|
|
4746
|
+
@_builtins.property
|
|
4748
4747
|
@pulumi.getter(name="readOnlyRootFilesystem")
|
|
4749
|
-
def read_only_root_filesystem(self) -> Optional[
|
|
4748
|
+
def read_only_root_filesystem(self) -> Optional[_builtins.bool]:
|
|
4750
4749
|
"""
|
|
4751
4750
|
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.
|
|
4752
4751
|
"""
|
|
4753
4752
|
return pulumi.get(self, "read_only_root_filesystem")
|
|
4754
4753
|
|
|
4755
|
-
@property
|
|
4754
|
+
@_builtins.property
|
|
4756
4755
|
@pulumi.getter(name="requiredDropCapabilities")
|
|
4757
|
-
def required_drop_capabilities(self) -> Optional[Sequence[
|
|
4756
|
+
def required_drop_capabilities(self) -> Optional[Sequence[_builtins.str]]:
|
|
4758
4757
|
"""
|
|
4759
4758
|
requiredDropCapabilities are the capabilities that will be dropped from the container. These are required to be dropped and cannot be added.
|
|
4760
4759
|
"""
|
|
4761
4760
|
return pulumi.get(self, "required_drop_capabilities")
|
|
4762
4761
|
|
|
4763
|
-
@property
|
|
4762
|
+
@_builtins.property
|
|
4764
4763
|
@pulumi.getter(name="runAsGroup")
|
|
4765
4764
|
def run_as_group(self) -> Optional['outputs.RunAsGroupStrategyOptionsPatch']:
|
|
4766
4765
|
"""
|
|
@@ -4768,7 +4767,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4768
4767
|
"""
|
|
4769
4768
|
return pulumi.get(self, "run_as_group")
|
|
4770
4769
|
|
|
4771
|
-
@property
|
|
4770
|
+
@_builtins.property
|
|
4772
4771
|
@pulumi.getter(name="runAsUser")
|
|
4773
4772
|
def run_as_user(self) -> Optional['outputs.RunAsUserStrategyOptionsPatch']:
|
|
4774
4773
|
"""
|
|
@@ -4776,7 +4775,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4776
4775
|
"""
|
|
4777
4776
|
return pulumi.get(self, "run_as_user")
|
|
4778
4777
|
|
|
4779
|
-
@property
|
|
4778
|
+
@_builtins.property
|
|
4780
4779
|
@pulumi.getter(name="runtimeClass")
|
|
4781
4780
|
def runtime_class(self) -> Optional['outputs.RuntimeClassStrategyOptionsPatch']:
|
|
4782
4781
|
"""
|
|
@@ -4784,7 +4783,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4784
4783
|
"""
|
|
4785
4784
|
return pulumi.get(self, "runtime_class")
|
|
4786
4785
|
|
|
4787
|
-
@property
|
|
4786
|
+
@_builtins.property
|
|
4788
4787
|
@pulumi.getter(name="seLinux")
|
|
4789
4788
|
def se_linux(self) -> Optional['outputs.SELinuxStrategyOptionsPatch']:
|
|
4790
4789
|
"""
|
|
@@ -4792,7 +4791,7 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4792
4791
|
"""
|
|
4793
4792
|
return pulumi.get(self, "se_linux")
|
|
4794
4793
|
|
|
4795
|
-
@property
|
|
4794
|
+
@_builtins.property
|
|
4796
4795
|
@pulumi.getter(name="supplementalGroups")
|
|
4797
4796
|
def supplemental_groups(self) -> Optional['outputs.SupplementalGroupsStrategyOptionsPatch']:
|
|
4798
4797
|
"""
|
|
@@ -4800,9 +4799,9 @@ class PodSecurityPolicySpecPatch(dict):
|
|
|
4800
4799
|
"""
|
|
4801
4800
|
return pulumi.get(self, "supplemental_groups")
|
|
4802
4801
|
|
|
4803
|
-
@property
|
|
4802
|
+
@_builtins.property
|
|
4804
4803
|
@pulumi.getter
|
|
4805
|
-
def volumes(self) -> Optional[Sequence[
|
|
4804
|
+
def volumes(self) -> Optional[Sequence[_builtins.str]]:
|
|
4806
4805
|
"""
|
|
4807
4806
|
volumes is a white list of allowed volume plugins. Empty indicates that no volumes may be used. To allow all volumes you may use '*'.
|
|
4808
4807
|
"""
|
|
@@ -4832,15 +4831,15 @@ class ReplicaSet(dict):
|
|
|
4832
4831
|
return super().get(key, default)
|
|
4833
4832
|
|
|
4834
4833
|
def __init__(__self__, *,
|
|
4835
|
-
api_version: Optional[
|
|
4836
|
-
kind: Optional[
|
|
4834
|
+
api_version: Optional[_builtins.str] = None,
|
|
4835
|
+
kind: Optional[_builtins.str] = None,
|
|
4837
4836
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
4838
4837
|
spec: Optional['outputs.ReplicaSetSpec'] = None,
|
|
4839
4838
|
status: Optional['outputs.ReplicaSetStatus'] = None):
|
|
4840
4839
|
"""
|
|
4841
4840
|
ReplicaSet ensures that a specified number of pod replicas are running at any given time.
|
|
4842
|
-
:param
|
|
4843
|
-
:param
|
|
4841
|
+
: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
|
|
4842
|
+
: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
|
|
4844
4843
|
: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
|
|
4845
4844
|
: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
|
|
4846
4845
|
: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
|
|
@@ -4856,23 +4855,23 @@ class ReplicaSet(dict):
|
|
|
4856
4855
|
if status is not None:
|
|
4857
4856
|
pulumi.set(__self__, "status", status)
|
|
4858
4857
|
|
|
4859
|
-
@property
|
|
4858
|
+
@_builtins.property
|
|
4860
4859
|
@pulumi.getter(name="apiVersion")
|
|
4861
|
-
def api_version(self) -> Optional[
|
|
4860
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
4862
4861
|
"""
|
|
4863
4862
|
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
|
|
4864
4863
|
"""
|
|
4865
4864
|
return pulumi.get(self, "api_version")
|
|
4866
4865
|
|
|
4867
|
-
@property
|
|
4866
|
+
@_builtins.property
|
|
4868
4867
|
@pulumi.getter
|
|
4869
|
-
def kind(self) -> Optional[
|
|
4868
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
4870
4869
|
"""
|
|
4871
4870
|
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
|
|
4872
4871
|
"""
|
|
4873
4872
|
return pulumi.get(self, "kind")
|
|
4874
4873
|
|
|
4875
|
-
@property
|
|
4874
|
+
@_builtins.property
|
|
4876
4875
|
@pulumi.getter
|
|
4877
4876
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
4878
4877
|
"""
|
|
@@ -4880,7 +4879,7 @@ class ReplicaSet(dict):
|
|
|
4880
4879
|
"""
|
|
4881
4880
|
return pulumi.get(self, "metadata")
|
|
4882
4881
|
|
|
4883
|
-
@property
|
|
4882
|
+
@_builtins.property
|
|
4884
4883
|
@pulumi.getter
|
|
4885
4884
|
def spec(self) -> Optional['outputs.ReplicaSetSpec']:
|
|
4886
4885
|
"""
|
|
@@ -4888,7 +4887,7 @@ class ReplicaSet(dict):
|
|
|
4888
4887
|
"""
|
|
4889
4888
|
return pulumi.get(self, "spec")
|
|
4890
4889
|
|
|
4891
|
-
@property
|
|
4890
|
+
@_builtins.property
|
|
4892
4891
|
@pulumi.getter
|
|
4893
4892
|
def status(self) -> Optional['outputs.ReplicaSetStatus']:
|
|
4894
4893
|
"""
|
|
@@ -4920,18 +4919,18 @@ class ReplicaSetCondition(dict):
|
|
|
4920
4919
|
return super().get(key, default)
|
|
4921
4920
|
|
|
4922
4921
|
def __init__(__self__, *,
|
|
4923
|
-
status:
|
|
4924
|
-
type:
|
|
4925
|
-
last_transition_time: Optional[
|
|
4926
|
-
message: Optional[
|
|
4927
|
-
reason: Optional[
|
|
4922
|
+
status: _builtins.str,
|
|
4923
|
+
type: _builtins.str,
|
|
4924
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
4925
|
+
message: Optional[_builtins.str] = None,
|
|
4926
|
+
reason: Optional[_builtins.str] = None):
|
|
4928
4927
|
"""
|
|
4929
4928
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
4930
|
-
:param
|
|
4931
|
-
:param
|
|
4932
|
-
:param
|
|
4933
|
-
:param
|
|
4934
|
-
:param
|
|
4929
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
4930
|
+
:param _builtins.str type: Type of replica set condition.
|
|
4931
|
+
:param _builtins.str last_transition_time: The last time the condition transitioned from one status to another.
|
|
4932
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
4933
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
4935
4934
|
"""
|
|
4936
4935
|
pulumi.set(__self__, "status", status)
|
|
4937
4936
|
pulumi.set(__self__, "type", type)
|
|
@@ -4942,41 +4941,41 @@ class ReplicaSetCondition(dict):
|
|
|
4942
4941
|
if reason is not None:
|
|
4943
4942
|
pulumi.set(__self__, "reason", reason)
|
|
4944
4943
|
|
|
4945
|
-
@property
|
|
4944
|
+
@_builtins.property
|
|
4946
4945
|
@pulumi.getter
|
|
4947
|
-
def status(self) ->
|
|
4946
|
+
def status(self) -> _builtins.str:
|
|
4948
4947
|
"""
|
|
4949
4948
|
Status of the condition, one of True, False, Unknown.
|
|
4950
4949
|
"""
|
|
4951
4950
|
return pulumi.get(self, "status")
|
|
4952
4951
|
|
|
4953
|
-
@property
|
|
4952
|
+
@_builtins.property
|
|
4954
4953
|
@pulumi.getter
|
|
4955
|
-
def type(self) ->
|
|
4954
|
+
def type(self) -> _builtins.str:
|
|
4956
4955
|
"""
|
|
4957
4956
|
Type of replica set condition.
|
|
4958
4957
|
"""
|
|
4959
4958
|
return pulumi.get(self, "type")
|
|
4960
4959
|
|
|
4961
|
-
@property
|
|
4960
|
+
@_builtins.property
|
|
4962
4961
|
@pulumi.getter(name="lastTransitionTime")
|
|
4963
|
-
def last_transition_time(self) -> Optional[
|
|
4962
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
4964
4963
|
"""
|
|
4965
4964
|
The last time the condition transitioned from one status to another.
|
|
4966
4965
|
"""
|
|
4967
4966
|
return pulumi.get(self, "last_transition_time")
|
|
4968
4967
|
|
|
4969
|
-
@property
|
|
4968
|
+
@_builtins.property
|
|
4970
4969
|
@pulumi.getter
|
|
4971
|
-
def message(self) -> Optional[
|
|
4970
|
+
def message(self) -> Optional[_builtins.str]:
|
|
4972
4971
|
"""
|
|
4973
4972
|
A human readable message indicating details about the transition.
|
|
4974
4973
|
"""
|
|
4975
4974
|
return pulumi.get(self, "message")
|
|
4976
4975
|
|
|
4977
|
-
@property
|
|
4976
|
+
@_builtins.property
|
|
4978
4977
|
@pulumi.getter
|
|
4979
|
-
def reason(self) -> Optional[
|
|
4978
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
4980
4979
|
"""
|
|
4981
4980
|
The reason for the condition's last transition.
|
|
4982
4981
|
"""
|
|
@@ -5006,18 +5005,18 @@ class ReplicaSetConditionPatch(dict):
|
|
|
5006
5005
|
return super().get(key, default)
|
|
5007
5006
|
|
|
5008
5007
|
def __init__(__self__, *,
|
|
5009
|
-
last_transition_time: Optional[
|
|
5010
|
-
message: Optional[
|
|
5011
|
-
reason: Optional[
|
|
5012
|
-
status: Optional[
|
|
5013
|
-
type: Optional[
|
|
5008
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
5009
|
+
message: Optional[_builtins.str] = None,
|
|
5010
|
+
reason: Optional[_builtins.str] = None,
|
|
5011
|
+
status: Optional[_builtins.str] = None,
|
|
5012
|
+
type: Optional[_builtins.str] = None):
|
|
5014
5013
|
"""
|
|
5015
5014
|
ReplicaSetCondition describes the state of a replica set at a certain point.
|
|
5016
|
-
:param
|
|
5017
|
-
:param
|
|
5018
|
-
:param
|
|
5019
|
-
:param
|
|
5020
|
-
:param
|
|
5015
|
+
:param _builtins.str last_transition_time: The last time the condition transitioned from one status to another.
|
|
5016
|
+
:param _builtins.str message: A human readable message indicating details about the transition.
|
|
5017
|
+
:param _builtins.str reason: The reason for the condition's last transition.
|
|
5018
|
+
:param _builtins.str status: Status of the condition, one of True, False, Unknown.
|
|
5019
|
+
:param _builtins.str type: Type of replica set condition.
|
|
5021
5020
|
"""
|
|
5022
5021
|
if last_transition_time is not None:
|
|
5023
5022
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -5030,41 +5029,41 @@ class ReplicaSetConditionPatch(dict):
|
|
|
5030
5029
|
if type is not None:
|
|
5031
5030
|
pulumi.set(__self__, "type", type)
|
|
5032
5031
|
|
|
5033
|
-
@property
|
|
5032
|
+
@_builtins.property
|
|
5034
5033
|
@pulumi.getter(name="lastTransitionTime")
|
|
5035
|
-
def last_transition_time(self) -> Optional[
|
|
5034
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
5036
5035
|
"""
|
|
5037
5036
|
The last time the condition transitioned from one status to another.
|
|
5038
5037
|
"""
|
|
5039
5038
|
return pulumi.get(self, "last_transition_time")
|
|
5040
5039
|
|
|
5041
|
-
@property
|
|
5040
|
+
@_builtins.property
|
|
5042
5041
|
@pulumi.getter
|
|
5043
|
-
def message(self) -> Optional[
|
|
5042
|
+
def message(self) -> Optional[_builtins.str]:
|
|
5044
5043
|
"""
|
|
5045
5044
|
A human readable message indicating details about the transition.
|
|
5046
5045
|
"""
|
|
5047
5046
|
return pulumi.get(self, "message")
|
|
5048
5047
|
|
|
5049
|
-
@property
|
|
5048
|
+
@_builtins.property
|
|
5050
5049
|
@pulumi.getter
|
|
5051
|
-
def reason(self) -> Optional[
|
|
5050
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
5052
5051
|
"""
|
|
5053
5052
|
The reason for the condition's last transition.
|
|
5054
5053
|
"""
|
|
5055
5054
|
return pulumi.get(self, "reason")
|
|
5056
5055
|
|
|
5057
|
-
@property
|
|
5056
|
+
@_builtins.property
|
|
5058
5057
|
@pulumi.getter
|
|
5059
|
-
def status(self) -> Optional[
|
|
5058
|
+
def status(self) -> Optional[_builtins.str]:
|
|
5060
5059
|
"""
|
|
5061
5060
|
Status of the condition, one of True, False, Unknown.
|
|
5062
5061
|
"""
|
|
5063
5062
|
return pulumi.get(self, "status")
|
|
5064
5063
|
|
|
5065
|
-
@property
|
|
5064
|
+
@_builtins.property
|
|
5066
5065
|
@pulumi.getter
|
|
5067
|
-
def type(self) -> Optional[
|
|
5066
|
+
def type(self) -> Optional[_builtins.str]:
|
|
5068
5067
|
"""
|
|
5069
5068
|
Type of replica set condition.
|
|
5070
5069
|
"""
|
|
@@ -5094,14 +5093,14 @@ class ReplicaSetSpec(dict):
|
|
|
5094
5093
|
return super().get(key, default)
|
|
5095
5094
|
|
|
5096
5095
|
def __init__(__self__, *,
|
|
5097
|
-
min_ready_seconds: Optional[
|
|
5098
|
-
replicas: Optional[
|
|
5096
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
5097
|
+
replicas: Optional[_builtins.int] = None,
|
|
5099
5098
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None,
|
|
5100
5099
|
template: Optional['_core.v1.outputs.PodTemplateSpec'] = None):
|
|
5101
5100
|
"""
|
|
5102
5101
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
5103
|
-
:param
|
|
5104
|
-
:param
|
|
5102
|
+
: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)
|
|
5103
|
+
: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
|
|
5105
5104
|
: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
|
|
5106
5105
|
: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
|
|
5107
5106
|
"""
|
|
@@ -5114,23 +5113,23 @@ class ReplicaSetSpec(dict):
|
|
|
5114
5113
|
if template is not None:
|
|
5115
5114
|
pulumi.set(__self__, "template", template)
|
|
5116
5115
|
|
|
5117
|
-
@property
|
|
5116
|
+
@_builtins.property
|
|
5118
5117
|
@pulumi.getter(name="minReadySeconds")
|
|
5119
|
-
def min_ready_seconds(self) -> Optional[
|
|
5118
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
5120
5119
|
"""
|
|
5121
5120
|
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)
|
|
5122
5121
|
"""
|
|
5123
5122
|
return pulumi.get(self, "min_ready_seconds")
|
|
5124
5123
|
|
|
5125
|
-
@property
|
|
5124
|
+
@_builtins.property
|
|
5126
5125
|
@pulumi.getter
|
|
5127
|
-
def replicas(self) -> Optional[
|
|
5126
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
5128
5127
|
"""
|
|
5129
5128
|
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
|
|
5130
5129
|
"""
|
|
5131
5130
|
return pulumi.get(self, "replicas")
|
|
5132
5131
|
|
|
5133
|
-
@property
|
|
5132
|
+
@_builtins.property
|
|
5134
5133
|
@pulumi.getter
|
|
5135
5134
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelector']:
|
|
5136
5135
|
"""
|
|
@@ -5138,7 +5137,7 @@ class ReplicaSetSpec(dict):
|
|
|
5138
5137
|
"""
|
|
5139
5138
|
return pulumi.get(self, "selector")
|
|
5140
5139
|
|
|
5141
|
-
@property
|
|
5140
|
+
@_builtins.property
|
|
5142
5141
|
@pulumi.getter
|
|
5143
5142
|
def template(self) -> Optional['_core.v1.outputs.PodTemplateSpec']:
|
|
5144
5143
|
"""
|
|
@@ -5170,14 +5169,14 @@ class ReplicaSetSpecPatch(dict):
|
|
|
5170
5169
|
return super().get(key, default)
|
|
5171
5170
|
|
|
5172
5171
|
def __init__(__self__, *,
|
|
5173
|
-
min_ready_seconds: Optional[
|
|
5174
|
-
replicas: Optional[
|
|
5172
|
+
min_ready_seconds: Optional[_builtins.int] = None,
|
|
5173
|
+
replicas: Optional[_builtins.int] = None,
|
|
5175
5174
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
5176
5175
|
template: Optional['_core.v1.outputs.PodTemplateSpecPatch'] = None):
|
|
5177
5176
|
"""
|
|
5178
5177
|
ReplicaSetSpec is the specification of a ReplicaSet.
|
|
5179
|
-
:param
|
|
5180
|
-
:param
|
|
5178
|
+
: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)
|
|
5179
|
+
: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
|
|
5181
5180
|
: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
|
|
5182
5181
|
: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
|
|
5183
5182
|
"""
|
|
@@ -5190,23 +5189,23 @@ class ReplicaSetSpecPatch(dict):
|
|
|
5190
5189
|
if template is not None:
|
|
5191
5190
|
pulumi.set(__self__, "template", template)
|
|
5192
5191
|
|
|
5193
|
-
@property
|
|
5192
|
+
@_builtins.property
|
|
5194
5193
|
@pulumi.getter(name="minReadySeconds")
|
|
5195
|
-
def min_ready_seconds(self) -> Optional[
|
|
5194
|
+
def min_ready_seconds(self) -> Optional[_builtins.int]:
|
|
5196
5195
|
"""
|
|
5197
5196
|
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)
|
|
5198
5197
|
"""
|
|
5199
5198
|
return pulumi.get(self, "min_ready_seconds")
|
|
5200
5199
|
|
|
5201
|
-
@property
|
|
5200
|
+
@_builtins.property
|
|
5202
5201
|
@pulumi.getter
|
|
5203
|
-
def replicas(self) -> Optional[
|
|
5202
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
5204
5203
|
"""
|
|
5205
5204
|
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
|
|
5206
5205
|
"""
|
|
5207
5206
|
return pulumi.get(self, "replicas")
|
|
5208
5207
|
|
|
5209
|
-
@property
|
|
5208
|
+
@_builtins.property
|
|
5210
5209
|
@pulumi.getter
|
|
5211
5210
|
def selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
5212
5211
|
"""
|
|
@@ -5214,7 +5213,7 @@ class ReplicaSetSpecPatch(dict):
|
|
|
5214
5213
|
"""
|
|
5215
5214
|
return pulumi.get(self, "selector")
|
|
5216
5215
|
|
|
5217
|
-
@property
|
|
5216
|
+
@_builtins.property
|
|
5218
5217
|
@pulumi.getter
|
|
5219
5218
|
def template(self) -> Optional['_core.v1.outputs.PodTemplateSpecPatch']:
|
|
5220
5219
|
"""
|
|
@@ -5252,20 +5251,20 @@ class ReplicaSetStatus(dict):
|
|
|
5252
5251
|
return super().get(key, default)
|
|
5253
5252
|
|
|
5254
5253
|
def __init__(__self__, *,
|
|
5255
|
-
replicas:
|
|
5256
|
-
available_replicas: Optional[
|
|
5254
|
+
replicas: _builtins.int,
|
|
5255
|
+
available_replicas: Optional[_builtins.int] = None,
|
|
5257
5256
|
conditions: Optional[Sequence['outputs.ReplicaSetCondition']] = None,
|
|
5258
|
-
fully_labeled_replicas: Optional[
|
|
5259
|
-
observed_generation: Optional[
|
|
5260
|
-
ready_replicas: Optional[
|
|
5257
|
+
fully_labeled_replicas: Optional[_builtins.int] = None,
|
|
5258
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
5259
|
+
ready_replicas: Optional[_builtins.int] = None):
|
|
5261
5260
|
"""
|
|
5262
5261
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
5263
|
-
:param
|
|
5264
|
-
:param
|
|
5262
|
+
: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
|
|
5263
|
+
:param _builtins.int available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
5265
5264
|
:param Sequence['ReplicaSetConditionArgs'] conditions: Represents the latest available observations of a replica set's current state.
|
|
5266
|
-
:param
|
|
5267
|
-
:param
|
|
5268
|
-
:param
|
|
5265
|
+
:param _builtins.int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
5266
|
+
:param _builtins.int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
5267
|
+
:param _builtins.int ready_replicas: The number of ready replicas for this replica set.
|
|
5269
5268
|
"""
|
|
5270
5269
|
pulumi.set(__self__, "replicas", replicas)
|
|
5271
5270
|
if available_replicas is not None:
|
|
@@ -5279,23 +5278,23 @@ class ReplicaSetStatus(dict):
|
|
|
5279
5278
|
if ready_replicas is not None:
|
|
5280
5279
|
pulumi.set(__self__, "ready_replicas", ready_replicas)
|
|
5281
5280
|
|
|
5282
|
-
@property
|
|
5281
|
+
@_builtins.property
|
|
5283
5282
|
@pulumi.getter
|
|
5284
|
-
def replicas(self) ->
|
|
5283
|
+
def replicas(self) -> _builtins.int:
|
|
5285
5284
|
"""
|
|
5286
5285
|
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
5287
5286
|
"""
|
|
5288
5287
|
return pulumi.get(self, "replicas")
|
|
5289
5288
|
|
|
5290
|
-
@property
|
|
5289
|
+
@_builtins.property
|
|
5291
5290
|
@pulumi.getter(name="availableReplicas")
|
|
5292
|
-
def available_replicas(self) -> Optional[
|
|
5291
|
+
def available_replicas(self) -> Optional[_builtins.int]:
|
|
5293
5292
|
"""
|
|
5294
5293
|
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
5295
5294
|
"""
|
|
5296
5295
|
return pulumi.get(self, "available_replicas")
|
|
5297
5296
|
|
|
5298
|
-
@property
|
|
5297
|
+
@_builtins.property
|
|
5299
5298
|
@pulumi.getter
|
|
5300
5299
|
def conditions(self) -> Optional[Sequence['outputs.ReplicaSetCondition']]:
|
|
5301
5300
|
"""
|
|
@@ -5303,25 +5302,25 @@ class ReplicaSetStatus(dict):
|
|
|
5303
5302
|
"""
|
|
5304
5303
|
return pulumi.get(self, "conditions")
|
|
5305
5304
|
|
|
5306
|
-
@property
|
|
5305
|
+
@_builtins.property
|
|
5307
5306
|
@pulumi.getter(name="fullyLabeledReplicas")
|
|
5308
|
-
def fully_labeled_replicas(self) -> Optional[
|
|
5307
|
+
def fully_labeled_replicas(self) -> Optional[_builtins.int]:
|
|
5309
5308
|
"""
|
|
5310
5309
|
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
5311
5310
|
"""
|
|
5312
5311
|
return pulumi.get(self, "fully_labeled_replicas")
|
|
5313
5312
|
|
|
5314
|
-
@property
|
|
5313
|
+
@_builtins.property
|
|
5315
5314
|
@pulumi.getter(name="observedGeneration")
|
|
5316
|
-
def observed_generation(self) -> Optional[
|
|
5315
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
5317
5316
|
"""
|
|
5318
5317
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
5319
5318
|
"""
|
|
5320
5319
|
return pulumi.get(self, "observed_generation")
|
|
5321
5320
|
|
|
5322
|
-
@property
|
|
5321
|
+
@_builtins.property
|
|
5323
5322
|
@pulumi.getter(name="readyReplicas")
|
|
5324
|
-
def ready_replicas(self) -> Optional[
|
|
5323
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
5325
5324
|
"""
|
|
5326
5325
|
The number of ready replicas for this replica set.
|
|
5327
5326
|
"""
|
|
@@ -5357,20 +5356,20 @@ class ReplicaSetStatusPatch(dict):
|
|
|
5357
5356
|
return super().get(key, default)
|
|
5358
5357
|
|
|
5359
5358
|
def __init__(__self__, *,
|
|
5360
|
-
available_replicas: Optional[
|
|
5359
|
+
available_replicas: Optional[_builtins.int] = None,
|
|
5361
5360
|
conditions: Optional[Sequence['outputs.ReplicaSetConditionPatch']] = None,
|
|
5362
|
-
fully_labeled_replicas: Optional[
|
|
5363
|
-
observed_generation: Optional[
|
|
5364
|
-
ready_replicas: Optional[
|
|
5365
|
-
replicas: Optional[
|
|
5361
|
+
fully_labeled_replicas: Optional[_builtins.int] = None,
|
|
5362
|
+
observed_generation: Optional[_builtins.int] = None,
|
|
5363
|
+
ready_replicas: Optional[_builtins.int] = None,
|
|
5364
|
+
replicas: Optional[_builtins.int] = None):
|
|
5366
5365
|
"""
|
|
5367
5366
|
ReplicaSetStatus represents the current status of a ReplicaSet.
|
|
5368
|
-
:param
|
|
5367
|
+
:param _builtins.int available_replicas: The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
5369
5368
|
:param Sequence['ReplicaSetConditionPatchArgs'] conditions: Represents the latest available observations of a replica set's current state.
|
|
5370
|
-
:param
|
|
5371
|
-
:param
|
|
5372
|
-
:param
|
|
5373
|
-
:param
|
|
5369
|
+
:param _builtins.int fully_labeled_replicas: The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
5370
|
+
:param _builtins.int observed_generation: ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
5371
|
+
:param _builtins.int ready_replicas: The number of ready replicas for this replica set.
|
|
5372
|
+
: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
|
|
5374
5373
|
"""
|
|
5375
5374
|
if available_replicas is not None:
|
|
5376
5375
|
pulumi.set(__self__, "available_replicas", available_replicas)
|
|
@@ -5385,15 +5384,15 @@ class ReplicaSetStatusPatch(dict):
|
|
|
5385
5384
|
if replicas is not None:
|
|
5386
5385
|
pulumi.set(__self__, "replicas", replicas)
|
|
5387
5386
|
|
|
5388
|
-
@property
|
|
5387
|
+
@_builtins.property
|
|
5389
5388
|
@pulumi.getter(name="availableReplicas")
|
|
5390
|
-
def available_replicas(self) -> Optional[
|
|
5389
|
+
def available_replicas(self) -> Optional[_builtins.int]:
|
|
5391
5390
|
"""
|
|
5392
5391
|
The number of available replicas (ready for at least minReadySeconds) for this replica set.
|
|
5393
5392
|
"""
|
|
5394
5393
|
return pulumi.get(self, "available_replicas")
|
|
5395
5394
|
|
|
5396
|
-
@property
|
|
5395
|
+
@_builtins.property
|
|
5397
5396
|
@pulumi.getter
|
|
5398
5397
|
def conditions(self) -> Optional[Sequence['outputs.ReplicaSetConditionPatch']]:
|
|
5399
5398
|
"""
|
|
@@ -5401,33 +5400,33 @@ class ReplicaSetStatusPatch(dict):
|
|
|
5401
5400
|
"""
|
|
5402
5401
|
return pulumi.get(self, "conditions")
|
|
5403
5402
|
|
|
5404
|
-
@property
|
|
5403
|
+
@_builtins.property
|
|
5405
5404
|
@pulumi.getter(name="fullyLabeledReplicas")
|
|
5406
|
-
def fully_labeled_replicas(self) -> Optional[
|
|
5405
|
+
def fully_labeled_replicas(self) -> Optional[_builtins.int]:
|
|
5407
5406
|
"""
|
|
5408
5407
|
The number of pods that have labels matching the labels of the pod template of the replicaset.
|
|
5409
5408
|
"""
|
|
5410
5409
|
return pulumi.get(self, "fully_labeled_replicas")
|
|
5411
5410
|
|
|
5412
|
-
@property
|
|
5411
|
+
@_builtins.property
|
|
5413
5412
|
@pulumi.getter(name="observedGeneration")
|
|
5414
|
-
def observed_generation(self) -> Optional[
|
|
5413
|
+
def observed_generation(self) -> Optional[_builtins.int]:
|
|
5415
5414
|
"""
|
|
5416
5415
|
ObservedGeneration reflects the generation of the most recently observed ReplicaSet.
|
|
5417
5416
|
"""
|
|
5418
5417
|
return pulumi.get(self, "observed_generation")
|
|
5419
5418
|
|
|
5420
|
-
@property
|
|
5419
|
+
@_builtins.property
|
|
5421
5420
|
@pulumi.getter(name="readyReplicas")
|
|
5422
|
-
def ready_replicas(self) -> Optional[
|
|
5421
|
+
def ready_replicas(self) -> Optional[_builtins.int]:
|
|
5423
5422
|
"""
|
|
5424
5423
|
The number of ready replicas for this replica set.
|
|
5425
5424
|
"""
|
|
5426
5425
|
return pulumi.get(self, "ready_replicas")
|
|
5427
5426
|
|
|
5428
|
-
@property
|
|
5427
|
+
@_builtins.property
|
|
5429
5428
|
@pulumi.getter
|
|
5430
|
-
def replicas(self) -> Optional[
|
|
5429
|
+
def replicas(self) -> Optional[_builtins.int]:
|
|
5431
5430
|
"""
|
|
5432
5431
|
Replicas is the most recently oberved number of replicas. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicationcontroller/#what-is-a-replicationcontroller
|
|
5433
5432
|
"""
|
|
@@ -5440,17 +5439,17 @@ class RollbackConfig(dict):
|
|
|
5440
5439
|
DEPRECATED.
|
|
5441
5440
|
"""
|
|
5442
5441
|
def __init__(__self__, *,
|
|
5443
|
-
revision: Optional[
|
|
5442
|
+
revision: Optional[_builtins.int] = None):
|
|
5444
5443
|
"""
|
|
5445
5444
|
DEPRECATED.
|
|
5446
|
-
:param
|
|
5445
|
+
:param _builtins.int revision: The revision to rollback to. If set to 0, rollback to the last revision.
|
|
5447
5446
|
"""
|
|
5448
5447
|
if revision is not None:
|
|
5449
5448
|
pulumi.set(__self__, "revision", revision)
|
|
5450
5449
|
|
|
5451
|
-
@property
|
|
5450
|
+
@_builtins.property
|
|
5452
5451
|
@pulumi.getter
|
|
5453
|
-
def revision(self) -> Optional[
|
|
5452
|
+
def revision(self) -> Optional[_builtins.int]:
|
|
5454
5453
|
"""
|
|
5455
5454
|
The revision to rollback to. If set to 0, rollback to the last revision.
|
|
5456
5455
|
"""
|
|
@@ -5463,17 +5462,17 @@ class RollbackConfigPatch(dict):
|
|
|
5463
5462
|
DEPRECATED.
|
|
5464
5463
|
"""
|
|
5465
5464
|
def __init__(__self__, *,
|
|
5466
|
-
revision: Optional[
|
|
5465
|
+
revision: Optional[_builtins.int] = None):
|
|
5467
5466
|
"""
|
|
5468
5467
|
DEPRECATED.
|
|
5469
|
-
:param
|
|
5468
|
+
:param _builtins.int revision: The revision to rollback to. If set to 0, rollback to the last revision.
|
|
5470
5469
|
"""
|
|
5471
5470
|
if revision is not None:
|
|
5472
5471
|
pulumi.set(__self__, "revision", revision)
|
|
5473
5472
|
|
|
5474
|
-
@property
|
|
5473
|
+
@_builtins.property
|
|
5475
5474
|
@pulumi.getter
|
|
5476
|
-
def revision(self) -> Optional[
|
|
5475
|
+
def revision(self) -> Optional[_builtins.int]:
|
|
5477
5476
|
"""
|
|
5478
5477
|
The revision to rollback to. If set to 0, rollback to the last revision.
|
|
5479
5478
|
"""
|
|
@@ -5506,12 +5505,12 @@ class RollingUpdateDaemonSet(dict):
|
|
|
5506
5505
|
max_unavailable: Optional[Any] = None):
|
|
5507
5506
|
"""
|
|
5508
5507
|
Spec to control the desired behavior of daemon set rolling update.
|
|
5509
|
-
:param Union[
|
|
5508
|
+
: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.
|
|
5510
5509
|
"""
|
|
5511
5510
|
if max_unavailable is not None:
|
|
5512
5511
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
5513
5512
|
|
|
5514
|
-
@property
|
|
5513
|
+
@_builtins.property
|
|
5515
5514
|
@pulumi.getter(name="maxUnavailable")
|
|
5516
5515
|
def max_unavailable(self) -> Optional[Any]:
|
|
5517
5516
|
"""
|
|
@@ -5546,12 +5545,12 @@ class RollingUpdateDaemonSetPatch(dict):
|
|
|
5546
5545
|
max_unavailable: Optional[Any] = None):
|
|
5547
5546
|
"""
|
|
5548
5547
|
Spec to control the desired behavior of daemon set rolling update.
|
|
5549
|
-
:param Union[
|
|
5548
|
+
: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.
|
|
5550
5549
|
"""
|
|
5551
5550
|
if max_unavailable is not None:
|
|
5552
5551
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
5553
5552
|
|
|
5554
|
-
@property
|
|
5553
|
+
@_builtins.property
|
|
5555
5554
|
@pulumi.getter(name="maxUnavailable")
|
|
5556
5555
|
def max_unavailable(self) -> Optional[Any]:
|
|
5557
5556
|
"""
|
|
@@ -5589,15 +5588,15 @@ class RollingUpdateDeployment(dict):
|
|
|
5589
5588
|
max_unavailable: Optional[Any] = None):
|
|
5590
5589
|
"""
|
|
5591
5590
|
Spec to control the desired behavior of rolling update.
|
|
5592
|
-
:param Union[
|
|
5593
|
-
:param Union[
|
|
5591
|
+
: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.
|
|
5592
|
+
: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.
|
|
5594
5593
|
"""
|
|
5595
5594
|
if max_surge is not None:
|
|
5596
5595
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
5597
5596
|
if max_unavailable is not None:
|
|
5598
5597
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
5599
5598
|
|
|
5600
|
-
@property
|
|
5599
|
+
@_builtins.property
|
|
5601
5600
|
@pulumi.getter(name="maxSurge")
|
|
5602
5601
|
def max_surge(self) -> Optional[Any]:
|
|
5603
5602
|
"""
|
|
@@ -5605,7 +5604,7 @@ class RollingUpdateDeployment(dict):
|
|
|
5605
5604
|
"""
|
|
5606
5605
|
return pulumi.get(self, "max_surge")
|
|
5607
5606
|
|
|
5608
|
-
@property
|
|
5607
|
+
@_builtins.property
|
|
5609
5608
|
@pulumi.getter(name="maxUnavailable")
|
|
5610
5609
|
def max_unavailable(self) -> Optional[Any]:
|
|
5611
5610
|
"""
|
|
@@ -5643,15 +5642,15 @@ class RollingUpdateDeploymentPatch(dict):
|
|
|
5643
5642
|
max_unavailable: Optional[Any] = None):
|
|
5644
5643
|
"""
|
|
5645
5644
|
Spec to control the desired behavior of rolling update.
|
|
5646
|
-
:param Union[
|
|
5647
|
-
:param Union[
|
|
5645
|
+
: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.
|
|
5646
|
+
: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.
|
|
5648
5647
|
"""
|
|
5649
5648
|
if max_surge is not None:
|
|
5650
5649
|
pulumi.set(__self__, "max_surge", max_surge)
|
|
5651
5650
|
if max_unavailable is not None:
|
|
5652
5651
|
pulumi.set(__self__, "max_unavailable", max_unavailable)
|
|
5653
5652
|
|
|
5654
|
-
@property
|
|
5653
|
+
@_builtins.property
|
|
5655
5654
|
@pulumi.getter(name="maxSurge")
|
|
5656
5655
|
def max_surge(self) -> Optional[Any]:
|
|
5657
5656
|
"""
|
|
@@ -5659,7 +5658,7 @@ class RollingUpdateDeploymentPatch(dict):
|
|
|
5659
5658
|
"""
|
|
5660
5659
|
return pulumi.get(self, "max_surge")
|
|
5661
5660
|
|
|
5662
|
-
@property
|
|
5661
|
+
@_builtins.property
|
|
5663
5662
|
@pulumi.getter(name="maxUnavailable")
|
|
5664
5663
|
def max_unavailable(self) -> Optional[Any]:
|
|
5665
5664
|
"""
|
|
@@ -5674,26 +5673,26 @@ class RunAsGroupStrategyOptions(dict):
|
|
|
5674
5673
|
RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsGroupStrategyOptions from policy API Group instead.
|
|
5675
5674
|
"""
|
|
5676
5675
|
def __init__(__self__, *,
|
|
5677
|
-
rule:
|
|
5676
|
+
rule: _builtins.str,
|
|
5678
5677
|
ranges: Optional[Sequence['outputs.IDRange']] = None):
|
|
5679
5678
|
"""
|
|
5680
5679
|
RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsGroupStrategyOptions from policy API Group instead.
|
|
5681
|
-
:param
|
|
5680
|
+
:param _builtins.str rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
5682
5681
|
: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.
|
|
5683
5682
|
"""
|
|
5684
5683
|
pulumi.set(__self__, "rule", rule)
|
|
5685
5684
|
if ranges is not None:
|
|
5686
5685
|
pulumi.set(__self__, "ranges", ranges)
|
|
5687
5686
|
|
|
5688
|
-
@property
|
|
5687
|
+
@_builtins.property
|
|
5689
5688
|
@pulumi.getter
|
|
5690
|
-
def rule(self) ->
|
|
5689
|
+
def rule(self) -> _builtins.str:
|
|
5691
5690
|
"""
|
|
5692
5691
|
rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
5693
5692
|
"""
|
|
5694
5693
|
return pulumi.get(self, "rule")
|
|
5695
5694
|
|
|
5696
|
-
@property
|
|
5695
|
+
@_builtins.property
|
|
5697
5696
|
@pulumi.getter
|
|
5698
5697
|
def ranges(self) -> Optional[Sequence['outputs.IDRange']]:
|
|
5699
5698
|
"""
|
|
@@ -5709,18 +5708,18 @@ class RunAsGroupStrategyOptionsPatch(dict):
|
|
|
5709
5708
|
"""
|
|
5710
5709
|
def __init__(__self__, *,
|
|
5711
5710
|
ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
|
|
5712
|
-
rule: Optional[
|
|
5711
|
+
rule: Optional[_builtins.str] = None):
|
|
5713
5712
|
"""
|
|
5714
5713
|
RunAsGroupStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsGroupStrategyOptions from policy API Group instead.
|
|
5715
5714
|
: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.
|
|
5716
|
-
:param
|
|
5715
|
+
:param _builtins.str rule: rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
5717
5716
|
"""
|
|
5718
5717
|
if ranges is not None:
|
|
5719
5718
|
pulumi.set(__self__, "ranges", ranges)
|
|
5720
5719
|
if rule is not None:
|
|
5721
5720
|
pulumi.set(__self__, "rule", rule)
|
|
5722
5721
|
|
|
5723
|
-
@property
|
|
5722
|
+
@_builtins.property
|
|
5724
5723
|
@pulumi.getter
|
|
5725
5724
|
def ranges(self) -> Optional[Sequence['outputs.IDRangePatch']]:
|
|
5726
5725
|
"""
|
|
@@ -5728,9 +5727,9 @@ class RunAsGroupStrategyOptionsPatch(dict):
|
|
|
5728
5727
|
"""
|
|
5729
5728
|
return pulumi.get(self, "ranges")
|
|
5730
5729
|
|
|
5731
|
-
@property
|
|
5730
|
+
@_builtins.property
|
|
5732
5731
|
@pulumi.getter
|
|
5733
|
-
def rule(self) -> Optional[
|
|
5732
|
+
def rule(self) -> Optional[_builtins.str]:
|
|
5734
5733
|
"""
|
|
5735
5734
|
rule is the strategy that will dictate the allowable RunAsGroup values that may be set.
|
|
5736
5735
|
"""
|
|
@@ -5743,26 +5742,26 @@ class RunAsUserStrategyOptions(dict):
|
|
|
5743
5742
|
RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsUserStrategyOptions from policy API Group instead.
|
|
5744
5743
|
"""
|
|
5745
5744
|
def __init__(__self__, *,
|
|
5746
|
-
rule:
|
|
5745
|
+
rule: _builtins.str,
|
|
5747
5746
|
ranges: Optional[Sequence['outputs.IDRange']] = None):
|
|
5748
5747
|
"""
|
|
5749
5748
|
RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsUserStrategyOptions from policy API Group instead.
|
|
5750
|
-
:param
|
|
5749
|
+
:param _builtins.str rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
5751
5750
|
: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.
|
|
5752
5751
|
"""
|
|
5753
5752
|
pulumi.set(__self__, "rule", rule)
|
|
5754
5753
|
if ranges is not None:
|
|
5755
5754
|
pulumi.set(__self__, "ranges", ranges)
|
|
5756
5755
|
|
|
5757
|
-
@property
|
|
5756
|
+
@_builtins.property
|
|
5758
5757
|
@pulumi.getter
|
|
5759
|
-
def rule(self) ->
|
|
5758
|
+
def rule(self) -> _builtins.str:
|
|
5760
5759
|
"""
|
|
5761
5760
|
rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
5762
5761
|
"""
|
|
5763
5762
|
return pulumi.get(self, "rule")
|
|
5764
5763
|
|
|
5765
|
-
@property
|
|
5764
|
+
@_builtins.property
|
|
5766
5765
|
@pulumi.getter
|
|
5767
5766
|
def ranges(self) -> Optional[Sequence['outputs.IDRange']]:
|
|
5768
5767
|
"""
|
|
@@ -5778,18 +5777,18 @@ class RunAsUserStrategyOptionsPatch(dict):
|
|
|
5778
5777
|
"""
|
|
5779
5778
|
def __init__(__self__, *,
|
|
5780
5779
|
ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
|
|
5781
|
-
rule: Optional[
|
|
5780
|
+
rule: Optional[_builtins.str] = None):
|
|
5782
5781
|
"""
|
|
5783
5782
|
RunAsUserStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use RunAsUserStrategyOptions from policy API Group instead.
|
|
5784
5783
|
: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.
|
|
5785
|
-
:param
|
|
5784
|
+
:param _builtins.str rule: rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
5786
5785
|
"""
|
|
5787
5786
|
if ranges is not None:
|
|
5788
5787
|
pulumi.set(__self__, "ranges", ranges)
|
|
5789
5788
|
if rule is not None:
|
|
5790
5789
|
pulumi.set(__self__, "rule", rule)
|
|
5791
5790
|
|
|
5792
|
-
@property
|
|
5791
|
+
@_builtins.property
|
|
5793
5792
|
@pulumi.getter
|
|
5794
5793
|
def ranges(self) -> Optional[Sequence['outputs.IDRangePatch']]:
|
|
5795
5794
|
"""
|
|
@@ -5797,9 +5796,9 @@ class RunAsUserStrategyOptionsPatch(dict):
|
|
|
5797
5796
|
"""
|
|
5798
5797
|
return pulumi.get(self, "ranges")
|
|
5799
5798
|
|
|
5800
|
-
@property
|
|
5799
|
+
@_builtins.property
|
|
5801
5800
|
@pulumi.getter
|
|
5802
|
-
def rule(self) -> Optional[
|
|
5801
|
+
def rule(self) -> Optional[_builtins.str]:
|
|
5803
5802
|
"""
|
|
5804
5803
|
rule is the strategy that will dictate the allowable RunAsUser values that may be set.
|
|
5805
5804
|
"""
|
|
@@ -5831,28 +5830,28 @@ class RuntimeClassStrategyOptions(dict):
|
|
|
5831
5830
|
return super().get(key, default)
|
|
5832
5831
|
|
|
5833
5832
|
def __init__(__self__, *,
|
|
5834
|
-
allowed_runtime_class_names: Sequence[
|
|
5835
|
-
default_runtime_class_name: Optional[
|
|
5833
|
+
allowed_runtime_class_names: Sequence[_builtins.str],
|
|
5834
|
+
default_runtime_class_name: Optional[_builtins.str] = None):
|
|
5836
5835
|
"""
|
|
5837
5836
|
RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
|
|
5838
|
-
:param Sequence[
|
|
5839
|
-
:param
|
|
5837
|
+
: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.
|
|
5838
|
+
: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.
|
|
5840
5839
|
"""
|
|
5841
5840
|
pulumi.set(__self__, "allowed_runtime_class_names", allowed_runtime_class_names)
|
|
5842
5841
|
if default_runtime_class_name is not None:
|
|
5843
5842
|
pulumi.set(__self__, "default_runtime_class_name", default_runtime_class_name)
|
|
5844
5843
|
|
|
5845
|
-
@property
|
|
5844
|
+
@_builtins.property
|
|
5846
5845
|
@pulumi.getter(name="allowedRuntimeClassNames")
|
|
5847
|
-
def allowed_runtime_class_names(self) -> Sequence[
|
|
5846
|
+
def allowed_runtime_class_names(self) -> Sequence[_builtins.str]:
|
|
5848
5847
|
"""
|
|
5849
5848
|
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.
|
|
5850
5849
|
"""
|
|
5851
5850
|
return pulumi.get(self, "allowed_runtime_class_names")
|
|
5852
5851
|
|
|
5853
|
-
@property
|
|
5852
|
+
@_builtins.property
|
|
5854
5853
|
@pulumi.getter(name="defaultRuntimeClassName")
|
|
5855
|
-
def default_runtime_class_name(self) -> Optional[
|
|
5854
|
+
def default_runtime_class_name(self) -> Optional[_builtins.str]:
|
|
5856
5855
|
"""
|
|
5857
5856
|
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.
|
|
5858
5857
|
"""
|
|
@@ -5884,29 +5883,29 @@ class RuntimeClassStrategyOptionsPatch(dict):
|
|
|
5884
5883
|
return super().get(key, default)
|
|
5885
5884
|
|
|
5886
5885
|
def __init__(__self__, *,
|
|
5887
|
-
allowed_runtime_class_names: Optional[Sequence[
|
|
5888
|
-
default_runtime_class_name: Optional[
|
|
5886
|
+
allowed_runtime_class_names: Optional[Sequence[_builtins.str]] = None,
|
|
5887
|
+
default_runtime_class_name: Optional[_builtins.str] = None):
|
|
5889
5888
|
"""
|
|
5890
5889
|
RuntimeClassStrategyOptions define the strategy that will dictate the allowable RuntimeClasses for a pod.
|
|
5891
|
-
:param Sequence[
|
|
5892
|
-
:param
|
|
5890
|
+
: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.
|
|
5891
|
+
: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.
|
|
5893
5892
|
"""
|
|
5894
5893
|
if allowed_runtime_class_names is not None:
|
|
5895
5894
|
pulumi.set(__self__, "allowed_runtime_class_names", allowed_runtime_class_names)
|
|
5896
5895
|
if default_runtime_class_name is not None:
|
|
5897
5896
|
pulumi.set(__self__, "default_runtime_class_name", default_runtime_class_name)
|
|
5898
5897
|
|
|
5899
|
-
@property
|
|
5898
|
+
@_builtins.property
|
|
5900
5899
|
@pulumi.getter(name="allowedRuntimeClassNames")
|
|
5901
|
-
def allowed_runtime_class_names(self) -> Optional[Sequence[
|
|
5900
|
+
def allowed_runtime_class_names(self) -> Optional[Sequence[_builtins.str]]:
|
|
5902
5901
|
"""
|
|
5903
5902
|
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.
|
|
5904
5903
|
"""
|
|
5905
5904
|
return pulumi.get(self, "allowed_runtime_class_names")
|
|
5906
5905
|
|
|
5907
|
-
@property
|
|
5906
|
+
@_builtins.property
|
|
5908
5907
|
@pulumi.getter(name="defaultRuntimeClassName")
|
|
5909
|
-
def default_runtime_class_name(self) -> Optional[
|
|
5908
|
+
def default_runtime_class_name(self) -> Optional[_builtins.str]:
|
|
5910
5909
|
"""
|
|
5911
5910
|
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.
|
|
5912
5911
|
"""
|
|
@@ -5936,26 +5935,26 @@ class SELinuxStrategyOptions(dict):
|
|
|
5936
5935
|
return super().get(key, default)
|
|
5937
5936
|
|
|
5938
5937
|
def __init__(__self__, *,
|
|
5939
|
-
rule:
|
|
5938
|
+
rule: _builtins.str,
|
|
5940
5939
|
se_linux_options: Optional['_core.v1.outputs.SELinuxOptions'] = None):
|
|
5941
5940
|
"""
|
|
5942
5941
|
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead.
|
|
5943
|
-
:param
|
|
5942
|
+
:param _builtins.str rule: rule is the strategy that will dictate the allowable labels that may be set.
|
|
5944
5943
|
: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/
|
|
5945
5944
|
"""
|
|
5946
5945
|
pulumi.set(__self__, "rule", rule)
|
|
5947
5946
|
if se_linux_options is not None:
|
|
5948
5947
|
pulumi.set(__self__, "se_linux_options", se_linux_options)
|
|
5949
5948
|
|
|
5950
|
-
@property
|
|
5949
|
+
@_builtins.property
|
|
5951
5950
|
@pulumi.getter
|
|
5952
|
-
def rule(self) ->
|
|
5951
|
+
def rule(self) -> _builtins.str:
|
|
5953
5952
|
"""
|
|
5954
5953
|
rule is the strategy that will dictate the allowable labels that may be set.
|
|
5955
5954
|
"""
|
|
5956
5955
|
return pulumi.get(self, "rule")
|
|
5957
5956
|
|
|
5958
|
-
@property
|
|
5957
|
+
@_builtins.property
|
|
5959
5958
|
@pulumi.getter(name="seLinuxOptions")
|
|
5960
5959
|
def se_linux_options(self) -> Optional['_core.v1.outputs.SELinuxOptions']:
|
|
5961
5960
|
"""
|
|
@@ -5987,11 +5986,11 @@ class SELinuxStrategyOptionsPatch(dict):
|
|
|
5987
5986
|
return super().get(key, default)
|
|
5988
5987
|
|
|
5989
5988
|
def __init__(__self__, *,
|
|
5990
|
-
rule: Optional[
|
|
5989
|
+
rule: Optional[_builtins.str] = None,
|
|
5991
5990
|
se_linux_options: Optional['_core.v1.outputs.SELinuxOptionsPatch'] = None):
|
|
5992
5991
|
"""
|
|
5993
5992
|
SELinuxStrategyOptions defines the strategy type and any options used to create the strategy. Deprecated: use SELinuxStrategyOptions from policy API Group instead.
|
|
5994
|
-
:param
|
|
5993
|
+
:param _builtins.str rule: rule is the strategy that will dictate the allowable labels that may be set.
|
|
5995
5994
|
: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/
|
|
5996
5995
|
"""
|
|
5997
5996
|
if rule is not None:
|
|
@@ -5999,15 +5998,15 @@ class SELinuxStrategyOptionsPatch(dict):
|
|
|
5999
5998
|
if se_linux_options is not None:
|
|
6000
5999
|
pulumi.set(__self__, "se_linux_options", se_linux_options)
|
|
6001
6000
|
|
|
6002
|
-
@property
|
|
6001
|
+
@_builtins.property
|
|
6003
6002
|
@pulumi.getter
|
|
6004
|
-
def rule(self) -> Optional[
|
|
6003
|
+
def rule(self) -> Optional[_builtins.str]:
|
|
6005
6004
|
"""
|
|
6006
6005
|
rule is the strategy that will dictate the allowable labels that may be set.
|
|
6007
6006
|
"""
|
|
6008
6007
|
return pulumi.get(self, "rule")
|
|
6009
6008
|
|
|
6010
|
-
@property
|
|
6009
|
+
@_builtins.property
|
|
6011
6010
|
@pulumi.getter(name="seLinuxOptions")
|
|
6012
6011
|
def se_linux_options(self) -> Optional['_core.v1.outputs.SELinuxOptionsPatch']:
|
|
6013
6012
|
"""
|
|
@@ -6023,18 +6022,18 @@ class SupplementalGroupsStrategyOptions(dict):
|
|
|
6023
6022
|
"""
|
|
6024
6023
|
def __init__(__self__, *,
|
|
6025
6024
|
ranges: Optional[Sequence['outputs.IDRange']] = None,
|
|
6026
|
-
rule: Optional[
|
|
6025
|
+
rule: Optional[_builtins.str] = None):
|
|
6027
6026
|
"""
|
|
6028
6027
|
SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use SupplementalGroupsStrategyOptions from policy API Group instead.
|
|
6029
6028
|
: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.
|
|
6030
|
-
:param
|
|
6029
|
+
:param _builtins.str rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
6031
6030
|
"""
|
|
6032
6031
|
if ranges is not None:
|
|
6033
6032
|
pulumi.set(__self__, "ranges", ranges)
|
|
6034
6033
|
if rule is not None:
|
|
6035
6034
|
pulumi.set(__self__, "rule", rule)
|
|
6036
6035
|
|
|
6037
|
-
@property
|
|
6036
|
+
@_builtins.property
|
|
6038
6037
|
@pulumi.getter
|
|
6039
6038
|
def ranges(self) -> Optional[Sequence['outputs.IDRange']]:
|
|
6040
6039
|
"""
|
|
@@ -6042,9 +6041,9 @@ class SupplementalGroupsStrategyOptions(dict):
|
|
|
6042
6041
|
"""
|
|
6043
6042
|
return pulumi.get(self, "ranges")
|
|
6044
6043
|
|
|
6045
|
-
@property
|
|
6044
|
+
@_builtins.property
|
|
6046
6045
|
@pulumi.getter
|
|
6047
|
-
def rule(self) -> Optional[
|
|
6046
|
+
def rule(self) -> Optional[_builtins.str]:
|
|
6048
6047
|
"""
|
|
6049
6048
|
rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
6050
6049
|
"""
|
|
@@ -6058,18 +6057,18 @@ class SupplementalGroupsStrategyOptionsPatch(dict):
|
|
|
6058
6057
|
"""
|
|
6059
6058
|
def __init__(__self__, *,
|
|
6060
6059
|
ranges: Optional[Sequence['outputs.IDRangePatch']] = None,
|
|
6061
|
-
rule: Optional[
|
|
6060
|
+
rule: Optional[_builtins.str] = None):
|
|
6062
6061
|
"""
|
|
6063
6062
|
SupplementalGroupsStrategyOptions defines the strategy type and options used to create the strategy. Deprecated: use SupplementalGroupsStrategyOptions from policy API Group instead.
|
|
6064
6063
|
: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.
|
|
6065
|
-
:param
|
|
6064
|
+
:param _builtins.str rule: rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
6066
6065
|
"""
|
|
6067
6066
|
if ranges is not None:
|
|
6068
6067
|
pulumi.set(__self__, "ranges", ranges)
|
|
6069
6068
|
if rule is not None:
|
|
6070
6069
|
pulumi.set(__self__, "rule", rule)
|
|
6071
6070
|
|
|
6072
|
-
@property
|
|
6071
|
+
@_builtins.property
|
|
6073
6072
|
@pulumi.getter
|
|
6074
6073
|
def ranges(self) -> Optional[Sequence['outputs.IDRangePatch']]:
|
|
6075
6074
|
"""
|
|
@@ -6077,9 +6076,9 @@ class SupplementalGroupsStrategyOptionsPatch(dict):
|
|
|
6077
6076
|
"""
|
|
6078
6077
|
return pulumi.get(self, "ranges")
|
|
6079
6078
|
|
|
6080
|
-
@property
|
|
6079
|
+
@_builtins.property
|
|
6081
6080
|
@pulumi.getter
|
|
6082
|
-
def rule(self) -> Optional[
|
|
6081
|
+
def rule(self) -> Optional[_builtins.str]:
|
|
6083
6082
|
"""
|
|
6084
6083
|
rule is the strategy that will dictate what supplemental groups is used in the SecurityContext.
|
|
6085
6084
|
"""
|