pulumi-kubernetes 4.24.0a1752908431__py3-none-any.whl → 4.24.0a1753121506__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -1
- pulumi_kubernetes/_inputs.py +49 -50
- pulumi_kubernetes/admissionregistration/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
- pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
- pulumi_kubernetes/apiextensions/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
- pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
- pulumi_kubernetes/apiregistration/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
- pulumi_kubernetes/apps/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/_inputs.py +749 -750
- pulumi_kubernetes/apps/v1/outputs.py +713 -714
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
- pulumi_kubernetes/auditregistration/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
- pulumi_kubernetes/autoscaling/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
- pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
- pulumi_kubernetes/batch/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/Job.py +26 -27
- pulumi_kubernetes/batch/v1/JobList.py +25 -26
- pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/_inputs.py +494 -495
- pulumi_kubernetes/batch/v1/outputs.py +419 -420
- pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
- pulumi_kubernetes/certificates/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
- pulumi_kubernetes/certificates/v1/outputs.py +134 -135
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
- pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
- pulumi_kubernetes/coordination/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
- pulumi_kubernetes/coordination/v1/outputs.py +67 -68
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
- pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
- pulumi_kubernetes/core/__init__.py +1 -1
- pulumi_kubernetes/core/v1/Binding.py +25 -26
- pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
- pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
- pulumi_kubernetes/core/v1/Endpoints.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
- pulumi_kubernetes/core/v1/Event.py +131 -132
- pulumi_kubernetes/core/v1/EventList.py +25 -26
- pulumi_kubernetes/core/v1/EventPatch.py +131 -132
- pulumi_kubernetes/core/v1/LimitRange.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
- pulumi_kubernetes/core/v1/Namespace.py +26 -27
- pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
- pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
- pulumi_kubernetes/core/v1/Node.py +26 -27
- pulumi_kubernetes/core/v1/NodeList.py +25 -26
- pulumi_kubernetes/core/v1/NodePatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
- pulumi_kubernetes/core/v1/Pod.py +26 -27
- pulumi_kubernetes/core/v1/PodList.py +25 -26
- pulumi_kubernetes/core/v1/PodPatch.py +26 -27
- pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
- pulumi_kubernetes/core/v1/Secret.py +63 -64
- pulumi_kubernetes/core/v1/SecretList.py +25 -26
- pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
- pulumi_kubernetes/core/v1/Service.py +26 -27
- pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
- pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
- pulumi_kubernetes/core/v1/ServiceList.py +25 -26
- pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
- pulumi_kubernetes/core/v1/__init__.py +1 -1
- pulumi_kubernetes/core/v1/_enums.py +2 -2
- pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
- pulumi_kubernetes/core/v1/outputs.py +5390 -5391
- pulumi_kubernetes/discovery/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
- pulumi_kubernetes/discovery/v1/outputs.py +138 -139
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
- pulumi_kubernetes/events/__init__.py +1 -1
- pulumi_kubernetes/events/v1/Event.py +131 -132
- pulumi_kubernetes/events/v1/EventList.py +25 -26
- pulumi_kubernetes/events/v1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1/__init__.py +1 -1
- pulumi_kubernetes/events/v1/_inputs.py +102 -103
- pulumi_kubernetes/events/v1/outputs.py +70 -71
- pulumi_kubernetes/events/v1beta1/Event.py +131 -132
- pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
- pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
- pulumi_kubernetes/extensions/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
- pulumi_kubernetes/flowcontrol/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
- pulumi_kubernetes/helm/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/Release.py +316 -317
- pulumi_kubernetes/helm/v3/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/_inputs.py +37 -38
- pulumi_kubernetes/helm/v3/outputs.py +54 -55
- pulumi_kubernetes/helm/v4/Chart.py +95 -96
- pulumi_kubernetes/helm/v4/__init__.py +1 -1
- pulumi_kubernetes/helm/v4/_inputs.py +34 -35
- pulumi_kubernetes/kustomize/__init__.py +1 -1
- pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
- pulumi_kubernetes/meta/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/Status.py +57 -58
- pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
- pulumi_kubernetes/meta/v1/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/_inputs.py +551 -552
- pulumi_kubernetes/meta/v1/outputs.py +395 -396
- pulumi_kubernetes/networking/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/_inputs.py +463 -464
- pulumi_kubernetes/networking/v1/outputs.py +350 -351
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
- pulumi_kubernetes/node/__init__.py +1 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1/__init__.py +1 -1
- pulumi_kubernetes/node/v1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1/outputs.py +34 -35
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
- pulumi_kubernetes/policy/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/_inputs.py +91 -92
- pulumi_kubernetes/policy/v1/outputs.py +80 -81
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
- pulumi_kubernetes/provider.py +107 -108
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
- pulumi_kubernetes/resource/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
- pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
- pulumi_kubernetes/scheduling/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
- pulumi_kubernetes/settings/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
- pulumi_kubernetes/storage/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/_inputs.py +372 -373
- pulumi_kubernetes/storage/v1/outputs.py +278 -279
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
- pulumi_kubernetes/storagemigration/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
- pulumi_kubernetes/yaml/__init__.py +1 -1
- pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
- pulumi_kubernetes/yaml/v2/__init__.py +1 -1
- {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753121506.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.24.0a1752908431.dist-info/RECORD +0 -709
- {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -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
|
|
|
@@ -992,24 +991,24 @@ elif False:
|
|
|
992
991
|
@pulumi.input_type
|
|
993
992
|
class LimitedPriorityLevelConfigurationPatchArgs:
|
|
994
993
|
def __init__(__self__, *,
|
|
995
|
-
borrowing_limit_percent: Optional[pulumi.Input[
|
|
996
|
-
lendable_percent: Optional[pulumi.Input[
|
|
994
|
+
borrowing_limit_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
|
995
|
+
lendable_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
|
997
996
|
limit_response: Optional[pulumi.Input['LimitResponsePatchArgs']] = None,
|
|
998
|
-
nominal_concurrency_shares: Optional[pulumi.Input[
|
|
997
|
+
nominal_concurrency_shares: Optional[pulumi.Input[_builtins.int]] = None):
|
|
999
998
|
"""
|
|
1000
999
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
1001
1000
|
- How are requests for this priority level limited?
|
|
1002
1001
|
- What should be done with requests that exceed the limit?
|
|
1003
|
-
:param pulumi.Input[
|
|
1002
|
+
: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.
|
|
1004
1003
|
|
|
1005
1004
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
1006
1005
|
|
|
1007
1006
|
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.
|
|
1008
|
-
:param pulumi.Input[
|
|
1007
|
+
: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.
|
|
1009
1008
|
|
|
1010
1009
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
1011
1010
|
:param pulumi.Input['LimitResponsePatchArgs'] limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
1012
|
-
:param pulumi.Input[
|
|
1011
|
+
: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:
|
|
1013
1012
|
|
|
1014
1013
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[limited priority level k] NCS(k)
|
|
1015
1014
|
|
|
@@ -1024,9 +1023,9 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1024
1023
|
if nominal_concurrency_shares is not None:
|
|
1025
1024
|
pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
|
|
1026
1025
|
|
|
1027
|
-
@property
|
|
1026
|
+
@_builtins.property
|
|
1028
1027
|
@pulumi.getter(name="borrowingLimitPercent")
|
|
1029
|
-
def borrowing_limit_percent(self) -> Optional[pulumi.Input[
|
|
1028
|
+
def borrowing_limit_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1030
1029
|
"""
|
|
1031
1030
|
`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.
|
|
1032
1031
|
|
|
@@ -1037,12 +1036,12 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1037
1036
|
return pulumi.get(self, "borrowing_limit_percent")
|
|
1038
1037
|
|
|
1039
1038
|
@borrowing_limit_percent.setter
|
|
1040
|
-
def borrowing_limit_percent(self, value: Optional[pulumi.Input[
|
|
1039
|
+
def borrowing_limit_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1041
1040
|
pulumi.set(self, "borrowing_limit_percent", value)
|
|
1042
1041
|
|
|
1043
|
-
@property
|
|
1042
|
+
@_builtins.property
|
|
1044
1043
|
@pulumi.getter(name="lendablePercent")
|
|
1045
|
-
def lendable_percent(self) -> Optional[pulumi.Input[
|
|
1044
|
+
def lendable_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1046
1045
|
"""
|
|
1047
1046
|
`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.
|
|
1048
1047
|
|
|
@@ -1051,10 +1050,10 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1051
1050
|
return pulumi.get(self, "lendable_percent")
|
|
1052
1051
|
|
|
1053
1052
|
@lendable_percent.setter
|
|
1054
|
-
def lendable_percent(self, value: Optional[pulumi.Input[
|
|
1053
|
+
def lendable_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1055
1054
|
pulumi.set(self, "lendable_percent", value)
|
|
1056
1055
|
|
|
1057
|
-
@property
|
|
1056
|
+
@_builtins.property
|
|
1058
1057
|
@pulumi.getter(name="limitResponse")
|
|
1059
1058
|
def limit_response(self) -> Optional[pulumi.Input['LimitResponsePatchArgs']]:
|
|
1060
1059
|
"""
|
|
@@ -1066,9 +1065,9 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1066
1065
|
def limit_response(self, value: Optional[pulumi.Input['LimitResponsePatchArgs']]):
|
|
1067
1066
|
pulumi.set(self, "limit_response", value)
|
|
1068
1067
|
|
|
1069
|
-
@property
|
|
1068
|
+
@_builtins.property
|
|
1070
1069
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
1071
|
-
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[
|
|
1070
|
+
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1072
1071
|
"""
|
|
1073
1072
|
`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:
|
|
1074
1073
|
|
|
@@ -1079,7 +1078,7 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1079
1078
|
return pulumi.get(self, "nominal_concurrency_shares")
|
|
1080
1079
|
|
|
1081
1080
|
@nominal_concurrency_shares.setter
|
|
1082
|
-
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[
|
|
1081
|
+
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1083
1082
|
pulumi.set(self, "nominal_concurrency_shares", value)
|
|
1084
1083
|
|
|
1085
1084
|
|
|
@@ -1090,7 +1089,7 @@ if not MYPY:
|
|
|
1090
1089
|
- How are requests for this priority level limited?
|
|
1091
1090
|
- What should be done with requests that exceed the limit?
|
|
1092
1091
|
"""
|
|
1093
|
-
borrowing_limit_percent: NotRequired[pulumi.Input[
|
|
1092
|
+
borrowing_limit_percent: NotRequired[pulumi.Input[_builtins.int]]
|
|
1094
1093
|
"""
|
|
1095
1094
|
`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.
|
|
1096
1095
|
|
|
@@ -1098,7 +1097,7 @@ if not MYPY:
|
|
|
1098
1097
|
|
|
1099
1098
|
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.
|
|
1100
1099
|
"""
|
|
1101
|
-
lendable_percent: NotRequired[pulumi.Input[
|
|
1100
|
+
lendable_percent: NotRequired[pulumi.Input[_builtins.int]]
|
|
1102
1101
|
"""
|
|
1103
1102
|
`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.
|
|
1104
1103
|
|
|
@@ -1108,7 +1107,7 @@ if not MYPY:
|
|
|
1108
1107
|
"""
|
|
1109
1108
|
`limitResponse` indicates what to do with requests that can not be executed right now
|
|
1110
1109
|
"""
|
|
1111
|
-
nominal_concurrency_shares: NotRequired[pulumi.Input[
|
|
1110
|
+
nominal_concurrency_shares: NotRequired[pulumi.Input[_builtins.int]]
|
|
1112
1111
|
"""
|
|
1113
1112
|
`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:
|
|
1114
1113
|
|
|
@@ -1122,24 +1121,24 @@ elif False:
|
|
|
1122
1121
|
@pulumi.input_type
|
|
1123
1122
|
class LimitedPriorityLevelConfigurationArgs:
|
|
1124
1123
|
def __init__(__self__, *,
|
|
1125
|
-
borrowing_limit_percent: Optional[pulumi.Input[
|
|
1126
|
-
lendable_percent: Optional[pulumi.Input[
|
|
1124
|
+
borrowing_limit_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1125
|
+
lendable_percent: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1127
1126
|
limit_response: Optional[pulumi.Input['LimitResponseArgs']] = None,
|
|
1128
|
-
nominal_concurrency_shares: Optional[pulumi.Input[
|
|
1127
|
+
nominal_concurrency_shares: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1129
1128
|
"""
|
|
1130
1129
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
1131
1130
|
- How are requests for this priority level limited?
|
|
1132
1131
|
- What should be done with requests that exceed the limit?
|
|
1133
|
-
:param pulumi.Input[
|
|
1132
|
+
: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.
|
|
1134
1133
|
|
|
1135
1134
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
1136
1135
|
|
|
1137
1136
|
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.
|
|
1138
|
-
:param pulumi.Input[
|
|
1137
|
+
: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.
|
|
1139
1138
|
|
|
1140
1139
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
1141
1140
|
:param pulumi.Input['LimitResponseArgs'] limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
1142
|
-
:param pulumi.Input[
|
|
1141
|
+
: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:
|
|
1143
1142
|
|
|
1144
1143
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[limited priority level k] NCS(k)
|
|
1145
1144
|
|
|
@@ -1154,9 +1153,9 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1154
1153
|
if nominal_concurrency_shares is not None:
|
|
1155
1154
|
pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
|
|
1156
1155
|
|
|
1157
|
-
@property
|
|
1156
|
+
@_builtins.property
|
|
1158
1157
|
@pulumi.getter(name="borrowingLimitPercent")
|
|
1159
|
-
def borrowing_limit_percent(self) -> Optional[pulumi.Input[
|
|
1158
|
+
def borrowing_limit_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1160
1159
|
"""
|
|
1161
1160
|
`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.
|
|
1162
1161
|
|
|
@@ -1167,12 +1166,12 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1167
1166
|
return pulumi.get(self, "borrowing_limit_percent")
|
|
1168
1167
|
|
|
1169
1168
|
@borrowing_limit_percent.setter
|
|
1170
|
-
def borrowing_limit_percent(self, value: Optional[pulumi.Input[
|
|
1169
|
+
def borrowing_limit_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1171
1170
|
pulumi.set(self, "borrowing_limit_percent", value)
|
|
1172
1171
|
|
|
1173
|
-
@property
|
|
1172
|
+
@_builtins.property
|
|
1174
1173
|
@pulumi.getter(name="lendablePercent")
|
|
1175
|
-
def lendable_percent(self) -> Optional[pulumi.Input[
|
|
1174
|
+
def lendable_percent(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1176
1175
|
"""
|
|
1177
1176
|
`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.
|
|
1178
1177
|
|
|
@@ -1181,10 +1180,10 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1181
1180
|
return pulumi.get(self, "lendable_percent")
|
|
1182
1181
|
|
|
1183
1182
|
@lendable_percent.setter
|
|
1184
|
-
def lendable_percent(self, value: Optional[pulumi.Input[
|
|
1183
|
+
def lendable_percent(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1185
1184
|
pulumi.set(self, "lendable_percent", value)
|
|
1186
1185
|
|
|
1187
|
-
@property
|
|
1186
|
+
@_builtins.property
|
|
1188
1187
|
@pulumi.getter(name="limitResponse")
|
|
1189
1188
|
def limit_response(self) -> Optional[pulumi.Input['LimitResponseArgs']]:
|
|
1190
1189
|
"""
|
|
@@ -1196,9 +1195,9 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1196
1195
|
def limit_response(self, value: Optional[pulumi.Input['LimitResponseArgs']]):
|
|
1197
1196
|
pulumi.set(self, "limit_response", value)
|
|
1198
1197
|
|
|
1199
|
-
@property
|
|
1198
|
+
@_builtins.property
|
|
1200
1199
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
1201
|
-
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[
|
|
1200
|
+
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1202
1201
|
"""
|
|
1203
1202
|
`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:
|
|
1204
1203
|
|
|
@@ -1209,7 +1208,7 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1209
1208
|
return pulumi.get(self, "nominal_concurrency_shares")
|
|
1210
1209
|
|
|
1211
1210
|
@nominal_concurrency_shares.setter
|
|
1212
|
-
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[
|
|
1211
|
+
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1213
1212
|
pulumi.set(self, "nominal_concurrency_shares", value)
|
|
1214
1213
|
|
|
1215
1214
|
|
|
@@ -1218,7 +1217,7 @@ if not MYPY:
|
|
|
1218
1217
|
"""
|
|
1219
1218
|
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.
|
|
1220
1219
|
"""
|
|
1221
|
-
non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
1220
|
+
non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1222
1221
|
"""
|
|
1223
1222
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1224
1223
|
- "/healthz" is legal
|
|
@@ -1228,7 +1227,7 @@ if not MYPY:
|
|
|
1228
1227
|
- "/healthz/*" matches all per-component health checks.
|
|
1229
1228
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1230
1229
|
"""
|
|
1231
|
-
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
1230
|
+
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1232
1231
|
"""
|
|
1233
1232
|
`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.
|
|
1234
1233
|
"""
|
|
@@ -1238,27 +1237,27 @@ elif False:
|
|
|
1238
1237
|
@pulumi.input_type
|
|
1239
1238
|
class NonResourcePolicyRulePatchArgs:
|
|
1240
1239
|
def __init__(__self__, *,
|
|
1241
|
-
non_resource_urls: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1242
|
-
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1240
|
+
non_resource_urls: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
1241
|
+
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
1243
1242
|
"""
|
|
1244
1243
|
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.
|
|
1245
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1244
|
+
: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:
|
|
1246
1245
|
- "/healthz" is legal
|
|
1247
1246
|
- "/hea*" is illegal
|
|
1248
1247
|
- "/hea" is legal but matches nothing
|
|
1249
1248
|
- "/hea/*" also matches nothing
|
|
1250
1249
|
- "/healthz/*" matches all per-component health checks.
|
|
1251
1250
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1252
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1251
|
+
: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.
|
|
1253
1252
|
"""
|
|
1254
1253
|
if non_resource_urls is not None:
|
|
1255
1254
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
1256
1255
|
if verbs is not None:
|
|
1257
1256
|
pulumi.set(__self__, "verbs", verbs)
|
|
1258
1257
|
|
|
1259
|
-
@property
|
|
1258
|
+
@_builtins.property
|
|
1260
1259
|
@pulumi.getter(name="nonResourceURLs")
|
|
1261
|
-
def non_resource_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1260
|
+
def non_resource_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1262
1261
|
"""
|
|
1263
1262
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1264
1263
|
- "/healthz" is legal
|
|
@@ -1271,19 +1270,19 @@ class NonResourcePolicyRulePatchArgs:
|
|
|
1271
1270
|
return pulumi.get(self, "non_resource_urls")
|
|
1272
1271
|
|
|
1273
1272
|
@non_resource_urls.setter
|
|
1274
|
-
def non_resource_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1273
|
+
def non_resource_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1275
1274
|
pulumi.set(self, "non_resource_urls", value)
|
|
1276
1275
|
|
|
1277
|
-
@property
|
|
1276
|
+
@_builtins.property
|
|
1278
1277
|
@pulumi.getter
|
|
1279
|
-
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1278
|
+
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1280
1279
|
"""
|
|
1281
1280
|
`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.
|
|
1282
1281
|
"""
|
|
1283
1282
|
return pulumi.get(self, "verbs")
|
|
1284
1283
|
|
|
1285
1284
|
@verbs.setter
|
|
1286
|
-
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1285
|
+
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1287
1286
|
pulumi.set(self, "verbs", value)
|
|
1288
1287
|
|
|
1289
1288
|
|
|
@@ -1292,7 +1291,7 @@ if not MYPY:
|
|
|
1292
1291
|
"""
|
|
1293
1292
|
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.
|
|
1294
1293
|
"""
|
|
1295
|
-
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[
|
|
1294
|
+
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
1296
1295
|
"""
|
|
1297
1296
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1298
1297
|
- "/healthz" is legal
|
|
@@ -1302,7 +1301,7 @@ if not MYPY:
|
|
|
1302
1301
|
- "/healthz/*" matches all per-component health checks.
|
|
1303
1302
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1304
1303
|
"""
|
|
1305
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[
|
|
1304
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
1306
1305
|
"""
|
|
1307
1306
|
`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.
|
|
1308
1307
|
"""
|
|
@@ -1312,25 +1311,25 @@ elif False:
|
|
|
1312
1311
|
@pulumi.input_type
|
|
1313
1312
|
class NonResourcePolicyRuleArgs:
|
|
1314
1313
|
def __init__(__self__, *,
|
|
1315
|
-
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[
|
|
1316
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[
|
|
1314
|
+
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
1315
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
1317
1316
|
"""
|
|
1318
1317
|
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.
|
|
1319
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1318
|
+
: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:
|
|
1320
1319
|
- "/healthz" is legal
|
|
1321
1320
|
- "/hea*" is illegal
|
|
1322
1321
|
- "/hea" is legal but matches nothing
|
|
1323
1322
|
- "/hea/*" also matches nothing
|
|
1324
1323
|
- "/healthz/*" matches all per-component health checks.
|
|
1325
1324
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1326
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1325
|
+
: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.
|
|
1327
1326
|
"""
|
|
1328
1327
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
1329
1328
|
pulumi.set(__self__, "verbs", verbs)
|
|
1330
1329
|
|
|
1331
|
-
@property
|
|
1330
|
+
@_builtins.property
|
|
1332
1331
|
@pulumi.getter(name="nonResourceURLs")
|
|
1333
|
-
def non_resource_urls(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
1332
|
+
def non_resource_urls(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
1334
1333
|
"""
|
|
1335
1334
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1336
1335
|
- "/healthz" is legal
|
|
@@ -1343,19 +1342,19 @@ class NonResourcePolicyRuleArgs:
|
|
|
1343
1342
|
return pulumi.get(self, "non_resource_urls")
|
|
1344
1343
|
|
|
1345
1344
|
@non_resource_urls.setter
|
|
1346
|
-
def non_resource_urls(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
1345
|
+
def non_resource_urls(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
1347
1346
|
pulumi.set(self, "non_resource_urls", value)
|
|
1348
1347
|
|
|
1349
|
-
@property
|
|
1348
|
+
@_builtins.property
|
|
1350
1349
|
@pulumi.getter
|
|
1351
|
-
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
1350
|
+
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
1352
1351
|
"""
|
|
1353
1352
|
`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.
|
|
1354
1353
|
"""
|
|
1355
1354
|
return pulumi.get(self, "verbs")
|
|
1356
1355
|
|
|
1357
1356
|
@verbs.setter
|
|
1358
|
-
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
1357
|
+
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
1359
1358
|
pulumi.set(self, "verbs", value)
|
|
1360
1359
|
|
|
1361
1360
|
|
|
@@ -1398,7 +1397,7 @@ class PolicyRulesWithSubjectsPatchArgs:
|
|
|
1398
1397
|
if subjects is not None:
|
|
1399
1398
|
pulumi.set(__self__, "subjects", subjects)
|
|
1400
1399
|
|
|
1401
|
-
@property
|
|
1400
|
+
@_builtins.property
|
|
1402
1401
|
@pulumi.getter(name="nonResourceRules")
|
|
1403
1402
|
def non_resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRulePatchArgs']]]]:
|
|
1404
1403
|
"""
|
|
@@ -1410,7 +1409,7 @@ class PolicyRulesWithSubjectsPatchArgs:
|
|
|
1410
1409
|
def non_resource_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRulePatchArgs']]]]):
|
|
1411
1410
|
pulumi.set(self, "non_resource_rules", value)
|
|
1412
1411
|
|
|
1413
|
-
@property
|
|
1412
|
+
@_builtins.property
|
|
1414
1413
|
@pulumi.getter(name="resourceRules")
|
|
1415
1414
|
def resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRulePatchArgs']]]]:
|
|
1416
1415
|
"""
|
|
@@ -1422,7 +1421,7 @@ class PolicyRulesWithSubjectsPatchArgs:
|
|
|
1422
1421
|
def resource_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRulePatchArgs']]]]):
|
|
1423
1422
|
pulumi.set(self, "resource_rules", value)
|
|
1424
1423
|
|
|
1425
|
-
@property
|
|
1424
|
+
@_builtins.property
|
|
1426
1425
|
@pulumi.getter
|
|
1427
1426
|
def subjects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubjectPatchArgs']]]]:
|
|
1428
1427
|
"""
|
|
@@ -1473,7 +1472,7 @@ class PolicyRulesWithSubjectsArgs:
|
|
|
1473
1472
|
if resource_rules is not None:
|
|
1474
1473
|
pulumi.set(__self__, "resource_rules", resource_rules)
|
|
1475
1474
|
|
|
1476
|
-
@property
|
|
1475
|
+
@_builtins.property
|
|
1477
1476
|
@pulumi.getter
|
|
1478
1477
|
def subjects(self) -> pulumi.Input[Sequence[pulumi.Input['SubjectArgs']]]:
|
|
1479
1478
|
"""
|
|
@@ -1485,7 +1484,7 @@ class PolicyRulesWithSubjectsArgs:
|
|
|
1485
1484
|
def subjects(self, value: pulumi.Input[Sequence[pulumi.Input['SubjectArgs']]]):
|
|
1486
1485
|
pulumi.set(self, "subjects", value)
|
|
1487
1486
|
|
|
1488
|
-
@property
|
|
1487
|
+
@_builtins.property
|
|
1489
1488
|
@pulumi.getter(name="nonResourceRules")
|
|
1490
1489
|
def non_resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRuleArgs']]]]:
|
|
1491
1490
|
"""
|
|
@@ -1497,7 +1496,7 @@ class PolicyRulesWithSubjectsArgs:
|
|
|
1497
1496
|
def non_resource_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRuleArgs']]]]):
|
|
1498
1497
|
pulumi.set(self, "non_resource_rules", value)
|
|
1499
1498
|
|
|
1500
|
-
@property
|
|
1499
|
+
@_builtins.property
|
|
1501
1500
|
@pulumi.getter(name="resourceRules")
|
|
1502
1501
|
def resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRuleArgs']]]]:
|
|
1503
1502
|
"""
|
|
@@ -1515,23 +1514,23 @@ if not MYPY:
|
|
|
1515
1514
|
"""
|
|
1516
1515
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1517
1516
|
"""
|
|
1518
|
-
last_transition_time: NotRequired[pulumi.Input[
|
|
1517
|
+
last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
1519
1518
|
"""
|
|
1520
1519
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1521
1520
|
"""
|
|
1522
|
-
message: NotRequired[pulumi.Input[
|
|
1521
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
1523
1522
|
"""
|
|
1524
1523
|
`message` is a human-readable message indicating details about last transition.
|
|
1525
1524
|
"""
|
|
1526
|
-
reason: NotRequired[pulumi.Input[
|
|
1525
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
1527
1526
|
"""
|
|
1528
1527
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1529
1528
|
"""
|
|
1530
|
-
status: NotRequired[pulumi.Input[
|
|
1529
|
+
status: NotRequired[pulumi.Input[_builtins.str]]
|
|
1531
1530
|
"""
|
|
1532
1531
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1533
1532
|
"""
|
|
1534
|
-
type: NotRequired[pulumi.Input[
|
|
1533
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
1535
1534
|
"""
|
|
1536
1535
|
`type` is the type of the condition. Required.
|
|
1537
1536
|
"""
|
|
@@ -1541,18 +1540,18 @@ elif False:
|
|
|
1541
1540
|
@pulumi.input_type
|
|
1542
1541
|
class PriorityLevelConfigurationConditionArgs:
|
|
1543
1542
|
def __init__(__self__, *,
|
|
1544
|
-
last_transition_time: Optional[pulumi.Input[
|
|
1545
|
-
message: Optional[pulumi.Input[
|
|
1546
|
-
reason: Optional[pulumi.Input[
|
|
1547
|
-
status: Optional[pulumi.Input[
|
|
1548
|
-
type: Optional[pulumi.Input[
|
|
1543
|
+
last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1544
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1545
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1546
|
+
status: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1547
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1549
1548
|
"""
|
|
1550
1549
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1551
|
-
:param pulumi.Input[
|
|
1552
|
-
:param pulumi.Input[
|
|
1553
|
-
:param pulumi.Input[
|
|
1554
|
-
:param pulumi.Input[
|
|
1555
|
-
:param pulumi.Input[
|
|
1550
|
+
:param pulumi.Input[_builtins.str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1551
|
+
:param pulumi.Input[_builtins.str] message: `message` is a human-readable message indicating details about last transition.
|
|
1552
|
+
:param pulumi.Input[_builtins.str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1553
|
+
:param pulumi.Input[_builtins.str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1554
|
+
:param pulumi.Input[_builtins.str] type: `type` is the type of the condition. Required.
|
|
1556
1555
|
"""
|
|
1557
1556
|
if last_transition_time is not None:
|
|
1558
1557
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1565,64 +1564,64 @@ class PriorityLevelConfigurationConditionArgs:
|
|
|
1565
1564
|
if type is not None:
|
|
1566
1565
|
pulumi.set(__self__, "type", type)
|
|
1567
1566
|
|
|
1568
|
-
@property
|
|
1567
|
+
@_builtins.property
|
|
1569
1568
|
@pulumi.getter(name="lastTransitionTime")
|
|
1570
|
-
def last_transition_time(self) -> Optional[pulumi.Input[
|
|
1569
|
+
def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1571
1570
|
"""
|
|
1572
1571
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1573
1572
|
"""
|
|
1574
1573
|
return pulumi.get(self, "last_transition_time")
|
|
1575
1574
|
|
|
1576
1575
|
@last_transition_time.setter
|
|
1577
|
-
def last_transition_time(self, value: Optional[pulumi.Input[
|
|
1576
|
+
def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1578
1577
|
pulumi.set(self, "last_transition_time", value)
|
|
1579
1578
|
|
|
1580
|
-
@property
|
|
1579
|
+
@_builtins.property
|
|
1581
1580
|
@pulumi.getter
|
|
1582
|
-
def message(self) -> Optional[pulumi.Input[
|
|
1581
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1583
1582
|
"""
|
|
1584
1583
|
`message` is a human-readable message indicating details about last transition.
|
|
1585
1584
|
"""
|
|
1586
1585
|
return pulumi.get(self, "message")
|
|
1587
1586
|
|
|
1588
1587
|
@message.setter
|
|
1589
|
-
def message(self, value: Optional[pulumi.Input[
|
|
1588
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1590
1589
|
pulumi.set(self, "message", value)
|
|
1591
1590
|
|
|
1592
|
-
@property
|
|
1591
|
+
@_builtins.property
|
|
1593
1592
|
@pulumi.getter
|
|
1594
|
-
def reason(self) -> Optional[pulumi.Input[
|
|
1593
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1595
1594
|
"""
|
|
1596
1595
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1597
1596
|
"""
|
|
1598
1597
|
return pulumi.get(self, "reason")
|
|
1599
1598
|
|
|
1600
1599
|
@reason.setter
|
|
1601
|
-
def reason(self, value: Optional[pulumi.Input[
|
|
1600
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1602
1601
|
pulumi.set(self, "reason", value)
|
|
1603
1602
|
|
|
1604
|
-
@property
|
|
1603
|
+
@_builtins.property
|
|
1605
1604
|
@pulumi.getter
|
|
1606
|
-
def status(self) -> Optional[pulumi.Input[
|
|
1605
|
+
def status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1607
1606
|
"""
|
|
1608
1607
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1609
1608
|
"""
|
|
1610
1609
|
return pulumi.get(self, "status")
|
|
1611
1610
|
|
|
1612
1611
|
@status.setter
|
|
1613
|
-
def status(self, value: Optional[pulumi.Input[
|
|
1612
|
+
def status(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1614
1613
|
pulumi.set(self, "status", value)
|
|
1615
1614
|
|
|
1616
|
-
@property
|
|
1615
|
+
@_builtins.property
|
|
1617
1616
|
@pulumi.getter
|
|
1618
|
-
def type(self) -> Optional[pulumi.Input[
|
|
1617
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1619
1618
|
"""
|
|
1620
1619
|
`type` is the type of the condition. Required.
|
|
1621
1620
|
"""
|
|
1622
1621
|
return pulumi.get(self, "type")
|
|
1623
1622
|
|
|
1624
1623
|
@type.setter
|
|
1625
|
-
def type(self, value: Optional[pulumi.Input[
|
|
1624
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1626
1625
|
pulumi.set(self, "type", value)
|
|
1627
1626
|
|
|
1628
1627
|
|
|
@@ -1631,7 +1630,7 @@ if not MYPY:
|
|
|
1631
1630
|
"""
|
|
1632
1631
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1633
1632
|
"""
|
|
1634
|
-
name: NotRequired[pulumi.Input[
|
|
1633
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1635
1634
|
"""
|
|
1636
1635
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1637
1636
|
"""
|
|
@@ -1641,24 +1640,24 @@ elif False:
|
|
|
1641
1640
|
@pulumi.input_type
|
|
1642
1641
|
class PriorityLevelConfigurationReferencePatchArgs:
|
|
1643
1642
|
def __init__(__self__, *,
|
|
1644
|
-
name: Optional[pulumi.Input[
|
|
1643
|
+
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1645
1644
|
"""
|
|
1646
1645
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1647
|
-
:param pulumi.Input[
|
|
1646
|
+
:param pulumi.Input[_builtins.str] name: `name` is the name of the priority level configuration being referenced Required.
|
|
1648
1647
|
"""
|
|
1649
1648
|
if name is not None:
|
|
1650
1649
|
pulumi.set(__self__, "name", name)
|
|
1651
1650
|
|
|
1652
|
-
@property
|
|
1651
|
+
@_builtins.property
|
|
1653
1652
|
@pulumi.getter
|
|
1654
|
-
def name(self) -> Optional[pulumi.Input[
|
|
1653
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1655
1654
|
"""
|
|
1656
1655
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1657
1656
|
"""
|
|
1658
1657
|
return pulumi.get(self, "name")
|
|
1659
1658
|
|
|
1660
1659
|
@name.setter
|
|
1661
|
-
def name(self, value: Optional[pulumi.Input[
|
|
1660
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1662
1661
|
pulumi.set(self, "name", value)
|
|
1663
1662
|
|
|
1664
1663
|
|
|
@@ -1667,7 +1666,7 @@ if not MYPY:
|
|
|
1667
1666
|
"""
|
|
1668
1667
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1669
1668
|
"""
|
|
1670
|
-
name: pulumi.Input[
|
|
1669
|
+
name: pulumi.Input[_builtins.str]
|
|
1671
1670
|
"""
|
|
1672
1671
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1673
1672
|
"""
|
|
@@ -1677,23 +1676,23 @@ elif False:
|
|
|
1677
1676
|
@pulumi.input_type
|
|
1678
1677
|
class PriorityLevelConfigurationReferenceArgs:
|
|
1679
1678
|
def __init__(__self__, *,
|
|
1680
|
-
name: pulumi.Input[
|
|
1679
|
+
name: pulumi.Input[_builtins.str]):
|
|
1681
1680
|
"""
|
|
1682
1681
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1683
|
-
:param pulumi.Input[
|
|
1682
|
+
:param pulumi.Input[_builtins.str] name: `name` is the name of the priority level configuration being referenced Required.
|
|
1684
1683
|
"""
|
|
1685
1684
|
pulumi.set(__self__, "name", name)
|
|
1686
1685
|
|
|
1687
|
-
@property
|
|
1686
|
+
@_builtins.property
|
|
1688
1687
|
@pulumi.getter
|
|
1689
|
-
def name(self) -> pulumi.Input[
|
|
1688
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
1690
1689
|
"""
|
|
1691
1690
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1692
1691
|
"""
|
|
1693
1692
|
return pulumi.get(self, "name")
|
|
1694
1693
|
|
|
1695
1694
|
@name.setter
|
|
1696
|
-
def name(self, value: pulumi.Input[
|
|
1695
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
1697
1696
|
pulumi.set(self, "name", value)
|
|
1698
1697
|
|
|
1699
1698
|
|
|
@@ -1710,7 +1709,7 @@ if not MYPY:
|
|
|
1710
1709
|
"""
|
|
1711
1710
|
`limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
|
|
1712
1711
|
"""
|
|
1713
|
-
type: NotRequired[pulumi.Input[
|
|
1712
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
1714
1713
|
"""
|
|
1715
1714
|
`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.
|
|
1716
1715
|
"""
|
|
@@ -1722,12 +1721,12 @@ class PriorityLevelConfigurationSpecPatchArgs:
|
|
|
1722
1721
|
def __init__(__self__, *,
|
|
1723
1722
|
exempt: Optional[pulumi.Input['ExemptPriorityLevelConfigurationPatchArgs']] = None,
|
|
1724
1723
|
limited: Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']] = None,
|
|
1725
|
-
type: Optional[pulumi.Input[
|
|
1724
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1726
1725
|
"""
|
|
1727
1726
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1728
1727
|
: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.
|
|
1729
1728
|
: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"`.
|
|
1730
|
-
:param pulumi.Input[
|
|
1729
|
+
: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.
|
|
1731
1730
|
"""
|
|
1732
1731
|
if exempt is not None:
|
|
1733
1732
|
pulumi.set(__self__, "exempt", exempt)
|
|
@@ -1736,7 +1735,7 @@ class PriorityLevelConfigurationSpecPatchArgs:
|
|
|
1736
1735
|
if type is not None:
|
|
1737
1736
|
pulumi.set(__self__, "type", type)
|
|
1738
1737
|
|
|
1739
|
-
@property
|
|
1738
|
+
@_builtins.property
|
|
1740
1739
|
@pulumi.getter
|
|
1741
1740
|
def exempt(self) -> Optional[pulumi.Input['ExemptPriorityLevelConfigurationPatchArgs']]:
|
|
1742
1741
|
"""
|
|
@@ -1748,7 +1747,7 @@ class PriorityLevelConfigurationSpecPatchArgs:
|
|
|
1748
1747
|
def exempt(self, value: Optional[pulumi.Input['ExemptPriorityLevelConfigurationPatchArgs']]):
|
|
1749
1748
|
pulumi.set(self, "exempt", value)
|
|
1750
1749
|
|
|
1751
|
-
@property
|
|
1750
|
+
@_builtins.property
|
|
1752
1751
|
@pulumi.getter
|
|
1753
1752
|
def limited(self) -> Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']]:
|
|
1754
1753
|
"""
|
|
@@ -1760,16 +1759,16 @@ class PriorityLevelConfigurationSpecPatchArgs:
|
|
|
1760
1759
|
def limited(self, value: Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']]):
|
|
1761
1760
|
pulumi.set(self, "limited", value)
|
|
1762
1761
|
|
|
1763
|
-
@property
|
|
1762
|
+
@_builtins.property
|
|
1764
1763
|
@pulumi.getter
|
|
1765
|
-
def type(self) -> Optional[pulumi.Input[
|
|
1764
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1766
1765
|
"""
|
|
1767
1766
|
`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.
|
|
1768
1767
|
"""
|
|
1769
1768
|
return pulumi.get(self, "type")
|
|
1770
1769
|
|
|
1771
1770
|
@type.setter
|
|
1772
|
-
def type(self, value: Optional[pulumi.Input[
|
|
1771
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1773
1772
|
pulumi.set(self, "type", value)
|
|
1774
1773
|
|
|
1775
1774
|
|
|
@@ -1778,7 +1777,7 @@ if not MYPY:
|
|
|
1778
1777
|
"""
|
|
1779
1778
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1780
1779
|
"""
|
|
1781
|
-
type: pulumi.Input[
|
|
1780
|
+
type: pulumi.Input[_builtins.str]
|
|
1782
1781
|
"""
|
|
1783
1782
|
`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.
|
|
1784
1783
|
"""
|
|
@@ -1796,12 +1795,12 @@ elif False:
|
|
|
1796
1795
|
@pulumi.input_type
|
|
1797
1796
|
class PriorityLevelConfigurationSpecArgs:
|
|
1798
1797
|
def __init__(__self__, *,
|
|
1799
|
-
type: pulumi.Input[
|
|
1798
|
+
type: pulumi.Input[_builtins.str],
|
|
1800
1799
|
exempt: Optional[pulumi.Input['ExemptPriorityLevelConfigurationArgs']] = None,
|
|
1801
1800
|
limited: Optional[pulumi.Input['LimitedPriorityLevelConfigurationArgs']] = None):
|
|
1802
1801
|
"""
|
|
1803
1802
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1804
|
-
:param pulumi.Input[
|
|
1803
|
+
: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.
|
|
1805
1804
|
: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.
|
|
1806
1805
|
: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"`.
|
|
1807
1806
|
"""
|
|
@@ -1811,19 +1810,19 @@ class PriorityLevelConfigurationSpecArgs:
|
|
|
1811
1810
|
if limited is not None:
|
|
1812
1811
|
pulumi.set(__self__, "limited", limited)
|
|
1813
1812
|
|
|
1814
|
-
@property
|
|
1813
|
+
@_builtins.property
|
|
1815
1814
|
@pulumi.getter
|
|
1816
|
-
def type(self) -> pulumi.Input[
|
|
1815
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
1817
1816
|
"""
|
|
1818
1817
|
`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.
|
|
1819
1818
|
"""
|
|
1820
1819
|
return pulumi.get(self, "type")
|
|
1821
1820
|
|
|
1822
1821
|
@type.setter
|
|
1823
|
-
def type(self, value: pulumi.Input[
|
|
1822
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
1824
1823
|
pulumi.set(self, "type", value)
|
|
1825
1824
|
|
|
1826
|
-
@property
|
|
1825
|
+
@_builtins.property
|
|
1827
1826
|
@pulumi.getter
|
|
1828
1827
|
def exempt(self) -> Optional[pulumi.Input['ExemptPriorityLevelConfigurationArgs']]:
|
|
1829
1828
|
"""
|
|
@@ -1835,7 +1834,7 @@ class PriorityLevelConfigurationSpecArgs:
|
|
|
1835
1834
|
def exempt(self, value: Optional[pulumi.Input['ExemptPriorityLevelConfigurationArgs']]):
|
|
1836
1835
|
pulumi.set(self, "exempt", value)
|
|
1837
1836
|
|
|
1838
|
-
@property
|
|
1837
|
+
@_builtins.property
|
|
1839
1838
|
@pulumi.getter
|
|
1840
1839
|
def limited(self) -> Optional[pulumi.Input['LimitedPriorityLevelConfigurationArgs']]:
|
|
1841
1840
|
"""
|
|
@@ -1871,7 +1870,7 @@ class PriorityLevelConfigurationStatusArgs:
|
|
|
1871
1870
|
if conditions is not None:
|
|
1872
1871
|
pulumi.set(__self__, "conditions", conditions)
|
|
1873
1872
|
|
|
1874
|
-
@property
|
|
1873
|
+
@_builtins.property
|
|
1875
1874
|
@pulumi.getter
|
|
1876
1875
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PriorityLevelConfigurationConditionArgs']]]]:
|
|
1877
1876
|
"""
|
|
@@ -1889,11 +1888,11 @@ if not MYPY:
|
|
|
1889
1888
|
"""
|
|
1890
1889
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1891
1890
|
"""
|
|
1892
|
-
api_version: NotRequired[pulumi.Input[
|
|
1891
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1893
1892
|
"""
|
|
1894
1893
|
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
|
|
1895
1894
|
"""
|
|
1896
|
-
kind: NotRequired[pulumi.Input[
|
|
1895
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
1897
1896
|
"""
|
|
1898
1897
|
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
|
|
1899
1898
|
"""
|
|
@@ -1915,15 +1914,15 @@ elif False:
|
|
|
1915
1914
|
@pulumi.input_type
|
|
1916
1915
|
class PriorityLevelConfigurationArgs:
|
|
1917
1916
|
def __init__(__self__, *,
|
|
1918
|
-
api_version: Optional[pulumi.Input[
|
|
1919
|
-
kind: Optional[pulumi.Input[
|
|
1917
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1918
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1920
1919
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1921
1920
|
spec: Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']] = None,
|
|
1922
1921
|
status: Optional[pulumi.Input['PriorityLevelConfigurationStatusArgs']] = None):
|
|
1923
1922
|
"""
|
|
1924
1923
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1925
|
-
:param pulumi.Input[
|
|
1926
|
-
:param pulumi.Input[
|
|
1924
|
+
: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
|
|
1925
|
+
: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
|
|
1927
1926
|
: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
|
|
1928
1927
|
: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
|
|
1929
1928
|
: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
|
|
@@ -1939,31 +1938,31 @@ class PriorityLevelConfigurationArgs:
|
|
|
1939
1938
|
if status is not None:
|
|
1940
1939
|
pulumi.set(__self__, "status", status)
|
|
1941
1940
|
|
|
1942
|
-
@property
|
|
1941
|
+
@_builtins.property
|
|
1943
1942
|
@pulumi.getter(name="apiVersion")
|
|
1944
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
1943
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1945
1944
|
"""
|
|
1946
1945
|
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
|
|
1947
1946
|
"""
|
|
1948
1947
|
return pulumi.get(self, "api_version")
|
|
1949
1948
|
|
|
1950
1949
|
@api_version.setter
|
|
1951
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
1950
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1952
1951
|
pulumi.set(self, "api_version", value)
|
|
1953
1952
|
|
|
1954
|
-
@property
|
|
1953
|
+
@_builtins.property
|
|
1955
1954
|
@pulumi.getter
|
|
1956
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
1955
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1957
1956
|
"""
|
|
1958
1957
|
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
|
|
1959
1958
|
"""
|
|
1960
1959
|
return pulumi.get(self, "kind")
|
|
1961
1960
|
|
|
1962
1961
|
@kind.setter
|
|
1963
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
1962
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1964
1963
|
pulumi.set(self, "kind", value)
|
|
1965
1964
|
|
|
1966
|
-
@property
|
|
1965
|
+
@_builtins.property
|
|
1967
1966
|
@pulumi.getter
|
|
1968
1967
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
1969
1968
|
"""
|
|
@@ -1975,7 +1974,7 @@ class PriorityLevelConfigurationArgs:
|
|
|
1975
1974
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
1976
1975
|
pulumi.set(self, "metadata", value)
|
|
1977
1976
|
|
|
1978
|
-
@property
|
|
1977
|
+
@_builtins.property
|
|
1979
1978
|
@pulumi.getter
|
|
1980
1979
|
def spec(self) -> Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']]:
|
|
1981
1980
|
"""
|
|
@@ -1987,7 +1986,7 @@ class PriorityLevelConfigurationArgs:
|
|
|
1987
1986
|
def spec(self, value: Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']]):
|
|
1988
1987
|
pulumi.set(self, "spec", value)
|
|
1989
1988
|
|
|
1990
|
-
@property
|
|
1989
|
+
@_builtins.property
|
|
1991
1990
|
@pulumi.getter
|
|
1992
1991
|
def status(self) -> Optional[pulumi.Input['PriorityLevelConfigurationStatusArgs']]:
|
|
1993
1992
|
"""
|
|
@@ -2005,15 +2004,15 @@ if not MYPY:
|
|
|
2005
2004
|
"""
|
|
2006
2005
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2007
2006
|
"""
|
|
2008
|
-
hand_size: NotRequired[pulumi.Input[
|
|
2007
|
+
hand_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
2009
2008
|
"""
|
|
2010
2009
|
`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.
|
|
2011
2010
|
"""
|
|
2012
|
-
queue_length_limit: NotRequired[pulumi.Input[
|
|
2011
|
+
queue_length_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
2013
2012
|
"""
|
|
2014
2013
|
`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.
|
|
2015
2014
|
"""
|
|
2016
|
-
queues: NotRequired[pulumi.Input[
|
|
2015
|
+
queues: NotRequired[pulumi.Input[_builtins.int]]
|
|
2017
2016
|
"""
|
|
2018
2017
|
`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.
|
|
2019
2018
|
"""
|
|
@@ -2023,14 +2022,14 @@ elif False:
|
|
|
2023
2022
|
@pulumi.input_type
|
|
2024
2023
|
class QueuingConfigurationPatchArgs:
|
|
2025
2024
|
def __init__(__self__, *,
|
|
2026
|
-
hand_size: Optional[pulumi.Input[
|
|
2027
|
-
queue_length_limit: Optional[pulumi.Input[
|
|
2028
|
-
queues: Optional[pulumi.Input[
|
|
2025
|
+
hand_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2026
|
+
queue_length_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2027
|
+
queues: Optional[pulumi.Input[_builtins.int]] = None):
|
|
2029
2028
|
"""
|
|
2030
2029
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2031
|
-
:param pulumi.Input[
|
|
2032
|
-
:param pulumi.Input[
|
|
2033
|
-
:param pulumi.Input[
|
|
2030
|
+
: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.
|
|
2031
|
+
: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.
|
|
2032
|
+
: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.
|
|
2034
2033
|
"""
|
|
2035
2034
|
if hand_size is not None:
|
|
2036
2035
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -2039,40 +2038,40 @@ class QueuingConfigurationPatchArgs:
|
|
|
2039
2038
|
if queues is not None:
|
|
2040
2039
|
pulumi.set(__self__, "queues", queues)
|
|
2041
2040
|
|
|
2042
|
-
@property
|
|
2041
|
+
@_builtins.property
|
|
2043
2042
|
@pulumi.getter(name="handSize")
|
|
2044
|
-
def hand_size(self) -> Optional[pulumi.Input[
|
|
2043
|
+
def hand_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2045
2044
|
"""
|
|
2046
2045
|
`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.
|
|
2047
2046
|
"""
|
|
2048
2047
|
return pulumi.get(self, "hand_size")
|
|
2049
2048
|
|
|
2050
2049
|
@hand_size.setter
|
|
2051
|
-
def hand_size(self, value: Optional[pulumi.Input[
|
|
2050
|
+
def hand_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2052
2051
|
pulumi.set(self, "hand_size", value)
|
|
2053
2052
|
|
|
2054
|
-
@property
|
|
2053
|
+
@_builtins.property
|
|
2055
2054
|
@pulumi.getter(name="queueLengthLimit")
|
|
2056
|
-
def queue_length_limit(self) -> Optional[pulumi.Input[
|
|
2055
|
+
def queue_length_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2057
2056
|
"""
|
|
2058
2057
|
`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.
|
|
2059
2058
|
"""
|
|
2060
2059
|
return pulumi.get(self, "queue_length_limit")
|
|
2061
2060
|
|
|
2062
2061
|
@queue_length_limit.setter
|
|
2063
|
-
def queue_length_limit(self, value: Optional[pulumi.Input[
|
|
2062
|
+
def queue_length_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2064
2063
|
pulumi.set(self, "queue_length_limit", value)
|
|
2065
2064
|
|
|
2066
|
-
@property
|
|
2065
|
+
@_builtins.property
|
|
2067
2066
|
@pulumi.getter
|
|
2068
|
-
def queues(self) -> Optional[pulumi.Input[
|
|
2067
|
+
def queues(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2069
2068
|
"""
|
|
2070
2069
|
`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.
|
|
2071
2070
|
"""
|
|
2072
2071
|
return pulumi.get(self, "queues")
|
|
2073
2072
|
|
|
2074
2073
|
@queues.setter
|
|
2075
|
-
def queues(self, value: Optional[pulumi.Input[
|
|
2074
|
+
def queues(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2076
2075
|
pulumi.set(self, "queues", value)
|
|
2077
2076
|
|
|
2078
2077
|
|
|
@@ -2081,15 +2080,15 @@ if not MYPY:
|
|
|
2081
2080
|
"""
|
|
2082
2081
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2083
2082
|
"""
|
|
2084
|
-
hand_size: NotRequired[pulumi.Input[
|
|
2083
|
+
hand_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
2085
2084
|
"""
|
|
2086
2085
|
`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.
|
|
2087
2086
|
"""
|
|
2088
|
-
queue_length_limit: NotRequired[pulumi.Input[
|
|
2087
|
+
queue_length_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
2089
2088
|
"""
|
|
2090
2089
|
`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.
|
|
2091
2090
|
"""
|
|
2092
|
-
queues: NotRequired[pulumi.Input[
|
|
2091
|
+
queues: NotRequired[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
|
"""
|
|
@@ -2099,14 +2098,14 @@ elif False:
|
|
|
2099
2098
|
@pulumi.input_type
|
|
2100
2099
|
class QueuingConfigurationArgs:
|
|
2101
2100
|
def __init__(__self__, *,
|
|
2102
|
-
hand_size: Optional[pulumi.Input[
|
|
2103
|
-
queue_length_limit: Optional[pulumi.Input[
|
|
2104
|
-
queues: Optional[pulumi.Input[
|
|
2101
|
+
hand_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2102
|
+
queue_length_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
|
2103
|
+
queues: Optional[pulumi.Input[_builtins.int]] = None):
|
|
2105
2104
|
"""
|
|
2106
2105
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2107
|
-
:param pulumi.Input[
|
|
2108
|
-
:param pulumi.Input[
|
|
2109
|
-
:param pulumi.Input[
|
|
2106
|
+
: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.
|
|
2107
|
+
: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.
|
|
2108
|
+
: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.
|
|
2110
2109
|
"""
|
|
2111
2110
|
if hand_size is not None:
|
|
2112
2111
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -2115,40 +2114,40 @@ class QueuingConfigurationArgs:
|
|
|
2115
2114
|
if queues is not None:
|
|
2116
2115
|
pulumi.set(__self__, "queues", queues)
|
|
2117
2116
|
|
|
2118
|
-
@property
|
|
2117
|
+
@_builtins.property
|
|
2119
2118
|
@pulumi.getter(name="handSize")
|
|
2120
|
-
def hand_size(self) -> Optional[pulumi.Input[
|
|
2119
|
+
def hand_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2121
2120
|
"""
|
|
2122
2121
|
`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.
|
|
2123
2122
|
"""
|
|
2124
2123
|
return pulumi.get(self, "hand_size")
|
|
2125
2124
|
|
|
2126
2125
|
@hand_size.setter
|
|
2127
|
-
def hand_size(self, value: Optional[pulumi.Input[
|
|
2126
|
+
def hand_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2128
2127
|
pulumi.set(self, "hand_size", value)
|
|
2129
2128
|
|
|
2130
|
-
@property
|
|
2129
|
+
@_builtins.property
|
|
2131
2130
|
@pulumi.getter(name="queueLengthLimit")
|
|
2132
|
-
def queue_length_limit(self) -> Optional[pulumi.Input[
|
|
2131
|
+
def queue_length_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2133
2132
|
"""
|
|
2134
2133
|
`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.
|
|
2135
2134
|
"""
|
|
2136
2135
|
return pulumi.get(self, "queue_length_limit")
|
|
2137
2136
|
|
|
2138
2137
|
@queue_length_limit.setter
|
|
2139
|
-
def queue_length_limit(self, value: Optional[pulumi.Input[
|
|
2138
|
+
def queue_length_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2140
2139
|
pulumi.set(self, "queue_length_limit", value)
|
|
2141
2140
|
|
|
2142
|
-
@property
|
|
2141
|
+
@_builtins.property
|
|
2143
2142
|
@pulumi.getter
|
|
2144
|
-
def queues(self) -> Optional[pulumi.Input[
|
|
2143
|
+
def queues(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
2145
2144
|
"""
|
|
2146
2145
|
`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.
|
|
2147
2146
|
"""
|
|
2148
2147
|
return pulumi.get(self, "queues")
|
|
2149
2148
|
|
|
2150
2149
|
@queues.setter
|
|
2151
|
-
def queues(self, value: Optional[pulumi.Input[
|
|
2150
|
+
def queues(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
2152
2151
|
pulumi.set(self, "queues", value)
|
|
2153
2152
|
|
|
2154
2153
|
|
|
@@ -2157,23 +2156,23 @@ if not MYPY:
|
|
|
2157
2156
|
"""
|
|
2158
2157
|
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.
|
|
2159
2158
|
"""
|
|
2160
|
-
api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
2159
|
+
api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2161
2160
|
"""
|
|
2162
2161
|
`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.
|
|
2163
2162
|
"""
|
|
2164
|
-
cluster_scope: NotRequired[pulumi.Input[
|
|
2163
|
+
cluster_scope: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2165
2164
|
"""
|
|
2166
2165
|
`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.
|
|
2167
2166
|
"""
|
|
2168
|
-
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
2167
|
+
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2169
2168
|
"""
|
|
2170
2169
|
`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.
|
|
2171
2170
|
"""
|
|
2172
|
-
resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
2171
|
+
resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2173
2172
|
"""
|
|
2174
2173
|
`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.
|
|
2175
2174
|
"""
|
|
2176
|
-
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
2175
|
+
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2177
2176
|
"""
|
|
2178
2177
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2179
2178
|
"""
|
|
@@ -2183,18 +2182,18 @@ elif False:
|
|
|
2183
2182
|
@pulumi.input_type
|
|
2184
2183
|
class ResourcePolicyRulePatchArgs:
|
|
2185
2184
|
def __init__(__self__, *,
|
|
2186
|
-
api_groups: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2187
|
-
cluster_scope: Optional[pulumi.Input[
|
|
2188
|
-
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2189
|
-
resources: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2190
|
-
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2185
|
+
api_groups: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
2186
|
+
cluster_scope: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2187
|
+
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
2188
|
+
resources: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
2189
|
+
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
2191
2190
|
"""
|
|
2192
2191
|
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.
|
|
2193
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2194
|
-
:param pulumi.Input[
|
|
2195
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2196
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2197
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2192
|
+
: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.
|
|
2193
|
+
: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.
|
|
2194
|
+
: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.
|
|
2195
|
+
: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.
|
|
2196
|
+
: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.
|
|
2198
2197
|
"""
|
|
2199
2198
|
if api_groups is not None:
|
|
2200
2199
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
@@ -2207,64 +2206,64 @@ class ResourcePolicyRulePatchArgs:
|
|
|
2207
2206
|
if verbs is not None:
|
|
2208
2207
|
pulumi.set(__self__, "verbs", verbs)
|
|
2209
2208
|
|
|
2210
|
-
@property
|
|
2209
|
+
@_builtins.property
|
|
2211
2210
|
@pulumi.getter(name="apiGroups")
|
|
2212
|
-
def api_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2211
|
+
def api_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2213
2212
|
"""
|
|
2214
2213
|
`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.
|
|
2215
2214
|
"""
|
|
2216
2215
|
return pulumi.get(self, "api_groups")
|
|
2217
2216
|
|
|
2218
2217
|
@api_groups.setter
|
|
2219
|
-
def api_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2218
|
+
def api_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2220
2219
|
pulumi.set(self, "api_groups", value)
|
|
2221
2220
|
|
|
2222
|
-
@property
|
|
2221
|
+
@_builtins.property
|
|
2223
2222
|
@pulumi.getter(name="clusterScope")
|
|
2224
|
-
def cluster_scope(self) -> Optional[pulumi.Input[
|
|
2223
|
+
def cluster_scope(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2225
2224
|
"""
|
|
2226
2225
|
`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.
|
|
2227
2226
|
"""
|
|
2228
2227
|
return pulumi.get(self, "cluster_scope")
|
|
2229
2228
|
|
|
2230
2229
|
@cluster_scope.setter
|
|
2231
|
-
def cluster_scope(self, value: Optional[pulumi.Input[
|
|
2230
|
+
def cluster_scope(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2232
2231
|
pulumi.set(self, "cluster_scope", value)
|
|
2233
2232
|
|
|
2234
|
-
@property
|
|
2233
|
+
@_builtins.property
|
|
2235
2234
|
@pulumi.getter
|
|
2236
|
-
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2235
|
+
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2237
2236
|
"""
|
|
2238
2237
|
`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.
|
|
2239
2238
|
"""
|
|
2240
2239
|
return pulumi.get(self, "namespaces")
|
|
2241
2240
|
|
|
2242
2241
|
@namespaces.setter
|
|
2243
|
-
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2242
|
+
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2244
2243
|
pulumi.set(self, "namespaces", value)
|
|
2245
2244
|
|
|
2246
|
-
@property
|
|
2245
|
+
@_builtins.property
|
|
2247
2246
|
@pulumi.getter
|
|
2248
|
-
def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2247
|
+
def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2249
2248
|
"""
|
|
2250
2249
|
`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.
|
|
2251
2250
|
"""
|
|
2252
2251
|
return pulumi.get(self, "resources")
|
|
2253
2252
|
|
|
2254
2253
|
@resources.setter
|
|
2255
|
-
def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2254
|
+
def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2256
2255
|
pulumi.set(self, "resources", value)
|
|
2257
2256
|
|
|
2258
|
-
@property
|
|
2257
|
+
@_builtins.property
|
|
2259
2258
|
@pulumi.getter
|
|
2260
|
-
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2259
|
+
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2261
2260
|
"""
|
|
2262
2261
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2263
2262
|
"""
|
|
2264
2263
|
return pulumi.get(self, "verbs")
|
|
2265
2264
|
|
|
2266
2265
|
@verbs.setter
|
|
2267
|
-
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2266
|
+
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2268
2267
|
pulumi.set(self, "verbs", value)
|
|
2269
2268
|
|
|
2270
2269
|
|
|
@@ -2273,23 +2272,23 @@ if not MYPY:
|
|
|
2273
2272
|
"""
|
|
2274
2273
|
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.
|
|
2275
2274
|
"""
|
|
2276
|
-
api_groups: pulumi.Input[Sequence[pulumi.Input[
|
|
2275
|
+
api_groups: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
2277
2276
|
"""
|
|
2278
2277
|
`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.
|
|
2279
2278
|
"""
|
|
2280
|
-
resources: pulumi.Input[Sequence[pulumi.Input[
|
|
2279
|
+
resources: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
2281
2280
|
"""
|
|
2282
2281
|
`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.
|
|
2283
2282
|
"""
|
|
2284
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[
|
|
2283
|
+
verbs: 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
|
-
cluster_scope: NotRequired[pulumi.Input[
|
|
2287
|
+
cluster_scope: NotRequired[pulumi.Input[_builtins.bool]]
|
|
2289
2288
|
"""
|
|
2290
2289
|
`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.
|
|
2291
2290
|
"""
|
|
2292
|
-
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
2291
|
+
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
2293
2292
|
"""
|
|
2294
2293
|
`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.
|
|
2295
2294
|
"""
|
|
@@ -2299,18 +2298,18 @@ elif False:
|
|
|
2299
2298
|
@pulumi.input_type
|
|
2300
2299
|
class ResourcePolicyRuleArgs:
|
|
2301
2300
|
def __init__(__self__, *,
|
|
2302
|
-
api_groups: pulumi.Input[Sequence[pulumi.Input[
|
|
2303
|
-
resources: pulumi.Input[Sequence[pulumi.Input[
|
|
2304
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[
|
|
2305
|
-
cluster_scope: Optional[pulumi.Input[
|
|
2306
|
-
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2301
|
+
api_groups: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
2302
|
+
resources: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
2303
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
2304
|
+
cluster_scope: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
2305
|
+
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
2307
2306
|
"""
|
|
2308
2307
|
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.
|
|
2309
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2310
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2311
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2312
|
-
:param pulumi.Input[
|
|
2313
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2308
|
+
: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.
|
|
2309
|
+
: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.
|
|
2310
|
+
: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.
|
|
2311
|
+
: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.
|
|
2312
|
+
: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.
|
|
2314
2313
|
"""
|
|
2315
2314
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
2316
2315
|
pulumi.set(__self__, "resources", resources)
|
|
@@ -2320,64 +2319,64 @@ class ResourcePolicyRuleArgs:
|
|
|
2320
2319
|
if namespaces is not None:
|
|
2321
2320
|
pulumi.set(__self__, "namespaces", namespaces)
|
|
2322
2321
|
|
|
2323
|
-
@property
|
|
2322
|
+
@_builtins.property
|
|
2324
2323
|
@pulumi.getter(name="apiGroups")
|
|
2325
|
-
def api_groups(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
2324
|
+
def api_groups(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
2326
2325
|
"""
|
|
2327
2326
|
`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.
|
|
2328
2327
|
"""
|
|
2329
2328
|
return pulumi.get(self, "api_groups")
|
|
2330
2329
|
|
|
2331
2330
|
@api_groups.setter
|
|
2332
|
-
def api_groups(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
2331
|
+
def api_groups(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
2333
2332
|
pulumi.set(self, "api_groups", value)
|
|
2334
2333
|
|
|
2335
|
-
@property
|
|
2334
|
+
@_builtins.property
|
|
2336
2335
|
@pulumi.getter
|
|
2337
|
-
def resources(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
2336
|
+
def resources(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
2338
2337
|
"""
|
|
2339
2338
|
`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.
|
|
2340
2339
|
"""
|
|
2341
2340
|
return pulumi.get(self, "resources")
|
|
2342
2341
|
|
|
2343
2342
|
@resources.setter
|
|
2344
|
-
def resources(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
2343
|
+
def resources(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
2345
2344
|
pulumi.set(self, "resources", value)
|
|
2346
2345
|
|
|
2347
|
-
@property
|
|
2346
|
+
@_builtins.property
|
|
2348
2347
|
@pulumi.getter
|
|
2349
|
-
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
2348
|
+
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
2350
2349
|
"""
|
|
2351
2350
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2352
2351
|
"""
|
|
2353
2352
|
return pulumi.get(self, "verbs")
|
|
2354
2353
|
|
|
2355
2354
|
@verbs.setter
|
|
2356
|
-
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
2355
|
+
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
2357
2356
|
pulumi.set(self, "verbs", value)
|
|
2358
2357
|
|
|
2359
|
-
@property
|
|
2358
|
+
@_builtins.property
|
|
2360
2359
|
@pulumi.getter(name="clusterScope")
|
|
2361
|
-
def cluster_scope(self) -> Optional[pulumi.Input[
|
|
2360
|
+
def cluster_scope(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2362
2361
|
"""
|
|
2363
2362
|
`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.
|
|
2364
2363
|
"""
|
|
2365
2364
|
return pulumi.get(self, "cluster_scope")
|
|
2366
2365
|
|
|
2367
2366
|
@cluster_scope.setter
|
|
2368
|
-
def cluster_scope(self, value: Optional[pulumi.Input[
|
|
2367
|
+
def cluster_scope(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2369
2368
|
pulumi.set(self, "cluster_scope", value)
|
|
2370
2369
|
|
|
2371
|
-
@property
|
|
2370
|
+
@_builtins.property
|
|
2372
2371
|
@pulumi.getter
|
|
2373
|
-
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2372
|
+
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2374
2373
|
"""
|
|
2375
2374
|
`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.
|
|
2376
2375
|
"""
|
|
2377
2376
|
return pulumi.get(self, "namespaces")
|
|
2378
2377
|
|
|
2379
2378
|
@namespaces.setter
|
|
2380
|
-
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2379
|
+
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2381
2380
|
pulumi.set(self, "namespaces", value)
|
|
2382
2381
|
|
|
2383
2382
|
|
|
@@ -2386,11 +2385,11 @@ if not MYPY:
|
|
|
2386
2385
|
"""
|
|
2387
2386
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2388
2387
|
"""
|
|
2389
|
-
name: NotRequired[pulumi.Input[
|
|
2388
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
2390
2389
|
"""
|
|
2391
2390
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2392
2391
|
"""
|
|
2393
|
-
namespace: NotRequired[pulumi.Input[
|
|
2392
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
|
2394
2393
|
"""
|
|
2395
2394
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2396
2395
|
"""
|
|
@@ -2400,40 +2399,40 @@ elif False:
|
|
|
2400
2399
|
@pulumi.input_type
|
|
2401
2400
|
class ServiceAccountSubjectPatchArgs:
|
|
2402
2401
|
def __init__(__self__, *,
|
|
2403
|
-
name: Optional[pulumi.Input[
|
|
2404
|
-
namespace: Optional[pulumi.Input[
|
|
2402
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2403
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2405
2404
|
"""
|
|
2406
2405
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2407
|
-
:param pulumi.Input[
|
|
2408
|
-
:param pulumi.Input[
|
|
2406
|
+
:param pulumi.Input[_builtins.str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2407
|
+
:param pulumi.Input[_builtins.str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2409
2408
|
"""
|
|
2410
2409
|
if name is not None:
|
|
2411
2410
|
pulumi.set(__self__, "name", name)
|
|
2412
2411
|
if namespace is not None:
|
|
2413
2412
|
pulumi.set(__self__, "namespace", namespace)
|
|
2414
2413
|
|
|
2415
|
-
@property
|
|
2414
|
+
@_builtins.property
|
|
2416
2415
|
@pulumi.getter
|
|
2417
|
-
def name(self) -> Optional[pulumi.Input[
|
|
2416
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2418
2417
|
"""
|
|
2419
2418
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2420
2419
|
"""
|
|
2421
2420
|
return pulumi.get(self, "name")
|
|
2422
2421
|
|
|
2423
2422
|
@name.setter
|
|
2424
|
-
def name(self, value: Optional[pulumi.Input[
|
|
2423
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2425
2424
|
pulumi.set(self, "name", value)
|
|
2426
2425
|
|
|
2427
|
-
@property
|
|
2426
|
+
@_builtins.property
|
|
2428
2427
|
@pulumi.getter
|
|
2429
|
-
def namespace(self) -> Optional[pulumi.Input[
|
|
2428
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2430
2429
|
"""
|
|
2431
2430
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2432
2431
|
"""
|
|
2433
2432
|
return pulumi.get(self, "namespace")
|
|
2434
2433
|
|
|
2435
2434
|
@namespace.setter
|
|
2436
|
-
def namespace(self, value: Optional[pulumi.Input[
|
|
2435
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2437
2436
|
pulumi.set(self, "namespace", value)
|
|
2438
2437
|
|
|
2439
2438
|
|
|
@@ -2442,11 +2441,11 @@ if not MYPY:
|
|
|
2442
2441
|
"""
|
|
2443
2442
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2444
2443
|
"""
|
|
2445
|
-
name: pulumi.Input[
|
|
2444
|
+
name: pulumi.Input[_builtins.str]
|
|
2446
2445
|
"""
|
|
2447
2446
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2448
2447
|
"""
|
|
2449
|
-
namespace: pulumi.Input[
|
|
2448
|
+
namespace: pulumi.Input[_builtins.str]
|
|
2450
2449
|
"""
|
|
2451
2450
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2452
2451
|
"""
|
|
@@ -2456,38 +2455,38 @@ elif False:
|
|
|
2456
2455
|
@pulumi.input_type
|
|
2457
2456
|
class ServiceAccountSubjectArgs:
|
|
2458
2457
|
def __init__(__self__, *,
|
|
2459
|
-
name: pulumi.Input[
|
|
2460
|
-
namespace: pulumi.Input[
|
|
2458
|
+
name: pulumi.Input[_builtins.str],
|
|
2459
|
+
namespace: pulumi.Input[_builtins.str]):
|
|
2461
2460
|
"""
|
|
2462
2461
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2463
|
-
:param pulumi.Input[
|
|
2464
|
-
:param pulumi.Input[
|
|
2462
|
+
:param pulumi.Input[_builtins.str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2463
|
+
:param pulumi.Input[_builtins.str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2465
2464
|
"""
|
|
2466
2465
|
pulumi.set(__self__, "name", name)
|
|
2467
2466
|
pulumi.set(__self__, "namespace", namespace)
|
|
2468
2467
|
|
|
2469
|
-
@property
|
|
2468
|
+
@_builtins.property
|
|
2470
2469
|
@pulumi.getter
|
|
2471
|
-
def name(self) -> pulumi.Input[
|
|
2470
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
2472
2471
|
"""
|
|
2473
2472
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2474
2473
|
"""
|
|
2475
2474
|
return pulumi.get(self, "name")
|
|
2476
2475
|
|
|
2477
2476
|
@name.setter
|
|
2478
|
-
def name(self, value: pulumi.Input[
|
|
2477
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
2479
2478
|
pulumi.set(self, "name", value)
|
|
2480
2479
|
|
|
2481
|
-
@property
|
|
2480
|
+
@_builtins.property
|
|
2482
2481
|
@pulumi.getter
|
|
2483
|
-
def namespace(self) -> pulumi.Input[
|
|
2482
|
+
def namespace(self) -> pulumi.Input[_builtins.str]:
|
|
2484
2483
|
"""
|
|
2485
2484
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2486
2485
|
"""
|
|
2487
2486
|
return pulumi.get(self, "namespace")
|
|
2488
2487
|
|
|
2489
2488
|
@namespace.setter
|
|
2490
|
-
def namespace(self, value: pulumi.Input[
|
|
2489
|
+
def namespace(self, value: pulumi.Input[_builtins.str]):
|
|
2491
2490
|
pulumi.set(self, "namespace", value)
|
|
2492
2491
|
|
|
2493
2492
|
|
|
@@ -2500,7 +2499,7 @@ if not MYPY:
|
|
|
2500
2499
|
"""
|
|
2501
2500
|
`group` matches based on user group name.
|
|
2502
2501
|
"""
|
|
2503
|
-
kind: NotRequired[pulumi.Input[
|
|
2502
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
2504
2503
|
"""
|
|
2505
2504
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2506
2505
|
"""
|
|
@@ -2519,13 +2518,13 @@ elif False:
|
|
|
2519
2518
|
class SubjectPatchArgs:
|
|
2520
2519
|
def __init__(__self__, *,
|
|
2521
2520
|
group: Optional[pulumi.Input['GroupSubjectPatchArgs']] = None,
|
|
2522
|
-
kind: Optional[pulumi.Input[
|
|
2521
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2523
2522
|
service_account: Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']] = None,
|
|
2524
2523
|
user: Optional[pulumi.Input['UserSubjectPatchArgs']] = None):
|
|
2525
2524
|
"""
|
|
2526
2525
|
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.
|
|
2527
2526
|
:param pulumi.Input['GroupSubjectPatchArgs'] group: `group` matches based on user group name.
|
|
2528
|
-
:param pulumi.Input[
|
|
2527
|
+
:param pulumi.Input[_builtins.str] kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2529
2528
|
:param pulumi.Input['ServiceAccountSubjectPatchArgs'] service_account: `serviceAccount` matches ServiceAccounts.
|
|
2530
2529
|
:param pulumi.Input['UserSubjectPatchArgs'] user: `user` matches based on username.
|
|
2531
2530
|
"""
|
|
@@ -2538,7 +2537,7 @@ class SubjectPatchArgs:
|
|
|
2538
2537
|
if user is not None:
|
|
2539
2538
|
pulumi.set(__self__, "user", user)
|
|
2540
2539
|
|
|
2541
|
-
@property
|
|
2540
|
+
@_builtins.property
|
|
2542
2541
|
@pulumi.getter
|
|
2543
2542
|
def group(self) -> Optional[pulumi.Input['GroupSubjectPatchArgs']]:
|
|
2544
2543
|
"""
|
|
@@ -2550,19 +2549,19 @@ class SubjectPatchArgs:
|
|
|
2550
2549
|
def group(self, value: Optional[pulumi.Input['GroupSubjectPatchArgs']]):
|
|
2551
2550
|
pulumi.set(self, "group", value)
|
|
2552
2551
|
|
|
2553
|
-
@property
|
|
2552
|
+
@_builtins.property
|
|
2554
2553
|
@pulumi.getter
|
|
2555
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
2554
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2556
2555
|
"""
|
|
2557
2556
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2558
2557
|
"""
|
|
2559
2558
|
return pulumi.get(self, "kind")
|
|
2560
2559
|
|
|
2561
2560
|
@kind.setter
|
|
2562
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
2561
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2563
2562
|
pulumi.set(self, "kind", value)
|
|
2564
2563
|
|
|
2565
|
-
@property
|
|
2564
|
+
@_builtins.property
|
|
2566
2565
|
@pulumi.getter(name="serviceAccount")
|
|
2567
2566
|
def service_account(self) -> Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']]:
|
|
2568
2567
|
"""
|
|
@@ -2574,7 +2573,7 @@ class SubjectPatchArgs:
|
|
|
2574
2573
|
def service_account(self, value: Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']]):
|
|
2575
2574
|
pulumi.set(self, "service_account", value)
|
|
2576
2575
|
|
|
2577
|
-
@property
|
|
2576
|
+
@_builtins.property
|
|
2578
2577
|
@pulumi.getter
|
|
2579
2578
|
def user(self) -> Optional[pulumi.Input['UserSubjectPatchArgs']]:
|
|
2580
2579
|
"""
|
|
@@ -2592,7 +2591,7 @@ if not MYPY:
|
|
|
2592
2591
|
"""
|
|
2593
2592
|
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.
|
|
2594
2593
|
"""
|
|
2595
|
-
kind: pulumi.Input[
|
|
2594
|
+
kind: pulumi.Input[_builtins.str]
|
|
2596
2595
|
"""
|
|
2597
2596
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2598
2597
|
"""
|
|
@@ -2614,13 +2613,13 @@ elif False:
|
|
|
2614
2613
|
@pulumi.input_type
|
|
2615
2614
|
class SubjectArgs:
|
|
2616
2615
|
def __init__(__self__, *,
|
|
2617
|
-
kind: pulumi.Input[
|
|
2616
|
+
kind: pulumi.Input[_builtins.str],
|
|
2618
2617
|
group: Optional[pulumi.Input['GroupSubjectArgs']] = None,
|
|
2619
2618
|
service_account: Optional[pulumi.Input['ServiceAccountSubjectArgs']] = None,
|
|
2620
2619
|
user: Optional[pulumi.Input['UserSubjectArgs']] = None):
|
|
2621
2620
|
"""
|
|
2622
2621
|
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.
|
|
2623
|
-
:param pulumi.Input[
|
|
2622
|
+
:param pulumi.Input[_builtins.str] kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2624
2623
|
:param pulumi.Input['GroupSubjectArgs'] group: `group` matches based on user group name.
|
|
2625
2624
|
:param pulumi.Input['ServiceAccountSubjectArgs'] service_account: `serviceAccount` matches ServiceAccounts.
|
|
2626
2625
|
:param pulumi.Input['UserSubjectArgs'] user: `user` matches based on username.
|
|
@@ -2633,19 +2632,19 @@ class SubjectArgs:
|
|
|
2633
2632
|
if user is not None:
|
|
2634
2633
|
pulumi.set(__self__, "user", user)
|
|
2635
2634
|
|
|
2636
|
-
@property
|
|
2635
|
+
@_builtins.property
|
|
2637
2636
|
@pulumi.getter
|
|
2638
|
-
def kind(self) -> pulumi.Input[
|
|
2637
|
+
def kind(self) -> pulumi.Input[_builtins.str]:
|
|
2639
2638
|
"""
|
|
2640
2639
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2641
2640
|
"""
|
|
2642
2641
|
return pulumi.get(self, "kind")
|
|
2643
2642
|
|
|
2644
2643
|
@kind.setter
|
|
2645
|
-
def kind(self, value: pulumi.Input[
|
|
2644
|
+
def kind(self, value: pulumi.Input[_builtins.str]):
|
|
2646
2645
|
pulumi.set(self, "kind", value)
|
|
2647
2646
|
|
|
2648
|
-
@property
|
|
2647
|
+
@_builtins.property
|
|
2649
2648
|
@pulumi.getter
|
|
2650
2649
|
def group(self) -> Optional[pulumi.Input['GroupSubjectArgs']]:
|
|
2651
2650
|
"""
|
|
@@ -2657,7 +2656,7 @@ class SubjectArgs:
|
|
|
2657
2656
|
def group(self, value: Optional[pulumi.Input['GroupSubjectArgs']]):
|
|
2658
2657
|
pulumi.set(self, "group", value)
|
|
2659
2658
|
|
|
2660
|
-
@property
|
|
2659
|
+
@_builtins.property
|
|
2661
2660
|
@pulumi.getter(name="serviceAccount")
|
|
2662
2661
|
def service_account(self) -> Optional[pulumi.Input['ServiceAccountSubjectArgs']]:
|
|
2663
2662
|
"""
|
|
@@ -2669,7 +2668,7 @@ class SubjectArgs:
|
|
|
2669
2668
|
def service_account(self, value: Optional[pulumi.Input['ServiceAccountSubjectArgs']]):
|
|
2670
2669
|
pulumi.set(self, "service_account", value)
|
|
2671
2670
|
|
|
2672
|
-
@property
|
|
2671
|
+
@_builtins.property
|
|
2673
2672
|
@pulumi.getter
|
|
2674
2673
|
def user(self) -> Optional[pulumi.Input['UserSubjectArgs']]:
|
|
2675
2674
|
"""
|
|
@@ -2687,7 +2686,7 @@ if not MYPY:
|
|
|
2687
2686
|
"""
|
|
2688
2687
|
UserSubject holds detailed information for user-kind subject.
|
|
2689
2688
|
"""
|
|
2690
|
-
name: NotRequired[pulumi.Input[
|
|
2689
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
2691
2690
|
"""
|
|
2692
2691
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2693
2692
|
"""
|
|
@@ -2697,24 +2696,24 @@ elif False:
|
|
|
2697
2696
|
@pulumi.input_type
|
|
2698
2697
|
class UserSubjectPatchArgs:
|
|
2699
2698
|
def __init__(__self__, *,
|
|
2700
|
-
name: Optional[pulumi.Input[
|
|
2699
|
+
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2701
2700
|
"""
|
|
2702
2701
|
UserSubject holds detailed information for user-kind subject.
|
|
2703
|
-
:param pulumi.Input[
|
|
2702
|
+
:param pulumi.Input[_builtins.str] name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2704
2703
|
"""
|
|
2705
2704
|
if name is not None:
|
|
2706
2705
|
pulumi.set(__self__, "name", name)
|
|
2707
2706
|
|
|
2708
|
-
@property
|
|
2707
|
+
@_builtins.property
|
|
2709
2708
|
@pulumi.getter
|
|
2710
|
-
def name(self) -> Optional[pulumi.Input[
|
|
2709
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2711
2710
|
"""
|
|
2712
2711
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2713
2712
|
"""
|
|
2714
2713
|
return pulumi.get(self, "name")
|
|
2715
2714
|
|
|
2716
2715
|
@name.setter
|
|
2717
|
-
def name(self, value: Optional[pulumi.Input[
|
|
2716
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2718
2717
|
pulumi.set(self, "name", value)
|
|
2719
2718
|
|
|
2720
2719
|
|
|
@@ -2723,7 +2722,7 @@ if not MYPY:
|
|
|
2723
2722
|
"""
|
|
2724
2723
|
UserSubject holds detailed information for user-kind subject.
|
|
2725
2724
|
"""
|
|
2726
|
-
name: pulumi.Input[
|
|
2725
|
+
name: pulumi.Input[_builtins.str]
|
|
2727
2726
|
"""
|
|
2728
2727
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2729
2728
|
"""
|
|
@@ -2733,23 +2732,23 @@ elif False:
|
|
|
2733
2732
|
@pulumi.input_type
|
|
2734
2733
|
class UserSubjectArgs:
|
|
2735
2734
|
def __init__(__self__, *,
|
|
2736
|
-
name: pulumi.Input[
|
|
2735
|
+
name: pulumi.Input[_builtins.str]):
|
|
2737
2736
|
"""
|
|
2738
2737
|
UserSubject holds detailed information for user-kind subject.
|
|
2739
|
-
:param pulumi.Input[
|
|
2738
|
+
:param pulumi.Input[_builtins.str] name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2740
2739
|
"""
|
|
2741
2740
|
pulumi.set(__self__, "name", name)
|
|
2742
2741
|
|
|
2743
|
-
@property
|
|
2742
|
+
@_builtins.property
|
|
2744
2743
|
@pulumi.getter
|
|
2745
|
-
def name(self) -> pulumi.Input[
|
|
2744
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
2746
2745
|
"""
|
|
2747
2746
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2748
2747
|
"""
|
|
2749
2748
|
return pulumi.get(self, "name")
|
|
2750
2749
|
|
|
2751
2750
|
@name.setter
|
|
2752
|
-
def name(self, value: pulumi.Input[
|
|
2751
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
2753
2752
|
pulumi.set(self, "name", value)
|
|
2754
2753
|
|
|
2755
2754
|
|