pulumi-kubernetes 4.22.1__py3-none-any.whl → 4.23.0__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 +37 -2
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +18 -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 +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +396 -395
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +249 -248
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +18 -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 +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +18 -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 +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +18 -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 +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +18 -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 +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +18 -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 +26 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +22 -20
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +664 -610
- pulumi_kubernetes/apps/v1/outputs.py +582 -508
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +18 -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 +26 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +18 -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 +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +18 -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 +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +18 -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 +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +371 -290
- pulumi_kubernetes/autoscaling/v2/outputs.py +281 -224
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +18 -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 +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +18 -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 +18 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/Job.py +18 -16
- pulumi_kubernetes/batch/v1/JobList.py +18 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +394 -423
- pulumi_kubernetes/batch/v1/outputs.py +293 -316
- pulumi_kubernetes/batch/v1beta1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +18 -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 +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +18 -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 +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +18 -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 +20 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +18 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +20 -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 +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +227 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +217 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +238 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +409 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +334 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +18 -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 +19 -17
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +19 -17
- 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 +19 -17
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +75 -74
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +45 -44
- pulumi_kubernetes/coordination/v1beta1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +218 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +230 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +432 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +329 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +18 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +42 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +42 -40
- pulumi_kubernetes/core/v1/Endpoints.py +26 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +20 -18
- pulumi_kubernetes/core/v1/EndpointsPatch.py +26 -16
- pulumi_kubernetes/core/v1/Event.py +98 -96
- pulumi_kubernetes/core/v1/EventList.py +18 -16
- pulumi_kubernetes/core/v1/EventPatch.py +98 -96
- pulumi_kubernetes/core/v1/LimitRange.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +18 -16
- pulumi_kubernetes/core/v1/Namespace.py +18 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +18 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +18 -16
- pulumi_kubernetes/core/v1/Node.py +18 -16
- pulumi_kubernetes/core/v1/NodeList.py +18 -16
- pulumi_kubernetes/core/v1/NodePatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +18 -16
- pulumi_kubernetes/core/v1/Pod.py +18 -16
- pulumi_kubernetes/core/v1/PodList.py +18 -16
- pulumi_kubernetes/core/v1/PodPatch.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +18 -16
- pulumi_kubernetes/core/v1/Secret.py +50 -48
- pulumi_kubernetes/core/v1/SecretList.py +18 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +50 -48
- pulumi_kubernetes/core/v1/Service.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +26 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +26 -24
- pulumi_kubernetes/core/v1/ServiceList.py +18 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +18 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +4 -1
- pulumi_kubernetes/core/v1/_inputs.py +5736 -5561
- pulumi_kubernetes/core/v1/outputs.py +3853 -3652
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +34 -32
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +34 -32
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +294 -178
- pulumi_kubernetes/discovery/v1/outputs.py +184 -108
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +26 -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 +98 -96
- pulumi_kubernetes/events/v1/EventList.py +18 -16
- pulumi_kubernetes/events/v1/EventPatch.py +98 -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 +98 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +18 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +98 -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 +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +18 -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 +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +18 -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 +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +18 -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 +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +18 -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 +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +18 -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 +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +18 -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 +247 -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 +72 -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 +31 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +43 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +43 -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/IPAddress.py +218 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +230 -0
- pulumi_kubernetes/networking/v1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +228 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +217 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +240 -0
- pulumi_kubernetes/networking/v1/__init__.py +7 -0
- pulumi_kubernetes/networking/v1/_inputs.py +865 -265
- pulumi_kubernetes/networking/v1/outputs.py +632 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +19 -17
- 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 +19 -17
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +19 -17
- 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 +26 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +26 -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 +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +18 -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 +26 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +26 -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 +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -82
- pulumi_kubernetes/policy/v1/outputs.py +53 -60
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +18 -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 +93 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +18 -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 +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +18 -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 +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +18 -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 +4 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +26 -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 +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +35 -33
- 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 +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +225 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +217 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +236 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +2999 -652
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2286 -504
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +2481 -612
- pulumi_kubernetes/resource/v1beta1/outputs.py +1782 -379
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +239 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +250 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +234 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +245 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +231 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +242 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +248 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +259 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5681 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4726 -0
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +50 -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 +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +50 -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 +50 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +50 -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 +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +18 -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 +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +366 -275
- pulumi_kubernetes/storage/v1/outputs.py +288 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +34 -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 +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +34 -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 +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +18 -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 +23 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +30 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- pulumi_kubernetes/yaml/yaml.py +108 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/METADATA +4 -4
- pulumi_kubernetes-4.23.0.dist-info/RECORD +709 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.22.1.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.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,24 +851,24 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
850
851
|
return super().get(key, default)
|
|
851
852
|
|
|
852
853
|
def __init__(__self__, *,
|
|
853
|
-
borrowing_limit_percent: Optional[int] = None,
|
|
854
|
-
lendable_percent: Optional[int] = None,
|
|
854
|
+
borrowing_limit_percent: Optional[builtins.int] = None,
|
|
855
|
+
lendable_percent: Optional[builtins.int] = None,
|
|
855
856
|
limit_response: Optional['outputs.LimitResponse'] = None,
|
|
856
|
-
nominal_concurrency_shares: Optional[int] = None):
|
|
857
|
+
nominal_concurrency_shares: Optional[builtins.int] = 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 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.
|
|
862
|
+
: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.
|
|
862
863
|
|
|
863
864
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
864
865
|
|
|
865
866
|
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.
|
|
866
|
-
: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.
|
|
867
|
+
: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.
|
|
867
868
|
|
|
868
869
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
869
870
|
:param 'LimitResponseArgs' limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
870
|
-
: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 available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
871
|
+
: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 available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
871
872
|
|
|
872
873
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
873
874
|
|
|
@@ -888,7 +889,7 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
888
889
|
|
|
889
890
|
@property
|
|
890
891
|
@pulumi.getter(name="borrowingLimitPercent")
|
|
891
|
-
def borrowing_limit_percent(self) -> Optional[int]:
|
|
892
|
+
def borrowing_limit_percent(self) -> Optional[builtins.int]:
|
|
892
893
|
"""
|
|
893
894
|
`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.
|
|
894
895
|
|
|
@@ -900,7 +901,7 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
900
901
|
|
|
901
902
|
@property
|
|
902
903
|
@pulumi.getter(name="lendablePercent")
|
|
903
|
-
def lendable_percent(self) -> Optional[int]:
|
|
904
|
+
def lendable_percent(self) -> Optional[builtins.int]:
|
|
904
905
|
"""
|
|
905
906
|
`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.
|
|
906
907
|
|
|
@@ -918,7 +919,7 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
918
919
|
|
|
919
920
|
@property
|
|
920
921
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
921
|
-
def nominal_concurrency_shares(self) -> Optional[int]:
|
|
922
|
+
def nominal_concurrency_shares(self) -> Optional[builtins.int]:
|
|
922
923
|
"""
|
|
923
924
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
924
925
|
|
|
@@ -964,24 +965,24 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
964
965
|
return super().get(key, default)
|
|
965
966
|
|
|
966
967
|
def __init__(__self__, *,
|
|
967
|
-
borrowing_limit_percent: Optional[int] = None,
|
|
968
|
-
lendable_percent: Optional[int] = None,
|
|
968
|
+
borrowing_limit_percent: Optional[builtins.int] = None,
|
|
969
|
+
lendable_percent: Optional[builtins.int] = None,
|
|
969
970
|
limit_response: Optional['outputs.LimitResponsePatch'] = None,
|
|
970
|
-
nominal_concurrency_shares: Optional[int] = None):
|
|
971
|
+
nominal_concurrency_shares: Optional[builtins.int] = None):
|
|
971
972
|
"""
|
|
972
973
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
973
974
|
- How are requests for this priority level limited?
|
|
974
975
|
- What should be done with requests that exceed the limit?
|
|
975
|
-
: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.
|
|
976
|
+
: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.
|
|
976
977
|
|
|
977
978
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
978
979
|
|
|
979
980
|
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.
|
|
980
|
-
: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.
|
|
981
|
+
: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.
|
|
981
982
|
|
|
982
983
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
983
984
|
:param 'LimitResponsePatchArgs' limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
984
|
-
: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 available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
985
|
+
: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 available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
985
986
|
|
|
986
987
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
987
988
|
|
|
@@ -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
|
|
|
@@ -1032,7 +1033,7 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
1032
1033
|
|
|
1033
1034
|
@property
|
|
1034
1035
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
1035
|
-
def nominal_concurrency_shares(self) -> Optional[int]:
|
|
1036
|
+
def nominal_concurrency_shares(self) -> Optional[builtins.int]:
|
|
1036
1037
|
"""
|
|
1037
1038
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
1038
1039
|
|
|
@@ -1070,25 +1071,25 @@ class NonResourcePolicyRule(dict):
|
|
|
1070
1071
|
return super().get(key, default)
|
|
1071
1072
|
|
|
1072
1073
|
def __init__(__self__, *,
|
|
1073
|
-
non_resource_urls: Sequence[str],
|
|
1074
|
-
verbs: Sequence[str]):
|
|
1074
|
+
non_resource_urls: Sequence[builtins.str],
|
|
1075
|
+
verbs: Sequence[builtins.str]):
|
|
1075
1076
|
"""
|
|
1076
1077
|
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.
|
|
1077
|
-
: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:
|
|
1078
|
+
: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:
|
|
1078
1079
|
- "/healthz" is legal
|
|
1079
1080
|
- "/hea*" is illegal
|
|
1080
1081
|
- "/hea" is legal but matches nothing
|
|
1081
1082
|
- "/hea/*" also matches nothing
|
|
1082
1083
|
- "/healthz/*" matches all per-component health checks.
|
|
1083
1084
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1084
|
-
: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.
|
|
1085
|
+
: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.
|
|
1085
1086
|
"""
|
|
1086
1087
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
1087
1088
|
pulumi.set(__self__, "verbs", verbs)
|
|
1088
1089
|
|
|
1089
1090
|
@property
|
|
1090
1091
|
@pulumi.getter(name="nonResourceURLs")
|
|
1091
|
-
def non_resource_urls(self) -> Sequence[str]:
|
|
1092
|
+
def non_resource_urls(self) -> Sequence[builtins.str]:
|
|
1092
1093
|
"""
|
|
1093
1094
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1094
1095
|
- "/healthz" is legal
|
|
@@ -1102,7 +1103,7 @@ class NonResourcePolicyRule(dict):
|
|
|
1102
1103
|
|
|
1103
1104
|
@property
|
|
1104
1105
|
@pulumi.getter
|
|
1105
|
-
def verbs(self) -> Sequence[str]:
|
|
1106
|
+
def verbs(self) -> Sequence[builtins.str]:
|
|
1106
1107
|
"""
|
|
1107
1108
|
`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.
|
|
1108
1109
|
"""
|
|
@@ -1132,18 +1133,18 @@ class NonResourcePolicyRulePatch(dict):
|
|
|
1132
1133
|
return super().get(key, default)
|
|
1133
1134
|
|
|
1134
1135
|
def __init__(__self__, *,
|
|
1135
|
-
non_resource_urls: Optional[Sequence[str]] = None,
|
|
1136
|
-
verbs: Optional[Sequence[str]] = None):
|
|
1136
|
+
non_resource_urls: Optional[Sequence[builtins.str]] = None,
|
|
1137
|
+
verbs: Optional[Sequence[builtins.str]] = None):
|
|
1137
1138
|
"""
|
|
1138
1139
|
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.
|
|
1139
|
-
: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:
|
|
1140
|
+
: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:
|
|
1140
1141
|
- "/healthz" is legal
|
|
1141
1142
|
- "/hea*" is illegal
|
|
1142
1143
|
- "/hea" is legal but matches nothing
|
|
1143
1144
|
- "/hea/*" also matches nothing
|
|
1144
1145
|
- "/healthz/*" matches all per-component health checks.
|
|
1145
1146
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1146
|
-
: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.
|
|
1147
|
+
: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.
|
|
1147
1148
|
"""
|
|
1148
1149
|
if non_resource_urls is not None:
|
|
1149
1150
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
@@ -1152,7 +1153,7 @@ class NonResourcePolicyRulePatch(dict):
|
|
|
1152
1153
|
|
|
1153
1154
|
@property
|
|
1154
1155
|
@pulumi.getter(name="nonResourceURLs")
|
|
1155
|
-
def non_resource_urls(self) -> Optional[Sequence[str]]:
|
|
1156
|
+
def non_resource_urls(self) -> Optional[Sequence[builtins.str]]:
|
|
1156
1157
|
"""
|
|
1157
1158
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1158
1159
|
- "/healthz" is legal
|
|
@@ -1166,7 +1167,7 @@ class NonResourcePolicyRulePatch(dict):
|
|
|
1166
1167
|
|
|
1167
1168
|
@property
|
|
1168
1169
|
@pulumi.getter
|
|
1169
|
-
def verbs(self) -> Optional[Sequence[str]]:
|
|
1170
|
+
def verbs(self) -> Optional[Sequence[builtins.str]]:
|
|
1170
1171
|
"""
|
|
1171
1172
|
`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.
|
|
1172
1173
|
"""
|
|
@@ -1327,15 +1328,15 @@ class PriorityLevelConfiguration(dict):
|
|
|
1327
1328
|
return super().get(key, default)
|
|
1328
1329
|
|
|
1329
1330
|
def __init__(__self__, *,
|
|
1330
|
-
api_version: Optional[str] = None,
|
|
1331
|
-
kind: Optional[str] = None,
|
|
1331
|
+
api_version: Optional[builtins.str] = None,
|
|
1332
|
+
kind: Optional[builtins.str] = None,
|
|
1332
1333
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1333
1334
|
spec: Optional['outputs.PriorityLevelConfigurationSpec'] = None,
|
|
1334
1335
|
status: Optional['outputs.PriorityLevelConfigurationStatus'] = None):
|
|
1335
1336
|
"""
|
|
1336
1337
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1337
|
-
: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
|
|
1338
|
-
: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
|
|
1338
|
+
: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
|
|
1339
|
+
: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
|
|
1339
1340
|
: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
|
|
1340
1341
|
: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
|
|
1341
1342
|
: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
|
|
@@ -1353,7 +1354,7 @@ class PriorityLevelConfiguration(dict):
|
|
|
1353
1354
|
|
|
1354
1355
|
@property
|
|
1355
1356
|
@pulumi.getter(name="apiVersion")
|
|
1356
|
-
def api_version(self) -> Optional[str]:
|
|
1357
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1357
1358
|
"""
|
|
1358
1359
|
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
|
|
1359
1360
|
"""
|
|
@@ -1361,7 +1362,7 @@ class PriorityLevelConfiguration(dict):
|
|
|
1361
1362
|
|
|
1362
1363
|
@property
|
|
1363
1364
|
@pulumi.getter
|
|
1364
|
-
def kind(self) -> Optional[str]:
|
|
1365
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1365
1366
|
"""
|
|
1366
1367
|
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
|
|
1367
1368
|
"""
|
|
@@ -1415,18 +1416,18 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1415
1416
|
return super().get(key, default)
|
|
1416
1417
|
|
|
1417
1418
|
def __init__(__self__, *,
|
|
1418
|
-
last_transition_time: Optional[str] = None,
|
|
1419
|
-
message: Optional[str] = None,
|
|
1420
|
-
reason: Optional[str] = None,
|
|
1421
|
-
status: Optional[str] = None,
|
|
1422
|
-
type: Optional[str] = None):
|
|
1419
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1420
|
+
message: Optional[builtins.str] = None,
|
|
1421
|
+
reason: Optional[builtins.str] = None,
|
|
1422
|
+
status: Optional[builtins.str] = None,
|
|
1423
|
+
type: Optional[builtins.str] = None):
|
|
1423
1424
|
"""
|
|
1424
1425
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1425
|
-
:param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1426
|
-
:param str message: `message` is a human-readable message indicating details about last transition.
|
|
1427
|
-
:param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1428
|
-
:param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1429
|
-
:param str type: `type` is the type of the condition. Required.
|
|
1426
|
+
:param builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1427
|
+
:param builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
1428
|
+
:param builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1429
|
+
:param builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1430
|
+
:param builtins.str type: `type` is the type of the condition. Required.
|
|
1430
1431
|
"""
|
|
1431
1432
|
if last_transition_time is not None:
|
|
1432
1433
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1441,7 +1442,7 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1441
1442
|
|
|
1442
1443
|
@property
|
|
1443
1444
|
@pulumi.getter(name="lastTransitionTime")
|
|
1444
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1445
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1445
1446
|
"""
|
|
1446
1447
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1447
1448
|
"""
|
|
@@ -1449,7 +1450,7 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1449
1450
|
|
|
1450
1451
|
@property
|
|
1451
1452
|
@pulumi.getter
|
|
1452
|
-
def message(self) -> Optional[str]:
|
|
1453
|
+
def message(self) -> Optional[builtins.str]:
|
|
1453
1454
|
"""
|
|
1454
1455
|
`message` is a human-readable message indicating details about last transition.
|
|
1455
1456
|
"""
|
|
@@ -1457,7 +1458,7 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1457
1458
|
|
|
1458
1459
|
@property
|
|
1459
1460
|
@pulumi.getter
|
|
1460
|
-
def reason(self) -> Optional[str]:
|
|
1461
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1461
1462
|
"""
|
|
1462
1463
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1463
1464
|
"""
|
|
@@ -1465,7 +1466,7 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1465
1466
|
|
|
1466
1467
|
@property
|
|
1467
1468
|
@pulumi.getter
|
|
1468
|
-
def status(self) -> Optional[str]:
|
|
1469
|
+
def status(self) -> Optional[builtins.str]:
|
|
1469
1470
|
"""
|
|
1470
1471
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1471
1472
|
"""
|
|
@@ -1473,7 +1474,7 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1473
1474
|
|
|
1474
1475
|
@property
|
|
1475
1476
|
@pulumi.getter
|
|
1476
|
-
def type(self) -> Optional[str]:
|
|
1477
|
+
def type(self) -> Optional[builtins.str]:
|
|
1477
1478
|
"""
|
|
1478
1479
|
`type` is the type of the condition. Required.
|
|
1479
1480
|
"""
|
|
@@ -1503,18 +1504,18 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1503
1504
|
return super().get(key, default)
|
|
1504
1505
|
|
|
1505
1506
|
def __init__(__self__, *,
|
|
1506
|
-
last_transition_time: Optional[str] = None,
|
|
1507
|
-
message: Optional[str] = None,
|
|
1508
|
-
reason: Optional[str] = None,
|
|
1509
|
-
status: Optional[str] = None,
|
|
1510
|
-
type: Optional[str] = None):
|
|
1507
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1508
|
+
message: Optional[builtins.str] = None,
|
|
1509
|
+
reason: Optional[builtins.str] = None,
|
|
1510
|
+
status: Optional[builtins.str] = None,
|
|
1511
|
+
type: Optional[builtins.str] = None):
|
|
1511
1512
|
"""
|
|
1512
1513
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1513
|
-
:param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1514
|
-
:param str message: `message` is a human-readable message indicating details about last transition.
|
|
1515
|
-
:param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1516
|
-
:param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1517
|
-
:param str type: `type` is the type of the condition. Required.
|
|
1514
|
+
:param builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1515
|
+
:param builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
1516
|
+
:param builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1517
|
+
:param builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1518
|
+
:param builtins.str type: `type` is the type of the condition. Required.
|
|
1518
1519
|
"""
|
|
1519
1520
|
if last_transition_time is not None:
|
|
1520
1521
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1529,7 +1530,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1529
1530
|
|
|
1530
1531
|
@property
|
|
1531
1532
|
@pulumi.getter(name="lastTransitionTime")
|
|
1532
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1533
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1533
1534
|
"""
|
|
1534
1535
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1535
1536
|
"""
|
|
@@ -1537,7 +1538,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1537
1538
|
|
|
1538
1539
|
@property
|
|
1539
1540
|
@pulumi.getter
|
|
1540
|
-
def message(self) -> Optional[str]:
|
|
1541
|
+
def message(self) -> Optional[builtins.str]:
|
|
1541
1542
|
"""
|
|
1542
1543
|
`message` is a human-readable message indicating details about last transition.
|
|
1543
1544
|
"""
|
|
@@ -1545,7 +1546,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1545
1546
|
|
|
1546
1547
|
@property
|
|
1547
1548
|
@pulumi.getter
|
|
1548
|
-
def reason(self) -> Optional[str]:
|
|
1549
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1549
1550
|
"""
|
|
1550
1551
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1551
1552
|
"""
|
|
@@ -1553,7 +1554,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1553
1554
|
|
|
1554
1555
|
@property
|
|
1555
1556
|
@pulumi.getter
|
|
1556
|
-
def status(self) -> Optional[str]:
|
|
1557
|
+
def status(self) -> Optional[builtins.str]:
|
|
1557
1558
|
"""
|
|
1558
1559
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1559
1560
|
"""
|
|
@@ -1561,7 +1562,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1561
1562
|
|
|
1562
1563
|
@property
|
|
1563
1564
|
@pulumi.getter
|
|
1564
|
-
def type(self) -> Optional[str]:
|
|
1565
|
+
def type(self) -> Optional[builtins.str]:
|
|
1565
1566
|
"""
|
|
1566
1567
|
`type` is the type of the condition. Required.
|
|
1567
1568
|
"""
|
|
@@ -1574,16 +1575,16 @@ class PriorityLevelConfigurationReference(dict):
|
|
|
1574
1575
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1575
1576
|
"""
|
|
1576
1577
|
def __init__(__self__, *,
|
|
1577
|
-
name: str):
|
|
1578
|
+
name: builtins.str):
|
|
1578
1579
|
"""
|
|
1579
1580
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1580
|
-
:param str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1581
|
+
:param builtins.str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1581
1582
|
"""
|
|
1582
1583
|
pulumi.set(__self__, "name", name)
|
|
1583
1584
|
|
|
1584
1585
|
@property
|
|
1585
1586
|
@pulumi.getter
|
|
1586
|
-
def name(self) -> str:
|
|
1587
|
+
def name(self) -> builtins.str:
|
|
1587
1588
|
"""
|
|
1588
1589
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1589
1590
|
"""
|
|
@@ -1596,17 +1597,17 @@ class PriorityLevelConfigurationReferencePatch(dict):
|
|
|
1596
1597
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1597
1598
|
"""
|
|
1598
1599
|
def __init__(__self__, *,
|
|
1599
|
-
name: Optional[str] = None):
|
|
1600
|
+
name: Optional[builtins.str] = None):
|
|
1600
1601
|
"""
|
|
1601
1602
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1602
|
-
:param str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1603
|
+
:param builtins.str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1603
1604
|
"""
|
|
1604
1605
|
if name is not None:
|
|
1605
1606
|
pulumi.set(__self__, "name", name)
|
|
1606
1607
|
|
|
1607
1608
|
@property
|
|
1608
1609
|
@pulumi.getter
|
|
1609
|
-
def name(self) -> Optional[str]:
|
|
1610
|
+
def name(self) -> Optional[builtins.str]:
|
|
1610
1611
|
"""
|
|
1611
1612
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1612
1613
|
"""
|
|
@@ -1619,12 +1620,12 @@ class PriorityLevelConfigurationSpec(dict):
|
|
|
1619
1620
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1620
1621
|
"""
|
|
1621
1622
|
def __init__(__self__, *,
|
|
1622
|
-
type: str,
|
|
1623
|
+
type: builtins.str,
|
|
1623
1624
|
exempt: Optional['outputs.ExemptPriorityLevelConfiguration'] = None,
|
|
1624
1625
|
limited: Optional['outputs.LimitedPriorityLevelConfiguration'] = None):
|
|
1625
1626
|
"""
|
|
1626
1627
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1627
|
-
: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.
|
|
1628
|
+
: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.
|
|
1628
1629
|
: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.
|
|
1629
1630
|
: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"`.
|
|
1630
1631
|
"""
|
|
@@ -1636,7 +1637,7 @@ class PriorityLevelConfigurationSpec(dict):
|
|
|
1636
1637
|
|
|
1637
1638
|
@property
|
|
1638
1639
|
@pulumi.getter
|
|
1639
|
-
def type(self) -> str:
|
|
1640
|
+
def type(self) -> builtins.str:
|
|
1640
1641
|
"""
|
|
1641
1642
|
`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.
|
|
1642
1643
|
"""
|
|
@@ -1667,12 +1668,12 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1667
1668
|
def __init__(__self__, *,
|
|
1668
1669
|
exempt: Optional['outputs.ExemptPriorityLevelConfigurationPatch'] = None,
|
|
1669
1670
|
limited: Optional['outputs.LimitedPriorityLevelConfigurationPatch'] = None,
|
|
1670
|
-
type: Optional[str] = None):
|
|
1671
|
+
type: Optional[builtins.str] = None):
|
|
1671
1672
|
"""
|
|
1672
1673
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1673
1674
|
: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.
|
|
1674
1675
|
: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"`.
|
|
1675
|
-
: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.
|
|
1676
|
+
: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.
|
|
1676
1677
|
"""
|
|
1677
1678
|
if exempt is not None:
|
|
1678
1679
|
pulumi.set(__self__, "exempt", exempt)
|
|
@@ -1699,7 +1700,7 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1699
1700
|
|
|
1700
1701
|
@property
|
|
1701
1702
|
@pulumi.getter
|
|
1702
|
-
def type(self) -> Optional[str]:
|
|
1703
|
+
def type(self) -> Optional[builtins.str]:
|
|
1703
1704
|
"""
|
|
1704
1705
|
`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.
|
|
1705
1706
|
"""
|
|
@@ -1777,14 +1778,14 @@ class QueuingConfiguration(dict):
|
|
|
1777
1778
|
return super().get(key, default)
|
|
1778
1779
|
|
|
1779
1780
|
def __init__(__self__, *,
|
|
1780
|
-
hand_size: Optional[int] = None,
|
|
1781
|
-
queue_length_limit: Optional[int] = None,
|
|
1782
|
-
queues: Optional[int] = None):
|
|
1781
|
+
hand_size: Optional[builtins.int] = None,
|
|
1782
|
+
queue_length_limit: Optional[builtins.int] = None,
|
|
1783
|
+
queues: Optional[builtins.int] = None):
|
|
1783
1784
|
"""
|
|
1784
1785
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
1785
|
-
: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.
|
|
1786
|
-
: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.
|
|
1787
|
-
: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.
|
|
1786
|
+
: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.
|
|
1787
|
+
: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.
|
|
1788
|
+
: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.
|
|
1788
1789
|
"""
|
|
1789
1790
|
if hand_size is not None:
|
|
1790
1791
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -1795,7 +1796,7 @@ class QueuingConfiguration(dict):
|
|
|
1795
1796
|
|
|
1796
1797
|
@property
|
|
1797
1798
|
@pulumi.getter(name="handSize")
|
|
1798
|
-
def hand_size(self) -> Optional[int]:
|
|
1799
|
+
def hand_size(self) -> Optional[builtins.int]:
|
|
1799
1800
|
"""
|
|
1800
1801
|
`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.
|
|
1801
1802
|
"""
|
|
@@ -1803,7 +1804,7 @@ class QueuingConfiguration(dict):
|
|
|
1803
1804
|
|
|
1804
1805
|
@property
|
|
1805
1806
|
@pulumi.getter(name="queueLengthLimit")
|
|
1806
|
-
def queue_length_limit(self) -> Optional[int]:
|
|
1807
|
+
def queue_length_limit(self) -> Optional[builtins.int]:
|
|
1807
1808
|
"""
|
|
1808
1809
|
`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.
|
|
1809
1810
|
"""
|
|
@@ -1811,7 +1812,7 @@ class QueuingConfiguration(dict):
|
|
|
1811
1812
|
|
|
1812
1813
|
@property
|
|
1813
1814
|
@pulumi.getter
|
|
1814
|
-
def queues(self) -> Optional[int]:
|
|
1815
|
+
def queues(self) -> Optional[builtins.int]:
|
|
1815
1816
|
"""
|
|
1816
1817
|
`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.
|
|
1817
1818
|
"""
|
|
@@ -1843,14 +1844,14 @@ class QueuingConfigurationPatch(dict):
|
|
|
1843
1844
|
return super().get(key, default)
|
|
1844
1845
|
|
|
1845
1846
|
def __init__(__self__, *,
|
|
1846
|
-
hand_size: Optional[int] = None,
|
|
1847
|
-
queue_length_limit: Optional[int] = None,
|
|
1848
|
-
queues: Optional[int] = None):
|
|
1847
|
+
hand_size: Optional[builtins.int] = None,
|
|
1848
|
+
queue_length_limit: Optional[builtins.int] = None,
|
|
1849
|
+
queues: Optional[builtins.int] = None):
|
|
1849
1850
|
"""
|
|
1850
1851
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
1851
|
-
: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.
|
|
1852
|
-
: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.
|
|
1853
|
-
: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.
|
|
1852
|
+
: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.
|
|
1853
|
+
: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.
|
|
1854
|
+
: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.
|
|
1854
1855
|
"""
|
|
1855
1856
|
if hand_size is not None:
|
|
1856
1857
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -1861,7 +1862,7 @@ class QueuingConfigurationPatch(dict):
|
|
|
1861
1862
|
|
|
1862
1863
|
@property
|
|
1863
1864
|
@pulumi.getter(name="handSize")
|
|
1864
|
-
def hand_size(self) -> Optional[int]:
|
|
1865
|
+
def hand_size(self) -> Optional[builtins.int]:
|
|
1865
1866
|
"""
|
|
1866
1867
|
`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.
|
|
1867
1868
|
"""
|
|
@@ -1869,7 +1870,7 @@ class QueuingConfigurationPatch(dict):
|
|
|
1869
1870
|
|
|
1870
1871
|
@property
|
|
1871
1872
|
@pulumi.getter(name="queueLengthLimit")
|
|
1872
|
-
def queue_length_limit(self) -> Optional[int]:
|
|
1873
|
+
def queue_length_limit(self) -> Optional[builtins.int]:
|
|
1873
1874
|
"""
|
|
1874
1875
|
`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.
|
|
1875
1876
|
"""
|
|
@@ -1877,7 +1878,7 @@ class QueuingConfigurationPatch(dict):
|
|
|
1877
1878
|
|
|
1878
1879
|
@property
|
|
1879
1880
|
@pulumi.getter
|
|
1880
|
-
def queues(self) -> Optional[int]:
|
|
1881
|
+
def queues(self) -> Optional[builtins.int]:
|
|
1881
1882
|
"""
|
|
1882
1883
|
`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.
|
|
1883
1884
|
"""
|
|
@@ -1909,18 +1910,18 @@ class ResourcePolicyRule(dict):
|
|
|
1909
1910
|
return super().get(key, default)
|
|
1910
1911
|
|
|
1911
1912
|
def __init__(__self__, *,
|
|
1912
|
-
api_groups: Sequence[str],
|
|
1913
|
-
resources: Sequence[str],
|
|
1914
|
-
verbs: Sequence[str],
|
|
1915
|
-
cluster_scope: Optional[bool] = None,
|
|
1916
|
-
namespaces: Optional[Sequence[str]] = None):
|
|
1913
|
+
api_groups: Sequence[builtins.str],
|
|
1914
|
+
resources: Sequence[builtins.str],
|
|
1915
|
+
verbs: Sequence[builtins.str],
|
|
1916
|
+
cluster_scope: Optional[builtins.bool] = None,
|
|
1917
|
+
namespaces: Optional[Sequence[builtins.str]] = None):
|
|
1917
1918
|
"""
|
|
1918
1919
|
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.
|
|
1919
|
-
: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.
|
|
1920
|
-
: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.
|
|
1921
|
-
: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.
|
|
1922
|
-
: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.
|
|
1923
|
-
: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.
|
|
1920
|
+
: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.
|
|
1921
|
+
: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.
|
|
1922
|
+
: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.
|
|
1923
|
+
: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.
|
|
1924
|
+
: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.
|
|
1924
1925
|
"""
|
|
1925
1926
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
1926
1927
|
pulumi.set(__self__, "resources", resources)
|
|
@@ -1932,7 +1933,7 @@ class ResourcePolicyRule(dict):
|
|
|
1932
1933
|
|
|
1933
1934
|
@property
|
|
1934
1935
|
@pulumi.getter(name="apiGroups")
|
|
1935
|
-
def api_groups(self) -> Sequence[str]:
|
|
1936
|
+
def api_groups(self) -> Sequence[builtins.str]:
|
|
1936
1937
|
"""
|
|
1937
1938
|
`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.
|
|
1938
1939
|
"""
|
|
@@ -1940,7 +1941,7 @@ class ResourcePolicyRule(dict):
|
|
|
1940
1941
|
|
|
1941
1942
|
@property
|
|
1942
1943
|
@pulumi.getter
|
|
1943
|
-
def resources(self) -> Sequence[str]:
|
|
1944
|
+
def resources(self) -> Sequence[builtins.str]:
|
|
1944
1945
|
"""
|
|
1945
1946
|
`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.
|
|
1946
1947
|
"""
|
|
@@ -1948,7 +1949,7 @@ class ResourcePolicyRule(dict):
|
|
|
1948
1949
|
|
|
1949
1950
|
@property
|
|
1950
1951
|
@pulumi.getter
|
|
1951
|
-
def verbs(self) -> Sequence[str]:
|
|
1952
|
+
def verbs(self) -> Sequence[builtins.str]:
|
|
1952
1953
|
"""
|
|
1953
1954
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
1954
1955
|
"""
|
|
@@ -1956,7 +1957,7 @@ class ResourcePolicyRule(dict):
|
|
|
1956
1957
|
|
|
1957
1958
|
@property
|
|
1958
1959
|
@pulumi.getter(name="clusterScope")
|
|
1959
|
-
def cluster_scope(self) -> Optional[bool]:
|
|
1960
|
+
def cluster_scope(self) -> Optional[builtins.bool]:
|
|
1960
1961
|
"""
|
|
1961
1962
|
`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.
|
|
1962
1963
|
"""
|
|
@@ -1964,7 +1965,7 @@ class ResourcePolicyRule(dict):
|
|
|
1964
1965
|
|
|
1965
1966
|
@property
|
|
1966
1967
|
@pulumi.getter
|
|
1967
|
-
def namespaces(self) -> Optional[Sequence[str]]:
|
|
1968
|
+
def namespaces(self) -> Optional[Sequence[builtins.str]]:
|
|
1968
1969
|
"""
|
|
1969
1970
|
`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.
|
|
1970
1971
|
"""
|
|
@@ -1996,18 +1997,18 @@ class ResourcePolicyRulePatch(dict):
|
|
|
1996
1997
|
return super().get(key, default)
|
|
1997
1998
|
|
|
1998
1999
|
def __init__(__self__, *,
|
|
1999
|
-
api_groups: Optional[Sequence[str]] = None,
|
|
2000
|
-
cluster_scope: Optional[bool] = None,
|
|
2001
|
-
namespaces: Optional[Sequence[str]] = None,
|
|
2002
|
-
resources: Optional[Sequence[str]] = None,
|
|
2003
|
-
verbs: Optional[Sequence[str]] = None):
|
|
2000
|
+
api_groups: Optional[Sequence[builtins.str]] = None,
|
|
2001
|
+
cluster_scope: Optional[builtins.bool] = None,
|
|
2002
|
+
namespaces: Optional[Sequence[builtins.str]] = None,
|
|
2003
|
+
resources: Optional[Sequence[builtins.str]] = None,
|
|
2004
|
+
verbs: Optional[Sequence[builtins.str]] = None):
|
|
2004
2005
|
"""
|
|
2005
2006
|
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.
|
|
2006
|
-
: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.
|
|
2007
|
-
: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.
|
|
2008
|
-
: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.
|
|
2009
|
-
: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.
|
|
2010
|
-
: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.
|
|
2007
|
+
: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.
|
|
2008
|
+
: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.
|
|
2009
|
+
: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.
|
|
2010
|
+
: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.
|
|
2011
|
+
: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.
|
|
2011
2012
|
"""
|
|
2012
2013
|
if api_groups is not None:
|
|
2013
2014
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
@@ -2022,7 +2023,7 @@ class ResourcePolicyRulePatch(dict):
|
|
|
2022
2023
|
|
|
2023
2024
|
@property
|
|
2024
2025
|
@pulumi.getter(name="apiGroups")
|
|
2025
|
-
def api_groups(self) -> Optional[Sequence[str]]:
|
|
2026
|
+
def api_groups(self) -> Optional[Sequence[builtins.str]]:
|
|
2026
2027
|
"""
|
|
2027
2028
|
`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.
|
|
2028
2029
|
"""
|
|
@@ -2030,7 +2031,7 @@ class ResourcePolicyRulePatch(dict):
|
|
|
2030
2031
|
|
|
2031
2032
|
@property
|
|
2032
2033
|
@pulumi.getter(name="clusterScope")
|
|
2033
|
-
def cluster_scope(self) -> Optional[bool]:
|
|
2034
|
+
def cluster_scope(self) -> Optional[builtins.bool]:
|
|
2034
2035
|
"""
|
|
2035
2036
|
`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.
|
|
2036
2037
|
"""
|
|
@@ -2038,7 +2039,7 @@ class ResourcePolicyRulePatch(dict):
|
|
|
2038
2039
|
|
|
2039
2040
|
@property
|
|
2040
2041
|
@pulumi.getter
|
|
2041
|
-
def namespaces(self) -> Optional[Sequence[str]]:
|
|
2042
|
+
def namespaces(self) -> Optional[Sequence[builtins.str]]:
|
|
2042
2043
|
"""
|
|
2043
2044
|
`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.
|
|
2044
2045
|
"""
|
|
@@ -2046,7 +2047,7 @@ class ResourcePolicyRulePatch(dict):
|
|
|
2046
2047
|
|
|
2047
2048
|
@property
|
|
2048
2049
|
@pulumi.getter
|
|
2049
|
-
def resources(self) -> Optional[Sequence[str]]:
|
|
2050
|
+
def resources(self) -> Optional[Sequence[builtins.str]]:
|
|
2050
2051
|
"""
|
|
2051
2052
|
`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.
|
|
2052
2053
|
"""
|
|
@@ -2054,7 +2055,7 @@ class ResourcePolicyRulePatch(dict):
|
|
|
2054
2055
|
|
|
2055
2056
|
@property
|
|
2056
2057
|
@pulumi.getter
|
|
2057
|
-
def verbs(self) -> Optional[Sequence[str]]:
|
|
2058
|
+
def verbs(self) -> Optional[Sequence[builtins.str]]:
|
|
2058
2059
|
"""
|
|
2059
2060
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2060
2061
|
"""
|
|
@@ -2067,19 +2068,19 @@ class ServiceAccountSubject(dict):
|
|
|
2067
2068
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2068
2069
|
"""
|
|
2069
2070
|
def __init__(__self__, *,
|
|
2070
|
-
name: str,
|
|
2071
|
-
namespace: str):
|
|
2071
|
+
name: builtins.str,
|
|
2072
|
+
namespace: builtins.str):
|
|
2072
2073
|
"""
|
|
2073
2074
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2074
|
-
:param str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2075
|
-
:param str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2075
|
+
:param builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2076
|
+
:param builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2076
2077
|
"""
|
|
2077
2078
|
pulumi.set(__self__, "name", name)
|
|
2078
2079
|
pulumi.set(__self__, "namespace", namespace)
|
|
2079
2080
|
|
|
2080
2081
|
@property
|
|
2081
2082
|
@pulumi.getter
|
|
2082
|
-
def name(self) -> str:
|
|
2083
|
+
def name(self) -> builtins.str:
|
|
2083
2084
|
"""
|
|
2084
2085
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2085
2086
|
"""
|
|
@@ -2087,7 +2088,7 @@ class ServiceAccountSubject(dict):
|
|
|
2087
2088
|
|
|
2088
2089
|
@property
|
|
2089
2090
|
@pulumi.getter
|
|
2090
|
-
def namespace(self) -> str:
|
|
2091
|
+
def namespace(self) -> builtins.str:
|
|
2091
2092
|
"""
|
|
2092
2093
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2093
2094
|
"""
|
|
@@ -2100,12 +2101,12 @@ class ServiceAccountSubjectPatch(dict):
|
|
|
2100
2101
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2101
2102
|
"""
|
|
2102
2103
|
def __init__(__self__, *,
|
|
2103
|
-
name: Optional[str] = None,
|
|
2104
|
-
namespace: Optional[str] = None):
|
|
2104
|
+
name: Optional[builtins.str] = None,
|
|
2105
|
+
namespace: Optional[builtins.str] = None):
|
|
2105
2106
|
"""
|
|
2106
2107
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2107
|
-
:param str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2108
|
-
:param str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2108
|
+
:param builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2109
|
+
:param builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2109
2110
|
"""
|
|
2110
2111
|
if name is not None:
|
|
2111
2112
|
pulumi.set(__self__, "name", name)
|
|
@@ -2114,7 +2115,7 @@ class ServiceAccountSubjectPatch(dict):
|
|
|
2114
2115
|
|
|
2115
2116
|
@property
|
|
2116
2117
|
@pulumi.getter
|
|
2117
|
-
def name(self) -> Optional[str]:
|
|
2118
|
+
def name(self) -> Optional[builtins.str]:
|
|
2118
2119
|
"""
|
|
2119
2120
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2120
2121
|
"""
|
|
@@ -2122,7 +2123,7 @@ class ServiceAccountSubjectPatch(dict):
|
|
|
2122
2123
|
|
|
2123
2124
|
@property
|
|
2124
2125
|
@pulumi.getter
|
|
2125
|
-
def namespace(self) -> Optional[str]:
|
|
2126
|
+
def namespace(self) -> Optional[builtins.str]:
|
|
2126
2127
|
"""
|
|
2127
2128
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2128
2129
|
"""
|
|
@@ -2152,13 +2153,13 @@ class Subject(dict):
|
|
|
2152
2153
|
return super().get(key, default)
|
|
2153
2154
|
|
|
2154
2155
|
def __init__(__self__, *,
|
|
2155
|
-
kind: str,
|
|
2156
|
+
kind: builtins.str,
|
|
2156
2157
|
group: Optional['outputs.GroupSubject'] = None,
|
|
2157
2158
|
service_account: Optional['outputs.ServiceAccountSubject'] = None,
|
|
2158
2159
|
user: Optional['outputs.UserSubject'] = None):
|
|
2159
2160
|
"""
|
|
2160
2161
|
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.
|
|
2161
|
-
:param str kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2162
|
+
:param builtins.str kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2162
2163
|
:param 'GroupSubjectArgs' group: `group` matches based on user group name.
|
|
2163
2164
|
:param 'ServiceAccountSubjectArgs' service_account: `serviceAccount` matches ServiceAccounts.
|
|
2164
2165
|
:param 'UserSubjectArgs' user: `user` matches based on username.
|
|
@@ -2173,7 +2174,7 @@ class Subject(dict):
|
|
|
2173
2174
|
|
|
2174
2175
|
@property
|
|
2175
2176
|
@pulumi.getter
|
|
2176
|
-
def kind(self) -> str:
|
|
2177
|
+
def kind(self) -> builtins.str:
|
|
2177
2178
|
"""
|
|
2178
2179
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2179
2180
|
"""
|
|
@@ -2228,13 +2229,13 @@ class SubjectPatch(dict):
|
|
|
2228
2229
|
|
|
2229
2230
|
def __init__(__self__, *,
|
|
2230
2231
|
group: Optional['outputs.GroupSubjectPatch'] = None,
|
|
2231
|
-
kind: Optional[str] = None,
|
|
2232
|
+
kind: Optional[builtins.str] = None,
|
|
2232
2233
|
service_account: Optional['outputs.ServiceAccountSubjectPatch'] = None,
|
|
2233
2234
|
user: Optional['outputs.UserSubjectPatch'] = None):
|
|
2234
2235
|
"""
|
|
2235
2236
|
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.
|
|
2236
2237
|
:param 'GroupSubjectPatchArgs' group: `group` matches based on user group name.
|
|
2237
|
-
:param str kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2238
|
+
:param builtins.str kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2238
2239
|
:param 'ServiceAccountSubjectPatchArgs' service_account: `serviceAccount` matches ServiceAccounts.
|
|
2239
2240
|
:param 'UserSubjectPatchArgs' user: `user` matches based on username.
|
|
2240
2241
|
"""
|
|
@@ -2257,7 +2258,7 @@ class SubjectPatch(dict):
|
|
|
2257
2258
|
|
|
2258
2259
|
@property
|
|
2259
2260
|
@pulumi.getter
|
|
2260
|
-
def kind(self) -> Optional[str]:
|
|
2261
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2261
2262
|
"""
|
|
2262
2263
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2263
2264
|
"""
|
|
@@ -2286,16 +2287,16 @@ class UserSubject(dict):
|
|
|
2286
2287
|
UserSubject holds detailed information for user-kind subject.
|
|
2287
2288
|
"""
|
|
2288
2289
|
def __init__(__self__, *,
|
|
2289
|
-
name: str):
|
|
2290
|
+
name: builtins.str):
|
|
2290
2291
|
"""
|
|
2291
2292
|
UserSubject holds detailed information for user-kind subject.
|
|
2292
|
-
:param str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2293
|
+
:param builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2293
2294
|
"""
|
|
2294
2295
|
pulumi.set(__self__, "name", name)
|
|
2295
2296
|
|
|
2296
2297
|
@property
|
|
2297
2298
|
@pulumi.getter
|
|
2298
|
-
def name(self) -> str:
|
|
2299
|
+
def name(self) -> builtins.str:
|
|
2299
2300
|
"""
|
|
2300
2301
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2301
2302
|
"""
|
|
@@ -2308,17 +2309,17 @@ class UserSubjectPatch(dict):
|
|
|
2308
2309
|
UserSubject holds detailed information for user-kind subject.
|
|
2309
2310
|
"""
|
|
2310
2311
|
def __init__(__self__, *,
|
|
2311
|
-
name: Optional[str] = None):
|
|
2312
|
+
name: Optional[builtins.str] = None):
|
|
2312
2313
|
"""
|
|
2313
2314
|
UserSubject holds detailed information for user-kind subject.
|
|
2314
|
-
:param str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2315
|
+
:param builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2315
2316
|
"""
|
|
2316
2317
|
if name is not None:
|
|
2317
2318
|
pulumi.set(__self__, "name", name)
|
|
2318
2319
|
|
|
2319
2320
|
@property
|
|
2320
2321
|
@pulumi.getter
|
|
2321
|
-
def name(self) -> Optional[str]:
|
|
2322
|
+
def name(self) -> Optional[builtins.str]:
|
|
2322
2323
|
"""
|
|
2323
2324
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2324
2325
|
"""
|