pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743595894__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 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +246 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +71 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743595894.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743519894.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +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
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -97,13 +98,13 @@ if not MYPY:
|
|
|
97
98
|
"""
|
|
98
99
|
ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.
|
|
99
100
|
"""
|
|
100
|
-
lendable_percent: NotRequired[pulumi.Input[int]]
|
|
101
|
+
lendable_percent: NotRequired[pulumi.Input[builtins.int]]
|
|
101
102
|
"""
|
|
102
103
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
103
104
|
|
|
104
105
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
105
106
|
"""
|
|
106
|
-
nominal_concurrency_shares: NotRequired[pulumi.Input[int]]
|
|
107
|
+
nominal_concurrency_shares: NotRequired[pulumi.Input[builtins.int]]
|
|
107
108
|
"""
|
|
108
109
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
109
110
|
|
|
@@ -117,14 +118,14 @@ elif False:
|
|
|
117
118
|
@pulumi.input_type
|
|
118
119
|
class ExemptPriorityLevelConfigurationPatchArgs:
|
|
119
120
|
def __init__(__self__, *,
|
|
120
|
-
lendable_percent: Optional[pulumi.Input[int]] = None,
|
|
121
|
-
nominal_concurrency_shares: Optional[pulumi.Input[int]] = None):
|
|
121
|
+
lendable_percent: Optional[pulumi.Input[builtins.int]] = None,
|
|
122
|
+
nominal_concurrency_shares: Optional[pulumi.Input[builtins.int]] = None):
|
|
122
123
|
"""
|
|
123
124
|
ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.
|
|
124
|
-
:param pulumi.Input[int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
125
|
+
:param pulumi.Input[builtins.int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
125
126
|
|
|
126
127
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
127
|
-
:param pulumi.Input[int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
128
|
+
:param pulumi.Input[builtins.int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
128
129
|
|
|
129
130
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
130
131
|
|
|
@@ -137,7 +138,7 @@ class ExemptPriorityLevelConfigurationPatchArgs:
|
|
|
137
138
|
|
|
138
139
|
@property
|
|
139
140
|
@pulumi.getter(name="lendablePercent")
|
|
140
|
-
def lendable_percent(self) -> Optional[pulumi.Input[int]]:
|
|
141
|
+
def lendable_percent(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
141
142
|
"""
|
|
142
143
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
143
144
|
|
|
@@ -146,12 +147,12 @@ class ExemptPriorityLevelConfigurationPatchArgs:
|
|
|
146
147
|
return pulumi.get(self, "lendable_percent")
|
|
147
148
|
|
|
148
149
|
@lendable_percent.setter
|
|
149
|
-
def lendable_percent(self, value: Optional[pulumi.Input[int]]):
|
|
150
|
+
def lendable_percent(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
150
151
|
pulumi.set(self, "lendable_percent", value)
|
|
151
152
|
|
|
152
153
|
@property
|
|
153
154
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
154
|
-
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[int]]:
|
|
155
|
+
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
155
156
|
"""
|
|
156
157
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
157
158
|
|
|
@@ -162,7 +163,7 @@ class ExemptPriorityLevelConfigurationPatchArgs:
|
|
|
162
163
|
return pulumi.get(self, "nominal_concurrency_shares")
|
|
163
164
|
|
|
164
165
|
@nominal_concurrency_shares.setter
|
|
165
|
-
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[int]]):
|
|
166
|
+
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
166
167
|
pulumi.set(self, "nominal_concurrency_shares", value)
|
|
167
168
|
|
|
168
169
|
|
|
@@ -171,13 +172,13 @@ if not MYPY:
|
|
|
171
172
|
"""
|
|
172
173
|
ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.
|
|
173
174
|
"""
|
|
174
|
-
lendable_percent: NotRequired[pulumi.Input[int]]
|
|
175
|
+
lendable_percent: NotRequired[pulumi.Input[builtins.int]]
|
|
175
176
|
"""
|
|
176
177
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
177
178
|
|
|
178
179
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
179
180
|
"""
|
|
180
|
-
nominal_concurrency_shares: NotRequired[pulumi.Input[int]]
|
|
181
|
+
nominal_concurrency_shares: NotRequired[pulumi.Input[builtins.int]]
|
|
181
182
|
"""
|
|
182
183
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
183
184
|
|
|
@@ -191,14 +192,14 @@ elif False:
|
|
|
191
192
|
@pulumi.input_type
|
|
192
193
|
class ExemptPriorityLevelConfigurationArgs:
|
|
193
194
|
def __init__(__self__, *,
|
|
194
|
-
lendable_percent: Optional[pulumi.Input[int]] = None,
|
|
195
|
-
nominal_concurrency_shares: Optional[pulumi.Input[int]] = None):
|
|
195
|
+
lendable_percent: Optional[pulumi.Input[builtins.int]] = None,
|
|
196
|
+
nominal_concurrency_shares: Optional[pulumi.Input[builtins.int]] = None):
|
|
196
197
|
"""
|
|
197
198
|
ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.
|
|
198
|
-
:param pulumi.Input[int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
199
|
+
:param pulumi.Input[builtins.int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
199
200
|
|
|
200
201
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
201
|
-
:param pulumi.Input[int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
202
|
+
:param pulumi.Input[builtins.int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
202
203
|
|
|
203
204
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
204
205
|
|
|
@@ -211,7 +212,7 @@ class ExemptPriorityLevelConfigurationArgs:
|
|
|
211
212
|
|
|
212
213
|
@property
|
|
213
214
|
@pulumi.getter(name="lendablePercent")
|
|
214
|
-
def lendable_percent(self) -> Optional[pulumi.Input[int]]:
|
|
215
|
+
def lendable_percent(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
215
216
|
"""
|
|
216
217
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
217
218
|
|
|
@@ -220,12 +221,12 @@ class ExemptPriorityLevelConfigurationArgs:
|
|
|
220
221
|
return pulumi.get(self, "lendable_percent")
|
|
221
222
|
|
|
222
223
|
@lendable_percent.setter
|
|
223
|
-
def lendable_percent(self, value: Optional[pulumi.Input[int]]):
|
|
224
|
+
def lendable_percent(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
224
225
|
pulumi.set(self, "lendable_percent", value)
|
|
225
226
|
|
|
226
227
|
@property
|
|
227
228
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
228
|
-
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[int]]:
|
|
229
|
+
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
229
230
|
"""
|
|
230
231
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
231
232
|
|
|
@@ -236,7 +237,7 @@ class ExemptPriorityLevelConfigurationArgs:
|
|
|
236
237
|
return pulumi.get(self, "nominal_concurrency_shares")
|
|
237
238
|
|
|
238
239
|
@nominal_concurrency_shares.setter
|
|
239
|
-
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[int]]):
|
|
240
|
+
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
240
241
|
pulumi.set(self, "nominal_concurrency_shares", value)
|
|
241
242
|
|
|
242
243
|
|
|
@@ -245,7 +246,7 @@ if not MYPY:
|
|
|
245
246
|
"""
|
|
246
247
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
247
248
|
"""
|
|
248
|
-
type: NotRequired[pulumi.Input[str]]
|
|
249
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
249
250
|
"""
|
|
250
251
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
251
252
|
"""
|
|
@@ -255,24 +256,24 @@ elif False:
|
|
|
255
256
|
@pulumi.input_type
|
|
256
257
|
class FlowDistinguisherMethodPatchArgs:
|
|
257
258
|
def __init__(__self__, *,
|
|
258
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
259
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
259
260
|
"""
|
|
260
261
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
261
|
-
:param pulumi.Input[str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
262
|
+
:param pulumi.Input[builtins.str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
262
263
|
"""
|
|
263
264
|
if type is not None:
|
|
264
265
|
pulumi.set(__self__, "type", type)
|
|
265
266
|
|
|
266
267
|
@property
|
|
267
268
|
@pulumi.getter
|
|
268
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
269
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
269
270
|
"""
|
|
270
271
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
271
272
|
"""
|
|
272
273
|
return pulumi.get(self, "type")
|
|
273
274
|
|
|
274
275
|
@type.setter
|
|
275
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
276
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
276
277
|
pulumi.set(self, "type", value)
|
|
277
278
|
|
|
278
279
|
|
|
@@ -281,7 +282,7 @@ if not MYPY:
|
|
|
281
282
|
"""
|
|
282
283
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
283
284
|
"""
|
|
284
|
-
type: pulumi.Input[str]
|
|
285
|
+
type: pulumi.Input[builtins.str]
|
|
285
286
|
"""
|
|
286
287
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
287
288
|
"""
|
|
@@ -291,23 +292,23 @@ elif False:
|
|
|
291
292
|
@pulumi.input_type
|
|
292
293
|
class FlowDistinguisherMethodArgs:
|
|
293
294
|
def __init__(__self__, *,
|
|
294
|
-
type: pulumi.Input[str]):
|
|
295
|
+
type: pulumi.Input[builtins.str]):
|
|
295
296
|
"""
|
|
296
297
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
297
|
-
:param pulumi.Input[str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
298
|
+
:param pulumi.Input[builtins.str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
298
299
|
"""
|
|
299
300
|
pulumi.set(__self__, "type", type)
|
|
300
301
|
|
|
301
302
|
@property
|
|
302
303
|
@pulumi.getter
|
|
303
|
-
def type(self) -> pulumi.Input[str]:
|
|
304
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
304
305
|
"""
|
|
305
306
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
306
307
|
"""
|
|
307
308
|
return pulumi.get(self, "type")
|
|
308
309
|
|
|
309
310
|
@type.setter
|
|
310
|
-
def type(self, value: pulumi.Input[str]):
|
|
311
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
311
312
|
pulumi.set(self, "type", value)
|
|
312
313
|
|
|
313
314
|
|
|
@@ -316,23 +317,23 @@ if not MYPY:
|
|
|
316
317
|
"""
|
|
317
318
|
FlowSchemaCondition describes conditions for a FlowSchema.
|
|
318
319
|
"""
|
|
319
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
320
|
+
last_transition_time: NotRequired[pulumi.Input[builtins.str]]
|
|
320
321
|
"""
|
|
321
322
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
322
323
|
"""
|
|
323
|
-
message: NotRequired[pulumi.Input[str]]
|
|
324
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
324
325
|
"""
|
|
325
326
|
`message` is a human-readable message indicating details about last transition.
|
|
326
327
|
"""
|
|
327
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
328
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
|
328
329
|
"""
|
|
329
330
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
330
331
|
"""
|
|
331
|
-
status: NotRequired[pulumi.Input[str]]
|
|
332
|
+
status: NotRequired[pulumi.Input[builtins.str]]
|
|
332
333
|
"""
|
|
333
334
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
334
335
|
"""
|
|
335
|
-
type: NotRequired[pulumi.Input[str]]
|
|
336
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
336
337
|
"""
|
|
337
338
|
`type` is the type of the condition. Required.
|
|
338
339
|
"""
|
|
@@ -342,18 +343,18 @@ elif False:
|
|
|
342
343
|
@pulumi.input_type
|
|
343
344
|
class FlowSchemaConditionArgs:
|
|
344
345
|
def __init__(__self__, *,
|
|
345
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
346
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
347
|
-
reason: Optional[pulumi.Input[str]] = None,
|
|
348
|
-
status: Optional[pulumi.Input[str]] = None,
|
|
349
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
346
|
+
last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
347
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
348
|
+
reason: Optional[pulumi.Input[builtins.str]] = None,
|
|
349
|
+
status: Optional[pulumi.Input[builtins.str]] = None,
|
|
350
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
350
351
|
"""
|
|
351
352
|
FlowSchemaCondition describes conditions for a FlowSchema.
|
|
352
|
-
:param pulumi.Input[str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
353
|
-
:param pulumi.Input[str] message: `message` is a human-readable message indicating details about last transition.
|
|
354
|
-
:param pulumi.Input[str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
355
|
-
:param pulumi.Input[str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
356
|
-
:param pulumi.Input[str] type: `type` is the type of the condition. Required.
|
|
353
|
+
:param pulumi.Input[builtins.str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
354
|
+
:param pulumi.Input[builtins.str] message: `message` is a human-readable message indicating details about last transition.
|
|
355
|
+
:param pulumi.Input[builtins.str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
356
|
+
:param pulumi.Input[builtins.str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
357
|
+
:param pulumi.Input[builtins.str] type: `type` is the type of the condition. Required.
|
|
357
358
|
"""
|
|
358
359
|
if last_transition_time is not None:
|
|
359
360
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -368,62 +369,62 @@ class FlowSchemaConditionArgs:
|
|
|
368
369
|
|
|
369
370
|
@property
|
|
370
371
|
@pulumi.getter(name="lastTransitionTime")
|
|
371
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
372
|
+
def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
372
373
|
"""
|
|
373
374
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
374
375
|
"""
|
|
375
376
|
return pulumi.get(self, "last_transition_time")
|
|
376
377
|
|
|
377
378
|
@last_transition_time.setter
|
|
378
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
379
|
+
def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
379
380
|
pulumi.set(self, "last_transition_time", value)
|
|
380
381
|
|
|
381
382
|
@property
|
|
382
383
|
@pulumi.getter
|
|
383
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
384
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
384
385
|
"""
|
|
385
386
|
`message` is a human-readable message indicating details about last transition.
|
|
386
387
|
"""
|
|
387
388
|
return pulumi.get(self, "message")
|
|
388
389
|
|
|
389
390
|
@message.setter
|
|
390
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
391
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
391
392
|
pulumi.set(self, "message", value)
|
|
392
393
|
|
|
393
394
|
@property
|
|
394
395
|
@pulumi.getter
|
|
395
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
396
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
396
397
|
"""
|
|
397
398
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
398
399
|
"""
|
|
399
400
|
return pulumi.get(self, "reason")
|
|
400
401
|
|
|
401
402
|
@reason.setter
|
|
402
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
403
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
403
404
|
pulumi.set(self, "reason", value)
|
|
404
405
|
|
|
405
406
|
@property
|
|
406
407
|
@pulumi.getter
|
|
407
|
-
def status(self) -> Optional[pulumi.Input[str]]:
|
|
408
|
+
def status(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
408
409
|
"""
|
|
409
410
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
410
411
|
"""
|
|
411
412
|
return pulumi.get(self, "status")
|
|
412
413
|
|
|
413
414
|
@status.setter
|
|
414
|
-
def status(self, value: Optional[pulumi.Input[str]]):
|
|
415
|
+
def status(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
415
416
|
pulumi.set(self, "status", value)
|
|
416
417
|
|
|
417
418
|
@property
|
|
418
419
|
@pulumi.getter
|
|
419
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
420
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
420
421
|
"""
|
|
421
422
|
`type` is the type of the condition. Required.
|
|
422
423
|
"""
|
|
423
424
|
return pulumi.get(self, "type")
|
|
424
425
|
|
|
425
426
|
@type.setter
|
|
426
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
427
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
427
428
|
pulumi.set(self, "type", value)
|
|
428
429
|
|
|
429
430
|
|
|
@@ -436,7 +437,7 @@ if not MYPY:
|
|
|
436
437
|
"""
|
|
437
438
|
`distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
|
|
438
439
|
"""
|
|
439
|
-
matching_precedence: NotRequired[pulumi.Input[int]]
|
|
440
|
+
matching_precedence: NotRequired[pulumi.Input[builtins.int]]
|
|
440
441
|
"""
|
|
441
442
|
`matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
442
443
|
"""
|
|
@@ -455,13 +456,13 @@ elif False:
|
|
|
455
456
|
class FlowSchemaSpecPatchArgs:
|
|
456
457
|
def __init__(__self__, *,
|
|
457
458
|
distinguisher_method: Optional[pulumi.Input['FlowDistinguisherMethodPatchArgs']] = None,
|
|
458
|
-
matching_precedence: Optional[pulumi.Input[int]] = None,
|
|
459
|
+
matching_precedence: Optional[pulumi.Input[builtins.int]] = None,
|
|
459
460
|
priority_level_configuration: Optional[pulumi.Input['PriorityLevelConfigurationReferencePatchArgs']] = None,
|
|
460
461
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsPatchArgs']]]] = None):
|
|
461
462
|
"""
|
|
462
463
|
FlowSchemaSpec describes how the FlowSchema's specification looks like.
|
|
463
464
|
:param pulumi.Input['FlowDistinguisherMethodPatchArgs'] distinguisher_method: `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
|
|
464
|
-
:param pulumi.Input[int] matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
465
|
+
:param pulumi.Input[builtins.int] matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
465
466
|
:param pulumi.Input['PriorityLevelConfigurationReferencePatchArgs'] priority_level_configuration: `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
|
|
466
467
|
:param pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsPatchArgs']]] rules: `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
|
|
467
468
|
"""
|
|
@@ -488,14 +489,14 @@ class FlowSchemaSpecPatchArgs:
|
|
|
488
489
|
|
|
489
490
|
@property
|
|
490
491
|
@pulumi.getter(name="matchingPrecedence")
|
|
491
|
-
def matching_precedence(self) -> Optional[pulumi.Input[int]]:
|
|
492
|
+
def matching_precedence(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
492
493
|
"""
|
|
493
494
|
`matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
494
495
|
"""
|
|
495
496
|
return pulumi.get(self, "matching_precedence")
|
|
496
497
|
|
|
497
498
|
@matching_precedence.setter
|
|
498
|
-
def matching_precedence(self, value: Optional[pulumi.Input[int]]):
|
|
499
|
+
def matching_precedence(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
499
500
|
pulumi.set(self, "matching_precedence", value)
|
|
500
501
|
|
|
501
502
|
@property
|
|
@@ -536,7 +537,7 @@ if not MYPY:
|
|
|
536
537
|
"""
|
|
537
538
|
`distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
|
|
538
539
|
"""
|
|
539
|
-
matching_precedence: NotRequired[pulumi.Input[int]]
|
|
540
|
+
matching_precedence: NotRequired[pulumi.Input[builtins.int]]
|
|
540
541
|
"""
|
|
541
542
|
`matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
542
543
|
"""
|
|
@@ -552,13 +553,13 @@ class FlowSchemaSpecArgs:
|
|
|
552
553
|
def __init__(__self__, *,
|
|
553
554
|
priority_level_configuration: pulumi.Input['PriorityLevelConfigurationReferenceArgs'],
|
|
554
555
|
distinguisher_method: Optional[pulumi.Input['FlowDistinguisherMethodArgs']] = None,
|
|
555
|
-
matching_precedence: Optional[pulumi.Input[int]] = None,
|
|
556
|
+
matching_precedence: Optional[pulumi.Input[builtins.int]] = None,
|
|
556
557
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsArgs']]]] = None):
|
|
557
558
|
"""
|
|
558
559
|
FlowSchemaSpec describes how the FlowSchema's specification looks like.
|
|
559
560
|
:param pulumi.Input['PriorityLevelConfigurationReferenceArgs'] priority_level_configuration: `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
|
|
560
561
|
:param pulumi.Input['FlowDistinguisherMethodArgs'] distinguisher_method: `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
|
|
561
|
-
:param pulumi.Input[int] matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
562
|
+
:param pulumi.Input[builtins.int] matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
562
563
|
:param pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsArgs']]] rules: `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
|
|
563
564
|
"""
|
|
564
565
|
pulumi.set(__self__, "priority_level_configuration", priority_level_configuration)
|
|
@@ -595,14 +596,14 @@ class FlowSchemaSpecArgs:
|
|
|
595
596
|
|
|
596
597
|
@property
|
|
597
598
|
@pulumi.getter(name="matchingPrecedence")
|
|
598
|
-
def matching_precedence(self) -> Optional[pulumi.Input[int]]:
|
|
599
|
+
def matching_precedence(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
599
600
|
"""
|
|
600
601
|
`matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
601
602
|
"""
|
|
602
603
|
return pulumi.get(self, "matching_precedence")
|
|
603
604
|
|
|
604
605
|
@matching_precedence.setter
|
|
605
|
-
def matching_precedence(self, value: Optional[pulumi.Input[int]]):
|
|
606
|
+
def matching_precedence(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
606
607
|
pulumi.set(self, "matching_precedence", value)
|
|
607
608
|
|
|
608
609
|
@property
|
|
@@ -659,11 +660,11 @@ if not MYPY:
|
|
|
659
660
|
"""
|
|
660
661
|
FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".
|
|
661
662
|
"""
|
|
662
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
663
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
663
664
|
"""
|
|
664
665
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
665
666
|
"""
|
|
666
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
667
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
667
668
|
"""
|
|
668
669
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
669
670
|
"""
|
|
@@ -685,15 +686,15 @@ elif False:
|
|
|
685
686
|
@pulumi.input_type
|
|
686
687
|
class FlowSchemaArgs:
|
|
687
688
|
def __init__(__self__, *,
|
|
688
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
689
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
689
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
690
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
690
691
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
691
692
|
spec: Optional[pulumi.Input['FlowSchemaSpecArgs']] = None,
|
|
692
693
|
status: Optional[pulumi.Input['FlowSchemaStatusArgs']] = None):
|
|
693
694
|
"""
|
|
694
695
|
FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".
|
|
695
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
696
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
696
|
+
: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
|
|
697
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
697
698
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
698
699
|
:param pulumi.Input['FlowSchemaSpecArgs'] spec: `spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
699
700
|
: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
|
|
@@ -711,26 +712,26 @@ class FlowSchemaArgs:
|
|
|
711
712
|
|
|
712
713
|
@property
|
|
713
714
|
@pulumi.getter(name="apiVersion")
|
|
714
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
715
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
715
716
|
"""
|
|
716
717
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
717
718
|
"""
|
|
718
719
|
return pulumi.get(self, "api_version")
|
|
719
720
|
|
|
720
721
|
@api_version.setter
|
|
721
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
722
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
722
723
|
pulumi.set(self, "api_version", value)
|
|
723
724
|
|
|
724
725
|
@property
|
|
725
726
|
@pulumi.getter
|
|
726
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
727
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
727
728
|
"""
|
|
728
729
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
729
730
|
"""
|
|
730
731
|
return pulumi.get(self, "kind")
|
|
731
732
|
|
|
732
733
|
@kind.setter
|
|
733
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
734
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
734
735
|
pulumi.set(self, "kind", value)
|
|
735
736
|
|
|
736
737
|
@property
|
|
@@ -775,7 +776,7 @@ if not MYPY:
|
|
|
775
776
|
"""
|
|
776
777
|
GroupSubject holds detailed information for group-kind subject.
|
|
777
778
|
"""
|
|
778
|
-
name: NotRequired[pulumi.Input[str]]
|
|
779
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
779
780
|
"""
|
|
780
781
|
name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
781
782
|
"""
|
|
@@ -785,24 +786,24 @@ elif False:
|
|
|
785
786
|
@pulumi.input_type
|
|
786
787
|
class GroupSubjectPatchArgs:
|
|
787
788
|
def __init__(__self__, *,
|
|
788
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
789
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
789
790
|
"""
|
|
790
791
|
GroupSubject holds detailed information for group-kind subject.
|
|
791
|
-
:param pulumi.Input[str] name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
792
|
+
:param pulumi.Input[builtins.str] name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
792
793
|
"""
|
|
793
794
|
if name is not None:
|
|
794
795
|
pulumi.set(__self__, "name", name)
|
|
795
796
|
|
|
796
797
|
@property
|
|
797
798
|
@pulumi.getter
|
|
798
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
799
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
799
800
|
"""
|
|
800
801
|
name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
801
802
|
"""
|
|
802
803
|
return pulumi.get(self, "name")
|
|
803
804
|
|
|
804
805
|
@name.setter
|
|
805
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
806
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
806
807
|
pulumi.set(self, "name", value)
|
|
807
808
|
|
|
808
809
|
|
|
@@ -811,7 +812,7 @@ if not MYPY:
|
|
|
811
812
|
"""
|
|
812
813
|
GroupSubject holds detailed information for group-kind subject.
|
|
813
814
|
"""
|
|
814
|
-
name: pulumi.Input[str]
|
|
815
|
+
name: pulumi.Input[builtins.str]
|
|
815
816
|
"""
|
|
816
817
|
name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
817
818
|
"""
|
|
@@ -821,23 +822,23 @@ elif False:
|
|
|
821
822
|
@pulumi.input_type
|
|
822
823
|
class GroupSubjectArgs:
|
|
823
824
|
def __init__(__self__, *,
|
|
824
|
-
name: pulumi.Input[str]):
|
|
825
|
+
name: pulumi.Input[builtins.str]):
|
|
825
826
|
"""
|
|
826
827
|
GroupSubject holds detailed information for group-kind subject.
|
|
827
|
-
:param pulumi.Input[str] name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
828
|
+
:param pulumi.Input[builtins.str] name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
828
829
|
"""
|
|
829
830
|
pulumi.set(__self__, "name", name)
|
|
830
831
|
|
|
831
832
|
@property
|
|
832
833
|
@pulumi.getter
|
|
833
|
-
def name(self) -> pulumi.Input[str]:
|
|
834
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
834
835
|
"""
|
|
835
836
|
name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
836
837
|
"""
|
|
837
838
|
return pulumi.get(self, "name")
|
|
838
839
|
|
|
839
840
|
@name.setter
|
|
840
|
-
def name(self, value: pulumi.Input[str]):
|
|
841
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
841
842
|
pulumi.set(self, "name", value)
|
|
842
843
|
|
|
843
844
|
|
|
@@ -850,7 +851,7 @@ if not MYPY:
|
|
|
850
851
|
"""
|
|
851
852
|
`queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
852
853
|
"""
|
|
853
|
-
type: NotRequired[pulumi.Input[str]]
|
|
854
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
854
855
|
"""
|
|
855
856
|
`type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
856
857
|
"""
|
|
@@ -861,11 +862,11 @@ elif False:
|
|
|
861
862
|
class LimitResponsePatchArgs:
|
|
862
863
|
def __init__(__self__, *,
|
|
863
864
|
queuing: Optional[pulumi.Input['QueuingConfigurationPatchArgs']] = None,
|
|
864
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
865
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
865
866
|
"""
|
|
866
867
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
867
868
|
:param pulumi.Input['QueuingConfigurationPatchArgs'] queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
868
|
-
:param pulumi.Input[str] type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
869
|
+
:param pulumi.Input[builtins.str] type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
869
870
|
"""
|
|
870
871
|
if queuing is not None:
|
|
871
872
|
pulumi.set(__self__, "queuing", queuing)
|
|
@@ -886,14 +887,14 @@ class LimitResponsePatchArgs:
|
|
|
886
887
|
|
|
887
888
|
@property
|
|
888
889
|
@pulumi.getter
|
|
889
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
890
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
890
891
|
"""
|
|
891
892
|
`type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
892
893
|
"""
|
|
893
894
|
return pulumi.get(self, "type")
|
|
894
895
|
|
|
895
896
|
@type.setter
|
|
896
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
897
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
897
898
|
pulumi.set(self, "type", value)
|
|
898
899
|
|
|
899
900
|
|
|
@@ -902,7 +903,7 @@ if not MYPY:
|
|
|
902
903
|
"""
|
|
903
904
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
904
905
|
"""
|
|
905
|
-
type: pulumi.Input[str]
|
|
906
|
+
type: pulumi.Input[builtins.str]
|
|
906
907
|
"""
|
|
907
908
|
`type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
908
909
|
"""
|
|
@@ -916,11 +917,11 @@ elif False:
|
|
|
916
917
|
@pulumi.input_type
|
|
917
918
|
class LimitResponseArgs:
|
|
918
919
|
def __init__(__self__, *,
|
|
919
|
-
type: pulumi.Input[str],
|
|
920
|
+
type: pulumi.Input[builtins.str],
|
|
920
921
|
queuing: Optional[pulumi.Input['QueuingConfigurationArgs']] = None):
|
|
921
922
|
"""
|
|
922
923
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
923
|
-
:param pulumi.Input[str] type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
924
|
+
:param pulumi.Input[builtins.str] type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
924
925
|
:param pulumi.Input['QueuingConfigurationArgs'] queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
925
926
|
"""
|
|
926
927
|
pulumi.set(__self__, "type", type)
|
|
@@ -929,14 +930,14 @@ class LimitResponseArgs:
|
|
|
929
930
|
|
|
930
931
|
@property
|
|
931
932
|
@pulumi.getter
|
|
932
|
-
def type(self) -> pulumi.Input[str]:
|
|
933
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
933
934
|
"""
|
|
934
935
|
`type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
935
936
|
"""
|
|
936
937
|
return pulumi.get(self, "type")
|
|
937
938
|
|
|
938
939
|
@type.setter
|
|
939
|
-
def type(self, value: pulumi.Input[str]):
|
|
940
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
940
941
|
pulumi.set(self, "type", value)
|
|
941
942
|
|
|
942
943
|
@property
|
|
@@ -959,7 +960,7 @@ if not MYPY:
|
|
|
959
960
|
- How are requests for this priority level limited?
|
|
960
961
|
- What should be done with requests that exceed the limit?
|
|
961
962
|
"""
|
|
962
|
-
borrowing_limit_percent: NotRequired[pulumi.Input[int]]
|
|
963
|
+
borrowing_limit_percent: NotRequired[pulumi.Input[builtins.int]]
|
|
963
964
|
"""
|
|
964
965
|
`borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
965
966
|
|
|
@@ -967,7 +968,7 @@ if not MYPY:
|
|
|
967
968
|
|
|
968
969
|
The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.
|
|
969
970
|
"""
|
|
970
|
-
lendable_percent: NotRequired[pulumi.Input[int]]
|
|
971
|
+
lendable_percent: NotRequired[pulumi.Input[builtins.int]]
|
|
971
972
|
"""
|
|
972
973
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
973
974
|
|
|
@@ -977,7 +978,7 @@ if not MYPY:
|
|
|
977
978
|
"""
|
|
978
979
|
`limitResponse` indicates what to do with requests that can not be executed right now
|
|
979
980
|
"""
|
|
980
|
-
nominal_concurrency_shares: NotRequired[pulumi.Input[int]]
|
|
981
|
+
nominal_concurrency_shares: NotRequired[pulumi.Input[builtins.int]]
|
|
981
982
|
"""
|
|
982
983
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
983
984
|
|
|
@@ -995,24 +996,24 @@ elif False:
|
|
|
995
996
|
@pulumi.input_type
|
|
996
997
|
class LimitedPriorityLevelConfigurationPatchArgs:
|
|
997
998
|
def __init__(__self__, *,
|
|
998
|
-
borrowing_limit_percent: Optional[pulumi.Input[int]] = None,
|
|
999
|
-
lendable_percent: Optional[pulumi.Input[int]] = None,
|
|
999
|
+
borrowing_limit_percent: Optional[pulumi.Input[builtins.int]] = None,
|
|
1000
|
+
lendable_percent: Optional[pulumi.Input[builtins.int]] = None,
|
|
1000
1001
|
limit_response: Optional[pulumi.Input['LimitResponsePatchArgs']] = None,
|
|
1001
|
-
nominal_concurrency_shares: Optional[pulumi.Input[int]] = None):
|
|
1002
|
+
nominal_concurrency_shares: Optional[pulumi.Input[builtins.int]] = None):
|
|
1002
1003
|
"""
|
|
1003
1004
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
1004
1005
|
- How are requests for this priority level limited?
|
|
1005
1006
|
- What should be done with requests that exceed the limit?
|
|
1006
|
-
:param pulumi.Input[int] borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
1007
|
+
:param pulumi.Input[builtins.int] borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
1007
1008
|
|
|
1008
1009
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
1009
1010
|
|
|
1010
1011
|
The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.
|
|
1011
|
-
:param pulumi.Input[int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
1012
|
+
:param pulumi.Input[builtins.int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
1012
1013
|
|
|
1013
1014
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
1014
1015
|
:param pulumi.Input['LimitResponsePatchArgs'] limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
1015
|
-
:param pulumi.Input[int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
1016
|
+
:param pulumi.Input[builtins.int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
1016
1017
|
|
|
1017
1018
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
1018
1019
|
|
|
@@ -1033,7 +1034,7 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1033
1034
|
|
|
1034
1035
|
@property
|
|
1035
1036
|
@pulumi.getter(name="borrowingLimitPercent")
|
|
1036
|
-
def borrowing_limit_percent(self) -> Optional[pulumi.Input[int]]:
|
|
1037
|
+
def borrowing_limit_percent(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1037
1038
|
"""
|
|
1038
1039
|
`borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
1039
1040
|
|
|
@@ -1044,12 +1045,12 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1044
1045
|
return pulumi.get(self, "borrowing_limit_percent")
|
|
1045
1046
|
|
|
1046
1047
|
@borrowing_limit_percent.setter
|
|
1047
|
-
def borrowing_limit_percent(self, value: Optional[pulumi.Input[int]]):
|
|
1048
|
+
def borrowing_limit_percent(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1048
1049
|
pulumi.set(self, "borrowing_limit_percent", value)
|
|
1049
1050
|
|
|
1050
1051
|
@property
|
|
1051
1052
|
@pulumi.getter(name="lendablePercent")
|
|
1052
|
-
def lendable_percent(self) -> Optional[pulumi.Input[int]]:
|
|
1053
|
+
def lendable_percent(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1053
1054
|
"""
|
|
1054
1055
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
1055
1056
|
|
|
@@ -1058,7 +1059,7 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1058
1059
|
return pulumi.get(self, "lendable_percent")
|
|
1059
1060
|
|
|
1060
1061
|
@lendable_percent.setter
|
|
1061
|
-
def lendable_percent(self, value: Optional[pulumi.Input[int]]):
|
|
1062
|
+
def lendable_percent(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1062
1063
|
pulumi.set(self, "lendable_percent", value)
|
|
1063
1064
|
|
|
1064
1065
|
@property
|
|
@@ -1075,7 +1076,7 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1075
1076
|
|
|
1076
1077
|
@property
|
|
1077
1078
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
1078
|
-
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[int]]:
|
|
1079
|
+
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1079
1080
|
"""
|
|
1080
1081
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
1081
1082
|
|
|
@@ -1090,7 +1091,7 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1090
1091
|
return pulumi.get(self, "nominal_concurrency_shares")
|
|
1091
1092
|
|
|
1092
1093
|
@nominal_concurrency_shares.setter
|
|
1093
|
-
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[int]]):
|
|
1094
|
+
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1094
1095
|
pulumi.set(self, "nominal_concurrency_shares", value)
|
|
1095
1096
|
|
|
1096
1097
|
|
|
@@ -1101,7 +1102,7 @@ if not MYPY:
|
|
|
1101
1102
|
- How are requests for this priority level limited?
|
|
1102
1103
|
- What should be done with requests that exceed the limit?
|
|
1103
1104
|
"""
|
|
1104
|
-
borrowing_limit_percent: NotRequired[pulumi.Input[int]]
|
|
1105
|
+
borrowing_limit_percent: NotRequired[pulumi.Input[builtins.int]]
|
|
1105
1106
|
"""
|
|
1106
1107
|
`borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
1107
1108
|
|
|
@@ -1109,7 +1110,7 @@ if not MYPY:
|
|
|
1109
1110
|
|
|
1110
1111
|
The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.
|
|
1111
1112
|
"""
|
|
1112
|
-
lendable_percent: NotRequired[pulumi.Input[int]]
|
|
1113
|
+
lendable_percent: NotRequired[pulumi.Input[builtins.int]]
|
|
1113
1114
|
"""
|
|
1114
1115
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
1115
1116
|
|
|
@@ -1119,7 +1120,7 @@ if not MYPY:
|
|
|
1119
1120
|
"""
|
|
1120
1121
|
`limitResponse` indicates what to do with requests that can not be executed right now
|
|
1121
1122
|
"""
|
|
1122
|
-
nominal_concurrency_shares: NotRequired[pulumi.Input[int]]
|
|
1123
|
+
nominal_concurrency_shares: NotRequired[pulumi.Input[builtins.int]]
|
|
1123
1124
|
"""
|
|
1124
1125
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
1125
1126
|
|
|
@@ -1137,24 +1138,24 @@ elif False:
|
|
|
1137
1138
|
@pulumi.input_type
|
|
1138
1139
|
class LimitedPriorityLevelConfigurationArgs:
|
|
1139
1140
|
def __init__(__self__, *,
|
|
1140
|
-
borrowing_limit_percent: Optional[pulumi.Input[int]] = None,
|
|
1141
|
-
lendable_percent: Optional[pulumi.Input[int]] = None,
|
|
1141
|
+
borrowing_limit_percent: Optional[pulumi.Input[builtins.int]] = None,
|
|
1142
|
+
lendable_percent: Optional[pulumi.Input[builtins.int]] = None,
|
|
1142
1143
|
limit_response: Optional[pulumi.Input['LimitResponseArgs']] = None,
|
|
1143
|
-
nominal_concurrency_shares: Optional[pulumi.Input[int]] = None):
|
|
1144
|
+
nominal_concurrency_shares: Optional[pulumi.Input[builtins.int]] = None):
|
|
1144
1145
|
"""
|
|
1145
1146
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
1146
1147
|
- How are requests for this priority level limited?
|
|
1147
1148
|
- What should be done with requests that exceed the limit?
|
|
1148
|
-
:param pulumi.Input[int] borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
1149
|
+
:param pulumi.Input[builtins.int] borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
1149
1150
|
|
|
1150
1151
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
1151
1152
|
|
|
1152
1153
|
The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.
|
|
1153
|
-
:param pulumi.Input[int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
1154
|
+
:param pulumi.Input[builtins.int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
1154
1155
|
|
|
1155
1156
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
1156
1157
|
:param pulumi.Input['LimitResponseArgs'] limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
1157
|
-
:param pulumi.Input[int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
1158
|
+
:param pulumi.Input[builtins.int] nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
1158
1159
|
|
|
1159
1160
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
1160
1161
|
|
|
@@ -1175,7 +1176,7 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1175
1176
|
|
|
1176
1177
|
@property
|
|
1177
1178
|
@pulumi.getter(name="borrowingLimitPercent")
|
|
1178
|
-
def borrowing_limit_percent(self) -> Optional[pulumi.Input[int]]:
|
|
1179
|
+
def borrowing_limit_percent(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1179
1180
|
"""
|
|
1180
1181
|
`borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
1181
1182
|
|
|
@@ -1186,12 +1187,12 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1186
1187
|
return pulumi.get(self, "borrowing_limit_percent")
|
|
1187
1188
|
|
|
1188
1189
|
@borrowing_limit_percent.setter
|
|
1189
|
-
def borrowing_limit_percent(self, value: Optional[pulumi.Input[int]]):
|
|
1190
|
+
def borrowing_limit_percent(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1190
1191
|
pulumi.set(self, "borrowing_limit_percent", value)
|
|
1191
1192
|
|
|
1192
1193
|
@property
|
|
1193
1194
|
@pulumi.getter(name="lendablePercent")
|
|
1194
|
-
def lendable_percent(self) -> Optional[pulumi.Input[int]]:
|
|
1195
|
+
def lendable_percent(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1195
1196
|
"""
|
|
1196
1197
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
1197
1198
|
|
|
@@ -1200,7 +1201,7 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1200
1201
|
return pulumi.get(self, "lendable_percent")
|
|
1201
1202
|
|
|
1202
1203
|
@lendable_percent.setter
|
|
1203
|
-
def lendable_percent(self, value: Optional[pulumi.Input[int]]):
|
|
1204
|
+
def lendable_percent(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1204
1205
|
pulumi.set(self, "lendable_percent", value)
|
|
1205
1206
|
|
|
1206
1207
|
@property
|
|
@@ -1217,7 +1218,7 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1217
1218
|
|
|
1218
1219
|
@property
|
|
1219
1220
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
1220
|
-
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[int]]:
|
|
1221
|
+
def nominal_concurrency_shares(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1221
1222
|
"""
|
|
1222
1223
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
1223
1224
|
|
|
@@ -1232,7 +1233,7 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1232
1233
|
return pulumi.get(self, "nominal_concurrency_shares")
|
|
1233
1234
|
|
|
1234
1235
|
@nominal_concurrency_shares.setter
|
|
1235
|
-
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[int]]):
|
|
1236
|
+
def nominal_concurrency_shares(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1236
1237
|
pulumi.set(self, "nominal_concurrency_shares", value)
|
|
1237
1238
|
|
|
1238
1239
|
|
|
@@ -1241,7 +1242,7 @@ if not MYPY:
|
|
|
1241
1242
|
"""
|
|
1242
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.
|
|
1243
1244
|
"""
|
|
1244
|
-
non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1245
|
+
non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1245
1246
|
"""
|
|
1246
1247
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1247
1248
|
- "/healthz" is legal
|
|
@@ -1251,7 +1252,7 @@ if not MYPY:
|
|
|
1251
1252
|
- "/healthz/*" matches all per-component health checks.
|
|
1252
1253
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1253
1254
|
"""
|
|
1254
|
-
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1255
|
+
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1255
1256
|
"""
|
|
1256
1257
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
1257
1258
|
"""
|
|
@@ -1261,18 +1262,18 @@ elif False:
|
|
|
1261
1262
|
@pulumi.input_type
|
|
1262
1263
|
class NonResourcePolicyRulePatchArgs:
|
|
1263
1264
|
def __init__(__self__, *,
|
|
1264
|
-
non_resource_urls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1265
|
-
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1265
|
+
non_resource_urls: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1266
|
+
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
1266
1267
|
"""
|
|
1267
1268
|
NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
|
|
1268
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1269
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1269
1270
|
- "/healthz" is legal
|
|
1270
1271
|
- "/hea*" is illegal
|
|
1271
1272
|
- "/hea" is legal but matches nothing
|
|
1272
1273
|
- "/hea/*" also matches nothing
|
|
1273
1274
|
- "/healthz/*" matches all per-component health checks.
|
|
1274
1275
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1275
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
1276
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
1276
1277
|
"""
|
|
1277
1278
|
if non_resource_urls is not None:
|
|
1278
1279
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
@@ -1281,7 +1282,7 @@ class NonResourcePolicyRulePatchArgs:
|
|
|
1281
1282
|
|
|
1282
1283
|
@property
|
|
1283
1284
|
@pulumi.getter(name="nonResourceURLs")
|
|
1284
|
-
def non_resource_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1285
|
+
def non_resource_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1285
1286
|
"""
|
|
1286
1287
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1287
1288
|
- "/healthz" is legal
|
|
@@ -1294,19 +1295,19 @@ class NonResourcePolicyRulePatchArgs:
|
|
|
1294
1295
|
return pulumi.get(self, "non_resource_urls")
|
|
1295
1296
|
|
|
1296
1297
|
@non_resource_urls.setter
|
|
1297
|
-
def non_resource_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1298
|
+
def non_resource_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1298
1299
|
pulumi.set(self, "non_resource_urls", value)
|
|
1299
1300
|
|
|
1300
1301
|
@property
|
|
1301
1302
|
@pulumi.getter
|
|
1302
|
-
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1303
|
+
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1303
1304
|
"""
|
|
1304
1305
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
1305
1306
|
"""
|
|
1306
1307
|
return pulumi.get(self, "verbs")
|
|
1307
1308
|
|
|
1308
1309
|
@verbs.setter
|
|
1309
|
-
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1310
|
+
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1310
1311
|
pulumi.set(self, "verbs", value)
|
|
1311
1312
|
|
|
1312
1313
|
|
|
@@ -1315,7 +1316,7 @@ if not MYPY:
|
|
|
1315
1316
|
"""
|
|
1316
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.
|
|
1317
1318
|
"""
|
|
1318
|
-
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
1319
|
+
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
|
1319
1320
|
"""
|
|
1320
1321
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1321
1322
|
- "/healthz" is legal
|
|
@@ -1325,7 +1326,7 @@ if not MYPY:
|
|
|
1325
1326
|
- "/healthz/*" matches all per-component health checks.
|
|
1326
1327
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1327
1328
|
"""
|
|
1328
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
1329
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
|
1329
1330
|
"""
|
|
1330
1331
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
1331
1332
|
"""
|
|
@@ -1335,25 +1336,25 @@ elif False:
|
|
|
1335
1336
|
@pulumi.input_type
|
|
1336
1337
|
class NonResourcePolicyRuleArgs:
|
|
1337
1338
|
def __init__(__self__, *,
|
|
1338
|
-
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
1339
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
1339
|
+
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
1340
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
1340
1341
|
"""
|
|
1341
1342
|
NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
|
|
1342
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1343
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1343
1344
|
- "/healthz" is legal
|
|
1344
1345
|
- "/hea*" is illegal
|
|
1345
1346
|
- "/hea" is legal but matches nothing
|
|
1346
1347
|
- "/hea/*" also matches nothing
|
|
1347
1348
|
- "/healthz/*" matches all per-component health checks.
|
|
1348
1349
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1349
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
1350
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
1350
1351
|
"""
|
|
1351
1352
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
1352
1353
|
pulumi.set(__self__, "verbs", verbs)
|
|
1353
1354
|
|
|
1354
1355
|
@property
|
|
1355
1356
|
@pulumi.getter(name="nonResourceURLs")
|
|
1356
|
-
def non_resource_urls(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
1357
|
+
def non_resource_urls(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
1357
1358
|
"""
|
|
1358
1359
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1359
1360
|
- "/healthz" is legal
|
|
@@ -1366,19 +1367,19 @@ class NonResourcePolicyRuleArgs:
|
|
|
1366
1367
|
return pulumi.get(self, "non_resource_urls")
|
|
1367
1368
|
|
|
1368
1369
|
@non_resource_urls.setter
|
|
1369
|
-
def non_resource_urls(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
1370
|
+
def non_resource_urls(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
1370
1371
|
pulumi.set(self, "non_resource_urls", value)
|
|
1371
1372
|
|
|
1372
1373
|
@property
|
|
1373
1374
|
@pulumi.getter
|
|
1374
|
-
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
1375
|
+
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
1375
1376
|
"""
|
|
1376
1377
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
1377
1378
|
"""
|
|
1378
1379
|
return pulumi.get(self, "verbs")
|
|
1379
1380
|
|
|
1380
1381
|
@verbs.setter
|
|
1381
|
-
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
1382
|
+
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
1382
1383
|
pulumi.set(self, "verbs", value)
|
|
1383
1384
|
|
|
1384
1385
|
|
|
@@ -1538,23 +1539,23 @@ if not MYPY:
|
|
|
1538
1539
|
"""
|
|
1539
1540
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1540
1541
|
"""
|
|
1541
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
1542
|
+
last_transition_time: NotRequired[pulumi.Input[builtins.str]]
|
|
1542
1543
|
"""
|
|
1543
1544
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1544
1545
|
"""
|
|
1545
|
-
message: NotRequired[pulumi.Input[str]]
|
|
1546
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
1546
1547
|
"""
|
|
1547
1548
|
`message` is a human-readable message indicating details about last transition.
|
|
1548
1549
|
"""
|
|
1549
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
1550
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
|
1550
1551
|
"""
|
|
1551
1552
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1552
1553
|
"""
|
|
1553
|
-
status: NotRequired[pulumi.Input[str]]
|
|
1554
|
+
status: NotRequired[pulumi.Input[builtins.str]]
|
|
1554
1555
|
"""
|
|
1555
1556
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1556
1557
|
"""
|
|
1557
|
-
type: NotRequired[pulumi.Input[str]]
|
|
1558
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
1558
1559
|
"""
|
|
1559
1560
|
`type` is the type of the condition. Required.
|
|
1560
1561
|
"""
|
|
@@ -1564,18 +1565,18 @@ elif False:
|
|
|
1564
1565
|
@pulumi.input_type
|
|
1565
1566
|
class PriorityLevelConfigurationConditionArgs:
|
|
1566
1567
|
def __init__(__self__, *,
|
|
1567
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
1568
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
1569
|
-
reason: Optional[pulumi.Input[str]] = None,
|
|
1570
|
-
status: Optional[pulumi.Input[str]] = None,
|
|
1571
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
1568
|
+
last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
1569
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
1570
|
+
reason: Optional[pulumi.Input[builtins.str]] = None,
|
|
1571
|
+
status: Optional[pulumi.Input[builtins.str]] = None,
|
|
1572
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
1572
1573
|
"""
|
|
1573
1574
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1574
|
-
:param pulumi.Input[str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1575
|
-
:param pulumi.Input[str] message: `message` is a human-readable message indicating details about last transition.
|
|
1576
|
-
:param pulumi.Input[str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1577
|
-
:param pulumi.Input[str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1578
|
-
:param pulumi.Input[str] type: `type` is the type of the condition. Required.
|
|
1575
|
+
:param pulumi.Input[builtins.str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1576
|
+
:param pulumi.Input[builtins.str] message: `message` is a human-readable message indicating details about last transition.
|
|
1577
|
+
:param pulumi.Input[builtins.str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1578
|
+
:param pulumi.Input[builtins.str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1579
|
+
:param pulumi.Input[builtins.str] type: `type` is the type of the condition. Required.
|
|
1579
1580
|
"""
|
|
1580
1581
|
if last_transition_time is not None:
|
|
1581
1582
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1590,62 +1591,62 @@ class PriorityLevelConfigurationConditionArgs:
|
|
|
1590
1591
|
|
|
1591
1592
|
@property
|
|
1592
1593
|
@pulumi.getter(name="lastTransitionTime")
|
|
1593
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
1594
|
+
def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1594
1595
|
"""
|
|
1595
1596
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1596
1597
|
"""
|
|
1597
1598
|
return pulumi.get(self, "last_transition_time")
|
|
1598
1599
|
|
|
1599
1600
|
@last_transition_time.setter
|
|
1600
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
1601
|
+
def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1601
1602
|
pulumi.set(self, "last_transition_time", value)
|
|
1602
1603
|
|
|
1603
1604
|
@property
|
|
1604
1605
|
@pulumi.getter
|
|
1605
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
1606
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1606
1607
|
"""
|
|
1607
1608
|
`message` is a human-readable message indicating details about last transition.
|
|
1608
1609
|
"""
|
|
1609
1610
|
return pulumi.get(self, "message")
|
|
1610
1611
|
|
|
1611
1612
|
@message.setter
|
|
1612
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
1613
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1613
1614
|
pulumi.set(self, "message", value)
|
|
1614
1615
|
|
|
1615
1616
|
@property
|
|
1616
1617
|
@pulumi.getter
|
|
1617
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
1618
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1618
1619
|
"""
|
|
1619
1620
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1620
1621
|
"""
|
|
1621
1622
|
return pulumi.get(self, "reason")
|
|
1622
1623
|
|
|
1623
1624
|
@reason.setter
|
|
1624
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
1625
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1625
1626
|
pulumi.set(self, "reason", value)
|
|
1626
1627
|
|
|
1627
1628
|
@property
|
|
1628
1629
|
@pulumi.getter
|
|
1629
|
-
def status(self) -> Optional[pulumi.Input[str]]:
|
|
1630
|
+
def status(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1630
1631
|
"""
|
|
1631
1632
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1632
1633
|
"""
|
|
1633
1634
|
return pulumi.get(self, "status")
|
|
1634
1635
|
|
|
1635
1636
|
@status.setter
|
|
1636
|
-
def status(self, value: Optional[pulumi.Input[str]]):
|
|
1637
|
+
def status(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1637
1638
|
pulumi.set(self, "status", value)
|
|
1638
1639
|
|
|
1639
1640
|
@property
|
|
1640
1641
|
@pulumi.getter
|
|
1641
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1642
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1642
1643
|
"""
|
|
1643
1644
|
`type` is the type of the condition. Required.
|
|
1644
1645
|
"""
|
|
1645
1646
|
return pulumi.get(self, "type")
|
|
1646
1647
|
|
|
1647
1648
|
@type.setter
|
|
1648
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
1649
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1649
1650
|
pulumi.set(self, "type", value)
|
|
1650
1651
|
|
|
1651
1652
|
|
|
@@ -1654,7 +1655,7 @@ if not MYPY:
|
|
|
1654
1655
|
"""
|
|
1655
1656
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1656
1657
|
"""
|
|
1657
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1658
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
1658
1659
|
"""
|
|
1659
1660
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1660
1661
|
"""
|
|
@@ -1664,24 +1665,24 @@ elif False:
|
|
|
1664
1665
|
@pulumi.input_type
|
|
1665
1666
|
class PriorityLevelConfigurationReferencePatchArgs:
|
|
1666
1667
|
def __init__(__self__, *,
|
|
1667
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
1668
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
1668
1669
|
"""
|
|
1669
1670
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1670
|
-
:param pulumi.Input[str] name: `name` is the name of the priority level configuration being referenced Required.
|
|
1671
|
+
:param pulumi.Input[builtins.str] name: `name` is the name of the priority level configuration being referenced Required.
|
|
1671
1672
|
"""
|
|
1672
1673
|
if name is not None:
|
|
1673
1674
|
pulumi.set(__self__, "name", name)
|
|
1674
1675
|
|
|
1675
1676
|
@property
|
|
1676
1677
|
@pulumi.getter
|
|
1677
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1678
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1678
1679
|
"""
|
|
1679
1680
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1680
1681
|
"""
|
|
1681
1682
|
return pulumi.get(self, "name")
|
|
1682
1683
|
|
|
1683
1684
|
@name.setter
|
|
1684
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1685
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1685
1686
|
pulumi.set(self, "name", value)
|
|
1686
1687
|
|
|
1687
1688
|
|
|
@@ -1690,7 +1691,7 @@ if not MYPY:
|
|
|
1690
1691
|
"""
|
|
1691
1692
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1692
1693
|
"""
|
|
1693
|
-
name: pulumi.Input[str]
|
|
1694
|
+
name: pulumi.Input[builtins.str]
|
|
1694
1695
|
"""
|
|
1695
1696
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1696
1697
|
"""
|
|
@@ -1700,23 +1701,23 @@ elif False:
|
|
|
1700
1701
|
@pulumi.input_type
|
|
1701
1702
|
class PriorityLevelConfigurationReferenceArgs:
|
|
1702
1703
|
def __init__(__self__, *,
|
|
1703
|
-
name: pulumi.Input[str]):
|
|
1704
|
+
name: pulumi.Input[builtins.str]):
|
|
1704
1705
|
"""
|
|
1705
1706
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1706
|
-
:param pulumi.Input[str] name: `name` is the name of the priority level configuration being referenced Required.
|
|
1707
|
+
:param pulumi.Input[builtins.str] name: `name` is the name of the priority level configuration being referenced Required.
|
|
1707
1708
|
"""
|
|
1708
1709
|
pulumi.set(__self__, "name", name)
|
|
1709
1710
|
|
|
1710
1711
|
@property
|
|
1711
1712
|
@pulumi.getter
|
|
1712
|
-
def name(self) -> pulumi.Input[str]:
|
|
1713
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
1713
1714
|
"""
|
|
1714
1715
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1715
1716
|
"""
|
|
1716
1717
|
return pulumi.get(self, "name")
|
|
1717
1718
|
|
|
1718
1719
|
@name.setter
|
|
1719
|
-
def name(self, value: pulumi.Input[str]):
|
|
1720
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
1720
1721
|
pulumi.set(self, "name", value)
|
|
1721
1722
|
|
|
1722
1723
|
|
|
@@ -1733,7 +1734,7 @@ if not MYPY:
|
|
|
1733
1734
|
"""
|
|
1734
1735
|
`limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
|
|
1735
1736
|
"""
|
|
1736
|
-
type: NotRequired[pulumi.Input[str]]
|
|
1737
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
1737
1738
|
"""
|
|
1738
1739
|
`type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1739
1740
|
"""
|
|
@@ -1745,12 +1746,12 @@ class PriorityLevelConfigurationSpecPatchArgs:
|
|
|
1745
1746
|
def __init__(__self__, *,
|
|
1746
1747
|
exempt: Optional[pulumi.Input['ExemptPriorityLevelConfigurationPatchArgs']] = None,
|
|
1747
1748
|
limited: Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']] = None,
|
|
1748
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
1749
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
1749
1750
|
"""
|
|
1750
1751
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1751
1752
|
:param pulumi.Input['ExemptPriorityLevelConfigurationPatchArgs'] exempt: `exempt` specifies how requests are handled for an exempt priority level. This field MUST be empty if `type` is `"Limited"`. This field MAY be non-empty if `type` is `"Exempt"`. If empty and `type` is `"Exempt"` then the default values for `ExemptPriorityLevelConfiguration` apply.
|
|
1752
1753
|
:param pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs'] limited: `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
|
|
1753
|
-
:param pulumi.Input[str] type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1754
|
+
:param pulumi.Input[builtins.str] type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1754
1755
|
"""
|
|
1755
1756
|
if exempt is not None:
|
|
1756
1757
|
pulumi.set(__self__, "exempt", exempt)
|
|
@@ -1785,14 +1786,14 @@ class PriorityLevelConfigurationSpecPatchArgs:
|
|
|
1785
1786
|
|
|
1786
1787
|
@property
|
|
1787
1788
|
@pulumi.getter
|
|
1788
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1789
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1789
1790
|
"""
|
|
1790
1791
|
`type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1791
1792
|
"""
|
|
1792
1793
|
return pulumi.get(self, "type")
|
|
1793
1794
|
|
|
1794
1795
|
@type.setter
|
|
1795
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
1796
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1796
1797
|
pulumi.set(self, "type", value)
|
|
1797
1798
|
|
|
1798
1799
|
|
|
@@ -1801,7 +1802,7 @@ if not MYPY:
|
|
|
1801
1802
|
"""
|
|
1802
1803
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1803
1804
|
"""
|
|
1804
|
-
type: pulumi.Input[str]
|
|
1805
|
+
type: pulumi.Input[builtins.str]
|
|
1805
1806
|
"""
|
|
1806
1807
|
`type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1807
1808
|
"""
|
|
@@ -1819,12 +1820,12 @@ elif False:
|
|
|
1819
1820
|
@pulumi.input_type
|
|
1820
1821
|
class PriorityLevelConfigurationSpecArgs:
|
|
1821
1822
|
def __init__(__self__, *,
|
|
1822
|
-
type: pulumi.Input[str],
|
|
1823
|
+
type: pulumi.Input[builtins.str],
|
|
1823
1824
|
exempt: Optional[pulumi.Input['ExemptPriorityLevelConfigurationArgs']] = None,
|
|
1824
1825
|
limited: Optional[pulumi.Input['LimitedPriorityLevelConfigurationArgs']] = None):
|
|
1825
1826
|
"""
|
|
1826
1827
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1827
|
-
:param pulumi.Input[str] type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1828
|
+
:param pulumi.Input[builtins.str] type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1828
1829
|
:param pulumi.Input['ExemptPriorityLevelConfigurationArgs'] exempt: `exempt` specifies how requests are handled for an exempt priority level. This field MUST be empty if `type` is `"Limited"`. This field MAY be non-empty if `type` is `"Exempt"`. If empty and `type` is `"Exempt"` then the default values for `ExemptPriorityLevelConfiguration` apply.
|
|
1829
1830
|
:param pulumi.Input['LimitedPriorityLevelConfigurationArgs'] limited: `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
|
|
1830
1831
|
"""
|
|
@@ -1836,14 +1837,14 @@ class PriorityLevelConfigurationSpecArgs:
|
|
|
1836
1837
|
|
|
1837
1838
|
@property
|
|
1838
1839
|
@pulumi.getter
|
|
1839
|
-
def type(self) -> pulumi.Input[str]:
|
|
1840
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
1840
1841
|
"""
|
|
1841
1842
|
`type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1842
1843
|
"""
|
|
1843
1844
|
return pulumi.get(self, "type")
|
|
1844
1845
|
|
|
1845
1846
|
@type.setter
|
|
1846
|
-
def type(self, value: pulumi.Input[str]):
|
|
1847
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
1847
1848
|
pulumi.set(self, "type", value)
|
|
1848
1849
|
|
|
1849
1850
|
@property
|
|
@@ -1912,11 +1913,11 @@ if not MYPY:
|
|
|
1912
1913
|
"""
|
|
1913
1914
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1914
1915
|
"""
|
|
1915
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1916
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1916
1917
|
"""
|
|
1917
1918
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1918
1919
|
"""
|
|
1919
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1920
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1920
1921
|
"""
|
|
1921
1922
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1922
1923
|
"""
|
|
@@ -1938,15 +1939,15 @@ elif False:
|
|
|
1938
1939
|
@pulumi.input_type
|
|
1939
1940
|
class PriorityLevelConfigurationArgs:
|
|
1940
1941
|
def __init__(__self__, *,
|
|
1941
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1942
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1942
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1943
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1943
1944
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1944
1945
|
spec: Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']] = None,
|
|
1945
1946
|
status: Optional[pulumi.Input['PriorityLevelConfigurationStatusArgs']] = None):
|
|
1946
1947
|
"""
|
|
1947
1948
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1948
|
-
:param pulumi.Input[str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1949
|
-
:param pulumi.Input[str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1949
|
+
: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
|
|
1950
|
+
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1950
1951
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1951
1952
|
:param pulumi.Input['PriorityLevelConfigurationSpecArgs'] spec: `spec` is the specification of the desired behavior of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
1952
1953
|
: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
|
|
@@ -1964,26 +1965,26 @@ class PriorityLevelConfigurationArgs:
|
|
|
1964
1965
|
|
|
1965
1966
|
@property
|
|
1966
1967
|
@pulumi.getter(name="apiVersion")
|
|
1967
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1968
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1968
1969
|
"""
|
|
1969
1970
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1970
1971
|
"""
|
|
1971
1972
|
return pulumi.get(self, "api_version")
|
|
1972
1973
|
|
|
1973
1974
|
@api_version.setter
|
|
1974
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1975
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1975
1976
|
pulumi.set(self, "api_version", value)
|
|
1976
1977
|
|
|
1977
1978
|
@property
|
|
1978
1979
|
@pulumi.getter
|
|
1979
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1980
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1980
1981
|
"""
|
|
1981
1982
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1982
1983
|
"""
|
|
1983
1984
|
return pulumi.get(self, "kind")
|
|
1984
1985
|
|
|
1985
1986
|
@kind.setter
|
|
1986
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1987
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1987
1988
|
pulumi.set(self, "kind", value)
|
|
1988
1989
|
|
|
1989
1990
|
@property
|
|
@@ -2028,15 +2029,15 @@ if not MYPY:
|
|
|
2028
2029
|
"""
|
|
2029
2030
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2030
2031
|
"""
|
|
2031
|
-
hand_size: NotRequired[pulumi.Input[int]]
|
|
2032
|
+
hand_size: NotRequired[pulumi.Input[builtins.int]]
|
|
2032
2033
|
"""
|
|
2033
2034
|
`handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
|
|
2034
2035
|
"""
|
|
2035
|
-
queue_length_limit: NotRequired[pulumi.Input[int]]
|
|
2036
|
+
queue_length_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
2036
2037
|
"""
|
|
2037
2038
|
`queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
|
|
2038
2039
|
"""
|
|
2039
|
-
queues: NotRequired[pulumi.Input[int]]
|
|
2040
|
+
queues: NotRequired[pulumi.Input[builtins.int]]
|
|
2040
2041
|
"""
|
|
2041
2042
|
`queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
2042
2043
|
"""
|
|
@@ -2046,14 +2047,14 @@ elif False:
|
|
|
2046
2047
|
@pulumi.input_type
|
|
2047
2048
|
class QueuingConfigurationPatchArgs:
|
|
2048
2049
|
def __init__(__self__, *,
|
|
2049
|
-
hand_size: Optional[pulumi.Input[int]] = None,
|
|
2050
|
-
queue_length_limit: Optional[pulumi.Input[int]] = None,
|
|
2051
|
-
queues: Optional[pulumi.Input[int]] = None):
|
|
2050
|
+
hand_size: Optional[pulumi.Input[builtins.int]] = None,
|
|
2051
|
+
queue_length_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
2052
|
+
queues: Optional[pulumi.Input[builtins.int]] = None):
|
|
2052
2053
|
"""
|
|
2053
2054
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2054
|
-
:param pulumi.Input[int] hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
|
|
2055
|
-
:param pulumi.Input[int] queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
|
|
2056
|
-
:param pulumi.Input[int] queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
2055
|
+
: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.
|
|
2056
|
+
: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.
|
|
2057
|
+
:param pulumi.Input[builtins.int] queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
2057
2058
|
"""
|
|
2058
2059
|
if hand_size is not None:
|
|
2059
2060
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -2064,38 +2065,38 @@ class QueuingConfigurationPatchArgs:
|
|
|
2064
2065
|
|
|
2065
2066
|
@property
|
|
2066
2067
|
@pulumi.getter(name="handSize")
|
|
2067
|
-
def hand_size(self) -> Optional[pulumi.Input[int]]:
|
|
2068
|
+
def hand_size(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2068
2069
|
"""
|
|
2069
2070
|
`handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
|
|
2070
2071
|
"""
|
|
2071
2072
|
return pulumi.get(self, "hand_size")
|
|
2072
2073
|
|
|
2073
2074
|
@hand_size.setter
|
|
2074
|
-
def hand_size(self, value: Optional[pulumi.Input[int]]):
|
|
2075
|
+
def hand_size(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2075
2076
|
pulumi.set(self, "hand_size", value)
|
|
2076
2077
|
|
|
2077
2078
|
@property
|
|
2078
2079
|
@pulumi.getter(name="queueLengthLimit")
|
|
2079
|
-
def queue_length_limit(self) -> Optional[pulumi.Input[int]]:
|
|
2080
|
+
def queue_length_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2080
2081
|
"""
|
|
2081
2082
|
`queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
|
|
2082
2083
|
"""
|
|
2083
2084
|
return pulumi.get(self, "queue_length_limit")
|
|
2084
2085
|
|
|
2085
2086
|
@queue_length_limit.setter
|
|
2086
|
-
def queue_length_limit(self, value: Optional[pulumi.Input[int]]):
|
|
2087
|
+
def queue_length_limit(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2087
2088
|
pulumi.set(self, "queue_length_limit", value)
|
|
2088
2089
|
|
|
2089
2090
|
@property
|
|
2090
2091
|
@pulumi.getter
|
|
2091
|
-
def queues(self) -> Optional[pulumi.Input[int]]:
|
|
2092
|
+
def queues(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2092
2093
|
"""
|
|
2093
2094
|
`queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
2094
2095
|
"""
|
|
2095
2096
|
return pulumi.get(self, "queues")
|
|
2096
2097
|
|
|
2097
2098
|
@queues.setter
|
|
2098
|
-
def queues(self, value: Optional[pulumi.Input[int]]):
|
|
2099
|
+
def queues(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2099
2100
|
pulumi.set(self, "queues", value)
|
|
2100
2101
|
|
|
2101
2102
|
|
|
@@ -2104,15 +2105,15 @@ if not MYPY:
|
|
|
2104
2105
|
"""
|
|
2105
2106
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2106
2107
|
"""
|
|
2107
|
-
hand_size: NotRequired[pulumi.Input[int]]
|
|
2108
|
+
hand_size: NotRequired[pulumi.Input[builtins.int]]
|
|
2108
2109
|
"""
|
|
2109
2110
|
`handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
|
|
2110
2111
|
"""
|
|
2111
|
-
queue_length_limit: NotRequired[pulumi.Input[int]]
|
|
2112
|
+
queue_length_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
2112
2113
|
"""
|
|
2113
2114
|
`queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
|
|
2114
2115
|
"""
|
|
2115
|
-
queues: NotRequired[pulumi.Input[int]]
|
|
2116
|
+
queues: NotRequired[pulumi.Input[builtins.int]]
|
|
2116
2117
|
"""
|
|
2117
2118
|
`queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
2118
2119
|
"""
|
|
@@ -2122,14 +2123,14 @@ elif False:
|
|
|
2122
2123
|
@pulumi.input_type
|
|
2123
2124
|
class QueuingConfigurationArgs:
|
|
2124
2125
|
def __init__(__self__, *,
|
|
2125
|
-
hand_size: Optional[pulumi.Input[int]] = None,
|
|
2126
|
-
queue_length_limit: Optional[pulumi.Input[int]] = None,
|
|
2127
|
-
queues: Optional[pulumi.Input[int]] = None):
|
|
2126
|
+
hand_size: Optional[pulumi.Input[builtins.int]] = None,
|
|
2127
|
+
queue_length_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
2128
|
+
queues: Optional[pulumi.Input[builtins.int]] = None):
|
|
2128
2129
|
"""
|
|
2129
2130
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2130
|
-
:param pulumi.Input[int] hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
|
|
2131
|
-
:param pulumi.Input[int] queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
|
|
2132
|
-
:param pulumi.Input[int] queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
2131
|
+
: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.
|
|
2132
|
+
: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.
|
|
2133
|
+
:param pulumi.Input[builtins.int] queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
2133
2134
|
"""
|
|
2134
2135
|
if hand_size is not None:
|
|
2135
2136
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -2140,38 +2141,38 @@ class QueuingConfigurationArgs:
|
|
|
2140
2141
|
|
|
2141
2142
|
@property
|
|
2142
2143
|
@pulumi.getter(name="handSize")
|
|
2143
|
-
def hand_size(self) -> Optional[pulumi.Input[int]]:
|
|
2144
|
+
def hand_size(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2144
2145
|
"""
|
|
2145
2146
|
`handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
|
|
2146
2147
|
"""
|
|
2147
2148
|
return pulumi.get(self, "hand_size")
|
|
2148
2149
|
|
|
2149
2150
|
@hand_size.setter
|
|
2150
|
-
def hand_size(self, value: Optional[pulumi.Input[int]]):
|
|
2151
|
+
def hand_size(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2151
2152
|
pulumi.set(self, "hand_size", value)
|
|
2152
2153
|
|
|
2153
2154
|
@property
|
|
2154
2155
|
@pulumi.getter(name="queueLengthLimit")
|
|
2155
|
-
def queue_length_limit(self) -> Optional[pulumi.Input[int]]:
|
|
2156
|
+
def queue_length_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2156
2157
|
"""
|
|
2157
2158
|
`queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
|
|
2158
2159
|
"""
|
|
2159
2160
|
return pulumi.get(self, "queue_length_limit")
|
|
2160
2161
|
|
|
2161
2162
|
@queue_length_limit.setter
|
|
2162
|
-
def queue_length_limit(self, value: Optional[pulumi.Input[int]]):
|
|
2163
|
+
def queue_length_limit(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2163
2164
|
pulumi.set(self, "queue_length_limit", value)
|
|
2164
2165
|
|
|
2165
2166
|
@property
|
|
2166
2167
|
@pulumi.getter
|
|
2167
|
-
def queues(self) -> Optional[pulumi.Input[int]]:
|
|
2168
|
+
def queues(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2168
2169
|
"""
|
|
2169
2170
|
`queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
2170
2171
|
"""
|
|
2171
2172
|
return pulumi.get(self, "queues")
|
|
2172
2173
|
|
|
2173
2174
|
@queues.setter
|
|
2174
|
-
def queues(self, value: Optional[pulumi.Input[int]]):
|
|
2175
|
+
def queues(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2175
2176
|
pulumi.set(self, "queues", value)
|
|
2176
2177
|
|
|
2177
2178
|
|
|
@@ -2180,23 +2181,23 @@ if not MYPY:
|
|
|
2180
2181
|
"""
|
|
2181
2182
|
ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.
|
|
2182
2183
|
"""
|
|
2183
|
-
api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2184
|
+
api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2184
2185
|
"""
|
|
2185
2186
|
`apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
|
|
2186
2187
|
"""
|
|
2187
|
-
cluster_scope: NotRequired[pulumi.Input[bool]]
|
|
2188
|
+
cluster_scope: NotRequired[pulumi.Input[builtins.bool]]
|
|
2188
2189
|
"""
|
|
2189
2190
|
`clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
|
|
2190
2191
|
"""
|
|
2191
|
-
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2192
|
+
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2192
2193
|
"""
|
|
2193
2194
|
`namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
2194
2195
|
"""
|
|
2195
|
-
resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2196
|
+
resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2196
2197
|
"""
|
|
2197
2198
|
`resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
|
|
2198
2199
|
"""
|
|
2199
|
-
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2200
|
+
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2200
2201
|
"""
|
|
2201
2202
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2202
2203
|
"""
|
|
@@ -2206,18 +2207,18 @@ elif False:
|
|
|
2206
2207
|
@pulumi.input_type
|
|
2207
2208
|
class ResourcePolicyRulePatchArgs:
|
|
2208
2209
|
def __init__(__self__, *,
|
|
2209
|
-
api_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2210
|
-
cluster_scope: Optional[pulumi.Input[bool]] = None,
|
|
2211
|
-
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2212
|
-
resources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2213
|
-
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2210
|
+
api_groups: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
2211
|
+
cluster_scope: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2212
|
+
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
2213
|
+
resources: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
2214
|
+
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
2214
2215
|
"""
|
|
2215
2216
|
ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.
|
|
2216
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
|
|
2217
|
-
:param pulumi.Input[bool] cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
|
|
2218
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
2219
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
|
|
2220
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2217
|
+
: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.
|
|
2218
|
+
: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.
|
|
2219
|
+
: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.
|
|
2220
|
+
: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.
|
|
2221
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2221
2222
|
"""
|
|
2222
2223
|
if api_groups is not None:
|
|
2223
2224
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
@@ -2232,62 +2233,62 @@ class ResourcePolicyRulePatchArgs:
|
|
|
2232
2233
|
|
|
2233
2234
|
@property
|
|
2234
2235
|
@pulumi.getter(name="apiGroups")
|
|
2235
|
-
def api_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2236
|
+
def api_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2236
2237
|
"""
|
|
2237
2238
|
`apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
|
|
2238
2239
|
"""
|
|
2239
2240
|
return pulumi.get(self, "api_groups")
|
|
2240
2241
|
|
|
2241
2242
|
@api_groups.setter
|
|
2242
|
-
def api_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2243
|
+
def api_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2243
2244
|
pulumi.set(self, "api_groups", value)
|
|
2244
2245
|
|
|
2245
2246
|
@property
|
|
2246
2247
|
@pulumi.getter(name="clusterScope")
|
|
2247
|
-
def cluster_scope(self) -> Optional[pulumi.Input[bool]]:
|
|
2248
|
+
def cluster_scope(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2248
2249
|
"""
|
|
2249
2250
|
`clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
|
|
2250
2251
|
"""
|
|
2251
2252
|
return pulumi.get(self, "cluster_scope")
|
|
2252
2253
|
|
|
2253
2254
|
@cluster_scope.setter
|
|
2254
|
-
def cluster_scope(self, value: Optional[pulumi.Input[bool]]):
|
|
2255
|
+
def cluster_scope(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2255
2256
|
pulumi.set(self, "cluster_scope", value)
|
|
2256
2257
|
|
|
2257
2258
|
@property
|
|
2258
2259
|
@pulumi.getter
|
|
2259
|
-
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2260
|
+
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2260
2261
|
"""
|
|
2261
2262
|
`namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
2262
2263
|
"""
|
|
2263
2264
|
return pulumi.get(self, "namespaces")
|
|
2264
2265
|
|
|
2265
2266
|
@namespaces.setter
|
|
2266
|
-
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2267
|
+
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2267
2268
|
pulumi.set(self, "namespaces", value)
|
|
2268
2269
|
|
|
2269
2270
|
@property
|
|
2270
2271
|
@pulumi.getter
|
|
2271
|
-
def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2272
|
+
def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2272
2273
|
"""
|
|
2273
2274
|
`resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
|
|
2274
2275
|
"""
|
|
2275
2276
|
return pulumi.get(self, "resources")
|
|
2276
2277
|
|
|
2277
2278
|
@resources.setter
|
|
2278
|
-
def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2279
|
+
def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2279
2280
|
pulumi.set(self, "resources", value)
|
|
2280
2281
|
|
|
2281
2282
|
@property
|
|
2282
2283
|
@pulumi.getter
|
|
2283
|
-
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2284
|
+
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2284
2285
|
"""
|
|
2285
2286
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2286
2287
|
"""
|
|
2287
2288
|
return pulumi.get(self, "verbs")
|
|
2288
2289
|
|
|
2289
2290
|
@verbs.setter
|
|
2290
|
-
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2291
|
+
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2291
2292
|
pulumi.set(self, "verbs", value)
|
|
2292
2293
|
|
|
2293
2294
|
|
|
@@ -2296,23 +2297,23 @@ if not MYPY:
|
|
|
2296
2297
|
"""
|
|
2297
2298
|
ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.
|
|
2298
2299
|
"""
|
|
2299
|
-
api_groups: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
2300
|
+
api_groups: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
|
2300
2301
|
"""
|
|
2301
2302
|
`apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
|
|
2302
2303
|
"""
|
|
2303
|
-
resources: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
2304
|
+
resources: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
|
2304
2305
|
"""
|
|
2305
2306
|
`resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
|
|
2306
2307
|
"""
|
|
2307
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
2308
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
|
2308
2309
|
"""
|
|
2309
2310
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2310
2311
|
"""
|
|
2311
|
-
cluster_scope: NotRequired[pulumi.Input[bool]]
|
|
2312
|
+
cluster_scope: NotRequired[pulumi.Input[builtins.bool]]
|
|
2312
2313
|
"""
|
|
2313
2314
|
`clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
|
|
2314
2315
|
"""
|
|
2315
|
-
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2316
|
+
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2316
2317
|
"""
|
|
2317
2318
|
`namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
2318
2319
|
"""
|
|
@@ -2322,18 +2323,18 @@ elif False:
|
|
|
2322
2323
|
@pulumi.input_type
|
|
2323
2324
|
class ResourcePolicyRuleArgs:
|
|
2324
2325
|
def __init__(__self__, *,
|
|
2325
|
-
api_groups: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
2326
|
-
resources: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
2327
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
2328
|
-
cluster_scope: Optional[pulumi.Input[bool]] = None,
|
|
2329
|
-
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2326
|
+
api_groups: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
2327
|
+
resources: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
2328
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
2329
|
+
cluster_scope: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2330
|
+
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
2330
2331
|
"""
|
|
2331
2332
|
ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.
|
|
2332
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
|
|
2333
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
|
|
2334
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2335
|
-
:param pulumi.Input[bool] cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
|
|
2336
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
2333
|
+
: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.
|
|
2334
|
+
: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.
|
|
2335
|
+
: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.
|
|
2336
|
+
: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.
|
|
2337
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
2337
2338
|
"""
|
|
2338
2339
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
2339
2340
|
pulumi.set(__self__, "resources", resources)
|
|
@@ -2345,62 +2346,62 @@ class ResourcePolicyRuleArgs:
|
|
|
2345
2346
|
|
|
2346
2347
|
@property
|
|
2347
2348
|
@pulumi.getter(name="apiGroups")
|
|
2348
|
-
def api_groups(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
2349
|
+
def api_groups(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
2349
2350
|
"""
|
|
2350
2351
|
`apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
|
|
2351
2352
|
"""
|
|
2352
2353
|
return pulumi.get(self, "api_groups")
|
|
2353
2354
|
|
|
2354
2355
|
@api_groups.setter
|
|
2355
|
-
def api_groups(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
2356
|
+
def api_groups(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
2356
2357
|
pulumi.set(self, "api_groups", value)
|
|
2357
2358
|
|
|
2358
2359
|
@property
|
|
2359
2360
|
@pulumi.getter
|
|
2360
|
-
def resources(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
2361
|
+
def resources(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
2361
2362
|
"""
|
|
2362
2363
|
`resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
|
|
2363
2364
|
"""
|
|
2364
2365
|
return pulumi.get(self, "resources")
|
|
2365
2366
|
|
|
2366
2367
|
@resources.setter
|
|
2367
|
-
def resources(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
2368
|
+
def resources(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
2368
2369
|
pulumi.set(self, "resources", value)
|
|
2369
2370
|
|
|
2370
2371
|
@property
|
|
2371
2372
|
@pulumi.getter
|
|
2372
|
-
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
2373
|
+
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
2373
2374
|
"""
|
|
2374
2375
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2375
2376
|
"""
|
|
2376
2377
|
return pulumi.get(self, "verbs")
|
|
2377
2378
|
|
|
2378
2379
|
@verbs.setter
|
|
2379
|
-
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
2380
|
+
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
2380
2381
|
pulumi.set(self, "verbs", value)
|
|
2381
2382
|
|
|
2382
2383
|
@property
|
|
2383
2384
|
@pulumi.getter(name="clusterScope")
|
|
2384
|
-
def cluster_scope(self) -> Optional[pulumi.Input[bool]]:
|
|
2385
|
+
def cluster_scope(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2385
2386
|
"""
|
|
2386
2387
|
`clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
|
|
2387
2388
|
"""
|
|
2388
2389
|
return pulumi.get(self, "cluster_scope")
|
|
2389
2390
|
|
|
2390
2391
|
@cluster_scope.setter
|
|
2391
|
-
def cluster_scope(self, value: Optional[pulumi.Input[bool]]):
|
|
2392
|
+
def cluster_scope(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2392
2393
|
pulumi.set(self, "cluster_scope", value)
|
|
2393
2394
|
|
|
2394
2395
|
@property
|
|
2395
2396
|
@pulumi.getter
|
|
2396
|
-
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2397
|
+
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2397
2398
|
"""
|
|
2398
2399
|
`namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
2399
2400
|
"""
|
|
2400
2401
|
return pulumi.get(self, "namespaces")
|
|
2401
2402
|
|
|
2402
2403
|
@namespaces.setter
|
|
2403
|
-
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2404
|
+
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2404
2405
|
pulumi.set(self, "namespaces", value)
|
|
2405
2406
|
|
|
2406
2407
|
|
|
@@ -2409,11 +2410,11 @@ if not MYPY:
|
|
|
2409
2410
|
"""
|
|
2410
2411
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2411
2412
|
"""
|
|
2412
|
-
name: NotRequired[pulumi.Input[str]]
|
|
2413
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
2413
2414
|
"""
|
|
2414
2415
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2415
2416
|
"""
|
|
2416
|
-
namespace: NotRequired[pulumi.Input[str]]
|
|
2417
|
+
namespace: NotRequired[pulumi.Input[builtins.str]]
|
|
2417
2418
|
"""
|
|
2418
2419
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2419
2420
|
"""
|
|
@@ -2423,12 +2424,12 @@ elif False:
|
|
|
2423
2424
|
@pulumi.input_type
|
|
2424
2425
|
class ServiceAccountSubjectPatchArgs:
|
|
2425
2426
|
def __init__(__self__, *,
|
|
2426
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
2427
|
-
namespace: Optional[pulumi.Input[str]] = None):
|
|
2427
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
2428
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None):
|
|
2428
2429
|
"""
|
|
2429
2430
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2430
|
-
:param pulumi.Input[str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2431
|
-
:param pulumi.Input[str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2431
|
+
:param pulumi.Input[builtins.str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2432
|
+
:param pulumi.Input[builtins.str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2432
2433
|
"""
|
|
2433
2434
|
if name is not None:
|
|
2434
2435
|
pulumi.set(__self__, "name", name)
|
|
@@ -2437,26 +2438,26 @@ class ServiceAccountSubjectPatchArgs:
|
|
|
2437
2438
|
|
|
2438
2439
|
@property
|
|
2439
2440
|
@pulumi.getter
|
|
2440
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2441
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2441
2442
|
"""
|
|
2442
2443
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2443
2444
|
"""
|
|
2444
2445
|
return pulumi.get(self, "name")
|
|
2445
2446
|
|
|
2446
2447
|
@name.setter
|
|
2447
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2448
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2448
2449
|
pulumi.set(self, "name", value)
|
|
2449
2450
|
|
|
2450
2451
|
@property
|
|
2451
2452
|
@pulumi.getter
|
|
2452
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
2453
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2453
2454
|
"""
|
|
2454
2455
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2455
2456
|
"""
|
|
2456
2457
|
return pulumi.get(self, "namespace")
|
|
2457
2458
|
|
|
2458
2459
|
@namespace.setter
|
|
2459
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
|
2460
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2460
2461
|
pulumi.set(self, "namespace", value)
|
|
2461
2462
|
|
|
2462
2463
|
|
|
@@ -2465,11 +2466,11 @@ if not MYPY:
|
|
|
2465
2466
|
"""
|
|
2466
2467
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2467
2468
|
"""
|
|
2468
|
-
name: pulumi.Input[str]
|
|
2469
|
+
name: pulumi.Input[builtins.str]
|
|
2469
2470
|
"""
|
|
2470
2471
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2471
2472
|
"""
|
|
2472
|
-
namespace: pulumi.Input[str]
|
|
2473
|
+
namespace: pulumi.Input[builtins.str]
|
|
2473
2474
|
"""
|
|
2474
2475
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2475
2476
|
"""
|
|
@@ -2479,38 +2480,38 @@ elif False:
|
|
|
2479
2480
|
@pulumi.input_type
|
|
2480
2481
|
class ServiceAccountSubjectArgs:
|
|
2481
2482
|
def __init__(__self__, *,
|
|
2482
|
-
name: pulumi.Input[str],
|
|
2483
|
-
namespace: pulumi.Input[str]):
|
|
2483
|
+
name: pulumi.Input[builtins.str],
|
|
2484
|
+
namespace: pulumi.Input[builtins.str]):
|
|
2484
2485
|
"""
|
|
2485
2486
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2486
|
-
:param pulumi.Input[str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2487
|
-
:param pulumi.Input[str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2487
|
+
:param pulumi.Input[builtins.str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2488
|
+
:param pulumi.Input[builtins.str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2488
2489
|
"""
|
|
2489
2490
|
pulumi.set(__self__, "name", name)
|
|
2490
2491
|
pulumi.set(__self__, "namespace", namespace)
|
|
2491
2492
|
|
|
2492
2493
|
@property
|
|
2493
2494
|
@pulumi.getter
|
|
2494
|
-
def name(self) -> pulumi.Input[str]:
|
|
2495
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
2495
2496
|
"""
|
|
2496
2497
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2497
2498
|
"""
|
|
2498
2499
|
return pulumi.get(self, "name")
|
|
2499
2500
|
|
|
2500
2501
|
@name.setter
|
|
2501
|
-
def name(self, value: pulumi.Input[str]):
|
|
2502
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
2502
2503
|
pulumi.set(self, "name", value)
|
|
2503
2504
|
|
|
2504
2505
|
@property
|
|
2505
2506
|
@pulumi.getter
|
|
2506
|
-
def namespace(self) -> pulumi.Input[str]:
|
|
2507
|
+
def namespace(self) -> pulumi.Input[builtins.str]:
|
|
2507
2508
|
"""
|
|
2508
2509
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2509
2510
|
"""
|
|
2510
2511
|
return pulumi.get(self, "namespace")
|
|
2511
2512
|
|
|
2512
2513
|
@namespace.setter
|
|
2513
|
-
def namespace(self, value: pulumi.Input[str]):
|
|
2514
|
+
def namespace(self, value: pulumi.Input[builtins.str]):
|
|
2514
2515
|
pulumi.set(self, "namespace", value)
|
|
2515
2516
|
|
|
2516
2517
|
|
|
@@ -2523,7 +2524,7 @@ if not MYPY:
|
|
|
2523
2524
|
"""
|
|
2524
2525
|
`group` matches based on user group name.
|
|
2525
2526
|
"""
|
|
2526
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
2527
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
2527
2528
|
"""
|
|
2528
2529
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2529
2530
|
"""
|
|
@@ -2542,13 +2543,13 @@ elif False:
|
|
|
2542
2543
|
class SubjectPatchArgs:
|
|
2543
2544
|
def __init__(__self__, *,
|
|
2544
2545
|
group: Optional[pulumi.Input['GroupSubjectPatchArgs']] = None,
|
|
2545
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
2546
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
2546
2547
|
service_account: Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']] = None,
|
|
2547
2548
|
user: Optional[pulumi.Input['UserSubjectPatchArgs']] = None):
|
|
2548
2549
|
"""
|
|
2549
2550
|
Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
|
|
2550
2551
|
:param pulumi.Input['GroupSubjectPatchArgs'] group: `group` matches based on user group name.
|
|
2551
|
-
:param pulumi.Input[str] kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2552
|
+
:param pulumi.Input[builtins.str] kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2552
2553
|
:param pulumi.Input['ServiceAccountSubjectPatchArgs'] service_account: `serviceAccount` matches ServiceAccounts.
|
|
2553
2554
|
:param pulumi.Input['UserSubjectPatchArgs'] user: `user` matches based on username.
|
|
2554
2555
|
"""
|
|
@@ -2575,14 +2576,14 @@ class SubjectPatchArgs:
|
|
|
2575
2576
|
|
|
2576
2577
|
@property
|
|
2577
2578
|
@pulumi.getter
|
|
2578
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
2579
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2579
2580
|
"""
|
|
2580
2581
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2581
2582
|
"""
|
|
2582
2583
|
return pulumi.get(self, "kind")
|
|
2583
2584
|
|
|
2584
2585
|
@kind.setter
|
|
2585
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
2586
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2586
2587
|
pulumi.set(self, "kind", value)
|
|
2587
2588
|
|
|
2588
2589
|
@property
|
|
@@ -2615,7 +2616,7 @@ if not MYPY:
|
|
|
2615
2616
|
"""
|
|
2616
2617
|
Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
|
|
2617
2618
|
"""
|
|
2618
|
-
kind: pulumi.Input[str]
|
|
2619
|
+
kind: pulumi.Input[builtins.str]
|
|
2619
2620
|
"""
|
|
2620
2621
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2621
2622
|
"""
|
|
@@ -2637,13 +2638,13 @@ elif False:
|
|
|
2637
2638
|
@pulumi.input_type
|
|
2638
2639
|
class SubjectArgs:
|
|
2639
2640
|
def __init__(__self__, *,
|
|
2640
|
-
kind: pulumi.Input[str],
|
|
2641
|
+
kind: pulumi.Input[builtins.str],
|
|
2641
2642
|
group: Optional[pulumi.Input['GroupSubjectArgs']] = None,
|
|
2642
2643
|
service_account: Optional[pulumi.Input['ServiceAccountSubjectArgs']] = None,
|
|
2643
2644
|
user: Optional[pulumi.Input['UserSubjectArgs']] = None):
|
|
2644
2645
|
"""
|
|
2645
2646
|
Subject matches the originator of a request, as identified by the request authentication system. There are three ways of matching an originator; by user, group, or service account.
|
|
2646
|
-
:param pulumi.Input[str] kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2647
|
+
:param pulumi.Input[builtins.str] kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2647
2648
|
:param pulumi.Input['GroupSubjectArgs'] group: `group` matches based on user group name.
|
|
2648
2649
|
:param pulumi.Input['ServiceAccountSubjectArgs'] service_account: `serviceAccount` matches ServiceAccounts.
|
|
2649
2650
|
:param pulumi.Input['UserSubjectArgs'] user: `user` matches based on username.
|
|
@@ -2658,14 +2659,14 @@ class SubjectArgs:
|
|
|
2658
2659
|
|
|
2659
2660
|
@property
|
|
2660
2661
|
@pulumi.getter
|
|
2661
|
-
def kind(self) -> pulumi.Input[str]:
|
|
2662
|
+
def kind(self) -> pulumi.Input[builtins.str]:
|
|
2662
2663
|
"""
|
|
2663
2664
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2664
2665
|
"""
|
|
2665
2666
|
return pulumi.get(self, "kind")
|
|
2666
2667
|
|
|
2667
2668
|
@kind.setter
|
|
2668
|
-
def kind(self, value: pulumi.Input[str]):
|
|
2669
|
+
def kind(self, value: pulumi.Input[builtins.str]):
|
|
2669
2670
|
pulumi.set(self, "kind", value)
|
|
2670
2671
|
|
|
2671
2672
|
@property
|
|
@@ -2710,7 +2711,7 @@ if not MYPY:
|
|
|
2710
2711
|
"""
|
|
2711
2712
|
UserSubject holds detailed information for user-kind subject.
|
|
2712
2713
|
"""
|
|
2713
|
-
name: NotRequired[pulumi.Input[str]]
|
|
2714
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
2714
2715
|
"""
|
|
2715
2716
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2716
2717
|
"""
|
|
@@ -2720,24 +2721,24 @@ elif False:
|
|
|
2720
2721
|
@pulumi.input_type
|
|
2721
2722
|
class UserSubjectPatchArgs:
|
|
2722
2723
|
def __init__(__self__, *,
|
|
2723
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
2724
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
2724
2725
|
"""
|
|
2725
2726
|
UserSubject holds detailed information for user-kind subject.
|
|
2726
|
-
:param pulumi.Input[str] name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2727
|
+
:param pulumi.Input[builtins.str] name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2727
2728
|
"""
|
|
2728
2729
|
if name is not None:
|
|
2729
2730
|
pulumi.set(__self__, "name", name)
|
|
2730
2731
|
|
|
2731
2732
|
@property
|
|
2732
2733
|
@pulumi.getter
|
|
2733
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2734
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2734
2735
|
"""
|
|
2735
2736
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2736
2737
|
"""
|
|
2737
2738
|
return pulumi.get(self, "name")
|
|
2738
2739
|
|
|
2739
2740
|
@name.setter
|
|
2740
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2741
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2741
2742
|
pulumi.set(self, "name", value)
|
|
2742
2743
|
|
|
2743
2744
|
|
|
@@ -2746,7 +2747,7 @@ if not MYPY:
|
|
|
2746
2747
|
"""
|
|
2747
2748
|
UserSubject holds detailed information for user-kind subject.
|
|
2748
2749
|
"""
|
|
2749
|
-
name: pulumi.Input[str]
|
|
2750
|
+
name: pulumi.Input[builtins.str]
|
|
2750
2751
|
"""
|
|
2751
2752
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2752
2753
|
"""
|
|
@@ -2756,23 +2757,23 @@ elif False:
|
|
|
2756
2757
|
@pulumi.input_type
|
|
2757
2758
|
class UserSubjectArgs:
|
|
2758
2759
|
def __init__(__self__, *,
|
|
2759
|
-
name: pulumi.Input[str]):
|
|
2760
|
+
name: pulumi.Input[builtins.str]):
|
|
2760
2761
|
"""
|
|
2761
2762
|
UserSubject holds detailed information for user-kind subject.
|
|
2762
|
-
:param pulumi.Input[str] name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2763
|
+
:param pulumi.Input[builtins.str] name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2763
2764
|
"""
|
|
2764
2765
|
pulumi.set(__self__, "name", name)
|
|
2765
2766
|
|
|
2766
2767
|
@property
|
|
2767
2768
|
@pulumi.getter
|
|
2768
|
-
def name(self) -> pulumi.Input[str]:
|
|
2769
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
2769
2770
|
"""
|
|
2770
2771
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2771
2772
|
"""
|
|
2772
2773
|
return pulumi.get(self, "name")
|
|
2773
2774
|
|
|
2774
2775
|
@name.setter
|
|
2775
|
-
def name(self, value: pulumi.Input[str]):
|
|
2776
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
2776
2777
|
pulumi.set(self, "name", value)
|
|
2777
2778
|
|
|
2778
2779
|
|