pulumi-kubernetes 4.23.0a1743496684__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.0a1743496684.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.0a1743496684.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743496684.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
|
-
assured_concurrency_shares: NotRequired[pulumi.Input[int]]
|
|
963
|
+
assured_concurrency_shares: NotRequired[pulumi.Input[builtins.int]]
|
|
963
964
|
"""
|
|
964
965
|
`assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
|
|
965
966
|
|
|
@@ -967,7 +968,7 @@ if not MYPY:
|
|
|
967
968
|
|
|
968
969
|
bigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30.
|
|
969
970
|
"""
|
|
970
|
-
borrowing_limit_percent: NotRequired[pulumi.Input[int]]
|
|
971
|
+
borrowing_limit_percent: NotRequired[pulumi.Input[builtins.int]]
|
|
971
972
|
"""
|
|
972
973
|
`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.
|
|
973
974
|
|
|
@@ -975,7 +976,7 @@ if not MYPY:
|
|
|
975
976
|
|
|
976
977
|
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.
|
|
977
978
|
"""
|
|
978
|
-
lendable_percent: NotRequired[pulumi.Input[int]]
|
|
979
|
+
lendable_percent: NotRequired[pulumi.Input[builtins.int]]
|
|
979
980
|
"""
|
|
980
981
|
`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.
|
|
981
982
|
|
|
@@ -991,25 +992,25 @@ elif False:
|
|
|
991
992
|
@pulumi.input_type
|
|
992
993
|
class LimitedPriorityLevelConfigurationPatchArgs:
|
|
993
994
|
def __init__(__self__, *,
|
|
994
|
-
assured_concurrency_shares: Optional[pulumi.Input[int]] = None,
|
|
995
|
-
borrowing_limit_percent: Optional[pulumi.Input[int]] = None,
|
|
996
|
-
lendable_percent: Optional[pulumi.Input[int]] = None,
|
|
995
|
+
assured_concurrency_shares: Optional[pulumi.Input[builtins.int]] = None,
|
|
996
|
+
borrowing_limit_percent: Optional[pulumi.Input[builtins.int]] = None,
|
|
997
|
+
lendable_percent: Optional[pulumi.Input[builtins.int]] = None,
|
|
997
998
|
limit_response: Optional[pulumi.Input['LimitResponsePatchArgs']] = None):
|
|
998
999
|
"""
|
|
999
1000
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
1000
1001
|
- How are requests for this priority level limited?
|
|
1001
1002
|
- What should be done with requests that exceed the limit?
|
|
1002
|
-
:param pulumi.Input[int] assured_concurrency_shares: `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
|
|
1003
|
+
:param pulumi.Input[builtins.int] assured_concurrency_shares: `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
|
|
1003
1004
|
|
|
1004
1005
|
ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
|
|
1005
1006
|
|
|
1006
1007
|
bigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30.
|
|
1007
|
-
: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.
|
|
1008
|
+
:param pulumi.Input[builtins.int] borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
1008
1009
|
|
|
1009
1010
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
1010
1011
|
|
|
1011
1012
|
The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.
|
|
1012
|
-
:param pulumi.Input[int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
1013
|
+
:param pulumi.Input[builtins.int] lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
1013
1014
|
|
|
1014
1015
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
1015
1016
|
:param pulumi.Input['LimitResponsePatchArgs'] limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
@@ -1025,7 +1026,7 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1025
1026
|
|
|
1026
1027
|
@property
|
|
1027
1028
|
@pulumi.getter(name="assuredConcurrencyShares")
|
|
1028
|
-
def assured_concurrency_shares(self) -> Optional[pulumi.Input[int]]:
|
|
1029
|
+
def assured_concurrency_shares(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1029
1030
|
"""
|
|
1030
1031
|
`assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
|
|
1031
1032
|
|
|
@@ -1036,12 +1037,12 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1036
1037
|
return pulumi.get(self, "assured_concurrency_shares")
|
|
1037
1038
|
|
|
1038
1039
|
@assured_concurrency_shares.setter
|
|
1039
|
-
def assured_concurrency_shares(self, value: Optional[pulumi.Input[int]]):
|
|
1040
|
+
def assured_concurrency_shares(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1040
1041
|
pulumi.set(self, "assured_concurrency_shares", value)
|
|
1041
1042
|
|
|
1042
1043
|
@property
|
|
1043
1044
|
@pulumi.getter(name="borrowingLimitPercent")
|
|
1044
|
-
def borrowing_limit_percent(self) -> Optional[pulumi.Input[int]]:
|
|
1045
|
+
def borrowing_limit_percent(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1045
1046
|
"""
|
|
1046
1047
|
`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.
|
|
1047
1048
|
|
|
@@ -1052,12 +1053,12 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1052
1053
|
return pulumi.get(self, "borrowing_limit_percent")
|
|
1053
1054
|
|
|
1054
1055
|
@borrowing_limit_percent.setter
|
|
1055
|
-
def borrowing_limit_percent(self, value: Optional[pulumi.Input[int]]):
|
|
1056
|
+
def borrowing_limit_percent(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1056
1057
|
pulumi.set(self, "borrowing_limit_percent", value)
|
|
1057
1058
|
|
|
1058
1059
|
@property
|
|
1059
1060
|
@pulumi.getter(name="lendablePercent")
|
|
1060
|
-
def lendable_percent(self) -> Optional[pulumi.Input[int]]:
|
|
1061
|
+
def lendable_percent(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1061
1062
|
"""
|
|
1062
1063
|
`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.
|
|
1063
1064
|
|
|
@@ -1066,7 +1067,7 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
1066
1067
|
return pulumi.get(self, "lendable_percent")
|
|
1067
1068
|
|
|
1068
1069
|
@lendable_percent.setter
|
|
1069
|
-
def lendable_percent(self, value: Optional[pulumi.Input[int]]):
|
|
1070
|
+
def lendable_percent(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1070
1071
|
pulumi.set(self, "lendable_percent", value)
|
|
1071
1072
|
|
|
1072
1073
|
@property
|
|
@@ -1089,7 +1090,7 @@ if not MYPY:
|
|
|
1089
1090
|
- How are requests for this priority level limited?
|
|
1090
1091
|
- What should be done with requests that exceed the limit?
|
|
1091
1092
|
"""
|
|
1092
|
-
assured_concurrency_shares: NotRequired[pulumi.Input[int]]
|
|
1093
|
+
assured_concurrency_shares: NotRequired[pulumi.Input[builtins.int]]
|
|
1093
1094
|
"""
|
|
1094
1095
|
`assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
|
|
1095
1096
|
|
|
@@ -1097,7 +1098,7 @@ if not MYPY:
|
|
|
1097
1098
|
|
|
1098
1099
|
bigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30.
|
|
1099
1100
|
"""
|
|
1100
|
-
borrowing_limit_percent: NotRequired[pulumi.Input[int]]
|
|
1101
|
+
borrowing_limit_percent: NotRequired[pulumi.Input[builtins.int]]
|
|
1101
1102
|
"""
|
|
1102
1103
|
`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.
|
|
1103
1104
|
|
|
@@ -1105,7 +1106,7 @@ if not MYPY:
|
|
|
1105
1106
|
|
|
1106
1107
|
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.
|
|
1107
1108
|
"""
|
|
1108
|
-
lendable_percent: NotRequired[pulumi.Input[int]]
|
|
1109
|
+
lendable_percent: NotRequired[pulumi.Input[builtins.int]]
|
|
1109
1110
|
"""
|
|
1110
1111
|
`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.
|
|
1111
1112
|
|
|
@@ -1121,25 +1122,25 @@ elif False:
|
|
|
1121
1122
|
@pulumi.input_type
|
|
1122
1123
|
class LimitedPriorityLevelConfigurationArgs:
|
|
1123
1124
|
def __init__(__self__, *,
|
|
1124
|
-
assured_concurrency_shares: Optional[pulumi.Input[int]] = None,
|
|
1125
|
-
borrowing_limit_percent: Optional[pulumi.Input[int]] = None,
|
|
1126
|
-
lendable_percent: Optional[pulumi.Input[int]] = None,
|
|
1125
|
+
assured_concurrency_shares: Optional[pulumi.Input[builtins.int]] = None,
|
|
1126
|
+
borrowing_limit_percent: Optional[pulumi.Input[builtins.int]] = None,
|
|
1127
|
+
lendable_percent: Optional[pulumi.Input[builtins.int]] = None,
|
|
1127
1128
|
limit_response: Optional[pulumi.Input['LimitResponseArgs']] = None):
|
|
1128
1129
|
"""
|
|
1129
1130
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
1130
1131
|
- How are requests for this priority level limited?
|
|
1131
1132
|
- What should be done with requests that exceed the limit?
|
|
1132
|
-
:param pulumi.Input[int] assured_concurrency_shares: `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
|
|
1133
|
+
:param pulumi.Input[builtins.int] assured_concurrency_shares: `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
|
|
1133
1134
|
|
|
1134
1135
|
ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
|
|
1135
1136
|
|
|
1136
1137
|
bigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30.
|
|
1137
|
-
: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.
|
|
1138
|
+
: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.
|
|
1138
1139
|
|
|
1139
1140
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
1140
1141
|
|
|
1141
1142
|
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.
|
|
1142
|
-
: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.
|
|
1143
|
+
: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.
|
|
1143
1144
|
|
|
1144
1145
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
1145
1146
|
:param pulumi.Input['LimitResponseArgs'] limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
@@ -1155,7 +1156,7 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1155
1156
|
|
|
1156
1157
|
@property
|
|
1157
1158
|
@pulumi.getter(name="assuredConcurrencyShares")
|
|
1158
|
-
def assured_concurrency_shares(self) -> Optional[pulumi.Input[int]]:
|
|
1159
|
+
def assured_concurrency_shares(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1159
1160
|
"""
|
|
1160
1161
|
`assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
|
|
1161
1162
|
|
|
@@ -1166,12 +1167,12 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1166
1167
|
return pulumi.get(self, "assured_concurrency_shares")
|
|
1167
1168
|
|
|
1168
1169
|
@assured_concurrency_shares.setter
|
|
1169
|
-
def assured_concurrency_shares(self, value: Optional[pulumi.Input[int]]):
|
|
1170
|
+
def assured_concurrency_shares(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1170
1171
|
pulumi.set(self, "assured_concurrency_shares", value)
|
|
1171
1172
|
|
|
1172
1173
|
@property
|
|
1173
1174
|
@pulumi.getter(name="borrowingLimitPercent")
|
|
1174
|
-
def borrowing_limit_percent(self) -> Optional[pulumi.Input[int]]:
|
|
1175
|
+
def borrowing_limit_percent(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1175
1176
|
"""
|
|
1176
1177
|
`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.
|
|
1177
1178
|
|
|
@@ -1182,12 +1183,12 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1182
1183
|
return pulumi.get(self, "borrowing_limit_percent")
|
|
1183
1184
|
|
|
1184
1185
|
@borrowing_limit_percent.setter
|
|
1185
|
-
def borrowing_limit_percent(self, value: Optional[pulumi.Input[int]]):
|
|
1186
|
+
def borrowing_limit_percent(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1186
1187
|
pulumi.set(self, "borrowing_limit_percent", value)
|
|
1187
1188
|
|
|
1188
1189
|
@property
|
|
1189
1190
|
@pulumi.getter(name="lendablePercent")
|
|
1190
|
-
def lendable_percent(self) -> Optional[pulumi.Input[int]]:
|
|
1191
|
+
def lendable_percent(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
1191
1192
|
"""
|
|
1192
1193
|
`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.
|
|
1193
1194
|
|
|
@@ -1196,7 +1197,7 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
1196
1197
|
return pulumi.get(self, "lendable_percent")
|
|
1197
1198
|
|
|
1198
1199
|
@lendable_percent.setter
|
|
1199
|
-
def lendable_percent(self, value: Optional[pulumi.Input[int]]):
|
|
1200
|
+
def lendable_percent(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
1200
1201
|
pulumi.set(self, "lendable_percent", value)
|
|
1201
1202
|
|
|
1202
1203
|
@property
|
|
@@ -1217,7 +1218,7 @@ if not MYPY:
|
|
|
1217
1218
|
"""
|
|
1218
1219
|
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.
|
|
1219
1220
|
"""
|
|
1220
|
-
non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1221
|
+
non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1221
1222
|
"""
|
|
1222
1223
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1223
1224
|
- "/healthz" is legal
|
|
@@ -1227,7 +1228,7 @@ if not MYPY:
|
|
|
1227
1228
|
- "/healthz/*" matches all per-component health checks.
|
|
1228
1229
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1229
1230
|
"""
|
|
1230
|
-
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
1231
|
+
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
1231
1232
|
"""
|
|
1232
1233
|
`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.
|
|
1233
1234
|
"""
|
|
@@ -1237,18 +1238,18 @@ elif False:
|
|
|
1237
1238
|
@pulumi.input_type
|
|
1238
1239
|
class NonResourcePolicyRulePatchArgs:
|
|
1239
1240
|
def __init__(__self__, *,
|
|
1240
|
-
non_resource_urls: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1241
|
-
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1241
|
+
non_resource_urls: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
1242
|
+
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
1242
1243
|
"""
|
|
1243
1244
|
NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
|
|
1244
|
-
: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:
|
|
1245
|
+
: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:
|
|
1245
1246
|
- "/healthz" is legal
|
|
1246
1247
|
- "/hea*" is illegal
|
|
1247
1248
|
- "/hea" is legal but matches nothing
|
|
1248
1249
|
- "/hea/*" also matches nothing
|
|
1249
1250
|
- "/healthz/*" matches all per-component health checks.
|
|
1250
1251
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1251
|
-
: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.
|
|
1252
|
+
: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.
|
|
1252
1253
|
"""
|
|
1253
1254
|
if non_resource_urls is not None:
|
|
1254
1255
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
@@ -1257,7 +1258,7 @@ class NonResourcePolicyRulePatchArgs:
|
|
|
1257
1258
|
|
|
1258
1259
|
@property
|
|
1259
1260
|
@pulumi.getter(name="nonResourceURLs")
|
|
1260
|
-
def non_resource_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1261
|
+
def non_resource_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1261
1262
|
"""
|
|
1262
1263
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1263
1264
|
- "/healthz" is legal
|
|
@@ -1270,19 +1271,19 @@ class NonResourcePolicyRulePatchArgs:
|
|
|
1270
1271
|
return pulumi.get(self, "non_resource_urls")
|
|
1271
1272
|
|
|
1272
1273
|
@non_resource_urls.setter
|
|
1273
|
-
def non_resource_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1274
|
+
def non_resource_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1274
1275
|
pulumi.set(self, "non_resource_urls", value)
|
|
1275
1276
|
|
|
1276
1277
|
@property
|
|
1277
1278
|
@pulumi.getter
|
|
1278
|
-
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1279
|
+
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
1279
1280
|
"""
|
|
1280
1281
|
`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.
|
|
1281
1282
|
"""
|
|
1282
1283
|
return pulumi.get(self, "verbs")
|
|
1283
1284
|
|
|
1284
1285
|
@verbs.setter
|
|
1285
|
-
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1286
|
+
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
1286
1287
|
pulumi.set(self, "verbs", value)
|
|
1287
1288
|
|
|
1288
1289
|
|
|
@@ -1291,7 +1292,7 @@ if not MYPY:
|
|
|
1291
1292
|
"""
|
|
1292
1293
|
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.
|
|
1293
1294
|
"""
|
|
1294
|
-
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
1295
|
+
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
|
1295
1296
|
"""
|
|
1296
1297
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1297
1298
|
- "/healthz" is legal
|
|
@@ -1301,7 +1302,7 @@ if not MYPY:
|
|
|
1301
1302
|
- "/healthz/*" matches all per-component health checks.
|
|
1302
1303
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1303
1304
|
"""
|
|
1304
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
1305
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
|
1305
1306
|
"""
|
|
1306
1307
|
`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.
|
|
1307
1308
|
"""
|
|
@@ -1311,25 +1312,25 @@ elif False:
|
|
|
1311
1312
|
@pulumi.input_type
|
|
1312
1313
|
class NonResourcePolicyRuleArgs:
|
|
1313
1314
|
def __init__(__self__, *,
|
|
1314
|
-
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
1315
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
1315
|
+
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
1316
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
1316
1317
|
"""
|
|
1317
1318
|
NonResourcePolicyRule is a predicate that matches non-resource requests according to their verb and the target non-resource URL. A NonResourcePolicyRule matches a request if and only if both (a) at least one member of verbs matches the request and (b) at least one member of nonResourceURLs matches the request.
|
|
1318
|
-
: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:
|
|
1319
|
+
: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:
|
|
1319
1320
|
- "/healthz" is legal
|
|
1320
1321
|
- "/hea*" is illegal
|
|
1321
1322
|
- "/hea" is legal but matches nothing
|
|
1322
1323
|
- "/hea/*" also matches nothing
|
|
1323
1324
|
- "/healthz/*" matches all per-component health checks.
|
|
1324
1325
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1325
|
-
: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.
|
|
1326
|
+
: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.
|
|
1326
1327
|
"""
|
|
1327
1328
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
1328
1329
|
pulumi.set(__self__, "verbs", verbs)
|
|
1329
1330
|
|
|
1330
1331
|
@property
|
|
1331
1332
|
@pulumi.getter(name="nonResourceURLs")
|
|
1332
|
-
def non_resource_urls(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
1333
|
+
def non_resource_urls(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
1333
1334
|
"""
|
|
1334
1335
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1335
1336
|
- "/healthz" is legal
|
|
@@ -1342,19 +1343,19 @@ class NonResourcePolicyRuleArgs:
|
|
|
1342
1343
|
return pulumi.get(self, "non_resource_urls")
|
|
1343
1344
|
|
|
1344
1345
|
@non_resource_urls.setter
|
|
1345
|
-
def non_resource_urls(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
1346
|
+
def non_resource_urls(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
1346
1347
|
pulumi.set(self, "non_resource_urls", value)
|
|
1347
1348
|
|
|
1348
1349
|
@property
|
|
1349
1350
|
@pulumi.getter
|
|
1350
|
-
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
1351
|
+
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
1351
1352
|
"""
|
|
1352
1353
|
`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.
|
|
1353
1354
|
"""
|
|
1354
1355
|
return pulumi.get(self, "verbs")
|
|
1355
1356
|
|
|
1356
1357
|
@verbs.setter
|
|
1357
|
-
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
1358
|
+
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
1358
1359
|
pulumi.set(self, "verbs", value)
|
|
1359
1360
|
|
|
1360
1361
|
|
|
@@ -1514,23 +1515,23 @@ if not MYPY:
|
|
|
1514
1515
|
"""
|
|
1515
1516
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1516
1517
|
"""
|
|
1517
|
-
last_transition_time: NotRequired[pulumi.Input[str]]
|
|
1518
|
+
last_transition_time: NotRequired[pulumi.Input[builtins.str]]
|
|
1518
1519
|
"""
|
|
1519
1520
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1520
1521
|
"""
|
|
1521
|
-
message: NotRequired[pulumi.Input[str]]
|
|
1522
|
+
message: NotRequired[pulumi.Input[builtins.str]]
|
|
1522
1523
|
"""
|
|
1523
1524
|
`message` is a human-readable message indicating details about last transition.
|
|
1524
1525
|
"""
|
|
1525
|
-
reason: NotRequired[pulumi.Input[str]]
|
|
1526
|
+
reason: NotRequired[pulumi.Input[builtins.str]]
|
|
1526
1527
|
"""
|
|
1527
1528
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1528
1529
|
"""
|
|
1529
|
-
status: NotRequired[pulumi.Input[str]]
|
|
1530
|
+
status: NotRequired[pulumi.Input[builtins.str]]
|
|
1530
1531
|
"""
|
|
1531
1532
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1532
1533
|
"""
|
|
1533
|
-
type: NotRequired[pulumi.Input[str]]
|
|
1534
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
1534
1535
|
"""
|
|
1535
1536
|
`type` is the type of the condition. Required.
|
|
1536
1537
|
"""
|
|
@@ -1540,18 +1541,18 @@ elif False:
|
|
|
1540
1541
|
@pulumi.input_type
|
|
1541
1542
|
class PriorityLevelConfigurationConditionArgs:
|
|
1542
1543
|
def __init__(__self__, *,
|
|
1543
|
-
last_transition_time: Optional[pulumi.Input[str]] = None,
|
|
1544
|
-
message: Optional[pulumi.Input[str]] = None,
|
|
1545
|
-
reason: Optional[pulumi.Input[str]] = None,
|
|
1546
|
-
status: Optional[pulumi.Input[str]] = None,
|
|
1547
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
1544
|
+
last_transition_time: Optional[pulumi.Input[builtins.str]] = None,
|
|
1545
|
+
message: Optional[pulumi.Input[builtins.str]] = None,
|
|
1546
|
+
reason: Optional[pulumi.Input[builtins.str]] = None,
|
|
1547
|
+
status: Optional[pulumi.Input[builtins.str]] = None,
|
|
1548
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
1548
1549
|
"""
|
|
1549
1550
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1550
|
-
:param pulumi.Input[str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1551
|
-
:param pulumi.Input[str] message: `message` is a human-readable message indicating details about last transition.
|
|
1552
|
-
:param pulumi.Input[str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1553
|
-
:param pulumi.Input[str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1554
|
-
:param pulumi.Input[str] type: `type` is the type of the condition. Required.
|
|
1551
|
+
:param pulumi.Input[builtins.str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1552
|
+
:param pulumi.Input[builtins.str] message: `message` is a human-readable message indicating details about last transition.
|
|
1553
|
+
:param pulumi.Input[builtins.str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1554
|
+
:param pulumi.Input[builtins.str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1555
|
+
:param pulumi.Input[builtins.str] type: `type` is the type of the condition. Required.
|
|
1555
1556
|
"""
|
|
1556
1557
|
if last_transition_time is not None:
|
|
1557
1558
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1566,62 +1567,62 @@ class PriorityLevelConfigurationConditionArgs:
|
|
|
1566
1567
|
|
|
1567
1568
|
@property
|
|
1568
1569
|
@pulumi.getter(name="lastTransitionTime")
|
|
1569
|
-
def last_transition_time(self) -> Optional[pulumi.Input[str]]:
|
|
1570
|
+
def last_transition_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1570
1571
|
"""
|
|
1571
1572
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1572
1573
|
"""
|
|
1573
1574
|
return pulumi.get(self, "last_transition_time")
|
|
1574
1575
|
|
|
1575
1576
|
@last_transition_time.setter
|
|
1576
|
-
def last_transition_time(self, value: Optional[pulumi.Input[str]]):
|
|
1577
|
+
def last_transition_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1577
1578
|
pulumi.set(self, "last_transition_time", value)
|
|
1578
1579
|
|
|
1579
1580
|
@property
|
|
1580
1581
|
@pulumi.getter
|
|
1581
|
-
def message(self) -> Optional[pulumi.Input[str]]:
|
|
1582
|
+
def message(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1582
1583
|
"""
|
|
1583
1584
|
`message` is a human-readable message indicating details about last transition.
|
|
1584
1585
|
"""
|
|
1585
1586
|
return pulumi.get(self, "message")
|
|
1586
1587
|
|
|
1587
1588
|
@message.setter
|
|
1588
|
-
def message(self, value: Optional[pulumi.Input[str]]):
|
|
1589
|
+
def message(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1589
1590
|
pulumi.set(self, "message", value)
|
|
1590
1591
|
|
|
1591
1592
|
@property
|
|
1592
1593
|
@pulumi.getter
|
|
1593
|
-
def reason(self) -> Optional[pulumi.Input[str]]:
|
|
1594
|
+
def reason(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1594
1595
|
"""
|
|
1595
1596
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1596
1597
|
"""
|
|
1597
1598
|
return pulumi.get(self, "reason")
|
|
1598
1599
|
|
|
1599
1600
|
@reason.setter
|
|
1600
|
-
def reason(self, value: Optional[pulumi.Input[str]]):
|
|
1601
|
+
def reason(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1601
1602
|
pulumi.set(self, "reason", value)
|
|
1602
1603
|
|
|
1603
1604
|
@property
|
|
1604
1605
|
@pulumi.getter
|
|
1605
|
-
def status(self) -> Optional[pulumi.Input[str]]:
|
|
1606
|
+
def status(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1606
1607
|
"""
|
|
1607
1608
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1608
1609
|
"""
|
|
1609
1610
|
return pulumi.get(self, "status")
|
|
1610
1611
|
|
|
1611
1612
|
@status.setter
|
|
1612
|
-
def status(self, value: Optional[pulumi.Input[str]]):
|
|
1613
|
+
def status(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1613
1614
|
pulumi.set(self, "status", value)
|
|
1614
1615
|
|
|
1615
1616
|
@property
|
|
1616
1617
|
@pulumi.getter
|
|
1617
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1618
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1618
1619
|
"""
|
|
1619
1620
|
`type` is the type of the condition. Required.
|
|
1620
1621
|
"""
|
|
1621
1622
|
return pulumi.get(self, "type")
|
|
1622
1623
|
|
|
1623
1624
|
@type.setter
|
|
1624
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
1625
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1625
1626
|
pulumi.set(self, "type", value)
|
|
1626
1627
|
|
|
1627
1628
|
|
|
@@ -1630,7 +1631,7 @@ if not MYPY:
|
|
|
1630
1631
|
"""
|
|
1631
1632
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1632
1633
|
"""
|
|
1633
|
-
name: NotRequired[pulumi.Input[str]]
|
|
1634
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
1634
1635
|
"""
|
|
1635
1636
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1636
1637
|
"""
|
|
@@ -1640,24 +1641,24 @@ elif False:
|
|
|
1640
1641
|
@pulumi.input_type
|
|
1641
1642
|
class PriorityLevelConfigurationReferencePatchArgs:
|
|
1642
1643
|
def __init__(__self__, *,
|
|
1643
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
1644
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
1644
1645
|
"""
|
|
1645
1646
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1646
|
-
:param pulumi.Input[str] name: `name` is the name of the priority level configuration being referenced Required.
|
|
1647
|
+
:param pulumi.Input[builtins.str] name: `name` is the name of the priority level configuration being referenced Required.
|
|
1647
1648
|
"""
|
|
1648
1649
|
if name is not None:
|
|
1649
1650
|
pulumi.set(__self__, "name", name)
|
|
1650
1651
|
|
|
1651
1652
|
@property
|
|
1652
1653
|
@pulumi.getter
|
|
1653
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
1654
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1654
1655
|
"""
|
|
1655
1656
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1656
1657
|
"""
|
|
1657
1658
|
return pulumi.get(self, "name")
|
|
1658
1659
|
|
|
1659
1660
|
@name.setter
|
|
1660
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
1661
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1661
1662
|
pulumi.set(self, "name", value)
|
|
1662
1663
|
|
|
1663
1664
|
|
|
@@ -1666,7 +1667,7 @@ if not MYPY:
|
|
|
1666
1667
|
"""
|
|
1667
1668
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1668
1669
|
"""
|
|
1669
|
-
name: pulumi.Input[str]
|
|
1670
|
+
name: pulumi.Input[builtins.str]
|
|
1670
1671
|
"""
|
|
1671
1672
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1672
1673
|
"""
|
|
@@ -1676,23 +1677,23 @@ elif False:
|
|
|
1676
1677
|
@pulumi.input_type
|
|
1677
1678
|
class PriorityLevelConfigurationReferenceArgs:
|
|
1678
1679
|
def __init__(__self__, *,
|
|
1679
|
-
name: pulumi.Input[str]):
|
|
1680
|
+
name: pulumi.Input[builtins.str]):
|
|
1680
1681
|
"""
|
|
1681
1682
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1682
|
-
:param pulumi.Input[str] name: `name` is the name of the priority level configuration being referenced Required.
|
|
1683
|
+
:param pulumi.Input[builtins.str] name: `name` is the name of the priority level configuration being referenced Required.
|
|
1683
1684
|
"""
|
|
1684
1685
|
pulumi.set(__self__, "name", name)
|
|
1685
1686
|
|
|
1686
1687
|
@property
|
|
1687
1688
|
@pulumi.getter
|
|
1688
|
-
def name(self) -> pulumi.Input[str]:
|
|
1689
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
1689
1690
|
"""
|
|
1690
1691
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1691
1692
|
"""
|
|
1692
1693
|
return pulumi.get(self, "name")
|
|
1693
1694
|
|
|
1694
1695
|
@name.setter
|
|
1695
|
-
def name(self, value: pulumi.Input[str]):
|
|
1696
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
1696
1697
|
pulumi.set(self, "name", value)
|
|
1697
1698
|
|
|
1698
1699
|
|
|
@@ -1709,7 +1710,7 @@ if not MYPY:
|
|
|
1709
1710
|
"""
|
|
1710
1711
|
`limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
|
|
1711
1712
|
"""
|
|
1712
|
-
type: NotRequired[pulumi.Input[str]]
|
|
1713
|
+
type: NotRequired[pulumi.Input[builtins.str]]
|
|
1713
1714
|
"""
|
|
1714
1715
|
`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.
|
|
1715
1716
|
"""
|
|
@@ -1721,12 +1722,12 @@ class PriorityLevelConfigurationSpecPatchArgs:
|
|
|
1721
1722
|
def __init__(__self__, *,
|
|
1722
1723
|
exempt: Optional[pulumi.Input['ExemptPriorityLevelConfigurationPatchArgs']] = None,
|
|
1723
1724
|
limited: Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']] = None,
|
|
1724
|
-
type: Optional[pulumi.Input[str]] = None):
|
|
1725
|
+
type: Optional[pulumi.Input[builtins.str]] = None):
|
|
1725
1726
|
"""
|
|
1726
1727
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1727
1728
|
: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.
|
|
1728
1729
|
: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"`.
|
|
1729
|
-
: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.
|
|
1730
|
+
: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.
|
|
1730
1731
|
"""
|
|
1731
1732
|
if exempt is not None:
|
|
1732
1733
|
pulumi.set(__self__, "exempt", exempt)
|
|
@@ -1761,14 +1762,14 @@ class PriorityLevelConfigurationSpecPatchArgs:
|
|
|
1761
1762
|
|
|
1762
1763
|
@property
|
|
1763
1764
|
@pulumi.getter
|
|
1764
|
-
def type(self) -> Optional[pulumi.Input[str]]:
|
|
1765
|
+
def type(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1765
1766
|
"""
|
|
1766
1767
|
`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.
|
|
1767
1768
|
"""
|
|
1768
1769
|
return pulumi.get(self, "type")
|
|
1769
1770
|
|
|
1770
1771
|
@type.setter
|
|
1771
|
-
def type(self, value: Optional[pulumi.Input[str]]):
|
|
1772
|
+
def type(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1772
1773
|
pulumi.set(self, "type", value)
|
|
1773
1774
|
|
|
1774
1775
|
|
|
@@ -1777,7 +1778,7 @@ if not MYPY:
|
|
|
1777
1778
|
"""
|
|
1778
1779
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1779
1780
|
"""
|
|
1780
|
-
type: pulumi.Input[str]
|
|
1781
|
+
type: pulumi.Input[builtins.str]
|
|
1781
1782
|
"""
|
|
1782
1783
|
`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.
|
|
1783
1784
|
"""
|
|
@@ -1795,12 +1796,12 @@ elif False:
|
|
|
1795
1796
|
@pulumi.input_type
|
|
1796
1797
|
class PriorityLevelConfigurationSpecArgs:
|
|
1797
1798
|
def __init__(__self__, *,
|
|
1798
|
-
type: pulumi.Input[str],
|
|
1799
|
+
type: pulumi.Input[builtins.str],
|
|
1799
1800
|
exempt: Optional[pulumi.Input['ExemptPriorityLevelConfigurationArgs']] = None,
|
|
1800
1801
|
limited: Optional[pulumi.Input['LimitedPriorityLevelConfigurationArgs']] = None):
|
|
1801
1802
|
"""
|
|
1802
1803
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1803
|
-
: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.
|
|
1804
|
+
: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.
|
|
1804
1805
|
: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.
|
|
1805
1806
|
: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"`.
|
|
1806
1807
|
"""
|
|
@@ -1812,14 +1813,14 @@ class PriorityLevelConfigurationSpecArgs:
|
|
|
1812
1813
|
|
|
1813
1814
|
@property
|
|
1814
1815
|
@pulumi.getter
|
|
1815
|
-
def type(self) -> pulumi.Input[str]:
|
|
1816
|
+
def type(self) -> pulumi.Input[builtins.str]:
|
|
1816
1817
|
"""
|
|
1817
1818
|
`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.
|
|
1818
1819
|
"""
|
|
1819
1820
|
return pulumi.get(self, "type")
|
|
1820
1821
|
|
|
1821
1822
|
@type.setter
|
|
1822
|
-
def type(self, value: pulumi.Input[str]):
|
|
1823
|
+
def type(self, value: pulumi.Input[builtins.str]):
|
|
1823
1824
|
pulumi.set(self, "type", value)
|
|
1824
1825
|
|
|
1825
1826
|
@property
|
|
@@ -1888,11 +1889,11 @@ if not MYPY:
|
|
|
1888
1889
|
"""
|
|
1889
1890
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1890
1891
|
"""
|
|
1891
|
-
api_version: NotRequired[pulumi.Input[str]]
|
|
1892
|
+
api_version: NotRequired[pulumi.Input[builtins.str]]
|
|
1892
1893
|
"""
|
|
1893
1894
|
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
|
|
1894
1895
|
"""
|
|
1895
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
1896
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
1896
1897
|
"""
|
|
1897
1898
|
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
|
|
1898
1899
|
"""
|
|
@@ -1914,15 +1915,15 @@ elif False:
|
|
|
1914
1915
|
@pulumi.input_type
|
|
1915
1916
|
class PriorityLevelConfigurationArgs:
|
|
1916
1917
|
def __init__(__self__, *,
|
|
1917
|
-
api_version: Optional[pulumi.Input[str]] = None,
|
|
1918
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
1918
|
+
api_version: Optional[pulumi.Input[builtins.str]] = None,
|
|
1919
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
1919
1920
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1920
1921
|
spec: Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']] = None,
|
|
1921
1922
|
status: Optional[pulumi.Input['PriorityLevelConfigurationStatusArgs']] = None):
|
|
1922
1923
|
"""
|
|
1923
1924
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1924
|
-
: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
|
|
1925
|
-
: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
|
|
1925
|
+
: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
|
|
1926
|
+
: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
|
|
1926
1927
|
: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
|
|
1927
1928
|
: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
|
|
1928
1929
|
: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
|
|
@@ -1940,26 +1941,26 @@ class PriorityLevelConfigurationArgs:
|
|
|
1940
1941
|
|
|
1941
1942
|
@property
|
|
1942
1943
|
@pulumi.getter(name="apiVersion")
|
|
1943
|
-
def api_version(self) -> Optional[pulumi.Input[str]]:
|
|
1944
|
+
def api_version(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1944
1945
|
"""
|
|
1945
1946
|
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
|
|
1946
1947
|
"""
|
|
1947
1948
|
return pulumi.get(self, "api_version")
|
|
1948
1949
|
|
|
1949
1950
|
@api_version.setter
|
|
1950
|
-
def api_version(self, value: Optional[pulumi.Input[str]]):
|
|
1951
|
+
def api_version(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1951
1952
|
pulumi.set(self, "api_version", value)
|
|
1952
1953
|
|
|
1953
1954
|
@property
|
|
1954
1955
|
@pulumi.getter
|
|
1955
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
1956
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
1956
1957
|
"""
|
|
1957
1958
|
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
|
|
1958
1959
|
"""
|
|
1959
1960
|
return pulumi.get(self, "kind")
|
|
1960
1961
|
|
|
1961
1962
|
@kind.setter
|
|
1962
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
1963
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
1963
1964
|
pulumi.set(self, "kind", value)
|
|
1964
1965
|
|
|
1965
1966
|
@property
|
|
@@ -2004,15 +2005,15 @@ if not MYPY:
|
|
|
2004
2005
|
"""
|
|
2005
2006
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2006
2007
|
"""
|
|
2007
|
-
hand_size: NotRequired[pulumi.Input[int]]
|
|
2008
|
+
hand_size: NotRequired[pulumi.Input[builtins.int]]
|
|
2008
2009
|
"""
|
|
2009
2010
|
`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.
|
|
2010
2011
|
"""
|
|
2011
|
-
queue_length_limit: NotRequired[pulumi.Input[int]]
|
|
2012
|
+
queue_length_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
2012
2013
|
"""
|
|
2013
2014
|
`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.
|
|
2014
2015
|
"""
|
|
2015
|
-
queues: NotRequired[pulumi.Input[int]]
|
|
2016
|
+
queues: NotRequired[pulumi.Input[builtins.int]]
|
|
2016
2017
|
"""
|
|
2017
2018
|
`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.
|
|
2018
2019
|
"""
|
|
@@ -2022,14 +2023,14 @@ elif False:
|
|
|
2022
2023
|
@pulumi.input_type
|
|
2023
2024
|
class QueuingConfigurationPatchArgs:
|
|
2024
2025
|
def __init__(__self__, *,
|
|
2025
|
-
hand_size: Optional[pulumi.Input[int]] = None,
|
|
2026
|
-
queue_length_limit: Optional[pulumi.Input[int]] = None,
|
|
2027
|
-
queues: Optional[pulumi.Input[int]] = None):
|
|
2026
|
+
hand_size: Optional[pulumi.Input[builtins.int]] = None,
|
|
2027
|
+
queue_length_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
2028
|
+
queues: Optional[pulumi.Input[builtins.int]] = None):
|
|
2028
2029
|
"""
|
|
2029
2030
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2030
|
-
: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.
|
|
2031
|
-
: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.
|
|
2032
|
-
: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.
|
|
2031
|
+
: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.
|
|
2032
|
+
: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.
|
|
2033
|
+
: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.
|
|
2033
2034
|
"""
|
|
2034
2035
|
if hand_size is not None:
|
|
2035
2036
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -2040,38 +2041,38 @@ class QueuingConfigurationPatchArgs:
|
|
|
2040
2041
|
|
|
2041
2042
|
@property
|
|
2042
2043
|
@pulumi.getter(name="handSize")
|
|
2043
|
-
def hand_size(self) -> Optional[pulumi.Input[int]]:
|
|
2044
|
+
def hand_size(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2044
2045
|
"""
|
|
2045
2046
|
`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.
|
|
2046
2047
|
"""
|
|
2047
2048
|
return pulumi.get(self, "hand_size")
|
|
2048
2049
|
|
|
2049
2050
|
@hand_size.setter
|
|
2050
|
-
def hand_size(self, value: Optional[pulumi.Input[int]]):
|
|
2051
|
+
def hand_size(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2051
2052
|
pulumi.set(self, "hand_size", value)
|
|
2052
2053
|
|
|
2053
2054
|
@property
|
|
2054
2055
|
@pulumi.getter(name="queueLengthLimit")
|
|
2055
|
-
def queue_length_limit(self) -> Optional[pulumi.Input[int]]:
|
|
2056
|
+
def queue_length_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2056
2057
|
"""
|
|
2057
2058
|
`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.
|
|
2058
2059
|
"""
|
|
2059
2060
|
return pulumi.get(self, "queue_length_limit")
|
|
2060
2061
|
|
|
2061
2062
|
@queue_length_limit.setter
|
|
2062
|
-
def queue_length_limit(self, value: Optional[pulumi.Input[int]]):
|
|
2063
|
+
def queue_length_limit(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2063
2064
|
pulumi.set(self, "queue_length_limit", value)
|
|
2064
2065
|
|
|
2065
2066
|
@property
|
|
2066
2067
|
@pulumi.getter
|
|
2067
|
-
def queues(self) -> Optional[pulumi.Input[int]]:
|
|
2068
|
+
def queues(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2068
2069
|
"""
|
|
2069
2070
|
`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.
|
|
2070
2071
|
"""
|
|
2071
2072
|
return pulumi.get(self, "queues")
|
|
2072
2073
|
|
|
2073
2074
|
@queues.setter
|
|
2074
|
-
def queues(self, value: Optional[pulumi.Input[int]]):
|
|
2075
|
+
def queues(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2075
2076
|
pulumi.set(self, "queues", value)
|
|
2076
2077
|
|
|
2077
2078
|
|
|
@@ -2080,15 +2081,15 @@ if not MYPY:
|
|
|
2080
2081
|
"""
|
|
2081
2082
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2082
2083
|
"""
|
|
2083
|
-
hand_size: NotRequired[pulumi.Input[int]]
|
|
2084
|
+
hand_size: NotRequired[pulumi.Input[builtins.int]]
|
|
2084
2085
|
"""
|
|
2085
2086
|
`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.
|
|
2086
2087
|
"""
|
|
2087
|
-
queue_length_limit: NotRequired[pulumi.Input[int]]
|
|
2088
|
+
queue_length_limit: NotRequired[pulumi.Input[builtins.int]]
|
|
2088
2089
|
"""
|
|
2089
2090
|
`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.
|
|
2090
2091
|
"""
|
|
2091
|
-
queues: NotRequired[pulumi.Input[int]]
|
|
2092
|
+
queues: NotRequired[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
|
"""
|
|
@@ -2098,14 +2099,14 @@ elif False:
|
|
|
2098
2099
|
@pulumi.input_type
|
|
2099
2100
|
class QueuingConfigurationArgs:
|
|
2100
2101
|
def __init__(__self__, *,
|
|
2101
|
-
hand_size: Optional[pulumi.Input[int]] = None,
|
|
2102
|
-
queue_length_limit: Optional[pulumi.Input[int]] = None,
|
|
2103
|
-
queues: Optional[pulumi.Input[int]] = None):
|
|
2102
|
+
hand_size: Optional[pulumi.Input[builtins.int]] = None,
|
|
2103
|
+
queue_length_limit: Optional[pulumi.Input[builtins.int]] = None,
|
|
2104
|
+
queues: Optional[pulumi.Input[builtins.int]] = None):
|
|
2104
2105
|
"""
|
|
2105
2106
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
2106
|
-
: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.
|
|
2107
|
-
: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.
|
|
2108
|
-
: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.
|
|
2107
|
+
: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.
|
|
2108
|
+
: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.
|
|
2109
|
+
: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.
|
|
2109
2110
|
"""
|
|
2110
2111
|
if hand_size is not None:
|
|
2111
2112
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -2116,38 +2117,38 @@ class QueuingConfigurationArgs:
|
|
|
2116
2117
|
|
|
2117
2118
|
@property
|
|
2118
2119
|
@pulumi.getter(name="handSize")
|
|
2119
|
-
def hand_size(self) -> Optional[pulumi.Input[int]]:
|
|
2120
|
+
def hand_size(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2120
2121
|
"""
|
|
2121
2122
|
`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.
|
|
2122
2123
|
"""
|
|
2123
2124
|
return pulumi.get(self, "hand_size")
|
|
2124
2125
|
|
|
2125
2126
|
@hand_size.setter
|
|
2126
|
-
def hand_size(self, value: Optional[pulumi.Input[int]]):
|
|
2127
|
+
def hand_size(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2127
2128
|
pulumi.set(self, "hand_size", value)
|
|
2128
2129
|
|
|
2129
2130
|
@property
|
|
2130
2131
|
@pulumi.getter(name="queueLengthLimit")
|
|
2131
|
-
def queue_length_limit(self) -> Optional[pulumi.Input[int]]:
|
|
2132
|
+
def queue_length_limit(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2132
2133
|
"""
|
|
2133
2134
|
`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.
|
|
2134
2135
|
"""
|
|
2135
2136
|
return pulumi.get(self, "queue_length_limit")
|
|
2136
2137
|
|
|
2137
2138
|
@queue_length_limit.setter
|
|
2138
|
-
def queue_length_limit(self, value: Optional[pulumi.Input[int]]):
|
|
2139
|
+
def queue_length_limit(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2139
2140
|
pulumi.set(self, "queue_length_limit", value)
|
|
2140
2141
|
|
|
2141
2142
|
@property
|
|
2142
2143
|
@pulumi.getter
|
|
2143
|
-
def queues(self) -> Optional[pulumi.Input[int]]:
|
|
2144
|
+
def queues(self) -> Optional[pulumi.Input[builtins.int]]:
|
|
2144
2145
|
"""
|
|
2145
2146
|
`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.
|
|
2146
2147
|
"""
|
|
2147
2148
|
return pulumi.get(self, "queues")
|
|
2148
2149
|
|
|
2149
2150
|
@queues.setter
|
|
2150
|
-
def queues(self, value: Optional[pulumi.Input[int]]):
|
|
2151
|
+
def queues(self, value: Optional[pulumi.Input[builtins.int]]):
|
|
2151
2152
|
pulumi.set(self, "queues", value)
|
|
2152
2153
|
|
|
2153
2154
|
|
|
@@ -2156,23 +2157,23 @@ if not MYPY:
|
|
|
2156
2157
|
"""
|
|
2157
2158
|
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.
|
|
2158
2159
|
"""
|
|
2159
|
-
api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2160
|
+
api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2160
2161
|
"""
|
|
2161
2162
|
`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.
|
|
2162
2163
|
"""
|
|
2163
|
-
cluster_scope: NotRequired[pulumi.Input[bool]]
|
|
2164
|
+
cluster_scope: NotRequired[pulumi.Input[builtins.bool]]
|
|
2164
2165
|
"""
|
|
2165
2166
|
`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.
|
|
2166
2167
|
"""
|
|
2167
|
-
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2168
|
+
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2168
2169
|
"""
|
|
2169
2170
|
`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.
|
|
2170
2171
|
"""
|
|
2171
|
-
resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2172
|
+
resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2172
2173
|
"""
|
|
2173
2174
|
`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.
|
|
2174
2175
|
"""
|
|
2175
|
-
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2176
|
+
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2176
2177
|
"""
|
|
2177
2178
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2178
2179
|
"""
|
|
@@ -2182,18 +2183,18 @@ elif False:
|
|
|
2182
2183
|
@pulumi.input_type
|
|
2183
2184
|
class ResourcePolicyRulePatchArgs:
|
|
2184
2185
|
def __init__(__self__, *,
|
|
2185
|
-
api_groups: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2186
|
-
cluster_scope: Optional[pulumi.Input[bool]] = None,
|
|
2187
|
-
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2188
|
-
resources: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
2189
|
-
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2186
|
+
api_groups: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
2187
|
+
cluster_scope: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2188
|
+
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
2189
|
+
resources: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
2190
|
+
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
2190
2191
|
"""
|
|
2191
2192
|
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.
|
|
2192
|
-
: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.
|
|
2193
|
-
: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.
|
|
2194
|
-
: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.
|
|
2195
|
-
: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.
|
|
2196
|
-
: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.
|
|
2193
|
+
: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.
|
|
2194
|
+
: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.
|
|
2195
|
+
: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.
|
|
2196
|
+
: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.
|
|
2197
|
+
: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.
|
|
2197
2198
|
"""
|
|
2198
2199
|
if api_groups is not None:
|
|
2199
2200
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
@@ -2208,62 +2209,62 @@ class ResourcePolicyRulePatchArgs:
|
|
|
2208
2209
|
|
|
2209
2210
|
@property
|
|
2210
2211
|
@pulumi.getter(name="apiGroups")
|
|
2211
|
-
def api_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2212
|
+
def api_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2212
2213
|
"""
|
|
2213
2214
|
`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.
|
|
2214
2215
|
"""
|
|
2215
2216
|
return pulumi.get(self, "api_groups")
|
|
2216
2217
|
|
|
2217
2218
|
@api_groups.setter
|
|
2218
|
-
def api_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2219
|
+
def api_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2219
2220
|
pulumi.set(self, "api_groups", value)
|
|
2220
2221
|
|
|
2221
2222
|
@property
|
|
2222
2223
|
@pulumi.getter(name="clusterScope")
|
|
2223
|
-
def cluster_scope(self) -> Optional[pulumi.Input[bool]]:
|
|
2224
|
+
def cluster_scope(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2224
2225
|
"""
|
|
2225
2226
|
`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.
|
|
2226
2227
|
"""
|
|
2227
2228
|
return pulumi.get(self, "cluster_scope")
|
|
2228
2229
|
|
|
2229
2230
|
@cluster_scope.setter
|
|
2230
|
-
def cluster_scope(self, value: Optional[pulumi.Input[bool]]):
|
|
2231
|
+
def cluster_scope(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2231
2232
|
pulumi.set(self, "cluster_scope", value)
|
|
2232
2233
|
|
|
2233
2234
|
@property
|
|
2234
2235
|
@pulumi.getter
|
|
2235
|
-
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2236
|
+
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2236
2237
|
"""
|
|
2237
2238
|
`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.
|
|
2238
2239
|
"""
|
|
2239
2240
|
return pulumi.get(self, "namespaces")
|
|
2240
2241
|
|
|
2241
2242
|
@namespaces.setter
|
|
2242
|
-
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2243
|
+
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2243
2244
|
pulumi.set(self, "namespaces", value)
|
|
2244
2245
|
|
|
2245
2246
|
@property
|
|
2246
2247
|
@pulumi.getter
|
|
2247
|
-
def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2248
|
+
def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2248
2249
|
"""
|
|
2249
2250
|
`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.
|
|
2250
2251
|
"""
|
|
2251
2252
|
return pulumi.get(self, "resources")
|
|
2252
2253
|
|
|
2253
2254
|
@resources.setter
|
|
2254
|
-
def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2255
|
+
def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2255
2256
|
pulumi.set(self, "resources", value)
|
|
2256
2257
|
|
|
2257
2258
|
@property
|
|
2258
2259
|
@pulumi.getter
|
|
2259
|
-
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2260
|
+
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2260
2261
|
"""
|
|
2261
2262
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2262
2263
|
"""
|
|
2263
2264
|
return pulumi.get(self, "verbs")
|
|
2264
2265
|
|
|
2265
2266
|
@verbs.setter
|
|
2266
|
-
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2267
|
+
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2267
2268
|
pulumi.set(self, "verbs", value)
|
|
2268
2269
|
|
|
2269
2270
|
|
|
@@ -2272,23 +2273,23 @@ if not MYPY:
|
|
|
2272
2273
|
"""
|
|
2273
2274
|
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.
|
|
2274
2275
|
"""
|
|
2275
|
-
api_groups: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
2276
|
+
api_groups: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
|
2276
2277
|
"""
|
|
2277
2278
|
`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.
|
|
2278
2279
|
"""
|
|
2279
|
-
resources: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
2280
|
+
resources: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
|
2280
2281
|
"""
|
|
2281
2282
|
`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.
|
|
2282
2283
|
"""
|
|
2283
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[str]]]
|
|
2284
|
+
verbs: 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
|
-
cluster_scope: NotRequired[pulumi.Input[bool]]
|
|
2288
|
+
cluster_scope: NotRequired[pulumi.Input[builtins.bool]]
|
|
2288
2289
|
"""
|
|
2289
2290
|
`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.
|
|
2290
2291
|
"""
|
|
2291
|
-
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
|
|
2292
|
+
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
|
2292
2293
|
"""
|
|
2293
2294
|
`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.
|
|
2294
2295
|
"""
|
|
@@ -2298,18 +2299,18 @@ elif False:
|
|
|
2298
2299
|
@pulumi.input_type
|
|
2299
2300
|
class ResourcePolicyRuleArgs:
|
|
2300
2301
|
def __init__(__self__, *,
|
|
2301
|
-
api_groups: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
2302
|
-
resources: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
2303
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
2304
|
-
cluster_scope: Optional[pulumi.Input[bool]] = None,
|
|
2305
|
-
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
2302
|
+
api_groups: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
2303
|
+
resources: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
2304
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
2305
|
+
cluster_scope: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2306
|
+
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
|
2306
2307
|
"""
|
|
2307
2308
|
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.
|
|
2308
|
-
: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.
|
|
2309
|
-
: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.
|
|
2310
|
-
: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.
|
|
2311
|
-
: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.
|
|
2312
|
-
: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.
|
|
2309
|
+
: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.
|
|
2310
|
+
: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.
|
|
2311
|
+
: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.
|
|
2312
|
+
: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.
|
|
2313
|
+
: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.
|
|
2313
2314
|
"""
|
|
2314
2315
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
2315
2316
|
pulumi.set(__self__, "resources", resources)
|
|
@@ -2321,62 +2322,62 @@ class ResourcePolicyRuleArgs:
|
|
|
2321
2322
|
|
|
2322
2323
|
@property
|
|
2323
2324
|
@pulumi.getter(name="apiGroups")
|
|
2324
|
-
def api_groups(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
2325
|
+
def api_groups(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
2325
2326
|
"""
|
|
2326
2327
|
`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.
|
|
2327
2328
|
"""
|
|
2328
2329
|
return pulumi.get(self, "api_groups")
|
|
2329
2330
|
|
|
2330
2331
|
@api_groups.setter
|
|
2331
|
-
def api_groups(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
2332
|
+
def api_groups(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
2332
2333
|
pulumi.set(self, "api_groups", value)
|
|
2333
2334
|
|
|
2334
2335
|
@property
|
|
2335
2336
|
@pulumi.getter
|
|
2336
|
-
def resources(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
2337
|
+
def resources(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
2337
2338
|
"""
|
|
2338
2339
|
`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.
|
|
2339
2340
|
"""
|
|
2340
2341
|
return pulumi.get(self, "resources")
|
|
2341
2342
|
|
|
2342
2343
|
@resources.setter
|
|
2343
|
-
def resources(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
2344
|
+
def resources(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
2344
2345
|
pulumi.set(self, "resources", value)
|
|
2345
2346
|
|
|
2346
2347
|
@property
|
|
2347
2348
|
@pulumi.getter
|
|
2348
|
-
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
2349
|
+
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
2349
2350
|
"""
|
|
2350
2351
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2351
2352
|
"""
|
|
2352
2353
|
return pulumi.get(self, "verbs")
|
|
2353
2354
|
|
|
2354
2355
|
@verbs.setter
|
|
2355
|
-
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
2356
|
+
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
2356
2357
|
pulumi.set(self, "verbs", value)
|
|
2357
2358
|
|
|
2358
2359
|
@property
|
|
2359
2360
|
@pulumi.getter(name="clusterScope")
|
|
2360
|
-
def cluster_scope(self) -> Optional[pulumi.Input[bool]]:
|
|
2361
|
+
def cluster_scope(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
2361
2362
|
"""
|
|
2362
2363
|
`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.
|
|
2363
2364
|
"""
|
|
2364
2365
|
return pulumi.get(self, "cluster_scope")
|
|
2365
2366
|
|
|
2366
2367
|
@cluster_scope.setter
|
|
2367
|
-
def cluster_scope(self, value: Optional[pulumi.Input[bool]]):
|
|
2368
|
+
def cluster_scope(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
2368
2369
|
pulumi.set(self, "cluster_scope", value)
|
|
2369
2370
|
|
|
2370
2371
|
@property
|
|
2371
2372
|
@pulumi.getter
|
|
2372
|
-
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
2373
|
+
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
2373
2374
|
"""
|
|
2374
2375
|
`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.
|
|
2375
2376
|
"""
|
|
2376
2377
|
return pulumi.get(self, "namespaces")
|
|
2377
2378
|
|
|
2378
2379
|
@namespaces.setter
|
|
2379
|
-
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
2380
|
+
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
2380
2381
|
pulumi.set(self, "namespaces", value)
|
|
2381
2382
|
|
|
2382
2383
|
|
|
@@ -2385,11 +2386,11 @@ if not MYPY:
|
|
|
2385
2386
|
"""
|
|
2386
2387
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2387
2388
|
"""
|
|
2388
|
-
name: NotRequired[pulumi.Input[str]]
|
|
2389
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
2389
2390
|
"""
|
|
2390
2391
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2391
2392
|
"""
|
|
2392
|
-
namespace: NotRequired[pulumi.Input[str]]
|
|
2393
|
+
namespace: NotRequired[pulumi.Input[builtins.str]]
|
|
2393
2394
|
"""
|
|
2394
2395
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2395
2396
|
"""
|
|
@@ -2399,12 +2400,12 @@ elif False:
|
|
|
2399
2400
|
@pulumi.input_type
|
|
2400
2401
|
class ServiceAccountSubjectPatchArgs:
|
|
2401
2402
|
def __init__(__self__, *,
|
|
2402
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
2403
|
-
namespace: Optional[pulumi.Input[str]] = None):
|
|
2403
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
2404
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None):
|
|
2404
2405
|
"""
|
|
2405
2406
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2406
|
-
:param pulumi.Input[str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2407
|
-
:param pulumi.Input[str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2407
|
+
:param pulumi.Input[builtins.str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2408
|
+
:param pulumi.Input[builtins.str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2408
2409
|
"""
|
|
2409
2410
|
if name is not None:
|
|
2410
2411
|
pulumi.set(__self__, "name", name)
|
|
@@ -2413,26 +2414,26 @@ class ServiceAccountSubjectPatchArgs:
|
|
|
2413
2414
|
|
|
2414
2415
|
@property
|
|
2415
2416
|
@pulumi.getter
|
|
2416
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2417
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2417
2418
|
"""
|
|
2418
2419
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2419
2420
|
"""
|
|
2420
2421
|
return pulumi.get(self, "name")
|
|
2421
2422
|
|
|
2422
2423
|
@name.setter
|
|
2423
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2424
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2424
2425
|
pulumi.set(self, "name", value)
|
|
2425
2426
|
|
|
2426
2427
|
@property
|
|
2427
2428
|
@pulumi.getter
|
|
2428
|
-
def namespace(self) -> Optional[pulumi.Input[str]]:
|
|
2429
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2429
2430
|
"""
|
|
2430
2431
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2431
2432
|
"""
|
|
2432
2433
|
return pulumi.get(self, "namespace")
|
|
2433
2434
|
|
|
2434
2435
|
@namespace.setter
|
|
2435
|
-
def namespace(self, value: Optional[pulumi.Input[str]]):
|
|
2436
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2436
2437
|
pulumi.set(self, "namespace", value)
|
|
2437
2438
|
|
|
2438
2439
|
|
|
@@ -2441,11 +2442,11 @@ if not MYPY:
|
|
|
2441
2442
|
"""
|
|
2442
2443
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2443
2444
|
"""
|
|
2444
|
-
name: pulumi.Input[str]
|
|
2445
|
+
name: pulumi.Input[builtins.str]
|
|
2445
2446
|
"""
|
|
2446
2447
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2447
2448
|
"""
|
|
2448
|
-
namespace: pulumi.Input[str]
|
|
2449
|
+
namespace: pulumi.Input[builtins.str]
|
|
2449
2450
|
"""
|
|
2450
2451
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2451
2452
|
"""
|
|
@@ -2455,38 +2456,38 @@ elif False:
|
|
|
2455
2456
|
@pulumi.input_type
|
|
2456
2457
|
class ServiceAccountSubjectArgs:
|
|
2457
2458
|
def __init__(__self__, *,
|
|
2458
|
-
name: pulumi.Input[str],
|
|
2459
|
-
namespace: pulumi.Input[str]):
|
|
2459
|
+
name: pulumi.Input[builtins.str],
|
|
2460
|
+
namespace: pulumi.Input[builtins.str]):
|
|
2460
2461
|
"""
|
|
2461
2462
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2462
|
-
:param pulumi.Input[str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2463
|
-
:param pulumi.Input[str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2463
|
+
:param pulumi.Input[builtins.str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2464
|
+
:param pulumi.Input[builtins.str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2464
2465
|
"""
|
|
2465
2466
|
pulumi.set(__self__, "name", name)
|
|
2466
2467
|
pulumi.set(__self__, "namespace", namespace)
|
|
2467
2468
|
|
|
2468
2469
|
@property
|
|
2469
2470
|
@pulumi.getter
|
|
2470
|
-
def name(self) -> pulumi.Input[str]:
|
|
2471
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
2471
2472
|
"""
|
|
2472
2473
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2473
2474
|
"""
|
|
2474
2475
|
return pulumi.get(self, "name")
|
|
2475
2476
|
|
|
2476
2477
|
@name.setter
|
|
2477
|
-
def name(self, value: pulumi.Input[str]):
|
|
2478
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
2478
2479
|
pulumi.set(self, "name", value)
|
|
2479
2480
|
|
|
2480
2481
|
@property
|
|
2481
2482
|
@pulumi.getter
|
|
2482
|
-
def namespace(self) -> pulumi.Input[str]:
|
|
2483
|
+
def namespace(self) -> pulumi.Input[builtins.str]:
|
|
2483
2484
|
"""
|
|
2484
2485
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2485
2486
|
"""
|
|
2486
2487
|
return pulumi.get(self, "namespace")
|
|
2487
2488
|
|
|
2488
2489
|
@namespace.setter
|
|
2489
|
-
def namespace(self, value: pulumi.Input[str]):
|
|
2490
|
+
def namespace(self, value: pulumi.Input[builtins.str]):
|
|
2490
2491
|
pulumi.set(self, "namespace", value)
|
|
2491
2492
|
|
|
2492
2493
|
|
|
@@ -2499,7 +2500,7 @@ if not MYPY:
|
|
|
2499
2500
|
"""
|
|
2500
2501
|
`group` matches based on user group name.
|
|
2501
2502
|
"""
|
|
2502
|
-
kind: NotRequired[pulumi.Input[str]]
|
|
2503
|
+
kind: NotRequired[pulumi.Input[builtins.str]]
|
|
2503
2504
|
"""
|
|
2504
2505
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2505
2506
|
"""
|
|
@@ -2518,13 +2519,13 @@ elif False:
|
|
|
2518
2519
|
class SubjectPatchArgs:
|
|
2519
2520
|
def __init__(__self__, *,
|
|
2520
2521
|
group: Optional[pulumi.Input['GroupSubjectPatchArgs']] = None,
|
|
2521
|
-
kind: Optional[pulumi.Input[str]] = None,
|
|
2522
|
+
kind: Optional[pulumi.Input[builtins.str]] = None,
|
|
2522
2523
|
service_account: Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']] = None,
|
|
2523
2524
|
user: Optional[pulumi.Input['UserSubjectPatchArgs']] = None):
|
|
2524
2525
|
"""
|
|
2525
2526
|
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.
|
|
2526
2527
|
:param pulumi.Input['GroupSubjectPatchArgs'] group: `group` matches based on user group name.
|
|
2527
|
-
:param pulumi.Input[str] kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2528
|
+
:param pulumi.Input[builtins.str] kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2528
2529
|
:param pulumi.Input['ServiceAccountSubjectPatchArgs'] service_account: `serviceAccount` matches ServiceAccounts.
|
|
2529
2530
|
:param pulumi.Input['UserSubjectPatchArgs'] user: `user` matches based on username.
|
|
2530
2531
|
"""
|
|
@@ -2551,14 +2552,14 @@ class SubjectPatchArgs:
|
|
|
2551
2552
|
|
|
2552
2553
|
@property
|
|
2553
2554
|
@pulumi.getter
|
|
2554
|
-
def kind(self) -> Optional[pulumi.Input[str]]:
|
|
2555
|
+
def kind(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2555
2556
|
"""
|
|
2556
2557
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2557
2558
|
"""
|
|
2558
2559
|
return pulumi.get(self, "kind")
|
|
2559
2560
|
|
|
2560
2561
|
@kind.setter
|
|
2561
|
-
def kind(self, value: Optional[pulumi.Input[str]]):
|
|
2562
|
+
def kind(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2562
2563
|
pulumi.set(self, "kind", value)
|
|
2563
2564
|
|
|
2564
2565
|
@property
|
|
@@ -2591,7 +2592,7 @@ if not MYPY:
|
|
|
2591
2592
|
"""
|
|
2592
2593
|
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.
|
|
2593
2594
|
"""
|
|
2594
|
-
kind: pulumi.Input[str]
|
|
2595
|
+
kind: pulumi.Input[builtins.str]
|
|
2595
2596
|
"""
|
|
2596
2597
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2597
2598
|
"""
|
|
@@ -2613,13 +2614,13 @@ elif False:
|
|
|
2613
2614
|
@pulumi.input_type
|
|
2614
2615
|
class SubjectArgs:
|
|
2615
2616
|
def __init__(__self__, *,
|
|
2616
|
-
kind: pulumi.Input[str],
|
|
2617
|
+
kind: pulumi.Input[builtins.str],
|
|
2617
2618
|
group: Optional[pulumi.Input['GroupSubjectArgs']] = None,
|
|
2618
2619
|
service_account: Optional[pulumi.Input['ServiceAccountSubjectArgs']] = None,
|
|
2619
2620
|
user: Optional[pulumi.Input['UserSubjectArgs']] = None):
|
|
2620
2621
|
"""
|
|
2621
2622
|
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.
|
|
2622
|
-
:param pulumi.Input[str] kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2623
|
+
:param pulumi.Input[builtins.str] kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2623
2624
|
:param pulumi.Input['GroupSubjectArgs'] group: `group` matches based on user group name.
|
|
2624
2625
|
:param pulumi.Input['ServiceAccountSubjectArgs'] service_account: `serviceAccount` matches ServiceAccounts.
|
|
2625
2626
|
:param pulumi.Input['UserSubjectArgs'] user: `user` matches based on username.
|
|
@@ -2634,14 +2635,14 @@ class SubjectArgs:
|
|
|
2634
2635
|
|
|
2635
2636
|
@property
|
|
2636
2637
|
@pulumi.getter
|
|
2637
|
-
def kind(self) -> pulumi.Input[str]:
|
|
2638
|
+
def kind(self) -> pulumi.Input[builtins.str]:
|
|
2638
2639
|
"""
|
|
2639
2640
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2640
2641
|
"""
|
|
2641
2642
|
return pulumi.get(self, "kind")
|
|
2642
2643
|
|
|
2643
2644
|
@kind.setter
|
|
2644
|
-
def kind(self, value: pulumi.Input[str]):
|
|
2645
|
+
def kind(self, value: pulumi.Input[builtins.str]):
|
|
2645
2646
|
pulumi.set(self, "kind", value)
|
|
2646
2647
|
|
|
2647
2648
|
@property
|
|
@@ -2686,7 +2687,7 @@ if not MYPY:
|
|
|
2686
2687
|
"""
|
|
2687
2688
|
UserSubject holds detailed information for user-kind subject.
|
|
2688
2689
|
"""
|
|
2689
|
-
name: NotRequired[pulumi.Input[str]]
|
|
2690
|
+
name: NotRequired[pulumi.Input[builtins.str]]
|
|
2690
2691
|
"""
|
|
2691
2692
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2692
2693
|
"""
|
|
@@ -2696,24 +2697,24 @@ elif False:
|
|
|
2696
2697
|
@pulumi.input_type
|
|
2697
2698
|
class UserSubjectPatchArgs:
|
|
2698
2699
|
def __init__(__self__, *,
|
|
2699
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
2700
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
2700
2701
|
"""
|
|
2701
2702
|
UserSubject holds detailed information for user-kind subject.
|
|
2702
|
-
:param pulumi.Input[str] name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2703
|
+
:param pulumi.Input[builtins.str] name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2703
2704
|
"""
|
|
2704
2705
|
if name is not None:
|
|
2705
2706
|
pulumi.set(__self__, "name", name)
|
|
2706
2707
|
|
|
2707
2708
|
@property
|
|
2708
2709
|
@pulumi.getter
|
|
2709
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
2710
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
2710
2711
|
"""
|
|
2711
2712
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2712
2713
|
"""
|
|
2713
2714
|
return pulumi.get(self, "name")
|
|
2714
2715
|
|
|
2715
2716
|
@name.setter
|
|
2716
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
2717
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
2717
2718
|
pulumi.set(self, "name", value)
|
|
2718
2719
|
|
|
2719
2720
|
|
|
@@ -2722,7 +2723,7 @@ if not MYPY:
|
|
|
2722
2723
|
"""
|
|
2723
2724
|
UserSubject holds detailed information for user-kind subject.
|
|
2724
2725
|
"""
|
|
2725
|
-
name: pulumi.Input[str]
|
|
2726
|
+
name: pulumi.Input[builtins.str]
|
|
2726
2727
|
"""
|
|
2727
2728
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2728
2729
|
"""
|
|
@@ -2732,23 +2733,23 @@ elif False:
|
|
|
2732
2733
|
@pulumi.input_type
|
|
2733
2734
|
class UserSubjectArgs:
|
|
2734
2735
|
def __init__(__self__, *,
|
|
2735
|
-
name: pulumi.Input[str]):
|
|
2736
|
+
name: pulumi.Input[builtins.str]):
|
|
2736
2737
|
"""
|
|
2737
2738
|
UserSubject holds detailed information for user-kind subject.
|
|
2738
|
-
:param pulumi.Input[str] name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2739
|
+
:param pulumi.Input[builtins.str] name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2739
2740
|
"""
|
|
2740
2741
|
pulumi.set(__self__, "name", name)
|
|
2741
2742
|
|
|
2742
2743
|
@property
|
|
2743
2744
|
@pulumi.getter
|
|
2744
|
-
def name(self) -> pulumi.Input[str]:
|
|
2745
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
|
2745
2746
|
"""
|
|
2746
2747
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2747
2748
|
"""
|
|
2748
2749
|
return pulumi.get(self, "name")
|
|
2749
2750
|
|
|
2750
2751
|
@name.setter
|
|
2751
|
-
def name(self, value: pulumi.Input[str]):
|
|
2752
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
|
2752
2753
|
pulumi.set(self, "name", value)
|
|
2753
2754
|
|
|
2754
2755
|
|