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