pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753121506__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -1
- pulumi_kubernetes/_inputs.py +49 -50
- pulumi_kubernetes/admissionregistration/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
- pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
- pulumi_kubernetes/apiextensions/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
- pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
- pulumi_kubernetes/apiregistration/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
- pulumi_kubernetes/apps/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/_inputs.py +749 -750
- pulumi_kubernetes/apps/v1/outputs.py +713 -714
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
- pulumi_kubernetes/auditregistration/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
- pulumi_kubernetes/autoscaling/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
- pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
- pulumi_kubernetes/batch/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/Job.py +26 -27
- pulumi_kubernetes/batch/v1/JobList.py +25 -26
- pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/_inputs.py +494 -495
- pulumi_kubernetes/batch/v1/outputs.py +419 -420
- pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
- pulumi_kubernetes/certificates/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
- pulumi_kubernetes/certificates/v1/outputs.py +134 -135
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
- pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
- pulumi_kubernetes/coordination/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
- pulumi_kubernetes/coordination/v1/outputs.py +67 -68
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
- pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
- pulumi_kubernetes/core/__init__.py +1 -1
- pulumi_kubernetes/core/v1/Binding.py +25 -26
- pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
- pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
- pulumi_kubernetes/core/v1/Endpoints.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
- pulumi_kubernetes/core/v1/Event.py +131 -132
- pulumi_kubernetes/core/v1/EventList.py +25 -26
- pulumi_kubernetes/core/v1/EventPatch.py +131 -132
- pulumi_kubernetes/core/v1/LimitRange.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
- pulumi_kubernetes/core/v1/Namespace.py +26 -27
- pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
- pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
- pulumi_kubernetes/core/v1/Node.py +26 -27
- pulumi_kubernetes/core/v1/NodeList.py +25 -26
- pulumi_kubernetes/core/v1/NodePatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
- pulumi_kubernetes/core/v1/Pod.py +26 -27
- pulumi_kubernetes/core/v1/PodList.py +25 -26
- pulumi_kubernetes/core/v1/PodPatch.py +26 -27
- pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
- pulumi_kubernetes/core/v1/Secret.py +63 -64
- pulumi_kubernetes/core/v1/SecretList.py +25 -26
- pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
- pulumi_kubernetes/core/v1/Service.py +26 -27
- pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
- pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
- pulumi_kubernetes/core/v1/ServiceList.py +25 -26
- pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
- pulumi_kubernetes/core/v1/__init__.py +1 -1
- pulumi_kubernetes/core/v1/_enums.py +2 -2
- pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
- pulumi_kubernetes/core/v1/outputs.py +5390 -5391
- pulumi_kubernetes/discovery/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
- pulumi_kubernetes/discovery/v1/outputs.py +138 -139
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
- pulumi_kubernetes/events/__init__.py +1 -1
- pulumi_kubernetes/events/v1/Event.py +131 -132
- pulumi_kubernetes/events/v1/EventList.py +25 -26
- pulumi_kubernetes/events/v1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1/__init__.py +1 -1
- pulumi_kubernetes/events/v1/_inputs.py +102 -103
- pulumi_kubernetes/events/v1/outputs.py +70 -71
- pulumi_kubernetes/events/v1beta1/Event.py +131 -132
- pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
- pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
- pulumi_kubernetes/extensions/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
- pulumi_kubernetes/flowcontrol/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
- pulumi_kubernetes/helm/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/Release.py +316 -317
- pulumi_kubernetes/helm/v3/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/_inputs.py +37 -38
- pulumi_kubernetes/helm/v3/outputs.py +54 -55
- pulumi_kubernetes/helm/v4/Chart.py +95 -96
- pulumi_kubernetes/helm/v4/__init__.py +1 -1
- pulumi_kubernetes/helm/v4/_inputs.py +34 -35
- pulumi_kubernetes/kustomize/__init__.py +1 -1
- pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
- pulumi_kubernetes/meta/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/Status.py +57 -58
- pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
- pulumi_kubernetes/meta/v1/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/_inputs.py +551 -552
- pulumi_kubernetes/meta/v1/outputs.py +395 -396
- pulumi_kubernetes/networking/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/_inputs.py +463 -464
- pulumi_kubernetes/networking/v1/outputs.py +350 -351
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
- pulumi_kubernetes/node/__init__.py +1 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1/__init__.py +1 -1
- pulumi_kubernetes/node/v1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1/outputs.py +34 -35
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
- pulumi_kubernetes/policy/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/_inputs.py +91 -92
- pulumi_kubernetes/policy/v1/outputs.py +80 -81
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
- pulumi_kubernetes/provider.py +107 -108
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
- pulumi_kubernetes/resource/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
- pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
- pulumi_kubernetes/scheduling/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
- pulumi_kubernetes/settings/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
- pulumi_kubernetes/storage/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/_inputs.py +372 -373
- pulumi_kubernetes/storage/v1/outputs.py +278 -279
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
- pulumi_kubernetes/storagemigration/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
- pulumi_kubernetes/yaml/__init__.py +1 -1
- pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
- pulumi_kubernetes/yaml/v2/__init__.py +1 -1
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753121506.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.24.0a1753079574.dist-info/RECORD +0 -709
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -85,14 +84,14 @@ class ExemptPriorityLevelConfiguration(dict):
|
|
|
85
84
|
return super().get(key, default)
|
|
86
85
|
|
|
87
86
|
def __init__(__self__, *,
|
|
88
|
-
lendable_percent: Optional[
|
|
89
|
-
nominal_concurrency_shares: Optional[
|
|
87
|
+
lendable_percent: Optional[_builtins.int] = None,
|
|
88
|
+
nominal_concurrency_shares: Optional[_builtins.int] = None):
|
|
90
89
|
"""
|
|
91
90
|
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`.
|
|
92
|
-
:param
|
|
91
|
+
: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.
|
|
93
92
|
|
|
94
93
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
95
|
-
:param
|
|
94
|
+
: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:
|
|
96
95
|
|
|
97
96
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
98
97
|
|
|
@@ -103,9 +102,9 @@ class ExemptPriorityLevelConfiguration(dict):
|
|
|
103
102
|
if nominal_concurrency_shares is not None:
|
|
104
103
|
pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
|
|
105
104
|
|
|
106
|
-
@property
|
|
105
|
+
@_builtins.property
|
|
107
106
|
@pulumi.getter(name="lendablePercent")
|
|
108
|
-
def lendable_percent(self) -> Optional[
|
|
107
|
+
def lendable_percent(self) -> Optional[_builtins.int]:
|
|
109
108
|
"""
|
|
110
109
|
`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.
|
|
111
110
|
|
|
@@ -113,9 +112,9 @@ class ExemptPriorityLevelConfiguration(dict):
|
|
|
113
112
|
"""
|
|
114
113
|
return pulumi.get(self, "lendable_percent")
|
|
115
114
|
|
|
116
|
-
@property
|
|
115
|
+
@_builtins.property
|
|
117
116
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
118
|
-
def nominal_concurrency_shares(self) -> Optional[
|
|
117
|
+
def nominal_concurrency_shares(self) -> Optional[_builtins.int]:
|
|
119
118
|
"""
|
|
120
119
|
`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:
|
|
121
120
|
|
|
@@ -151,14 +150,14 @@ class ExemptPriorityLevelConfigurationPatch(dict):
|
|
|
151
150
|
return super().get(key, default)
|
|
152
151
|
|
|
153
152
|
def __init__(__self__, *,
|
|
154
|
-
lendable_percent: Optional[
|
|
155
|
-
nominal_concurrency_shares: Optional[
|
|
153
|
+
lendable_percent: Optional[_builtins.int] = None,
|
|
154
|
+
nominal_concurrency_shares: Optional[_builtins.int] = None):
|
|
156
155
|
"""
|
|
157
156
|
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`.
|
|
158
|
-
:param
|
|
157
|
+
: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.
|
|
159
158
|
|
|
160
159
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
161
|
-
:param
|
|
160
|
+
: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:
|
|
162
161
|
|
|
163
162
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
164
163
|
|
|
@@ -169,9 +168,9 @@ class ExemptPriorityLevelConfigurationPatch(dict):
|
|
|
169
168
|
if nominal_concurrency_shares is not None:
|
|
170
169
|
pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
|
|
171
170
|
|
|
172
|
-
@property
|
|
171
|
+
@_builtins.property
|
|
173
172
|
@pulumi.getter(name="lendablePercent")
|
|
174
|
-
def lendable_percent(self) -> Optional[
|
|
173
|
+
def lendable_percent(self) -> Optional[_builtins.int]:
|
|
175
174
|
"""
|
|
176
175
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
177
176
|
|
|
@@ -179,9 +178,9 @@ class ExemptPriorityLevelConfigurationPatch(dict):
|
|
|
179
178
|
"""
|
|
180
179
|
return pulumi.get(self, "lendable_percent")
|
|
181
180
|
|
|
182
|
-
@property
|
|
181
|
+
@_builtins.property
|
|
183
182
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
184
|
-
def nominal_concurrency_shares(self) -> Optional[
|
|
183
|
+
def nominal_concurrency_shares(self) -> Optional[_builtins.int]:
|
|
185
184
|
"""
|
|
186
185
|
`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:
|
|
187
186
|
|
|
@@ -198,16 +197,16 @@ class FlowDistinguisherMethod(dict):
|
|
|
198
197
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
199
198
|
"""
|
|
200
199
|
def __init__(__self__, *,
|
|
201
|
-
type:
|
|
200
|
+
type: _builtins.str):
|
|
202
201
|
"""
|
|
203
202
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
204
|
-
:param
|
|
203
|
+
:param _builtins.str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
205
204
|
"""
|
|
206
205
|
pulumi.set(__self__, "type", type)
|
|
207
206
|
|
|
208
|
-
@property
|
|
207
|
+
@_builtins.property
|
|
209
208
|
@pulumi.getter
|
|
210
|
-
def type(self) ->
|
|
209
|
+
def type(self) -> _builtins.str:
|
|
211
210
|
"""
|
|
212
211
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
213
212
|
"""
|
|
@@ -220,17 +219,17 @@ class FlowDistinguisherMethodPatch(dict):
|
|
|
220
219
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
221
220
|
"""
|
|
222
221
|
def __init__(__self__, *,
|
|
223
|
-
type: Optional[
|
|
222
|
+
type: Optional[_builtins.str] = None):
|
|
224
223
|
"""
|
|
225
224
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
226
|
-
:param
|
|
225
|
+
:param _builtins.str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
227
226
|
"""
|
|
228
227
|
if type is not None:
|
|
229
228
|
pulumi.set(__self__, "type", type)
|
|
230
229
|
|
|
231
|
-
@property
|
|
230
|
+
@_builtins.property
|
|
232
231
|
@pulumi.getter
|
|
233
|
-
def type(self) -> Optional[
|
|
232
|
+
def type(self) -> Optional[_builtins.str]:
|
|
234
233
|
"""
|
|
235
234
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
236
235
|
"""
|
|
@@ -260,15 +259,15 @@ class FlowSchema(dict):
|
|
|
260
259
|
return super().get(key, default)
|
|
261
260
|
|
|
262
261
|
def __init__(__self__, *,
|
|
263
|
-
api_version: Optional[
|
|
264
|
-
kind: Optional[
|
|
262
|
+
api_version: Optional[_builtins.str] = None,
|
|
263
|
+
kind: Optional[_builtins.str] = None,
|
|
265
264
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
266
265
|
spec: Optional['outputs.FlowSchemaSpec'] = None,
|
|
267
266
|
status: Optional['outputs.FlowSchemaStatus'] = None):
|
|
268
267
|
"""
|
|
269
268
|
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".
|
|
270
|
-
:param
|
|
271
|
-
:param
|
|
269
|
+
: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
|
|
270
|
+
: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
|
|
272
271
|
: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
|
|
273
272
|
: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
|
|
274
273
|
: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
|
|
@@ -284,23 +283,23 @@ class FlowSchema(dict):
|
|
|
284
283
|
if status is not None:
|
|
285
284
|
pulumi.set(__self__, "status", status)
|
|
286
285
|
|
|
287
|
-
@property
|
|
286
|
+
@_builtins.property
|
|
288
287
|
@pulumi.getter(name="apiVersion")
|
|
289
|
-
def api_version(self) -> Optional[
|
|
288
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
290
289
|
"""
|
|
291
290
|
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
|
|
292
291
|
"""
|
|
293
292
|
return pulumi.get(self, "api_version")
|
|
294
293
|
|
|
295
|
-
@property
|
|
294
|
+
@_builtins.property
|
|
296
295
|
@pulumi.getter
|
|
297
|
-
def kind(self) -> Optional[
|
|
296
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
298
297
|
"""
|
|
299
298
|
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
|
|
300
299
|
"""
|
|
301
300
|
return pulumi.get(self, "kind")
|
|
302
301
|
|
|
303
|
-
@property
|
|
302
|
+
@_builtins.property
|
|
304
303
|
@pulumi.getter
|
|
305
304
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
306
305
|
"""
|
|
@@ -308,7 +307,7 @@ class FlowSchema(dict):
|
|
|
308
307
|
"""
|
|
309
308
|
return pulumi.get(self, "metadata")
|
|
310
309
|
|
|
311
|
-
@property
|
|
310
|
+
@_builtins.property
|
|
312
311
|
@pulumi.getter
|
|
313
312
|
def spec(self) -> Optional['outputs.FlowSchemaSpec']:
|
|
314
313
|
"""
|
|
@@ -316,7 +315,7 @@ class FlowSchema(dict):
|
|
|
316
315
|
"""
|
|
317
316
|
return pulumi.get(self, "spec")
|
|
318
317
|
|
|
319
|
-
@property
|
|
318
|
+
@_builtins.property
|
|
320
319
|
@pulumi.getter
|
|
321
320
|
def status(self) -> Optional['outputs.FlowSchemaStatus']:
|
|
322
321
|
"""
|
|
@@ -348,18 +347,18 @@ class FlowSchemaCondition(dict):
|
|
|
348
347
|
return super().get(key, default)
|
|
349
348
|
|
|
350
349
|
def __init__(__self__, *,
|
|
351
|
-
last_transition_time: Optional[
|
|
352
|
-
message: Optional[
|
|
353
|
-
reason: Optional[
|
|
354
|
-
status: Optional[
|
|
355
|
-
type: Optional[
|
|
350
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
351
|
+
message: Optional[_builtins.str] = None,
|
|
352
|
+
reason: Optional[_builtins.str] = None,
|
|
353
|
+
status: Optional[_builtins.str] = None,
|
|
354
|
+
type: Optional[_builtins.str] = None):
|
|
356
355
|
"""
|
|
357
356
|
FlowSchemaCondition describes conditions for a FlowSchema.
|
|
358
|
-
:param
|
|
359
|
-
:param
|
|
360
|
-
:param
|
|
361
|
-
:param
|
|
362
|
-
:param
|
|
357
|
+
:param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
358
|
+
:param _builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
359
|
+
:param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
360
|
+
:param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
361
|
+
:param _builtins.str type: `type` is the type of the condition. Required.
|
|
363
362
|
"""
|
|
364
363
|
if last_transition_time is not None:
|
|
365
364
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -372,41 +371,41 @@ class FlowSchemaCondition(dict):
|
|
|
372
371
|
if type is not None:
|
|
373
372
|
pulumi.set(__self__, "type", type)
|
|
374
373
|
|
|
375
|
-
@property
|
|
374
|
+
@_builtins.property
|
|
376
375
|
@pulumi.getter(name="lastTransitionTime")
|
|
377
|
-
def last_transition_time(self) -> Optional[
|
|
376
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
378
377
|
"""
|
|
379
378
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
380
379
|
"""
|
|
381
380
|
return pulumi.get(self, "last_transition_time")
|
|
382
381
|
|
|
383
|
-
@property
|
|
382
|
+
@_builtins.property
|
|
384
383
|
@pulumi.getter
|
|
385
|
-
def message(self) -> Optional[
|
|
384
|
+
def message(self) -> Optional[_builtins.str]:
|
|
386
385
|
"""
|
|
387
386
|
`message` is a human-readable message indicating details about last transition.
|
|
388
387
|
"""
|
|
389
388
|
return pulumi.get(self, "message")
|
|
390
389
|
|
|
391
|
-
@property
|
|
390
|
+
@_builtins.property
|
|
392
391
|
@pulumi.getter
|
|
393
|
-
def reason(self) -> Optional[
|
|
392
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
394
393
|
"""
|
|
395
394
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
396
395
|
"""
|
|
397
396
|
return pulumi.get(self, "reason")
|
|
398
397
|
|
|
399
|
-
@property
|
|
398
|
+
@_builtins.property
|
|
400
399
|
@pulumi.getter
|
|
401
|
-
def status(self) -> Optional[
|
|
400
|
+
def status(self) -> Optional[_builtins.str]:
|
|
402
401
|
"""
|
|
403
402
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
404
403
|
"""
|
|
405
404
|
return pulumi.get(self, "status")
|
|
406
405
|
|
|
407
|
-
@property
|
|
406
|
+
@_builtins.property
|
|
408
407
|
@pulumi.getter
|
|
409
|
-
def type(self) -> Optional[
|
|
408
|
+
def type(self) -> Optional[_builtins.str]:
|
|
410
409
|
"""
|
|
411
410
|
`type` is the type of the condition. Required.
|
|
412
411
|
"""
|
|
@@ -436,18 +435,18 @@ class FlowSchemaConditionPatch(dict):
|
|
|
436
435
|
return super().get(key, default)
|
|
437
436
|
|
|
438
437
|
def __init__(__self__, *,
|
|
439
|
-
last_transition_time: Optional[
|
|
440
|
-
message: Optional[
|
|
441
|
-
reason: Optional[
|
|
442
|
-
status: Optional[
|
|
443
|
-
type: Optional[
|
|
438
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
439
|
+
message: Optional[_builtins.str] = None,
|
|
440
|
+
reason: Optional[_builtins.str] = None,
|
|
441
|
+
status: Optional[_builtins.str] = None,
|
|
442
|
+
type: Optional[_builtins.str] = None):
|
|
444
443
|
"""
|
|
445
444
|
FlowSchemaCondition describes conditions for a FlowSchema.
|
|
446
|
-
:param
|
|
447
|
-
:param
|
|
448
|
-
:param
|
|
449
|
-
:param
|
|
450
|
-
:param
|
|
445
|
+
:param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
446
|
+
:param _builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
447
|
+
:param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
448
|
+
:param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
449
|
+
:param _builtins.str type: `type` is the type of the condition. Required.
|
|
451
450
|
"""
|
|
452
451
|
if last_transition_time is not None:
|
|
453
452
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -460,41 +459,41 @@ class FlowSchemaConditionPatch(dict):
|
|
|
460
459
|
if type is not None:
|
|
461
460
|
pulumi.set(__self__, "type", type)
|
|
462
461
|
|
|
463
|
-
@property
|
|
462
|
+
@_builtins.property
|
|
464
463
|
@pulumi.getter(name="lastTransitionTime")
|
|
465
|
-
def last_transition_time(self) -> Optional[
|
|
464
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
466
465
|
"""
|
|
467
466
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
468
467
|
"""
|
|
469
468
|
return pulumi.get(self, "last_transition_time")
|
|
470
469
|
|
|
471
|
-
@property
|
|
470
|
+
@_builtins.property
|
|
472
471
|
@pulumi.getter
|
|
473
|
-
def message(self) -> Optional[
|
|
472
|
+
def message(self) -> Optional[_builtins.str]:
|
|
474
473
|
"""
|
|
475
474
|
`message` is a human-readable message indicating details about last transition.
|
|
476
475
|
"""
|
|
477
476
|
return pulumi.get(self, "message")
|
|
478
477
|
|
|
479
|
-
@property
|
|
478
|
+
@_builtins.property
|
|
480
479
|
@pulumi.getter
|
|
481
|
-
def reason(self) -> Optional[
|
|
480
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
482
481
|
"""
|
|
483
482
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
484
483
|
"""
|
|
485
484
|
return pulumi.get(self, "reason")
|
|
486
485
|
|
|
487
|
-
@property
|
|
486
|
+
@_builtins.property
|
|
488
487
|
@pulumi.getter
|
|
489
|
-
def status(self) -> Optional[
|
|
488
|
+
def status(self) -> Optional[_builtins.str]:
|
|
490
489
|
"""
|
|
491
490
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
492
491
|
"""
|
|
493
492
|
return pulumi.get(self, "status")
|
|
494
493
|
|
|
495
|
-
@property
|
|
494
|
+
@_builtins.property
|
|
496
495
|
@pulumi.getter
|
|
497
|
-
def type(self) -> Optional[
|
|
496
|
+
def type(self) -> Optional[_builtins.str]:
|
|
498
497
|
"""
|
|
499
498
|
`type` is the type of the condition. Required.
|
|
500
499
|
"""
|
|
@@ -530,13 +529,13 @@ class FlowSchemaSpec(dict):
|
|
|
530
529
|
def __init__(__self__, *,
|
|
531
530
|
priority_level_configuration: 'outputs.PriorityLevelConfigurationReference',
|
|
532
531
|
distinguisher_method: Optional['outputs.FlowDistinguisherMethod'] = None,
|
|
533
|
-
matching_precedence: Optional[
|
|
532
|
+
matching_precedence: Optional[_builtins.int] = None,
|
|
534
533
|
rules: Optional[Sequence['outputs.PolicyRulesWithSubjects']] = None):
|
|
535
534
|
"""
|
|
536
535
|
FlowSchemaSpec describes how the FlowSchema's specification looks like.
|
|
537
536
|
: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.
|
|
538
537
|
: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.
|
|
539
|
-
:param
|
|
538
|
+
: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.
|
|
540
539
|
: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.
|
|
541
540
|
"""
|
|
542
541
|
pulumi.set(__self__, "priority_level_configuration", priority_level_configuration)
|
|
@@ -547,7 +546,7 @@ class FlowSchemaSpec(dict):
|
|
|
547
546
|
if rules is not None:
|
|
548
547
|
pulumi.set(__self__, "rules", rules)
|
|
549
548
|
|
|
550
|
-
@property
|
|
549
|
+
@_builtins.property
|
|
551
550
|
@pulumi.getter(name="priorityLevelConfiguration")
|
|
552
551
|
def priority_level_configuration(self) -> 'outputs.PriorityLevelConfigurationReference':
|
|
553
552
|
"""
|
|
@@ -555,7 +554,7 @@ class FlowSchemaSpec(dict):
|
|
|
555
554
|
"""
|
|
556
555
|
return pulumi.get(self, "priority_level_configuration")
|
|
557
556
|
|
|
558
|
-
@property
|
|
557
|
+
@_builtins.property
|
|
559
558
|
@pulumi.getter(name="distinguisherMethod")
|
|
560
559
|
def distinguisher_method(self) -> Optional['outputs.FlowDistinguisherMethod']:
|
|
561
560
|
"""
|
|
@@ -563,15 +562,15 @@ class FlowSchemaSpec(dict):
|
|
|
563
562
|
"""
|
|
564
563
|
return pulumi.get(self, "distinguisher_method")
|
|
565
564
|
|
|
566
|
-
@property
|
|
565
|
+
@_builtins.property
|
|
567
566
|
@pulumi.getter(name="matchingPrecedence")
|
|
568
|
-
def matching_precedence(self) -> Optional[
|
|
567
|
+
def matching_precedence(self) -> Optional[_builtins.int]:
|
|
569
568
|
"""
|
|
570
569
|
`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.
|
|
571
570
|
"""
|
|
572
571
|
return pulumi.get(self, "matching_precedence")
|
|
573
572
|
|
|
574
|
-
@property
|
|
573
|
+
@_builtins.property
|
|
575
574
|
@pulumi.getter
|
|
576
575
|
def rules(self) -> Optional[Sequence['outputs.PolicyRulesWithSubjects']]:
|
|
577
576
|
"""
|
|
@@ -608,13 +607,13 @@ class FlowSchemaSpecPatch(dict):
|
|
|
608
607
|
|
|
609
608
|
def __init__(__self__, *,
|
|
610
609
|
distinguisher_method: Optional['outputs.FlowDistinguisherMethodPatch'] = None,
|
|
611
|
-
matching_precedence: Optional[
|
|
610
|
+
matching_precedence: Optional[_builtins.int] = None,
|
|
612
611
|
priority_level_configuration: Optional['outputs.PriorityLevelConfigurationReferencePatch'] = None,
|
|
613
612
|
rules: Optional[Sequence['outputs.PolicyRulesWithSubjectsPatch']] = None):
|
|
614
613
|
"""
|
|
615
614
|
FlowSchemaSpec describes how the FlowSchema's specification looks like.
|
|
616
615
|
: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.
|
|
617
|
-
:param
|
|
616
|
+
: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.
|
|
618
617
|
: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.
|
|
619
618
|
: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.
|
|
620
619
|
"""
|
|
@@ -627,7 +626,7 @@ class FlowSchemaSpecPatch(dict):
|
|
|
627
626
|
if rules is not None:
|
|
628
627
|
pulumi.set(__self__, "rules", rules)
|
|
629
628
|
|
|
630
|
-
@property
|
|
629
|
+
@_builtins.property
|
|
631
630
|
@pulumi.getter(name="distinguisherMethod")
|
|
632
631
|
def distinguisher_method(self) -> Optional['outputs.FlowDistinguisherMethodPatch']:
|
|
633
632
|
"""
|
|
@@ -635,15 +634,15 @@ class FlowSchemaSpecPatch(dict):
|
|
|
635
634
|
"""
|
|
636
635
|
return pulumi.get(self, "distinguisher_method")
|
|
637
636
|
|
|
638
|
-
@property
|
|
637
|
+
@_builtins.property
|
|
639
638
|
@pulumi.getter(name="matchingPrecedence")
|
|
640
|
-
def matching_precedence(self) -> Optional[
|
|
639
|
+
def matching_precedence(self) -> Optional[_builtins.int]:
|
|
641
640
|
"""
|
|
642
641
|
`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.
|
|
643
642
|
"""
|
|
644
643
|
return pulumi.get(self, "matching_precedence")
|
|
645
644
|
|
|
646
|
-
@property
|
|
645
|
+
@_builtins.property
|
|
647
646
|
@pulumi.getter(name="priorityLevelConfiguration")
|
|
648
647
|
def priority_level_configuration(self) -> Optional['outputs.PriorityLevelConfigurationReferencePatch']:
|
|
649
648
|
"""
|
|
@@ -651,7 +650,7 @@ class FlowSchemaSpecPatch(dict):
|
|
|
651
650
|
"""
|
|
652
651
|
return pulumi.get(self, "priority_level_configuration")
|
|
653
652
|
|
|
654
|
-
@property
|
|
653
|
+
@_builtins.property
|
|
655
654
|
@pulumi.getter
|
|
656
655
|
def rules(self) -> Optional[Sequence['outputs.PolicyRulesWithSubjectsPatch']]:
|
|
657
656
|
"""
|
|
@@ -674,7 +673,7 @@ class FlowSchemaStatus(dict):
|
|
|
674
673
|
if conditions is not None:
|
|
675
674
|
pulumi.set(__self__, "conditions", conditions)
|
|
676
675
|
|
|
677
|
-
@property
|
|
676
|
+
@_builtins.property
|
|
678
677
|
@pulumi.getter
|
|
679
678
|
def conditions(self) -> Optional[Sequence['outputs.FlowSchemaCondition']]:
|
|
680
679
|
"""
|
|
@@ -697,7 +696,7 @@ class FlowSchemaStatusPatch(dict):
|
|
|
697
696
|
if conditions is not None:
|
|
698
697
|
pulumi.set(__self__, "conditions", conditions)
|
|
699
698
|
|
|
700
|
-
@property
|
|
699
|
+
@_builtins.property
|
|
701
700
|
@pulumi.getter
|
|
702
701
|
def conditions(self) -> Optional[Sequence['outputs.FlowSchemaConditionPatch']]:
|
|
703
702
|
"""
|
|
@@ -712,16 +711,16 @@ class GroupSubject(dict):
|
|
|
712
711
|
GroupSubject holds detailed information for group-kind subject.
|
|
713
712
|
"""
|
|
714
713
|
def __init__(__self__, *,
|
|
715
|
-
name:
|
|
714
|
+
name: _builtins.str):
|
|
716
715
|
"""
|
|
717
716
|
GroupSubject holds detailed information for group-kind subject.
|
|
718
|
-
:param
|
|
717
|
+
: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.
|
|
719
718
|
"""
|
|
720
719
|
pulumi.set(__self__, "name", name)
|
|
721
720
|
|
|
722
|
-
@property
|
|
721
|
+
@_builtins.property
|
|
723
722
|
@pulumi.getter
|
|
724
|
-
def name(self) ->
|
|
723
|
+
def name(self) -> _builtins.str:
|
|
725
724
|
"""
|
|
726
725
|
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.
|
|
727
726
|
"""
|
|
@@ -734,17 +733,17 @@ class GroupSubjectPatch(dict):
|
|
|
734
733
|
GroupSubject holds detailed information for group-kind subject.
|
|
735
734
|
"""
|
|
736
735
|
def __init__(__self__, *,
|
|
737
|
-
name: Optional[
|
|
736
|
+
name: Optional[_builtins.str] = None):
|
|
738
737
|
"""
|
|
739
738
|
GroupSubject holds detailed information for group-kind subject.
|
|
740
|
-
:param
|
|
739
|
+
: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.
|
|
741
740
|
"""
|
|
742
741
|
if name is not None:
|
|
743
742
|
pulumi.set(__self__, "name", name)
|
|
744
743
|
|
|
745
|
-
@property
|
|
744
|
+
@_builtins.property
|
|
746
745
|
@pulumi.getter
|
|
747
|
-
def name(self) -> Optional[
|
|
746
|
+
def name(self) -> Optional[_builtins.str]:
|
|
748
747
|
"""
|
|
749
748
|
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.
|
|
750
749
|
"""
|
|
@@ -757,26 +756,26 @@ class LimitResponse(dict):
|
|
|
757
756
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
758
757
|
"""
|
|
759
758
|
def __init__(__self__, *,
|
|
760
|
-
type:
|
|
759
|
+
type: _builtins.str,
|
|
761
760
|
queuing: Optional['outputs.QueuingConfiguration'] = None):
|
|
762
761
|
"""
|
|
763
762
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
764
|
-
:param
|
|
763
|
+
: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.
|
|
765
764
|
:param 'QueuingConfigurationArgs' queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
766
765
|
"""
|
|
767
766
|
pulumi.set(__self__, "type", type)
|
|
768
767
|
if queuing is not None:
|
|
769
768
|
pulumi.set(__self__, "queuing", queuing)
|
|
770
769
|
|
|
771
|
-
@property
|
|
770
|
+
@_builtins.property
|
|
772
771
|
@pulumi.getter
|
|
773
|
-
def type(self) ->
|
|
772
|
+
def type(self) -> _builtins.str:
|
|
774
773
|
"""
|
|
775
774
|
`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.
|
|
776
775
|
"""
|
|
777
776
|
return pulumi.get(self, "type")
|
|
778
777
|
|
|
779
|
-
@property
|
|
778
|
+
@_builtins.property
|
|
780
779
|
@pulumi.getter
|
|
781
780
|
def queuing(self) -> Optional['outputs.QueuingConfiguration']:
|
|
782
781
|
"""
|
|
@@ -792,18 +791,18 @@ class LimitResponsePatch(dict):
|
|
|
792
791
|
"""
|
|
793
792
|
def __init__(__self__, *,
|
|
794
793
|
queuing: Optional['outputs.QueuingConfigurationPatch'] = None,
|
|
795
|
-
type: Optional[
|
|
794
|
+
type: Optional[_builtins.str] = None):
|
|
796
795
|
"""
|
|
797
796
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
798
797
|
:param 'QueuingConfigurationPatchArgs' queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
799
|
-
:param
|
|
798
|
+
: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.
|
|
800
799
|
"""
|
|
801
800
|
if queuing is not None:
|
|
802
801
|
pulumi.set(__self__, "queuing", queuing)
|
|
803
802
|
if type is not None:
|
|
804
803
|
pulumi.set(__self__, "type", type)
|
|
805
804
|
|
|
806
|
-
@property
|
|
805
|
+
@_builtins.property
|
|
807
806
|
@pulumi.getter
|
|
808
807
|
def queuing(self) -> Optional['outputs.QueuingConfigurationPatch']:
|
|
809
808
|
"""
|
|
@@ -811,9 +810,9 @@ class LimitResponsePatch(dict):
|
|
|
811
810
|
"""
|
|
812
811
|
return pulumi.get(self, "queuing")
|
|
813
812
|
|
|
814
|
-
@property
|
|
813
|
+
@_builtins.property
|
|
815
814
|
@pulumi.getter
|
|
816
|
-
def type(self) -> Optional[
|
|
815
|
+
def type(self) -> Optional[_builtins.str]:
|
|
817
816
|
"""
|
|
818
817
|
`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.
|
|
819
818
|
"""
|
|
@@ -851,24 +850,24 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
851
850
|
return super().get(key, default)
|
|
852
851
|
|
|
853
852
|
def __init__(__self__, *,
|
|
854
|
-
borrowing_limit_percent: Optional[
|
|
855
|
-
lendable_percent: Optional[
|
|
853
|
+
borrowing_limit_percent: Optional[_builtins.int] = None,
|
|
854
|
+
lendable_percent: Optional[_builtins.int] = None,
|
|
856
855
|
limit_response: Optional['outputs.LimitResponse'] = None,
|
|
857
|
-
nominal_concurrency_shares: Optional[
|
|
856
|
+
nominal_concurrency_shares: Optional[_builtins.int] = None):
|
|
858
857
|
"""
|
|
859
858
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
860
859
|
- How are requests for this priority level limited?
|
|
861
860
|
- What should be done with requests that exceed the limit?
|
|
862
|
-
:param
|
|
861
|
+
: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.
|
|
863
862
|
|
|
864
863
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
865
864
|
|
|
866
865
|
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.
|
|
867
|
-
:param
|
|
866
|
+
: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.
|
|
868
867
|
|
|
869
868
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
870
869
|
:param 'LimitResponseArgs' limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
871
|
-
:param
|
|
870
|
+
: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:
|
|
872
871
|
|
|
873
872
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
874
873
|
|
|
@@ -887,9 +886,9 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
887
886
|
if nominal_concurrency_shares is not None:
|
|
888
887
|
pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
|
|
889
888
|
|
|
890
|
-
@property
|
|
889
|
+
@_builtins.property
|
|
891
890
|
@pulumi.getter(name="borrowingLimitPercent")
|
|
892
|
-
def borrowing_limit_percent(self) -> Optional[
|
|
891
|
+
def borrowing_limit_percent(self) -> Optional[_builtins.int]:
|
|
893
892
|
"""
|
|
894
893
|
`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.
|
|
895
894
|
|
|
@@ -899,9 +898,9 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
899
898
|
"""
|
|
900
899
|
return pulumi.get(self, "borrowing_limit_percent")
|
|
901
900
|
|
|
902
|
-
@property
|
|
901
|
+
@_builtins.property
|
|
903
902
|
@pulumi.getter(name="lendablePercent")
|
|
904
|
-
def lendable_percent(self) -> Optional[
|
|
903
|
+
def lendable_percent(self) -> Optional[_builtins.int]:
|
|
905
904
|
"""
|
|
906
905
|
`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.
|
|
907
906
|
|
|
@@ -909,7 +908,7 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
909
908
|
"""
|
|
910
909
|
return pulumi.get(self, "lendable_percent")
|
|
911
910
|
|
|
912
|
-
@property
|
|
911
|
+
@_builtins.property
|
|
913
912
|
@pulumi.getter(name="limitResponse")
|
|
914
913
|
def limit_response(self) -> Optional['outputs.LimitResponse']:
|
|
915
914
|
"""
|
|
@@ -917,9 +916,9 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
917
916
|
"""
|
|
918
917
|
return pulumi.get(self, "limit_response")
|
|
919
918
|
|
|
920
|
-
@property
|
|
919
|
+
@_builtins.property
|
|
921
920
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
922
|
-
def nominal_concurrency_shares(self) -> Optional[
|
|
921
|
+
def nominal_concurrency_shares(self) -> Optional[_builtins.int]:
|
|
923
922
|
"""
|
|
924
923
|
`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:
|
|
925
924
|
|
|
@@ -965,24 +964,24 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
965
964
|
return super().get(key, default)
|
|
966
965
|
|
|
967
966
|
def __init__(__self__, *,
|
|
968
|
-
borrowing_limit_percent: Optional[
|
|
969
|
-
lendable_percent: Optional[
|
|
967
|
+
borrowing_limit_percent: Optional[_builtins.int] = None,
|
|
968
|
+
lendable_percent: Optional[_builtins.int] = None,
|
|
970
969
|
limit_response: Optional['outputs.LimitResponsePatch'] = None,
|
|
971
|
-
nominal_concurrency_shares: Optional[
|
|
970
|
+
nominal_concurrency_shares: Optional[_builtins.int] = None):
|
|
972
971
|
"""
|
|
973
972
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
974
973
|
- How are requests for this priority level limited?
|
|
975
974
|
- What should be done with requests that exceed the limit?
|
|
976
|
-
:param
|
|
975
|
+
: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.
|
|
977
976
|
|
|
978
977
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
979
978
|
|
|
980
979
|
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.
|
|
981
|
-
:param
|
|
980
|
+
: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.
|
|
982
981
|
|
|
983
982
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
984
983
|
:param 'LimitResponsePatchArgs' limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
985
|
-
:param
|
|
984
|
+
: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:
|
|
986
985
|
|
|
987
986
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
988
987
|
|
|
@@ -1001,9 +1000,9 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
1001
1000
|
if nominal_concurrency_shares is not None:
|
|
1002
1001
|
pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
|
|
1003
1002
|
|
|
1004
|
-
@property
|
|
1003
|
+
@_builtins.property
|
|
1005
1004
|
@pulumi.getter(name="borrowingLimitPercent")
|
|
1006
|
-
def borrowing_limit_percent(self) -> Optional[
|
|
1005
|
+
def borrowing_limit_percent(self) -> Optional[_builtins.int]:
|
|
1007
1006
|
"""
|
|
1008
1007
|
`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.
|
|
1009
1008
|
|
|
@@ -1013,9 +1012,9 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
1013
1012
|
"""
|
|
1014
1013
|
return pulumi.get(self, "borrowing_limit_percent")
|
|
1015
1014
|
|
|
1016
|
-
@property
|
|
1015
|
+
@_builtins.property
|
|
1017
1016
|
@pulumi.getter(name="lendablePercent")
|
|
1018
|
-
def lendable_percent(self) -> Optional[
|
|
1017
|
+
def lendable_percent(self) -> Optional[_builtins.int]:
|
|
1019
1018
|
"""
|
|
1020
1019
|
`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.
|
|
1021
1020
|
|
|
@@ -1023,7 +1022,7 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
1023
1022
|
"""
|
|
1024
1023
|
return pulumi.get(self, "lendable_percent")
|
|
1025
1024
|
|
|
1026
|
-
@property
|
|
1025
|
+
@_builtins.property
|
|
1027
1026
|
@pulumi.getter(name="limitResponse")
|
|
1028
1027
|
def limit_response(self) -> Optional['outputs.LimitResponsePatch']:
|
|
1029
1028
|
"""
|
|
@@ -1031,9 +1030,9 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
1031
1030
|
"""
|
|
1032
1031
|
return pulumi.get(self, "limit_response")
|
|
1033
1032
|
|
|
1034
|
-
@property
|
|
1033
|
+
@_builtins.property
|
|
1035
1034
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
1036
|
-
def nominal_concurrency_shares(self) -> Optional[
|
|
1035
|
+
def nominal_concurrency_shares(self) -> Optional[_builtins.int]:
|
|
1037
1036
|
"""
|
|
1038
1037
|
`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:
|
|
1039
1038
|
|
|
@@ -1071,25 +1070,25 @@ class NonResourcePolicyRule(dict):
|
|
|
1071
1070
|
return super().get(key, default)
|
|
1072
1071
|
|
|
1073
1072
|
def __init__(__self__, *,
|
|
1074
|
-
non_resource_urls: Sequence[
|
|
1075
|
-
verbs: Sequence[
|
|
1073
|
+
non_resource_urls: Sequence[_builtins.str],
|
|
1074
|
+
verbs: Sequence[_builtins.str]):
|
|
1076
1075
|
"""
|
|
1077
1076
|
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.
|
|
1078
|
-
:param Sequence[
|
|
1077
|
+
: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:
|
|
1079
1078
|
- "/healthz" is legal
|
|
1080
1079
|
- "/hea*" is illegal
|
|
1081
1080
|
- "/hea" is legal but matches nothing
|
|
1082
1081
|
- "/hea/*" also matches nothing
|
|
1083
1082
|
- "/healthz/*" matches all per-component health checks.
|
|
1084
1083
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1085
|
-
:param Sequence[
|
|
1084
|
+
: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.
|
|
1086
1085
|
"""
|
|
1087
1086
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
1088
1087
|
pulumi.set(__self__, "verbs", verbs)
|
|
1089
1088
|
|
|
1090
|
-
@property
|
|
1089
|
+
@_builtins.property
|
|
1091
1090
|
@pulumi.getter(name="nonResourceURLs")
|
|
1092
|
-
def non_resource_urls(self) -> Sequence[
|
|
1091
|
+
def non_resource_urls(self) -> Sequence[_builtins.str]:
|
|
1093
1092
|
"""
|
|
1094
1093
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1095
1094
|
- "/healthz" is legal
|
|
@@ -1101,9 +1100,9 @@ class NonResourcePolicyRule(dict):
|
|
|
1101
1100
|
"""
|
|
1102
1101
|
return pulumi.get(self, "non_resource_urls")
|
|
1103
1102
|
|
|
1104
|
-
@property
|
|
1103
|
+
@_builtins.property
|
|
1105
1104
|
@pulumi.getter
|
|
1106
|
-
def verbs(self) -> Sequence[
|
|
1105
|
+
def verbs(self) -> Sequence[_builtins.str]:
|
|
1107
1106
|
"""
|
|
1108
1107
|
`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.
|
|
1109
1108
|
"""
|
|
@@ -1133,27 +1132,27 @@ class NonResourcePolicyRulePatch(dict):
|
|
|
1133
1132
|
return super().get(key, default)
|
|
1134
1133
|
|
|
1135
1134
|
def __init__(__self__, *,
|
|
1136
|
-
non_resource_urls: Optional[Sequence[
|
|
1137
|
-
verbs: Optional[Sequence[
|
|
1135
|
+
non_resource_urls: Optional[Sequence[_builtins.str]] = None,
|
|
1136
|
+
verbs: Optional[Sequence[_builtins.str]] = None):
|
|
1138
1137
|
"""
|
|
1139
1138
|
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.
|
|
1140
|
-
:param Sequence[
|
|
1139
|
+
: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:
|
|
1141
1140
|
- "/healthz" is legal
|
|
1142
1141
|
- "/hea*" is illegal
|
|
1143
1142
|
- "/hea" is legal but matches nothing
|
|
1144
1143
|
- "/hea/*" also matches nothing
|
|
1145
1144
|
- "/healthz/*" matches all per-component health checks.
|
|
1146
1145
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1147
|
-
:param Sequence[
|
|
1146
|
+
: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.
|
|
1148
1147
|
"""
|
|
1149
1148
|
if non_resource_urls is not None:
|
|
1150
1149
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
1151
1150
|
if verbs is not None:
|
|
1152
1151
|
pulumi.set(__self__, "verbs", verbs)
|
|
1153
1152
|
|
|
1154
|
-
@property
|
|
1153
|
+
@_builtins.property
|
|
1155
1154
|
@pulumi.getter(name="nonResourceURLs")
|
|
1156
|
-
def non_resource_urls(self) -> Optional[Sequence[
|
|
1155
|
+
def non_resource_urls(self) -> Optional[Sequence[_builtins.str]]:
|
|
1157
1156
|
"""
|
|
1158
1157
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1159
1158
|
- "/healthz" is legal
|
|
@@ -1165,9 +1164,9 @@ class NonResourcePolicyRulePatch(dict):
|
|
|
1165
1164
|
"""
|
|
1166
1165
|
return pulumi.get(self, "non_resource_urls")
|
|
1167
1166
|
|
|
1168
|
-
@property
|
|
1167
|
+
@_builtins.property
|
|
1169
1168
|
@pulumi.getter
|
|
1170
|
-
def verbs(self) -> Optional[Sequence[
|
|
1169
|
+
def verbs(self) -> Optional[Sequence[_builtins.str]]:
|
|
1171
1170
|
"""
|
|
1172
1171
|
`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.
|
|
1173
1172
|
"""
|
|
@@ -1214,7 +1213,7 @@ class PolicyRulesWithSubjects(dict):
|
|
|
1214
1213
|
if resource_rules is not None:
|
|
1215
1214
|
pulumi.set(__self__, "resource_rules", resource_rules)
|
|
1216
1215
|
|
|
1217
|
-
@property
|
|
1216
|
+
@_builtins.property
|
|
1218
1217
|
@pulumi.getter
|
|
1219
1218
|
def subjects(self) -> Sequence['outputs.Subject']:
|
|
1220
1219
|
"""
|
|
@@ -1222,7 +1221,7 @@ class PolicyRulesWithSubjects(dict):
|
|
|
1222
1221
|
"""
|
|
1223
1222
|
return pulumi.get(self, "subjects")
|
|
1224
1223
|
|
|
1225
|
-
@property
|
|
1224
|
+
@_builtins.property
|
|
1226
1225
|
@pulumi.getter(name="nonResourceRules")
|
|
1227
1226
|
def non_resource_rules(self) -> Optional[Sequence['outputs.NonResourcePolicyRule']]:
|
|
1228
1227
|
"""
|
|
@@ -1230,7 +1229,7 @@ class PolicyRulesWithSubjects(dict):
|
|
|
1230
1229
|
"""
|
|
1231
1230
|
return pulumi.get(self, "non_resource_rules")
|
|
1232
1231
|
|
|
1233
|
-
@property
|
|
1232
|
+
@_builtins.property
|
|
1234
1233
|
@pulumi.getter(name="resourceRules")
|
|
1235
1234
|
def resource_rules(self) -> Optional[Sequence['outputs.ResourcePolicyRule']]:
|
|
1236
1235
|
"""
|
|
@@ -1280,7 +1279,7 @@ class PolicyRulesWithSubjectsPatch(dict):
|
|
|
1280
1279
|
if subjects is not None:
|
|
1281
1280
|
pulumi.set(__self__, "subjects", subjects)
|
|
1282
1281
|
|
|
1283
|
-
@property
|
|
1282
|
+
@_builtins.property
|
|
1284
1283
|
@pulumi.getter(name="nonResourceRules")
|
|
1285
1284
|
def non_resource_rules(self) -> Optional[Sequence['outputs.NonResourcePolicyRulePatch']]:
|
|
1286
1285
|
"""
|
|
@@ -1288,7 +1287,7 @@ class PolicyRulesWithSubjectsPatch(dict):
|
|
|
1288
1287
|
"""
|
|
1289
1288
|
return pulumi.get(self, "non_resource_rules")
|
|
1290
1289
|
|
|
1291
|
-
@property
|
|
1290
|
+
@_builtins.property
|
|
1292
1291
|
@pulumi.getter(name="resourceRules")
|
|
1293
1292
|
def resource_rules(self) -> Optional[Sequence['outputs.ResourcePolicyRulePatch']]:
|
|
1294
1293
|
"""
|
|
@@ -1296,7 +1295,7 @@ class PolicyRulesWithSubjectsPatch(dict):
|
|
|
1296
1295
|
"""
|
|
1297
1296
|
return pulumi.get(self, "resource_rules")
|
|
1298
1297
|
|
|
1299
|
-
@property
|
|
1298
|
+
@_builtins.property
|
|
1300
1299
|
@pulumi.getter
|
|
1301
1300
|
def subjects(self) -> Optional[Sequence['outputs.SubjectPatch']]:
|
|
1302
1301
|
"""
|
|
@@ -1328,15 +1327,15 @@ class PriorityLevelConfiguration(dict):
|
|
|
1328
1327
|
return super().get(key, default)
|
|
1329
1328
|
|
|
1330
1329
|
def __init__(__self__, *,
|
|
1331
|
-
api_version: Optional[
|
|
1332
|
-
kind: Optional[
|
|
1330
|
+
api_version: Optional[_builtins.str] = None,
|
|
1331
|
+
kind: Optional[_builtins.str] = None,
|
|
1333
1332
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1334
1333
|
spec: Optional['outputs.PriorityLevelConfigurationSpec'] = None,
|
|
1335
1334
|
status: Optional['outputs.PriorityLevelConfigurationStatus'] = None):
|
|
1336
1335
|
"""
|
|
1337
1336
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1338
|
-
:param
|
|
1339
|
-
:param
|
|
1337
|
+
: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
|
|
1338
|
+
: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
|
|
1340
1339
|
: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
|
|
1341
1340
|
: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
|
|
1342
1341
|
: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
|
|
@@ -1352,23 +1351,23 @@ class PriorityLevelConfiguration(dict):
|
|
|
1352
1351
|
if status is not None:
|
|
1353
1352
|
pulumi.set(__self__, "status", status)
|
|
1354
1353
|
|
|
1355
|
-
@property
|
|
1354
|
+
@_builtins.property
|
|
1356
1355
|
@pulumi.getter(name="apiVersion")
|
|
1357
|
-
def api_version(self) -> Optional[
|
|
1356
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
1358
1357
|
"""
|
|
1359
1358
|
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
|
|
1360
1359
|
"""
|
|
1361
1360
|
return pulumi.get(self, "api_version")
|
|
1362
1361
|
|
|
1363
|
-
@property
|
|
1362
|
+
@_builtins.property
|
|
1364
1363
|
@pulumi.getter
|
|
1365
|
-
def kind(self) -> Optional[
|
|
1364
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1366
1365
|
"""
|
|
1367
1366
|
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
|
|
1368
1367
|
"""
|
|
1369
1368
|
return pulumi.get(self, "kind")
|
|
1370
1369
|
|
|
1371
|
-
@property
|
|
1370
|
+
@_builtins.property
|
|
1372
1371
|
@pulumi.getter
|
|
1373
1372
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1374
1373
|
"""
|
|
@@ -1376,7 +1375,7 @@ class PriorityLevelConfiguration(dict):
|
|
|
1376
1375
|
"""
|
|
1377
1376
|
return pulumi.get(self, "metadata")
|
|
1378
1377
|
|
|
1379
|
-
@property
|
|
1378
|
+
@_builtins.property
|
|
1380
1379
|
@pulumi.getter
|
|
1381
1380
|
def spec(self) -> Optional['outputs.PriorityLevelConfigurationSpec']:
|
|
1382
1381
|
"""
|
|
@@ -1384,7 +1383,7 @@ class PriorityLevelConfiguration(dict):
|
|
|
1384
1383
|
"""
|
|
1385
1384
|
return pulumi.get(self, "spec")
|
|
1386
1385
|
|
|
1387
|
-
@property
|
|
1386
|
+
@_builtins.property
|
|
1388
1387
|
@pulumi.getter
|
|
1389
1388
|
def status(self) -> Optional['outputs.PriorityLevelConfigurationStatus']:
|
|
1390
1389
|
"""
|
|
@@ -1416,18 +1415,18 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1416
1415
|
return super().get(key, default)
|
|
1417
1416
|
|
|
1418
1417
|
def __init__(__self__, *,
|
|
1419
|
-
last_transition_time: Optional[
|
|
1420
|
-
message: Optional[
|
|
1421
|
-
reason: Optional[
|
|
1422
|
-
status: Optional[
|
|
1423
|
-
type: Optional[
|
|
1418
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1419
|
+
message: Optional[_builtins.str] = None,
|
|
1420
|
+
reason: Optional[_builtins.str] = None,
|
|
1421
|
+
status: Optional[_builtins.str] = None,
|
|
1422
|
+
type: Optional[_builtins.str] = None):
|
|
1424
1423
|
"""
|
|
1425
1424
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1426
|
-
:param
|
|
1427
|
-
:param
|
|
1428
|
-
:param
|
|
1429
|
-
:param
|
|
1430
|
-
:param
|
|
1425
|
+
:param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1426
|
+
:param _builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
1427
|
+
:param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1428
|
+
:param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1429
|
+
:param _builtins.str type: `type` is the type of the condition. Required.
|
|
1431
1430
|
"""
|
|
1432
1431
|
if last_transition_time is not None:
|
|
1433
1432
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1440,41 +1439,41 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1440
1439
|
if type is not None:
|
|
1441
1440
|
pulumi.set(__self__, "type", type)
|
|
1442
1441
|
|
|
1443
|
-
@property
|
|
1442
|
+
@_builtins.property
|
|
1444
1443
|
@pulumi.getter(name="lastTransitionTime")
|
|
1445
|
-
def last_transition_time(self) -> Optional[
|
|
1444
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1446
1445
|
"""
|
|
1447
1446
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1448
1447
|
"""
|
|
1449
1448
|
return pulumi.get(self, "last_transition_time")
|
|
1450
1449
|
|
|
1451
|
-
@property
|
|
1450
|
+
@_builtins.property
|
|
1452
1451
|
@pulumi.getter
|
|
1453
|
-
def message(self) -> Optional[
|
|
1452
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1454
1453
|
"""
|
|
1455
1454
|
`message` is a human-readable message indicating details about last transition.
|
|
1456
1455
|
"""
|
|
1457
1456
|
return pulumi.get(self, "message")
|
|
1458
1457
|
|
|
1459
|
-
@property
|
|
1458
|
+
@_builtins.property
|
|
1460
1459
|
@pulumi.getter
|
|
1461
|
-
def reason(self) -> Optional[
|
|
1460
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1462
1461
|
"""
|
|
1463
1462
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1464
1463
|
"""
|
|
1465
1464
|
return pulumi.get(self, "reason")
|
|
1466
1465
|
|
|
1467
|
-
@property
|
|
1466
|
+
@_builtins.property
|
|
1468
1467
|
@pulumi.getter
|
|
1469
|
-
def status(self) -> Optional[
|
|
1468
|
+
def status(self) -> Optional[_builtins.str]:
|
|
1470
1469
|
"""
|
|
1471
1470
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1472
1471
|
"""
|
|
1473
1472
|
return pulumi.get(self, "status")
|
|
1474
1473
|
|
|
1475
|
-
@property
|
|
1474
|
+
@_builtins.property
|
|
1476
1475
|
@pulumi.getter
|
|
1477
|
-
def type(self) -> Optional[
|
|
1476
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1478
1477
|
"""
|
|
1479
1478
|
`type` is the type of the condition. Required.
|
|
1480
1479
|
"""
|
|
@@ -1504,18 +1503,18 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1504
1503
|
return super().get(key, default)
|
|
1505
1504
|
|
|
1506
1505
|
def __init__(__self__, *,
|
|
1507
|
-
last_transition_time: Optional[
|
|
1508
|
-
message: Optional[
|
|
1509
|
-
reason: Optional[
|
|
1510
|
-
status: Optional[
|
|
1511
|
-
type: Optional[
|
|
1506
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1507
|
+
message: Optional[_builtins.str] = None,
|
|
1508
|
+
reason: Optional[_builtins.str] = None,
|
|
1509
|
+
status: Optional[_builtins.str] = None,
|
|
1510
|
+
type: Optional[_builtins.str] = None):
|
|
1512
1511
|
"""
|
|
1513
1512
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1514
|
-
:param
|
|
1515
|
-
:param
|
|
1516
|
-
:param
|
|
1517
|
-
:param
|
|
1518
|
-
:param
|
|
1513
|
+
:param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1514
|
+
:param _builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
1515
|
+
:param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1516
|
+
:param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1517
|
+
:param _builtins.str type: `type` is the type of the condition. Required.
|
|
1519
1518
|
"""
|
|
1520
1519
|
if last_transition_time is not None:
|
|
1521
1520
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1528,41 +1527,41 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1528
1527
|
if type is not None:
|
|
1529
1528
|
pulumi.set(__self__, "type", type)
|
|
1530
1529
|
|
|
1531
|
-
@property
|
|
1530
|
+
@_builtins.property
|
|
1532
1531
|
@pulumi.getter(name="lastTransitionTime")
|
|
1533
|
-
def last_transition_time(self) -> Optional[
|
|
1532
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1534
1533
|
"""
|
|
1535
1534
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1536
1535
|
"""
|
|
1537
1536
|
return pulumi.get(self, "last_transition_time")
|
|
1538
1537
|
|
|
1539
|
-
@property
|
|
1538
|
+
@_builtins.property
|
|
1540
1539
|
@pulumi.getter
|
|
1541
|
-
def message(self) -> Optional[
|
|
1540
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1542
1541
|
"""
|
|
1543
1542
|
`message` is a human-readable message indicating details about last transition.
|
|
1544
1543
|
"""
|
|
1545
1544
|
return pulumi.get(self, "message")
|
|
1546
1545
|
|
|
1547
|
-
@property
|
|
1546
|
+
@_builtins.property
|
|
1548
1547
|
@pulumi.getter
|
|
1549
|
-
def reason(self) -> Optional[
|
|
1548
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1550
1549
|
"""
|
|
1551
1550
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1552
1551
|
"""
|
|
1553
1552
|
return pulumi.get(self, "reason")
|
|
1554
1553
|
|
|
1555
|
-
@property
|
|
1554
|
+
@_builtins.property
|
|
1556
1555
|
@pulumi.getter
|
|
1557
|
-
def status(self) -> Optional[
|
|
1556
|
+
def status(self) -> Optional[_builtins.str]:
|
|
1558
1557
|
"""
|
|
1559
1558
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1560
1559
|
"""
|
|
1561
1560
|
return pulumi.get(self, "status")
|
|
1562
1561
|
|
|
1563
|
-
@property
|
|
1562
|
+
@_builtins.property
|
|
1564
1563
|
@pulumi.getter
|
|
1565
|
-
def type(self) -> Optional[
|
|
1564
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1566
1565
|
"""
|
|
1567
1566
|
`type` is the type of the condition. Required.
|
|
1568
1567
|
"""
|
|
@@ -1575,16 +1574,16 @@ class PriorityLevelConfigurationReference(dict):
|
|
|
1575
1574
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1576
1575
|
"""
|
|
1577
1576
|
def __init__(__self__, *,
|
|
1578
|
-
name:
|
|
1577
|
+
name: _builtins.str):
|
|
1579
1578
|
"""
|
|
1580
1579
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1581
|
-
:param
|
|
1580
|
+
:param _builtins.str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1582
1581
|
"""
|
|
1583
1582
|
pulumi.set(__self__, "name", name)
|
|
1584
1583
|
|
|
1585
|
-
@property
|
|
1584
|
+
@_builtins.property
|
|
1586
1585
|
@pulumi.getter
|
|
1587
|
-
def name(self) ->
|
|
1586
|
+
def name(self) -> _builtins.str:
|
|
1588
1587
|
"""
|
|
1589
1588
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1590
1589
|
"""
|
|
@@ -1597,17 +1596,17 @@ class PriorityLevelConfigurationReferencePatch(dict):
|
|
|
1597
1596
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1598
1597
|
"""
|
|
1599
1598
|
def __init__(__self__, *,
|
|
1600
|
-
name: Optional[
|
|
1599
|
+
name: Optional[_builtins.str] = None):
|
|
1601
1600
|
"""
|
|
1602
1601
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1603
|
-
:param
|
|
1602
|
+
:param _builtins.str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1604
1603
|
"""
|
|
1605
1604
|
if name is not None:
|
|
1606
1605
|
pulumi.set(__self__, "name", name)
|
|
1607
1606
|
|
|
1608
|
-
@property
|
|
1607
|
+
@_builtins.property
|
|
1609
1608
|
@pulumi.getter
|
|
1610
|
-
def name(self) -> Optional[
|
|
1609
|
+
def name(self) -> Optional[_builtins.str]:
|
|
1611
1610
|
"""
|
|
1612
1611
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1613
1612
|
"""
|
|
@@ -1620,12 +1619,12 @@ class PriorityLevelConfigurationSpec(dict):
|
|
|
1620
1619
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1621
1620
|
"""
|
|
1622
1621
|
def __init__(__self__, *,
|
|
1623
|
-
type:
|
|
1622
|
+
type: _builtins.str,
|
|
1624
1623
|
exempt: Optional['outputs.ExemptPriorityLevelConfiguration'] = None,
|
|
1625
1624
|
limited: Optional['outputs.LimitedPriorityLevelConfiguration'] = None):
|
|
1626
1625
|
"""
|
|
1627
1626
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1628
|
-
:param
|
|
1627
|
+
: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.
|
|
1629
1628
|
: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.
|
|
1630
1629
|
: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"`.
|
|
1631
1630
|
"""
|
|
@@ -1635,15 +1634,15 @@ class PriorityLevelConfigurationSpec(dict):
|
|
|
1635
1634
|
if limited is not None:
|
|
1636
1635
|
pulumi.set(__self__, "limited", limited)
|
|
1637
1636
|
|
|
1638
|
-
@property
|
|
1637
|
+
@_builtins.property
|
|
1639
1638
|
@pulumi.getter
|
|
1640
|
-
def type(self) ->
|
|
1639
|
+
def type(self) -> _builtins.str:
|
|
1641
1640
|
"""
|
|
1642
1641
|
`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.
|
|
1643
1642
|
"""
|
|
1644
1643
|
return pulumi.get(self, "type")
|
|
1645
1644
|
|
|
1646
|
-
@property
|
|
1645
|
+
@_builtins.property
|
|
1647
1646
|
@pulumi.getter
|
|
1648
1647
|
def exempt(self) -> Optional['outputs.ExemptPriorityLevelConfiguration']:
|
|
1649
1648
|
"""
|
|
@@ -1651,7 +1650,7 @@ class PriorityLevelConfigurationSpec(dict):
|
|
|
1651
1650
|
"""
|
|
1652
1651
|
return pulumi.get(self, "exempt")
|
|
1653
1652
|
|
|
1654
|
-
@property
|
|
1653
|
+
@_builtins.property
|
|
1655
1654
|
@pulumi.getter
|
|
1656
1655
|
def limited(self) -> Optional['outputs.LimitedPriorityLevelConfiguration']:
|
|
1657
1656
|
"""
|
|
@@ -1668,12 +1667,12 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1668
1667
|
def __init__(__self__, *,
|
|
1669
1668
|
exempt: Optional['outputs.ExemptPriorityLevelConfigurationPatch'] = None,
|
|
1670
1669
|
limited: Optional['outputs.LimitedPriorityLevelConfigurationPatch'] = None,
|
|
1671
|
-
type: Optional[
|
|
1670
|
+
type: Optional[_builtins.str] = None):
|
|
1672
1671
|
"""
|
|
1673
1672
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1674
1673
|
: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.
|
|
1675
1674
|
: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"`.
|
|
1676
|
-
:param
|
|
1675
|
+
: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.
|
|
1677
1676
|
"""
|
|
1678
1677
|
if exempt is not None:
|
|
1679
1678
|
pulumi.set(__self__, "exempt", exempt)
|
|
@@ -1682,7 +1681,7 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1682
1681
|
if type is not None:
|
|
1683
1682
|
pulumi.set(__self__, "type", type)
|
|
1684
1683
|
|
|
1685
|
-
@property
|
|
1684
|
+
@_builtins.property
|
|
1686
1685
|
@pulumi.getter
|
|
1687
1686
|
def exempt(self) -> Optional['outputs.ExemptPriorityLevelConfigurationPatch']:
|
|
1688
1687
|
"""
|
|
@@ -1690,7 +1689,7 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1690
1689
|
"""
|
|
1691
1690
|
return pulumi.get(self, "exempt")
|
|
1692
1691
|
|
|
1693
|
-
@property
|
|
1692
|
+
@_builtins.property
|
|
1694
1693
|
@pulumi.getter
|
|
1695
1694
|
def limited(self) -> Optional['outputs.LimitedPriorityLevelConfigurationPatch']:
|
|
1696
1695
|
"""
|
|
@@ -1698,9 +1697,9 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1698
1697
|
"""
|
|
1699
1698
|
return pulumi.get(self, "limited")
|
|
1700
1699
|
|
|
1701
|
-
@property
|
|
1700
|
+
@_builtins.property
|
|
1702
1701
|
@pulumi.getter
|
|
1703
|
-
def type(self) -> Optional[
|
|
1702
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1704
1703
|
"""
|
|
1705
1704
|
`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.
|
|
1706
1705
|
"""
|
|
@@ -1721,7 +1720,7 @@ class PriorityLevelConfigurationStatus(dict):
|
|
|
1721
1720
|
if conditions is not None:
|
|
1722
1721
|
pulumi.set(__self__, "conditions", conditions)
|
|
1723
1722
|
|
|
1724
|
-
@property
|
|
1723
|
+
@_builtins.property
|
|
1725
1724
|
@pulumi.getter
|
|
1726
1725
|
def conditions(self) -> Optional[Sequence['outputs.PriorityLevelConfigurationCondition']]:
|
|
1727
1726
|
"""
|
|
@@ -1744,7 +1743,7 @@ class PriorityLevelConfigurationStatusPatch(dict):
|
|
|
1744
1743
|
if conditions is not None:
|
|
1745
1744
|
pulumi.set(__self__, "conditions", conditions)
|
|
1746
1745
|
|
|
1747
|
-
@property
|
|
1746
|
+
@_builtins.property
|
|
1748
1747
|
@pulumi.getter
|
|
1749
1748
|
def conditions(self) -> Optional[Sequence['outputs.PriorityLevelConfigurationConditionPatch']]:
|
|
1750
1749
|
"""
|
|
@@ -1778,14 +1777,14 @@ class QueuingConfiguration(dict):
|
|
|
1778
1777
|
return super().get(key, default)
|
|
1779
1778
|
|
|
1780
1779
|
def __init__(__self__, *,
|
|
1781
|
-
hand_size: Optional[
|
|
1782
|
-
queue_length_limit: Optional[
|
|
1783
|
-
queues: Optional[
|
|
1780
|
+
hand_size: Optional[_builtins.int] = None,
|
|
1781
|
+
queue_length_limit: Optional[_builtins.int] = None,
|
|
1782
|
+
queues: Optional[_builtins.int] = None):
|
|
1784
1783
|
"""
|
|
1785
1784
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
1786
|
-
:param
|
|
1787
|
-
:param
|
|
1788
|
-
:param
|
|
1785
|
+
: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.
|
|
1786
|
+
: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.
|
|
1787
|
+
: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.
|
|
1789
1788
|
"""
|
|
1790
1789
|
if hand_size is not None:
|
|
1791
1790
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -1794,25 +1793,25 @@ class QueuingConfiguration(dict):
|
|
|
1794
1793
|
if queues is not None:
|
|
1795
1794
|
pulumi.set(__self__, "queues", queues)
|
|
1796
1795
|
|
|
1797
|
-
@property
|
|
1796
|
+
@_builtins.property
|
|
1798
1797
|
@pulumi.getter(name="handSize")
|
|
1799
|
-
def hand_size(self) -> Optional[
|
|
1798
|
+
def hand_size(self) -> Optional[_builtins.int]:
|
|
1800
1799
|
"""
|
|
1801
1800
|
`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.
|
|
1802
1801
|
"""
|
|
1803
1802
|
return pulumi.get(self, "hand_size")
|
|
1804
1803
|
|
|
1805
|
-
@property
|
|
1804
|
+
@_builtins.property
|
|
1806
1805
|
@pulumi.getter(name="queueLengthLimit")
|
|
1807
|
-
def queue_length_limit(self) -> Optional[
|
|
1806
|
+
def queue_length_limit(self) -> Optional[_builtins.int]:
|
|
1808
1807
|
"""
|
|
1809
1808
|
`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.
|
|
1810
1809
|
"""
|
|
1811
1810
|
return pulumi.get(self, "queue_length_limit")
|
|
1812
1811
|
|
|
1813
|
-
@property
|
|
1812
|
+
@_builtins.property
|
|
1814
1813
|
@pulumi.getter
|
|
1815
|
-
def queues(self) -> Optional[
|
|
1814
|
+
def queues(self) -> Optional[_builtins.int]:
|
|
1816
1815
|
"""
|
|
1817
1816
|
`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.
|
|
1818
1817
|
"""
|
|
@@ -1844,14 +1843,14 @@ class QueuingConfigurationPatch(dict):
|
|
|
1844
1843
|
return super().get(key, default)
|
|
1845
1844
|
|
|
1846
1845
|
def __init__(__self__, *,
|
|
1847
|
-
hand_size: Optional[
|
|
1848
|
-
queue_length_limit: Optional[
|
|
1849
|
-
queues: Optional[
|
|
1846
|
+
hand_size: Optional[_builtins.int] = None,
|
|
1847
|
+
queue_length_limit: Optional[_builtins.int] = None,
|
|
1848
|
+
queues: Optional[_builtins.int] = None):
|
|
1850
1849
|
"""
|
|
1851
1850
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
1852
|
-
:param
|
|
1853
|
-
:param
|
|
1854
|
-
:param
|
|
1851
|
+
: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.
|
|
1852
|
+
: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.
|
|
1853
|
+
: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.
|
|
1855
1854
|
"""
|
|
1856
1855
|
if hand_size is not None:
|
|
1857
1856
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -1860,25 +1859,25 @@ class QueuingConfigurationPatch(dict):
|
|
|
1860
1859
|
if queues is not None:
|
|
1861
1860
|
pulumi.set(__self__, "queues", queues)
|
|
1862
1861
|
|
|
1863
|
-
@property
|
|
1862
|
+
@_builtins.property
|
|
1864
1863
|
@pulumi.getter(name="handSize")
|
|
1865
|
-
def hand_size(self) -> Optional[
|
|
1864
|
+
def hand_size(self) -> Optional[_builtins.int]:
|
|
1866
1865
|
"""
|
|
1867
1866
|
`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.
|
|
1868
1867
|
"""
|
|
1869
1868
|
return pulumi.get(self, "hand_size")
|
|
1870
1869
|
|
|
1871
|
-
@property
|
|
1870
|
+
@_builtins.property
|
|
1872
1871
|
@pulumi.getter(name="queueLengthLimit")
|
|
1873
|
-
def queue_length_limit(self) -> Optional[
|
|
1872
|
+
def queue_length_limit(self) -> Optional[_builtins.int]:
|
|
1874
1873
|
"""
|
|
1875
1874
|
`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.
|
|
1876
1875
|
"""
|
|
1877
1876
|
return pulumi.get(self, "queue_length_limit")
|
|
1878
1877
|
|
|
1879
|
-
@property
|
|
1878
|
+
@_builtins.property
|
|
1880
1879
|
@pulumi.getter
|
|
1881
|
-
def queues(self) -> Optional[
|
|
1880
|
+
def queues(self) -> Optional[_builtins.int]:
|
|
1882
1881
|
"""
|
|
1883
1882
|
`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.
|
|
1884
1883
|
"""
|
|
@@ -1910,18 +1909,18 @@ class ResourcePolicyRule(dict):
|
|
|
1910
1909
|
return super().get(key, default)
|
|
1911
1910
|
|
|
1912
1911
|
def __init__(__self__, *,
|
|
1913
|
-
api_groups: Sequence[
|
|
1914
|
-
resources: Sequence[
|
|
1915
|
-
verbs: Sequence[
|
|
1916
|
-
cluster_scope: Optional[
|
|
1917
|
-
namespaces: Optional[Sequence[
|
|
1912
|
+
api_groups: Sequence[_builtins.str],
|
|
1913
|
+
resources: Sequence[_builtins.str],
|
|
1914
|
+
verbs: Sequence[_builtins.str],
|
|
1915
|
+
cluster_scope: Optional[_builtins.bool] = None,
|
|
1916
|
+
namespaces: Optional[Sequence[_builtins.str]] = None):
|
|
1918
1917
|
"""
|
|
1919
1918
|
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.
|
|
1920
|
-
:param Sequence[
|
|
1921
|
-
:param Sequence[
|
|
1922
|
-
:param Sequence[
|
|
1923
|
-
:param
|
|
1924
|
-
:param Sequence[
|
|
1919
|
+
: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.
|
|
1920
|
+
: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.
|
|
1921
|
+
: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.
|
|
1922
|
+
: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.
|
|
1923
|
+
: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.
|
|
1925
1924
|
"""
|
|
1926
1925
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
1927
1926
|
pulumi.set(__self__, "resources", resources)
|
|
@@ -1931,41 +1930,41 @@ class ResourcePolicyRule(dict):
|
|
|
1931
1930
|
if namespaces is not None:
|
|
1932
1931
|
pulumi.set(__self__, "namespaces", namespaces)
|
|
1933
1932
|
|
|
1934
|
-
@property
|
|
1933
|
+
@_builtins.property
|
|
1935
1934
|
@pulumi.getter(name="apiGroups")
|
|
1936
|
-
def api_groups(self) -> Sequence[
|
|
1935
|
+
def api_groups(self) -> Sequence[_builtins.str]:
|
|
1937
1936
|
"""
|
|
1938
1937
|
`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.
|
|
1939
1938
|
"""
|
|
1940
1939
|
return pulumi.get(self, "api_groups")
|
|
1941
1940
|
|
|
1942
|
-
@property
|
|
1941
|
+
@_builtins.property
|
|
1943
1942
|
@pulumi.getter
|
|
1944
|
-
def resources(self) -> Sequence[
|
|
1943
|
+
def resources(self) -> Sequence[_builtins.str]:
|
|
1945
1944
|
"""
|
|
1946
1945
|
`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.
|
|
1947
1946
|
"""
|
|
1948
1947
|
return pulumi.get(self, "resources")
|
|
1949
1948
|
|
|
1950
|
-
@property
|
|
1949
|
+
@_builtins.property
|
|
1951
1950
|
@pulumi.getter
|
|
1952
|
-
def verbs(self) -> Sequence[
|
|
1951
|
+
def verbs(self) -> Sequence[_builtins.str]:
|
|
1953
1952
|
"""
|
|
1954
1953
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
1955
1954
|
"""
|
|
1956
1955
|
return pulumi.get(self, "verbs")
|
|
1957
1956
|
|
|
1958
|
-
@property
|
|
1957
|
+
@_builtins.property
|
|
1959
1958
|
@pulumi.getter(name="clusterScope")
|
|
1960
|
-
def cluster_scope(self) -> Optional[
|
|
1959
|
+
def cluster_scope(self) -> Optional[_builtins.bool]:
|
|
1961
1960
|
"""
|
|
1962
1961
|
`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.
|
|
1963
1962
|
"""
|
|
1964
1963
|
return pulumi.get(self, "cluster_scope")
|
|
1965
1964
|
|
|
1966
|
-
@property
|
|
1965
|
+
@_builtins.property
|
|
1967
1966
|
@pulumi.getter
|
|
1968
|
-
def namespaces(self) -> Optional[Sequence[
|
|
1967
|
+
def namespaces(self) -> Optional[Sequence[_builtins.str]]:
|
|
1969
1968
|
"""
|
|
1970
1969
|
`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.
|
|
1971
1970
|
"""
|
|
@@ -1997,18 +1996,18 @@ class ResourcePolicyRulePatch(dict):
|
|
|
1997
1996
|
return super().get(key, default)
|
|
1998
1997
|
|
|
1999
1998
|
def __init__(__self__, *,
|
|
2000
|
-
api_groups: Optional[Sequence[
|
|
2001
|
-
cluster_scope: Optional[
|
|
2002
|
-
namespaces: Optional[Sequence[
|
|
2003
|
-
resources: Optional[Sequence[
|
|
2004
|
-
verbs: Optional[Sequence[
|
|
1999
|
+
api_groups: Optional[Sequence[_builtins.str]] = None,
|
|
2000
|
+
cluster_scope: Optional[_builtins.bool] = None,
|
|
2001
|
+
namespaces: Optional[Sequence[_builtins.str]] = None,
|
|
2002
|
+
resources: Optional[Sequence[_builtins.str]] = None,
|
|
2003
|
+
verbs: Optional[Sequence[_builtins.str]] = None):
|
|
2005
2004
|
"""
|
|
2006
2005
|
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.
|
|
2007
|
-
:param Sequence[
|
|
2008
|
-
:param
|
|
2009
|
-
:param Sequence[
|
|
2010
|
-
:param Sequence[
|
|
2011
|
-
:param Sequence[
|
|
2006
|
+
: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.
|
|
2007
|
+
: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.
|
|
2008
|
+
: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.
|
|
2009
|
+
: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.
|
|
2010
|
+
: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.
|
|
2012
2011
|
"""
|
|
2013
2012
|
if api_groups is not None:
|
|
2014
2013
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
@@ -2021,41 +2020,41 @@ class ResourcePolicyRulePatch(dict):
|
|
|
2021
2020
|
if verbs is not None:
|
|
2022
2021
|
pulumi.set(__self__, "verbs", verbs)
|
|
2023
2022
|
|
|
2024
|
-
@property
|
|
2023
|
+
@_builtins.property
|
|
2025
2024
|
@pulumi.getter(name="apiGroups")
|
|
2026
|
-
def api_groups(self) -> Optional[Sequence[
|
|
2025
|
+
def api_groups(self) -> Optional[Sequence[_builtins.str]]:
|
|
2027
2026
|
"""
|
|
2028
2027
|
`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.
|
|
2029
2028
|
"""
|
|
2030
2029
|
return pulumi.get(self, "api_groups")
|
|
2031
2030
|
|
|
2032
|
-
@property
|
|
2031
|
+
@_builtins.property
|
|
2033
2032
|
@pulumi.getter(name="clusterScope")
|
|
2034
|
-
def cluster_scope(self) -> Optional[
|
|
2033
|
+
def cluster_scope(self) -> Optional[_builtins.bool]:
|
|
2035
2034
|
"""
|
|
2036
2035
|
`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.
|
|
2037
2036
|
"""
|
|
2038
2037
|
return pulumi.get(self, "cluster_scope")
|
|
2039
2038
|
|
|
2040
|
-
@property
|
|
2039
|
+
@_builtins.property
|
|
2041
2040
|
@pulumi.getter
|
|
2042
|
-
def namespaces(self) -> Optional[Sequence[
|
|
2041
|
+
def namespaces(self) -> Optional[Sequence[_builtins.str]]:
|
|
2043
2042
|
"""
|
|
2044
2043
|
`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.
|
|
2045
2044
|
"""
|
|
2046
2045
|
return pulumi.get(self, "namespaces")
|
|
2047
2046
|
|
|
2048
|
-
@property
|
|
2047
|
+
@_builtins.property
|
|
2049
2048
|
@pulumi.getter
|
|
2050
|
-
def resources(self) -> Optional[Sequence[
|
|
2049
|
+
def resources(self) -> Optional[Sequence[_builtins.str]]:
|
|
2051
2050
|
"""
|
|
2052
2051
|
`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.
|
|
2053
2052
|
"""
|
|
2054
2053
|
return pulumi.get(self, "resources")
|
|
2055
2054
|
|
|
2056
|
-
@property
|
|
2055
|
+
@_builtins.property
|
|
2057
2056
|
@pulumi.getter
|
|
2058
|
-
def verbs(self) -> Optional[Sequence[
|
|
2057
|
+
def verbs(self) -> Optional[Sequence[_builtins.str]]:
|
|
2059
2058
|
"""
|
|
2060
2059
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2061
2060
|
"""
|
|
@@ -2068,27 +2067,27 @@ class ServiceAccountSubject(dict):
|
|
|
2068
2067
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2069
2068
|
"""
|
|
2070
2069
|
def __init__(__self__, *,
|
|
2071
|
-
name:
|
|
2072
|
-
namespace:
|
|
2070
|
+
name: _builtins.str,
|
|
2071
|
+
namespace: _builtins.str):
|
|
2073
2072
|
"""
|
|
2074
2073
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2075
|
-
:param
|
|
2076
|
-
:param
|
|
2074
|
+
:param _builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2075
|
+
:param _builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2077
2076
|
"""
|
|
2078
2077
|
pulumi.set(__self__, "name", name)
|
|
2079
2078
|
pulumi.set(__self__, "namespace", namespace)
|
|
2080
2079
|
|
|
2081
|
-
@property
|
|
2080
|
+
@_builtins.property
|
|
2082
2081
|
@pulumi.getter
|
|
2083
|
-
def name(self) ->
|
|
2082
|
+
def name(self) -> _builtins.str:
|
|
2084
2083
|
"""
|
|
2085
2084
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2086
2085
|
"""
|
|
2087
2086
|
return pulumi.get(self, "name")
|
|
2088
2087
|
|
|
2089
|
-
@property
|
|
2088
|
+
@_builtins.property
|
|
2090
2089
|
@pulumi.getter
|
|
2091
|
-
def namespace(self) ->
|
|
2090
|
+
def namespace(self) -> _builtins.str:
|
|
2092
2091
|
"""
|
|
2093
2092
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2094
2093
|
"""
|
|
@@ -2101,29 +2100,29 @@ class ServiceAccountSubjectPatch(dict):
|
|
|
2101
2100
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2102
2101
|
"""
|
|
2103
2102
|
def __init__(__self__, *,
|
|
2104
|
-
name: Optional[
|
|
2105
|
-
namespace: Optional[
|
|
2103
|
+
name: Optional[_builtins.str] = None,
|
|
2104
|
+
namespace: Optional[_builtins.str] = None):
|
|
2106
2105
|
"""
|
|
2107
2106
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2108
|
-
:param
|
|
2109
|
-
:param
|
|
2107
|
+
:param _builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2108
|
+
:param _builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2110
2109
|
"""
|
|
2111
2110
|
if name is not None:
|
|
2112
2111
|
pulumi.set(__self__, "name", name)
|
|
2113
2112
|
if namespace is not None:
|
|
2114
2113
|
pulumi.set(__self__, "namespace", namespace)
|
|
2115
2114
|
|
|
2116
|
-
@property
|
|
2115
|
+
@_builtins.property
|
|
2117
2116
|
@pulumi.getter
|
|
2118
|
-
def name(self) -> Optional[
|
|
2117
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2119
2118
|
"""
|
|
2120
2119
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2121
2120
|
"""
|
|
2122
2121
|
return pulumi.get(self, "name")
|
|
2123
2122
|
|
|
2124
|
-
@property
|
|
2123
|
+
@_builtins.property
|
|
2125
2124
|
@pulumi.getter
|
|
2126
|
-
def namespace(self) -> Optional[
|
|
2125
|
+
def namespace(self) -> Optional[_builtins.str]:
|
|
2127
2126
|
"""
|
|
2128
2127
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2129
2128
|
"""
|
|
@@ -2153,13 +2152,13 @@ class Subject(dict):
|
|
|
2153
2152
|
return super().get(key, default)
|
|
2154
2153
|
|
|
2155
2154
|
def __init__(__self__, *,
|
|
2156
|
-
kind:
|
|
2155
|
+
kind: _builtins.str,
|
|
2157
2156
|
group: Optional['outputs.GroupSubject'] = None,
|
|
2158
2157
|
service_account: Optional['outputs.ServiceAccountSubject'] = None,
|
|
2159
2158
|
user: Optional['outputs.UserSubject'] = None):
|
|
2160
2159
|
"""
|
|
2161
2160
|
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.
|
|
2162
|
-
:param
|
|
2161
|
+
:param _builtins.str kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2163
2162
|
:param 'GroupSubjectArgs' group: `group` matches based on user group name.
|
|
2164
2163
|
:param 'ServiceAccountSubjectArgs' service_account: `serviceAccount` matches ServiceAccounts.
|
|
2165
2164
|
:param 'UserSubjectArgs' user: `user` matches based on username.
|
|
@@ -2172,15 +2171,15 @@ class Subject(dict):
|
|
|
2172
2171
|
if user is not None:
|
|
2173
2172
|
pulumi.set(__self__, "user", user)
|
|
2174
2173
|
|
|
2175
|
-
@property
|
|
2174
|
+
@_builtins.property
|
|
2176
2175
|
@pulumi.getter
|
|
2177
|
-
def kind(self) ->
|
|
2176
|
+
def kind(self) -> _builtins.str:
|
|
2178
2177
|
"""
|
|
2179
2178
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2180
2179
|
"""
|
|
2181
2180
|
return pulumi.get(self, "kind")
|
|
2182
2181
|
|
|
2183
|
-
@property
|
|
2182
|
+
@_builtins.property
|
|
2184
2183
|
@pulumi.getter
|
|
2185
2184
|
def group(self) -> Optional['outputs.GroupSubject']:
|
|
2186
2185
|
"""
|
|
@@ -2188,7 +2187,7 @@ class Subject(dict):
|
|
|
2188
2187
|
"""
|
|
2189
2188
|
return pulumi.get(self, "group")
|
|
2190
2189
|
|
|
2191
|
-
@property
|
|
2190
|
+
@_builtins.property
|
|
2192
2191
|
@pulumi.getter(name="serviceAccount")
|
|
2193
2192
|
def service_account(self) -> Optional['outputs.ServiceAccountSubject']:
|
|
2194
2193
|
"""
|
|
@@ -2196,7 +2195,7 @@ class Subject(dict):
|
|
|
2196
2195
|
"""
|
|
2197
2196
|
return pulumi.get(self, "service_account")
|
|
2198
2197
|
|
|
2199
|
-
@property
|
|
2198
|
+
@_builtins.property
|
|
2200
2199
|
@pulumi.getter
|
|
2201
2200
|
def user(self) -> Optional['outputs.UserSubject']:
|
|
2202
2201
|
"""
|
|
@@ -2229,13 +2228,13 @@ class SubjectPatch(dict):
|
|
|
2229
2228
|
|
|
2230
2229
|
def __init__(__self__, *,
|
|
2231
2230
|
group: Optional['outputs.GroupSubjectPatch'] = None,
|
|
2232
|
-
kind: Optional[
|
|
2231
|
+
kind: Optional[_builtins.str] = None,
|
|
2233
2232
|
service_account: Optional['outputs.ServiceAccountSubjectPatch'] = None,
|
|
2234
2233
|
user: Optional['outputs.UserSubjectPatch'] = None):
|
|
2235
2234
|
"""
|
|
2236
2235
|
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.
|
|
2237
2236
|
:param 'GroupSubjectPatchArgs' group: `group` matches based on user group name.
|
|
2238
|
-
:param
|
|
2237
|
+
:param _builtins.str kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2239
2238
|
:param 'ServiceAccountSubjectPatchArgs' service_account: `serviceAccount` matches ServiceAccounts.
|
|
2240
2239
|
:param 'UserSubjectPatchArgs' user: `user` matches based on username.
|
|
2241
2240
|
"""
|
|
@@ -2248,7 +2247,7 @@ class SubjectPatch(dict):
|
|
|
2248
2247
|
if user is not None:
|
|
2249
2248
|
pulumi.set(__self__, "user", user)
|
|
2250
2249
|
|
|
2251
|
-
@property
|
|
2250
|
+
@_builtins.property
|
|
2252
2251
|
@pulumi.getter
|
|
2253
2252
|
def group(self) -> Optional['outputs.GroupSubjectPatch']:
|
|
2254
2253
|
"""
|
|
@@ -2256,15 +2255,15 @@ class SubjectPatch(dict):
|
|
|
2256
2255
|
"""
|
|
2257
2256
|
return pulumi.get(self, "group")
|
|
2258
2257
|
|
|
2259
|
-
@property
|
|
2258
|
+
@_builtins.property
|
|
2260
2259
|
@pulumi.getter
|
|
2261
|
-
def kind(self) -> Optional[
|
|
2260
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
2262
2261
|
"""
|
|
2263
2262
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2264
2263
|
"""
|
|
2265
2264
|
return pulumi.get(self, "kind")
|
|
2266
2265
|
|
|
2267
|
-
@property
|
|
2266
|
+
@_builtins.property
|
|
2268
2267
|
@pulumi.getter(name="serviceAccount")
|
|
2269
2268
|
def service_account(self) -> Optional['outputs.ServiceAccountSubjectPatch']:
|
|
2270
2269
|
"""
|
|
@@ -2272,7 +2271,7 @@ class SubjectPatch(dict):
|
|
|
2272
2271
|
"""
|
|
2273
2272
|
return pulumi.get(self, "service_account")
|
|
2274
2273
|
|
|
2275
|
-
@property
|
|
2274
|
+
@_builtins.property
|
|
2276
2275
|
@pulumi.getter
|
|
2277
2276
|
def user(self) -> Optional['outputs.UserSubjectPatch']:
|
|
2278
2277
|
"""
|
|
@@ -2287,16 +2286,16 @@ class UserSubject(dict):
|
|
|
2287
2286
|
UserSubject holds detailed information for user-kind subject.
|
|
2288
2287
|
"""
|
|
2289
2288
|
def __init__(__self__, *,
|
|
2290
|
-
name:
|
|
2289
|
+
name: _builtins.str):
|
|
2291
2290
|
"""
|
|
2292
2291
|
UserSubject holds detailed information for user-kind subject.
|
|
2293
|
-
:param
|
|
2292
|
+
:param _builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2294
2293
|
"""
|
|
2295
2294
|
pulumi.set(__self__, "name", name)
|
|
2296
2295
|
|
|
2297
|
-
@property
|
|
2296
|
+
@_builtins.property
|
|
2298
2297
|
@pulumi.getter
|
|
2299
|
-
def name(self) ->
|
|
2298
|
+
def name(self) -> _builtins.str:
|
|
2300
2299
|
"""
|
|
2301
2300
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2302
2301
|
"""
|
|
@@ -2309,17 +2308,17 @@ class UserSubjectPatch(dict):
|
|
|
2309
2308
|
UserSubject holds detailed information for user-kind subject.
|
|
2310
2309
|
"""
|
|
2311
2310
|
def __init__(__self__, *,
|
|
2312
|
-
name: Optional[
|
|
2311
|
+
name: Optional[_builtins.str] = None):
|
|
2313
2312
|
"""
|
|
2314
2313
|
UserSubject holds detailed information for user-kind subject.
|
|
2315
|
-
:param
|
|
2314
|
+
:param _builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2316
2315
|
"""
|
|
2317
2316
|
if name is not None:
|
|
2318
2317
|
pulumi.set(__self__, "name", name)
|
|
2319
2318
|
|
|
2320
|
-
@property
|
|
2319
|
+
@_builtins.property
|
|
2321
2320
|
@pulumi.getter
|
|
2322
|
-
def name(self) -> Optional[
|
|
2321
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2323
2322
|
"""
|
|
2324
2323
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2325
2324
|
"""
|