pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753165802__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -1
- pulumi_kubernetes/_inputs.py +49 -50
- pulumi_kubernetes/admissionregistration/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
- pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
- pulumi_kubernetes/apiextensions/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
- pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
- pulumi_kubernetes/apiregistration/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
- pulumi_kubernetes/apps/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/_inputs.py +749 -750
- pulumi_kubernetes/apps/v1/outputs.py +713 -714
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
- pulumi_kubernetes/auditregistration/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
- pulumi_kubernetes/autoscaling/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
- pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
- pulumi_kubernetes/batch/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/Job.py +26 -27
- pulumi_kubernetes/batch/v1/JobList.py +25 -26
- pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/_inputs.py +494 -495
- pulumi_kubernetes/batch/v1/outputs.py +419 -420
- pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
- pulumi_kubernetes/certificates/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
- pulumi_kubernetes/certificates/v1/outputs.py +134 -135
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
- pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
- pulumi_kubernetes/coordination/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
- pulumi_kubernetes/coordination/v1/outputs.py +67 -68
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
- pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
- pulumi_kubernetes/core/__init__.py +1 -1
- pulumi_kubernetes/core/v1/Binding.py +25 -26
- pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
- pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
- pulumi_kubernetes/core/v1/Endpoints.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
- pulumi_kubernetes/core/v1/Event.py +131 -132
- pulumi_kubernetes/core/v1/EventList.py +25 -26
- pulumi_kubernetes/core/v1/EventPatch.py +131 -132
- pulumi_kubernetes/core/v1/LimitRange.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
- pulumi_kubernetes/core/v1/Namespace.py +26 -27
- pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
- pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
- pulumi_kubernetes/core/v1/Node.py +26 -27
- pulumi_kubernetes/core/v1/NodeList.py +25 -26
- pulumi_kubernetes/core/v1/NodePatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
- pulumi_kubernetes/core/v1/Pod.py +26 -27
- pulumi_kubernetes/core/v1/PodList.py +25 -26
- pulumi_kubernetes/core/v1/PodPatch.py +26 -27
- pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
- pulumi_kubernetes/core/v1/Secret.py +63 -64
- pulumi_kubernetes/core/v1/SecretList.py +25 -26
- pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
- pulumi_kubernetes/core/v1/Service.py +26 -27
- pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
- pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
- pulumi_kubernetes/core/v1/ServiceList.py +25 -26
- pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
- pulumi_kubernetes/core/v1/__init__.py +1 -1
- pulumi_kubernetes/core/v1/_enums.py +2 -2
- pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
- pulumi_kubernetes/core/v1/outputs.py +5390 -5391
- pulumi_kubernetes/discovery/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
- pulumi_kubernetes/discovery/v1/outputs.py +138 -139
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
- pulumi_kubernetes/events/__init__.py +1 -1
- pulumi_kubernetes/events/v1/Event.py +131 -132
- pulumi_kubernetes/events/v1/EventList.py +25 -26
- pulumi_kubernetes/events/v1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1/__init__.py +1 -1
- pulumi_kubernetes/events/v1/_inputs.py +102 -103
- pulumi_kubernetes/events/v1/outputs.py +70 -71
- pulumi_kubernetes/events/v1beta1/Event.py +131 -132
- pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
- pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
- pulumi_kubernetes/extensions/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
- pulumi_kubernetes/flowcontrol/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
- pulumi_kubernetes/helm/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/Release.py +316 -317
- pulumi_kubernetes/helm/v3/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/_inputs.py +37 -38
- pulumi_kubernetes/helm/v3/outputs.py +54 -55
- pulumi_kubernetes/helm/v4/Chart.py +95 -96
- pulumi_kubernetes/helm/v4/__init__.py +1 -1
- pulumi_kubernetes/helm/v4/_inputs.py +34 -35
- pulumi_kubernetes/kustomize/__init__.py +1 -1
- pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
- pulumi_kubernetes/meta/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/Status.py +57 -58
- pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
- pulumi_kubernetes/meta/v1/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/_inputs.py +551 -552
- pulumi_kubernetes/meta/v1/outputs.py +395 -396
- pulumi_kubernetes/networking/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/_inputs.py +463 -464
- pulumi_kubernetes/networking/v1/outputs.py +350 -351
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
- pulumi_kubernetes/node/__init__.py +1 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1/__init__.py +1 -1
- pulumi_kubernetes/node/v1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1/outputs.py +34 -35
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
- pulumi_kubernetes/policy/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/_inputs.py +91 -92
- pulumi_kubernetes/policy/v1/outputs.py +80 -81
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
- pulumi_kubernetes/provider.py +107 -108
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
- pulumi_kubernetes/resource/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
- pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
- pulumi_kubernetes/scheduling/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
- pulumi_kubernetes/settings/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
- pulumi_kubernetes/storage/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/_inputs.py +372 -373
- pulumi_kubernetes/storage/v1/outputs.py +278 -279
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
- pulumi_kubernetes/storagemigration/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
- pulumi_kubernetes/yaml/__init__.py +1 -1
- pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
- pulumi_kubernetes/yaml/v2/__init__.py +1 -1
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753165802.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.24.0a1753079574.dist-info/RECORD +0 -709
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -98,13 +97,13 @@ if not MYPY:
|
|
|
98
97
|
"""
|
|
99
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`.
|
|
100
99
|
"""
|
|
101
|
-
lendable_percent: NotRequired[pulumi.Input[
|
|
100
|
+
lendable_percent: NotRequired[pulumi.Input[_builtins.int]]
|
|
102
101
|
"""
|
|
103
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.
|
|
104
103
|
|
|
105
104
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
106
105
|
"""
|
|
107
|
-
nominal_concurrency_shares: NotRequired[pulumi.Input[
|
|
106
|
+
nominal_concurrency_shares: NotRequired[pulumi.Input[_builtins.int]]
|
|
108
107
|
"""
|
|
109
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:
|
|
110
109
|
|
|
@@ -118,14 +117,14 @@ elif False:
|
|
|
118
117
|
@pulumi.input_type
|
|
119
118
|
class ExemptPriorityLevelConfigurationPatchArgs:
|
|
120
119
|
def __init__(__self__, *,
|
|
121
|
-
lendable_percent: Optional[pulumi.Input[
|
|
122
|
-
nominal_concurrency_shares: Optional[pulumi.Input[
|
|
120
|
+
lendable_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
|
121
|
+
nominal_concurrency_shares: Optional[pulumi.Input[_builtins.int]] = None):
|
|
123
122
|
"""
|
|
124
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`.
|
|
125
|
-
:param pulumi.Input[
|
|
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.
|
|
126
125
|
|
|
127
126
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
128
|
-
:param pulumi.Input[
|
|
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:
|
|
129
128
|
|
|
130
129
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
131
130
|
|
|
@@ -136,9 +135,9 @@ class ExemptPriorityLevelConfigurationPatchArgs:
|
|
|
136
135
|
if nominal_concurrency_shares is not None:
|
|
137
136
|
pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
|
|
138
137
|
|
|
139
|
-
@property
|
|
138
|
+
@_builtins.property
|
|
140
139
|
@pulumi.getter(name="lendablePercent")
|
|
141
|
-
def lendable_percent(self) -> Optional[pulumi.Input[
|
|
140
|
+
def lendable_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
142
141
|
"""
|
|
143
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.
|
|
144
143
|
|
|
@@ -147,12 +146,12 @@ class ExemptPriorityLevelConfigurationPatchArgs:
|
|
|
147
146
|
return pulumi.get(self, "lendable_percent")
|
|
148
147
|
|
|
149
148
|
@lendable_percent.setter
|
|
150
|
-
def lendable_percent(self, value: Optional[pulumi.Input[
|
|
149
|
+
def lendable_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
151
150
|
pulumi.set(self, "lendable_percent", value)
|
|
152
151
|
|
|
153
|
-
@property
|
|
152
|
+
@_builtins.property
|
|
154
153
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
155
|
-
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[
|
|
154
|
+
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
156
155
|
"""
|
|
157
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:
|
|
158
157
|
|
|
@@ -163,7 +162,7 @@ class ExemptPriorityLevelConfigurationPatchArgs:
|
|
|
163
162
|
return pulumi.get(self, "nominal_concurrency_shares")
|
|
164
163
|
|
|
165
164
|
@nominal_concurrency_shares.setter
|
|
166
|
-
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[
|
|
165
|
+
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
167
166
|
pulumi.set(self, "nominal_concurrency_shares", value)
|
|
168
167
|
|
|
169
168
|
|
|
@@ -172,13 +171,13 @@ if not MYPY:
|
|
|
172
171
|
"""
|
|
173
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`.
|
|
174
173
|
"""
|
|
175
|
-
lendable_percent: NotRequired[pulumi.Input[
|
|
174
|
+
lendable_percent: NotRequired[pulumi.Input[_builtins.int]]
|
|
176
175
|
"""
|
|
177
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.
|
|
178
177
|
|
|
179
178
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
180
179
|
"""
|
|
181
|
-
nominal_concurrency_shares: NotRequired[pulumi.Input[
|
|
180
|
+
nominal_concurrency_shares: NotRequired[pulumi.Input[_builtins.int]]
|
|
182
181
|
"""
|
|
183
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:
|
|
184
183
|
|
|
@@ -192,14 +191,14 @@ elif False:
|
|
|
192
191
|
@pulumi.input_type
|
|
193
192
|
class ExemptPriorityLevelConfigurationArgs:
|
|
194
193
|
def __init__(__self__, *,
|
|
195
|
-
lendable_percent: Optional[pulumi.Input[
|
|
196
|
-
nominal_concurrency_shares: Optional[pulumi.Input[
|
|
194
|
+
lendable_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
|
195
|
+
nominal_concurrency_shares: Optional[pulumi.Input[_builtins.int]] = None):
|
|
197
196
|
"""
|
|
198
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`.
|
|
199
|
-
:param pulumi.Input[
|
|
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.
|
|
200
199
|
|
|
201
200
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
202
|
-
:param pulumi.Input[
|
|
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:
|
|
203
202
|
|
|
204
203
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
205
204
|
|
|
@@ -210,9 +209,9 @@ class ExemptPriorityLevelConfigurationArgs:
|
|
|
210
209
|
if nominal_concurrency_shares is not None:
|
|
211
210
|
pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
|
|
212
211
|
|
|
213
|
-
@property
|
|
212
|
+
@_builtins.property
|
|
214
213
|
@pulumi.getter(name="lendablePercent")
|
|
215
|
-
def lendable_percent(self) -> Optional[pulumi.Input[
|
|
214
|
+
def lendable_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
216
215
|
"""
|
|
217
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.
|
|
218
217
|
|
|
@@ -221,12 +220,12 @@ class ExemptPriorityLevelConfigurationArgs:
|
|
|
221
220
|
return pulumi.get(self, "lendable_percent")
|
|
222
221
|
|
|
223
222
|
@lendable_percent.setter
|
|
224
|
-
def lendable_percent(self, value: Optional[pulumi.Input[
|
|
223
|
+
def lendable_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
225
224
|
pulumi.set(self, "lendable_percent", value)
|
|
226
225
|
|
|
227
|
-
@property
|
|
226
|
+
@_builtins.property
|
|
228
227
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
229
|
-
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[
|
|
228
|
+
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
230
229
|
"""
|
|
231
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:
|
|
232
231
|
|
|
@@ -237,7 +236,7 @@ class ExemptPriorityLevelConfigurationArgs:
|
|
|
237
236
|
return pulumi.get(self, "nominal_concurrency_shares")
|
|
238
237
|
|
|
239
238
|
@nominal_concurrency_shares.setter
|
|
240
|
-
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[
|
|
239
|
+
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
241
240
|
pulumi.set(self, "nominal_concurrency_shares", value)
|
|
242
241
|
|
|
243
242
|
|
|
@@ -246,7 +245,7 @@ if not MYPY:
|
|
|
246
245
|
"""
|
|
247
246
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
248
247
|
"""
|
|
249
|
-
type: NotRequired[pulumi.Input[
|
|
248
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
250
249
|
"""
|
|
251
250
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
252
251
|
"""
|
|
@@ -256,24 +255,24 @@ elif False:
|
|
|
256
255
|
@pulumi.input_type
|
|
257
256
|
class FlowDistinguisherMethodPatchArgs:
|
|
258
257
|
def __init__(__self__, *,
|
|
259
|
-
type: Optional[pulumi.Input[
|
|
258
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
260
259
|
"""
|
|
261
260
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
262
|
-
:param pulumi.Input[
|
|
261
|
+
:param pulumi.Input[_builtins.str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
263
262
|
"""
|
|
264
263
|
if type is not None:
|
|
265
264
|
pulumi.set(__self__, "type", type)
|
|
266
265
|
|
|
267
|
-
@property
|
|
266
|
+
@_builtins.property
|
|
268
267
|
@pulumi.getter
|
|
269
|
-
def type(self) -> Optional[pulumi.Input[
|
|
268
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
270
269
|
"""
|
|
271
270
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
272
271
|
"""
|
|
273
272
|
return pulumi.get(self, "type")
|
|
274
273
|
|
|
275
274
|
@type.setter
|
|
276
|
-
def type(self, value: Optional[pulumi.Input[
|
|
275
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
277
276
|
pulumi.set(self, "type", value)
|
|
278
277
|
|
|
279
278
|
|
|
@@ -282,7 +281,7 @@ if not MYPY:
|
|
|
282
281
|
"""
|
|
283
282
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
284
283
|
"""
|
|
285
|
-
type: pulumi.Input[
|
|
284
|
+
type: pulumi.Input[_builtins.str]
|
|
286
285
|
"""
|
|
287
286
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
288
287
|
"""
|
|
@@ -292,23 +291,23 @@ elif False:
|
|
|
292
291
|
@pulumi.input_type
|
|
293
292
|
class FlowDistinguisherMethodArgs:
|
|
294
293
|
def __init__(__self__, *,
|
|
295
|
-
type: pulumi.Input[
|
|
294
|
+
type: pulumi.Input[_builtins.str]):
|
|
296
295
|
"""
|
|
297
296
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
298
|
-
:param pulumi.Input[
|
|
297
|
+
:param pulumi.Input[_builtins.str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
299
298
|
"""
|
|
300
299
|
pulumi.set(__self__, "type", type)
|
|
301
300
|
|
|
302
|
-
@property
|
|
301
|
+
@_builtins.property
|
|
303
302
|
@pulumi.getter
|
|
304
|
-
def type(self) -> pulumi.Input[
|
|
303
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
305
304
|
"""
|
|
306
305
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
307
306
|
"""
|
|
308
307
|
return pulumi.get(self, "type")
|
|
309
308
|
|
|
310
309
|
@type.setter
|
|
311
|
-
def type(self, value: pulumi.Input[
|
|
310
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
312
311
|
pulumi.set(self, "type", value)
|
|
313
312
|
|
|
314
313
|
|
|
@@ -317,23 +316,23 @@ if not MYPY:
|
|
|
317
316
|
"""
|
|
318
317
|
FlowSchemaCondition describes conditions for a FlowSchema.
|
|
319
318
|
"""
|
|
320
|
-
last_transition_time: NotRequired[pulumi.Input[
|
|
319
|
+
last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
321
320
|
"""
|
|
322
321
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
323
322
|
"""
|
|
324
|
-
message: NotRequired[pulumi.Input[
|
|
323
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
325
324
|
"""
|
|
326
325
|
`message` is a human-readable message indicating details about last transition.
|
|
327
326
|
"""
|
|
328
|
-
reason: NotRequired[pulumi.Input[
|
|
327
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
329
328
|
"""
|
|
330
329
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
331
330
|
"""
|
|
332
|
-
status: NotRequired[pulumi.Input[
|
|
331
|
+
status: NotRequired[pulumi.Input[_builtins.str]]
|
|
333
332
|
"""
|
|
334
333
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
335
334
|
"""
|
|
336
|
-
type: NotRequired[pulumi.Input[
|
|
335
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
337
336
|
"""
|
|
338
337
|
`type` is the type of the condition. Required.
|
|
339
338
|
"""
|
|
@@ -343,18 +342,18 @@ elif False:
|
|
|
343
342
|
@pulumi.input_type
|
|
344
343
|
class FlowSchemaConditionArgs:
|
|
345
344
|
def __init__(__self__, *,
|
|
346
|
-
last_transition_time: Optional[pulumi.Input[
|
|
347
|
-
message: Optional[pulumi.Input[
|
|
348
|
-
reason: Optional[pulumi.Input[
|
|
349
|
-
status: Optional[pulumi.Input[
|
|
350
|
-
type: Optional[pulumi.Input[
|
|
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):
|
|
351
350
|
"""
|
|
352
351
|
FlowSchemaCondition describes conditions for a FlowSchema.
|
|
353
|
-
:param pulumi.Input[
|
|
354
|
-
:param pulumi.Input[
|
|
355
|
-
:param pulumi.Input[
|
|
356
|
-
:param pulumi.Input[
|
|
357
|
-
:param pulumi.Input[
|
|
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.
|
|
358
357
|
"""
|
|
359
358
|
if last_transition_time is not None:
|
|
360
359
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -367,64 +366,64 @@ class FlowSchemaConditionArgs:
|
|
|
367
366
|
if type is not None:
|
|
368
367
|
pulumi.set(__self__, "type", type)
|
|
369
368
|
|
|
370
|
-
@property
|
|
369
|
+
@_builtins.property
|
|
371
370
|
@pulumi.getter(name="lastTransitionTime")
|
|
372
|
-
def last_transition_time(self) -> Optional[pulumi.Input[
|
|
371
|
+
def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
373
372
|
"""
|
|
374
373
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
375
374
|
"""
|
|
376
375
|
return pulumi.get(self, "last_transition_time")
|
|
377
376
|
|
|
378
377
|
@last_transition_time.setter
|
|
379
|
-
def last_transition_time(self, value: Optional[pulumi.Input[
|
|
378
|
+
def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
380
379
|
pulumi.set(self, "last_transition_time", value)
|
|
381
380
|
|
|
382
|
-
@property
|
|
381
|
+
@_builtins.property
|
|
383
382
|
@pulumi.getter
|
|
384
|
-
def message(self) -> Optional[pulumi.Input[
|
|
383
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
385
384
|
"""
|
|
386
385
|
`message` is a human-readable message indicating details about last transition.
|
|
387
386
|
"""
|
|
388
387
|
return pulumi.get(self, "message")
|
|
389
388
|
|
|
390
389
|
@message.setter
|
|
391
|
-
def message(self, value: Optional[pulumi.Input[
|
|
390
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
392
391
|
pulumi.set(self, "message", value)
|
|
393
392
|
|
|
394
|
-
@property
|
|
393
|
+
@_builtins.property
|
|
395
394
|
@pulumi.getter
|
|
396
|
-
def reason(self) -> Optional[pulumi.Input[
|
|
395
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
397
396
|
"""
|
|
398
397
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
399
398
|
"""
|
|
400
399
|
return pulumi.get(self, "reason")
|
|
401
400
|
|
|
402
401
|
@reason.setter
|
|
403
|
-
def reason(self, value: Optional[pulumi.Input[
|
|
402
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
404
403
|
pulumi.set(self, "reason", value)
|
|
405
404
|
|
|
406
|
-
@property
|
|
405
|
+
@_builtins.property
|
|
407
406
|
@pulumi.getter
|
|
408
|
-
def status(self) -> Optional[pulumi.Input[
|
|
407
|
+
def status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
409
408
|
"""
|
|
410
409
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
411
410
|
"""
|
|
412
411
|
return pulumi.get(self, "status")
|
|
413
412
|
|
|
414
413
|
@status.setter
|
|
415
|
-
def status(self, value: Optional[pulumi.Input[
|
|
414
|
+
def status(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
416
415
|
pulumi.set(self, "status", value)
|
|
417
416
|
|
|
418
|
-
@property
|
|
417
|
+
@_builtins.property
|
|
419
418
|
@pulumi.getter
|
|
420
|
-
def type(self) -> Optional[pulumi.Input[
|
|
419
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
421
420
|
"""
|
|
422
421
|
`type` is the type of the condition. Required.
|
|
423
422
|
"""
|
|
424
423
|
return pulumi.get(self, "type")
|
|
425
424
|
|
|
426
425
|
@type.setter
|
|
427
|
-
def type(self, value: Optional[pulumi.Input[
|
|
426
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
428
427
|
pulumi.set(self, "type", value)
|
|
429
428
|
|
|
430
429
|
|
|
@@ -437,7 +436,7 @@ if not MYPY:
|
|
|
437
436
|
"""
|
|
438
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.
|
|
439
438
|
"""
|
|
440
|
-
matching_precedence: NotRequired[pulumi.Input[
|
|
439
|
+
matching_precedence: NotRequired[pulumi.Input[_builtins.int]]
|
|
441
440
|
"""
|
|
442
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.
|
|
443
442
|
"""
|
|
@@ -456,13 +455,13 @@ elif False:
|
|
|
456
455
|
class FlowSchemaSpecPatchArgs:
|
|
457
456
|
def __init__(__self__, *,
|
|
458
457
|
distinguisher_method: Optional[pulumi.Input['FlowDistinguisherMethodPatchArgs']] = None,
|
|
459
|
-
matching_precedence: Optional[pulumi.Input[
|
|
458
|
+
matching_precedence: Optional[pulumi.Input[_builtins.int]] = None,
|
|
460
459
|
priority_level_configuration: Optional[pulumi.Input['PriorityLevelConfigurationReferencePatchArgs']] = None,
|
|
461
460
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsPatchArgs']]]] = None):
|
|
462
461
|
"""
|
|
463
462
|
FlowSchemaSpec describes how the FlowSchema's specification looks like.
|
|
464
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.
|
|
465
|
-
:param pulumi.Input[
|
|
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.
|
|
466
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.
|
|
467
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.
|
|
468
467
|
"""
|
|
@@ -475,7 +474,7 @@ class FlowSchemaSpecPatchArgs:
|
|
|
475
474
|
if rules is not None:
|
|
476
475
|
pulumi.set(__self__, "rules", rules)
|
|
477
476
|
|
|
478
|
-
@property
|
|
477
|
+
@_builtins.property
|
|
479
478
|
@pulumi.getter(name="distinguisherMethod")
|
|
480
479
|
def distinguisher_method(self) -> Optional[pulumi.Input['FlowDistinguisherMethodPatchArgs']]:
|
|
481
480
|
"""
|
|
@@ -487,19 +486,19 @@ class FlowSchemaSpecPatchArgs:
|
|
|
487
486
|
def distinguisher_method(self, value: Optional[pulumi.Input['FlowDistinguisherMethodPatchArgs']]):
|
|
488
487
|
pulumi.set(self, "distinguisher_method", value)
|
|
489
488
|
|
|
490
|
-
@property
|
|
489
|
+
@_builtins.property
|
|
491
490
|
@pulumi.getter(name="matchingPrecedence")
|
|
492
|
-
def matching_precedence(self) -> Optional[pulumi.Input[
|
|
491
|
+
def matching_precedence(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
493
492
|
"""
|
|
494
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.
|
|
495
494
|
"""
|
|
496
495
|
return pulumi.get(self, "matching_precedence")
|
|
497
496
|
|
|
498
497
|
@matching_precedence.setter
|
|
499
|
-
def matching_precedence(self, value: Optional[pulumi.Input[
|
|
498
|
+
def matching_precedence(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
500
499
|
pulumi.set(self, "matching_precedence", value)
|
|
501
500
|
|
|
502
|
-
@property
|
|
501
|
+
@_builtins.property
|
|
503
502
|
@pulumi.getter(name="priorityLevelConfiguration")
|
|
504
503
|
def priority_level_configuration(self) -> Optional[pulumi.Input['PriorityLevelConfigurationReferencePatchArgs']]:
|
|
505
504
|
"""
|
|
@@ -511,7 +510,7 @@ class FlowSchemaSpecPatchArgs:
|
|
|
511
510
|
def priority_level_configuration(self, value: Optional[pulumi.Input['PriorityLevelConfigurationReferencePatchArgs']]):
|
|
512
511
|
pulumi.set(self, "priority_level_configuration", value)
|
|
513
512
|
|
|
514
|
-
@property
|
|
513
|
+
@_builtins.property
|
|
515
514
|
@pulumi.getter
|
|
516
515
|
def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsPatchArgs']]]]:
|
|
517
516
|
"""
|
|
@@ -537,7 +536,7 @@ if not MYPY:
|
|
|
537
536
|
"""
|
|
538
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.
|
|
539
538
|
"""
|
|
540
|
-
matching_precedence: NotRequired[pulumi.Input[
|
|
539
|
+
matching_precedence: NotRequired[pulumi.Input[_builtins.int]]
|
|
541
540
|
"""
|
|
542
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.
|
|
543
542
|
"""
|
|
@@ -553,13 +552,13 @@ class FlowSchemaSpecArgs:
|
|
|
553
552
|
def __init__(__self__, *,
|
|
554
553
|
priority_level_configuration: pulumi.Input['PriorityLevelConfigurationReferenceArgs'],
|
|
555
554
|
distinguisher_method: Optional[pulumi.Input['FlowDistinguisherMethodArgs']] = None,
|
|
556
|
-
matching_precedence: Optional[pulumi.Input[
|
|
555
|
+
matching_precedence: Optional[pulumi.Input[_builtins.int]] = None,
|
|
557
556
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsArgs']]]] = None):
|
|
558
557
|
"""
|
|
559
558
|
FlowSchemaSpec describes how the FlowSchema's specification looks like.
|
|
560
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.
|
|
561
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.
|
|
562
|
-
:param pulumi.Input[
|
|
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.
|
|
563
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.
|
|
564
563
|
"""
|
|
565
564
|
pulumi.set(__self__, "priority_level_configuration", priority_level_configuration)
|
|
@@ -570,7 +569,7 @@ class FlowSchemaSpecArgs:
|
|
|
570
569
|
if rules is not None:
|
|
571
570
|
pulumi.set(__self__, "rules", rules)
|
|
572
571
|
|
|
573
|
-
@property
|
|
572
|
+
@_builtins.property
|
|
574
573
|
@pulumi.getter(name="priorityLevelConfiguration")
|
|
575
574
|
def priority_level_configuration(self) -> pulumi.Input['PriorityLevelConfigurationReferenceArgs']:
|
|
576
575
|
"""
|
|
@@ -582,7 +581,7 @@ class FlowSchemaSpecArgs:
|
|
|
582
581
|
def priority_level_configuration(self, value: pulumi.Input['PriorityLevelConfigurationReferenceArgs']):
|
|
583
582
|
pulumi.set(self, "priority_level_configuration", value)
|
|
584
583
|
|
|
585
|
-
@property
|
|
584
|
+
@_builtins.property
|
|
586
585
|
@pulumi.getter(name="distinguisherMethod")
|
|
587
586
|
def distinguisher_method(self) -> Optional[pulumi.Input['FlowDistinguisherMethodArgs']]:
|
|
588
587
|
"""
|
|
@@ -594,19 +593,19 @@ class FlowSchemaSpecArgs:
|
|
|
594
593
|
def distinguisher_method(self, value: Optional[pulumi.Input['FlowDistinguisherMethodArgs']]):
|
|
595
594
|
pulumi.set(self, "distinguisher_method", value)
|
|
596
595
|
|
|
597
|
-
@property
|
|
596
|
+
@_builtins.property
|
|
598
597
|
@pulumi.getter(name="matchingPrecedence")
|
|
599
|
-
def matching_precedence(self) -> Optional[pulumi.Input[
|
|
598
|
+
def matching_precedence(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
600
599
|
"""
|
|
601
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.
|
|
602
601
|
"""
|
|
603
602
|
return pulumi.get(self, "matching_precedence")
|
|
604
603
|
|
|
605
604
|
@matching_precedence.setter
|
|
606
|
-
def matching_precedence(self, value: Optional[pulumi.Input[
|
|
605
|
+
def matching_precedence(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
607
606
|
pulumi.set(self, "matching_precedence", value)
|
|
608
607
|
|
|
609
|
-
@property
|
|
608
|
+
@_builtins.property
|
|
610
609
|
@pulumi.getter
|
|
611
610
|
def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsArgs']]]]:
|
|
612
611
|
"""
|
|
@@ -642,7 +641,7 @@ class FlowSchemaStatusArgs:
|
|
|
642
641
|
if conditions is not None:
|
|
643
642
|
pulumi.set(__self__, "conditions", conditions)
|
|
644
643
|
|
|
645
|
-
@property
|
|
644
|
+
@_builtins.property
|
|
646
645
|
@pulumi.getter
|
|
647
646
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FlowSchemaConditionArgs']]]]:
|
|
648
647
|
"""
|
|
@@ -660,11 +659,11 @@ if not MYPY:
|
|
|
660
659
|
"""
|
|
661
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".
|
|
662
661
|
"""
|
|
663
|
-
api_version: NotRequired[pulumi.Input[
|
|
662
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
664
663
|
"""
|
|
665
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
|
|
666
665
|
"""
|
|
667
|
-
kind: NotRequired[pulumi.Input[
|
|
666
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
668
667
|
"""
|
|
669
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
|
|
670
669
|
"""
|
|
@@ -686,15 +685,15 @@ elif False:
|
|
|
686
685
|
@pulumi.input_type
|
|
687
686
|
class FlowSchemaArgs:
|
|
688
687
|
def __init__(__self__, *,
|
|
689
|
-
api_version: Optional[pulumi.Input[
|
|
690
|
-
kind: Optional[pulumi.Input[
|
|
688
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
689
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
691
690
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
692
691
|
spec: Optional[pulumi.Input['FlowSchemaSpecArgs']] = None,
|
|
693
692
|
status: Optional[pulumi.Input['FlowSchemaStatusArgs']] = None):
|
|
694
693
|
"""
|
|
695
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".
|
|
696
|
-
:param pulumi.Input[
|
|
697
|
-
:param pulumi.Input[
|
|
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
|
|
698
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
|
|
699
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
|
|
700
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
|
|
@@ -710,31 +709,31 @@ class FlowSchemaArgs:
|
|
|
710
709
|
if status is not None:
|
|
711
710
|
pulumi.set(__self__, "status", status)
|
|
712
711
|
|
|
713
|
-
@property
|
|
712
|
+
@_builtins.property
|
|
714
713
|
@pulumi.getter(name="apiVersion")
|
|
715
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
714
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
716
715
|
"""
|
|
717
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
|
|
718
717
|
"""
|
|
719
718
|
return pulumi.get(self, "api_version")
|
|
720
719
|
|
|
721
720
|
@api_version.setter
|
|
722
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
721
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
723
722
|
pulumi.set(self, "api_version", value)
|
|
724
723
|
|
|
725
|
-
@property
|
|
724
|
+
@_builtins.property
|
|
726
725
|
@pulumi.getter
|
|
727
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
726
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
728
727
|
"""
|
|
729
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
|
|
730
729
|
"""
|
|
731
730
|
return pulumi.get(self, "kind")
|
|
732
731
|
|
|
733
732
|
@kind.setter
|
|
734
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
733
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
735
734
|
pulumi.set(self, "kind", value)
|
|
736
735
|
|
|
737
|
-
@property
|
|
736
|
+
@_builtins.property
|
|
738
737
|
@pulumi.getter
|
|
739
738
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
740
739
|
"""
|
|
@@ -746,7 +745,7 @@ class FlowSchemaArgs:
|
|
|
746
745
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
747
746
|
pulumi.set(self, "metadata", value)
|
|
748
747
|
|
|
749
|
-
@property
|
|
748
|
+
@_builtins.property
|
|
750
749
|
@pulumi.getter
|
|
751
750
|
def spec(self) -> Optional[pulumi.Input['FlowSchemaSpecArgs']]:
|
|
752
751
|
"""
|
|
@@ -758,7 +757,7 @@ class FlowSchemaArgs:
|
|
|
758
757
|
def spec(self, value: Optional[pulumi.Input['FlowSchemaSpecArgs']]):
|
|
759
758
|
pulumi.set(self, "spec", value)
|
|
760
759
|
|
|
761
|
-
@property
|
|
760
|
+
@_builtins.property
|
|
762
761
|
@pulumi.getter
|
|
763
762
|
def status(self) -> Optional[pulumi.Input['FlowSchemaStatusArgs']]:
|
|
764
763
|
"""
|
|
@@ -776,7 +775,7 @@ if not MYPY:
|
|
|
776
775
|
"""
|
|
777
776
|
GroupSubject holds detailed information for group-kind subject.
|
|
778
777
|
"""
|
|
779
|
-
name: NotRequired[pulumi.Input[
|
|
778
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
780
779
|
"""
|
|
781
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.
|
|
782
781
|
"""
|
|
@@ -786,24 +785,24 @@ elif False:
|
|
|
786
785
|
@pulumi.input_type
|
|
787
786
|
class GroupSubjectPatchArgs:
|
|
788
787
|
def __init__(__self__, *,
|
|
789
|
-
name: Optional[pulumi.Input[
|
|
788
|
+
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
790
789
|
"""
|
|
791
790
|
GroupSubject holds detailed information for group-kind subject.
|
|
792
|
-
:param pulumi.Input[
|
|
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.
|
|
793
792
|
"""
|
|
794
793
|
if name is not None:
|
|
795
794
|
pulumi.set(__self__, "name", name)
|
|
796
795
|
|
|
797
|
-
@property
|
|
796
|
+
@_builtins.property
|
|
798
797
|
@pulumi.getter
|
|
799
|
-
def name(self) -> Optional[pulumi.Input[
|
|
798
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
800
799
|
"""
|
|
801
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.
|
|
802
801
|
"""
|
|
803
802
|
return pulumi.get(self, "name")
|
|
804
803
|
|
|
805
804
|
@name.setter
|
|
806
|
-
def name(self, value: Optional[pulumi.Input[
|
|
805
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
807
806
|
pulumi.set(self, "name", value)
|
|
808
807
|
|
|
809
808
|
|
|
@@ -812,7 +811,7 @@ if not MYPY:
|
|
|
812
811
|
"""
|
|
813
812
|
GroupSubject holds detailed information for group-kind subject.
|
|
814
813
|
"""
|
|
815
|
-
name: pulumi.Input[
|
|
814
|
+
name: pulumi.Input[_builtins.str]
|
|
816
815
|
"""
|
|
817
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.
|
|
818
817
|
"""
|
|
@@ -822,23 +821,23 @@ elif False:
|
|
|
822
821
|
@pulumi.input_type
|
|
823
822
|
class GroupSubjectArgs:
|
|
824
823
|
def __init__(__self__, *,
|
|
825
|
-
name: pulumi.Input[
|
|
824
|
+
name: pulumi.Input[_builtins.str]):
|
|
826
825
|
"""
|
|
827
826
|
GroupSubject holds detailed information for group-kind subject.
|
|
828
|
-
:param pulumi.Input[
|
|
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.
|
|
829
828
|
"""
|
|
830
829
|
pulumi.set(__self__, "name", name)
|
|
831
830
|
|
|
832
|
-
@property
|
|
831
|
+
@_builtins.property
|
|
833
832
|
@pulumi.getter
|
|
834
|
-
def name(self) -> pulumi.Input[
|
|
833
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
835
834
|
"""
|
|
836
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.
|
|
837
836
|
"""
|
|
838
837
|
return pulumi.get(self, "name")
|
|
839
838
|
|
|
840
839
|
@name.setter
|
|
841
|
-
def name(self, value: pulumi.Input[
|
|
840
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
842
841
|
pulumi.set(self, "name", value)
|
|
843
842
|
|
|
844
843
|
|
|
@@ -851,7 +850,7 @@ if not MYPY:
|
|
|
851
850
|
"""
|
|
852
851
|
`queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
853
852
|
"""
|
|
854
|
-
type: NotRequired[pulumi.Input[
|
|
853
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
855
854
|
"""
|
|
856
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.
|
|
857
856
|
"""
|
|
@@ -862,18 +861,18 @@ elif False:
|
|
|
862
861
|
class LimitResponsePatchArgs:
|
|
863
862
|
def __init__(__self__, *,
|
|
864
863
|
queuing: Optional[pulumi.Input['QueuingConfigurationPatchArgs']] = None,
|
|
865
|
-
type: Optional[pulumi.Input[
|
|
864
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
866
865
|
"""
|
|
867
866
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
868
867
|
:param pulumi.Input['QueuingConfigurationPatchArgs'] queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
869
|
-
:param pulumi.Input[
|
|
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.
|
|
870
869
|
"""
|
|
871
870
|
if queuing is not None:
|
|
872
871
|
pulumi.set(__self__, "queuing", queuing)
|
|
873
872
|
if type is not None:
|
|
874
873
|
pulumi.set(__self__, "type", type)
|
|
875
874
|
|
|
876
|
-
@property
|
|
875
|
+
@_builtins.property
|
|
877
876
|
@pulumi.getter
|
|
878
877
|
def queuing(self) -> Optional[pulumi.Input['QueuingConfigurationPatchArgs']]:
|
|
879
878
|
"""
|
|
@@ -885,16 +884,16 @@ class LimitResponsePatchArgs:
|
|
|
885
884
|
def queuing(self, value: Optional[pulumi.Input['QueuingConfigurationPatchArgs']]):
|
|
886
885
|
pulumi.set(self, "queuing", value)
|
|
887
886
|
|
|
888
|
-
@property
|
|
887
|
+
@_builtins.property
|
|
889
888
|
@pulumi.getter
|
|
890
|
-
def type(self) -> Optional[pulumi.Input[
|
|
889
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
891
890
|
"""
|
|
892
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.
|
|
893
892
|
"""
|
|
894
893
|
return pulumi.get(self, "type")
|
|
895
894
|
|
|
896
895
|
@type.setter
|
|
897
|
-
def type(self, value: Optional[pulumi.Input[
|
|
896
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
898
897
|
pulumi.set(self, "type", value)
|
|
899
898
|
|
|
900
899
|
|
|
@@ -903,7 +902,7 @@ if not MYPY:
|
|
|
903
902
|
"""
|
|
904
903
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
905
904
|
"""
|
|
906
|
-
type: pulumi.Input[
|
|
905
|
+
type: pulumi.Input[_builtins.str]
|
|
907
906
|
"""
|
|
908
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.
|
|
909
908
|
"""
|
|
@@ -917,30 +916,30 @@ elif False:
|
|
|
917
916
|
@pulumi.input_type
|
|
918
917
|
class LimitResponseArgs:
|
|
919
918
|
def __init__(__self__, *,
|
|
920
|
-
type: pulumi.Input[
|
|
919
|
+
type: pulumi.Input[_builtins.str],
|
|
921
920
|
queuing: Optional[pulumi.Input['QueuingConfigurationArgs']] = None):
|
|
922
921
|
"""
|
|
923
922
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
924
|
-
:param pulumi.Input[
|
|
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.
|
|
925
924
|
:param pulumi.Input['QueuingConfigurationArgs'] queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
926
925
|
"""
|
|
927
926
|
pulumi.set(__self__, "type", type)
|
|
928
927
|
if queuing is not None:
|
|
929
928
|
pulumi.set(__self__, "queuing", queuing)
|
|
930
929
|
|
|
931
|
-
@property
|
|
930
|
+
@_builtins.property
|
|
932
931
|
@pulumi.getter
|
|
933
|
-
def type(self) -> pulumi.Input[
|
|
932
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
934
933
|
"""
|
|
935
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.
|
|
936
935
|
"""
|
|
937
936
|
return pulumi.get(self, "type")
|
|
938
937
|
|
|
939
938
|
@type.setter
|
|
940
|
-
def type(self, value: pulumi.Input[
|
|
939
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
941
940
|
pulumi.set(self, "type", value)
|
|
942
941
|
|
|
943
|
-
@property
|
|
942
|
+
@_builtins.property
|
|
944
943
|
@pulumi.getter
|
|
945
944
|
def queuing(self) -> Optional[pulumi.Input['QueuingConfigurationArgs']]:
|
|
946
945
|
"""
|
|
@@ -960,7 +959,7 @@ if not MYPY:
|
|
|
960
959
|
- How are requests for this priority level limited?
|
|
961
960
|
- What should be done with requests that exceed the limit?
|
|
962
961
|
"""
|
|
963
|
-
borrowing_limit_percent: NotRequired[pulumi.Input[
|
|
962
|
+
borrowing_limit_percent: NotRequired[pulumi.Input[_builtins.int]]
|
|
964
963
|
"""
|
|
965
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.
|
|
966
965
|
|
|
@@ -968,7 +967,7 @@ if not MYPY:
|
|
|
968
967
|
|
|
969
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.
|
|
970
969
|
"""
|
|
971
|
-
lendable_percent: NotRequired[pulumi.Input[
|
|
970
|
+
lendable_percent: NotRequired[pulumi.Input[_builtins.int]]
|
|
972
971
|
"""
|
|
973
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.
|
|
974
973
|
|
|
@@ -978,7 +977,7 @@ if not MYPY:
|
|
|
978
977
|
"""
|
|
979
978
|
`limitResponse` indicates what to do with requests that can not be executed right now
|
|
980
979
|
"""
|
|
981
|
-
nominal_concurrency_shares: NotRequired[pulumi.Input[
|
|
980
|
+
nominal_concurrency_shares: NotRequired[pulumi.Input[_builtins.int]]
|
|
982
981
|
"""
|
|
983
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:
|
|
984
983
|
|
|
@@ -996,24 +995,24 @@ elif False:
|
|
|
996
995
|
@pulumi.input_type
|
|
997
996
|
class LimitedPriorityLevelConfigurationPatchArgs:
|
|
998
997
|
def __init__(__self__, *,
|
|
999
|
-
borrowing_limit_percent: Optional[pulumi.Input[
|
|
1000
|
-
lendable_percent: Optional[pulumi.Input[
|
|
998
|
+
borrowing_limit_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
|
999
|
+
lendable_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1001
1000
|
limit_response: Optional[pulumi.Input['LimitResponsePatchArgs']] = None,
|
|
1002
|
-
nominal_concurrency_shares: Optional[pulumi.Input[
|
|
1001
|
+
nominal_concurrency_shares: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1003
1002
|
"""
|
|
1004
1003
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
1005
1004
|
- How are requests for this priority level limited?
|
|
1006
1005
|
- What should be done with requests that exceed the limit?
|
|
1007
|
-
:param pulumi.Input[
|
|
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.
|
|
1008
1007
|
|
|
1009
1008
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
1010
1009
|
|
|
1011
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.
|
|
1012
|
-
:param pulumi.Input[
|
|
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.
|
|
1013
1012
|
|
|
1014
1013
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
1015
1014
|
:param pulumi.Input['LimitResponsePatchArgs'] limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
1016
|
-
:param pulumi.Input[
|
|
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:
|
|
1017
1016
|
|
|
1018
1017
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
1019
1018
|
|
|
@@ -1032,9 +1031,9 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1032
1031
|
if nominal_concurrency_shares is not None:
|
|
1033
1032
|
pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
|
|
1034
1033
|
|
|
1035
|
-
@property
|
|
1034
|
+
@_builtins.property
|
|
1036
1035
|
@pulumi.getter(name="borrowingLimitPercent")
|
|
1037
|
-
def borrowing_limit_percent(self) -> Optional[pulumi.Input[
|
|
1036
|
+
def borrowing_limit_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1038
1037
|
"""
|
|
1039
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.
|
|
1040
1039
|
|
|
@@ -1045,12 +1044,12 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1045
1044
|
return pulumi.get(self, "borrowing_limit_percent")
|
|
1046
1045
|
|
|
1047
1046
|
@borrowing_limit_percent.setter
|
|
1048
|
-
def borrowing_limit_percent(self, value: Optional[pulumi.Input[
|
|
1047
|
+
def borrowing_limit_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1049
1048
|
pulumi.set(self, "borrowing_limit_percent", value)
|
|
1050
1049
|
|
|
1051
|
-
@property
|
|
1050
|
+
@_builtins.property
|
|
1052
1051
|
@pulumi.getter(name="lendablePercent")
|
|
1053
|
-
def lendable_percent(self) -> Optional[pulumi.Input[
|
|
1052
|
+
def lendable_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1054
1053
|
"""
|
|
1055
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.
|
|
1056
1055
|
|
|
@@ -1059,10 +1058,10 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1059
1058
|
return pulumi.get(self, "lendable_percent")
|
|
1060
1059
|
|
|
1061
1060
|
@lendable_percent.setter
|
|
1062
|
-
def lendable_percent(self, value: Optional[pulumi.Input[
|
|
1061
|
+
def lendable_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1063
1062
|
pulumi.set(self, "lendable_percent", value)
|
|
1064
1063
|
|
|
1065
|
-
@property
|
|
1064
|
+
@_builtins.property
|
|
1066
1065
|
@pulumi.getter(name="limitResponse")
|
|
1067
1066
|
def limit_response(self) -> Optional[pulumi.Input['LimitResponsePatchArgs']]:
|
|
1068
1067
|
"""
|
|
@@ -1074,9 +1073,9 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1074
1073
|
def limit_response(self, value: Optional[pulumi.Input['LimitResponsePatchArgs']]):
|
|
1075
1074
|
pulumi.set(self, "limit_response", value)
|
|
1076
1075
|
|
|
1077
|
-
@property
|
|
1076
|
+
@_builtins.property
|
|
1078
1077
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
1079
|
-
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[
|
|
1078
|
+
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1080
1079
|
"""
|
|
1081
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:
|
|
1082
1081
|
|
|
@@ -1091,7 +1090,7 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1091
1090
|
return pulumi.get(self, "nominal_concurrency_shares")
|
|
1092
1091
|
|
|
1093
1092
|
@nominal_concurrency_shares.setter
|
|
1094
|
-
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[
|
|
1093
|
+
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1095
1094
|
pulumi.set(self, "nominal_concurrency_shares", value)
|
|
1096
1095
|
|
|
1097
1096
|
|
|
@@ -1102,7 +1101,7 @@ if not MYPY:
|
|
|
1102
1101
|
- How are requests for this priority level limited?
|
|
1103
1102
|
- What should be done with requests that exceed the limit?
|
|
1104
1103
|
"""
|
|
1105
|
-
borrowing_limit_percent: NotRequired[pulumi.Input[
|
|
1104
|
+
borrowing_limit_percent: NotRequired[pulumi.Input[_builtins.int]]
|
|
1106
1105
|
"""
|
|
1107
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.
|
|
1108
1107
|
|
|
@@ -1110,7 +1109,7 @@ if not MYPY:
|
|
|
1110
1109
|
|
|
1111
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.
|
|
1112
1111
|
"""
|
|
1113
|
-
lendable_percent: NotRequired[pulumi.Input[
|
|
1112
|
+
lendable_percent: NotRequired[pulumi.Input[_builtins.int]]
|
|
1114
1113
|
"""
|
|
1115
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.
|
|
1116
1115
|
|
|
@@ -1120,7 +1119,7 @@ if not MYPY:
|
|
|
1120
1119
|
"""
|
|
1121
1120
|
`limitResponse` indicates what to do with requests that can not be executed right now
|
|
1122
1121
|
"""
|
|
1123
|
-
nominal_concurrency_shares: NotRequired[pulumi.Input[
|
|
1122
|
+
nominal_concurrency_shares: NotRequired[pulumi.Input[_builtins.int]]
|
|
1124
1123
|
"""
|
|
1125
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:
|
|
1126
1125
|
|
|
@@ -1138,24 +1137,24 @@ elif False:
|
|
|
1138
1137
|
@pulumi.input_type
|
|
1139
1138
|
class LimitedPriorityLevelConfigurationArgs:
|
|
1140
1139
|
def __init__(__self__, *,
|
|
1141
|
-
borrowing_limit_percent: Optional[pulumi.Input[
|
|
1142
|
-
lendable_percent: Optional[pulumi.Input[
|
|
1140
|
+
borrowing_limit_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1141
|
+
lendable_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1143
1142
|
limit_response: Optional[pulumi.Input['LimitResponseArgs']] = None,
|
|
1144
|
-
nominal_concurrency_shares: Optional[pulumi.Input[
|
|
1143
|
+
nominal_concurrency_shares: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1145
1144
|
"""
|
|
1146
1145
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
1147
1146
|
- How are requests for this priority level limited?
|
|
1148
1147
|
- What should be done with requests that exceed the limit?
|
|
1149
|
-
:param pulumi.Input[
|
|
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.
|
|
1150
1149
|
|
|
1151
1150
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
1152
1151
|
|
|
1153
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.
|
|
1154
|
-
:param pulumi.Input[
|
|
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.
|
|
1155
1154
|
|
|
1156
1155
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
1157
1156
|
:param pulumi.Input['LimitResponseArgs'] limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
1158
|
-
:param pulumi.Input[
|
|
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:
|
|
1159
1158
|
|
|
1160
1159
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
1161
1160
|
|
|
@@ -1174,9 +1173,9 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1174
1173
|
if nominal_concurrency_shares is not None:
|
|
1175
1174
|
pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
|
|
1176
1175
|
|
|
1177
|
-
@property
|
|
1176
|
+
@_builtins.property
|
|
1178
1177
|
@pulumi.getter(name="borrowingLimitPercent")
|
|
1179
|
-
def borrowing_limit_percent(self) -> Optional[pulumi.Input[
|
|
1178
|
+
def borrowing_limit_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1180
1179
|
"""
|
|
1181
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.
|
|
1182
1181
|
|
|
@@ -1187,12 +1186,12 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1187
1186
|
return pulumi.get(self, "borrowing_limit_percent")
|
|
1188
1187
|
|
|
1189
1188
|
@borrowing_limit_percent.setter
|
|
1190
|
-
def borrowing_limit_percent(self, value: Optional[pulumi.Input[
|
|
1189
|
+
def borrowing_limit_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1191
1190
|
pulumi.set(self, "borrowing_limit_percent", value)
|
|
1192
1191
|
|
|
1193
|
-
@property
|
|
1192
|
+
@_builtins.property
|
|
1194
1193
|
@pulumi.getter(name="lendablePercent")
|
|
1195
|
-
def lendable_percent(self) -> Optional[pulumi.Input[
|
|
1194
|
+
def lendable_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1196
1195
|
"""
|
|
1197
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.
|
|
1198
1197
|
|
|
@@ -1201,10 +1200,10 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1201
1200
|
return pulumi.get(self, "lendable_percent")
|
|
1202
1201
|
|
|
1203
1202
|
@lendable_percent.setter
|
|
1204
|
-
def lendable_percent(self, value: Optional[pulumi.Input[
|
|
1203
|
+
def lendable_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1205
1204
|
pulumi.set(self, "lendable_percent", value)
|
|
1206
1205
|
|
|
1207
|
-
@property
|
|
1206
|
+
@_builtins.property
|
|
1208
1207
|
@pulumi.getter(name="limitResponse")
|
|
1209
1208
|
def limit_response(self) -> Optional[pulumi.Input['LimitResponseArgs']]:
|
|
1210
1209
|
"""
|
|
@@ -1216,9 +1215,9 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1216
1215
|
def limit_response(self, value: Optional[pulumi.Input['LimitResponseArgs']]):
|
|
1217
1216
|
pulumi.set(self, "limit_response", value)
|
|
1218
1217
|
|
|
1219
|
-
@property
|
|
1218
|
+
@_builtins.property
|
|
1220
1219
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
1221
|
-
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[
|
|
1220
|
+
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1222
1221
|
"""
|
|
1223
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:
|
|
1224
1223
|
|
|
@@ -1233,7 +1232,7 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1233
1232
|
return pulumi.get(self, "nominal_concurrency_shares")
|
|
1234
1233
|
|
|
1235
1234
|
@nominal_concurrency_shares.setter
|
|
1236
|
-
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[
|
|
1235
|
+
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1237
1236
|
pulumi.set(self, "nominal_concurrency_shares", value)
|
|
1238
1237
|
|
|
1239
1238
|
|
|
@@ -1242,7 +1241,7 @@ if not MYPY:
|
|
|
1242
1241
|
"""
|
|
1243
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.
|
|
1244
1243
|
"""
|
|
1245
|
-
non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
1244
|
+
non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1246
1245
|
"""
|
|
1247
1246
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1248
1247
|
- "/healthz" is legal
|
|
@@ -1252,7 +1251,7 @@ if not MYPY:
|
|
|
1252
1251
|
- "/healthz/*" matches all per-component health checks.
|
|
1253
1252
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1254
1253
|
"""
|
|
1255
|
-
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
1254
|
+
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1256
1255
|
"""
|
|
1257
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.
|
|
1258
1257
|
"""
|
|
@@ -1262,27 +1261,27 @@ elif False:
|
|
|
1262
1261
|
@pulumi.input_type
|
|
1263
1262
|
class NonResourcePolicyRulePatchArgs:
|
|
1264
1263
|
def __init__(__self__, *,
|
|
1265
|
-
non_resource_urls: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1266
|
-
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1264
|
+
non_resource_urls: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
1265
|
+
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
1267
1266
|
"""
|
|
1268
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.
|
|
1269
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
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:
|
|
1270
1269
|
- "/healthz" is legal
|
|
1271
1270
|
- "/hea*" is illegal
|
|
1272
1271
|
- "/hea" is legal but matches nothing
|
|
1273
1272
|
- "/hea/*" also matches nothing
|
|
1274
1273
|
- "/healthz/*" matches all per-component health checks.
|
|
1275
1274
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1276
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
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.
|
|
1277
1276
|
"""
|
|
1278
1277
|
if non_resource_urls is not None:
|
|
1279
1278
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
1280
1279
|
if verbs is not None:
|
|
1281
1280
|
pulumi.set(__self__, "verbs", verbs)
|
|
1282
1281
|
|
|
1283
|
-
@property
|
|
1282
|
+
@_builtins.property
|
|
1284
1283
|
@pulumi.getter(name="nonResourceURLs")
|
|
1285
|
-
def non_resource_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1284
|
+
def non_resource_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1286
1285
|
"""
|
|
1287
1286
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1288
1287
|
- "/healthz" is legal
|
|
@@ -1295,19 +1294,19 @@ class NonResourcePolicyRulePatchArgs:
|
|
|
1295
1294
|
return pulumi.get(self, "non_resource_urls")
|
|
1296
1295
|
|
|
1297
1296
|
@non_resource_urls.setter
|
|
1298
|
-
def non_resource_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1297
|
+
def non_resource_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1299
1298
|
pulumi.set(self, "non_resource_urls", value)
|
|
1300
1299
|
|
|
1301
|
-
@property
|
|
1300
|
+
@_builtins.property
|
|
1302
1301
|
@pulumi.getter
|
|
1303
|
-
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1302
|
+
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1304
1303
|
"""
|
|
1305
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.
|
|
1306
1305
|
"""
|
|
1307
1306
|
return pulumi.get(self, "verbs")
|
|
1308
1307
|
|
|
1309
1308
|
@verbs.setter
|
|
1310
|
-
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1309
|
+
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1311
1310
|
pulumi.set(self, "verbs", value)
|
|
1312
1311
|
|
|
1313
1312
|
|
|
@@ -1316,7 +1315,7 @@ if not MYPY:
|
|
|
1316
1315
|
"""
|
|
1317
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.
|
|
1318
1317
|
"""
|
|
1319
|
-
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[
|
|
1318
|
+
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
1320
1319
|
"""
|
|
1321
1320
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1322
1321
|
- "/healthz" is legal
|
|
@@ -1326,7 +1325,7 @@ if not MYPY:
|
|
|
1326
1325
|
- "/healthz/*" matches all per-component health checks.
|
|
1327
1326
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1328
1327
|
"""
|
|
1329
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[
|
|
1328
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
1330
1329
|
"""
|
|
1331
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.
|
|
1332
1331
|
"""
|
|
@@ -1336,25 +1335,25 @@ elif False:
|
|
|
1336
1335
|
@pulumi.input_type
|
|
1337
1336
|
class NonResourcePolicyRuleArgs:
|
|
1338
1337
|
def __init__(__self__, *,
|
|
1339
|
-
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[
|
|
1340
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[
|
|
1338
|
+
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
1339
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
1341
1340
|
"""
|
|
1342
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.
|
|
1343
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
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:
|
|
1344
1343
|
- "/healthz" is legal
|
|
1345
1344
|
- "/hea*" is illegal
|
|
1346
1345
|
- "/hea" is legal but matches nothing
|
|
1347
1346
|
- "/hea/*" also matches nothing
|
|
1348
1347
|
- "/healthz/*" matches all per-component health checks.
|
|
1349
1348
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1350
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
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.
|
|
1351
1350
|
"""
|
|
1352
1351
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
1353
1352
|
pulumi.set(__self__, "verbs", verbs)
|
|
1354
1353
|
|
|
1355
|
-
@property
|
|
1354
|
+
@_builtins.property
|
|
1356
1355
|
@pulumi.getter(name="nonResourceURLs")
|
|
1357
|
-
def non_resource_urls(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
1356
|
+
def non_resource_urls(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
1358
1357
|
"""
|
|
1359
1358
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1360
1359
|
- "/healthz" is legal
|
|
@@ -1367,19 +1366,19 @@ class NonResourcePolicyRuleArgs:
|
|
|
1367
1366
|
return pulumi.get(self, "non_resource_urls")
|
|
1368
1367
|
|
|
1369
1368
|
@non_resource_urls.setter
|
|
1370
|
-
def non_resource_urls(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
1369
|
+
def non_resource_urls(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
1371
1370
|
pulumi.set(self, "non_resource_urls", value)
|
|
1372
1371
|
|
|
1373
|
-
@property
|
|
1372
|
+
@_builtins.property
|
|
1374
1373
|
@pulumi.getter
|
|
1375
|
-
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
1374
|
+
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
1376
1375
|
"""
|
|
1377
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.
|
|
1378
1377
|
"""
|
|
1379
1378
|
return pulumi.get(self, "verbs")
|
|
1380
1379
|
|
|
1381
1380
|
@verbs.setter
|
|
1382
|
-
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
1381
|
+
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
1383
1382
|
pulumi.set(self, "verbs", value)
|
|
1384
1383
|
|
|
1385
1384
|
|
|
@@ -1422,7 +1421,7 @@ class PolicyRulesWithSubjectsPatchArgs:
|
|
|
1422
1421
|
if subjects is not None:
|
|
1423
1422
|
pulumi.set(__self__, "subjects", subjects)
|
|
1424
1423
|
|
|
1425
|
-
@property
|
|
1424
|
+
@_builtins.property
|
|
1426
1425
|
@pulumi.getter(name="nonResourceRules")
|
|
1427
1426
|
def non_resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRulePatchArgs']]]]:
|
|
1428
1427
|
"""
|
|
@@ -1434,7 +1433,7 @@ class PolicyRulesWithSubjectsPatchArgs:
|
|
|
1434
1433
|
def non_resource_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRulePatchArgs']]]]):
|
|
1435
1434
|
pulumi.set(self, "non_resource_rules", value)
|
|
1436
1435
|
|
|
1437
|
-
@property
|
|
1436
|
+
@_builtins.property
|
|
1438
1437
|
@pulumi.getter(name="resourceRules")
|
|
1439
1438
|
def resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRulePatchArgs']]]]:
|
|
1440
1439
|
"""
|
|
@@ -1446,7 +1445,7 @@ class PolicyRulesWithSubjectsPatchArgs:
|
|
|
1446
1445
|
def resource_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRulePatchArgs']]]]):
|
|
1447
1446
|
pulumi.set(self, "resource_rules", value)
|
|
1448
1447
|
|
|
1449
|
-
@property
|
|
1448
|
+
@_builtins.property
|
|
1450
1449
|
@pulumi.getter
|
|
1451
1450
|
def subjects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubjectPatchArgs']]]]:
|
|
1452
1451
|
"""
|
|
@@ -1497,7 +1496,7 @@ class PolicyRulesWithSubjectsArgs:
|
|
|
1497
1496
|
if resource_rules is not None:
|
|
1498
1497
|
pulumi.set(__self__, "resource_rules", resource_rules)
|
|
1499
1498
|
|
|
1500
|
-
@property
|
|
1499
|
+
@_builtins.property
|
|
1501
1500
|
@pulumi.getter
|
|
1502
1501
|
def subjects(self) -> pulumi.Input[Sequence[pulumi.Input['SubjectArgs']]]:
|
|
1503
1502
|
"""
|
|
@@ -1509,7 +1508,7 @@ class PolicyRulesWithSubjectsArgs:
|
|
|
1509
1508
|
def subjects(self, value: pulumi.Input[Sequence[pulumi.Input['SubjectArgs']]]):
|
|
1510
1509
|
pulumi.set(self, "subjects", value)
|
|
1511
1510
|
|
|
1512
|
-
@property
|
|
1511
|
+
@_builtins.property
|
|
1513
1512
|
@pulumi.getter(name="nonResourceRules")
|
|
1514
1513
|
def non_resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRuleArgs']]]]:
|
|
1515
1514
|
"""
|
|
@@ -1521,7 +1520,7 @@ class PolicyRulesWithSubjectsArgs:
|
|
|
1521
1520
|
def non_resource_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRuleArgs']]]]):
|
|
1522
1521
|
pulumi.set(self, "non_resource_rules", value)
|
|
1523
1522
|
|
|
1524
|
-
@property
|
|
1523
|
+
@_builtins.property
|
|
1525
1524
|
@pulumi.getter(name="resourceRules")
|
|
1526
1525
|
def resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRuleArgs']]]]:
|
|
1527
1526
|
"""
|
|
@@ -1539,23 +1538,23 @@ if not MYPY:
|
|
|
1539
1538
|
"""
|
|
1540
1539
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1541
1540
|
"""
|
|
1542
|
-
last_transition_time: NotRequired[pulumi.Input[
|
|
1541
|
+
last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
1543
1542
|
"""
|
|
1544
1543
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1545
1544
|
"""
|
|
1546
|
-
message: NotRequired[pulumi.Input[
|
|
1545
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
1547
1546
|
"""
|
|
1548
1547
|
`message` is a human-readable message indicating details about last transition.
|
|
1549
1548
|
"""
|
|
1550
|
-
reason: NotRequired[pulumi.Input[
|
|
1549
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
1551
1550
|
"""
|
|
1552
1551
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1553
1552
|
"""
|
|
1554
|
-
status: NotRequired[pulumi.Input[
|
|
1553
|
+
status: NotRequired[pulumi.Input[_builtins.str]]
|
|
1555
1554
|
"""
|
|
1556
1555
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1557
1556
|
"""
|
|
1558
|
-
type: NotRequired[pulumi.Input[
|
|
1557
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
1559
1558
|
"""
|
|
1560
1559
|
`type` is the type of the condition. Required.
|
|
1561
1560
|
"""
|
|
@@ -1565,18 +1564,18 @@ elif False:
|
|
|
1565
1564
|
@pulumi.input_type
|
|
1566
1565
|
class PriorityLevelConfigurationConditionArgs:
|
|
1567
1566
|
def __init__(__self__, *,
|
|
1568
|
-
last_transition_time: Optional[pulumi.Input[
|
|
1569
|
-
message: Optional[pulumi.Input[
|
|
1570
|
-
reason: Optional[pulumi.Input[
|
|
1571
|
-
status: Optional[pulumi.Input[
|
|
1572
|
-
type: Optional[pulumi.Input[
|
|
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):
|
|
1573
1572
|
"""
|
|
1574
1573
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1575
|
-
:param pulumi.Input[
|
|
1576
|
-
:param pulumi.Input[
|
|
1577
|
-
:param pulumi.Input[
|
|
1578
|
-
:param pulumi.Input[
|
|
1579
|
-
:param pulumi.Input[
|
|
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.
|
|
1580
1579
|
"""
|
|
1581
1580
|
if last_transition_time is not None:
|
|
1582
1581
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1589,64 +1588,64 @@ class PriorityLevelConfigurationConditionArgs:
|
|
|
1589
1588
|
if type is not None:
|
|
1590
1589
|
pulumi.set(__self__, "type", type)
|
|
1591
1590
|
|
|
1592
|
-
@property
|
|
1591
|
+
@_builtins.property
|
|
1593
1592
|
@pulumi.getter(name="lastTransitionTime")
|
|
1594
|
-
def last_transition_time(self) -> Optional[pulumi.Input[
|
|
1593
|
+
def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1595
1594
|
"""
|
|
1596
1595
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1597
1596
|
"""
|
|
1598
1597
|
return pulumi.get(self, "last_transition_time")
|
|
1599
1598
|
|
|
1600
1599
|
@last_transition_time.setter
|
|
1601
|
-
def last_transition_time(self, value: Optional[pulumi.Input[
|
|
1600
|
+
def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1602
1601
|
pulumi.set(self, "last_transition_time", value)
|
|
1603
1602
|
|
|
1604
|
-
@property
|
|
1603
|
+
@_builtins.property
|
|
1605
1604
|
@pulumi.getter
|
|
1606
|
-
def message(self) -> Optional[pulumi.Input[
|
|
1605
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1607
1606
|
"""
|
|
1608
1607
|
`message` is a human-readable message indicating details about last transition.
|
|
1609
1608
|
"""
|
|
1610
1609
|
return pulumi.get(self, "message")
|
|
1611
1610
|
|
|
1612
1611
|
@message.setter
|
|
1613
|
-
def message(self, value: Optional[pulumi.Input[
|
|
1612
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1614
1613
|
pulumi.set(self, "message", value)
|
|
1615
1614
|
|
|
1616
|
-
@property
|
|
1615
|
+
@_builtins.property
|
|
1617
1616
|
@pulumi.getter
|
|
1618
|
-
def reason(self) -> Optional[pulumi.Input[
|
|
1617
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1619
1618
|
"""
|
|
1620
1619
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1621
1620
|
"""
|
|
1622
1621
|
return pulumi.get(self, "reason")
|
|
1623
1622
|
|
|
1624
1623
|
@reason.setter
|
|
1625
|
-
def reason(self, value: Optional[pulumi.Input[
|
|
1624
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1626
1625
|
pulumi.set(self, "reason", value)
|
|
1627
1626
|
|
|
1628
|
-
@property
|
|
1627
|
+
@_builtins.property
|
|
1629
1628
|
@pulumi.getter
|
|
1630
|
-
def status(self) -> Optional[pulumi.Input[
|
|
1629
|
+
def status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1631
1630
|
"""
|
|
1632
1631
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1633
1632
|
"""
|
|
1634
1633
|
return pulumi.get(self, "status")
|
|
1635
1634
|
|
|
1636
1635
|
@status.setter
|
|
1637
|
-
def status(self, value: Optional[pulumi.Input[
|
|
1636
|
+
def status(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1638
1637
|
pulumi.set(self, "status", value)
|
|
1639
1638
|
|
|
1640
|
-
@property
|
|
1639
|
+
@_builtins.property
|
|
1641
1640
|
@pulumi.getter
|
|
1642
|
-
def type(self) -> Optional[pulumi.Input[
|
|
1641
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1643
1642
|
"""
|
|
1644
1643
|
`type` is the type of the condition. Required.
|
|
1645
1644
|
"""
|
|
1646
1645
|
return pulumi.get(self, "type")
|
|
1647
1646
|
|
|
1648
1647
|
@type.setter
|
|
1649
|
-
def type(self, value: Optional[pulumi.Input[
|
|
1648
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1650
1649
|
pulumi.set(self, "type", value)
|
|
1651
1650
|
|
|
1652
1651
|
|
|
@@ -1655,7 +1654,7 @@ if not MYPY:
|
|
|
1655
1654
|
"""
|
|
1656
1655
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1657
1656
|
"""
|
|
1658
|
-
name: NotRequired[pulumi.Input[
|
|
1657
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1659
1658
|
"""
|
|
1660
1659
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1661
1660
|
"""
|
|
@@ -1665,24 +1664,24 @@ elif False:
|
|
|
1665
1664
|
@pulumi.input_type
|
|
1666
1665
|
class PriorityLevelConfigurationReferencePatchArgs:
|
|
1667
1666
|
def __init__(__self__, *,
|
|
1668
|
-
name: Optional[pulumi.Input[
|
|
1667
|
+
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1669
1668
|
"""
|
|
1670
1669
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1671
|
-
:param pulumi.Input[
|
|
1670
|
+
:param pulumi.Input[_builtins.str] name: `name` is the name of the priority level configuration being referenced Required.
|
|
1672
1671
|
"""
|
|
1673
1672
|
if name is not None:
|
|
1674
1673
|
pulumi.set(__self__, "name", name)
|
|
1675
1674
|
|
|
1676
|
-
@property
|
|
1675
|
+
@_builtins.property
|
|
1677
1676
|
@pulumi.getter
|
|
1678
|
-
def name(self) -> Optional[pulumi.Input[
|
|
1677
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1679
1678
|
"""
|
|
1680
1679
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1681
1680
|
"""
|
|
1682
1681
|
return pulumi.get(self, "name")
|
|
1683
1682
|
|
|
1684
1683
|
@name.setter
|
|
1685
|
-
def name(self, value: Optional[pulumi.Input[
|
|
1684
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1686
1685
|
pulumi.set(self, "name", value)
|
|
1687
1686
|
|
|
1688
1687
|
|
|
@@ -1691,7 +1690,7 @@ if not MYPY:
|
|
|
1691
1690
|
"""
|
|
1692
1691
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1693
1692
|
"""
|
|
1694
|
-
name: pulumi.Input[
|
|
1693
|
+
name: pulumi.Input[_builtins.str]
|
|
1695
1694
|
"""
|
|
1696
1695
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1697
1696
|
"""
|
|
@@ -1701,23 +1700,23 @@ elif False:
|
|
|
1701
1700
|
@pulumi.input_type
|
|
1702
1701
|
class PriorityLevelConfigurationReferenceArgs:
|
|
1703
1702
|
def __init__(__self__, *,
|
|
1704
|
-
name: pulumi.Input[
|
|
1703
|
+
name: pulumi.Input[_builtins.str]):
|
|
1705
1704
|
"""
|
|
1706
1705
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1707
|
-
:param pulumi.Input[
|
|
1706
|
+
:param pulumi.Input[_builtins.str] name: `name` is the name of the priority level configuration being referenced Required.
|
|
1708
1707
|
"""
|
|
1709
1708
|
pulumi.set(__self__, "name", name)
|
|
1710
1709
|
|
|
1711
|
-
@property
|
|
1710
|
+
@_builtins.property
|
|
1712
1711
|
@pulumi.getter
|
|
1713
|
-
def name(self) -> pulumi.Input[
|
|
1712
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
1714
1713
|
"""
|
|
1715
1714
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1716
1715
|
"""
|
|
1717
1716
|
return pulumi.get(self, "name")
|
|
1718
1717
|
|
|
1719
1718
|
@name.setter
|
|
1720
|
-
def name(self, value: pulumi.Input[
|
|
1719
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
1721
1720
|
pulumi.set(self, "name", value)
|
|
1722
1721
|
|
|
1723
1722
|
|
|
@@ -1734,7 +1733,7 @@ if not MYPY:
|
|
|
1734
1733
|
"""
|
|
1735
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"`.
|
|
1736
1735
|
"""
|
|
1737
|
-
type: NotRequired[pulumi.Input[
|
|
1736
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
1738
1737
|
"""
|
|
1739
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.
|
|
1740
1739
|
"""
|
|
@@ -1746,12 +1745,12 @@ class PriorityLevelConfigurationSpecPatchArgs:
|
|
|
1746
1745
|
def __init__(__self__, *,
|
|
1747
1746
|
exempt: Optional[pulumi.Input['ExemptPriorityLevelConfigurationPatchArgs']] = None,
|
|
1748
1747
|
limited: Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']] = None,
|
|
1749
|
-
type: Optional[pulumi.Input[
|
|
1748
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1750
1749
|
"""
|
|
1751
1750
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1752
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.
|
|
1753
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"`.
|
|
1754
|
-
:param pulumi.Input[
|
|
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.
|
|
1755
1754
|
"""
|
|
1756
1755
|
if exempt is not None:
|
|
1757
1756
|
pulumi.set(__self__, "exempt", exempt)
|
|
@@ -1760,7 +1759,7 @@ class PriorityLevelConfigurationSpecPatchArgs:
|
|
|
1760
1759
|
if type is not None:
|
|
1761
1760
|
pulumi.set(__self__, "type", type)
|
|
1762
1761
|
|
|
1763
|
-
@property
|
|
1762
|
+
@_builtins.property
|
|
1764
1763
|
@pulumi.getter
|
|
1765
1764
|
def exempt(self) -> Optional[pulumi.Input['ExemptPriorityLevelConfigurationPatchArgs']]:
|
|
1766
1765
|
"""
|
|
@@ -1772,7 +1771,7 @@ class PriorityLevelConfigurationSpecPatchArgs:
|
|
|
1772
1771
|
def exempt(self, value: Optional[pulumi.Input['ExemptPriorityLevelConfigurationPatchArgs']]):
|
|
1773
1772
|
pulumi.set(self, "exempt", value)
|
|
1774
1773
|
|
|
1775
|
-
@property
|
|
1774
|
+
@_builtins.property
|
|
1776
1775
|
@pulumi.getter
|
|
1777
1776
|
def limited(self) -> Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']]:
|
|
1778
1777
|
"""
|
|
@@ -1784,16 +1783,16 @@ class PriorityLevelConfigurationSpecPatchArgs:
|
|
|
1784
1783
|
def limited(self, value: Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']]):
|
|
1785
1784
|
pulumi.set(self, "limited", value)
|
|
1786
1785
|
|
|
1787
|
-
@property
|
|
1786
|
+
@_builtins.property
|
|
1788
1787
|
@pulumi.getter
|
|
1789
|
-
def type(self) -> Optional[pulumi.Input[
|
|
1788
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1790
1789
|
"""
|
|
1791
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.
|
|
1792
1791
|
"""
|
|
1793
1792
|
return pulumi.get(self, "type")
|
|
1794
1793
|
|
|
1795
1794
|
@type.setter
|
|
1796
|
-
def type(self, value: Optional[pulumi.Input[
|
|
1795
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1797
1796
|
pulumi.set(self, "type", value)
|
|
1798
1797
|
|
|
1799
1798
|
|
|
@@ -1802,7 +1801,7 @@ if not MYPY:
|
|
|
1802
1801
|
"""
|
|
1803
1802
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1804
1803
|
"""
|
|
1805
|
-
type: pulumi.Input[
|
|
1804
|
+
type: pulumi.Input[_builtins.str]
|
|
1806
1805
|
"""
|
|
1807
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.
|
|
1808
1807
|
"""
|
|
@@ -1820,12 +1819,12 @@ elif False:
|
|
|
1820
1819
|
@pulumi.input_type
|
|
1821
1820
|
class PriorityLevelConfigurationSpecArgs:
|
|
1822
1821
|
def __init__(__self__, *,
|
|
1823
|
-
type: pulumi.Input[
|
|
1822
|
+
type: pulumi.Input[_builtins.str],
|
|
1824
1823
|
exempt: Optional[pulumi.Input['ExemptPriorityLevelConfigurationArgs']] = None,
|
|
1825
1824
|
limited: Optional[pulumi.Input['LimitedPriorityLevelConfigurationArgs']] = None):
|
|
1826
1825
|
"""
|
|
1827
1826
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1828
|
-
:param pulumi.Input[
|
|
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.
|
|
1829
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.
|
|
1830
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"`.
|
|
1831
1830
|
"""
|
|
@@ -1835,19 +1834,19 @@ class PriorityLevelConfigurationSpecArgs:
|
|
|
1835
1834
|
if limited is not None:
|
|
1836
1835
|
pulumi.set(__self__, "limited", limited)
|
|
1837
1836
|
|
|
1838
|
-
@property
|
|
1837
|
+
@_builtins.property
|
|
1839
1838
|
@pulumi.getter
|
|
1840
|
-
def type(self) -> pulumi.Input[
|
|
1839
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
1841
1840
|
"""
|
|
1842
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.
|
|
1843
1842
|
"""
|
|
1844
1843
|
return pulumi.get(self, "type")
|
|
1845
1844
|
|
|
1846
1845
|
@type.setter
|
|
1847
|
-
def type(self, value: pulumi.Input[
|
|
1846
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
1848
1847
|
pulumi.set(self, "type", value)
|
|
1849
1848
|
|
|
1850
|
-
@property
|
|
1849
|
+
@_builtins.property
|
|
1851
1850
|
@pulumi.getter
|
|
1852
1851
|
def exempt(self) -> Optional[pulumi.Input['ExemptPriorityLevelConfigurationArgs']]:
|
|
1853
1852
|
"""
|
|
@@ -1859,7 +1858,7 @@ class PriorityLevelConfigurationSpecArgs:
|
|
|
1859
1858
|
def exempt(self, value: Optional[pulumi.Input['ExemptPriorityLevelConfigurationArgs']]):
|
|
1860
1859
|
pulumi.set(self, "exempt", value)
|
|
1861
1860
|
|
|
1862
|
-
@property
|
|
1861
|
+
@_builtins.property
|
|
1863
1862
|
@pulumi.getter
|
|
1864
1863
|
def limited(self) -> Optional[pulumi.Input['LimitedPriorityLevelConfigurationArgs']]:
|
|
1865
1864
|
"""
|
|
@@ -1895,7 +1894,7 @@ class PriorityLevelConfigurationStatusArgs:
|
|
|
1895
1894
|
if conditions is not None:
|
|
1896
1895
|
pulumi.set(__self__, "conditions", conditions)
|
|
1897
1896
|
|
|
1898
|
-
@property
|
|
1897
|
+
@_builtins.property
|
|
1899
1898
|
@pulumi.getter
|
|
1900
1899
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PriorityLevelConfigurationConditionArgs']]]]:
|
|
1901
1900
|
"""
|
|
@@ -1913,11 +1912,11 @@ if not MYPY:
|
|
|
1913
1912
|
"""
|
|
1914
1913
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1915
1914
|
"""
|
|
1916
|
-
api_version: NotRequired[pulumi.Input[
|
|
1915
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1917
1916
|
"""
|
|
1918
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
|
|
1919
1918
|
"""
|
|
1920
|
-
kind: NotRequired[pulumi.Input[
|
|
1919
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
1921
1920
|
"""
|
|
1922
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
|
|
1923
1922
|
"""
|
|
@@ -1939,15 +1938,15 @@ elif False:
|
|
|
1939
1938
|
@pulumi.input_type
|
|
1940
1939
|
class PriorityLevelConfigurationArgs:
|
|
1941
1940
|
def __init__(__self__, *,
|
|
1942
|
-
api_version: Optional[pulumi.Input[
|
|
1943
|
-
kind: Optional[pulumi.Input[
|
|
1941
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1942
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1944
1943
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1945
1944
|
spec: Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']] = None,
|
|
1946
1945
|
status: Optional[pulumi.Input['PriorityLevelConfigurationStatusArgs']] = None):
|
|
1947
1946
|
"""
|
|
1948
1947
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1949
|
-
:param pulumi.Input[
|
|
1950
|
-
:param pulumi.Input[
|
|
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
|
|
1951
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
|
|
1952
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
|
|
1953
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
|
|
@@ -1963,31 +1962,31 @@ class PriorityLevelConfigurationArgs:
|
|
|
1963
1962
|
if status is not None:
|
|
1964
1963
|
pulumi.set(__self__, "status", status)
|
|
1965
1964
|
|
|
1966
|
-
@property
|
|
1965
|
+
@_builtins.property
|
|
1967
1966
|
@pulumi.getter(name="apiVersion")
|
|
1968
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
1967
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1969
1968
|
"""
|
|
1970
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
|
|
1971
1970
|
"""
|
|
1972
1971
|
return pulumi.get(self, "api_version")
|
|
1973
1972
|
|
|
1974
1973
|
@api_version.setter
|
|
1975
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
1974
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1976
1975
|
pulumi.set(self, "api_version", value)
|
|
1977
1976
|
|
|
1978
|
-
@property
|
|
1977
|
+
@_builtins.property
|
|
1979
1978
|
@pulumi.getter
|
|
1980
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
1979
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1981
1980
|
"""
|
|
1982
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
|
|
1983
1982
|
"""
|
|
1984
1983
|
return pulumi.get(self, "kind")
|
|
1985
1984
|
|
|
1986
1985
|
@kind.setter
|
|
1987
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
1986
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1988
1987
|
pulumi.set(self, "kind", value)
|
|
1989
1988
|
|
|
1990
|
-
@property
|
|
1989
|
+
@_builtins.property
|
|
1991
1990
|
@pulumi.getter
|
|
1992
1991
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
1993
1992
|
"""
|
|
@@ -1999,7 +1998,7 @@ class PriorityLevelConfigurationArgs:
|
|
|
1999
1998
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
2000
1999
|
pulumi.set(self, "metadata", value)
|
|
2001
2000
|
|
|
2002
|
-
@property
|
|
2001
|
+
@_builtins.property
|
|
2003
2002
|
@pulumi.getter
|
|
2004
2003
|
def spec(self) -> Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']]:
|
|
2005
2004
|
"""
|
|
@@ -2011,7 +2010,7 @@ class PriorityLevelConfigurationArgs:
|
|
|
2011
2010
|
def spec(self, value: Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']]):
|
|
2012
2011
|
pulumi.set(self, "spec", value)
|
|
2013
2012
|
|
|
2014
|
-
@property
|
|
2013
|
+
@_builtins.property
|
|
2015
2014
|
@pulumi.getter
|
|
2016
2015
|
def status(self) -> Optional[pulumi.Input['PriorityLevelConfigurationStatusArgs']]:
|
|
2017
2016
|
"""
|
|
@@ -2029,15 +2028,15 @@ if not MYPY:
|
|
|
2029
2028
|
"""
|
|
2030
2029
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2031
2030
|
"""
|
|
2032
|
-
hand_size: NotRequired[pulumi.Input[
|
|
2031
|
+
hand_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
2033
2032
|
"""
|
|
2034
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.
|
|
2035
2034
|
"""
|
|
2036
|
-
queue_length_limit: NotRequired[pulumi.Input[
|
|
2035
|
+
queue_length_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
2037
2036
|
"""
|
|
2038
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.
|
|
2039
2038
|
"""
|
|
2040
|
-
queues: NotRequired[pulumi.Input[
|
|
2039
|
+
queues: NotRequired[pulumi.Input[_builtins.int]]
|
|
2041
2040
|
"""
|
|
2042
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.
|
|
2043
2042
|
"""
|
|
@@ -2047,14 +2046,14 @@ elif False:
|
|
|
2047
2046
|
@pulumi.input_type
|
|
2048
2047
|
class QueuingConfigurationPatchArgs:
|
|
2049
2048
|
def __init__(__self__, *,
|
|
2050
|
-
hand_size: Optional[pulumi.Input[
|
|
2051
|
-
queue_length_limit: Optional[pulumi.Input[
|
|
2052
|
-
queues: Optional[pulumi.Input[
|
|
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):
|
|
2053
2052
|
"""
|
|
2054
2053
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2055
|
-
:param pulumi.Input[
|
|
2056
|
-
:param pulumi.Input[
|
|
2057
|
-
:param pulumi.Input[
|
|
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.
|
|
2058
2057
|
"""
|
|
2059
2058
|
if hand_size is not None:
|
|
2060
2059
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -2063,40 +2062,40 @@ class QueuingConfigurationPatchArgs:
|
|
|
2063
2062
|
if queues is not None:
|
|
2064
2063
|
pulumi.set(__self__, "queues", queues)
|
|
2065
2064
|
|
|
2066
|
-
@property
|
|
2065
|
+
@_builtins.property
|
|
2067
2066
|
@pulumi.getter(name="handSize")
|
|
2068
|
-
def hand_size(self) -> Optional[pulumi.Input[
|
|
2067
|
+
def hand_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2069
2068
|
"""
|
|
2070
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.
|
|
2071
2070
|
"""
|
|
2072
2071
|
return pulumi.get(self, "hand_size")
|
|
2073
2072
|
|
|
2074
2073
|
@hand_size.setter
|
|
2075
|
-
def hand_size(self, value: Optional[pulumi.Input[
|
|
2074
|
+
def hand_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2076
2075
|
pulumi.set(self, "hand_size", value)
|
|
2077
2076
|
|
|
2078
|
-
@property
|
|
2077
|
+
@_builtins.property
|
|
2079
2078
|
@pulumi.getter(name="queueLengthLimit")
|
|
2080
|
-
def queue_length_limit(self) -> Optional[pulumi.Input[
|
|
2079
|
+
def queue_length_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2081
2080
|
"""
|
|
2082
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.
|
|
2083
2082
|
"""
|
|
2084
2083
|
return pulumi.get(self, "queue_length_limit")
|
|
2085
2084
|
|
|
2086
2085
|
@queue_length_limit.setter
|
|
2087
|
-
def queue_length_limit(self, value: Optional[pulumi.Input[
|
|
2086
|
+
def queue_length_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2088
2087
|
pulumi.set(self, "queue_length_limit", value)
|
|
2089
2088
|
|
|
2090
|
-
@property
|
|
2089
|
+
@_builtins.property
|
|
2091
2090
|
@pulumi.getter
|
|
2092
|
-
def queues(self) -> Optional[pulumi.Input[
|
|
2091
|
+
def queues(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2093
2092
|
"""
|
|
2094
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.
|
|
2095
2094
|
"""
|
|
2096
2095
|
return pulumi.get(self, "queues")
|
|
2097
2096
|
|
|
2098
2097
|
@queues.setter
|
|
2099
|
-
def queues(self, value: Optional[pulumi.Input[
|
|
2098
|
+
def queues(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2100
2099
|
pulumi.set(self, "queues", value)
|
|
2101
2100
|
|
|
2102
2101
|
|
|
@@ -2105,15 +2104,15 @@ if not MYPY:
|
|
|
2105
2104
|
"""
|
|
2106
2105
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2107
2106
|
"""
|
|
2108
|
-
hand_size: NotRequired[pulumi.Input[
|
|
2107
|
+
hand_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
2109
2108
|
"""
|
|
2110
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.
|
|
2111
2110
|
"""
|
|
2112
|
-
queue_length_limit: NotRequired[pulumi.Input[
|
|
2111
|
+
queue_length_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
2113
2112
|
"""
|
|
2114
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.
|
|
2115
2114
|
"""
|
|
2116
|
-
queues: NotRequired[pulumi.Input[
|
|
2115
|
+
queues: NotRequired[pulumi.Input[_builtins.int]]
|
|
2117
2116
|
"""
|
|
2118
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.
|
|
2119
2118
|
"""
|
|
@@ -2123,14 +2122,14 @@ elif False:
|
|
|
2123
2122
|
@pulumi.input_type
|
|
2124
2123
|
class QueuingConfigurationArgs:
|
|
2125
2124
|
def __init__(__self__, *,
|
|
2126
|
-
hand_size: Optional[pulumi.Input[
|
|
2127
|
-
queue_length_limit: Optional[pulumi.Input[
|
|
2128
|
-
queues: Optional[pulumi.Input[
|
|
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):
|
|
2129
2128
|
"""
|
|
2130
2129
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2131
|
-
:param pulumi.Input[
|
|
2132
|
-
:param pulumi.Input[
|
|
2133
|
-
:param pulumi.Input[
|
|
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.
|
|
2134
2133
|
"""
|
|
2135
2134
|
if hand_size is not None:
|
|
2136
2135
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -2139,40 +2138,40 @@ class QueuingConfigurationArgs:
|
|
|
2139
2138
|
if queues is not None:
|
|
2140
2139
|
pulumi.set(__self__, "queues", queues)
|
|
2141
2140
|
|
|
2142
|
-
@property
|
|
2141
|
+
@_builtins.property
|
|
2143
2142
|
@pulumi.getter(name="handSize")
|
|
2144
|
-
def hand_size(self) -> Optional[pulumi.Input[
|
|
2143
|
+
def hand_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2145
2144
|
"""
|
|
2146
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.
|
|
2147
2146
|
"""
|
|
2148
2147
|
return pulumi.get(self, "hand_size")
|
|
2149
2148
|
|
|
2150
2149
|
@hand_size.setter
|
|
2151
|
-
def hand_size(self, value: Optional[pulumi.Input[
|
|
2150
|
+
def hand_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2152
2151
|
pulumi.set(self, "hand_size", value)
|
|
2153
2152
|
|
|
2154
|
-
@property
|
|
2153
|
+
@_builtins.property
|
|
2155
2154
|
@pulumi.getter(name="queueLengthLimit")
|
|
2156
|
-
def queue_length_limit(self) -> Optional[pulumi.Input[
|
|
2155
|
+
def queue_length_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2157
2156
|
"""
|
|
2158
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.
|
|
2159
2158
|
"""
|
|
2160
2159
|
return pulumi.get(self, "queue_length_limit")
|
|
2161
2160
|
|
|
2162
2161
|
@queue_length_limit.setter
|
|
2163
|
-
def queue_length_limit(self, value: Optional[pulumi.Input[
|
|
2162
|
+
def queue_length_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2164
2163
|
pulumi.set(self, "queue_length_limit", value)
|
|
2165
2164
|
|
|
2166
|
-
@property
|
|
2165
|
+
@_builtins.property
|
|
2167
2166
|
@pulumi.getter
|
|
2168
|
-
def queues(self) -> Optional[pulumi.Input[
|
|
2167
|
+
def queues(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2169
2168
|
"""
|
|
2170
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.
|
|
2171
2170
|
"""
|
|
2172
2171
|
return pulumi.get(self, "queues")
|
|
2173
2172
|
|
|
2174
2173
|
@queues.setter
|
|
2175
|
-
def queues(self, value: Optional[pulumi.Input[
|
|
2174
|
+
def queues(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2176
2175
|
pulumi.set(self, "queues", value)
|
|
2177
2176
|
|
|
2178
2177
|
|
|
@@ -2181,23 +2180,23 @@ if not MYPY:
|
|
|
2181
2180
|
"""
|
|
2182
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.
|
|
2183
2182
|
"""
|
|
2184
|
-
api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
2183
|
+
api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2185
2184
|
"""
|
|
2186
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.
|
|
2187
2186
|
"""
|
|
2188
|
-
cluster_scope: NotRequired[pulumi.Input[
|
|
2187
|
+
cluster_scope: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2189
2188
|
"""
|
|
2190
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.
|
|
2191
2190
|
"""
|
|
2192
|
-
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
2191
|
+
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2193
2192
|
"""
|
|
2194
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.
|
|
2195
2194
|
"""
|
|
2196
|
-
resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
2195
|
+
resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2197
2196
|
"""
|
|
2198
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.
|
|
2199
2198
|
"""
|
|
2200
|
-
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
2199
|
+
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2201
2200
|
"""
|
|
2202
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.
|
|
2203
2202
|
"""
|
|
@@ -2207,18 +2206,18 @@ elif False:
|
|
|
2207
2206
|
@pulumi.input_type
|
|
2208
2207
|
class ResourcePolicyRulePatchArgs:
|
|
2209
2208
|
def __init__(__self__, *,
|
|
2210
|
-
api_groups: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2211
|
-
cluster_scope: Optional[pulumi.Input[
|
|
2212
|
-
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2213
|
-
resources: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2214
|
-
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
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):
|
|
2215
2214
|
"""
|
|
2216
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.
|
|
2217
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2218
|
-
:param pulumi.Input[
|
|
2219
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2220
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2221
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
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.
|
|
2222
2221
|
"""
|
|
2223
2222
|
if api_groups is not None:
|
|
2224
2223
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
@@ -2231,64 +2230,64 @@ class ResourcePolicyRulePatchArgs:
|
|
|
2231
2230
|
if verbs is not None:
|
|
2232
2231
|
pulumi.set(__self__, "verbs", verbs)
|
|
2233
2232
|
|
|
2234
|
-
@property
|
|
2233
|
+
@_builtins.property
|
|
2235
2234
|
@pulumi.getter(name="apiGroups")
|
|
2236
|
-
def api_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2235
|
+
def api_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2237
2236
|
"""
|
|
2238
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.
|
|
2239
2238
|
"""
|
|
2240
2239
|
return pulumi.get(self, "api_groups")
|
|
2241
2240
|
|
|
2242
2241
|
@api_groups.setter
|
|
2243
|
-
def api_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2242
|
+
def api_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2244
2243
|
pulumi.set(self, "api_groups", value)
|
|
2245
2244
|
|
|
2246
|
-
@property
|
|
2245
|
+
@_builtins.property
|
|
2247
2246
|
@pulumi.getter(name="clusterScope")
|
|
2248
|
-
def cluster_scope(self) -> Optional[pulumi.Input[
|
|
2247
|
+
def cluster_scope(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2249
2248
|
"""
|
|
2250
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.
|
|
2251
2250
|
"""
|
|
2252
2251
|
return pulumi.get(self, "cluster_scope")
|
|
2253
2252
|
|
|
2254
2253
|
@cluster_scope.setter
|
|
2255
|
-
def cluster_scope(self, value: Optional[pulumi.Input[
|
|
2254
|
+
def cluster_scope(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2256
2255
|
pulumi.set(self, "cluster_scope", value)
|
|
2257
2256
|
|
|
2258
|
-
@property
|
|
2257
|
+
@_builtins.property
|
|
2259
2258
|
@pulumi.getter
|
|
2260
|
-
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2259
|
+
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2261
2260
|
"""
|
|
2262
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.
|
|
2263
2262
|
"""
|
|
2264
2263
|
return pulumi.get(self, "namespaces")
|
|
2265
2264
|
|
|
2266
2265
|
@namespaces.setter
|
|
2267
|
-
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2266
|
+
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2268
2267
|
pulumi.set(self, "namespaces", value)
|
|
2269
2268
|
|
|
2270
|
-
@property
|
|
2269
|
+
@_builtins.property
|
|
2271
2270
|
@pulumi.getter
|
|
2272
|
-
def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2271
|
+
def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2273
2272
|
"""
|
|
2274
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.
|
|
2275
2274
|
"""
|
|
2276
2275
|
return pulumi.get(self, "resources")
|
|
2277
2276
|
|
|
2278
2277
|
@resources.setter
|
|
2279
|
-
def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2278
|
+
def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2280
2279
|
pulumi.set(self, "resources", value)
|
|
2281
2280
|
|
|
2282
|
-
@property
|
|
2281
|
+
@_builtins.property
|
|
2283
2282
|
@pulumi.getter
|
|
2284
|
-
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2283
|
+
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2285
2284
|
"""
|
|
2286
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.
|
|
2287
2286
|
"""
|
|
2288
2287
|
return pulumi.get(self, "verbs")
|
|
2289
2288
|
|
|
2290
2289
|
@verbs.setter
|
|
2291
|
-
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2290
|
+
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2292
2291
|
pulumi.set(self, "verbs", value)
|
|
2293
2292
|
|
|
2294
2293
|
|
|
@@ -2297,23 +2296,23 @@ if not MYPY:
|
|
|
2297
2296
|
"""
|
|
2298
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.
|
|
2299
2298
|
"""
|
|
2300
|
-
api_groups: pulumi.Input[Sequence[pulumi.Input[
|
|
2299
|
+
api_groups: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
2301
2300
|
"""
|
|
2302
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.
|
|
2303
2302
|
"""
|
|
2304
|
-
resources: pulumi.Input[Sequence[pulumi.Input[
|
|
2303
|
+
resources: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
2305
2304
|
"""
|
|
2306
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.
|
|
2307
2306
|
"""
|
|
2308
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[
|
|
2307
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
2309
2308
|
"""
|
|
2310
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.
|
|
2311
2310
|
"""
|
|
2312
|
-
cluster_scope: NotRequired[pulumi.Input[
|
|
2311
|
+
cluster_scope: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2313
2312
|
"""
|
|
2314
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.
|
|
2315
2314
|
"""
|
|
2316
|
-
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
2315
|
+
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2317
2316
|
"""
|
|
2318
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.
|
|
2319
2318
|
"""
|
|
@@ -2323,18 +2322,18 @@ elif False:
|
|
|
2323
2322
|
@pulumi.input_type
|
|
2324
2323
|
class ResourcePolicyRuleArgs:
|
|
2325
2324
|
def __init__(__self__, *,
|
|
2326
|
-
api_groups: pulumi.Input[Sequence[pulumi.Input[
|
|
2327
|
-
resources: pulumi.Input[Sequence[pulumi.Input[
|
|
2328
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[
|
|
2329
|
-
cluster_scope: Optional[pulumi.Input[
|
|
2330
|
-
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
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):
|
|
2331
2330
|
"""
|
|
2332
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.
|
|
2333
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2334
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2335
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2336
|
-
:param pulumi.Input[
|
|
2337
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
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.
|
|
2338
2337
|
"""
|
|
2339
2338
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
2340
2339
|
pulumi.set(__self__, "resources", resources)
|
|
@@ -2344,64 +2343,64 @@ class ResourcePolicyRuleArgs:
|
|
|
2344
2343
|
if namespaces is not None:
|
|
2345
2344
|
pulumi.set(__self__, "namespaces", namespaces)
|
|
2346
2345
|
|
|
2347
|
-
@property
|
|
2346
|
+
@_builtins.property
|
|
2348
2347
|
@pulumi.getter(name="apiGroups")
|
|
2349
|
-
def api_groups(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
2348
|
+
def api_groups(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
2350
2349
|
"""
|
|
2351
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.
|
|
2352
2351
|
"""
|
|
2353
2352
|
return pulumi.get(self, "api_groups")
|
|
2354
2353
|
|
|
2355
2354
|
@api_groups.setter
|
|
2356
|
-
def api_groups(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
2355
|
+
def api_groups(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
2357
2356
|
pulumi.set(self, "api_groups", value)
|
|
2358
2357
|
|
|
2359
|
-
@property
|
|
2358
|
+
@_builtins.property
|
|
2360
2359
|
@pulumi.getter
|
|
2361
|
-
def resources(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
2360
|
+
def resources(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
2362
2361
|
"""
|
|
2363
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.
|
|
2364
2363
|
"""
|
|
2365
2364
|
return pulumi.get(self, "resources")
|
|
2366
2365
|
|
|
2367
2366
|
@resources.setter
|
|
2368
|
-
def resources(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
2367
|
+
def resources(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
2369
2368
|
pulumi.set(self, "resources", value)
|
|
2370
2369
|
|
|
2371
|
-
@property
|
|
2370
|
+
@_builtins.property
|
|
2372
2371
|
@pulumi.getter
|
|
2373
|
-
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
2372
|
+
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
2374
2373
|
"""
|
|
2375
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.
|
|
2376
2375
|
"""
|
|
2377
2376
|
return pulumi.get(self, "verbs")
|
|
2378
2377
|
|
|
2379
2378
|
@verbs.setter
|
|
2380
|
-
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
2379
|
+
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
2381
2380
|
pulumi.set(self, "verbs", value)
|
|
2382
2381
|
|
|
2383
|
-
@property
|
|
2382
|
+
@_builtins.property
|
|
2384
2383
|
@pulumi.getter(name="clusterScope")
|
|
2385
|
-
def cluster_scope(self) -> Optional[pulumi.Input[
|
|
2384
|
+
def cluster_scope(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2386
2385
|
"""
|
|
2387
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.
|
|
2388
2387
|
"""
|
|
2389
2388
|
return pulumi.get(self, "cluster_scope")
|
|
2390
2389
|
|
|
2391
2390
|
@cluster_scope.setter
|
|
2392
|
-
def cluster_scope(self, value: Optional[pulumi.Input[
|
|
2391
|
+
def cluster_scope(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2393
2392
|
pulumi.set(self, "cluster_scope", value)
|
|
2394
2393
|
|
|
2395
|
-
@property
|
|
2394
|
+
@_builtins.property
|
|
2396
2395
|
@pulumi.getter
|
|
2397
|
-
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2396
|
+
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2398
2397
|
"""
|
|
2399
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.
|
|
2400
2399
|
"""
|
|
2401
2400
|
return pulumi.get(self, "namespaces")
|
|
2402
2401
|
|
|
2403
2402
|
@namespaces.setter
|
|
2404
|
-
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2403
|
+
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2405
2404
|
pulumi.set(self, "namespaces", value)
|
|
2406
2405
|
|
|
2407
2406
|
|
|
@@ -2410,11 +2409,11 @@ if not MYPY:
|
|
|
2410
2409
|
"""
|
|
2411
2410
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2412
2411
|
"""
|
|
2413
|
-
name: NotRequired[pulumi.Input[
|
|
2412
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
2414
2413
|
"""
|
|
2415
2414
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2416
2415
|
"""
|
|
2417
|
-
namespace: NotRequired[pulumi.Input[
|
|
2416
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
|
2418
2417
|
"""
|
|
2419
2418
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2420
2419
|
"""
|
|
@@ -2424,40 +2423,40 @@ elif False:
|
|
|
2424
2423
|
@pulumi.input_type
|
|
2425
2424
|
class ServiceAccountSubjectPatchArgs:
|
|
2426
2425
|
def __init__(__self__, *,
|
|
2427
|
-
name: Optional[pulumi.Input[
|
|
2428
|
-
namespace: Optional[pulumi.Input[
|
|
2426
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2427
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2429
2428
|
"""
|
|
2430
2429
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2431
|
-
:param pulumi.Input[
|
|
2432
|
-
:param pulumi.Input[
|
|
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.
|
|
2433
2432
|
"""
|
|
2434
2433
|
if name is not None:
|
|
2435
2434
|
pulumi.set(__self__, "name", name)
|
|
2436
2435
|
if namespace is not None:
|
|
2437
2436
|
pulumi.set(__self__, "namespace", namespace)
|
|
2438
2437
|
|
|
2439
|
-
@property
|
|
2438
|
+
@_builtins.property
|
|
2440
2439
|
@pulumi.getter
|
|
2441
|
-
def name(self) -> Optional[pulumi.Input[
|
|
2440
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2442
2441
|
"""
|
|
2443
2442
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2444
2443
|
"""
|
|
2445
2444
|
return pulumi.get(self, "name")
|
|
2446
2445
|
|
|
2447
2446
|
@name.setter
|
|
2448
|
-
def name(self, value: Optional[pulumi.Input[
|
|
2447
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2449
2448
|
pulumi.set(self, "name", value)
|
|
2450
2449
|
|
|
2451
|
-
@property
|
|
2450
|
+
@_builtins.property
|
|
2452
2451
|
@pulumi.getter
|
|
2453
|
-
def namespace(self) -> Optional[pulumi.Input[
|
|
2452
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2454
2453
|
"""
|
|
2455
2454
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2456
2455
|
"""
|
|
2457
2456
|
return pulumi.get(self, "namespace")
|
|
2458
2457
|
|
|
2459
2458
|
@namespace.setter
|
|
2460
|
-
def namespace(self, value: Optional[pulumi.Input[
|
|
2459
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2461
2460
|
pulumi.set(self, "namespace", value)
|
|
2462
2461
|
|
|
2463
2462
|
|
|
@@ -2466,11 +2465,11 @@ if not MYPY:
|
|
|
2466
2465
|
"""
|
|
2467
2466
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2468
2467
|
"""
|
|
2469
|
-
name: pulumi.Input[
|
|
2468
|
+
name: pulumi.Input[_builtins.str]
|
|
2470
2469
|
"""
|
|
2471
2470
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2472
2471
|
"""
|
|
2473
|
-
namespace: pulumi.Input[
|
|
2472
|
+
namespace: pulumi.Input[_builtins.str]
|
|
2474
2473
|
"""
|
|
2475
2474
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2476
2475
|
"""
|
|
@@ -2480,38 +2479,38 @@ elif False:
|
|
|
2480
2479
|
@pulumi.input_type
|
|
2481
2480
|
class ServiceAccountSubjectArgs:
|
|
2482
2481
|
def __init__(__self__, *,
|
|
2483
|
-
name: pulumi.Input[
|
|
2484
|
-
namespace: pulumi.Input[
|
|
2482
|
+
name: pulumi.Input[_builtins.str],
|
|
2483
|
+
namespace: pulumi.Input[_builtins.str]):
|
|
2485
2484
|
"""
|
|
2486
2485
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2487
|
-
:param pulumi.Input[
|
|
2488
|
-
:param pulumi.Input[
|
|
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.
|
|
2489
2488
|
"""
|
|
2490
2489
|
pulumi.set(__self__, "name", name)
|
|
2491
2490
|
pulumi.set(__self__, "namespace", namespace)
|
|
2492
2491
|
|
|
2493
|
-
@property
|
|
2492
|
+
@_builtins.property
|
|
2494
2493
|
@pulumi.getter
|
|
2495
|
-
def name(self) -> pulumi.Input[
|
|
2494
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
2496
2495
|
"""
|
|
2497
2496
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2498
2497
|
"""
|
|
2499
2498
|
return pulumi.get(self, "name")
|
|
2500
2499
|
|
|
2501
2500
|
@name.setter
|
|
2502
|
-
def name(self, value: pulumi.Input[
|
|
2501
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
2503
2502
|
pulumi.set(self, "name", value)
|
|
2504
2503
|
|
|
2505
|
-
@property
|
|
2504
|
+
@_builtins.property
|
|
2506
2505
|
@pulumi.getter
|
|
2507
|
-
def namespace(self) -> pulumi.Input[
|
|
2506
|
+
def namespace(self) -> pulumi.Input[_builtins.str]:
|
|
2508
2507
|
"""
|
|
2509
2508
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2510
2509
|
"""
|
|
2511
2510
|
return pulumi.get(self, "namespace")
|
|
2512
2511
|
|
|
2513
2512
|
@namespace.setter
|
|
2514
|
-
def namespace(self, value: pulumi.Input[
|
|
2513
|
+
def namespace(self, value: pulumi.Input[_builtins.str]):
|
|
2515
2514
|
pulumi.set(self, "namespace", value)
|
|
2516
2515
|
|
|
2517
2516
|
|
|
@@ -2524,7 +2523,7 @@ if not MYPY:
|
|
|
2524
2523
|
"""
|
|
2525
2524
|
`group` matches based on user group name.
|
|
2526
2525
|
"""
|
|
2527
|
-
kind: NotRequired[pulumi.Input[
|
|
2526
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
2528
2527
|
"""
|
|
2529
2528
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2530
2529
|
"""
|
|
@@ -2543,13 +2542,13 @@ elif False:
|
|
|
2543
2542
|
class SubjectPatchArgs:
|
|
2544
2543
|
def __init__(__self__, *,
|
|
2545
2544
|
group: Optional[pulumi.Input['GroupSubjectPatchArgs']] = None,
|
|
2546
|
-
kind: Optional[pulumi.Input[
|
|
2545
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2547
2546
|
service_account: Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']] = None,
|
|
2548
2547
|
user: Optional[pulumi.Input['UserSubjectPatchArgs']] = None):
|
|
2549
2548
|
"""
|
|
2550
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.
|
|
2551
2550
|
:param pulumi.Input['GroupSubjectPatchArgs'] group: `group` matches based on user group name.
|
|
2552
|
-
:param pulumi.Input[
|
|
2551
|
+
:param pulumi.Input[_builtins.str] kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2553
2552
|
:param pulumi.Input['ServiceAccountSubjectPatchArgs'] service_account: `serviceAccount` matches ServiceAccounts.
|
|
2554
2553
|
:param pulumi.Input['UserSubjectPatchArgs'] user: `user` matches based on username.
|
|
2555
2554
|
"""
|
|
@@ -2562,7 +2561,7 @@ class SubjectPatchArgs:
|
|
|
2562
2561
|
if user is not None:
|
|
2563
2562
|
pulumi.set(__self__, "user", user)
|
|
2564
2563
|
|
|
2565
|
-
@property
|
|
2564
|
+
@_builtins.property
|
|
2566
2565
|
@pulumi.getter
|
|
2567
2566
|
def group(self) -> Optional[pulumi.Input['GroupSubjectPatchArgs']]:
|
|
2568
2567
|
"""
|
|
@@ -2574,19 +2573,19 @@ class SubjectPatchArgs:
|
|
|
2574
2573
|
def group(self, value: Optional[pulumi.Input['GroupSubjectPatchArgs']]):
|
|
2575
2574
|
pulumi.set(self, "group", value)
|
|
2576
2575
|
|
|
2577
|
-
@property
|
|
2576
|
+
@_builtins.property
|
|
2578
2577
|
@pulumi.getter
|
|
2579
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
2578
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2580
2579
|
"""
|
|
2581
2580
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2582
2581
|
"""
|
|
2583
2582
|
return pulumi.get(self, "kind")
|
|
2584
2583
|
|
|
2585
2584
|
@kind.setter
|
|
2586
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
2585
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2587
2586
|
pulumi.set(self, "kind", value)
|
|
2588
2587
|
|
|
2589
|
-
@property
|
|
2588
|
+
@_builtins.property
|
|
2590
2589
|
@pulumi.getter(name="serviceAccount")
|
|
2591
2590
|
def service_account(self) -> Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']]:
|
|
2592
2591
|
"""
|
|
@@ -2598,7 +2597,7 @@ class SubjectPatchArgs:
|
|
|
2598
2597
|
def service_account(self, value: Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']]):
|
|
2599
2598
|
pulumi.set(self, "service_account", value)
|
|
2600
2599
|
|
|
2601
|
-
@property
|
|
2600
|
+
@_builtins.property
|
|
2602
2601
|
@pulumi.getter
|
|
2603
2602
|
def user(self) -> Optional[pulumi.Input['UserSubjectPatchArgs']]:
|
|
2604
2603
|
"""
|
|
@@ -2616,7 +2615,7 @@ if not MYPY:
|
|
|
2616
2615
|
"""
|
|
2617
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.
|
|
2618
2617
|
"""
|
|
2619
|
-
kind: pulumi.Input[
|
|
2618
|
+
kind: pulumi.Input[_builtins.str]
|
|
2620
2619
|
"""
|
|
2621
2620
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2622
2621
|
"""
|
|
@@ -2638,13 +2637,13 @@ elif False:
|
|
|
2638
2637
|
@pulumi.input_type
|
|
2639
2638
|
class SubjectArgs:
|
|
2640
2639
|
def __init__(__self__, *,
|
|
2641
|
-
kind: pulumi.Input[
|
|
2640
|
+
kind: pulumi.Input[_builtins.str],
|
|
2642
2641
|
group: Optional[pulumi.Input['GroupSubjectArgs']] = None,
|
|
2643
2642
|
service_account: Optional[pulumi.Input['ServiceAccountSubjectArgs']] = None,
|
|
2644
2643
|
user: Optional[pulumi.Input['UserSubjectArgs']] = None):
|
|
2645
2644
|
"""
|
|
2646
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.
|
|
2647
|
-
:param pulumi.Input[
|
|
2646
|
+
:param pulumi.Input[_builtins.str] kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2648
2647
|
:param pulumi.Input['GroupSubjectArgs'] group: `group` matches based on user group name.
|
|
2649
2648
|
:param pulumi.Input['ServiceAccountSubjectArgs'] service_account: `serviceAccount` matches ServiceAccounts.
|
|
2650
2649
|
:param pulumi.Input['UserSubjectArgs'] user: `user` matches based on username.
|
|
@@ -2657,19 +2656,19 @@ class SubjectArgs:
|
|
|
2657
2656
|
if user is not None:
|
|
2658
2657
|
pulumi.set(__self__, "user", user)
|
|
2659
2658
|
|
|
2660
|
-
@property
|
|
2659
|
+
@_builtins.property
|
|
2661
2660
|
@pulumi.getter
|
|
2662
|
-
def kind(self) -> pulumi.Input[
|
|
2661
|
+
def kind(self) -> pulumi.Input[_builtins.str]:
|
|
2663
2662
|
"""
|
|
2664
2663
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2665
2664
|
"""
|
|
2666
2665
|
return pulumi.get(self, "kind")
|
|
2667
2666
|
|
|
2668
2667
|
@kind.setter
|
|
2669
|
-
def kind(self, value: pulumi.Input[
|
|
2668
|
+
def kind(self, value: pulumi.Input[_builtins.str]):
|
|
2670
2669
|
pulumi.set(self, "kind", value)
|
|
2671
2670
|
|
|
2672
|
-
@property
|
|
2671
|
+
@_builtins.property
|
|
2673
2672
|
@pulumi.getter
|
|
2674
2673
|
def group(self) -> Optional[pulumi.Input['GroupSubjectArgs']]:
|
|
2675
2674
|
"""
|
|
@@ -2681,7 +2680,7 @@ class SubjectArgs:
|
|
|
2681
2680
|
def group(self, value: Optional[pulumi.Input['GroupSubjectArgs']]):
|
|
2682
2681
|
pulumi.set(self, "group", value)
|
|
2683
2682
|
|
|
2684
|
-
@property
|
|
2683
|
+
@_builtins.property
|
|
2685
2684
|
@pulumi.getter(name="serviceAccount")
|
|
2686
2685
|
def service_account(self) -> Optional[pulumi.Input['ServiceAccountSubjectArgs']]:
|
|
2687
2686
|
"""
|
|
@@ -2693,7 +2692,7 @@ class SubjectArgs:
|
|
|
2693
2692
|
def service_account(self, value: Optional[pulumi.Input['ServiceAccountSubjectArgs']]):
|
|
2694
2693
|
pulumi.set(self, "service_account", value)
|
|
2695
2694
|
|
|
2696
|
-
@property
|
|
2695
|
+
@_builtins.property
|
|
2697
2696
|
@pulumi.getter
|
|
2698
2697
|
def user(self) -> Optional[pulumi.Input['UserSubjectArgs']]:
|
|
2699
2698
|
"""
|
|
@@ -2711,7 +2710,7 @@ if not MYPY:
|
|
|
2711
2710
|
"""
|
|
2712
2711
|
UserSubject holds detailed information for user-kind subject.
|
|
2713
2712
|
"""
|
|
2714
|
-
name: NotRequired[pulumi.Input[
|
|
2713
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
2715
2714
|
"""
|
|
2716
2715
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2717
2716
|
"""
|
|
@@ -2721,24 +2720,24 @@ elif False:
|
|
|
2721
2720
|
@pulumi.input_type
|
|
2722
2721
|
class UserSubjectPatchArgs:
|
|
2723
2722
|
def __init__(__self__, *,
|
|
2724
|
-
name: Optional[pulumi.Input[
|
|
2723
|
+
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2725
2724
|
"""
|
|
2726
2725
|
UserSubject holds detailed information for user-kind subject.
|
|
2727
|
-
:param pulumi.Input[
|
|
2726
|
+
:param pulumi.Input[_builtins.str] name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2728
2727
|
"""
|
|
2729
2728
|
if name is not None:
|
|
2730
2729
|
pulumi.set(__self__, "name", name)
|
|
2731
2730
|
|
|
2732
|
-
@property
|
|
2731
|
+
@_builtins.property
|
|
2733
2732
|
@pulumi.getter
|
|
2734
|
-
def name(self) -> Optional[pulumi.Input[
|
|
2733
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2735
2734
|
"""
|
|
2736
2735
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2737
2736
|
"""
|
|
2738
2737
|
return pulumi.get(self, "name")
|
|
2739
2738
|
|
|
2740
2739
|
@name.setter
|
|
2741
|
-
def name(self, value: Optional[pulumi.Input[
|
|
2740
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2742
2741
|
pulumi.set(self, "name", value)
|
|
2743
2742
|
|
|
2744
2743
|
|
|
@@ -2747,7 +2746,7 @@ if not MYPY:
|
|
|
2747
2746
|
"""
|
|
2748
2747
|
UserSubject holds detailed information for user-kind subject.
|
|
2749
2748
|
"""
|
|
2750
|
-
name: pulumi.Input[
|
|
2749
|
+
name: pulumi.Input[_builtins.str]
|
|
2751
2750
|
"""
|
|
2752
2751
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2753
2752
|
"""
|
|
@@ -2757,23 +2756,23 @@ elif False:
|
|
|
2757
2756
|
@pulumi.input_type
|
|
2758
2757
|
class UserSubjectArgs:
|
|
2759
2758
|
def __init__(__self__, *,
|
|
2760
|
-
name: pulumi.Input[
|
|
2759
|
+
name: pulumi.Input[_builtins.str]):
|
|
2761
2760
|
"""
|
|
2762
2761
|
UserSubject holds detailed information for user-kind subject.
|
|
2763
|
-
:param pulumi.Input[
|
|
2762
|
+
:param pulumi.Input[_builtins.str] name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2764
2763
|
"""
|
|
2765
2764
|
pulumi.set(__self__, "name", name)
|
|
2766
2765
|
|
|
2767
|
-
@property
|
|
2766
|
+
@_builtins.property
|
|
2768
2767
|
@pulumi.getter
|
|
2769
|
-
def name(self) -> pulumi.Input[
|
|
2768
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
2770
2769
|
"""
|
|
2771
2770
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2772
2771
|
"""
|
|
2773
2772
|
return pulumi.get(self, "name")
|
|
2774
2773
|
|
|
2775
2774
|
@name.setter
|
|
2776
|
-
def name(self, value: pulumi.Input[
|
|
2775
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
2777
2776
|
pulumi.set(self, "name", value)
|
|
2778
2777
|
|
|
2779
2778
|
|