pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753165802__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.0a1753165802.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753165802.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.0a1753165802.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.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,25 +850,25 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
851
850
|
return super().get(key, default)
|
|
852
851
|
|
|
853
852
|
def __init__(__self__, *,
|
|
854
|
-
assured_concurrency_shares: Optional[
|
|
855
|
-
borrowing_limit_percent: Optional[
|
|
856
|
-
lendable_percent: Optional[
|
|
853
|
+
assured_concurrency_shares: Optional[_builtins.int] = None,
|
|
854
|
+
borrowing_limit_percent: Optional[_builtins.int] = None,
|
|
855
|
+
lendable_percent: Optional[_builtins.int] = None,
|
|
857
856
|
limit_response: Optional['outputs.LimitResponse'] = 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 assured_concurrency_shares: `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
|
|
863
862
|
|
|
864
863
|
ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
|
|
865
864
|
|
|
866
865
|
bigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30.
|
|
867
|
-
:param
|
|
866
|
+
: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.
|
|
868
867
|
|
|
869
868
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
870
869
|
|
|
871
870
|
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.
|
|
872
|
-
:param
|
|
871
|
+
: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.
|
|
873
872
|
|
|
874
873
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
875
874
|
:param 'LimitResponseArgs' limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
@@ -883,9 +882,9 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
883
882
|
if limit_response is not None:
|
|
884
883
|
pulumi.set(__self__, "limit_response", limit_response)
|
|
885
884
|
|
|
886
|
-
@property
|
|
885
|
+
@_builtins.property
|
|
887
886
|
@pulumi.getter(name="assuredConcurrencyShares")
|
|
888
|
-
def assured_concurrency_shares(self) -> Optional[
|
|
887
|
+
def assured_concurrency_shares(self) -> Optional[_builtins.int]:
|
|
889
888
|
"""
|
|
890
889
|
`assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
|
|
891
890
|
|
|
@@ -895,9 +894,9 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
895
894
|
"""
|
|
896
895
|
return pulumi.get(self, "assured_concurrency_shares")
|
|
897
896
|
|
|
898
|
-
@property
|
|
897
|
+
@_builtins.property
|
|
899
898
|
@pulumi.getter(name="borrowingLimitPercent")
|
|
900
|
-
def borrowing_limit_percent(self) -> Optional[
|
|
899
|
+
def borrowing_limit_percent(self) -> Optional[_builtins.int]:
|
|
901
900
|
"""
|
|
902
901
|
`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.
|
|
903
902
|
|
|
@@ -907,9 +906,9 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
907
906
|
"""
|
|
908
907
|
return pulumi.get(self, "borrowing_limit_percent")
|
|
909
908
|
|
|
910
|
-
@property
|
|
909
|
+
@_builtins.property
|
|
911
910
|
@pulumi.getter(name="lendablePercent")
|
|
912
|
-
def lendable_percent(self) -> Optional[
|
|
911
|
+
def lendable_percent(self) -> Optional[_builtins.int]:
|
|
913
912
|
"""
|
|
914
913
|
`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.
|
|
915
914
|
|
|
@@ -917,7 +916,7 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
917
916
|
"""
|
|
918
917
|
return pulumi.get(self, "lendable_percent")
|
|
919
918
|
|
|
920
|
-
@property
|
|
919
|
+
@_builtins.property
|
|
921
920
|
@pulumi.getter(name="limitResponse")
|
|
922
921
|
def limit_response(self) -> Optional['outputs.LimitResponse']:
|
|
923
922
|
"""
|
|
@@ -957,25 +956,25 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
957
956
|
return super().get(key, default)
|
|
958
957
|
|
|
959
958
|
def __init__(__self__, *,
|
|
960
|
-
assured_concurrency_shares: Optional[
|
|
961
|
-
borrowing_limit_percent: Optional[
|
|
962
|
-
lendable_percent: Optional[
|
|
959
|
+
assured_concurrency_shares: Optional[_builtins.int] = None,
|
|
960
|
+
borrowing_limit_percent: Optional[_builtins.int] = None,
|
|
961
|
+
lendable_percent: Optional[_builtins.int] = None,
|
|
963
962
|
limit_response: Optional['outputs.LimitResponsePatch'] = None):
|
|
964
963
|
"""
|
|
965
964
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
966
965
|
- How are requests for this priority level limited?
|
|
967
966
|
- What should be done with requests that exceed the limit?
|
|
968
|
-
:param
|
|
967
|
+
:param _builtins.int assured_concurrency_shares: `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
|
|
969
968
|
|
|
970
969
|
ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
|
|
971
970
|
|
|
972
971
|
bigger numbers of ACS mean more reserved concurrent requests (at the expense of every other PL). This field has a default value of 30.
|
|
973
|
-
:param
|
|
972
|
+
: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.
|
|
974
973
|
|
|
975
974
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
976
975
|
|
|
977
976
|
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.
|
|
978
|
-
:param
|
|
977
|
+
: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.
|
|
979
978
|
|
|
980
979
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
981
980
|
:param 'LimitResponsePatchArgs' limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
@@ -989,9 +988,9 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
989
988
|
if limit_response is not None:
|
|
990
989
|
pulumi.set(__self__, "limit_response", limit_response)
|
|
991
990
|
|
|
992
|
-
@property
|
|
991
|
+
@_builtins.property
|
|
993
992
|
@pulumi.getter(name="assuredConcurrencyShares")
|
|
994
|
-
def assured_concurrency_shares(self) -> Optional[
|
|
993
|
+
def assured_concurrency_shares(self) -> Optional[_builtins.int]:
|
|
995
994
|
"""
|
|
996
995
|
`assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
|
|
997
996
|
|
|
@@ -1001,9 +1000,9 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
1001
1000
|
"""
|
|
1002
1001
|
return pulumi.get(self, "assured_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
|
"""
|
|
@@ -1055,25 +1054,25 @@ class NonResourcePolicyRule(dict):
|
|
|
1055
1054
|
return super().get(key, default)
|
|
1056
1055
|
|
|
1057
1056
|
def __init__(__self__, *,
|
|
1058
|
-
non_resource_urls: Sequence[
|
|
1059
|
-
verbs: Sequence[
|
|
1057
|
+
non_resource_urls: Sequence[_builtins.str],
|
|
1058
|
+
verbs: Sequence[_builtins.str]):
|
|
1060
1059
|
"""
|
|
1061
1060
|
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.
|
|
1062
|
-
:param Sequence[
|
|
1061
|
+
: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:
|
|
1063
1062
|
- "/healthz" is legal
|
|
1064
1063
|
- "/hea*" is illegal
|
|
1065
1064
|
- "/hea" is legal but matches nothing
|
|
1066
1065
|
- "/hea/*" also matches nothing
|
|
1067
1066
|
- "/healthz/*" matches all per-component health checks.
|
|
1068
1067
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1069
|
-
:param Sequence[
|
|
1068
|
+
: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.
|
|
1070
1069
|
"""
|
|
1071
1070
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
1072
1071
|
pulumi.set(__self__, "verbs", verbs)
|
|
1073
1072
|
|
|
1074
|
-
@property
|
|
1073
|
+
@_builtins.property
|
|
1075
1074
|
@pulumi.getter(name="nonResourceURLs")
|
|
1076
|
-
def non_resource_urls(self) -> Sequence[
|
|
1075
|
+
def non_resource_urls(self) -> Sequence[_builtins.str]:
|
|
1077
1076
|
"""
|
|
1078
1077
|
`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
|
|
@@ -1085,9 +1084,9 @@ class NonResourcePolicyRule(dict):
|
|
|
1085
1084
|
"""
|
|
1086
1085
|
return pulumi.get(self, "non_resource_urls")
|
|
1087
1086
|
|
|
1088
|
-
@property
|
|
1087
|
+
@_builtins.property
|
|
1089
1088
|
@pulumi.getter
|
|
1090
|
-
def verbs(self) -> Sequence[
|
|
1089
|
+
def verbs(self) -> Sequence[_builtins.str]:
|
|
1091
1090
|
"""
|
|
1092
1091
|
`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.
|
|
1093
1092
|
"""
|
|
@@ -1117,27 +1116,27 @@ class NonResourcePolicyRulePatch(dict):
|
|
|
1117
1116
|
return super().get(key, default)
|
|
1118
1117
|
|
|
1119
1118
|
def __init__(__self__, *,
|
|
1120
|
-
non_resource_urls: Optional[Sequence[
|
|
1121
|
-
verbs: Optional[Sequence[
|
|
1119
|
+
non_resource_urls: Optional[Sequence[_builtins.str]] = None,
|
|
1120
|
+
verbs: Optional[Sequence[_builtins.str]] = None):
|
|
1122
1121
|
"""
|
|
1123
1122
|
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.
|
|
1124
|
-
:param Sequence[
|
|
1123
|
+
: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:
|
|
1125
1124
|
- "/healthz" is legal
|
|
1126
1125
|
- "/hea*" is illegal
|
|
1127
1126
|
- "/hea" is legal but matches nothing
|
|
1128
1127
|
- "/hea/*" also matches nothing
|
|
1129
1128
|
- "/healthz/*" matches all per-component health checks.
|
|
1130
1129
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1131
|
-
:param Sequence[
|
|
1130
|
+
: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.
|
|
1132
1131
|
"""
|
|
1133
1132
|
if non_resource_urls is not None:
|
|
1134
1133
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
1135
1134
|
if verbs is not None:
|
|
1136
1135
|
pulumi.set(__self__, "verbs", verbs)
|
|
1137
1136
|
|
|
1138
|
-
@property
|
|
1137
|
+
@_builtins.property
|
|
1139
1138
|
@pulumi.getter(name="nonResourceURLs")
|
|
1140
|
-
def non_resource_urls(self) -> Optional[Sequence[
|
|
1139
|
+
def non_resource_urls(self) -> Optional[Sequence[_builtins.str]]:
|
|
1141
1140
|
"""
|
|
1142
1141
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1143
1142
|
- "/healthz" is legal
|
|
@@ -1149,9 +1148,9 @@ class NonResourcePolicyRulePatch(dict):
|
|
|
1149
1148
|
"""
|
|
1150
1149
|
return pulumi.get(self, "non_resource_urls")
|
|
1151
1150
|
|
|
1152
|
-
@property
|
|
1151
|
+
@_builtins.property
|
|
1153
1152
|
@pulumi.getter
|
|
1154
|
-
def verbs(self) -> Optional[Sequence[
|
|
1153
|
+
def verbs(self) -> Optional[Sequence[_builtins.str]]:
|
|
1155
1154
|
"""
|
|
1156
1155
|
`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.
|
|
1157
1156
|
"""
|
|
@@ -1198,7 +1197,7 @@ class PolicyRulesWithSubjects(dict):
|
|
|
1198
1197
|
if resource_rules is not None:
|
|
1199
1198
|
pulumi.set(__self__, "resource_rules", resource_rules)
|
|
1200
1199
|
|
|
1201
|
-
@property
|
|
1200
|
+
@_builtins.property
|
|
1202
1201
|
@pulumi.getter
|
|
1203
1202
|
def subjects(self) -> Sequence['outputs.Subject']:
|
|
1204
1203
|
"""
|
|
@@ -1206,7 +1205,7 @@ class PolicyRulesWithSubjects(dict):
|
|
|
1206
1205
|
"""
|
|
1207
1206
|
return pulumi.get(self, "subjects")
|
|
1208
1207
|
|
|
1209
|
-
@property
|
|
1208
|
+
@_builtins.property
|
|
1210
1209
|
@pulumi.getter(name="nonResourceRules")
|
|
1211
1210
|
def non_resource_rules(self) -> Optional[Sequence['outputs.NonResourcePolicyRule']]:
|
|
1212
1211
|
"""
|
|
@@ -1214,7 +1213,7 @@ class PolicyRulesWithSubjects(dict):
|
|
|
1214
1213
|
"""
|
|
1215
1214
|
return pulumi.get(self, "non_resource_rules")
|
|
1216
1215
|
|
|
1217
|
-
@property
|
|
1216
|
+
@_builtins.property
|
|
1218
1217
|
@pulumi.getter(name="resourceRules")
|
|
1219
1218
|
def resource_rules(self) -> Optional[Sequence['outputs.ResourcePolicyRule']]:
|
|
1220
1219
|
"""
|
|
@@ -1264,7 +1263,7 @@ class PolicyRulesWithSubjectsPatch(dict):
|
|
|
1264
1263
|
if subjects is not None:
|
|
1265
1264
|
pulumi.set(__self__, "subjects", subjects)
|
|
1266
1265
|
|
|
1267
|
-
@property
|
|
1266
|
+
@_builtins.property
|
|
1268
1267
|
@pulumi.getter(name="nonResourceRules")
|
|
1269
1268
|
def non_resource_rules(self) -> Optional[Sequence['outputs.NonResourcePolicyRulePatch']]:
|
|
1270
1269
|
"""
|
|
@@ -1272,7 +1271,7 @@ class PolicyRulesWithSubjectsPatch(dict):
|
|
|
1272
1271
|
"""
|
|
1273
1272
|
return pulumi.get(self, "non_resource_rules")
|
|
1274
1273
|
|
|
1275
|
-
@property
|
|
1274
|
+
@_builtins.property
|
|
1276
1275
|
@pulumi.getter(name="resourceRules")
|
|
1277
1276
|
def resource_rules(self) -> Optional[Sequence['outputs.ResourcePolicyRulePatch']]:
|
|
1278
1277
|
"""
|
|
@@ -1280,7 +1279,7 @@ class PolicyRulesWithSubjectsPatch(dict):
|
|
|
1280
1279
|
"""
|
|
1281
1280
|
return pulumi.get(self, "resource_rules")
|
|
1282
1281
|
|
|
1283
|
-
@property
|
|
1282
|
+
@_builtins.property
|
|
1284
1283
|
@pulumi.getter
|
|
1285
1284
|
def subjects(self) -> Optional[Sequence['outputs.SubjectPatch']]:
|
|
1286
1285
|
"""
|
|
@@ -1312,15 +1311,15 @@ class PriorityLevelConfiguration(dict):
|
|
|
1312
1311
|
return super().get(key, default)
|
|
1313
1312
|
|
|
1314
1313
|
def __init__(__self__, *,
|
|
1315
|
-
api_version: Optional[
|
|
1316
|
-
kind: Optional[
|
|
1314
|
+
api_version: Optional[_builtins.str] = None,
|
|
1315
|
+
kind: Optional[_builtins.str] = None,
|
|
1317
1316
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1318
1317
|
spec: Optional['outputs.PriorityLevelConfigurationSpec'] = None,
|
|
1319
1318
|
status: Optional['outputs.PriorityLevelConfigurationStatus'] = None):
|
|
1320
1319
|
"""
|
|
1321
1320
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1322
|
-
:param
|
|
1323
|
-
:param
|
|
1321
|
+
: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
|
|
1322
|
+
: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
|
|
1324
1323
|
: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
|
|
1325
1324
|
: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
|
|
1326
1325
|
: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
|
|
@@ -1336,23 +1335,23 @@ class PriorityLevelConfiguration(dict):
|
|
|
1336
1335
|
if status is not None:
|
|
1337
1336
|
pulumi.set(__self__, "status", status)
|
|
1338
1337
|
|
|
1339
|
-
@property
|
|
1338
|
+
@_builtins.property
|
|
1340
1339
|
@pulumi.getter(name="apiVersion")
|
|
1341
|
-
def api_version(self) -> Optional[
|
|
1340
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
1342
1341
|
"""
|
|
1343
1342
|
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
|
|
1344
1343
|
"""
|
|
1345
1344
|
return pulumi.get(self, "api_version")
|
|
1346
1345
|
|
|
1347
|
-
@property
|
|
1346
|
+
@_builtins.property
|
|
1348
1347
|
@pulumi.getter
|
|
1349
|
-
def kind(self) -> Optional[
|
|
1348
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1350
1349
|
"""
|
|
1351
1350
|
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
|
|
1352
1351
|
"""
|
|
1353
1352
|
return pulumi.get(self, "kind")
|
|
1354
1353
|
|
|
1355
|
-
@property
|
|
1354
|
+
@_builtins.property
|
|
1356
1355
|
@pulumi.getter
|
|
1357
1356
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1358
1357
|
"""
|
|
@@ -1360,7 +1359,7 @@ class PriorityLevelConfiguration(dict):
|
|
|
1360
1359
|
"""
|
|
1361
1360
|
return pulumi.get(self, "metadata")
|
|
1362
1361
|
|
|
1363
|
-
@property
|
|
1362
|
+
@_builtins.property
|
|
1364
1363
|
@pulumi.getter
|
|
1365
1364
|
def spec(self) -> Optional['outputs.PriorityLevelConfigurationSpec']:
|
|
1366
1365
|
"""
|
|
@@ -1368,7 +1367,7 @@ class PriorityLevelConfiguration(dict):
|
|
|
1368
1367
|
"""
|
|
1369
1368
|
return pulumi.get(self, "spec")
|
|
1370
1369
|
|
|
1371
|
-
@property
|
|
1370
|
+
@_builtins.property
|
|
1372
1371
|
@pulumi.getter
|
|
1373
1372
|
def status(self) -> Optional['outputs.PriorityLevelConfigurationStatus']:
|
|
1374
1373
|
"""
|
|
@@ -1400,18 +1399,18 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1400
1399
|
return super().get(key, default)
|
|
1401
1400
|
|
|
1402
1401
|
def __init__(__self__, *,
|
|
1403
|
-
last_transition_time: Optional[
|
|
1404
|
-
message: Optional[
|
|
1405
|
-
reason: Optional[
|
|
1406
|
-
status: Optional[
|
|
1407
|
-
type: Optional[
|
|
1402
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1403
|
+
message: Optional[_builtins.str] = None,
|
|
1404
|
+
reason: Optional[_builtins.str] = None,
|
|
1405
|
+
status: Optional[_builtins.str] = None,
|
|
1406
|
+
type: Optional[_builtins.str] = None):
|
|
1408
1407
|
"""
|
|
1409
1408
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1410
|
-
:param
|
|
1411
|
-
:param
|
|
1412
|
-
:param
|
|
1413
|
-
:param
|
|
1414
|
-
:param
|
|
1409
|
+
:param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1410
|
+
:param _builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
1411
|
+
:param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1412
|
+
:param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1413
|
+
:param _builtins.str type: `type` is the type of the condition. Required.
|
|
1415
1414
|
"""
|
|
1416
1415
|
if last_transition_time is not None:
|
|
1417
1416
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1424,41 +1423,41 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1424
1423
|
if type is not None:
|
|
1425
1424
|
pulumi.set(__self__, "type", type)
|
|
1426
1425
|
|
|
1427
|
-
@property
|
|
1426
|
+
@_builtins.property
|
|
1428
1427
|
@pulumi.getter(name="lastTransitionTime")
|
|
1429
|
-
def last_transition_time(self) -> Optional[
|
|
1428
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1430
1429
|
"""
|
|
1431
1430
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1432
1431
|
"""
|
|
1433
1432
|
return pulumi.get(self, "last_transition_time")
|
|
1434
1433
|
|
|
1435
|
-
@property
|
|
1434
|
+
@_builtins.property
|
|
1436
1435
|
@pulumi.getter
|
|
1437
|
-
def message(self) -> Optional[
|
|
1436
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1438
1437
|
"""
|
|
1439
1438
|
`message` is a human-readable message indicating details about last transition.
|
|
1440
1439
|
"""
|
|
1441
1440
|
return pulumi.get(self, "message")
|
|
1442
1441
|
|
|
1443
|
-
@property
|
|
1442
|
+
@_builtins.property
|
|
1444
1443
|
@pulumi.getter
|
|
1445
|
-
def reason(self) -> Optional[
|
|
1444
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1446
1445
|
"""
|
|
1447
1446
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1448
1447
|
"""
|
|
1449
1448
|
return pulumi.get(self, "reason")
|
|
1450
1449
|
|
|
1451
|
-
@property
|
|
1450
|
+
@_builtins.property
|
|
1452
1451
|
@pulumi.getter
|
|
1453
|
-
def status(self) -> Optional[
|
|
1452
|
+
def status(self) -> Optional[_builtins.str]:
|
|
1454
1453
|
"""
|
|
1455
1454
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1456
1455
|
"""
|
|
1457
1456
|
return pulumi.get(self, "status")
|
|
1458
1457
|
|
|
1459
|
-
@property
|
|
1458
|
+
@_builtins.property
|
|
1460
1459
|
@pulumi.getter
|
|
1461
|
-
def type(self) -> Optional[
|
|
1460
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1462
1461
|
"""
|
|
1463
1462
|
`type` is the type of the condition. Required.
|
|
1464
1463
|
"""
|
|
@@ -1488,18 +1487,18 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1488
1487
|
return super().get(key, default)
|
|
1489
1488
|
|
|
1490
1489
|
def __init__(__self__, *,
|
|
1491
|
-
last_transition_time: Optional[
|
|
1492
|
-
message: Optional[
|
|
1493
|
-
reason: Optional[
|
|
1494
|
-
status: Optional[
|
|
1495
|
-
type: Optional[
|
|
1490
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1491
|
+
message: Optional[_builtins.str] = None,
|
|
1492
|
+
reason: Optional[_builtins.str] = None,
|
|
1493
|
+
status: Optional[_builtins.str] = None,
|
|
1494
|
+
type: Optional[_builtins.str] = None):
|
|
1496
1495
|
"""
|
|
1497
1496
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1498
|
-
:param
|
|
1499
|
-
:param
|
|
1500
|
-
:param
|
|
1501
|
-
:param
|
|
1502
|
-
:param
|
|
1497
|
+
:param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1498
|
+
:param _builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
1499
|
+
:param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1500
|
+
:param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1501
|
+
:param _builtins.str type: `type` is the type of the condition. Required.
|
|
1503
1502
|
"""
|
|
1504
1503
|
if last_transition_time is not None:
|
|
1505
1504
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1512,41 +1511,41 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1512
1511
|
if type is not None:
|
|
1513
1512
|
pulumi.set(__self__, "type", type)
|
|
1514
1513
|
|
|
1515
|
-
@property
|
|
1514
|
+
@_builtins.property
|
|
1516
1515
|
@pulumi.getter(name="lastTransitionTime")
|
|
1517
|
-
def last_transition_time(self) -> Optional[
|
|
1516
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1518
1517
|
"""
|
|
1519
1518
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1520
1519
|
"""
|
|
1521
1520
|
return pulumi.get(self, "last_transition_time")
|
|
1522
1521
|
|
|
1523
|
-
@property
|
|
1522
|
+
@_builtins.property
|
|
1524
1523
|
@pulumi.getter
|
|
1525
|
-
def message(self) -> Optional[
|
|
1524
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1526
1525
|
"""
|
|
1527
1526
|
`message` is a human-readable message indicating details about last transition.
|
|
1528
1527
|
"""
|
|
1529
1528
|
return pulumi.get(self, "message")
|
|
1530
1529
|
|
|
1531
|
-
@property
|
|
1530
|
+
@_builtins.property
|
|
1532
1531
|
@pulumi.getter
|
|
1533
|
-
def reason(self) -> Optional[
|
|
1532
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1534
1533
|
"""
|
|
1535
1534
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1536
1535
|
"""
|
|
1537
1536
|
return pulumi.get(self, "reason")
|
|
1538
1537
|
|
|
1539
|
-
@property
|
|
1538
|
+
@_builtins.property
|
|
1540
1539
|
@pulumi.getter
|
|
1541
|
-
def status(self) -> Optional[
|
|
1540
|
+
def status(self) -> Optional[_builtins.str]:
|
|
1542
1541
|
"""
|
|
1543
1542
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1544
1543
|
"""
|
|
1545
1544
|
return pulumi.get(self, "status")
|
|
1546
1545
|
|
|
1547
|
-
@property
|
|
1546
|
+
@_builtins.property
|
|
1548
1547
|
@pulumi.getter
|
|
1549
|
-
def type(self) -> Optional[
|
|
1548
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1550
1549
|
"""
|
|
1551
1550
|
`type` is the type of the condition. Required.
|
|
1552
1551
|
"""
|
|
@@ -1559,16 +1558,16 @@ class PriorityLevelConfigurationReference(dict):
|
|
|
1559
1558
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1560
1559
|
"""
|
|
1561
1560
|
def __init__(__self__, *,
|
|
1562
|
-
name:
|
|
1561
|
+
name: _builtins.str):
|
|
1563
1562
|
"""
|
|
1564
1563
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1565
|
-
:param
|
|
1564
|
+
:param _builtins.str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1566
1565
|
"""
|
|
1567
1566
|
pulumi.set(__self__, "name", name)
|
|
1568
1567
|
|
|
1569
|
-
@property
|
|
1568
|
+
@_builtins.property
|
|
1570
1569
|
@pulumi.getter
|
|
1571
|
-
def name(self) ->
|
|
1570
|
+
def name(self) -> _builtins.str:
|
|
1572
1571
|
"""
|
|
1573
1572
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1574
1573
|
"""
|
|
@@ -1581,17 +1580,17 @@ class PriorityLevelConfigurationReferencePatch(dict):
|
|
|
1581
1580
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1582
1581
|
"""
|
|
1583
1582
|
def __init__(__self__, *,
|
|
1584
|
-
name: Optional[
|
|
1583
|
+
name: Optional[_builtins.str] = None):
|
|
1585
1584
|
"""
|
|
1586
1585
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1587
|
-
:param
|
|
1586
|
+
:param _builtins.str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1588
1587
|
"""
|
|
1589
1588
|
if name is not None:
|
|
1590
1589
|
pulumi.set(__self__, "name", name)
|
|
1591
1590
|
|
|
1592
|
-
@property
|
|
1591
|
+
@_builtins.property
|
|
1593
1592
|
@pulumi.getter
|
|
1594
|
-
def name(self) -> Optional[
|
|
1593
|
+
def name(self) -> Optional[_builtins.str]:
|
|
1595
1594
|
"""
|
|
1596
1595
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1597
1596
|
"""
|
|
@@ -1604,12 +1603,12 @@ class PriorityLevelConfigurationSpec(dict):
|
|
|
1604
1603
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1605
1604
|
"""
|
|
1606
1605
|
def __init__(__self__, *,
|
|
1607
|
-
type:
|
|
1606
|
+
type: _builtins.str,
|
|
1608
1607
|
exempt: Optional['outputs.ExemptPriorityLevelConfiguration'] = None,
|
|
1609
1608
|
limited: Optional['outputs.LimitedPriorityLevelConfiguration'] = None):
|
|
1610
1609
|
"""
|
|
1611
1610
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1612
|
-
:param
|
|
1611
|
+
: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.
|
|
1613
1612
|
: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.
|
|
1614
1613
|
: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"`.
|
|
1615
1614
|
"""
|
|
@@ -1619,15 +1618,15 @@ class PriorityLevelConfigurationSpec(dict):
|
|
|
1619
1618
|
if limited is not None:
|
|
1620
1619
|
pulumi.set(__self__, "limited", limited)
|
|
1621
1620
|
|
|
1622
|
-
@property
|
|
1621
|
+
@_builtins.property
|
|
1623
1622
|
@pulumi.getter
|
|
1624
|
-
def type(self) ->
|
|
1623
|
+
def type(self) -> _builtins.str:
|
|
1625
1624
|
"""
|
|
1626
1625
|
`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.
|
|
1627
1626
|
"""
|
|
1628
1627
|
return pulumi.get(self, "type")
|
|
1629
1628
|
|
|
1630
|
-
@property
|
|
1629
|
+
@_builtins.property
|
|
1631
1630
|
@pulumi.getter
|
|
1632
1631
|
def exempt(self) -> Optional['outputs.ExemptPriorityLevelConfiguration']:
|
|
1633
1632
|
"""
|
|
@@ -1635,7 +1634,7 @@ class PriorityLevelConfigurationSpec(dict):
|
|
|
1635
1634
|
"""
|
|
1636
1635
|
return pulumi.get(self, "exempt")
|
|
1637
1636
|
|
|
1638
|
-
@property
|
|
1637
|
+
@_builtins.property
|
|
1639
1638
|
@pulumi.getter
|
|
1640
1639
|
def limited(self) -> Optional['outputs.LimitedPriorityLevelConfiguration']:
|
|
1641
1640
|
"""
|
|
@@ -1652,12 +1651,12 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1652
1651
|
def __init__(__self__, *,
|
|
1653
1652
|
exempt: Optional['outputs.ExemptPriorityLevelConfigurationPatch'] = None,
|
|
1654
1653
|
limited: Optional['outputs.LimitedPriorityLevelConfigurationPatch'] = None,
|
|
1655
|
-
type: Optional[
|
|
1654
|
+
type: Optional[_builtins.str] = None):
|
|
1656
1655
|
"""
|
|
1657
1656
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1658
1657
|
: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.
|
|
1659
1658
|
: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"`.
|
|
1660
|
-
:param
|
|
1659
|
+
: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.
|
|
1661
1660
|
"""
|
|
1662
1661
|
if exempt is not None:
|
|
1663
1662
|
pulumi.set(__self__, "exempt", exempt)
|
|
@@ -1666,7 +1665,7 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1666
1665
|
if type is not None:
|
|
1667
1666
|
pulumi.set(__self__, "type", type)
|
|
1668
1667
|
|
|
1669
|
-
@property
|
|
1668
|
+
@_builtins.property
|
|
1670
1669
|
@pulumi.getter
|
|
1671
1670
|
def exempt(self) -> Optional['outputs.ExemptPriorityLevelConfigurationPatch']:
|
|
1672
1671
|
"""
|
|
@@ -1674,7 +1673,7 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1674
1673
|
"""
|
|
1675
1674
|
return pulumi.get(self, "exempt")
|
|
1676
1675
|
|
|
1677
|
-
@property
|
|
1676
|
+
@_builtins.property
|
|
1678
1677
|
@pulumi.getter
|
|
1679
1678
|
def limited(self) -> Optional['outputs.LimitedPriorityLevelConfigurationPatch']:
|
|
1680
1679
|
"""
|
|
@@ -1682,9 +1681,9 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1682
1681
|
"""
|
|
1683
1682
|
return pulumi.get(self, "limited")
|
|
1684
1683
|
|
|
1685
|
-
@property
|
|
1684
|
+
@_builtins.property
|
|
1686
1685
|
@pulumi.getter
|
|
1687
|
-
def type(self) -> Optional[
|
|
1686
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1688
1687
|
"""
|
|
1689
1688
|
`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.
|
|
1690
1689
|
"""
|
|
@@ -1705,7 +1704,7 @@ class PriorityLevelConfigurationStatus(dict):
|
|
|
1705
1704
|
if conditions is not None:
|
|
1706
1705
|
pulumi.set(__self__, "conditions", conditions)
|
|
1707
1706
|
|
|
1708
|
-
@property
|
|
1707
|
+
@_builtins.property
|
|
1709
1708
|
@pulumi.getter
|
|
1710
1709
|
def conditions(self) -> Optional[Sequence['outputs.PriorityLevelConfigurationCondition']]:
|
|
1711
1710
|
"""
|
|
@@ -1728,7 +1727,7 @@ class PriorityLevelConfigurationStatusPatch(dict):
|
|
|
1728
1727
|
if conditions is not None:
|
|
1729
1728
|
pulumi.set(__self__, "conditions", conditions)
|
|
1730
1729
|
|
|
1731
|
-
@property
|
|
1730
|
+
@_builtins.property
|
|
1732
1731
|
@pulumi.getter
|
|
1733
1732
|
def conditions(self) -> Optional[Sequence['outputs.PriorityLevelConfigurationConditionPatch']]:
|
|
1734
1733
|
"""
|
|
@@ -1762,14 +1761,14 @@ class QueuingConfiguration(dict):
|
|
|
1762
1761
|
return super().get(key, default)
|
|
1763
1762
|
|
|
1764
1763
|
def __init__(__self__, *,
|
|
1765
|
-
hand_size: Optional[
|
|
1766
|
-
queue_length_limit: Optional[
|
|
1767
|
-
queues: Optional[
|
|
1764
|
+
hand_size: Optional[_builtins.int] = None,
|
|
1765
|
+
queue_length_limit: Optional[_builtins.int] = None,
|
|
1766
|
+
queues: Optional[_builtins.int] = None):
|
|
1768
1767
|
"""
|
|
1769
1768
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
1770
|
-
:param
|
|
1771
|
-
:param
|
|
1772
|
-
:param
|
|
1769
|
+
: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.
|
|
1770
|
+
: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.
|
|
1771
|
+
: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.
|
|
1773
1772
|
"""
|
|
1774
1773
|
if hand_size is not None:
|
|
1775
1774
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -1778,25 +1777,25 @@ class QueuingConfiguration(dict):
|
|
|
1778
1777
|
if queues is not None:
|
|
1779
1778
|
pulumi.set(__self__, "queues", queues)
|
|
1780
1779
|
|
|
1781
|
-
@property
|
|
1780
|
+
@_builtins.property
|
|
1782
1781
|
@pulumi.getter(name="handSize")
|
|
1783
|
-
def hand_size(self) -> Optional[
|
|
1782
|
+
def hand_size(self) -> Optional[_builtins.int]:
|
|
1784
1783
|
"""
|
|
1785
1784
|
`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
1785
|
"""
|
|
1787
1786
|
return pulumi.get(self, "hand_size")
|
|
1788
1787
|
|
|
1789
|
-
@property
|
|
1788
|
+
@_builtins.property
|
|
1790
1789
|
@pulumi.getter(name="queueLengthLimit")
|
|
1791
|
-
def queue_length_limit(self) -> Optional[
|
|
1790
|
+
def queue_length_limit(self) -> Optional[_builtins.int]:
|
|
1792
1791
|
"""
|
|
1793
1792
|
`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.
|
|
1794
1793
|
"""
|
|
1795
1794
|
return pulumi.get(self, "queue_length_limit")
|
|
1796
1795
|
|
|
1797
|
-
@property
|
|
1796
|
+
@_builtins.property
|
|
1798
1797
|
@pulumi.getter
|
|
1799
|
-
def queues(self) -> Optional[
|
|
1798
|
+
def queues(self) -> Optional[_builtins.int]:
|
|
1800
1799
|
"""
|
|
1801
1800
|
`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.
|
|
1802
1801
|
"""
|
|
@@ -1828,14 +1827,14 @@ class QueuingConfigurationPatch(dict):
|
|
|
1828
1827
|
return super().get(key, default)
|
|
1829
1828
|
|
|
1830
1829
|
def __init__(__self__, *,
|
|
1831
|
-
hand_size: Optional[
|
|
1832
|
-
queue_length_limit: Optional[
|
|
1833
|
-
queues: Optional[
|
|
1830
|
+
hand_size: Optional[_builtins.int] = None,
|
|
1831
|
+
queue_length_limit: Optional[_builtins.int] = None,
|
|
1832
|
+
queues: Optional[_builtins.int] = None):
|
|
1834
1833
|
"""
|
|
1835
1834
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
1836
|
-
:param
|
|
1837
|
-
:param
|
|
1838
|
-
:param
|
|
1835
|
+
: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.
|
|
1836
|
+
: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.
|
|
1837
|
+
: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.
|
|
1839
1838
|
"""
|
|
1840
1839
|
if hand_size is not None:
|
|
1841
1840
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -1844,25 +1843,25 @@ class QueuingConfigurationPatch(dict):
|
|
|
1844
1843
|
if queues is not None:
|
|
1845
1844
|
pulumi.set(__self__, "queues", queues)
|
|
1846
1845
|
|
|
1847
|
-
@property
|
|
1846
|
+
@_builtins.property
|
|
1848
1847
|
@pulumi.getter(name="handSize")
|
|
1849
|
-
def hand_size(self) -> Optional[
|
|
1848
|
+
def hand_size(self) -> Optional[_builtins.int]:
|
|
1850
1849
|
"""
|
|
1851
1850
|
`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
1851
|
"""
|
|
1853
1852
|
return pulumi.get(self, "hand_size")
|
|
1854
1853
|
|
|
1855
|
-
@property
|
|
1854
|
+
@_builtins.property
|
|
1856
1855
|
@pulumi.getter(name="queueLengthLimit")
|
|
1857
|
-
def queue_length_limit(self) -> Optional[
|
|
1856
|
+
def queue_length_limit(self) -> Optional[_builtins.int]:
|
|
1858
1857
|
"""
|
|
1859
1858
|
`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.
|
|
1860
1859
|
"""
|
|
1861
1860
|
return pulumi.get(self, "queue_length_limit")
|
|
1862
1861
|
|
|
1863
|
-
@property
|
|
1862
|
+
@_builtins.property
|
|
1864
1863
|
@pulumi.getter
|
|
1865
|
-
def queues(self) -> Optional[
|
|
1864
|
+
def queues(self) -> Optional[_builtins.int]:
|
|
1866
1865
|
"""
|
|
1867
1866
|
`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.
|
|
1868
1867
|
"""
|
|
@@ -1894,18 +1893,18 @@ class ResourcePolicyRule(dict):
|
|
|
1894
1893
|
return super().get(key, default)
|
|
1895
1894
|
|
|
1896
1895
|
def __init__(__self__, *,
|
|
1897
|
-
api_groups: Sequence[
|
|
1898
|
-
resources: Sequence[
|
|
1899
|
-
verbs: Sequence[
|
|
1900
|
-
cluster_scope: Optional[
|
|
1901
|
-
namespaces: Optional[Sequence[
|
|
1896
|
+
api_groups: Sequence[_builtins.str],
|
|
1897
|
+
resources: Sequence[_builtins.str],
|
|
1898
|
+
verbs: Sequence[_builtins.str],
|
|
1899
|
+
cluster_scope: Optional[_builtins.bool] = None,
|
|
1900
|
+
namespaces: Optional[Sequence[_builtins.str]] = None):
|
|
1902
1901
|
"""
|
|
1903
1902
|
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.
|
|
1904
|
-
:param Sequence[
|
|
1905
|
-
:param Sequence[
|
|
1906
|
-
:param Sequence[
|
|
1907
|
-
:param
|
|
1908
|
-
:param Sequence[
|
|
1903
|
+
: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.
|
|
1904
|
+
: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.
|
|
1905
|
+
: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.
|
|
1906
|
+
: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.
|
|
1907
|
+
: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.
|
|
1909
1908
|
"""
|
|
1910
1909
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
1911
1910
|
pulumi.set(__self__, "resources", resources)
|
|
@@ -1915,41 +1914,41 @@ class ResourcePolicyRule(dict):
|
|
|
1915
1914
|
if namespaces is not None:
|
|
1916
1915
|
pulumi.set(__self__, "namespaces", namespaces)
|
|
1917
1916
|
|
|
1918
|
-
@property
|
|
1917
|
+
@_builtins.property
|
|
1919
1918
|
@pulumi.getter(name="apiGroups")
|
|
1920
|
-
def api_groups(self) -> Sequence[
|
|
1919
|
+
def api_groups(self) -> Sequence[_builtins.str]:
|
|
1921
1920
|
"""
|
|
1922
1921
|
`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.
|
|
1923
1922
|
"""
|
|
1924
1923
|
return pulumi.get(self, "api_groups")
|
|
1925
1924
|
|
|
1926
|
-
@property
|
|
1925
|
+
@_builtins.property
|
|
1927
1926
|
@pulumi.getter
|
|
1928
|
-
def resources(self) -> Sequence[
|
|
1927
|
+
def resources(self) -> Sequence[_builtins.str]:
|
|
1929
1928
|
"""
|
|
1930
1929
|
`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.
|
|
1931
1930
|
"""
|
|
1932
1931
|
return pulumi.get(self, "resources")
|
|
1933
1932
|
|
|
1934
|
-
@property
|
|
1933
|
+
@_builtins.property
|
|
1935
1934
|
@pulumi.getter
|
|
1936
|
-
def verbs(self) -> Sequence[
|
|
1935
|
+
def verbs(self) -> Sequence[_builtins.str]:
|
|
1937
1936
|
"""
|
|
1938
1937
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
1939
1938
|
"""
|
|
1940
1939
|
return pulumi.get(self, "verbs")
|
|
1941
1940
|
|
|
1942
|
-
@property
|
|
1941
|
+
@_builtins.property
|
|
1943
1942
|
@pulumi.getter(name="clusterScope")
|
|
1944
|
-
def cluster_scope(self) -> Optional[
|
|
1943
|
+
def cluster_scope(self) -> Optional[_builtins.bool]:
|
|
1945
1944
|
"""
|
|
1946
1945
|
`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.
|
|
1947
1946
|
"""
|
|
1948
1947
|
return pulumi.get(self, "cluster_scope")
|
|
1949
1948
|
|
|
1950
|
-
@property
|
|
1949
|
+
@_builtins.property
|
|
1951
1950
|
@pulumi.getter
|
|
1952
|
-
def namespaces(self) -> Optional[Sequence[
|
|
1951
|
+
def namespaces(self) -> Optional[Sequence[_builtins.str]]:
|
|
1953
1952
|
"""
|
|
1954
1953
|
`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.
|
|
1955
1954
|
"""
|
|
@@ -1981,18 +1980,18 @@ class ResourcePolicyRulePatch(dict):
|
|
|
1981
1980
|
return super().get(key, default)
|
|
1982
1981
|
|
|
1983
1982
|
def __init__(__self__, *,
|
|
1984
|
-
api_groups: Optional[Sequence[
|
|
1985
|
-
cluster_scope: Optional[
|
|
1986
|
-
namespaces: Optional[Sequence[
|
|
1987
|
-
resources: Optional[Sequence[
|
|
1988
|
-
verbs: Optional[Sequence[
|
|
1983
|
+
api_groups: Optional[Sequence[_builtins.str]] = None,
|
|
1984
|
+
cluster_scope: Optional[_builtins.bool] = None,
|
|
1985
|
+
namespaces: Optional[Sequence[_builtins.str]] = None,
|
|
1986
|
+
resources: Optional[Sequence[_builtins.str]] = None,
|
|
1987
|
+
verbs: Optional[Sequence[_builtins.str]] = None):
|
|
1989
1988
|
"""
|
|
1990
1989
|
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.
|
|
1991
|
-
:param Sequence[
|
|
1992
|
-
:param
|
|
1993
|
-
:param Sequence[
|
|
1994
|
-
:param Sequence[
|
|
1995
|
-
:param Sequence[
|
|
1990
|
+
: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.
|
|
1991
|
+
: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.
|
|
1992
|
+
: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.
|
|
1993
|
+
: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.
|
|
1994
|
+
: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.
|
|
1996
1995
|
"""
|
|
1997
1996
|
if api_groups is not None:
|
|
1998
1997
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
@@ -2005,41 +2004,41 @@ class ResourcePolicyRulePatch(dict):
|
|
|
2005
2004
|
if verbs is not None:
|
|
2006
2005
|
pulumi.set(__self__, "verbs", verbs)
|
|
2007
2006
|
|
|
2008
|
-
@property
|
|
2007
|
+
@_builtins.property
|
|
2009
2008
|
@pulumi.getter(name="apiGroups")
|
|
2010
|
-
def api_groups(self) -> Optional[Sequence[
|
|
2009
|
+
def api_groups(self) -> Optional[Sequence[_builtins.str]]:
|
|
2011
2010
|
"""
|
|
2012
2011
|
`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.
|
|
2013
2012
|
"""
|
|
2014
2013
|
return pulumi.get(self, "api_groups")
|
|
2015
2014
|
|
|
2016
|
-
@property
|
|
2015
|
+
@_builtins.property
|
|
2017
2016
|
@pulumi.getter(name="clusterScope")
|
|
2018
|
-
def cluster_scope(self) -> Optional[
|
|
2017
|
+
def cluster_scope(self) -> Optional[_builtins.bool]:
|
|
2019
2018
|
"""
|
|
2020
2019
|
`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.
|
|
2021
2020
|
"""
|
|
2022
2021
|
return pulumi.get(self, "cluster_scope")
|
|
2023
2022
|
|
|
2024
|
-
@property
|
|
2023
|
+
@_builtins.property
|
|
2025
2024
|
@pulumi.getter
|
|
2026
|
-
def namespaces(self) -> Optional[Sequence[
|
|
2025
|
+
def namespaces(self) -> Optional[Sequence[_builtins.str]]:
|
|
2027
2026
|
"""
|
|
2028
2027
|
`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.
|
|
2029
2028
|
"""
|
|
2030
2029
|
return pulumi.get(self, "namespaces")
|
|
2031
2030
|
|
|
2032
|
-
@property
|
|
2031
|
+
@_builtins.property
|
|
2033
2032
|
@pulumi.getter
|
|
2034
|
-
def resources(self) -> Optional[Sequence[
|
|
2033
|
+
def resources(self) -> Optional[Sequence[_builtins.str]]:
|
|
2035
2034
|
"""
|
|
2036
2035
|
`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.
|
|
2037
2036
|
"""
|
|
2038
2037
|
return pulumi.get(self, "resources")
|
|
2039
2038
|
|
|
2040
|
-
@property
|
|
2039
|
+
@_builtins.property
|
|
2041
2040
|
@pulumi.getter
|
|
2042
|
-
def verbs(self) -> Optional[Sequence[
|
|
2041
|
+
def verbs(self) -> Optional[Sequence[_builtins.str]]:
|
|
2043
2042
|
"""
|
|
2044
2043
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2045
2044
|
"""
|
|
@@ -2052,27 +2051,27 @@ class ServiceAccountSubject(dict):
|
|
|
2052
2051
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2053
2052
|
"""
|
|
2054
2053
|
def __init__(__self__, *,
|
|
2055
|
-
name:
|
|
2056
|
-
namespace:
|
|
2054
|
+
name: _builtins.str,
|
|
2055
|
+
namespace: _builtins.str):
|
|
2057
2056
|
"""
|
|
2058
2057
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2059
|
-
:param
|
|
2060
|
-
:param
|
|
2058
|
+
:param _builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2059
|
+
:param _builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2061
2060
|
"""
|
|
2062
2061
|
pulumi.set(__self__, "name", name)
|
|
2063
2062
|
pulumi.set(__self__, "namespace", namespace)
|
|
2064
2063
|
|
|
2065
|
-
@property
|
|
2064
|
+
@_builtins.property
|
|
2066
2065
|
@pulumi.getter
|
|
2067
|
-
def name(self) ->
|
|
2066
|
+
def name(self) -> _builtins.str:
|
|
2068
2067
|
"""
|
|
2069
2068
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2070
2069
|
"""
|
|
2071
2070
|
return pulumi.get(self, "name")
|
|
2072
2071
|
|
|
2073
|
-
@property
|
|
2072
|
+
@_builtins.property
|
|
2074
2073
|
@pulumi.getter
|
|
2075
|
-
def namespace(self) ->
|
|
2074
|
+
def namespace(self) -> _builtins.str:
|
|
2076
2075
|
"""
|
|
2077
2076
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2078
2077
|
"""
|
|
@@ -2085,29 +2084,29 @@ class ServiceAccountSubjectPatch(dict):
|
|
|
2085
2084
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2086
2085
|
"""
|
|
2087
2086
|
def __init__(__self__, *,
|
|
2088
|
-
name: Optional[
|
|
2089
|
-
namespace: Optional[
|
|
2087
|
+
name: Optional[_builtins.str] = None,
|
|
2088
|
+
namespace: Optional[_builtins.str] = None):
|
|
2090
2089
|
"""
|
|
2091
2090
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2092
|
-
:param
|
|
2093
|
-
:param
|
|
2091
|
+
:param _builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2092
|
+
:param _builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2094
2093
|
"""
|
|
2095
2094
|
if name is not None:
|
|
2096
2095
|
pulumi.set(__self__, "name", name)
|
|
2097
2096
|
if namespace is not None:
|
|
2098
2097
|
pulumi.set(__self__, "namespace", namespace)
|
|
2099
2098
|
|
|
2100
|
-
@property
|
|
2099
|
+
@_builtins.property
|
|
2101
2100
|
@pulumi.getter
|
|
2102
|
-
def name(self) -> Optional[
|
|
2101
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2103
2102
|
"""
|
|
2104
2103
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2105
2104
|
"""
|
|
2106
2105
|
return pulumi.get(self, "name")
|
|
2107
2106
|
|
|
2108
|
-
@property
|
|
2107
|
+
@_builtins.property
|
|
2109
2108
|
@pulumi.getter
|
|
2110
|
-
def namespace(self) -> Optional[
|
|
2109
|
+
def namespace(self) -> Optional[_builtins.str]:
|
|
2111
2110
|
"""
|
|
2112
2111
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2113
2112
|
"""
|
|
@@ -2137,13 +2136,13 @@ class Subject(dict):
|
|
|
2137
2136
|
return super().get(key, default)
|
|
2138
2137
|
|
|
2139
2138
|
def __init__(__self__, *,
|
|
2140
|
-
kind:
|
|
2139
|
+
kind: _builtins.str,
|
|
2141
2140
|
group: Optional['outputs.GroupSubject'] = None,
|
|
2142
2141
|
service_account: Optional['outputs.ServiceAccountSubject'] = None,
|
|
2143
2142
|
user: Optional['outputs.UserSubject'] = None):
|
|
2144
2143
|
"""
|
|
2145
2144
|
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.
|
|
2146
|
-
:param
|
|
2145
|
+
:param _builtins.str kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2147
2146
|
:param 'GroupSubjectArgs' group: `group` matches based on user group name.
|
|
2148
2147
|
:param 'ServiceAccountSubjectArgs' service_account: `serviceAccount` matches ServiceAccounts.
|
|
2149
2148
|
:param 'UserSubjectArgs' user: `user` matches based on username.
|
|
@@ -2156,15 +2155,15 @@ class Subject(dict):
|
|
|
2156
2155
|
if user is not None:
|
|
2157
2156
|
pulumi.set(__self__, "user", user)
|
|
2158
2157
|
|
|
2159
|
-
@property
|
|
2158
|
+
@_builtins.property
|
|
2160
2159
|
@pulumi.getter
|
|
2161
|
-
def kind(self) ->
|
|
2160
|
+
def kind(self) -> _builtins.str:
|
|
2162
2161
|
"""
|
|
2163
2162
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2164
2163
|
"""
|
|
2165
2164
|
return pulumi.get(self, "kind")
|
|
2166
2165
|
|
|
2167
|
-
@property
|
|
2166
|
+
@_builtins.property
|
|
2168
2167
|
@pulumi.getter
|
|
2169
2168
|
def group(self) -> Optional['outputs.GroupSubject']:
|
|
2170
2169
|
"""
|
|
@@ -2172,7 +2171,7 @@ class Subject(dict):
|
|
|
2172
2171
|
"""
|
|
2173
2172
|
return pulumi.get(self, "group")
|
|
2174
2173
|
|
|
2175
|
-
@property
|
|
2174
|
+
@_builtins.property
|
|
2176
2175
|
@pulumi.getter(name="serviceAccount")
|
|
2177
2176
|
def service_account(self) -> Optional['outputs.ServiceAccountSubject']:
|
|
2178
2177
|
"""
|
|
@@ -2180,7 +2179,7 @@ class Subject(dict):
|
|
|
2180
2179
|
"""
|
|
2181
2180
|
return pulumi.get(self, "service_account")
|
|
2182
2181
|
|
|
2183
|
-
@property
|
|
2182
|
+
@_builtins.property
|
|
2184
2183
|
@pulumi.getter
|
|
2185
2184
|
def user(self) -> Optional['outputs.UserSubject']:
|
|
2186
2185
|
"""
|
|
@@ -2213,13 +2212,13 @@ class SubjectPatch(dict):
|
|
|
2213
2212
|
|
|
2214
2213
|
def __init__(__self__, *,
|
|
2215
2214
|
group: Optional['outputs.GroupSubjectPatch'] = None,
|
|
2216
|
-
kind: Optional[
|
|
2215
|
+
kind: Optional[_builtins.str] = None,
|
|
2217
2216
|
service_account: Optional['outputs.ServiceAccountSubjectPatch'] = None,
|
|
2218
2217
|
user: Optional['outputs.UserSubjectPatch'] = None):
|
|
2219
2218
|
"""
|
|
2220
2219
|
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.
|
|
2221
2220
|
:param 'GroupSubjectPatchArgs' group: `group` matches based on user group name.
|
|
2222
|
-
:param
|
|
2221
|
+
:param _builtins.str kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2223
2222
|
:param 'ServiceAccountSubjectPatchArgs' service_account: `serviceAccount` matches ServiceAccounts.
|
|
2224
2223
|
:param 'UserSubjectPatchArgs' user: `user` matches based on username.
|
|
2225
2224
|
"""
|
|
@@ -2232,7 +2231,7 @@ class SubjectPatch(dict):
|
|
|
2232
2231
|
if user is not None:
|
|
2233
2232
|
pulumi.set(__self__, "user", user)
|
|
2234
2233
|
|
|
2235
|
-
@property
|
|
2234
|
+
@_builtins.property
|
|
2236
2235
|
@pulumi.getter
|
|
2237
2236
|
def group(self) -> Optional['outputs.GroupSubjectPatch']:
|
|
2238
2237
|
"""
|
|
@@ -2240,15 +2239,15 @@ class SubjectPatch(dict):
|
|
|
2240
2239
|
"""
|
|
2241
2240
|
return pulumi.get(self, "group")
|
|
2242
2241
|
|
|
2243
|
-
@property
|
|
2242
|
+
@_builtins.property
|
|
2244
2243
|
@pulumi.getter
|
|
2245
|
-
def kind(self) -> Optional[
|
|
2244
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
2246
2245
|
"""
|
|
2247
2246
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2248
2247
|
"""
|
|
2249
2248
|
return pulumi.get(self, "kind")
|
|
2250
2249
|
|
|
2251
|
-
@property
|
|
2250
|
+
@_builtins.property
|
|
2252
2251
|
@pulumi.getter(name="serviceAccount")
|
|
2253
2252
|
def service_account(self) -> Optional['outputs.ServiceAccountSubjectPatch']:
|
|
2254
2253
|
"""
|
|
@@ -2256,7 +2255,7 @@ class SubjectPatch(dict):
|
|
|
2256
2255
|
"""
|
|
2257
2256
|
return pulumi.get(self, "service_account")
|
|
2258
2257
|
|
|
2259
|
-
@property
|
|
2258
|
+
@_builtins.property
|
|
2260
2259
|
@pulumi.getter
|
|
2261
2260
|
def user(self) -> Optional['outputs.UserSubjectPatch']:
|
|
2262
2261
|
"""
|
|
@@ -2271,16 +2270,16 @@ class UserSubject(dict):
|
|
|
2271
2270
|
UserSubject holds detailed information for user-kind subject.
|
|
2272
2271
|
"""
|
|
2273
2272
|
def __init__(__self__, *,
|
|
2274
|
-
name:
|
|
2273
|
+
name: _builtins.str):
|
|
2275
2274
|
"""
|
|
2276
2275
|
UserSubject holds detailed information for user-kind subject.
|
|
2277
|
-
:param
|
|
2276
|
+
:param _builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2278
2277
|
"""
|
|
2279
2278
|
pulumi.set(__self__, "name", name)
|
|
2280
2279
|
|
|
2281
|
-
@property
|
|
2280
|
+
@_builtins.property
|
|
2282
2281
|
@pulumi.getter
|
|
2283
|
-
def name(self) ->
|
|
2282
|
+
def name(self) -> _builtins.str:
|
|
2284
2283
|
"""
|
|
2285
2284
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2286
2285
|
"""
|
|
@@ -2293,17 +2292,17 @@ class UserSubjectPatch(dict):
|
|
|
2293
2292
|
UserSubject holds detailed information for user-kind subject.
|
|
2294
2293
|
"""
|
|
2295
2294
|
def __init__(__self__, *,
|
|
2296
|
-
name: Optional[
|
|
2295
|
+
name: Optional[_builtins.str] = None):
|
|
2297
2296
|
"""
|
|
2298
2297
|
UserSubject holds detailed information for user-kind subject.
|
|
2299
|
-
:param
|
|
2298
|
+
:param _builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2300
2299
|
"""
|
|
2301
2300
|
if name is not None:
|
|
2302
2301
|
pulumi.set(__self__, "name", name)
|
|
2303
2302
|
|
|
2304
|
-
@property
|
|
2303
|
+
@_builtins.property
|
|
2305
2304
|
@pulumi.getter
|
|
2306
|
-
def name(self) -> Optional[
|
|
2305
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2307
2306
|
"""
|
|
2308
2307
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2309
2308
|
"""
|