pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743595894__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +246 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +71 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743595894.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743519894.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -84,14 +85,14 @@ class ExemptPriorityLevelConfiguration(dict):
|
|
|
84
85
|
return super().get(key, default)
|
|
85
86
|
|
|
86
87
|
def __init__(__self__, *,
|
|
87
|
-
lendable_percent: Optional[int] = None,
|
|
88
|
-
nominal_concurrency_shares: Optional[int] = None):
|
|
88
|
+
lendable_percent: Optional[builtins.int] = None,
|
|
89
|
+
nominal_concurrency_shares: Optional[builtins.int] = None):
|
|
89
90
|
"""
|
|
90
91
|
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`.
|
|
91
|
-
:param 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.
|
|
92
|
+
:param 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.
|
|
92
93
|
|
|
93
94
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
94
|
-
:param 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:
|
|
95
|
+
:param 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:
|
|
95
96
|
|
|
96
97
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
97
98
|
|
|
@@ -104,7 +105,7 @@ class ExemptPriorityLevelConfiguration(dict):
|
|
|
104
105
|
|
|
105
106
|
@property
|
|
106
107
|
@pulumi.getter(name="lendablePercent")
|
|
107
|
-
def lendable_percent(self) -> Optional[int]:
|
|
108
|
+
def lendable_percent(self) -> Optional[builtins.int]:
|
|
108
109
|
"""
|
|
109
110
|
`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.
|
|
110
111
|
|
|
@@ -114,7 +115,7 @@ class ExemptPriorityLevelConfiguration(dict):
|
|
|
114
115
|
|
|
115
116
|
@property
|
|
116
117
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
117
|
-
def nominal_concurrency_shares(self) -> Optional[int]:
|
|
118
|
+
def nominal_concurrency_shares(self) -> Optional[builtins.int]:
|
|
118
119
|
"""
|
|
119
120
|
`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:
|
|
120
121
|
|
|
@@ -150,14 +151,14 @@ class ExemptPriorityLevelConfigurationPatch(dict):
|
|
|
150
151
|
return super().get(key, default)
|
|
151
152
|
|
|
152
153
|
def __init__(__self__, *,
|
|
153
|
-
lendable_percent: Optional[int] = None,
|
|
154
|
-
nominal_concurrency_shares: Optional[int] = None):
|
|
154
|
+
lendable_percent: Optional[builtins.int] = None,
|
|
155
|
+
nominal_concurrency_shares: Optional[builtins.int] = None):
|
|
155
156
|
"""
|
|
156
157
|
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`.
|
|
157
|
-
:param 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.
|
|
158
|
+
:param 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.
|
|
158
159
|
|
|
159
160
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
160
|
-
:param 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:
|
|
161
|
+
:param 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:
|
|
161
162
|
|
|
162
163
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
163
164
|
|
|
@@ -170,7 +171,7 @@ class ExemptPriorityLevelConfigurationPatch(dict):
|
|
|
170
171
|
|
|
171
172
|
@property
|
|
172
173
|
@pulumi.getter(name="lendablePercent")
|
|
173
|
-
def lendable_percent(self) -> Optional[int]:
|
|
174
|
+
def lendable_percent(self) -> Optional[builtins.int]:
|
|
174
175
|
"""
|
|
175
176
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
176
177
|
|
|
@@ -180,7 +181,7 @@ class ExemptPriorityLevelConfigurationPatch(dict):
|
|
|
180
181
|
|
|
181
182
|
@property
|
|
182
183
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
183
|
-
def nominal_concurrency_shares(self) -> Optional[int]:
|
|
184
|
+
def nominal_concurrency_shares(self) -> Optional[builtins.int]:
|
|
184
185
|
"""
|
|
185
186
|
`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:
|
|
186
187
|
|
|
@@ -197,16 +198,16 @@ class FlowDistinguisherMethod(dict):
|
|
|
197
198
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
198
199
|
"""
|
|
199
200
|
def __init__(__self__, *,
|
|
200
|
-
type: str):
|
|
201
|
+
type: builtins.str):
|
|
201
202
|
"""
|
|
202
203
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
203
|
-
:param str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
204
|
+
:param builtins.str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
204
205
|
"""
|
|
205
206
|
pulumi.set(__self__, "type", type)
|
|
206
207
|
|
|
207
208
|
@property
|
|
208
209
|
@pulumi.getter
|
|
209
|
-
def type(self) -> str:
|
|
210
|
+
def type(self) -> builtins.str:
|
|
210
211
|
"""
|
|
211
212
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
212
213
|
"""
|
|
@@ -219,17 +220,17 @@ class FlowDistinguisherMethodPatch(dict):
|
|
|
219
220
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
220
221
|
"""
|
|
221
222
|
def __init__(__self__, *,
|
|
222
|
-
type: Optional[str] = None):
|
|
223
|
+
type: Optional[builtins.str] = None):
|
|
223
224
|
"""
|
|
224
225
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
225
|
-
:param str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
226
|
+
:param builtins.str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
226
227
|
"""
|
|
227
228
|
if type is not None:
|
|
228
229
|
pulumi.set(__self__, "type", type)
|
|
229
230
|
|
|
230
231
|
@property
|
|
231
232
|
@pulumi.getter
|
|
232
|
-
def type(self) -> Optional[str]:
|
|
233
|
+
def type(self) -> Optional[builtins.str]:
|
|
233
234
|
"""
|
|
234
235
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
235
236
|
"""
|
|
@@ -259,15 +260,15 @@ class FlowSchema(dict):
|
|
|
259
260
|
return super().get(key, default)
|
|
260
261
|
|
|
261
262
|
def __init__(__self__, *,
|
|
262
|
-
api_version: Optional[str] = None,
|
|
263
|
-
kind: Optional[str] = None,
|
|
263
|
+
api_version: Optional[builtins.str] = None,
|
|
264
|
+
kind: Optional[builtins.str] = None,
|
|
264
265
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
265
266
|
spec: Optional['outputs.FlowSchemaSpec'] = None,
|
|
266
267
|
status: Optional['outputs.FlowSchemaStatus'] = None):
|
|
267
268
|
"""
|
|
268
269
|
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".
|
|
269
|
-
:param 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
|
|
270
|
-
:param 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
|
|
270
|
+
:param 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
|
|
271
|
+
:param 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
|
|
271
272
|
:param '_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
|
|
272
273
|
:param '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
|
|
273
274
|
:param '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
|
|
@@ -285,7 +286,7 @@ class FlowSchema(dict):
|
|
|
285
286
|
|
|
286
287
|
@property
|
|
287
288
|
@pulumi.getter(name="apiVersion")
|
|
288
|
-
def api_version(self) -> Optional[str]:
|
|
289
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
289
290
|
"""
|
|
290
291
|
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
|
|
291
292
|
"""
|
|
@@ -293,7 +294,7 @@ class FlowSchema(dict):
|
|
|
293
294
|
|
|
294
295
|
@property
|
|
295
296
|
@pulumi.getter
|
|
296
|
-
def kind(self) -> Optional[str]:
|
|
297
|
+
def kind(self) -> Optional[builtins.str]:
|
|
297
298
|
"""
|
|
298
299
|
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
|
|
299
300
|
"""
|
|
@@ -347,18 +348,18 @@ class FlowSchemaCondition(dict):
|
|
|
347
348
|
return super().get(key, default)
|
|
348
349
|
|
|
349
350
|
def __init__(__self__, *,
|
|
350
|
-
last_transition_time: Optional[str] = None,
|
|
351
|
-
message: Optional[str] = None,
|
|
352
|
-
reason: Optional[str] = None,
|
|
353
|
-
status: Optional[str] = None,
|
|
354
|
-
type: Optional[str] = None):
|
|
351
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
352
|
+
message: Optional[builtins.str] = None,
|
|
353
|
+
reason: Optional[builtins.str] = None,
|
|
354
|
+
status: Optional[builtins.str] = None,
|
|
355
|
+
type: Optional[builtins.str] = None):
|
|
355
356
|
"""
|
|
356
357
|
FlowSchemaCondition describes conditions for a FlowSchema.
|
|
357
|
-
:param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
358
|
-
:param str message: `message` is a human-readable message indicating details about last transition.
|
|
359
|
-
:param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
360
|
-
:param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
361
|
-
:param str type: `type` is the type of the condition. Required.
|
|
358
|
+
:param builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
359
|
+
:param builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
360
|
+
:param builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
361
|
+
:param builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
362
|
+
:param builtins.str type: `type` is the type of the condition. Required.
|
|
362
363
|
"""
|
|
363
364
|
if last_transition_time is not None:
|
|
364
365
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -373,7 +374,7 @@ class FlowSchemaCondition(dict):
|
|
|
373
374
|
|
|
374
375
|
@property
|
|
375
376
|
@pulumi.getter(name="lastTransitionTime")
|
|
376
|
-
def last_transition_time(self) -> Optional[str]:
|
|
377
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
377
378
|
"""
|
|
378
379
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
379
380
|
"""
|
|
@@ -381,7 +382,7 @@ class FlowSchemaCondition(dict):
|
|
|
381
382
|
|
|
382
383
|
@property
|
|
383
384
|
@pulumi.getter
|
|
384
|
-
def message(self) -> Optional[str]:
|
|
385
|
+
def message(self) -> Optional[builtins.str]:
|
|
385
386
|
"""
|
|
386
387
|
`message` is a human-readable message indicating details about last transition.
|
|
387
388
|
"""
|
|
@@ -389,7 +390,7 @@ class FlowSchemaCondition(dict):
|
|
|
389
390
|
|
|
390
391
|
@property
|
|
391
392
|
@pulumi.getter
|
|
392
|
-
def reason(self) -> Optional[str]:
|
|
393
|
+
def reason(self) -> Optional[builtins.str]:
|
|
393
394
|
"""
|
|
394
395
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
395
396
|
"""
|
|
@@ -397,7 +398,7 @@ class FlowSchemaCondition(dict):
|
|
|
397
398
|
|
|
398
399
|
@property
|
|
399
400
|
@pulumi.getter
|
|
400
|
-
def status(self) -> Optional[str]:
|
|
401
|
+
def status(self) -> Optional[builtins.str]:
|
|
401
402
|
"""
|
|
402
403
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
403
404
|
"""
|
|
@@ -405,7 +406,7 @@ class FlowSchemaCondition(dict):
|
|
|
405
406
|
|
|
406
407
|
@property
|
|
407
408
|
@pulumi.getter
|
|
408
|
-
def type(self) -> Optional[str]:
|
|
409
|
+
def type(self) -> Optional[builtins.str]:
|
|
409
410
|
"""
|
|
410
411
|
`type` is the type of the condition. Required.
|
|
411
412
|
"""
|
|
@@ -435,18 +436,18 @@ class FlowSchemaConditionPatch(dict):
|
|
|
435
436
|
return super().get(key, default)
|
|
436
437
|
|
|
437
438
|
def __init__(__self__, *,
|
|
438
|
-
last_transition_time: Optional[str] = None,
|
|
439
|
-
message: Optional[str] = None,
|
|
440
|
-
reason: Optional[str] = None,
|
|
441
|
-
status: Optional[str] = None,
|
|
442
|
-
type: Optional[str] = None):
|
|
439
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
440
|
+
message: Optional[builtins.str] = None,
|
|
441
|
+
reason: Optional[builtins.str] = None,
|
|
442
|
+
status: Optional[builtins.str] = None,
|
|
443
|
+
type: Optional[builtins.str] = None):
|
|
443
444
|
"""
|
|
444
445
|
FlowSchemaCondition describes conditions for a FlowSchema.
|
|
445
|
-
:param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
446
|
-
:param str message: `message` is a human-readable message indicating details about last transition.
|
|
447
|
-
:param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
448
|
-
:param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
449
|
-
:param str type: `type` is the type of the condition. Required.
|
|
446
|
+
:param builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
447
|
+
:param builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
448
|
+
:param builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
449
|
+
:param builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
450
|
+
:param builtins.str type: `type` is the type of the condition. Required.
|
|
450
451
|
"""
|
|
451
452
|
if last_transition_time is not None:
|
|
452
453
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -461,7 +462,7 @@ class FlowSchemaConditionPatch(dict):
|
|
|
461
462
|
|
|
462
463
|
@property
|
|
463
464
|
@pulumi.getter(name="lastTransitionTime")
|
|
464
|
-
def last_transition_time(self) -> Optional[str]:
|
|
465
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
465
466
|
"""
|
|
466
467
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
467
468
|
"""
|
|
@@ -469,7 +470,7 @@ class FlowSchemaConditionPatch(dict):
|
|
|
469
470
|
|
|
470
471
|
@property
|
|
471
472
|
@pulumi.getter
|
|
472
|
-
def message(self) -> Optional[str]:
|
|
473
|
+
def message(self) -> Optional[builtins.str]:
|
|
473
474
|
"""
|
|
474
475
|
`message` is a human-readable message indicating details about last transition.
|
|
475
476
|
"""
|
|
@@ -477,7 +478,7 @@ class FlowSchemaConditionPatch(dict):
|
|
|
477
478
|
|
|
478
479
|
@property
|
|
479
480
|
@pulumi.getter
|
|
480
|
-
def reason(self) -> Optional[str]:
|
|
481
|
+
def reason(self) -> Optional[builtins.str]:
|
|
481
482
|
"""
|
|
482
483
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
483
484
|
"""
|
|
@@ -485,7 +486,7 @@ class FlowSchemaConditionPatch(dict):
|
|
|
485
486
|
|
|
486
487
|
@property
|
|
487
488
|
@pulumi.getter
|
|
488
|
-
def status(self) -> Optional[str]:
|
|
489
|
+
def status(self) -> Optional[builtins.str]:
|
|
489
490
|
"""
|
|
490
491
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
491
492
|
"""
|
|
@@ -493,7 +494,7 @@ class FlowSchemaConditionPatch(dict):
|
|
|
493
494
|
|
|
494
495
|
@property
|
|
495
496
|
@pulumi.getter
|
|
496
|
-
def type(self) -> Optional[str]:
|
|
497
|
+
def type(self) -> Optional[builtins.str]:
|
|
497
498
|
"""
|
|
498
499
|
`type` is the type of the condition. Required.
|
|
499
500
|
"""
|
|
@@ -529,13 +530,13 @@ class FlowSchemaSpec(dict):
|
|
|
529
530
|
def __init__(__self__, *,
|
|
530
531
|
priority_level_configuration: 'outputs.PriorityLevelConfigurationReference',
|
|
531
532
|
distinguisher_method: Optional['outputs.FlowDistinguisherMethod'] = None,
|
|
532
|
-
matching_precedence: Optional[int] = None,
|
|
533
|
+
matching_precedence: Optional[builtins.int] = None,
|
|
533
534
|
rules: Optional[Sequence['outputs.PolicyRulesWithSubjects']] = None):
|
|
534
535
|
"""
|
|
535
536
|
FlowSchemaSpec describes how the FlowSchema's specification looks like.
|
|
536
537
|
:param '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.
|
|
537
538
|
:param '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.
|
|
538
|
-
:param 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.
|
|
539
|
+
:param 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.
|
|
539
540
|
:param Sequence['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.
|
|
540
541
|
"""
|
|
541
542
|
pulumi.set(__self__, "priority_level_configuration", priority_level_configuration)
|
|
@@ -564,7 +565,7 @@ class FlowSchemaSpec(dict):
|
|
|
564
565
|
|
|
565
566
|
@property
|
|
566
567
|
@pulumi.getter(name="matchingPrecedence")
|
|
567
|
-
def matching_precedence(self) -> Optional[int]:
|
|
568
|
+
def matching_precedence(self) -> Optional[builtins.int]:
|
|
568
569
|
"""
|
|
569
570
|
`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.
|
|
570
571
|
"""
|
|
@@ -607,13 +608,13 @@ class FlowSchemaSpecPatch(dict):
|
|
|
607
608
|
|
|
608
609
|
def __init__(__self__, *,
|
|
609
610
|
distinguisher_method: Optional['outputs.FlowDistinguisherMethodPatch'] = None,
|
|
610
|
-
matching_precedence: Optional[int] = None,
|
|
611
|
+
matching_precedence: Optional[builtins.int] = None,
|
|
611
612
|
priority_level_configuration: Optional['outputs.PriorityLevelConfigurationReferencePatch'] = None,
|
|
612
613
|
rules: Optional[Sequence['outputs.PolicyRulesWithSubjectsPatch']] = None):
|
|
613
614
|
"""
|
|
614
615
|
FlowSchemaSpec describes how the FlowSchema's specification looks like.
|
|
615
616
|
:param '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.
|
|
616
|
-
:param 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.
|
|
617
|
+
:param 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.
|
|
617
618
|
:param '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.
|
|
618
619
|
:param Sequence['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.
|
|
619
620
|
"""
|
|
@@ -636,7 +637,7 @@ class FlowSchemaSpecPatch(dict):
|
|
|
636
637
|
|
|
637
638
|
@property
|
|
638
639
|
@pulumi.getter(name="matchingPrecedence")
|
|
639
|
-
def matching_precedence(self) -> Optional[int]:
|
|
640
|
+
def matching_precedence(self) -> Optional[builtins.int]:
|
|
640
641
|
"""
|
|
641
642
|
`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.
|
|
642
643
|
"""
|
|
@@ -711,16 +712,16 @@ class GroupSubject(dict):
|
|
|
711
712
|
GroupSubject holds detailed information for group-kind subject.
|
|
712
713
|
"""
|
|
713
714
|
def __init__(__self__, *,
|
|
714
|
-
name: str):
|
|
715
|
+
name: builtins.str):
|
|
715
716
|
"""
|
|
716
717
|
GroupSubject holds detailed information for group-kind subject.
|
|
717
|
-
:param 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.
|
|
718
|
+
:param 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.
|
|
718
719
|
"""
|
|
719
720
|
pulumi.set(__self__, "name", name)
|
|
720
721
|
|
|
721
722
|
@property
|
|
722
723
|
@pulumi.getter
|
|
723
|
-
def name(self) -> str:
|
|
724
|
+
def name(self) -> builtins.str:
|
|
724
725
|
"""
|
|
725
726
|
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.
|
|
726
727
|
"""
|
|
@@ -733,17 +734,17 @@ class GroupSubjectPatch(dict):
|
|
|
733
734
|
GroupSubject holds detailed information for group-kind subject.
|
|
734
735
|
"""
|
|
735
736
|
def __init__(__self__, *,
|
|
736
|
-
name: Optional[str] = None):
|
|
737
|
+
name: Optional[builtins.str] = None):
|
|
737
738
|
"""
|
|
738
739
|
GroupSubject holds detailed information for group-kind subject.
|
|
739
|
-
:param 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.
|
|
740
|
+
:param 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.
|
|
740
741
|
"""
|
|
741
742
|
if name is not None:
|
|
742
743
|
pulumi.set(__self__, "name", name)
|
|
743
744
|
|
|
744
745
|
@property
|
|
745
746
|
@pulumi.getter
|
|
746
|
-
def name(self) -> Optional[str]:
|
|
747
|
+
def name(self) -> Optional[builtins.str]:
|
|
747
748
|
"""
|
|
748
749
|
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.
|
|
749
750
|
"""
|
|
@@ -756,11 +757,11 @@ class LimitResponse(dict):
|
|
|
756
757
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
757
758
|
"""
|
|
758
759
|
def __init__(__self__, *,
|
|
759
|
-
type: str,
|
|
760
|
+
type: builtins.str,
|
|
760
761
|
queuing: Optional['outputs.QueuingConfiguration'] = None):
|
|
761
762
|
"""
|
|
762
763
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
763
|
-
:param 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.
|
|
764
|
+
:param 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.
|
|
764
765
|
:param 'QueuingConfigurationArgs' queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
765
766
|
"""
|
|
766
767
|
pulumi.set(__self__, "type", type)
|
|
@@ -769,7 +770,7 @@ class LimitResponse(dict):
|
|
|
769
770
|
|
|
770
771
|
@property
|
|
771
772
|
@pulumi.getter
|
|
772
|
-
def type(self) -> str:
|
|
773
|
+
def type(self) -> builtins.str:
|
|
773
774
|
"""
|
|
774
775
|
`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.
|
|
775
776
|
"""
|
|
@@ -791,11 +792,11 @@ class LimitResponsePatch(dict):
|
|
|
791
792
|
"""
|
|
792
793
|
def __init__(__self__, *,
|
|
793
794
|
queuing: Optional['outputs.QueuingConfigurationPatch'] = None,
|
|
794
|
-
type: Optional[str] = None):
|
|
795
|
+
type: Optional[builtins.str] = None):
|
|
795
796
|
"""
|
|
796
797
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
797
798
|
:param 'QueuingConfigurationPatchArgs' queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
798
|
-
:param 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.
|
|
799
|
+
:param 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.
|
|
799
800
|
"""
|
|
800
801
|
if queuing is not None:
|
|
801
802
|
pulumi.set(__self__, "queuing", queuing)
|
|
@@ -812,7 +813,7 @@ class LimitResponsePatch(dict):
|
|
|
812
813
|
|
|
813
814
|
@property
|
|
814
815
|
@pulumi.getter
|
|
815
|
-
def type(self) -> Optional[str]:
|
|
816
|
+
def type(self) -> Optional[builtins.str]:
|
|
816
817
|
"""
|
|
817
818
|
`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.
|
|
818
819
|
"""
|
|
@@ -850,25 +851,25 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
850
851
|
return super().get(key, default)
|
|
851
852
|
|
|
852
853
|
def __init__(__self__, *,
|
|
853
|
-
assured_concurrency_shares: Optional[int] = None,
|
|
854
|
-
borrowing_limit_percent: Optional[int] = None,
|
|
855
|
-
lendable_percent: Optional[int] = None,
|
|
854
|
+
assured_concurrency_shares: Optional[builtins.int] = None,
|
|
855
|
+
borrowing_limit_percent: Optional[builtins.int] = None,
|
|
856
|
+
lendable_percent: Optional[builtins.int] = None,
|
|
856
857
|
limit_response: Optional['outputs.LimitResponse'] = None):
|
|
857
858
|
"""
|
|
858
859
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
859
860
|
- How are requests for this priority level limited?
|
|
860
861
|
- What should be done with requests that exceed the limit?
|
|
861
|
-
:param 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:
|
|
862
|
+
:param 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:
|
|
862
863
|
|
|
863
864
|
ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
|
|
864
865
|
|
|
865
866
|
bigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30.
|
|
866
|
-
:param 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.
|
|
867
|
+
:param 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.
|
|
867
868
|
|
|
868
869
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
869
870
|
|
|
870
871
|
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.
|
|
871
|
-
:param 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.
|
|
872
|
+
:param 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.
|
|
872
873
|
|
|
873
874
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
874
875
|
:param 'LimitResponseArgs' limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
@@ -884,7 +885,7 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
884
885
|
|
|
885
886
|
@property
|
|
886
887
|
@pulumi.getter(name="assuredConcurrencyShares")
|
|
887
|
-
def assured_concurrency_shares(self) -> Optional[int]:
|
|
888
|
+
def assured_concurrency_shares(self) -> Optional[builtins.int]:
|
|
888
889
|
"""
|
|
889
890
|
`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:
|
|
890
891
|
|
|
@@ -896,7 +897,7 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
896
897
|
|
|
897
898
|
@property
|
|
898
899
|
@pulumi.getter(name="borrowingLimitPercent")
|
|
899
|
-
def borrowing_limit_percent(self) -> Optional[int]:
|
|
900
|
+
def borrowing_limit_percent(self) -> Optional[builtins.int]:
|
|
900
901
|
"""
|
|
901
902
|
`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.
|
|
902
903
|
|
|
@@ -908,7 +909,7 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
908
909
|
|
|
909
910
|
@property
|
|
910
911
|
@pulumi.getter(name="lendablePercent")
|
|
911
|
-
def lendable_percent(self) -> Optional[int]:
|
|
912
|
+
def lendable_percent(self) -> Optional[builtins.int]:
|
|
912
913
|
"""
|
|
913
914
|
`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.
|
|
914
915
|
|
|
@@ -956,25 +957,25 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
956
957
|
return super().get(key, default)
|
|
957
958
|
|
|
958
959
|
def __init__(__self__, *,
|
|
959
|
-
assured_concurrency_shares: Optional[int] = None,
|
|
960
|
-
borrowing_limit_percent: Optional[int] = None,
|
|
961
|
-
lendable_percent: Optional[int] = None,
|
|
960
|
+
assured_concurrency_shares: Optional[builtins.int] = None,
|
|
961
|
+
borrowing_limit_percent: Optional[builtins.int] = None,
|
|
962
|
+
lendable_percent: Optional[builtins.int] = None,
|
|
962
963
|
limit_response: Optional['outputs.LimitResponsePatch'] = None):
|
|
963
964
|
"""
|
|
964
965
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
965
966
|
- How are requests for this priority level limited?
|
|
966
967
|
- What should be done with requests that exceed the limit?
|
|
967
|
-
:param 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:
|
|
968
|
+
:param 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:
|
|
968
969
|
|
|
969
970
|
ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
|
|
970
971
|
|
|
971
972
|
bigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30.
|
|
972
|
-
:param 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.
|
|
973
|
+
:param 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.
|
|
973
974
|
|
|
974
975
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
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
|
-
:param 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.
|
|
978
|
+
:param 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.
|
|
978
979
|
|
|
979
980
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
980
981
|
:param 'LimitResponsePatchArgs' limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
@@ -990,7 +991,7 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
990
991
|
|
|
991
992
|
@property
|
|
992
993
|
@pulumi.getter(name="assuredConcurrencyShares")
|
|
993
|
-
def assured_concurrency_shares(self) -> Optional[int]:
|
|
994
|
+
def assured_concurrency_shares(self) -> Optional[builtins.int]:
|
|
994
995
|
"""
|
|
995
996
|
`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:
|
|
996
997
|
|
|
@@ -1002,7 +1003,7 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
1002
1003
|
|
|
1003
1004
|
@property
|
|
1004
1005
|
@pulumi.getter(name="borrowingLimitPercent")
|
|
1005
|
-
def borrowing_limit_percent(self) -> Optional[int]:
|
|
1006
|
+
def borrowing_limit_percent(self) -> Optional[builtins.int]:
|
|
1006
1007
|
"""
|
|
1007
1008
|
`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
|
|
|
@@ -1014,7 +1015,7 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
1014
1015
|
|
|
1015
1016
|
@property
|
|
1016
1017
|
@pulumi.getter(name="lendablePercent")
|
|
1017
|
-
def lendable_percent(self) -> Optional[int]:
|
|
1018
|
+
def lendable_percent(self) -> Optional[builtins.int]:
|
|
1018
1019
|
"""
|
|
1019
1020
|
`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.
|
|
1020
1021
|
|
|
@@ -1054,25 +1055,25 @@ class NonResourcePolicyRule(dict):
|
|
|
1054
1055
|
return super().get(key, default)
|
|
1055
1056
|
|
|
1056
1057
|
def __init__(__self__, *,
|
|
1057
|
-
non_resource_urls: Sequence[str],
|
|
1058
|
-
verbs: Sequence[str]):
|
|
1058
|
+
non_resource_urls: Sequence[builtins.str],
|
|
1059
|
+
verbs: Sequence[builtins.str]):
|
|
1059
1060
|
"""
|
|
1060
1061
|
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.
|
|
1061
|
-
:param Sequence[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:
|
|
1062
|
+
:param Sequence[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:
|
|
1062
1063
|
- "/healthz" is legal
|
|
1063
1064
|
- "/hea*" is illegal
|
|
1064
1065
|
- "/hea" is legal but matches nothing
|
|
1065
1066
|
- "/hea/*" also matches nothing
|
|
1066
1067
|
- "/healthz/*" matches all per-component health checks.
|
|
1067
1068
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1068
|
-
:param Sequence[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.
|
|
1069
|
+
:param Sequence[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.
|
|
1069
1070
|
"""
|
|
1070
1071
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
1071
1072
|
pulumi.set(__self__, "verbs", verbs)
|
|
1072
1073
|
|
|
1073
1074
|
@property
|
|
1074
1075
|
@pulumi.getter(name="nonResourceURLs")
|
|
1075
|
-
def non_resource_urls(self) -> Sequence[str]:
|
|
1076
|
+
def non_resource_urls(self) -> Sequence[builtins.str]:
|
|
1076
1077
|
"""
|
|
1077
1078
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1078
1079
|
- "/healthz" is legal
|
|
@@ -1086,7 +1087,7 @@ class NonResourcePolicyRule(dict):
|
|
|
1086
1087
|
|
|
1087
1088
|
@property
|
|
1088
1089
|
@pulumi.getter
|
|
1089
|
-
def verbs(self) -> Sequence[str]:
|
|
1090
|
+
def verbs(self) -> Sequence[builtins.str]:
|
|
1090
1091
|
"""
|
|
1091
1092
|
`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.
|
|
1092
1093
|
"""
|
|
@@ -1116,18 +1117,18 @@ class NonResourcePolicyRulePatch(dict):
|
|
|
1116
1117
|
return super().get(key, default)
|
|
1117
1118
|
|
|
1118
1119
|
def __init__(__self__, *,
|
|
1119
|
-
non_resource_urls: Optional[Sequence[str]] = None,
|
|
1120
|
-
verbs: Optional[Sequence[str]] = None):
|
|
1120
|
+
non_resource_urls: Optional[Sequence[builtins.str]] = None,
|
|
1121
|
+
verbs: Optional[Sequence[builtins.str]] = None):
|
|
1121
1122
|
"""
|
|
1122
1123
|
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.
|
|
1123
|
-
:param Sequence[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:
|
|
1124
|
+
:param Sequence[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:
|
|
1124
1125
|
- "/healthz" is legal
|
|
1125
1126
|
- "/hea*" is illegal
|
|
1126
1127
|
- "/hea" is legal but matches nothing
|
|
1127
1128
|
- "/hea/*" also matches nothing
|
|
1128
1129
|
- "/healthz/*" matches all per-component health checks.
|
|
1129
1130
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1130
|
-
:param Sequence[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.
|
|
1131
|
+
:param Sequence[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.
|
|
1131
1132
|
"""
|
|
1132
1133
|
if non_resource_urls is not None:
|
|
1133
1134
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
@@ -1136,7 +1137,7 @@ class NonResourcePolicyRulePatch(dict):
|
|
|
1136
1137
|
|
|
1137
1138
|
@property
|
|
1138
1139
|
@pulumi.getter(name="nonResourceURLs")
|
|
1139
|
-
def non_resource_urls(self) -> Optional[Sequence[str]]:
|
|
1140
|
+
def non_resource_urls(self) -> Optional[Sequence[builtins.str]]:
|
|
1140
1141
|
"""
|
|
1141
1142
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1142
1143
|
- "/healthz" is legal
|
|
@@ -1150,7 +1151,7 @@ class NonResourcePolicyRulePatch(dict):
|
|
|
1150
1151
|
|
|
1151
1152
|
@property
|
|
1152
1153
|
@pulumi.getter
|
|
1153
|
-
def verbs(self) -> Optional[Sequence[str]]:
|
|
1154
|
+
def verbs(self) -> Optional[Sequence[builtins.str]]:
|
|
1154
1155
|
"""
|
|
1155
1156
|
`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.
|
|
1156
1157
|
"""
|
|
@@ -1311,15 +1312,15 @@ class PriorityLevelConfiguration(dict):
|
|
|
1311
1312
|
return super().get(key, default)
|
|
1312
1313
|
|
|
1313
1314
|
def __init__(__self__, *,
|
|
1314
|
-
api_version: Optional[str] = None,
|
|
1315
|
-
kind: Optional[str] = None,
|
|
1315
|
+
api_version: Optional[builtins.str] = None,
|
|
1316
|
+
kind: Optional[builtins.str] = None,
|
|
1316
1317
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1317
1318
|
spec: Optional['outputs.PriorityLevelConfigurationSpec'] = None,
|
|
1318
1319
|
status: Optional['outputs.PriorityLevelConfigurationStatus'] = None):
|
|
1319
1320
|
"""
|
|
1320
1321
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1321
|
-
:param 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
|
|
1322
|
-
:param 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
|
|
1322
|
+
:param 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
|
|
1323
|
+
:param 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
|
|
1323
1324
|
:param '_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
|
|
1324
1325
|
:param '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
|
|
1325
1326
|
:param '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
|
|
@@ -1337,7 +1338,7 @@ class PriorityLevelConfiguration(dict):
|
|
|
1337
1338
|
|
|
1338
1339
|
@property
|
|
1339
1340
|
@pulumi.getter(name="apiVersion")
|
|
1340
|
-
def api_version(self) -> Optional[str]:
|
|
1341
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1341
1342
|
"""
|
|
1342
1343
|
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
|
|
1343
1344
|
"""
|
|
@@ -1345,7 +1346,7 @@ class PriorityLevelConfiguration(dict):
|
|
|
1345
1346
|
|
|
1346
1347
|
@property
|
|
1347
1348
|
@pulumi.getter
|
|
1348
|
-
def kind(self) -> Optional[str]:
|
|
1349
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1349
1350
|
"""
|
|
1350
1351
|
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
|
|
1351
1352
|
"""
|
|
@@ -1399,18 +1400,18 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1399
1400
|
return super().get(key, default)
|
|
1400
1401
|
|
|
1401
1402
|
def __init__(__self__, *,
|
|
1402
|
-
last_transition_time: Optional[str] = None,
|
|
1403
|
-
message: Optional[str] = None,
|
|
1404
|
-
reason: Optional[str] = None,
|
|
1405
|
-
status: Optional[str] = None,
|
|
1406
|
-
type: Optional[str] = None):
|
|
1403
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1404
|
+
message: Optional[builtins.str] = None,
|
|
1405
|
+
reason: Optional[builtins.str] = None,
|
|
1406
|
+
status: Optional[builtins.str] = None,
|
|
1407
|
+
type: Optional[builtins.str] = None):
|
|
1407
1408
|
"""
|
|
1408
1409
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1409
|
-
:param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1410
|
-
:param str message: `message` is a human-readable message indicating details about last transition.
|
|
1411
|
-
:param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1412
|
-
:param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1413
|
-
:param str type: `type` is the type of the condition. Required.
|
|
1410
|
+
:param builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1411
|
+
:param builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
1412
|
+
:param builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1413
|
+
:param builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1414
|
+
:param builtins.str type: `type` is the type of the condition. Required.
|
|
1414
1415
|
"""
|
|
1415
1416
|
if last_transition_time is not None:
|
|
1416
1417
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1425,7 +1426,7 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1425
1426
|
|
|
1426
1427
|
@property
|
|
1427
1428
|
@pulumi.getter(name="lastTransitionTime")
|
|
1428
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1429
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1429
1430
|
"""
|
|
1430
1431
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1431
1432
|
"""
|
|
@@ -1433,7 +1434,7 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1433
1434
|
|
|
1434
1435
|
@property
|
|
1435
1436
|
@pulumi.getter
|
|
1436
|
-
def message(self) -> Optional[str]:
|
|
1437
|
+
def message(self) -> Optional[builtins.str]:
|
|
1437
1438
|
"""
|
|
1438
1439
|
`message` is a human-readable message indicating details about last transition.
|
|
1439
1440
|
"""
|
|
@@ -1441,7 +1442,7 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1441
1442
|
|
|
1442
1443
|
@property
|
|
1443
1444
|
@pulumi.getter
|
|
1444
|
-
def reason(self) -> Optional[str]:
|
|
1445
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1445
1446
|
"""
|
|
1446
1447
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1447
1448
|
"""
|
|
@@ -1449,7 +1450,7 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1449
1450
|
|
|
1450
1451
|
@property
|
|
1451
1452
|
@pulumi.getter
|
|
1452
|
-
def status(self) -> Optional[str]:
|
|
1453
|
+
def status(self) -> Optional[builtins.str]:
|
|
1453
1454
|
"""
|
|
1454
1455
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1455
1456
|
"""
|
|
@@ -1457,7 +1458,7 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1457
1458
|
|
|
1458
1459
|
@property
|
|
1459
1460
|
@pulumi.getter
|
|
1460
|
-
def type(self) -> Optional[str]:
|
|
1461
|
+
def type(self) -> Optional[builtins.str]:
|
|
1461
1462
|
"""
|
|
1462
1463
|
`type` is the type of the condition. Required.
|
|
1463
1464
|
"""
|
|
@@ -1487,18 +1488,18 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1487
1488
|
return super().get(key, default)
|
|
1488
1489
|
|
|
1489
1490
|
def __init__(__self__, *,
|
|
1490
|
-
last_transition_time: Optional[str] = None,
|
|
1491
|
-
message: Optional[str] = None,
|
|
1492
|
-
reason: Optional[str] = None,
|
|
1493
|
-
status: Optional[str] = None,
|
|
1494
|
-
type: Optional[str] = None):
|
|
1491
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1492
|
+
message: Optional[builtins.str] = None,
|
|
1493
|
+
reason: Optional[builtins.str] = None,
|
|
1494
|
+
status: Optional[builtins.str] = None,
|
|
1495
|
+
type: Optional[builtins.str] = None):
|
|
1495
1496
|
"""
|
|
1496
1497
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1497
|
-
:param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1498
|
-
:param str message: `message` is a human-readable message indicating details about last transition.
|
|
1499
|
-
:param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1500
|
-
:param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1501
|
-
:param str type: `type` is the type of the condition. Required.
|
|
1498
|
+
:param builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1499
|
+
:param builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
1500
|
+
:param builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1501
|
+
:param builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1502
|
+
:param builtins.str type: `type` is the type of the condition. Required.
|
|
1502
1503
|
"""
|
|
1503
1504
|
if last_transition_time is not None:
|
|
1504
1505
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1513,7 +1514,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1513
1514
|
|
|
1514
1515
|
@property
|
|
1515
1516
|
@pulumi.getter(name="lastTransitionTime")
|
|
1516
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1517
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1517
1518
|
"""
|
|
1518
1519
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1519
1520
|
"""
|
|
@@ -1521,7 +1522,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1521
1522
|
|
|
1522
1523
|
@property
|
|
1523
1524
|
@pulumi.getter
|
|
1524
|
-
def message(self) -> Optional[str]:
|
|
1525
|
+
def message(self) -> Optional[builtins.str]:
|
|
1525
1526
|
"""
|
|
1526
1527
|
`message` is a human-readable message indicating details about last transition.
|
|
1527
1528
|
"""
|
|
@@ -1529,7 +1530,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1529
1530
|
|
|
1530
1531
|
@property
|
|
1531
1532
|
@pulumi.getter
|
|
1532
|
-
def reason(self) -> Optional[str]:
|
|
1533
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1533
1534
|
"""
|
|
1534
1535
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1535
1536
|
"""
|
|
@@ -1537,7 +1538,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1537
1538
|
|
|
1538
1539
|
@property
|
|
1539
1540
|
@pulumi.getter
|
|
1540
|
-
def status(self) -> Optional[str]:
|
|
1541
|
+
def status(self) -> Optional[builtins.str]:
|
|
1541
1542
|
"""
|
|
1542
1543
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1543
1544
|
"""
|
|
@@ -1545,7 +1546,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1545
1546
|
|
|
1546
1547
|
@property
|
|
1547
1548
|
@pulumi.getter
|
|
1548
|
-
def type(self) -> Optional[str]:
|
|
1549
|
+
def type(self) -> Optional[builtins.str]:
|
|
1549
1550
|
"""
|
|
1550
1551
|
`type` is the type of the condition. Required.
|
|
1551
1552
|
"""
|
|
@@ -1558,16 +1559,16 @@ class PriorityLevelConfigurationReference(dict):
|
|
|
1558
1559
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1559
1560
|
"""
|
|
1560
1561
|
def __init__(__self__, *,
|
|
1561
|
-
name: str):
|
|
1562
|
+
name: builtins.str):
|
|
1562
1563
|
"""
|
|
1563
1564
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1564
|
-
:param str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1565
|
+
:param builtins.str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1565
1566
|
"""
|
|
1566
1567
|
pulumi.set(__self__, "name", name)
|
|
1567
1568
|
|
|
1568
1569
|
@property
|
|
1569
1570
|
@pulumi.getter
|
|
1570
|
-
def name(self) -> str:
|
|
1571
|
+
def name(self) -> builtins.str:
|
|
1571
1572
|
"""
|
|
1572
1573
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1573
1574
|
"""
|
|
@@ -1580,17 +1581,17 @@ class PriorityLevelConfigurationReferencePatch(dict):
|
|
|
1580
1581
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1581
1582
|
"""
|
|
1582
1583
|
def __init__(__self__, *,
|
|
1583
|
-
name: Optional[str] = None):
|
|
1584
|
+
name: Optional[builtins.str] = None):
|
|
1584
1585
|
"""
|
|
1585
1586
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1586
|
-
:param str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1587
|
+
:param builtins.str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1587
1588
|
"""
|
|
1588
1589
|
if name is not None:
|
|
1589
1590
|
pulumi.set(__self__, "name", name)
|
|
1590
1591
|
|
|
1591
1592
|
@property
|
|
1592
1593
|
@pulumi.getter
|
|
1593
|
-
def name(self) -> Optional[str]:
|
|
1594
|
+
def name(self) -> Optional[builtins.str]:
|
|
1594
1595
|
"""
|
|
1595
1596
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1596
1597
|
"""
|
|
@@ -1603,12 +1604,12 @@ class PriorityLevelConfigurationSpec(dict):
|
|
|
1603
1604
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1604
1605
|
"""
|
|
1605
1606
|
def __init__(__self__, *,
|
|
1606
|
-
type: str,
|
|
1607
|
+
type: builtins.str,
|
|
1607
1608
|
exempt: Optional['outputs.ExemptPriorityLevelConfiguration'] = None,
|
|
1608
1609
|
limited: Optional['outputs.LimitedPriorityLevelConfiguration'] = None):
|
|
1609
1610
|
"""
|
|
1610
1611
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1611
|
-
:param 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.
|
|
1612
|
+
:param 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.
|
|
1612
1613
|
:param '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.
|
|
1613
1614
|
:param '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"`.
|
|
1614
1615
|
"""
|
|
@@ -1620,7 +1621,7 @@ class PriorityLevelConfigurationSpec(dict):
|
|
|
1620
1621
|
|
|
1621
1622
|
@property
|
|
1622
1623
|
@pulumi.getter
|
|
1623
|
-
def type(self) -> str:
|
|
1624
|
+
def type(self) -> builtins.str:
|
|
1624
1625
|
"""
|
|
1625
1626
|
`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.
|
|
1626
1627
|
"""
|
|
@@ -1651,12 +1652,12 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1651
1652
|
def __init__(__self__, *,
|
|
1652
1653
|
exempt: Optional['outputs.ExemptPriorityLevelConfigurationPatch'] = None,
|
|
1653
1654
|
limited: Optional['outputs.LimitedPriorityLevelConfigurationPatch'] = None,
|
|
1654
|
-
type: Optional[str] = None):
|
|
1655
|
+
type: Optional[builtins.str] = None):
|
|
1655
1656
|
"""
|
|
1656
1657
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1657
1658
|
:param '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.
|
|
1658
1659
|
:param '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"`.
|
|
1659
|
-
:param 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.
|
|
1660
|
+
:param 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.
|
|
1660
1661
|
"""
|
|
1661
1662
|
if exempt is not None:
|
|
1662
1663
|
pulumi.set(__self__, "exempt", exempt)
|
|
@@ -1683,7 +1684,7 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1683
1684
|
|
|
1684
1685
|
@property
|
|
1685
1686
|
@pulumi.getter
|
|
1686
|
-
def type(self) -> Optional[str]:
|
|
1687
|
+
def type(self) -> Optional[builtins.str]:
|
|
1687
1688
|
"""
|
|
1688
1689
|
`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.
|
|
1689
1690
|
"""
|
|
@@ -1761,14 +1762,14 @@ class QueuingConfiguration(dict):
|
|
|
1761
1762
|
return super().get(key, default)
|
|
1762
1763
|
|
|
1763
1764
|
def __init__(__self__, *,
|
|
1764
|
-
hand_size: Optional[int] = None,
|
|
1765
|
-
queue_length_limit: Optional[int] = None,
|
|
1766
|
-
queues: Optional[int] = None):
|
|
1765
|
+
hand_size: Optional[builtins.int] = None,
|
|
1766
|
+
queue_length_limit: Optional[builtins.int] = None,
|
|
1767
|
+
queues: Optional[builtins.int] = None):
|
|
1767
1768
|
"""
|
|
1768
1769
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
1769
|
-
:param 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.
|
|
1770
|
-
:param 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.
|
|
1771
|
-
:param 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.
|
|
1770
|
+
:param 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.
|
|
1771
|
+
:param 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.
|
|
1772
|
+
:param 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.
|
|
1772
1773
|
"""
|
|
1773
1774
|
if hand_size is not None:
|
|
1774
1775
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -1779,7 +1780,7 @@ class QueuingConfiguration(dict):
|
|
|
1779
1780
|
|
|
1780
1781
|
@property
|
|
1781
1782
|
@pulumi.getter(name="handSize")
|
|
1782
|
-
def hand_size(self) -> Optional[int]:
|
|
1783
|
+
def hand_size(self) -> Optional[builtins.int]:
|
|
1783
1784
|
"""
|
|
1784
1785
|
`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.
|
|
1785
1786
|
"""
|
|
@@ -1787,7 +1788,7 @@ class QueuingConfiguration(dict):
|
|
|
1787
1788
|
|
|
1788
1789
|
@property
|
|
1789
1790
|
@pulumi.getter(name="queueLengthLimit")
|
|
1790
|
-
def queue_length_limit(self) -> Optional[int]:
|
|
1791
|
+
def queue_length_limit(self) -> Optional[builtins.int]:
|
|
1791
1792
|
"""
|
|
1792
1793
|
`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.
|
|
1793
1794
|
"""
|
|
@@ -1795,7 +1796,7 @@ class QueuingConfiguration(dict):
|
|
|
1795
1796
|
|
|
1796
1797
|
@property
|
|
1797
1798
|
@pulumi.getter
|
|
1798
|
-
def queues(self) -> Optional[int]:
|
|
1799
|
+
def queues(self) -> Optional[builtins.int]:
|
|
1799
1800
|
"""
|
|
1800
1801
|
`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.
|
|
1801
1802
|
"""
|
|
@@ -1827,14 +1828,14 @@ class QueuingConfigurationPatch(dict):
|
|
|
1827
1828
|
return super().get(key, default)
|
|
1828
1829
|
|
|
1829
1830
|
def __init__(__self__, *,
|
|
1830
|
-
hand_size: Optional[int] = None,
|
|
1831
|
-
queue_length_limit: Optional[int] = None,
|
|
1832
|
-
queues: Optional[int] = None):
|
|
1831
|
+
hand_size: Optional[builtins.int] = None,
|
|
1832
|
+
queue_length_limit: Optional[builtins.int] = None,
|
|
1833
|
+
queues: Optional[builtins.int] = None):
|
|
1833
1834
|
"""
|
|
1834
1835
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
1835
|
-
:param 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.
|
|
1836
|
-
:param 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.
|
|
1837
|
-
:param 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.
|
|
1836
|
+
:param 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.
|
|
1837
|
+
:param 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.
|
|
1838
|
+
:param 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.
|
|
1838
1839
|
"""
|
|
1839
1840
|
if hand_size is not None:
|
|
1840
1841
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -1845,7 +1846,7 @@ class QueuingConfigurationPatch(dict):
|
|
|
1845
1846
|
|
|
1846
1847
|
@property
|
|
1847
1848
|
@pulumi.getter(name="handSize")
|
|
1848
|
-
def hand_size(self) -> Optional[int]:
|
|
1849
|
+
def hand_size(self) -> Optional[builtins.int]:
|
|
1849
1850
|
"""
|
|
1850
1851
|
`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.
|
|
1851
1852
|
"""
|
|
@@ -1853,7 +1854,7 @@ class QueuingConfigurationPatch(dict):
|
|
|
1853
1854
|
|
|
1854
1855
|
@property
|
|
1855
1856
|
@pulumi.getter(name="queueLengthLimit")
|
|
1856
|
-
def queue_length_limit(self) -> Optional[int]:
|
|
1857
|
+
def queue_length_limit(self) -> Optional[builtins.int]:
|
|
1857
1858
|
"""
|
|
1858
1859
|
`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.
|
|
1859
1860
|
"""
|
|
@@ -1861,7 +1862,7 @@ class QueuingConfigurationPatch(dict):
|
|
|
1861
1862
|
|
|
1862
1863
|
@property
|
|
1863
1864
|
@pulumi.getter
|
|
1864
|
-
def queues(self) -> Optional[int]:
|
|
1865
|
+
def queues(self) -> Optional[builtins.int]:
|
|
1865
1866
|
"""
|
|
1866
1867
|
`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.
|
|
1867
1868
|
"""
|
|
@@ -1893,18 +1894,18 @@ class ResourcePolicyRule(dict):
|
|
|
1893
1894
|
return super().get(key, default)
|
|
1894
1895
|
|
|
1895
1896
|
def __init__(__self__, *,
|
|
1896
|
-
api_groups: Sequence[str],
|
|
1897
|
-
resources: Sequence[str],
|
|
1898
|
-
verbs: Sequence[str],
|
|
1899
|
-
cluster_scope: Optional[bool] = None,
|
|
1900
|
-
namespaces: Optional[Sequence[str]] = None):
|
|
1897
|
+
api_groups: Sequence[builtins.str],
|
|
1898
|
+
resources: Sequence[builtins.str],
|
|
1899
|
+
verbs: Sequence[builtins.str],
|
|
1900
|
+
cluster_scope: Optional[builtins.bool] = None,
|
|
1901
|
+
namespaces: Optional[Sequence[builtins.str]] = None):
|
|
1901
1902
|
"""
|
|
1902
1903
|
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.
|
|
1903
|
-
:param Sequence[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.
|
|
1904
|
-
:param Sequence[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.
|
|
1905
|
-
:param Sequence[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.
|
|
1906
|
-
:param 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.
|
|
1907
|
-
:param Sequence[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.
|
|
1904
|
+
:param Sequence[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.
|
|
1905
|
+
:param Sequence[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.
|
|
1906
|
+
:param Sequence[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.
|
|
1907
|
+
:param 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.
|
|
1908
|
+
:param Sequence[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.
|
|
1908
1909
|
"""
|
|
1909
1910
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
1910
1911
|
pulumi.set(__self__, "resources", resources)
|
|
@@ -1916,7 +1917,7 @@ class ResourcePolicyRule(dict):
|
|
|
1916
1917
|
|
|
1917
1918
|
@property
|
|
1918
1919
|
@pulumi.getter(name="apiGroups")
|
|
1919
|
-
def api_groups(self) -> Sequence[str]:
|
|
1920
|
+
def api_groups(self) -> Sequence[builtins.str]:
|
|
1920
1921
|
"""
|
|
1921
1922
|
`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.
|
|
1922
1923
|
"""
|
|
@@ -1924,7 +1925,7 @@ class ResourcePolicyRule(dict):
|
|
|
1924
1925
|
|
|
1925
1926
|
@property
|
|
1926
1927
|
@pulumi.getter
|
|
1927
|
-
def resources(self) -> Sequence[str]:
|
|
1928
|
+
def resources(self) -> Sequence[builtins.str]:
|
|
1928
1929
|
"""
|
|
1929
1930
|
`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.
|
|
1930
1931
|
"""
|
|
@@ -1932,7 +1933,7 @@ class ResourcePolicyRule(dict):
|
|
|
1932
1933
|
|
|
1933
1934
|
@property
|
|
1934
1935
|
@pulumi.getter
|
|
1935
|
-
def verbs(self) -> Sequence[str]:
|
|
1936
|
+
def verbs(self) -> Sequence[builtins.str]:
|
|
1936
1937
|
"""
|
|
1937
1938
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
1938
1939
|
"""
|
|
@@ -1940,7 +1941,7 @@ class ResourcePolicyRule(dict):
|
|
|
1940
1941
|
|
|
1941
1942
|
@property
|
|
1942
1943
|
@pulumi.getter(name="clusterScope")
|
|
1943
|
-
def cluster_scope(self) -> Optional[bool]:
|
|
1944
|
+
def cluster_scope(self) -> Optional[builtins.bool]:
|
|
1944
1945
|
"""
|
|
1945
1946
|
`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.
|
|
1946
1947
|
"""
|
|
@@ -1948,7 +1949,7 @@ class ResourcePolicyRule(dict):
|
|
|
1948
1949
|
|
|
1949
1950
|
@property
|
|
1950
1951
|
@pulumi.getter
|
|
1951
|
-
def namespaces(self) -> Optional[Sequence[str]]:
|
|
1952
|
+
def namespaces(self) -> Optional[Sequence[builtins.str]]:
|
|
1952
1953
|
"""
|
|
1953
1954
|
`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.
|
|
1954
1955
|
"""
|
|
@@ -1980,18 +1981,18 @@ class ResourcePolicyRulePatch(dict):
|
|
|
1980
1981
|
return super().get(key, default)
|
|
1981
1982
|
|
|
1982
1983
|
def __init__(__self__, *,
|
|
1983
|
-
api_groups: Optional[Sequence[str]] = None,
|
|
1984
|
-
cluster_scope: Optional[bool] = None,
|
|
1985
|
-
namespaces: Optional[Sequence[str]] = None,
|
|
1986
|
-
resources: Optional[Sequence[str]] = None,
|
|
1987
|
-
verbs: Optional[Sequence[str]] = None):
|
|
1984
|
+
api_groups: Optional[Sequence[builtins.str]] = None,
|
|
1985
|
+
cluster_scope: Optional[builtins.bool] = None,
|
|
1986
|
+
namespaces: Optional[Sequence[builtins.str]] = None,
|
|
1987
|
+
resources: Optional[Sequence[builtins.str]] = None,
|
|
1988
|
+
verbs: Optional[Sequence[builtins.str]] = None):
|
|
1988
1989
|
"""
|
|
1989
1990
|
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.
|
|
1990
|
-
:param Sequence[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.
|
|
1991
|
-
:param 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.
|
|
1992
|
-
:param Sequence[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.
|
|
1993
|
-
:param Sequence[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.
|
|
1994
|
-
:param Sequence[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.
|
|
1991
|
+
:param Sequence[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.
|
|
1992
|
+
:param 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.
|
|
1993
|
+
:param Sequence[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.
|
|
1994
|
+
:param Sequence[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.
|
|
1995
|
+
:param Sequence[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.
|
|
1995
1996
|
"""
|
|
1996
1997
|
if api_groups is not None:
|
|
1997
1998
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
@@ -2006,7 +2007,7 @@ class ResourcePolicyRulePatch(dict):
|
|
|
2006
2007
|
|
|
2007
2008
|
@property
|
|
2008
2009
|
@pulumi.getter(name="apiGroups")
|
|
2009
|
-
def api_groups(self) -> Optional[Sequence[str]]:
|
|
2010
|
+
def api_groups(self) -> Optional[Sequence[builtins.str]]:
|
|
2010
2011
|
"""
|
|
2011
2012
|
`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.
|
|
2012
2013
|
"""
|
|
@@ -2014,7 +2015,7 @@ class ResourcePolicyRulePatch(dict):
|
|
|
2014
2015
|
|
|
2015
2016
|
@property
|
|
2016
2017
|
@pulumi.getter(name="clusterScope")
|
|
2017
|
-
def cluster_scope(self) -> Optional[bool]:
|
|
2018
|
+
def cluster_scope(self) -> Optional[builtins.bool]:
|
|
2018
2019
|
"""
|
|
2019
2020
|
`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.
|
|
2020
2021
|
"""
|
|
@@ -2022,7 +2023,7 @@ class ResourcePolicyRulePatch(dict):
|
|
|
2022
2023
|
|
|
2023
2024
|
@property
|
|
2024
2025
|
@pulumi.getter
|
|
2025
|
-
def namespaces(self) -> Optional[Sequence[str]]:
|
|
2026
|
+
def namespaces(self) -> Optional[Sequence[builtins.str]]:
|
|
2026
2027
|
"""
|
|
2027
2028
|
`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.
|
|
2028
2029
|
"""
|
|
@@ -2030,7 +2031,7 @@ class ResourcePolicyRulePatch(dict):
|
|
|
2030
2031
|
|
|
2031
2032
|
@property
|
|
2032
2033
|
@pulumi.getter
|
|
2033
|
-
def resources(self) -> Optional[Sequence[str]]:
|
|
2034
|
+
def resources(self) -> Optional[Sequence[builtins.str]]:
|
|
2034
2035
|
"""
|
|
2035
2036
|
`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.
|
|
2036
2037
|
"""
|
|
@@ -2038,7 +2039,7 @@ class ResourcePolicyRulePatch(dict):
|
|
|
2038
2039
|
|
|
2039
2040
|
@property
|
|
2040
2041
|
@pulumi.getter
|
|
2041
|
-
def verbs(self) -> Optional[Sequence[str]]:
|
|
2042
|
+
def verbs(self) -> Optional[Sequence[builtins.str]]:
|
|
2042
2043
|
"""
|
|
2043
2044
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2044
2045
|
"""
|
|
@@ -2051,19 +2052,19 @@ class ServiceAccountSubject(dict):
|
|
|
2051
2052
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2052
2053
|
"""
|
|
2053
2054
|
def __init__(__self__, *,
|
|
2054
|
-
name: str,
|
|
2055
|
-
namespace: str):
|
|
2055
|
+
name: builtins.str,
|
|
2056
|
+
namespace: builtins.str):
|
|
2056
2057
|
"""
|
|
2057
2058
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2058
|
-
:param str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2059
|
-
:param str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2059
|
+
:param builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2060
|
+
:param builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2060
2061
|
"""
|
|
2061
2062
|
pulumi.set(__self__, "name", name)
|
|
2062
2063
|
pulumi.set(__self__, "namespace", namespace)
|
|
2063
2064
|
|
|
2064
2065
|
@property
|
|
2065
2066
|
@pulumi.getter
|
|
2066
|
-
def name(self) -> str:
|
|
2067
|
+
def name(self) -> builtins.str:
|
|
2067
2068
|
"""
|
|
2068
2069
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2069
2070
|
"""
|
|
@@ -2071,7 +2072,7 @@ class ServiceAccountSubject(dict):
|
|
|
2071
2072
|
|
|
2072
2073
|
@property
|
|
2073
2074
|
@pulumi.getter
|
|
2074
|
-
def namespace(self) -> str:
|
|
2075
|
+
def namespace(self) -> builtins.str:
|
|
2075
2076
|
"""
|
|
2076
2077
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2077
2078
|
"""
|
|
@@ -2084,12 +2085,12 @@ class ServiceAccountSubjectPatch(dict):
|
|
|
2084
2085
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2085
2086
|
"""
|
|
2086
2087
|
def __init__(__self__, *,
|
|
2087
|
-
name: Optional[str] = None,
|
|
2088
|
-
namespace: Optional[str] = None):
|
|
2088
|
+
name: Optional[builtins.str] = None,
|
|
2089
|
+
namespace: Optional[builtins.str] = None):
|
|
2089
2090
|
"""
|
|
2090
2091
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2091
|
-
:param str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2092
|
-
:param str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2092
|
+
:param builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2093
|
+
:param builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2093
2094
|
"""
|
|
2094
2095
|
if name is not None:
|
|
2095
2096
|
pulumi.set(__self__, "name", name)
|
|
@@ -2098,7 +2099,7 @@ class ServiceAccountSubjectPatch(dict):
|
|
|
2098
2099
|
|
|
2099
2100
|
@property
|
|
2100
2101
|
@pulumi.getter
|
|
2101
|
-
def name(self) -> Optional[str]:
|
|
2102
|
+
def name(self) -> Optional[builtins.str]:
|
|
2102
2103
|
"""
|
|
2103
2104
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2104
2105
|
"""
|
|
@@ -2106,7 +2107,7 @@ class ServiceAccountSubjectPatch(dict):
|
|
|
2106
2107
|
|
|
2107
2108
|
@property
|
|
2108
2109
|
@pulumi.getter
|
|
2109
|
-
def namespace(self) -> Optional[str]:
|
|
2110
|
+
def namespace(self) -> Optional[builtins.str]:
|
|
2110
2111
|
"""
|
|
2111
2112
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2112
2113
|
"""
|
|
@@ -2136,13 +2137,13 @@ class Subject(dict):
|
|
|
2136
2137
|
return super().get(key, default)
|
|
2137
2138
|
|
|
2138
2139
|
def __init__(__self__, *,
|
|
2139
|
-
kind: str,
|
|
2140
|
+
kind: builtins.str,
|
|
2140
2141
|
group: Optional['outputs.GroupSubject'] = None,
|
|
2141
2142
|
service_account: Optional['outputs.ServiceAccountSubject'] = None,
|
|
2142
2143
|
user: Optional['outputs.UserSubject'] = None):
|
|
2143
2144
|
"""
|
|
2144
2145
|
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.
|
|
2145
|
-
:param str kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2146
|
+
:param builtins.str kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2146
2147
|
:param 'GroupSubjectArgs' group: `group` matches based on user group name.
|
|
2147
2148
|
:param 'ServiceAccountSubjectArgs' service_account: `serviceAccount` matches ServiceAccounts.
|
|
2148
2149
|
:param 'UserSubjectArgs' user: `user` matches based on username.
|
|
@@ -2157,7 +2158,7 @@ class Subject(dict):
|
|
|
2157
2158
|
|
|
2158
2159
|
@property
|
|
2159
2160
|
@pulumi.getter
|
|
2160
|
-
def kind(self) -> str:
|
|
2161
|
+
def kind(self) -> builtins.str:
|
|
2161
2162
|
"""
|
|
2162
2163
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2163
2164
|
"""
|
|
@@ -2212,13 +2213,13 @@ class SubjectPatch(dict):
|
|
|
2212
2213
|
|
|
2213
2214
|
def __init__(__self__, *,
|
|
2214
2215
|
group: Optional['outputs.GroupSubjectPatch'] = None,
|
|
2215
|
-
kind: Optional[str] = None,
|
|
2216
|
+
kind: Optional[builtins.str] = None,
|
|
2216
2217
|
service_account: Optional['outputs.ServiceAccountSubjectPatch'] = None,
|
|
2217
2218
|
user: Optional['outputs.UserSubjectPatch'] = None):
|
|
2218
2219
|
"""
|
|
2219
2220
|
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.
|
|
2220
2221
|
:param 'GroupSubjectPatchArgs' group: `group` matches based on user group name.
|
|
2221
|
-
:param str kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2222
|
+
:param builtins.str kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2222
2223
|
:param 'ServiceAccountSubjectPatchArgs' service_account: `serviceAccount` matches ServiceAccounts.
|
|
2223
2224
|
:param 'UserSubjectPatchArgs' user: `user` matches based on username.
|
|
2224
2225
|
"""
|
|
@@ -2241,7 +2242,7 @@ class SubjectPatch(dict):
|
|
|
2241
2242
|
|
|
2242
2243
|
@property
|
|
2243
2244
|
@pulumi.getter
|
|
2244
|
-
def kind(self) -> Optional[str]:
|
|
2245
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2245
2246
|
"""
|
|
2246
2247
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2247
2248
|
"""
|
|
@@ -2270,16 +2271,16 @@ class UserSubject(dict):
|
|
|
2270
2271
|
UserSubject holds detailed information for user-kind subject.
|
|
2271
2272
|
"""
|
|
2272
2273
|
def __init__(__self__, *,
|
|
2273
|
-
name: str):
|
|
2274
|
+
name: builtins.str):
|
|
2274
2275
|
"""
|
|
2275
2276
|
UserSubject holds detailed information for user-kind subject.
|
|
2276
|
-
:param str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2277
|
+
:param builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2277
2278
|
"""
|
|
2278
2279
|
pulumi.set(__self__, "name", name)
|
|
2279
2280
|
|
|
2280
2281
|
@property
|
|
2281
2282
|
@pulumi.getter
|
|
2282
|
-
def name(self) -> str:
|
|
2283
|
+
def name(self) -> builtins.str:
|
|
2283
2284
|
"""
|
|
2284
2285
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2285
2286
|
"""
|
|
@@ -2292,17 +2293,17 @@ class UserSubjectPatch(dict):
|
|
|
2292
2293
|
UserSubject holds detailed information for user-kind subject.
|
|
2293
2294
|
"""
|
|
2294
2295
|
def __init__(__self__, *,
|
|
2295
|
-
name: Optional[str] = None):
|
|
2296
|
+
name: Optional[builtins.str] = None):
|
|
2296
2297
|
"""
|
|
2297
2298
|
UserSubject holds detailed information for user-kind subject.
|
|
2298
|
-
:param str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2299
|
+
:param builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2299
2300
|
"""
|
|
2300
2301
|
if name is not None:
|
|
2301
2302
|
pulumi.set(__self__, "name", name)
|
|
2302
2303
|
|
|
2303
2304
|
@property
|
|
2304
2305
|
@pulumi.getter
|
|
2305
|
-
def name(self) -> Optional[str]:
|
|
2306
|
+
def name(self) -> Optional[builtins.str]:
|
|
2306
2307
|
"""
|
|
2307
2308
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2308
2309
|
"""
|