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
|
|
@@ -97,13 +97,13 @@ if not MYPY:
|
|
|
97
97
|
"""
|
|
98
98
|
ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.
|
|
99
99
|
"""
|
|
100
|
-
lendable_percent: NotRequired[pulumi.Input[int]]
|
|
100
|
+
lendable_percent: NotRequired[pulumi.Input[_builtins.int]]
|
|
101
101
|
"""
|
|
102
102
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
103
103
|
|
|
104
104
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
105
105
|
"""
|
|
106
|
-
nominal_concurrency_shares: NotRequired[pulumi.Input[int]]
|
|
106
|
+
nominal_concurrency_shares: NotRequired[pulumi.Input[_builtins.int]]
|
|
107
107
|
"""
|
|
108
108
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
109
109
|
|
|
@@ -117,14 +117,14 @@ elif False:
|
|
|
117
117
|
@pulumi.input_type
|
|
118
118
|
class ExemptPriorityLevelConfigurationPatchArgs:
|
|
119
119
|
def __init__(__self__, *,
|
|
120
|
-
lendable_percent: Optional[pulumi.Input[int]] = None,
|
|
121
|
-
nominal_concurrency_shares: Optional[pulumi.Input[int]] = None):
|
|
120
|
+
lendable_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
|
121
|
+
nominal_concurrency_shares: Optional[pulumi.Input[_builtins.int]] = None):
|
|
122
122
|
"""
|
|
123
123
|
ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.
|
|
124
|
-
:param pulumi.Input[int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
124
|
+
:param pulumi.Input[_builtins.int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
125
125
|
|
|
126
126
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
127
|
-
:param pulumi.Input[int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
127
|
+
:param pulumi.Input[_builtins.int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
128
128
|
|
|
129
129
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
130
130
|
|
|
@@ -135,9 +135,9 @@ class ExemptPriorityLevelConfigurationPatchArgs:
|
|
|
135
135
|
if nominal_concurrency_shares is not None:
|
|
136
136
|
pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
|
|
137
137
|
|
|
138
|
-
@property
|
|
138
|
+
@_builtins.property
|
|
139
139
|
@pulumi.getter(name="lendablePercent")
|
|
140
|
-
def lendable_percent(self) -> Optional[pulumi.Input[int]]:
|
|
140
|
+
def lendable_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
141
141
|
"""
|
|
142
142
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
143
143
|
|
|
@@ -146,12 +146,12 @@ class ExemptPriorityLevelConfigurationPatchArgs:
|
|
|
146
146
|
return pulumi.get(self, "lendable_percent")
|
|
147
147
|
|
|
148
148
|
@lendable_percent.setter
|
|
149
|
-
def lendable_percent(self, value: Optional[pulumi.Input[int]]):
|
|
149
|
+
def lendable_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
150
150
|
pulumi.set(self, "lendable_percent", value)
|
|
151
151
|
|
|
152
|
-
@property
|
|
152
|
+
@_builtins.property
|
|
153
153
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
154
|
-
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[int]]:
|
|
154
|
+
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
155
155
|
"""
|
|
156
156
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
157
157
|
|
|
@@ -162,7 +162,7 @@ class ExemptPriorityLevelConfigurationPatchArgs:
|
|
|
162
162
|
return pulumi.get(self, "nominal_concurrency_shares")
|
|
163
163
|
|
|
164
164
|
@nominal_concurrency_shares.setter
|
|
165
|
-
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[int]]):
|
|
165
|
+
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
166
166
|
pulumi.set(self, "nominal_concurrency_shares", value)
|
|
167
167
|
|
|
168
168
|
|
|
@@ -171,13 +171,13 @@ if not MYPY:
|
|
|
171
171
|
"""
|
|
172
172
|
ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.
|
|
173
173
|
"""
|
|
174
|
-
lendable_percent: NotRequired[pulumi.Input[int]]
|
|
174
|
+
lendable_percent: NotRequired[pulumi.Input[_builtins.int]]
|
|
175
175
|
"""
|
|
176
176
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
177
177
|
|
|
178
178
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
179
179
|
"""
|
|
180
|
-
nominal_concurrency_shares: NotRequired[pulumi.Input[int]]
|
|
180
|
+
nominal_concurrency_shares: NotRequired[pulumi.Input[_builtins.int]]
|
|
181
181
|
"""
|
|
182
182
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
183
183
|
|
|
@@ -191,14 +191,14 @@ elif False:
|
|
|
191
191
|
@pulumi.input_type
|
|
192
192
|
class ExemptPriorityLevelConfigurationArgs:
|
|
193
193
|
def __init__(__self__, *,
|
|
194
|
-
lendable_percent: Optional[pulumi.Input[int]] = None,
|
|
195
|
-
nominal_concurrency_shares: Optional[pulumi.Input[int]] = None):
|
|
194
|
+
lendable_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
|
195
|
+
nominal_concurrency_shares: Optional[pulumi.Input[_builtins.int]] = None):
|
|
196
196
|
"""
|
|
197
197
|
ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.
|
|
198
|
-
:param pulumi.Input[int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
198
|
+
:param pulumi.Input[_builtins.int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
199
199
|
|
|
200
200
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
201
|
-
:param pulumi.Input[int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
201
|
+
:param pulumi.Input[_builtins.int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
202
202
|
|
|
203
203
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
204
204
|
|
|
@@ -209,9 +209,9 @@ class ExemptPriorityLevelConfigurationArgs:
|
|
|
209
209
|
if nominal_concurrency_shares is not None:
|
|
210
210
|
pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
|
|
211
211
|
|
|
212
|
-
@property
|
|
212
|
+
@_builtins.property
|
|
213
213
|
@pulumi.getter(name="lendablePercent")
|
|
214
|
-
def lendable_percent(self) -> Optional[pulumi.Input[int]]:
|
|
214
|
+
def lendable_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
215
215
|
"""
|
|
216
216
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
217
217
|
|
|
@@ -220,12 +220,12 @@ class ExemptPriorityLevelConfigurationArgs:
|
|
|
220
220
|
return pulumi.get(self, "lendable_percent")
|
|
221
221
|
|
|
222
222
|
@lendable_percent.setter
|
|
223
|
-
def lendable_percent(self, value: Optional[pulumi.Input[int]]):
|
|
223
|
+
def lendable_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
224
224
|
pulumi.set(self, "lendable_percent", value)
|
|
225
225
|
|
|
226
|
-
@property
|
|
226
|
+
@_builtins.property
|
|
227
227
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
228
|
-
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[int]]:
|
|
228
|
+
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
229
229
|
"""
|
|
230
230
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
231
231
|
|
|
@@ -236,7 +236,7 @@ class ExemptPriorityLevelConfigurationArgs:
|
|
|
236
236
|
return pulumi.get(self, "nominal_concurrency_shares")
|
|
237
237
|
|
|
238
238
|
@nominal_concurrency_shares.setter
|
|
239
|
-
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[int]]):
|
|
239
|
+
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
240
240
|
pulumi.set(self, "nominal_concurrency_shares", value)
|
|
241
241
|
|
|
242
242
|
|
|
@@ -245,7 +245,7 @@ if not MYPY:
|
|
|
245
245
|
"""
|
|
246
246
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
247
247
|
"""
|
|
248
|
-
type: NotRequired[pulumi.Input[str]]
|
|
248
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
249
249
|
"""
|
|
250
250
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
251
251
|
"""
|
|
@@ -255,24 +255,24 @@ elif False:
|
|
|
255
255
|
@pulumi.input_type
|
|
256
256
|
class FlowDistinguisherMethodPatchArgs:
|
|
257
257
|
def __init__(__self__, *,
|
|
258
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
258
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
259
259
|
"""
|
|
260
260
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
261
|
-
:param pulumi.Input[str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
261
|
+
:param pulumi.Input[_builtins.str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
262
262
|
"""
|
|
263
263
|
if type is not None:
|
|
264
264
|
pulumi.set(__self__, "type", type)
|
|
265
265
|
|
|
266
|
-
@property
|
|
266
|
+
@_builtins.property
|
|
267
267
|
@pulumi.getter
|
|
268
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
268
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
269
269
|
"""
|
|
270
270
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
271
271
|
"""
|
|
272
272
|
return pulumi.get(self, "type")
|
|
273
273
|
|
|
274
274
|
@type.setter
|
|
275
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
275
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
276
276
|
pulumi.set(self, "type", value)
|
|
277
277
|
|
|
278
278
|
|
|
@@ -281,7 +281,7 @@ if not MYPY:
|
|
|
281
281
|
"""
|
|
282
282
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
283
283
|
"""
|
|
284
|
-
type: pulumi.Input[str]
|
|
284
|
+
type: pulumi.Input[_builtins.str]
|
|
285
285
|
"""
|
|
286
286
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
287
287
|
"""
|
|
@@ -291,23 +291,23 @@ elif False:
|
|
|
291
291
|
@pulumi.input_type
|
|
292
292
|
class FlowDistinguisherMethodArgs:
|
|
293
293
|
def __init__(__self__, *,
|
|
294
|
-
type: pulumi.Input[str]):
|
|
294
|
+
type: pulumi.Input[_builtins.str]):
|
|
295
295
|
"""
|
|
296
296
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
297
|
-
:param pulumi.Input[str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
297
|
+
:param pulumi.Input[_builtins.str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
298
298
|
"""
|
|
299
299
|
pulumi.set(__self__, "type", type)
|
|
300
300
|
|
|
301
|
-
@property
|
|
301
|
+
@_builtins.property
|
|
302
302
|
@pulumi.getter
|
|
303
|
-
def type(self) -> pulumi.Input[str]:
|
|
303
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
304
304
|
"""
|
|
305
305
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
306
306
|
"""
|
|
307
307
|
return pulumi.get(self, "type")
|
|
308
308
|
|
|
309
309
|
@type.setter
|
|
310
|
-
def type(self, value: pulumi.Input[str]):
|
|
310
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
311
311
|
pulumi.set(self, "type", value)
|
|
312
312
|
|
|
313
313
|
|
|
@@ -316,23 +316,23 @@ if not MYPY:
|
|
|
316
316
|
"""
|
|
317
317
|
FlowSchemaCondition describes conditions for a FlowSchema.
|
|
318
318
|
"""
|
|
319
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
319
|
+
last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
320
320
|
"""
|
|
321
321
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
322
322
|
"""
|
|
323
|
-
message: NotRequired[pulumi.Input[str]]
|
|
323
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
324
324
|
"""
|
|
325
325
|
`message` is a human-readable message indicating details about last transition.
|
|
326
326
|
"""
|
|
327
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
327
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
328
328
|
"""
|
|
329
329
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
330
330
|
"""
|
|
331
|
-
status: NotRequired[pulumi.Input[str]]
|
|
331
|
+
status: NotRequired[pulumi.Input[_builtins.str]]
|
|
332
332
|
"""
|
|
333
333
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
334
334
|
"""
|
|
335
|
-
type: NotRequired[pulumi.Input[str]]
|
|
335
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
336
336
|
"""
|
|
337
337
|
`type` is the type of the condition. Required.
|
|
338
338
|
"""
|
|
@@ -342,18 +342,18 @@ elif False:
|
|
|
342
342
|
@pulumi.input_type
|
|
343
343
|
class FlowSchemaConditionArgs:
|
|
344
344
|
def __init__(__self__, *,
|
|
345
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
346
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
347
|
-
reason: Optional[pulumi.Input[str]] = None,
|
|
348
|
-
status: Optional[pulumi.Input[str]] = None,
|
|
349
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
345
|
+
last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
346
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
347
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None,
|
|
348
|
+
status: Optional[pulumi.Input[_builtins.str]] = None,
|
|
349
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
350
350
|
"""
|
|
351
351
|
FlowSchemaCondition describes conditions for a FlowSchema.
|
|
352
|
-
:param pulumi.Input[str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
353
|
-
:param pulumi.Input[str] message: `message` is a human-readable message indicating details about last transition.
|
|
354
|
-
:param pulumi.Input[str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
355
|
-
:param pulumi.Input[str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
356
|
-
:param pulumi.Input[str] type: `type` is the type of the condition. Required.
|
|
352
|
+
:param pulumi.Input[_builtins.str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
353
|
+
:param pulumi.Input[_builtins.str] message: `message` is a human-readable message indicating details about last transition.
|
|
354
|
+
:param pulumi.Input[_builtins.str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
355
|
+
:param pulumi.Input[_builtins.str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
356
|
+
:param pulumi.Input[_builtins.str] type: `type` is the type of the condition. Required.
|
|
357
357
|
"""
|
|
358
358
|
if last_transition_time is not None:
|
|
359
359
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -366,64 +366,64 @@ class FlowSchemaConditionArgs:
|
|
|
366
366
|
if type is not None:
|
|
367
367
|
pulumi.set(__self__, "type", type)
|
|
368
368
|
|
|
369
|
-
@property
|
|
369
|
+
@_builtins.property
|
|
370
370
|
@pulumi.getter(name="lastTransitionTime")
|
|
371
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
371
|
+
def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
372
372
|
"""
|
|
373
373
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
374
374
|
"""
|
|
375
375
|
return pulumi.get(self, "last_transition_time")
|
|
376
376
|
|
|
377
377
|
@last_transition_time.setter
|
|
378
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
378
|
+
def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
379
379
|
pulumi.set(self, "last_transition_time", value)
|
|
380
380
|
|
|
381
|
-
@property
|
|
381
|
+
@_builtins.property
|
|
382
382
|
@pulumi.getter
|
|
383
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
383
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
384
384
|
"""
|
|
385
385
|
`message` is a human-readable message indicating details about last transition.
|
|
386
386
|
"""
|
|
387
387
|
return pulumi.get(self, "message")
|
|
388
388
|
|
|
389
389
|
@message.setter
|
|
390
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
390
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
391
391
|
pulumi.set(self, "message", value)
|
|
392
392
|
|
|
393
|
-
@property
|
|
393
|
+
@_builtins.property
|
|
394
394
|
@pulumi.getter
|
|
395
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
395
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
396
396
|
"""
|
|
397
397
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
398
398
|
"""
|
|
399
399
|
return pulumi.get(self, "reason")
|
|
400
400
|
|
|
401
401
|
@reason.setter
|
|
402
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
402
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
403
403
|
pulumi.set(self, "reason", value)
|
|
404
404
|
|
|
405
|
-
@property
|
|
405
|
+
@_builtins.property
|
|
406
406
|
@pulumi.getter
|
|
407
|
-
def status(self) -> Optional[pulumi.Input[str]]:
|
|
407
|
+
def status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
408
408
|
"""
|
|
409
409
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
410
410
|
"""
|
|
411
411
|
return pulumi.get(self, "status")
|
|
412
412
|
|
|
413
413
|
@status.setter
|
|
414
|
-
def status(self, value: Optional[pulumi.Input[str]]):
|
|
414
|
+
def status(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
415
415
|
pulumi.set(self, "status", value)
|
|
416
416
|
|
|
417
|
-
@property
|
|
417
|
+
@_builtins.property
|
|
418
418
|
@pulumi.getter
|
|
419
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
419
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
420
420
|
"""
|
|
421
421
|
`type` is the type of the condition. Required.
|
|
422
422
|
"""
|
|
423
423
|
return pulumi.get(self, "type")
|
|
424
424
|
|
|
425
425
|
@type.setter
|
|
426
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
426
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
427
427
|
pulumi.set(self, "type", value)
|
|
428
428
|
|
|
429
429
|
|
|
@@ -436,7 +436,7 @@ if not MYPY:
|
|
|
436
436
|
"""
|
|
437
437
|
`distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
|
|
438
438
|
"""
|
|
439
|
-
matching_precedence: NotRequired[pulumi.Input[int]]
|
|
439
|
+
matching_precedence: NotRequired[pulumi.Input[_builtins.int]]
|
|
440
440
|
"""
|
|
441
441
|
`matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
442
442
|
"""
|
|
@@ -455,13 +455,13 @@ elif False:
|
|
|
455
455
|
class FlowSchemaSpecPatchArgs:
|
|
456
456
|
def __init__(__self__, *,
|
|
457
457
|
distinguisher_method: Optional[pulumi.Input['FlowDistinguisherMethodPatchArgs']] = None,
|
|
458
|
-
matching_precedence: Optional[pulumi.Input[int]] = None,
|
|
458
|
+
matching_precedence: Optional[pulumi.Input[_builtins.int]] = None,
|
|
459
459
|
priority_level_configuration: Optional[pulumi.Input['PriorityLevelConfigurationReferencePatchArgs']] = None,
|
|
460
460
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsPatchArgs']]]] = None):
|
|
461
461
|
"""
|
|
462
462
|
FlowSchemaSpec describes how the FlowSchema's specification looks like.
|
|
463
463
|
:param pulumi.Input['FlowDistinguisherMethodPatchArgs'] distinguisher_method: `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
|
|
464
|
-
:param pulumi.Input[int] matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
464
|
+
:param pulumi.Input[_builtins.int] matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
465
465
|
:param pulumi.Input['PriorityLevelConfigurationReferencePatchArgs'] priority_level_configuration: `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
|
|
466
466
|
:param pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsPatchArgs']]] rules: `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
|
|
467
467
|
"""
|
|
@@ -474,7 +474,7 @@ class FlowSchemaSpecPatchArgs:
|
|
|
474
474
|
if rules is not None:
|
|
475
475
|
pulumi.set(__self__, "rules", rules)
|
|
476
476
|
|
|
477
|
-
@property
|
|
477
|
+
@_builtins.property
|
|
478
478
|
@pulumi.getter(name="distinguisherMethod")
|
|
479
479
|
def distinguisher_method(self) -> Optional[pulumi.Input['FlowDistinguisherMethodPatchArgs']]:
|
|
480
480
|
"""
|
|
@@ -486,19 +486,19 @@ class FlowSchemaSpecPatchArgs:
|
|
|
486
486
|
def distinguisher_method(self, value: Optional[pulumi.Input['FlowDistinguisherMethodPatchArgs']]):
|
|
487
487
|
pulumi.set(self, "distinguisher_method", value)
|
|
488
488
|
|
|
489
|
-
@property
|
|
489
|
+
@_builtins.property
|
|
490
490
|
@pulumi.getter(name="matchingPrecedence")
|
|
491
|
-
def matching_precedence(self) -> Optional[pulumi.Input[int]]:
|
|
491
|
+
def matching_precedence(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
492
492
|
"""
|
|
493
493
|
`matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
494
494
|
"""
|
|
495
495
|
return pulumi.get(self, "matching_precedence")
|
|
496
496
|
|
|
497
497
|
@matching_precedence.setter
|
|
498
|
-
def matching_precedence(self, value: Optional[pulumi.Input[int]]):
|
|
498
|
+
def matching_precedence(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
499
499
|
pulumi.set(self, "matching_precedence", value)
|
|
500
500
|
|
|
501
|
-
@property
|
|
501
|
+
@_builtins.property
|
|
502
502
|
@pulumi.getter(name="priorityLevelConfiguration")
|
|
503
503
|
def priority_level_configuration(self) -> Optional[pulumi.Input['PriorityLevelConfigurationReferencePatchArgs']]:
|
|
504
504
|
"""
|
|
@@ -510,7 +510,7 @@ class FlowSchemaSpecPatchArgs:
|
|
|
510
510
|
def priority_level_configuration(self, value: Optional[pulumi.Input['PriorityLevelConfigurationReferencePatchArgs']]):
|
|
511
511
|
pulumi.set(self, "priority_level_configuration", value)
|
|
512
512
|
|
|
513
|
-
@property
|
|
513
|
+
@_builtins.property
|
|
514
514
|
@pulumi.getter
|
|
515
515
|
def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsPatchArgs']]]]:
|
|
516
516
|
"""
|
|
@@ -536,7 +536,7 @@ if not MYPY:
|
|
|
536
536
|
"""
|
|
537
537
|
`distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
|
|
538
538
|
"""
|
|
539
|
-
matching_precedence: NotRequired[pulumi.Input[int]]
|
|
539
|
+
matching_precedence: NotRequired[pulumi.Input[_builtins.int]]
|
|
540
540
|
"""
|
|
541
541
|
`matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
542
542
|
"""
|
|
@@ -552,13 +552,13 @@ class FlowSchemaSpecArgs:
|
|
|
552
552
|
def __init__(__self__, *,
|
|
553
553
|
priority_level_configuration: pulumi.Input['PriorityLevelConfigurationReferenceArgs'],
|
|
554
554
|
distinguisher_method: Optional[pulumi.Input['FlowDistinguisherMethodArgs']] = None,
|
|
555
|
-
matching_precedence: Optional[pulumi.Input[int]] = None,
|
|
555
|
+
matching_precedence: Optional[pulumi.Input[_builtins.int]] = None,
|
|
556
556
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsArgs']]]] = None):
|
|
557
557
|
"""
|
|
558
558
|
FlowSchemaSpec describes how the FlowSchema's specification looks like.
|
|
559
559
|
:param pulumi.Input['PriorityLevelConfigurationReferenceArgs'] priority_level_configuration: `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
|
|
560
560
|
:param pulumi.Input['FlowDistinguisherMethodArgs'] distinguisher_method: `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
|
|
561
|
-
:param pulumi.Input[int] matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
561
|
+
:param pulumi.Input[_builtins.int] matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
562
562
|
:param pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsArgs']]] rules: `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
|
|
563
563
|
"""
|
|
564
564
|
pulumi.set(__self__, "priority_level_configuration", priority_level_configuration)
|
|
@@ -569,7 +569,7 @@ class FlowSchemaSpecArgs:
|
|
|
569
569
|
if rules is not None:
|
|
570
570
|
pulumi.set(__self__, "rules", rules)
|
|
571
571
|
|
|
572
|
-
@property
|
|
572
|
+
@_builtins.property
|
|
573
573
|
@pulumi.getter(name="priorityLevelConfiguration")
|
|
574
574
|
def priority_level_configuration(self) -> pulumi.Input['PriorityLevelConfigurationReferenceArgs']:
|
|
575
575
|
"""
|
|
@@ -581,7 +581,7 @@ class FlowSchemaSpecArgs:
|
|
|
581
581
|
def priority_level_configuration(self, value: pulumi.Input['PriorityLevelConfigurationReferenceArgs']):
|
|
582
582
|
pulumi.set(self, "priority_level_configuration", value)
|
|
583
583
|
|
|
584
|
-
@property
|
|
584
|
+
@_builtins.property
|
|
585
585
|
@pulumi.getter(name="distinguisherMethod")
|
|
586
586
|
def distinguisher_method(self) -> Optional[pulumi.Input['FlowDistinguisherMethodArgs']]:
|
|
587
587
|
"""
|
|
@@ -593,19 +593,19 @@ class FlowSchemaSpecArgs:
|
|
|
593
593
|
def distinguisher_method(self, value: Optional[pulumi.Input['FlowDistinguisherMethodArgs']]):
|
|
594
594
|
pulumi.set(self, "distinguisher_method", value)
|
|
595
595
|
|
|
596
|
-
@property
|
|
596
|
+
@_builtins.property
|
|
597
597
|
@pulumi.getter(name="matchingPrecedence")
|
|
598
|
-
def matching_precedence(self) -> Optional[pulumi.Input[int]]:
|
|
598
|
+
def matching_precedence(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
599
599
|
"""
|
|
600
600
|
`matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
601
601
|
"""
|
|
602
602
|
return pulumi.get(self, "matching_precedence")
|
|
603
603
|
|
|
604
604
|
@matching_precedence.setter
|
|
605
|
-
def matching_precedence(self, value: Optional[pulumi.Input[int]]):
|
|
605
|
+
def matching_precedence(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
606
606
|
pulumi.set(self, "matching_precedence", value)
|
|
607
607
|
|
|
608
|
-
@property
|
|
608
|
+
@_builtins.property
|
|
609
609
|
@pulumi.getter
|
|
610
610
|
def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsArgs']]]]:
|
|
611
611
|
"""
|
|
@@ -641,7 +641,7 @@ class FlowSchemaStatusArgs:
|
|
|
641
641
|
if conditions is not None:
|
|
642
642
|
pulumi.set(__self__, "conditions", conditions)
|
|
643
643
|
|
|
644
|
-
@property
|
|
644
|
+
@_builtins.property
|
|
645
645
|
@pulumi.getter
|
|
646
646
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FlowSchemaConditionArgs']]]]:
|
|
647
647
|
"""
|
|
@@ -659,11 +659,11 @@ if not MYPY:
|
|
|
659
659
|
"""
|
|
660
660
|
FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".
|
|
661
661
|
"""
|
|
662
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
662
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
663
663
|
"""
|
|
664
664
|
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
|
|
665
665
|
"""
|
|
666
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
666
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
667
667
|
"""
|
|
668
668
|
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
|
|
669
669
|
"""
|
|
@@ -685,15 +685,15 @@ elif False:
|
|
|
685
685
|
@pulumi.input_type
|
|
686
686
|
class FlowSchemaArgs:
|
|
687
687
|
def __init__(__self__, *,
|
|
688
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
689
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
688
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
689
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
690
690
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
691
691
|
spec: Optional[pulumi.Input['FlowSchemaSpecArgs']] = None,
|
|
692
692
|
status: Optional[pulumi.Input['FlowSchemaStatusArgs']] = None):
|
|
693
693
|
"""
|
|
694
694
|
FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".
|
|
695
|
-
:param pulumi.Input[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
|
|
696
|
-
:param pulumi.Input[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
|
|
695
|
+
:param pulumi.Input[_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
|
|
696
|
+
:param pulumi.Input[_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
|
|
697
697
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
698
698
|
:param pulumi.Input['FlowSchemaSpecArgs'] spec: `spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
699
699
|
:param pulumi.Input['FlowSchemaStatusArgs'] status: `status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -709,31 +709,31 @@ class FlowSchemaArgs:
|
|
|
709
709
|
if status is not None:
|
|
710
710
|
pulumi.set(__self__, "status", status)
|
|
711
711
|
|
|
712
|
-
@property
|
|
712
|
+
@_builtins.property
|
|
713
713
|
@pulumi.getter(name="apiVersion")
|
|
714
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
714
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
715
715
|
"""
|
|
716
716
|
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
|
|
717
717
|
"""
|
|
718
718
|
return pulumi.get(self, "api_version")
|
|
719
719
|
|
|
720
720
|
@api_version.setter
|
|
721
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
721
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
722
722
|
pulumi.set(self, "api_version", value)
|
|
723
723
|
|
|
724
|
-
@property
|
|
724
|
+
@_builtins.property
|
|
725
725
|
@pulumi.getter
|
|
726
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
726
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
727
727
|
"""
|
|
728
728
|
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
|
|
729
729
|
"""
|
|
730
730
|
return pulumi.get(self, "kind")
|
|
731
731
|
|
|
732
732
|
@kind.setter
|
|
733
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
733
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
734
734
|
pulumi.set(self, "kind", value)
|
|
735
735
|
|
|
736
|
-
@property
|
|
736
|
+
@_builtins.property
|
|
737
737
|
@pulumi.getter
|
|
738
738
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
739
739
|
"""
|
|
@@ -745,7 +745,7 @@ class FlowSchemaArgs:
|
|
|
745
745
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
746
746
|
pulumi.set(self, "metadata", value)
|
|
747
747
|
|
|
748
|
-
@property
|
|
748
|
+
@_builtins.property
|
|
749
749
|
@pulumi.getter
|
|
750
750
|
def spec(self) -> Optional[pulumi.Input['FlowSchemaSpecArgs']]:
|
|
751
751
|
"""
|
|
@@ -757,7 +757,7 @@ class FlowSchemaArgs:
|
|
|
757
757
|
def spec(self, value: Optional[pulumi.Input['FlowSchemaSpecArgs']]):
|
|
758
758
|
pulumi.set(self, "spec", value)
|
|
759
759
|
|
|
760
|
-
@property
|
|
760
|
+
@_builtins.property
|
|
761
761
|
@pulumi.getter
|
|
762
762
|
def status(self) -> Optional[pulumi.Input['FlowSchemaStatusArgs']]:
|
|
763
763
|
"""
|
|
@@ -775,7 +775,7 @@ if not MYPY:
|
|
|
775
775
|
"""
|
|
776
776
|
GroupSubject holds detailed information for group-kind subject.
|
|
777
777
|
"""
|
|
778
|
-
name: NotRequired[pulumi.Input[str]]
|
|
778
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
779
779
|
"""
|
|
780
780
|
name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
781
781
|
"""
|
|
@@ -785,24 +785,24 @@ elif False:
|
|
|
785
785
|
@pulumi.input_type
|
|
786
786
|
class GroupSubjectPatchArgs:
|
|
787
787
|
def __init__(__self__, *,
|
|
788
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
788
|
+
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
789
789
|
"""
|
|
790
790
|
GroupSubject holds detailed information for group-kind subject.
|
|
791
|
-
:param pulumi.Input[str] name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
791
|
+
:param pulumi.Input[_builtins.str] name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
792
792
|
"""
|
|
793
793
|
if name is not None:
|
|
794
794
|
pulumi.set(__self__, "name", name)
|
|
795
795
|
|
|
796
|
-
@property
|
|
796
|
+
@_builtins.property
|
|
797
797
|
@pulumi.getter
|
|
798
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
798
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
799
799
|
"""
|
|
800
800
|
name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
801
801
|
"""
|
|
802
802
|
return pulumi.get(self, "name")
|
|
803
803
|
|
|
804
804
|
@name.setter
|
|
805
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
805
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
806
806
|
pulumi.set(self, "name", value)
|
|
807
807
|
|
|
808
808
|
|
|
@@ -811,7 +811,7 @@ if not MYPY:
|
|
|
811
811
|
"""
|
|
812
812
|
GroupSubject holds detailed information for group-kind subject.
|
|
813
813
|
"""
|
|
814
|
-
name: pulumi.Input[str]
|
|
814
|
+
name: pulumi.Input[_builtins.str]
|
|
815
815
|
"""
|
|
816
816
|
name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
817
817
|
"""
|
|
@@ -821,23 +821,23 @@ elif False:
|
|
|
821
821
|
@pulumi.input_type
|
|
822
822
|
class GroupSubjectArgs:
|
|
823
823
|
def __init__(__self__, *,
|
|
824
|
-
name: pulumi.Input[str]):
|
|
824
|
+
name: pulumi.Input[_builtins.str]):
|
|
825
825
|
"""
|
|
826
826
|
GroupSubject holds detailed information for group-kind subject.
|
|
827
|
-
:param pulumi.Input[str] name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
827
|
+
:param pulumi.Input[_builtins.str] name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
828
828
|
"""
|
|
829
829
|
pulumi.set(__self__, "name", name)
|
|
830
830
|
|
|
831
|
-
@property
|
|
831
|
+
@_builtins.property
|
|
832
832
|
@pulumi.getter
|
|
833
|
-
def name(self) -> pulumi.Input[str]:
|
|
833
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
834
834
|
"""
|
|
835
835
|
name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
836
836
|
"""
|
|
837
837
|
return pulumi.get(self, "name")
|
|
838
838
|
|
|
839
839
|
@name.setter
|
|
840
|
-
def name(self, value: pulumi.Input[str]):
|
|
840
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
841
841
|
pulumi.set(self, "name", value)
|
|
842
842
|
|
|
843
843
|
|
|
@@ -850,7 +850,7 @@ if not MYPY:
|
|
|
850
850
|
"""
|
|
851
851
|
`queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
852
852
|
"""
|
|
853
|
-
type: NotRequired[pulumi.Input[str]]
|
|
853
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
854
854
|
"""
|
|
855
855
|
`type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
856
856
|
"""
|
|
@@ -861,18 +861,18 @@ elif False:
|
|
|
861
861
|
class LimitResponsePatchArgs:
|
|
862
862
|
def __init__(__self__, *,
|
|
863
863
|
queuing: Optional[pulumi.Input['QueuingConfigurationPatchArgs']] = None,
|
|
864
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
864
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
865
865
|
"""
|
|
866
866
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
867
867
|
:param pulumi.Input['QueuingConfigurationPatchArgs'] queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
868
|
-
:param pulumi.Input[str] type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
868
|
+
:param pulumi.Input[_builtins.str] type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
869
869
|
"""
|
|
870
870
|
if queuing is not None:
|
|
871
871
|
pulumi.set(__self__, "queuing", queuing)
|
|
872
872
|
if type is not None:
|
|
873
873
|
pulumi.set(__self__, "type", type)
|
|
874
874
|
|
|
875
|
-
@property
|
|
875
|
+
@_builtins.property
|
|
876
876
|
@pulumi.getter
|
|
877
877
|
def queuing(self) -> Optional[pulumi.Input['QueuingConfigurationPatchArgs']]:
|
|
878
878
|
"""
|
|
@@ -884,16 +884,16 @@ class LimitResponsePatchArgs:
|
|
|
884
884
|
def queuing(self, value: Optional[pulumi.Input['QueuingConfigurationPatchArgs']]):
|
|
885
885
|
pulumi.set(self, "queuing", value)
|
|
886
886
|
|
|
887
|
-
@property
|
|
887
|
+
@_builtins.property
|
|
888
888
|
@pulumi.getter
|
|
889
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
889
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
890
890
|
"""
|
|
891
891
|
`type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
892
892
|
"""
|
|
893
893
|
return pulumi.get(self, "type")
|
|
894
894
|
|
|
895
895
|
@type.setter
|
|
896
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
896
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
897
897
|
pulumi.set(self, "type", value)
|
|
898
898
|
|
|
899
899
|
|
|
@@ -902,7 +902,7 @@ if not MYPY:
|
|
|
902
902
|
"""
|
|
903
903
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
904
904
|
"""
|
|
905
|
-
type: pulumi.Input[str]
|
|
905
|
+
type: pulumi.Input[_builtins.str]
|
|
906
906
|
"""
|
|
907
907
|
`type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
908
908
|
"""
|
|
@@ -916,30 +916,30 @@ elif False:
|
|
|
916
916
|
@pulumi.input_type
|
|
917
917
|
class LimitResponseArgs:
|
|
918
918
|
def __init__(__self__, *,
|
|
919
|
-
type: pulumi.Input[str],
|
|
919
|
+
type: pulumi.Input[_builtins.str],
|
|
920
920
|
queuing: Optional[pulumi.Input['QueuingConfigurationArgs']] = None):
|
|
921
921
|
"""
|
|
922
922
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
923
|
-
:param pulumi.Input[str] type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
923
|
+
:param pulumi.Input[_builtins.str] type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
924
924
|
:param pulumi.Input['QueuingConfigurationArgs'] queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
925
925
|
"""
|
|
926
926
|
pulumi.set(__self__, "type", type)
|
|
927
927
|
if queuing is not None:
|
|
928
928
|
pulumi.set(__self__, "queuing", queuing)
|
|
929
929
|
|
|
930
|
-
@property
|
|
930
|
+
@_builtins.property
|
|
931
931
|
@pulumi.getter
|
|
932
|
-
def type(self) -> pulumi.Input[str]:
|
|
932
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
933
933
|
"""
|
|
934
934
|
`type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
935
935
|
"""
|
|
936
936
|
return pulumi.get(self, "type")
|
|
937
937
|
|
|
938
938
|
@type.setter
|
|
939
|
-
def type(self, value: pulumi.Input[str]):
|
|
939
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
940
940
|
pulumi.set(self, "type", value)
|
|
941
941
|
|
|
942
|
-
@property
|
|
942
|
+
@_builtins.property
|
|
943
943
|
@pulumi.getter
|
|
944
944
|
def queuing(self) -> Optional[pulumi.Input['QueuingConfigurationArgs']]:
|
|
945
945
|
"""
|
|
@@ -959,7 +959,7 @@ if not MYPY:
|
|
|
959
959
|
- How are requests for this priority level limited?
|
|
960
960
|
- What should be done with requests that exceed the limit?
|
|
961
961
|
"""
|
|
962
|
-
borrowing_limit_percent: NotRequired[pulumi.Input[int]]
|
|
962
|
+
borrowing_limit_percent: NotRequired[pulumi.Input[_builtins.int]]
|
|
963
963
|
"""
|
|
964
964
|
`borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
965
965
|
|
|
@@ -967,7 +967,7 @@ if not MYPY:
|
|
|
967
967
|
|
|
968
968
|
The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.
|
|
969
969
|
"""
|
|
970
|
-
lendable_percent: NotRequired[pulumi.Input[int]]
|
|
970
|
+
lendable_percent: NotRequired[pulumi.Input[_builtins.int]]
|
|
971
971
|
"""
|
|
972
972
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
973
973
|
|
|
@@ -977,7 +977,7 @@ if not MYPY:
|
|
|
977
977
|
"""
|
|
978
978
|
`limitResponse` indicates what to do with requests that can not be executed right now
|
|
979
979
|
"""
|
|
980
|
-
nominal_concurrency_shares: NotRequired[pulumi.Input[int]]
|
|
980
|
+
nominal_concurrency_shares: NotRequired[pulumi.Input[_builtins.int]]
|
|
981
981
|
"""
|
|
982
982
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
983
983
|
|
|
@@ -995,24 +995,24 @@ elif False:
|
|
|
995
995
|
@pulumi.input_type
|
|
996
996
|
class LimitedPriorityLevelConfigurationPatchArgs:
|
|
997
997
|
def __init__(__self__, *,
|
|
998
|
-
borrowing_limit_percent: Optional[pulumi.Input[int]] = None,
|
|
999
|
-
lendable_percent: Optional[pulumi.Input[int]] = None,
|
|
998
|
+
borrowing_limit_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
|
999
|
+
lendable_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1000
1000
|
limit_response: Optional[pulumi.Input['LimitResponsePatchArgs']] = None,
|
|
1001
|
-
nominal_concurrency_shares: Optional[pulumi.Input[int]] = None):
|
|
1001
|
+
nominal_concurrency_shares: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1002
1002
|
"""
|
|
1003
1003
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
1004
1004
|
- How are requests for this priority level limited?
|
|
1005
1005
|
- What should be done with requests that exceed the limit?
|
|
1006
|
-
:param pulumi.Input[int] borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
1006
|
+
:param pulumi.Input[_builtins.int] borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
1007
1007
|
|
|
1008
1008
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
1009
1009
|
|
|
1010
1010
|
The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.
|
|
1011
|
-
:param pulumi.Input[int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
1011
|
+
:param pulumi.Input[_builtins.int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
1012
1012
|
|
|
1013
1013
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
1014
1014
|
:param pulumi.Input['LimitResponsePatchArgs'] limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
1015
|
-
:param pulumi.Input[int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
1015
|
+
:param pulumi.Input[_builtins.int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
1016
1016
|
|
|
1017
1017
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
1018
1018
|
|
|
@@ -1031,9 +1031,9 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1031
1031
|
if nominal_concurrency_shares is not None:
|
|
1032
1032
|
pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
|
|
1033
1033
|
|
|
1034
|
-
@property
|
|
1034
|
+
@_builtins.property
|
|
1035
1035
|
@pulumi.getter(name="borrowingLimitPercent")
|
|
1036
|
-
def borrowing_limit_percent(self) -> Optional[pulumi.Input[int]]:
|
|
1036
|
+
def borrowing_limit_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1037
1037
|
"""
|
|
1038
1038
|
`borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
1039
1039
|
|
|
@@ -1044,12 +1044,12 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1044
1044
|
return pulumi.get(self, "borrowing_limit_percent")
|
|
1045
1045
|
|
|
1046
1046
|
@borrowing_limit_percent.setter
|
|
1047
|
-
def borrowing_limit_percent(self, value: Optional[pulumi.Input[int]]):
|
|
1047
|
+
def borrowing_limit_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1048
1048
|
pulumi.set(self, "borrowing_limit_percent", value)
|
|
1049
1049
|
|
|
1050
|
-
@property
|
|
1050
|
+
@_builtins.property
|
|
1051
1051
|
@pulumi.getter(name="lendablePercent")
|
|
1052
|
-
def lendable_percent(self) -> Optional[pulumi.Input[int]]:
|
|
1052
|
+
def lendable_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1053
1053
|
"""
|
|
1054
1054
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
1055
1055
|
|
|
@@ -1058,10 +1058,10 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1058
1058
|
return pulumi.get(self, "lendable_percent")
|
|
1059
1059
|
|
|
1060
1060
|
@lendable_percent.setter
|
|
1061
|
-
def lendable_percent(self, value: Optional[pulumi.Input[int]]):
|
|
1061
|
+
def lendable_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1062
1062
|
pulumi.set(self, "lendable_percent", value)
|
|
1063
1063
|
|
|
1064
|
-
@property
|
|
1064
|
+
@_builtins.property
|
|
1065
1065
|
@pulumi.getter(name="limitResponse")
|
|
1066
1066
|
def limit_response(self) -> Optional[pulumi.Input['LimitResponsePatchArgs']]:
|
|
1067
1067
|
"""
|
|
@@ -1073,9 +1073,9 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1073
1073
|
def limit_response(self, value: Optional[pulumi.Input['LimitResponsePatchArgs']]):
|
|
1074
1074
|
pulumi.set(self, "limit_response", value)
|
|
1075
1075
|
|
|
1076
|
-
@property
|
|
1076
|
+
@_builtins.property
|
|
1077
1077
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
1078
|
-
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[int]]:
|
|
1078
|
+
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1079
1079
|
"""
|
|
1080
1080
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
1081
1081
|
|
|
@@ -1090,7 +1090,7 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1090
1090
|
return pulumi.get(self, "nominal_concurrency_shares")
|
|
1091
1091
|
|
|
1092
1092
|
@nominal_concurrency_shares.setter
|
|
1093
|
-
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[int]]):
|
|
1093
|
+
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1094
1094
|
pulumi.set(self, "nominal_concurrency_shares", value)
|
|
1095
1095
|
|
|
1096
1096
|
|
|
@@ -1101,7 +1101,7 @@ if not MYPY:
|
|
|
1101
1101
|
- How are requests for this priority level limited?
|
|
1102
1102
|
- What should be done with requests that exceed the limit?
|
|
1103
1103
|
"""
|
|
1104
|
-
borrowing_limit_percent: NotRequired[pulumi.Input[int]]
|
|
1104
|
+
borrowing_limit_percent: NotRequired[pulumi.Input[_builtins.int]]
|
|
1105
1105
|
"""
|
|
1106
1106
|
`borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
1107
1107
|
|
|
@@ -1109,7 +1109,7 @@ if not MYPY:
|
|
|
1109
1109
|
|
|
1110
1110
|
The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.
|
|
1111
1111
|
"""
|
|
1112
|
-
lendable_percent: NotRequired[pulumi.Input[int]]
|
|
1112
|
+
lendable_percent: NotRequired[pulumi.Input[_builtins.int]]
|
|
1113
1113
|
"""
|
|
1114
1114
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
1115
1115
|
|
|
@@ -1119,7 +1119,7 @@ if not MYPY:
|
|
|
1119
1119
|
"""
|
|
1120
1120
|
`limitResponse` indicates what to do with requests that can not be executed right now
|
|
1121
1121
|
"""
|
|
1122
|
-
nominal_concurrency_shares: NotRequired[pulumi.Input[int]]
|
|
1122
|
+
nominal_concurrency_shares: NotRequired[pulumi.Input[_builtins.int]]
|
|
1123
1123
|
"""
|
|
1124
1124
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
1125
1125
|
|
|
@@ -1137,24 +1137,24 @@ elif False:
|
|
|
1137
1137
|
@pulumi.input_type
|
|
1138
1138
|
class LimitedPriorityLevelConfigurationArgs:
|
|
1139
1139
|
def __init__(__self__, *,
|
|
1140
|
-
borrowing_limit_percent: Optional[pulumi.Input[int]] = None,
|
|
1141
|
-
lendable_percent: Optional[pulumi.Input[int]] = None,
|
|
1140
|
+
borrowing_limit_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1141
|
+
lendable_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1142
1142
|
limit_response: Optional[pulumi.Input['LimitResponseArgs']] = None,
|
|
1143
|
-
nominal_concurrency_shares: Optional[pulumi.Input[int]] = None):
|
|
1143
|
+
nominal_concurrency_shares: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1144
1144
|
"""
|
|
1145
1145
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
1146
1146
|
- How are requests for this priority level limited?
|
|
1147
1147
|
- What should be done with requests that exceed the limit?
|
|
1148
|
-
:param pulumi.Input[int] borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
1148
|
+
:param pulumi.Input[_builtins.int] borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
1149
1149
|
|
|
1150
1150
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
1151
1151
|
|
|
1152
1152
|
The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.
|
|
1153
|
-
:param pulumi.Input[int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
1153
|
+
:param pulumi.Input[_builtins.int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
1154
1154
|
|
|
1155
1155
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
1156
1156
|
:param pulumi.Input['LimitResponseArgs'] limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
1157
|
-
:param pulumi.Input[int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
1157
|
+
:param pulumi.Input[_builtins.int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
1158
1158
|
|
|
1159
1159
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
1160
1160
|
|
|
@@ -1173,9 +1173,9 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1173
1173
|
if nominal_concurrency_shares is not None:
|
|
1174
1174
|
pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
|
|
1175
1175
|
|
|
1176
|
-
@property
|
|
1176
|
+
@_builtins.property
|
|
1177
1177
|
@pulumi.getter(name="borrowingLimitPercent")
|
|
1178
|
-
def borrowing_limit_percent(self) -> Optional[pulumi.Input[int]]:
|
|
1178
|
+
def borrowing_limit_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1179
1179
|
"""
|
|
1180
1180
|
`borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
1181
1181
|
|
|
@@ -1186,12 +1186,12 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1186
1186
|
return pulumi.get(self, "borrowing_limit_percent")
|
|
1187
1187
|
|
|
1188
1188
|
@borrowing_limit_percent.setter
|
|
1189
|
-
def borrowing_limit_percent(self, value: Optional[pulumi.Input[int]]):
|
|
1189
|
+
def borrowing_limit_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1190
1190
|
pulumi.set(self, "borrowing_limit_percent", value)
|
|
1191
1191
|
|
|
1192
|
-
@property
|
|
1192
|
+
@_builtins.property
|
|
1193
1193
|
@pulumi.getter(name="lendablePercent")
|
|
1194
|
-
def lendable_percent(self) -> Optional[pulumi.Input[int]]:
|
|
1194
|
+
def lendable_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1195
1195
|
"""
|
|
1196
1196
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
1197
1197
|
|
|
@@ -1200,10 +1200,10 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1200
1200
|
return pulumi.get(self, "lendable_percent")
|
|
1201
1201
|
|
|
1202
1202
|
@lendable_percent.setter
|
|
1203
|
-
def lendable_percent(self, value: Optional[pulumi.Input[int]]):
|
|
1203
|
+
def lendable_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1204
1204
|
pulumi.set(self, "lendable_percent", value)
|
|
1205
1205
|
|
|
1206
|
-
@property
|
|
1206
|
+
@_builtins.property
|
|
1207
1207
|
@pulumi.getter(name="limitResponse")
|
|
1208
1208
|
def limit_response(self) -> Optional[pulumi.Input['LimitResponseArgs']]:
|
|
1209
1209
|
"""
|
|
@@ -1215,9 +1215,9 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1215
1215
|
def limit_response(self, value: Optional[pulumi.Input['LimitResponseArgs']]):
|
|
1216
1216
|
pulumi.set(self, "limit_response", value)
|
|
1217
1217
|
|
|
1218
|
-
@property
|
|
1218
|
+
@_builtins.property
|
|
1219
1219
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
1220
|
-
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[int]]:
|
|
1220
|
+
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1221
1221
|
"""
|
|
1222
1222
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
1223
1223
|
|
|
@@ -1232,7 +1232,7 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1232
1232
|
return pulumi.get(self, "nominal_concurrency_shares")
|
|
1233
1233
|
|
|
1234
1234
|
@nominal_concurrency_shares.setter
|
|
1235
|
-
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[int]]):
|
|
1235
|
+
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1236
1236
|
pulumi.set(self, "nominal_concurrency_shares", value)
|
|
1237
1237
|
|
|
1238
1238
|
|
|
@@ -1241,7 +1241,7 @@ if not MYPY:
|
|
|
1241
1241
|
"""
|
|
1242
1242
|
NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
|
|
1243
1243
|
"""
|
|
1244
|
-
non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1244
|
+
non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1245
1245
|
"""
|
|
1246
1246
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1247
1247
|
- "/healthz" is legal
|
|
@@ -1251,7 +1251,7 @@ if not MYPY:
|
|
|
1251
1251
|
- "/healthz/*" matches all per-component health checks.
|
|
1252
1252
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1253
1253
|
"""
|
|
1254
|
-
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1254
|
+
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1255
1255
|
"""
|
|
1256
1256
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
1257
1257
|
"""
|
|
@@ -1261,27 +1261,27 @@ elif False:
|
|
|
1261
1261
|
@pulumi.input_type
|
|
1262
1262
|
class NonResourcePolicyRulePatchArgs:
|
|
1263
1263
|
def __init__(__self__, *,
|
|
1264
|
-
non_resource_urls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1265
|
-
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1264
|
+
non_resource_urls: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
1265
|
+
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
1266
1266
|
"""
|
|
1267
1267
|
NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
|
|
1268
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1268
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1269
1269
|
- "/healthz" is legal
|
|
1270
1270
|
- "/hea*" is illegal
|
|
1271
1271
|
- "/hea" is legal but matches nothing
|
|
1272
1272
|
- "/hea/*" also matches nothing
|
|
1273
1273
|
- "/healthz/*" matches all per-component health checks.
|
|
1274
1274
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1275
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
1275
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
1276
1276
|
"""
|
|
1277
1277
|
if non_resource_urls is not None:
|
|
1278
1278
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
1279
1279
|
if verbs is not None:
|
|
1280
1280
|
pulumi.set(__self__, "verbs", verbs)
|
|
1281
1281
|
|
|
1282
|
-
@property
|
|
1282
|
+
@_builtins.property
|
|
1283
1283
|
@pulumi.getter(name="nonResourceURLs")
|
|
1284
|
-
def non_resource_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1284
|
+
def non_resource_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1285
1285
|
"""
|
|
1286
1286
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1287
1287
|
- "/healthz" is legal
|
|
@@ -1294,19 +1294,19 @@ class NonResourcePolicyRulePatchArgs:
|
|
|
1294
1294
|
return pulumi.get(self, "non_resource_urls")
|
|
1295
1295
|
|
|
1296
1296
|
@non_resource_urls.setter
|
|
1297
|
-
def non_resource_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1297
|
+
def non_resource_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1298
1298
|
pulumi.set(self, "non_resource_urls", value)
|
|
1299
1299
|
|
|
1300
|
-
@property
|
|
1300
|
+
@_builtins.property
|
|
1301
1301
|
@pulumi.getter
|
|
1302
|
-
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1302
|
+
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1303
1303
|
"""
|
|
1304
1304
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
1305
1305
|
"""
|
|
1306
1306
|
return pulumi.get(self, "verbs")
|
|
1307
1307
|
|
|
1308
1308
|
@verbs.setter
|
|
1309
|
-
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1309
|
+
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1310
1310
|
pulumi.set(self, "verbs", value)
|
|
1311
1311
|
|
|
1312
1312
|
|
|
@@ -1315,7 +1315,7 @@ if not MYPY:
|
|
|
1315
1315
|
"""
|
|
1316
1316
|
NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
|
|
1317
1317
|
"""
|
|
1318
|
-
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
1318
|
+
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
1319
1319
|
"""
|
|
1320
1320
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1321
1321
|
- "/healthz" is legal
|
|
@@ -1325,7 +1325,7 @@ if not MYPY:
|
|
|
1325
1325
|
- "/healthz/*" matches all per-component health checks.
|
|
1326
1326
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1327
1327
|
"""
|
|
1328
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
1328
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
1329
1329
|
"""
|
|
1330
1330
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
1331
1331
|
"""
|
|
@@ -1335,25 +1335,25 @@ elif False:
|
|
|
1335
1335
|
@pulumi.input_type
|
|
1336
1336
|
class NonResourcePolicyRuleArgs:
|
|
1337
1337
|
def __init__(__self__, *,
|
|
1338
|
-
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
1339
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
1338
|
+
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
1339
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
1340
1340
|
"""
|
|
1341
1341
|
NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
|
|
1342
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1342
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1343
1343
|
- "/healthz" is legal
|
|
1344
1344
|
- "/hea*" is illegal
|
|
1345
1345
|
- "/hea" is legal but matches nothing
|
|
1346
1346
|
- "/hea/*" also matches nothing
|
|
1347
1347
|
- "/healthz/*" matches all per-component health checks.
|
|
1348
1348
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1349
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
1349
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
1350
1350
|
"""
|
|
1351
1351
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
1352
1352
|
pulumi.set(__self__, "verbs", verbs)
|
|
1353
1353
|
|
|
1354
|
-
@property
|
|
1354
|
+
@_builtins.property
|
|
1355
1355
|
@pulumi.getter(name="nonResourceURLs")
|
|
1356
|
-
def non_resource_urls(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
1356
|
+
def non_resource_urls(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
1357
1357
|
"""
|
|
1358
1358
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1359
1359
|
- "/healthz" is legal
|
|
@@ -1366,19 +1366,19 @@ class NonResourcePolicyRuleArgs:
|
|
|
1366
1366
|
return pulumi.get(self, "non_resource_urls")
|
|
1367
1367
|
|
|
1368
1368
|
@non_resource_urls.setter
|
|
1369
|
-
def non_resource_urls(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
1369
|
+
def non_resource_urls(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
1370
1370
|
pulumi.set(self, "non_resource_urls", value)
|
|
1371
1371
|
|
|
1372
|
-
@property
|
|
1372
|
+
@_builtins.property
|
|
1373
1373
|
@pulumi.getter
|
|
1374
|
-
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
1374
|
+
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
1375
1375
|
"""
|
|
1376
1376
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
1377
1377
|
"""
|
|
1378
1378
|
return pulumi.get(self, "verbs")
|
|
1379
1379
|
|
|
1380
1380
|
@verbs.setter
|
|
1381
|
-
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
1381
|
+
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
1382
1382
|
pulumi.set(self, "verbs", value)
|
|
1383
1383
|
|
|
1384
1384
|
|
|
@@ -1421,7 +1421,7 @@ class PolicyRulesWithSubjectsPatchArgs:
|
|
|
1421
1421
|
if subjects is not None:
|
|
1422
1422
|
pulumi.set(__self__, "subjects", subjects)
|
|
1423
1423
|
|
|
1424
|
-
@property
|
|
1424
|
+
@_builtins.property
|
|
1425
1425
|
@pulumi.getter(name="nonResourceRules")
|
|
1426
1426
|
def non_resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRulePatchArgs']]]]:
|
|
1427
1427
|
"""
|
|
@@ -1433,7 +1433,7 @@ class PolicyRulesWithSubjectsPatchArgs:
|
|
|
1433
1433
|
def non_resource_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRulePatchArgs']]]]):
|
|
1434
1434
|
pulumi.set(self, "non_resource_rules", value)
|
|
1435
1435
|
|
|
1436
|
-
@property
|
|
1436
|
+
@_builtins.property
|
|
1437
1437
|
@pulumi.getter(name="resourceRules")
|
|
1438
1438
|
def resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRulePatchArgs']]]]:
|
|
1439
1439
|
"""
|
|
@@ -1445,7 +1445,7 @@ class PolicyRulesWithSubjectsPatchArgs:
|
|
|
1445
1445
|
def resource_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRulePatchArgs']]]]):
|
|
1446
1446
|
pulumi.set(self, "resource_rules", value)
|
|
1447
1447
|
|
|
1448
|
-
@property
|
|
1448
|
+
@_builtins.property
|
|
1449
1449
|
@pulumi.getter
|
|
1450
1450
|
def subjects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubjectPatchArgs']]]]:
|
|
1451
1451
|
"""
|
|
@@ -1496,7 +1496,7 @@ class PolicyRulesWithSubjectsArgs:
|
|
|
1496
1496
|
if resource_rules is not None:
|
|
1497
1497
|
pulumi.set(__self__, "resource_rules", resource_rules)
|
|
1498
1498
|
|
|
1499
|
-
@property
|
|
1499
|
+
@_builtins.property
|
|
1500
1500
|
@pulumi.getter
|
|
1501
1501
|
def subjects(self) -> pulumi.Input[Sequence[pulumi.Input['SubjectArgs']]]:
|
|
1502
1502
|
"""
|
|
@@ -1508,7 +1508,7 @@ class PolicyRulesWithSubjectsArgs:
|
|
|
1508
1508
|
def subjects(self, value: pulumi.Input[Sequence[pulumi.Input['SubjectArgs']]]):
|
|
1509
1509
|
pulumi.set(self, "subjects", value)
|
|
1510
1510
|
|
|
1511
|
-
@property
|
|
1511
|
+
@_builtins.property
|
|
1512
1512
|
@pulumi.getter(name="nonResourceRules")
|
|
1513
1513
|
def non_resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRuleArgs']]]]:
|
|
1514
1514
|
"""
|
|
@@ -1520,7 +1520,7 @@ class PolicyRulesWithSubjectsArgs:
|
|
|
1520
1520
|
def non_resource_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRuleArgs']]]]):
|
|
1521
1521
|
pulumi.set(self, "non_resource_rules", value)
|
|
1522
1522
|
|
|
1523
|
-
@property
|
|
1523
|
+
@_builtins.property
|
|
1524
1524
|
@pulumi.getter(name="resourceRules")
|
|
1525
1525
|
def resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRuleArgs']]]]:
|
|
1526
1526
|
"""
|
|
@@ -1538,23 +1538,23 @@ if not MYPY:
|
|
|
1538
1538
|
"""
|
|
1539
1539
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1540
1540
|
"""
|
|
1541
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
1541
|
+
last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
1542
1542
|
"""
|
|
1543
1543
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1544
1544
|
"""
|
|
1545
|
-
message: NotRequired[pulumi.Input[str]]
|
|
1545
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
1546
1546
|
"""
|
|
1547
1547
|
`message` is a human-readable message indicating details about last transition.
|
|
1548
1548
|
"""
|
|
1549
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
1549
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
1550
1550
|
"""
|
|
1551
1551
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1552
1552
|
"""
|
|
1553
|
-
status: NotRequired[pulumi.Input[str]]
|
|
1553
|
+
status: NotRequired[pulumi.Input[_builtins.str]]
|
|
1554
1554
|
"""
|
|
1555
1555
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1556
1556
|
"""
|
|
1557
|
-
type: NotRequired[pulumi.Input[str]]
|
|
1557
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
1558
1558
|
"""
|
|
1559
1559
|
`type` is the type of the condition. Required.
|
|
1560
1560
|
"""
|
|
@@ -1564,18 +1564,18 @@ elif False:
|
|
|
1564
1564
|
@pulumi.input_type
|
|
1565
1565
|
class PriorityLevelConfigurationConditionArgs:
|
|
1566
1566
|
def __init__(__self__, *,
|
|
1567
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
1568
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
1569
|
-
reason: Optional[pulumi.Input[str]] = None,
|
|
1570
|
-
status: Optional[pulumi.Input[str]] = None,
|
|
1571
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
1567
|
+
last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1568
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1569
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1570
|
+
status: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1571
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1572
1572
|
"""
|
|
1573
1573
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1574
|
-
:param pulumi.Input[str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1575
|
-
:param pulumi.Input[str] message: `message` is a human-readable message indicating details about last transition.
|
|
1576
|
-
:param pulumi.Input[str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1577
|
-
:param pulumi.Input[str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1578
|
-
:param pulumi.Input[str] type: `type` is the type of the condition. Required.
|
|
1574
|
+
:param pulumi.Input[_builtins.str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1575
|
+
:param pulumi.Input[_builtins.str] message: `message` is a human-readable message indicating details about last transition.
|
|
1576
|
+
:param pulumi.Input[_builtins.str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1577
|
+
:param pulumi.Input[_builtins.str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1578
|
+
:param pulumi.Input[_builtins.str] type: `type` is the type of the condition. Required.
|
|
1579
1579
|
"""
|
|
1580
1580
|
if last_transition_time is not None:
|
|
1581
1581
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1588,64 +1588,64 @@ class PriorityLevelConfigurationConditionArgs:
|
|
|
1588
1588
|
if type is not None:
|
|
1589
1589
|
pulumi.set(__self__, "type", type)
|
|
1590
1590
|
|
|
1591
|
-
@property
|
|
1591
|
+
@_builtins.property
|
|
1592
1592
|
@pulumi.getter(name="lastTransitionTime")
|
|
1593
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
1593
|
+
def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1594
1594
|
"""
|
|
1595
1595
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1596
1596
|
"""
|
|
1597
1597
|
return pulumi.get(self, "last_transition_time")
|
|
1598
1598
|
|
|
1599
1599
|
@last_transition_time.setter
|
|
1600
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
1600
|
+
def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1601
1601
|
pulumi.set(self, "last_transition_time", value)
|
|
1602
1602
|
|
|
1603
|
-
@property
|
|
1603
|
+
@_builtins.property
|
|
1604
1604
|
@pulumi.getter
|
|
1605
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
1605
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1606
1606
|
"""
|
|
1607
1607
|
`message` is a human-readable message indicating details about last transition.
|
|
1608
1608
|
"""
|
|
1609
1609
|
return pulumi.get(self, "message")
|
|
1610
1610
|
|
|
1611
1611
|
@message.setter
|
|
1612
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
1612
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1613
1613
|
pulumi.set(self, "message", value)
|
|
1614
1614
|
|
|
1615
|
-
@property
|
|
1615
|
+
@_builtins.property
|
|
1616
1616
|
@pulumi.getter
|
|
1617
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
1617
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1618
1618
|
"""
|
|
1619
1619
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1620
1620
|
"""
|
|
1621
1621
|
return pulumi.get(self, "reason")
|
|
1622
1622
|
|
|
1623
1623
|
@reason.setter
|
|
1624
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
1624
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1625
1625
|
pulumi.set(self, "reason", value)
|
|
1626
1626
|
|
|
1627
|
-
@property
|
|
1627
|
+
@_builtins.property
|
|
1628
1628
|
@pulumi.getter
|
|
1629
|
-
def status(self) -> Optional[pulumi.Input[str]]:
|
|
1629
|
+
def status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1630
1630
|
"""
|
|
1631
1631
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1632
1632
|
"""
|
|
1633
1633
|
return pulumi.get(self, "status")
|
|
1634
1634
|
|
|
1635
1635
|
@status.setter
|
|
1636
|
-
def status(self, value: Optional[pulumi.Input[str]]):
|
|
1636
|
+
def status(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1637
1637
|
pulumi.set(self, "status", value)
|
|
1638
1638
|
|
|
1639
|
-
@property
|
|
1639
|
+
@_builtins.property
|
|
1640
1640
|
@pulumi.getter
|
|
1641
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1641
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1642
1642
|
"""
|
|
1643
1643
|
`type` is the type of the condition. Required.
|
|
1644
1644
|
"""
|
|
1645
1645
|
return pulumi.get(self, "type")
|
|
1646
1646
|
|
|
1647
1647
|
@type.setter
|
|
1648
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
1648
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1649
1649
|
pulumi.set(self, "type", value)
|
|
1650
1650
|
|
|
1651
1651
|
|
|
@@ -1654,7 +1654,7 @@ if not MYPY:
|
|
|
1654
1654
|
"""
|
|
1655
1655
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1656
1656
|
"""
|
|
1657
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1657
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1658
1658
|
"""
|
|
1659
1659
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1660
1660
|
"""
|
|
@@ -1664,24 +1664,24 @@ elif False:
|
|
|
1664
1664
|
@pulumi.input_type
|
|
1665
1665
|
class PriorityLevelConfigurationReferencePatchArgs:
|
|
1666
1666
|
def __init__(__self__, *,
|
|
1667
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
1667
|
+
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1668
1668
|
"""
|
|
1669
1669
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1670
|
-
:param pulumi.Input[str] name: `name` is the name of the priority level configuration being referenced Required.
|
|
1670
|
+
:param pulumi.Input[_builtins.str] name: `name` is the name of the priority level configuration being referenced Required.
|
|
1671
1671
|
"""
|
|
1672
1672
|
if name is not None:
|
|
1673
1673
|
pulumi.set(__self__, "name", name)
|
|
1674
1674
|
|
|
1675
|
-
@property
|
|
1675
|
+
@_builtins.property
|
|
1676
1676
|
@pulumi.getter
|
|
1677
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1677
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1678
1678
|
"""
|
|
1679
1679
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1680
1680
|
"""
|
|
1681
1681
|
return pulumi.get(self, "name")
|
|
1682
1682
|
|
|
1683
1683
|
@name.setter
|
|
1684
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1684
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1685
1685
|
pulumi.set(self, "name", value)
|
|
1686
1686
|
|
|
1687
1687
|
|
|
@@ -1690,7 +1690,7 @@ if not MYPY:
|
|
|
1690
1690
|
"""
|
|
1691
1691
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1692
1692
|
"""
|
|
1693
|
-
name: pulumi.Input[str]
|
|
1693
|
+
name: pulumi.Input[_builtins.str]
|
|
1694
1694
|
"""
|
|
1695
1695
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1696
1696
|
"""
|
|
@@ -1700,23 +1700,23 @@ elif False:
|
|
|
1700
1700
|
@pulumi.input_type
|
|
1701
1701
|
class PriorityLevelConfigurationReferenceArgs:
|
|
1702
1702
|
def __init__(__self__, *,
|
|
1703
|
-
name: pulumi.Input[str]):
|
|
1703
|
+
name: pulumi.Input[_builtins.str]):
|
|
1704
1704
|
"""
|
|
1705
1705
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1706
|
-
:param pulumi.Input[str] name: `name` is the name of the priority level configuration being referenced Required.
|
|
1706
|
+
:param pulumi.Input[_builtins.str] name: `name` is the name of the priority level configuration being referenced Required.
|
|
1707
1707
|
"""
|
|
1708
1708
|
pulumi.set(__self__, "name", name)
|
|
1709
1709
|
|
|
1710
|
-
@property
|
|
1710
|
+
@_builtins.property
|
|
1711
1711
|
@pulumi.getter
|
|
1712
|
-
def name(self) -> pulumi.Input[str]:
|
|
1712
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
1713
1713
|
"""
|
|
1714
1714
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1715
1715
|
"""
|
|
1716
1716
|
return pulumi.get(self, "name")
|
|
1717
1717
|
|
|
1718
1718
|
@name.setter
|
|
1719
|
-
def name(self, value: pulumi.Input[str]):
|
|
1719
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
1720
1720
|
pulumi.set(self, "name", value)
|
|
1721
1721
|
|
|
1722
1722
|
|
|
@@ -1733,7 +1733,7 @@ if not MYPY:
|
|
|
1733
1733
|
"""
|
|
1734
1734
|
`limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
|
|
1735
1735
|
"""
|
|
1736
|
-
type: NotRequired[pulumi.Input[str]]
|
|
1736
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
1737
1737
|
"""
|
|
1738
1738
|
`type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1739
1739
|
"""
|
|
@@ -1745,12 +1745,12 @@ class PriorityLevelConfigurationSpecPatchArgs:
|
|
|
1745
1745
|
def __init__(__self__, *,
|
|
1746
1746
|
exempt: Optional[pulumi.Input['ExemptPriorityLevelConfigurationPatchArgs']] = None,
|
|
1747
1747
|
limited: Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']] = None,
|
|
1748
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
1748
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1749
1749
|
"""
|
|
1750
1750
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1751
1751
|
:param pulumi.Input['ExemptPriorityLevelConfigurationPatchArgs'] exempt: `exempt` specifies how requests are handled for an exempt priority level. This field MUST be empty if `type` is `"Limited"`. This field MAY be non-empty if `type` is `"Exempt"`. If empty and `type` is `"Exempt"` then the default values for `ExemptPriorityLevelConfiguration` apply.
|
|
1752
1752
|
:param pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs'] limited: `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
|
|
1753
|
-
:param pulumi.Input[str] type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1753
|
+
:param pulumi.Input[_builtins.str] type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1754
1754
|
"""
|
|
1755
1755
|
if exempt is not None:
|
|
1756
1756
|
pulumi.set(__self__, "exempt", exempt)
|
|
@@ -1759,7 +1759,7 @@ class PriorityLevelConfigurationSpecPatchArgs:
|
|
|
1759
1759
|
if type is not None:
|
|
1760
1760
|
pulumi.set(__self__, "type", type)
|
|
1761
1761
|
|
|
1762
|
-
@property
|
|
1762
|
+
@_builtins.property
|
|
1763
1763
|
@pulumi.getter
|
|
1764
1764
|
def exempt(self) -> Optional[pulumi.Input['ExemptPriorityLevelConfigurationPatchArgs']]:
|
|
1765
1765
|
"""
|
|
@@ -1771,7 +1771,7 @@ class PriorityLevelConfigurationSpecPatchArgs:
|
|
|
1771
1771
|
def exempt(self, value: Optional[pulumi.Input['ExemptPriorityLevelConfigurationPatchArgs']]):
|
|
1772
1772
|
pulumi.set(self, "exempt", value)
|
|
1773
1773
|
|
|
1774
|
-
@property
|
|
1774
|
+
@_builtins.property
|
|
1775
1775
|
@pulumi.getter
|
|
1776
1776
|
def limited(self) -> Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']]:
|
|
1777
1777
|
"""
|
|
@@ -1783,16 +1783,16 @@ class PriorityLevelConfigurationSpecPatchArgs:
|
|
|
1783
1783
|
def limited(self, value: Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']]):
|
|
1784
1784
|
pulumi.set(self, "limited", value)
|
|
1785
1785
|
|
|
1786
|
-
@property
|
|
1786
|
+
@_builtins.property
|
|
1787
1787
|
@pulumi.getter
|
|
1788
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1788
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1789
1789
|
"""
|
|
1790
1790
|
`type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1791
1791
|
"""
|
|
1792
1792
|
return pulumi.get(self, "type")
|
|
1793
1793
|
|
|
1794
1794
|
@type.setter
|
|
1795
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
1795
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1796
1796
|
pulumi.set(self, "type", value)
|
|
1797
1797
|
|
|
1798
1798
|
|
|
@@ -1801,7 +1801,7 @@ if not MYPY:
|
|
|
1801
1801
|
"""
|
|
1802
1802
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1803
1803
|
"""
|
|
1804
|
-
type: pulumi.Input[str]
|
|
1804
|
+
type: pulumi.Input[_builtins.str]
|
|
1805
1805
|
"""
|
|
1806
1806
|
`type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1807
1807
|
"""
|
|
@@ -1819,12 +1819,12 @@ elif False:
|
|
|
1819
1819
|
@pulumi.input_type
|
|
1820
1820
|
class PriorityLevelConfigurationSpecArgs:
|
|
1821
1821
|
def __init__(__self__, *,
|
|
1822
|
-
type: pulumi.Input[str],
|
|
1822
|
+
type: pulumi.Input[_builtins.str],
|
|
1823
1823
|
exempt: Optional[pulumi.Input['ExemptPriorityLevelConfigurationArgs']] = None,
|
|
1824
1824
|
limited: Optional[pulumi.Input['LimitedPriorityLevelConfigurationArgs']] = None):
|
|
1825
1825
|
"""
|
|
1826
1826
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1827
|
-
:param pulumi.Input[str] type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1827
|
+
:param pulumi.Input[_builtins.str] type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1828
1828
|
:param pulumi.Input['ExemptPriorityLevelConfigurationArgs'] exempt: `exempt` specifies how requests are handled for an exempt priority level. This field MUST be empty if `type` is `"Limited"`. This field MAY be non-empty if `type` is `"Exempt"`. If empty and `type` is `"Exempt"` then the default values for `ExemptPriorityLevelConfiguration` apply.
|
|
1829
1829
|
:param pulumi.Input['LimitedPriorityLevelConfigurationArgs'] limited: `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
|
|
1830
1830
|
"""
|
|
@@ -1834,19 +1834,19 @@ class PriorityLevelConfigurationSpecArgs:
|
|
|
1834
1834
|
if limited is not None:
|
|
1835
1835
|
pulumi.set(__self__, "limited", limited)
|
|
1836
1836
|
|
|
1837
|
-
@property
|
|
1837
|
+
@_builtins.property
|
|
1838
1838
|
@pulumi.getter
|
|
1839
|
-
def type(self) -> pulumi.Input[str]:
|
|
1839
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
1840
1840
|
"""
|
|
1841
1841
|
`type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1842
1842
|
"""
|
|
1843
1843
|
return pulumi.get(self, "type")
|
|
1844
1844
|
|
|
1845
1845
|
@type.setter
|
|
1846
|
-
def type(self, value: pulumi.Input[str]):
|
|
1846
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
1847
1847
|
pulumi.set(self, "type", value)
|
|
1848
1848
|
|
|
1849
|
-
@property
|
|
1849
|
+
@_builtins.property
|
|
1850
1850
|
@pulumi.getter
|
|
1851
1851
|
def exempt(self) -> Optional[pulumi.Input['ExemptPriorityLevelConfigurationArgs']]:
|
|
1852
1852
|
"""
|
|
@@ -1858,7 +1858,7 @@ class PriorityLevelConfigurationSpecArgs:
|
|
|
1858
1858
|
def exempt(self, value: Optional[pulumi.Input['ExemptPriorityLevelConfigurationArgs']]):
|
|
1859
1859
|
pulumi.set(self, "exempt", value)
|
|
1860
1860
|
|
|
1861
|
-
@property
|
|
1861
|
+
@_builtins.property
|
|
1862
1862
|
@pulumi.getter
|
|
1863
1863
|
def limited(self) -> Optional[pulumi.Input['LimitedPriorityLevelConfigurationArgs']]:
|
|
1864
1864
|
"""
|
|
@@ -1894,7 +1894,7 @@ class PriorityLevelConfigurationStatusArgs:
|
|
|
1894
1894
|
if conditions is not None:
|
|
1895
1895
|
pulumi.set(__self__, "conditions", conditions)
|
|
1896
1896
|
|
|
1897
|
-
@property
|
|
1897
|
+
@_builtins.property
|
|
1898
1898
|
@pulumi.getter
|
|
1899
1899
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PriorityLevelConfigurationConditionArgs']]]]:
|
|
1900
1900
|
"""
|
|
@@ -1912,11 +1912,11 @@ if not MYPY:
|
|
|
1912
1912
|
"""
|
|
1913
1913
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1914
1914
|
"""
|
|
1915
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1915
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1916
1916
|
"""
|
|
1917
1917
|
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
|
|
1918
1918
|
"""
|
|
1919
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1919
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
1920
1920
|
"""
|
|
1921
1921
|
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
|
|
1922
1922
|
"""
|
|
@@ -1938,15 +1938,15 @@ elif False:
|
|
|
1938
1938
|
@pulumi.input_type
|
|
1939
1939
|
class PriorityLevelConfigurationArgs:
|
|
1940
1940
|
def __init__(__self__, *,
|
|
1941
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1942
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1941
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1942
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1943
1943
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1944
1944
|
spec: Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']] = None,
|
|
1945
1945
|
status: Optional[pulumi.Input['PriorityLevelConfigurationStatusArgs']] = None):
|
|
1946
1946
|
"""
|
|
1947
1947
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1948
|
-
:param pulumi.Input[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
|
|
1949
|
-
:param pulumi.Input[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
|
|
1948
|
+
:param pulumi.Input[_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
|
|
1949
|
+
:param pulumi.Input[_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
|
|
1950
1950
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1951
1951
|
:param pulumi.Input['PriorityLevelConfigurationSpecArgs'] spec: `spec` is the specification of the desired behavior of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
1952
1952
|
:param pulumi.Input['PriorityLevelConfigurationStatusArgs'] status: `status` is the current status of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -1962,31 +1962,31 @@ class PriorityLevelConfigurationArgs:
|
|
|
1962
1962
|
if status is not None:
|
|
1963
1963
|
pulumi.set(__self__, "status", status)
|
|
1964
1964
|
|
|
1965
|
-
@property
|
|
1965
|
+
@_builtins.property
|
|
1966
1966
|
@pulumi.getter(name="apiVersion")
|
|
1967
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1967
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1968
1968
|
"""
|
|
1969
1969
|
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
|
|
1970
1970
|
"""
|
|
1971
1971
|
return pulumi.get(self, "api_version")
|
|
1972
1972
|
|
|
1973
1973
|
@api_version.setter
|
|
1974
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1974
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1975
1975
|
pulumi.set(self, "api_version", value)
|
|
1976
1976
|
|
|
1977
|
-
@property
|
|
1977
|
+
@_builtins.property
|
|
1978
1978
|
@pulumi.getter
|
|
1979
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1979
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1980
1980
|
"""
|
|
1981
1981
|
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
|
|
1982
1982
|
"""
|
|
1983
1983
|
return pulumi.get(self, "kind")
|
|
1984
1984
|
|
|
1985
1985
|
@kind.setter
|
|
1986
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1986
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1987
1987
|
pulumi.set(self, "kind", value)
|
|
1988
1988
|
|
|
1989
|
-
@property
|
|
1989
|
+
@_builtins.property
|
|
1990
1990
|
@pulumi.getter
|
|
1991
1991
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
1992
1992
|
"""
|
|
@@ -1998,7 +1998,7 @@ class PriorityLevelConfigurationArgs:
|
|
|
1998
1998
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
1999
1999
|
pulumi.set(self, "metadata", value)
|
|
2000
2000
|
|
|
2001
|
-
@property
|
|
2001
|
+
@_builtins.property
|
|
2002
2002
|
@pulumi.getter
|
|
2003
2003
|
def spec(self) -> Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']]:
|
|
2004
2004
|
"""
|
|
@@ -2010,7 +2010,7 @@ class PriorityLevelConfigurationArgs:
|
|
|
2010
2010
|
def spec(self, value: Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']]):
|
|
2011
2011
|
pulumi.set(self, "spec", value)
|
|
2012
2012
|
|
|
2013
|
-
@property
|
|
2013
|
+
@_builtins.property
|
|
2014
2014
|
@pulumi.getter
|
|
2015
2015
|
def status(self) -> Optional[pulumi.Input['PriorityLevelConfigurationStatusArgs']]:
|
|
2016
2016
|
"""
|
|
@@ -2028,15 +2028,15 @@ if not MYPY:
|
|
|
2028
2028
|
"""
|
|
2029
2029
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2030
2030
|
"""
|
|
2031
|
-
hand_size: NotRequired[pulumi.Input[int]]
|
|
2031
|
+
hand_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
2032
2032
|
"""
|
|
2033
2033
|
`handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
|
|
2034
2034
|
"""
|
|
2035
|
-
queue_length_limit: NotRequired[pulumi.Input[int]]
|
|
2035
|
+
queue_length_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
2036
2036
|
"""
|
|
2037
2037
|
`queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
|
|
2038
2038
|
"""
|
|
2039
|
-
queues: NotRequired[pulumi.Input[int]]
|
|
2039
|
+
queues: NotRequired[pulumi.Input[_builtins.int]]
|
|
2040
2040
|
"""
|
|
2041
2041
|
`queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
2042
2042
|
"""
|
|
@@ -2046,14 +2046,14 @@ elif False:
|
|
|
2046
2046
|
@pulumi.input_type
|
|
2047
2047
|
class QueuingConfigurationPatchArgs:
|
|
2048
2048
|
def __init__(__self__, *,
|
|
2049
|
-
hand_size: Optional[pulumi.Input[int]] = None,
|
|
2050
|
-
queue_length_limit: Optional[pulumi.Input[int]] = None,
|
|
2051
|
-
queues: Optional[pulumi.Input[int]] = None):
|
|
2049
|
+
hand_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2050
|
+
queue_length_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2051
|
+
queues: Optional[pulumi.Input[_builtins.int]] = None):
|
|
2052
2052
|
"""
|
|
2053
2053
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2054
|
-
:param pulumi.Input[int] hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
|
|
2055
|
-
:param pulumi.Input[int] queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
|
|
2056
|
-
:param pulumi.Input[int] queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
2054
|
+
:param pulumi.Input[_builtins.int] hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
|
|
2055
|
+
:param pulumi.Input[_builtins.int] queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
|
|
2056
|
+
:param pulumi.Input[_builtins.int] queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
2057
2057
|
"""
|
|
2058
2058
|
if hand_size is not None:
|
|
2059
2059
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -2062,40 +2062,40 @@ class QueuingConfigurationPatchArgs:
|
|
|
2062
2062
|
if queues is not None:
|
|
2063
2063
|
pulumi.set(__self__, "queues", queues)
|
|
2064
2064
|
|
|
2065
|
-
@property
|
|
2065
|
+
@_builtins.property
|
|
2066
2066
|
@pulumi.getter(name="handSize")
|
|
2067
|
-
def hand_size(self) -> Optional[pulumi.Input[int]]:
|
|
2067
|
+
def hand_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2068
2068
|
"""
|
|
2069
2069
|
`handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
|
|
2070
2070
|
"""
|
|
2071
2071
|
return pulumi.get(self, "hand_size")
|
|
2072
2072
|
|
|
2073
2073
|
@hand_size.setter
|
|
2074
|
-
def hand_size(self, value: Optional[pulumi.Input[int]]):
|
|
2074
|
+
def hand_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2075
2075
|
pulumi.set(self, "hand_size", value)
|
|
2076
2076
|
|
|
2077
|
-
@property
|
|
2077
|
+
@_builtins.property
|
|
2078
2078
|
@pulumi.getter(name="queueLengthLimit")
|
|
2079
|
-
def queue_length_limit(self) -> Optional[pulumi.Input[int]]:
|
|
2079
|
+
def queue_length_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2080
2080
|
"""
|
|
2081
2081
|
`queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
|
|
2082
2082
|
"""
|
|
2083
2083
|
return pulumi.get(self, "queue_length_limit")
|
|
2084
2084
|
|
|
2085
2085
|
@queue_length_limit.setter
|
|
2086
|
-
def queue_length_limit(self, value: Optional[pulumi.Input[int]]):
|
|
2086
|
+
def queue_length_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2087
2087
|
pulumi.set(self, "queue_length_limit", value)
|
|
2088
2088
|
|
|
2089
|
-
@property
|
|
2089
|
+
@_builtins.property
|
|
2090
2090
|
@pulumi.getter
|
|
2091
|
-
def queues(self) -> Optional[pulumi.Input[int]]:
|
|
2091
|
+
def queues(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2092
2092
|
"""
|
|
2093
2093
|
`queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
2094
2094
|
"""
|
|
2095
2095
|
return pulumi.get(self, "queues")
|
|
2096
2096
|
|
|
2097
2097
|
@queues.setter
|
|
2098
|
-
def queues(self, value: Optional[pulumi.Input[int]]):
|
|
2098
|
+
def queues(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2099
2099
|
pulumi.set(self, "queues", value)
|
|
2100
2100
|
|
|
2101
2101
|
|
|
@@ -2104,15 +2104,15 @@ if not MYPY:
|
|
|
2104
2104
|
"""
|
|
2105
2105
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2106
2106
|
"""
|
|
2107
|
-
hand_size: NotRequired[pulumi.Input[int]]
|
|
2107
|
+
hand_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
2108
2108
|
"""
|
|
2109
2109
|
`handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
|
|
2110
2110
|
"""
|
|
2111
|
-
queue_length_limit: NotRequired[pulumi.Input[int]]
|
|
2111
|
+
queue_length_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
2112
2112
|
"""
|
|
2113
2113
|
`queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
|
|
2114
2114
|
"""
|
|
2115
|
-
queues: NotRequired[pulumi.Input[int]]
|
|
2115
|
+
queues: NotRequired[pulumi.Input[_builtins.int]]
|
|
2116
2116
|
"""
|
|
2117
2117
|
`queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
2118
2118
|
"""
|
|
@@ -2122,14 +2122,14 @@ elif False:
|
|
|
2122
2122
|
@pulumi.input_type
|
|
2123
2123
|
class QueuingConfigurationArgs:
|
|
2124
2124
|
def __init__(__self__, *,
|
|
2125
|
-
hand_size: Optional[pulumi.Input[int]] = None,
|
|
2126
|
-
queue_length_limit: Optional[pulumi.Input[int]] = None,
|
|
2127
|
-
queues: Optional[pulumi.Input[int]] = None):
|
|
2125
|
+
hand_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2126
|
+
queue_length_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2127
|
+
queues: Optional[pulumi.Input[_builtins.int]] = None):
|
|
2128
2128
|
"""
|
|
2129
2129
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2130
|
-
:param pulumi.Input[int] hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
|
|
2131
|
-
:param pulumi.Input[int] queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
|
|
2132
|
-
:param pulumi.Input[int] queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
2130
|
+
:param pulumi.Input[_builtins.int] hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
|
|
2131
|
+
:param pulumi.Input[_builtins.int] queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
|
|
2132
|
+
:param pulumi.Input[_builtins.int] queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
2133
2133
|
"""
|
|
2134
2134
|
if hand_size is not None:
|
|
2135
2135
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -2138,40 +2138,40 @@ class QueuingConfigurationArgs:
|
|
|
2138
2138
|
if queues is not None:
|
|
2139
2139
|
pulumi.set(__self__, "queues", queues)
|
|
2140
2140
|
|
|
2141
|
-
@property
|
|
2141
|
+
@_builtins.property
|
|
2142
2142
|
@pulumi.getter(name="handSize")
|
|
2143
|
-
def hand_size(self) -> Optional[pulumi.Input[int]]:
|
|
2143
|
+
def hand_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2144
2144
|
"""
|
|
2145
2145
|
`handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
|
|
2146
2146
|
"""
|
|
2147
2147
|
return pulumi.get(self, "hand_size")
|
|
2148
2148
|
|
|
2149
2149
|
@hand_size.setter
|
|
2150
|
-
def hand_size(self, value: Optional[pulumi.Input[int]]):
|
|
2150
|
+
def hand_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2151
2151
|
pulumi.set(self, "hand_size", value)
|
|
2152
2152
|
|
|
2153
|
-
@property
|
|
2153
|
+
@_builtins.property
|
|
2154
2154
|
@pulumi.getter(name="queueLengthLimit")
|
|
2155
|
-
def queue_length_limit(self) -> Optional[pulumi.Input[int]]:
|
|
2155
|
+
def queue_length_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2156
2156
|
"""
|
|
2157
2157
|
`queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
|
|
2158
2158
|
"""
|
|
2159
2159
|
return pulumi.get(self, "queue_length_limit")
|
|
2160
2160
|
|
|
2161
2161
|
@queue_length_limit.setter
|
|
2162
|
-
def queue_length_limit(self, value: Optional[pulumi.Input[int]]):
|
|
2162
|
+
def queue_length_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2163
2163
|
pulumi.set(self, "queue_length_limit", value)
|
|
2164
2164
|
|
|
2165
|
-
@property
|
|
2165
|
+
@_builtins.property
|
|
2166
2166
|
@pulumi.getter
|
|
2167
|
-
def queues(self) -> Optional[pulumi.Input[int]]:
|
|
2167
|
+
def queues(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2168
2168
|
"""
|
|
2169
2169
|
`queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
2170
2170
|
"""
|
|
2171
2171
|
return pulumi.get(self, "queues")
|
|
2172
2172
|
|
|
2173
2173
|
@queues.setter
|
|
2174
|
-
def queues(self, value: Optional[pulumi.Input[int]]):
|
|
2174
|
+
def queues(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2175
2175
|
pulumi.set(self, "queues", value)
|
|
2176
2176
|
|
|
2177
2177
|
|
|
@@ -2180,23 +2180,23 @@ if not MYPY:
|
|
|
2180
2180
|
"""
|
|
2181
2181
|
ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.
|
|
2182
2182
|
"""
|
|
2183
|
-
api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2183
|
+
api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2184
2184
|
"""
|
|
2185
2185
|
`apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
|
|
2186
2186
|
"""
|
|
2187
|
-
cluster_scope: NotRequired[pulumi.Input[bool]]
|
|
2187
|
+
cluster_scope: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2188
2188
|
"""
|
|
2189
2189
|
`clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
|
|
2190
2190
|
"""
|
|
2191
|
-
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2191
|
+
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2192
2192
|
"""
|
|
2193
2193
|
`namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
2194
2194
|
"""
|
|
2195
|
-
resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2195
|
+
resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2196
2196
|
"""
|
|
2197
2197
|
`resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
|
|
2198
2198
|
"""
|
|
2199
|
-
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2199
|
+
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2200
2200
|
"""
|
|
2201
2201
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2202
2202
|
"""
|
|
@@ -2206,18 +2206,18 @@ elif False:
|
|
|
2206
2206
|
@pulumi.input_type
|
|
2207
2207
|
class ResourcePolicyRulePatchArgs:
|
|
2208
2208
|
def __init__(__self__, *,
|
|
2209
|
-
api_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2210
|
-
cluster_scope: Optional[pulumi.Input[bool]] = None,
|
|
2211
|
-
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2212
|
-
resources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2213
|
-
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2209
|
+
api_groups: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
2210
|
+
cluster_scope: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2211
|
+
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
2212
|
+
resources: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
2213
|
+
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
2214
2214
|
"""
|
|
2215
2215
|
ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.
|
|
2216
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
|
|
2217
|
-
:param pulumi.Input[bool] cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
|
|
2218
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
2219
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
|
|
2220
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2216
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
|
|
2217
|
+
:param pulumi.Input[_builtins.bool] cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
|
|
2218
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
2219
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
|
|
2220
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2221
2221
|
"""
|
|
2222
2222
|
if api_groups is not None:
|
|
2223
2223
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
@@ -2230,64 +2230,64 @@ class ResourcePolicyRulePatchArgs:
|
|
|
2230
2230
|
if verbs is not None:
|
|
2231
2231
|
pulumi.set(__self__, "verbs", verbs)
|
|
2232
2232
|
|
|
2233
|
-
@property
|
|
2233
|
+
@_builtins.property
|
|
2234
2234
|
@pulumi.getter(name="apiGroups")
|
|
2235
|
-
def api_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2235
|
+
def api_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2236
2236
|
"""
|
|
2237
2237
|
`apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
|
|
2238
2238
|
"""
|
|
2239
2239
|
return pulumi.get(self, "api_groups")
|
|
2240
2240
|
|
|
2241
2241
|
@api_groups.setter
|
|
2242
|
-
def api_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2242
|
+
def api_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2243
2243
|
pulumi.set(self, "api_groups", value)
|
|
2244
2244
|
|
|
2245
|
-
@property
|
|
2245
|
+
@_builtins.property
|
|
2246
2246
|
@pulumi.getter(name="clusterScope")
|
|
2247
|
-
def cluster_scope(self) -> Optional[pulumi.Input[bool]]:
|
|
2247
|
+
def cluster_scope(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2248
2248
|
"""
|
|
2249
2249
|
`clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
|
|
2250
2250
|
"""
|
|
2251
2251
|
return pulumi.get(self, "cluster_scope")
|
|
2252
2252
|
|
|
2253
2253
|
@cluster_scope.setter
|
|
2254
|
-
def cluster_scope(self, value: Optional[pulumi.Input[bool]]):
|
|
2254
|
+
def cluster_scope(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2255
2255
|
pulumi.set(self, "cluster_scope", value)
|
|
2256
2256
|
|
|
2257
|
-
@property
|
|
2257
|
+
@_builtins.property
|
|
2258
2258
|
@pulumi.getter
|
|
2259
|
-
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2259
|
+
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2260
2260
|
"""
|
|
2261
2261
|
`namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
2262
2262
|
"""
|
|
2263
2263
|
return pulumi.get(self, "namespaces")
|
|
2264
2264
|
|
|
2265
2265
|
@namespaces.setter
|
|
2266
|
-
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2266
|
+
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2267
2267
|
pulumi.set(self, "namespaces", value)
|
|
2268
2268
|
|
|
2269
|
-
@property
|
|
2269
|
+
@_builtins.property
|
|
2270
2270
|
@pulumi.getter
|
|
2271
|
-
def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2271
|
+
def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2272
2272
|
"""
|
|
2273
2273
|
`resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
|
|
2274
2274
|
"""
|
|
2275
2275
|
return pulumi.get(self, "resources")
|
|
2276
2276
|
|
|
2277
2277
|
@resources.setter
|
|
2278
|
-
def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2278
|
+
def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2279
2279
|
pulumi.set(self, "resources", value)
|
|
2280
2280
|
|
|
2281
|
-
@property
|
|
2281
|
+
@_builtins.property
|
|
2282
2282
|
@pulumi.getter
|
|
2283
|
-
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2283
|
+
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2284
2284
|
"""
|
|
2285
2285
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2286
2286
|
"""
|
|
2287
2287
|
return pulumi.get(self, "verbs")
|
|
2288
2288
|
|
|
2289
2289
|
@verbs.setter
|
|
2290
|
-
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2290
|
+
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2291
2291
|
pulumi.set(self, "verbs", value)
|
|
2292
2292
|
|
|
2293
2293
|
|
|
@@ -2296,23 +2296,23 @@ if not MYPY:
|
|
|
2296
2296
|
"""
|
|
2297
2297
|
ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.
|
|
2298
2298
|
"""
|
|
2299
|
-
api_groups: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
2299
|
+
api_groups: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
2300
2300
|
"""
|
|
2301
2301
|
`apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
|
|
2302
2302
|
"""
|
|
2303
|
-
resources: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
2303
|
+
resources: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
2304
2304
|
"""
|
|
2305
2305
|
`resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
|
|
2306
2306
|
"""
|
|
2307
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
2307
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
2308
2308
|
"""
|
|
2309
2309
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2310
2310
|
"""
|
|
2311
|
-
cluster_scope: NotRequired[pulumi.Input[bool]]
|
|
2311
|
+
cluster_scope: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2312
2312
|
"""
|
|
2313
2313
|
`clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
|
|
2314
2314
|
"""
|
|
2315
|
-
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2315
|
+
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2316
2316
|
"""
|
|
2317
2317
|
`namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
2318
2318
|
"""
|
|
@@ -2322,18 +2322,18 @@ elif False:
|
|
|
2322
2322
|
@pulumi.input_type
|
|
2323
2323
|
class ResourcePolicyRuleArgs:
|
|
2324
2324
|
def __init__(__self__, *,
|
|
2325
|
-
api_groups: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
2326
|
-
resources: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
2327
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
2328
|
-
cluster_scope: Optional[pulumi.Input[bool]] = None,
|
|
2329
|
-
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2325
|
+
api_groups: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
2326
|
+
resources: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
2327
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
2328
|
+
cluster_scope: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2329
|
+
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
2330
2330
|
"""
|
|
2331
2331
|
ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.
|
|
2332
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
|
|
2333
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
|
|
2334
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2335
|
-
:param pulumi.Input[bool] cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
|
|
2336
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
2332
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
|
|
2333
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
|
|
2334
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2335
|
+
:param pulumi.Input[_builtins.bool] cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
|
|
2336
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
2337
2337
|
"""
|
|
2338
2338
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
2339
2339
|
pulumi.set(__self__, "resources", resources)
|
|
@@ -2343,64 +2343,64 @@ class ResourcePolicyRuleArgs:
|
|
|
2343
2343
|
if namespaces is not None:
|
|
2344
2344
|
pulumi.set(__self__, "namespaces", namespaces)
|
|
2345
2345
|
|
|
2346
|
-
@property
|
|
2346
|
+
@_builtins.property
|
|
2347
2347
|
@pulumi.getter(name="apiGroups")
|
|
2348
|
-
def api_groups(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
2348
|
+
def api_groups(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
2349
2349
|
"""
|
|
2350
2350
|
`apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
|
|
2351
2351
|
"""
|
|
2352
2352
|
return pulumi.get(self, "api_groups")
|
|
2353
2353
|
|
|
2354
2354
|
@api_groups.setter
|
|
2355
|
-
def api_groups(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
2355
|
+
def api_groups(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
2356
2356
|
pulumi.set(self, "api_groups", value)
|
|
2357
2357
|
|
|
2358
|
-
@property
|
|
2358
|
+
@_builtins.property
|
|
2359
2359
|
@pulumi.getter
|
|
2360
|
-
def resources(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
2360
|
+
def resources(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
2361
2361
|
"""
|
|
2362
2362
|
`resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
|
|
2363
2363
|
"""
|
|
2364
2364
|
return pulumi.get(self, "resources")
|
|
2365
2365
|
|
|
2366
2366
|
@resources.setter
|
|
2367
|
-
def resources(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
2367
|
+
def resources(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
2368
2368
|
pulumi.set(self, "resources", value)
|
|
2369
2369
|
|
|
2370
|
-
@property
|
|
2370
|
+
@_builtins.property
|
|
2371
2371
|
@pulumi.getter
|
|
2372
|
-
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
2372
|
+
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
2373
2373
|
"""
|
|
2374
2374
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2375
2375
|
"""
|
|
2376
2376
|
return pulumi.get(self, "verbs")
|
|
2377
2377
|
|
|
2378
2378
|
@verbs.setter
|
|
2379
|
-
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
2379
|
+
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
2380
2380
|
pulumi.set(self, "verbs", value)
|
|
2381
2381
|
|
|
2382
|
-
@property
|
|
2382
|
+
@_builtins.property
|
|
2383
2383
|
@pulumi.getter(name="clusterScope")
|
|
2384
|
-
def cluster_scope(self) -> Optional[pulumi.Input[bool]]:
|
|
2384
|
+
def cluster_scope(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2385
2385
|
"""
|
|
2386
2386
|
`clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
|
|
2387
2387
|
"""
|
|
2388
2388
|
return pulumi.get(self, "cluster_scope")
|
|
2389
2389
|
|
|
2390
2390
|
@cluster_scope.setter
|
|
2391
|
-
def cluster_scope(self, value: Optional[pulumi.Input[bool]]):
|
|
2391
|
+
def cluster_scope(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2392
2392
|
pulumi.set(self, "cluster_scope", value)
|
|
2393
2393
|
|
|
2394
|
-
@property
|
|
2394
|
+
@_builtins.property
|
|
2395
2395
|
@pulumi.getter
|
|
2396
|
-
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2396
|
+
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2397
2397
|
"""
|
|
2398
2398
|
`namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
2399
2399
|
"""
|
|
2400
2400
|
return pulumi.get(self, "namespaces")
|
|
2401
2401
|
|
|
2402
2402
|
@namespaces.setter
|
|
2403
|
-
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2403
|
+
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2404
2404
|
pulumi.set(self, "namespaces", value)
|
|
2405
2405
|
|
|
2406
2406
|
|
|
@@ -2409,11 +2409,11 @@ if not MYPY:
|
|
|
2409
2409
|
"""
|
|
2410
2410
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2411
2411
|
"""
|
|
2412
|
-
name: NotRequired[pulumi.Input[str]]
|
|
2412
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
2413
2413
|
"""
|
|
2414
2414
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2415
2415
|
"""
|
|
2416
|
-
namespace: NotRequired[pulumi.Input[str]]
|
|
2416
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
|
2417
2417
|
"""
|
|
2418
2418
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2419
2419
|
"""
|
|
@@ -2423,40 +2423,40 @@ elif False:
|
|
|
2423
2423
|
@pulumi.input_type
|
|
2424
2424
|
class ServiceAccountSubjectPatchArgs:
|
|
2425
2425
|
def __init__(__self__, *,
|
|
2426
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
2427
|
-
namespace: Optional[pulumi.Input[str]] = None):
|
|
2426
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2427
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2428
2428
|
"""
|
|
2429
2429
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2430
|
-
:param pulumi.Input[str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2431
|
-
:param pulumi.Input[str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2430
|
+
:param pulumi.Input[_builtins.str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2431
|
+
:param pulumi.Input[_builtins.str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2432
2432
|
"""
|
|
2433
2433
|
if name is not None:
|
|
2434
2434
|
pulumi.set(__self__, "name", name)
|
|
2435
2435
|
if namespace is not None:
|
|
2436
2436
|
pulumi.set(__self__, "namespace", namespace)
|
|
2437
2437
|
|
|
2438
|
-
@property
|
|
2438
|
+
@_builtins.property
|
|
2439
2439
|
@pulumi.getter
|
|
2440
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2440
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2441
2441
|
"""
|
|
2442
2442
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2443
2443
|
"""
|
|
2444
2444
|
return pulumi.get(self, "name")
|
|
2445
2445
|
|
|
2446
2446
|
@name.setter
|
|
2447
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2447
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2448
2448
|
pulumi.set(self, "name", value)
|
|
2449
2449
|
|
|
2450
|
-
@property
|
|
2450
|
+
@_builtins.property
|
|
2451
2451
|
@pulumi.getter
|
|
2452
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
2452
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2453
2453
|
"""
|
|
2454
2454
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2455
2455
|
"""
|
|
2456
2456
|
return pulumi.get(self, "namespace")
|
|
2457
2457
|
|
|
2458
2458
|
@namespace.setter
|
|
2459
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
|
2459
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2460
2460
|
pulumi.set(self, "namespace", value)
|
|
2461
2461
|
|
|
2462
2462
|
|
|
@@ -2465,11 +2465,11 @@ if not MYPY:
|
|
|
2465
2465
|
"""
|
|
2466
2466
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2467
2467
|
"""
|
|
2468
|
-
name: pulumi.Input[str]
|
|
2468
|
+
name: pulumi.Input[_builtins.str]
|
|
2469
2469
|
"""
|
|
2470
2470
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2471
2471
|
"""
|
|
2472
|
-
namespace: pulumi.Input[str]
|
|
2472
|
+
namespace: pulumi.Input[_builtins.str]
|
|
2473
2473
|
"""
|
|
2474
2474
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2475
2475
|
"""
|
|
@@ -2479,38 +2479,38 @@ elif False:
|
|
|
2479
2479
|
@pulumi.input_type
|
|
2480
2480
|
class ServiceAccountSubjectArgs:
|
|
2481
2481
|
def __init__(__self__, *,
|
|
2482
|
-
name: pulumi.Input[str],
|
|
2483
|
-
namespace: pulumi.Input[str]):
|
|
2482
|
+
name: pulumi.Input[_builtins.str],
|
|
2483
|
+
namespace: pulumi.Input[_builtins.str]):
|
|
2484
2484
|
"""
|
|
2485
2485
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2486
|
-
:param pulumi.Input[str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2487
|
-
:param pulumi.Input[str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2486
|
+
:param pulumi.Input[_builtins.str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2487
|
+
:param pulumi.Input[_builtins.str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2488
2488
|
"""
|
|
2489
2489
|
pulumi.set(__self__, "name", name)
|
|
2490
2490
|
pulumi.set(__self__, "namespace", namespace)
|
|
2491
2491
|
|
|
2492
|
-
@property
|
|
2492
|
+
@_builtins.property
|
|
2493
2493
|
@pulumi.getter
|
|
2494
|
-
def name(self) -> pulumi.Input[str]:
|
|
2494
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
2495
2495
|
"""
|
|
2496
2496
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2497
2497
|
"""
|
|
2498
2498
|
return pulumi.get(self, "name")
|
|
2499
2499
|
|
|
2500
2500
|
@name.setter
|
|
2501
|
-
def name(self, value: pulumi.Input[str]):
|
|
2501
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
2502
2502
|
pulumi.set(self, "name", value)
|
|
2503
2503
|
|
|
2504
|
-
@property
|
|
2504
|
+
@_builtins.property
|
|
2505
2505
|
@pulumi.getter
|
|
2506
|
-
def namespace(self) -> pulumi.Input[str]:
|
|
2506
|
+
def namespace(self) -> pulumi.Input[_builtins.str]:
|
|
2507
2507
|
"""
|
|
2508
2508
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2509
2509
|
"""
|
|
2510
2510
|
return pulumi.get(self, "namespace")
|
|
2511
2511
|
|
|
2512
2512
|
@namespace.setter
|
|
2513
|
-
def namespace(self, value: pulumi.Input[str]):
|
|
2513
|
+
def namespace(self, value: pulumi.Input[_builtins.str]):
|
|
2514
2514
|
pulumi.set(self, "namespace", value)
|
|
2515
2515
|
|
|
2516
2516
|
|
|
@@ -2523,7 +2523,7 @@ if not MYPY:
|
|
|
2523
2523
|
"""
|
|
2524
2524
|
`group` matches based on user group name.
|
|
2525
2525
|
"""
|
|
2526
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
2526
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
2527
2527
|
"""
|
|
2528
2528
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2529
2529
|
"""
|
|
@@ -2542,13 +2542,13 @@ elif False:
|
|
|
2542
2542
|
class SubjectPatchArgs:
|
|
2543
2543
|
def __init__(__self__, *,
|
|
2544
2544
|
group: Optional[pulumi.Input['GroupSubjectPatchArgs']] = None,
|
|
2545
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
2545
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2546
2546
|
service_account: Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']] = None,
|
|
2547
2547
|
user: Optional[pulumi.Input['UserSubjectPatchArgs']] = None):
|
|
2548
2548
|
"""
|
|
2549
2549
|
Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
|
|
2550
2550
|
:param pulumi.Input['GroupSubjectPatchArgs'] group: `group` matches based on user group name.
|
|
2551
|
-
:param pulumi.Input[str] kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2551
|
+
:param pulumi.Input[_builtins.str] kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2552
2552
|
:param pulumi.Input['ServiceAccountSubjectPatchArgs'] service_account: `serviceAccount` matches ServiceAccounts.
|
|
2553
2553
|
:param pulumi.Input['UserSubjectPatchArgs'] user: `user` matches based on username.
|
|
2554
2554
|
"""
|
|
@@ -2561,7 +2561,7 @@ class SubjectPatchArgs:
|
|
|
2561
2561
|
if user is not None:
|
|
2562
2562
|
pulumi.set(__self__, "user", user)
|
|
2563
2563
|
|
|
2564
|
-
@property
|
|
2564
|
+
@_builtins.property
|
|
2565
2565
|
@pulumi.getter
|
|
2566
2566
|
def group(self) -> Optional[pulumi.Input['GroupSubjectPatchArgs']]:
|
|
2567
2567
|
"""
|
|
@@ -2573,19 +2573,19 @@ class SubjectPatchArgs:
|
|
|
2573
2573
|
def group(self, value: Optional[pulumi.Input['GroupSubjectPatchArgs']]):
|
|
2574
2574
|
pulumi.set(self, "group", value)
|
|
2575
2575
|
|
|
2576
|
-
@property
|
|
2576
|
+
@_builtins.property
|
|
2577
2577
|
@pulumi.getter
|
|
2578
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
2578
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2579
2579
|
"""
|
|
2580
2580
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2581
2581
|
"""
|
|
2582
2582
|
return pulumi.get(self, "kind")
|
|
2583
2583
|
|
|
2584
2584
|
@kind.setter
|
|
2585
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
2585
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2586
2586
|
pulumi.set(self, "kind", value)
|
|
2587
2587
|
|
|
2588
|
-
@property
|
|
2588
|
+
@_builtins.property
|
|
2589
2589
|
@pulumi.getter(name="serviceAccount")
|
|
2590
2590
|
def service_account(self) -> Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']]:
|
|
2591
2591
|
"""
|
|
@@ -2597,7 +2597,7 @@ class SubjectPatchArgs:
|
|
|
2597
2597
|
def service_account(self, value: Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']]):
|
|
2598
2598
|
pulumi.set(self, "service_account", value)
|
|
2599
2599
|
|
|
2600
|
-
@property
|
|
2600
|
+
@_builtins.property
|
|
2601
2601
|
@pulumi.getter
|
|
2602
2602
|
def user(self) -> Optional[pulumi.Input['UserSubjectPatchArgs']]:
|
|
2603
2603
|
"""
|
|
@@ -2615,7 +2615,7 @@ if not MYPY:
|
|
|
2615
2615
|
"""
|
|
2616
2616
|
Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
|
|
2617
2617
|
"""
|
|
2618
|
-
kind: pulumi.Input[str]
|
|
2618
|
+
kind: pulumi.Input[_builtins.str]
|
|
2619
2619
|
"""
|
|
2620
2620
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2621
2621
|
"""
|
|
@@ -2637,13 +2637,13 @@ elif False:
|
|
|
2637
2637
|
@pulumi.input_type
|
|
2638
2638
|
class SubjectArgs:
|
|
2639
2639
|
def __init__(__self__, *,
|
|
2640
|
-
kind: pulumi.Input[str],
|
|
2640
|
+
kind: pulumi.Input[_builtins.str],
|
|
2641
2641
|
group: Optional[pulumi.Input['GroupSubjectArgs']] = None,
|
|
2642
2642
|
service_account: Optional[pulumi.Input['ServiceAccountSubjectArgs']] = None,
|
|
2643
2643
|
user: Optional[pulumi.Input['UserSubjectArgs']] = None):
|
|
2644
2644
|
"""
|
|
2645
2645
|
Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
|
|
2646
|
-
:param pulumi.Input[str] kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2646
|
+
:param pulumi.Input[_builtins.str] kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2647
2647
|
:param pulumi.Input['GroupSubjectArgs'] group: `group` matches based on user group name.
|
|
2648
2648
|
:param pulumi.Input['ServiceAccountSubjectArgs'] service_account: `serviceAccount` matches ServiceAccounts.
|
|
2649
2649
|
:param pulumi.Input['UserSubjectArgs'] user: `user` matches based on username.
|
|
@@ -2656,19 +2656,19 @@ class SubjectArgs:
|
|
|
2656
2656
|
if user is not None:
|
|
2657
2657
|
pulumi.set(__self__, "user", user)
|
|
2658
2658
|
|
|
2659
|
-
@property
|
|
2659
|
+
@_builtins.property
|
|
2660
2660
|
@pulumi.getter
|
|
2661
|
-
def kind(self) -> pulumi.Input[str]:
|
|
2661
|
+
def kind(self) -> pulumi.Input[_builtins.str]:
|
|
2662
2662
|
"""
|
|
2663
2663
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2664
2664
|
"""
|
|
2665
2665
|
return pulumi.get(self, "kind")
|
|
2666
2666
|
|
|
2667
2667
|
@kind.setter
|
|
2668
|
-
def kind(self, value: pulumi.Input[str]):
|
|
2668
|
+
def kind(self, value: pulumi.Input[_builtins.str]):
|
|
2669
2669
|
pulumi.set(self, "kind", value)
|
|
2670
2670
|
|
|
2671
|
-
@property
|
|
2671
|
+
@_builtins.property
|
|
2672
2672
|
@pulumi.getter
|
|
2673
2673
|
def group(self) -> Optional[pulumi.Input['GroupSubjectArgs']]:
|
|
2674
2674
|
"""
|
|
@@ -2680,7 +2680,7 @@ class SubjectArgs:
|
|
|
2680
2680
|
def group(self, value: Optional[pulumi.Input['GroupSubjectArgs']]):
|
|
2681
2681
|
pulumi.set(self, "group", value)
|
|
2682
2682
|
|
|
2683
|
-
@property
|
|
2683
|
+
@_builtins.property
|
|
2684
2684
|
@pulumi.getter(name="serviceAccount")
|
|
2685
2685
|
def service_account(self) -> Optional[pulumi.Input['ServiceAccountSubjectArgs']]:
|
|
2686
2686
|
"""
|
|
@@ -2692,7 +2692,7 @@ class SubjectArgs:
|
|
|
2692
2692
|
def service_account(self, value: Optional[pulumi.Input['ServiceAccountSubjectArgs']]):
|
|
2693
2693
|
pulumi.set(self, "service_account", value)
|
|
2694
2694
|
|
|
2695
|
-
@property
|
|
2695
|
+
@_builtins.property
|
|
2696
2696
|
@pulumi.getter
|
|
2697
2697
|
def user(self) -> Optional[pulumi.Input['UserSubjectArgs']]:
|
|
2698
2698
|
"""
|
|
@@ -2710,7 +2710,7 @@ if not MYPY:
|
|
|
2710
2710
|
"""
|
|
2711
2711
|
UserSubject holds detailed information for user-kind subject.
|
|
2712
2712
|
"""
|
|
2713
|
-
name: NotRequired[pulumi.Input[str]]
|
|
2713
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
2714
2714
|
"""
|
|
2715
2715
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2716
2716
|
"""
|
|
@@ -2720,24 +2720,24 @@ elif False:
|
|
|
2720
2720
|
@pulumi.input_type
|
|
2721
2721
|
class UserSubjectPatchArgs:
|
|
2722
2722
|
def __init__(__self__, *,
|
|
2723
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
2723
|
+
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2724
2724
|
"""
|
|
2725
2725
|
UserSubject holds detailed information for user-kind subject.
|
|
2726
|
-
:param pulumi.Input[str] name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2726
|
+
:param pulumi.Input[_builtins.str] name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2727
2727
|
"""
|
|
2728
2728
|
if name is not None:
|
|
2729
2729
|
pulumi.set(__self__, "name", name)
|
|
2730
2730
|
|
|
2731
|
-
@property
|
|
2731
|
+
@_builtins.property
|
|
2732
2732
|
@pulumi.getter
|
|
2733
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2733
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2734
2734
|
"""
|
|
2735
2735
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2736
2736
|
"""
|
|
2737
2737
|
return pulumi.get(self, "name")
|
|
2738
2738
|
|
|
2739
2739
|
@name.setter
|
|
2740
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2740
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2741
2741
|
pulumi.set(self, "name", value)
|
|
2742
2742
|
|
|
2743
2743
|
|
|
@@ -2746,7 +2746,7 @@ if not MYPY:
|
|
|
2746
2746
|
"""
|
|
2747
2747
|
UserSubject holds detailed information for user-kind subject.
|
|
2748
2748
|
"""
|
|
2749
|
-
name: pulumi.Input[str]
|
|
2749
|
+
name: pulumi.Input[_builtins.str]
|
|
2750
2750
|
"""
|
|
2751
2751
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2752
2752
|
"""
|
|
@@ -2756,23 +2756,23 @@ elif False:
|
|
|
2756
2756
|
@pulumi.input_type
|
|
2757
2757
|
class UserSubjectArgs:
|
|
2758
2758
|
def __init__(__self__, *,
|
|
2759
|
-
name: pulumi.Input[str]):
|
|
2759
|
+
name: pulumi.Input[_builtins.str]):
|
|
2760
2760
|
"""
|
|
2761
2761
|
UserSubject holds detailed information for user-kind subject.
|
|
2762
|
-
:param pulumi.Input[str] name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2762
|
+
:param pulumi.Input[_builtins.str] name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2763
2763
|
"""
|
|
2764
2764
|
pulumi.set(__self__, "name", name)
|
|
2765
2765
|
|
|
2766
|
-
@property
|
|
2766
|
+
@_builtins.property
|
|
2767
2767
|
@pulumi.getter
|
|
2768
|
-
def name(self) -> pulumi.Input[str]:
|
|
2768
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
2769
2769
|
"""
|
|
2770
2770
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2771
2771
|
"""
|
|
2772
2772
|
return pulumi.get(self, "name")
|
|
2773
2773
|
|
|
2774
2774
|
@name.setter
|
|
2775
|
-
def name(self, value: pulumi.Input[str]):
|
|
2775
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
2776
2776
|
pulumi.set(self, "name", value)
|
|
2777
2777
|
|
|
2778
2778
|
|