pulumi-kubernetes 4.24.0a1752908431__py3-none-any.whl → 4.24.0a1753121506__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -1
- pulumi_kubernetes/_inputs.py +49 -50
- pulumi_kubernetes/admissionregistration/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
- pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
- pulumi_kubernetes/apiextensions/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
- pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
- pulumi_kubernetes/apiregistration/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
- pulumi_kubernetes/apps/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/_inputs.py +749 -750
- pulumi_kubernetes/apps/v1/outputs.py +713 -714
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
- pulumi_kubernetes/auditregistration/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
- pulumi_kubernetes/autoscaling/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
- pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
- pulumi_kubernetes/batch/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/Job.py +26 -27
- pulumi_kubernetes/batch/v1/JobList.py +25 -26
- pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/_inputs.py +494 -495
- pulumi_kubernetes/batch/v1/outputs.py +419 -420
- pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
- pulumi_kubernetes/certificates/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
- pulumi_kubernetes/certificates/v1/outputs.py +134 -135
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
- pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
- pulumi_kubernetes/coordination/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
- pulumi_kubernetes/coordination/v1/outputs.py +67 -68
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
- pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
- pulumi_kubernetes/core/__init__.py +1 -1
- pulumi_kubernetes/core/v1/Binding.py +25 -26
- pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
- pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
- pulumi_kubernetes/core/v1/Endpoints.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
- pulumi_kubernetes/core/v1/Event.py +131 -132
- pulumi_kubernetes/core/v1/EventList.py +25 -26
- pulumi_kubernetes/core/v1/EventPatch.py +131 -132
- pulumi_kubernetes/core/v1/LimitRange.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
- pulumi_kubernetes/core/v1/Namespace.py +26 -27
- pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
- pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
- pulumi_kubernetes/core/v1/Node.py +26 -27
- pulumi_kubernetes/core/v1/NodeList.py +25 -26
- pulumi_kubernetes/core/v1/NodePatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
- pulumi_kubernetes/core/v1/Pod.py +26 -27
- pulumi_kubernetes/core/v1/PodList.py +25 -26
- pulumi_kubernetes/core/v1/PodPatch.py +26 -27
- pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
- pulumi_kubernetes/core/v1/Secret.py +63 -64
- pulumi_kubernetes/core/v1/SecretList.py +25 -26
- pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
- pulumi_kubernetes/core/v1/Service.py +26 -27
- pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
- pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
- pulumi_kubernetes/core/v1/ServiceList.py +25 -26
- pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
- pulumi_kubernetes/core/v1/__init__.py +1 -1
- pulumi_kubernetes/core/v1/_enums.py +2 -2
- pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
- pulumi_kubernetes/core/v1/outputs.py +5390 -5391
- pulumi_kubernetes/discovery/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
- pulumi_kubernetes/discovery/v1/outputs.py +138 -139
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
- pulumi_kubernetes/events/__init__.py +1 -1
- pulumi_kubernetes/events/v1/Event.py +131 -132
- pulumi_kubernetes/events/v1/EventList.py +25 -26
- pulumi_kubernetes/events/v1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1/__init__.py +1 -1
- pulumi_kubernetes/events/v1/_inputs.py +102 -103
- pulumi_kubernetes/events/v1/outputs.py +70 -71
- pulumi_kubernetes/events/v1beta1/Event.py +131 -132
- pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
- pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
- pulumi_kubernetes/extensions/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
- pulumi_kubernetes/flowcontrol/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
- pulumi_kubernetes/helm/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/Release.py +316 -317
- pulumi_kubernetes/helm/v3/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/_inputs.py +37 -38
- pulumi_kubernetes/helm/v3/outputs.py +54 -55
- pulumi_kubernetes/helm/v4/Chart.py +95 -96
- pulumi_kubernetes/helm/v4/__init__.py +1 -1
- pulumi_kubernetes/helm/v4/_inputs.py +34 -35
- pulumi_kubernetes/kustomize/__init__.py +1 -1
- pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
- pulumi_kubernetes/meta/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/Status.py +57 -58
- pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
- pulumi_kubernetes/meta/v1/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/_inputs.py +551 -552
- pulumi_kubernetes/meta/v1/outputs.py +395 -396
- pulumi_kubernetes/networking/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/_inputs.py +463 -464
- pulumi_kubernetes/networking/v1/outputs.py +350 -351
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
- pulumi_kubernetes/node/__init__.py +1 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1/__init__.py +1 -1
- pulumi_kubernetes/node/v1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1/outputs.py +34 -35
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
- pulumi_kubernetes/policy/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/_inputs.py +91 -92
- pulumi_kubernetes/policy/v1/outputs.py +80 -81
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
- pulumi_kubernetes/provider.py +107 -108
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
- pulumi_kubernetes/resource/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
- pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
- pulumi_kubernetes/scheduling/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
- pulumi_kubernetes/settings/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
- pulumi_kubernetes/storage/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/_inputs.py +372 -373
- pulumi_kubernetes/storage/v1/outputs.py +278 -279
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
- pulumi_kubernetes/storagemigration/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
- pulumi_kubernetes/yaml/__init__.py +1 -1
- pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
- pulumi_kubernetes/yaml/v2/__init__.py +1 -1
- {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753121506.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.24.0a1752908431.dist-info/RECORD +0 -709
- {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1752908431.dist-info → pulumi_kubernetes-4.24.0a1753121506.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -94,7 +93,7 @@ if not MYPY:
|
|
|
94
93
|
"""
|
|
95
94
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
96
95
|
"""
|
|
97
|
-
type: NotRequired[pulumi.Input[
|
|
96
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
98
97
|
"""
|
|
99
98
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
100
99
|
"""
|
|
@@ -104,24 +103,24 @@ elif False:
|
|
|
104
103
|
@pulumi.input_type
|
|
105
104
|
class FlowDistinguisherMethodPatchArgs:
|
|
106
105
|
def __init__(__self__, *,
|
|
107
|
-
type: Optional[pulumi.Input[
|
|
106
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
108
107
|
"""
|
|
109
108
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
110
|
-
:param pulumi.Input[
|
|
109
|
+
:param pulumi.Input[_builtins.str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
111
110
|
"""
|
|
112
111
|
if type is not None:
|
|
113
112
|
pulumi.set(__self__, "type", type)
|
|
114
113
|
|
|
115
|
-
@property
|
|
114
|
+
@_builtins.property
|
|
116
115
|
@pulumi.getter
|
|
117
|
-
def type(self) -> Optional[pulumi.Input[
|
|
116
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
118
117
|
"""
|
|
119
118
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
120
119
|
"""
|
|
121
120
|
return pulumi.get(self, "type")
|
|
122
121
|
|
|
123
122
|
@type.setter
|
|
124
|
-
def type(self, value: Optional[pulumi.Input[
|
|
123
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
125
124
|
pulumi.set(self, "type", value)
|
|
126
125
|
|
|
127
126
|
|
|
@@ -130,7 +129,7 @@ if not MYPY:
|
|
|
130
129
|
"""
|
|
131
130
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
132
131
|
"""
|
|
133
|
-
type: pulumi.Input[
|
|
132
|
+
type: pulumi.Input[_builtins.str]
|
|
134
133
|
"""
|
|
135
134
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
136
135
|
"""
|
|
@@ -140,23 +139,23 @@ elif False:
|
|
|
140
139
|
@pulumi.input_type
|
|
141
140
|
class FlowDistinguisherMethodArgs:
|
|
142
141
|
def __init__(__self__, *,
|
|
143
|
-
type: pulumi.Input[
|
|
142
|
+
type: pulumi.Input[_builtins.str]):
|
|
144
143
|
"""
|
|
145
144
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
146
|
-
:param pulumi.Input[
|
|
145
|
+
:param pulumi.Input[_builtins.str] type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
147
146
|
"""
|
|
148
147
|
pulumi.set(__self__, "type", type)
|
|
149
148
|
|
|
150
|
-
@property
|
|
149
|
+
@_builtins.property
|
|
151
150
|
@pulumi.getter
|
|
152
|
-
def type(self) -> pulumi.Input[
|
|
151
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
153
152
|
"""
|
|
154
153
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
155
154
|
"""
|
|
156
155
|
return pulumi.get(self, "type")
|
|
157
156
|
|
|
158
157
|
@type.setter
|
|
159
|
-
def type(self, value: pulumi.Input[
|
|
158
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
160
159
|
pulumi.set(self, "type", value)
|
|
161
160
|
|
|
162
161
|
|
|
@@ -165,23 +164,23 @@ if not MYPY:
|
|
|
165
164
|
"""
|
|
166
165
|
FlowSchemaCondition describes conditions for a FlowSchema.
|
|
167
166
|
"""
|
|
168
|
-
last_transition_time: NotRequired[pulumi.Input[
|
|
167
|
+
last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
169
168
|
"""
|
|
170
169
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
171
170
|
"""
|
|
172
|
-
message: NotRequired[pulumi.Input[
|
|
171
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
173
172
|
"""
|
|
174
173
|
`message` is a human-readable message indicating details about last transition.
|
|
175
174
|
"""
|
|
176
|
-
reason: NotRequired[pulumi.Input[
|
|
175
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
177
176
|
"""
|
|
178
177
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
179
178
|
"""
|
|
180
|
-
status: NotRequired[pulumi.Input[
|
|
179
|
+
status: NotRequired[pulumi.Input[_builtins.str]]
|
|
181
180
|
"""
|
|
182
181
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
183
182
|
"""
|
|
184
|
-
type: NotRequired[pulumi.Input[
|
|
183
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
185
184
|
"""
|
|
186
185
|
`type` is the type of the condition. Required.
|
|
187
186
|
"""
|
|
@@ -191,18 +190,18 @@ elif False:
|
|
|
191
190
|
@pulumi.input_type
|
|
192
191
|
class FlowSchemaConditionArgs:
|
|
193
192
|
def __init__(__self__, *,
|
|
194
|
-
last_transition_time: Optional[pulumi.Input[
|
|
195
|
-
message: Optional[pulumi.Input[
|
|
196
|
-
reason: Optional[pulumi.Input[
|
|
197
|
-
status: Optional[pulumi.Input[
|
|
198
|
-
type: Optional[pulumi.Input[
|
|
193
|
+
last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
194
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
195
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None,
|
|
196
|
+
status: Optional[pulumi.Input[_builtins.str]] = None,
|
|
197
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
199
198
|
"""
|
|
200
199
|
FlowSchemaCondition describes conditions for a FlowSchema.
|
|
201
|
-
:param pulumi.Input[
|
|
202
|
-
:param pulumi.Input[
|
|
203
|
-
:param pulumi.Input[
|
|
204
|
-
:param pulumi.Input[
|
|
205
|
-
:param pulumi.Input[
|
|
200
|
+
:param pulumi.Input[_builtins.str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
201
|
+
:param pulumi.Input[_builtins.str] message: `message` is a human-readable message indicating details about last transition.
|
|
202
|
+
:param pulumi.Input[_builtins.str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
203
|
+
:param pulumi.Input[_builtins.str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
204
|
+
:param pulumi.Input[_builtins.str] type: `type` is the type of the condition. Required.
|
|
206
205
|
"""
|
|
207
206
|
if last_transition_time is not None:
|
|
208
207
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -215,64 +214,64 @@ class FlowSchemaConditionArgs:
|
|
|
215
214
|
if type is not None:
|
|
216
215
|
pulumi.set(__self__, "type", type)
|
|
217
216
|
|
|
218
|
-
@property
|
|
217
|
+
@_builtins.property
|
|
219
218
|
@pulumi.getter(name="lastTransitionTime")
|
|
220
|
-
def last_transition_time(self) -> Optional[pulumi.Input[
|
|
219
|
+
def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
221
220
|
"""
|
|
222
221
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
223
222
|
"""
|
|
224
223
|
return pulumi.get(self, "last_transition_time")
|
|
225
224
|
|
|
226
225
|
@last_transition_time.setter
|
|
227
|
-
def last_transition_time(self, value: Optional[pulumi.Input[
|
|
226
|
+
def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
228
227
|
pulumi.set(self, "last_transition_time", value)
|
|
229
228
|
|
|
230
|
-
@property
|
|
229
|
+
@_builtins.property
|
|
231
230
|
@pulumi.getter
|
|
232
|
-
def message(self) -> Optional[pulumi.Input[
|
|
231
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
233
232
|
"""
|
|
234
233
|
`message` is a human-readable message indicating details about last transition.
|
|
235
234
|
"""
|
|
236
235
|
return pulumi.get(self, "message")
|
|
237
236
|
|
|
238
237
|
@message.setter
|
|
239
|
-
def message(self, value: Optional[pulumi.Input[
|
|
238
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
240
239
|
pulumi.set(self, "message", value)
|
|
241
240
|
|
|
242
|
-
@property
|
|
241
|
+
@_builtins.property
|
|
243
242
|
@pulumi.getter
|
|
244
|
-
def reason(self) -> Optional[pulumi.Input[
|
|
243
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
245
244
|
"""
|
|
246
245
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
247
246
|
"""
|
|
248
247
|
return pulumi.get(self, "reason")
|
|
249
248
|
|
|
250
249
|
@reason.setter
|
|
251
|
-
def reason(self, value: Optional[pulumi.Input[
|
|
250
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
252
251
|
pulumi.set(self, "reason", value)
|
|
253
252
|
|
|
254
|
-
@property
|
|
253
|
+
@_builtins.property
|
|
255
254
|
@pulumi.getter
|
|
256
|
-
def status(self) -> Optional[pulumi.Input[
|
|
255
|
+
def status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
257
256
|
"""
|
|
258
257
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
259
258
|
"""
|
|
260
259
|
return pulumi.get(self, "status")
|
|
261
260
|
|
|
262
261
|
@status.setter
|
|
263
|
-
def status(self, value: Optional[pulumi.Input[
|
|
262
|
+
def status(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
264
263
|
pulumi.set(self, "status", value)
|
|
265
264
|
|
|
266
|
-
@property
|
|
265
|
+
@_builtins.property
|
|
267
266
|
@pulumi.getter
|
|
268
|
-
def type(self) -> Optional[pulumi.Input[
|
|
267
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
269
268
|
"""
|
|
270
269
|
`type` is the type of the condition. Required.
|
|
271
270
|
"""
|
|
272
271
|
return pulumi.get(self, "type")
|
|
273
272
|
|
|
274
273
|
@type.setter
|
|
275
|
-
def type(self, value: Optional[pulumi.Input[
|
|
274
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
276
275
|
pulumi.set(self, "type", value)
|
|
277
276
|
|
|
278
277
|
|
|
@@ -285,7 +284,7 @@ if not MYPY:
|
|
|
285
284
|
"""
|
|
286
285
|
`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.
|
|
287
286
|
"""
|
|
288
|
-
matching_precedence: NotRequired[pulumi.Input[
|
|
287
|
+
matching_precedence: NotRequired[pulumi.Input[_builtins.int]]
|
|
289
288
|
"""
|
|
290
289
|
`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.
|
|
291
290
|
"""
|
|
@@ -304,13 +303,13 @@ elif False:
|
|
|
304
303
|
class FlowSchemaSpecPatchArgs:
|
|
305
304
|
def __init__(__self__, *,
|
|
306
305
|
distinguisher_method: Optional[pulumi.Input['FlowDistinguisherMethodPatchArgs']] = None,
|
|
307
|
-
matching_precedence: Optional[pulumi.Input[
|
|
306
|
+
matching_precedence: Optional[pulumi.Input[_builtins.int]] = None,
|
|
308
307
|
priority_level_configuration: Optional[pulumi.Input['PriorityLevelConfigurationReferencePatchArgs']] = None,
|
|
309
308
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsPatchArgs']]]] = None):
|
|
310
309
|
"""
|
|
311
310
|
FlowSchemaSpec describes how the FlowSchema's specification looks like.
|
|
312
311
|
:param pulumi.Input['FlowDistinguisherMethodPatchArgs'] distinguisher_method: `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
|
|
313
|
-
:param pulumi.Input[
|
|
312
|
+
:param pulumi.Input[_builtins.int] matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
314
313
|
:param pulumi.Input['PriorityLevelConfigurationReferencePatchArgs'] priority_level_configuration: `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
|
|
315
314
|
:param pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsPatchArgs']]] rules: `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
|
|
316
315
|
"""
|
|
@@ -323,7 +322,7 @@ class FlowSchemaSpecPatchArgs:
|
|
|
323
322
|
if rules is not None:
|
|
324
323
|
pulumi.set(__self__, "rules", rules)
|
|
325
324
|
|
|
326
|
-
@property
|
|
325
|
+
@_builtins.property
|
|
327
326
|
@pulumi.getter(name="distinguisherMethod")
|
|
328
327
|
def distinguisher_method(self) -> Optional[pulumi.Input['FlowDistinguisherMethodPatchArgs']]:
|
|
329
328
|
"""
|
|
@@ -335,19 +334,19 @@ class FlowSchemaSpecPatchArgs:
|
|
|
335
334
|
def distinguisher_method(self, value: Optional[pulumi.Input['FlowDistinguisherMethodPatchArgs']]):
|
|
336
335
|
pulumi.set(self, "distinguisher_method", value)
|
|
337
336
|
|
|
338
|
-
@property
|
|
337
|
+
@_builtins.property
|
|
339
338
|
@pulumi.getter(name="matchingPrecedence")
|
|
340
|
-
def matching_precedence(self) -> Optional[pulumi.Input[
|
|
339
|
+
def matching_precedence(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
341
340
|
"""
|
|
342
341
|
`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.
|
|
343
342
|
"""
|
|
344
343
|
return pulumi.get(self, "matching_precedence")
|
|
345
344
|
|
|
346
345
|
@matching_precedence.setter
|
|
347
|
-
def matching_precedence(self, value: Optional[pulumi.Input[
|
|
346
|
+
def matching_precedence(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
348
347
|
pulumi.set(self, "matching_precedence", value)
|
|
349
348
|
|
|
350
|
-
@property
|
|
349
|
+
@_builtins.property
|
|
351
350
|
@pulumi.getter(name="priorityLevelConfiguration")
|
|
352
351
|
def priority_level_configuration(self) -> Optional[pulumi.Input['PriorityLevelConfigurationReferencePatchArgs']]:
|
|
353
352
|
"""
|
|
@@ -359,7 +358,7 @@ class FlowSchemaSpecPatchArgs:
|
|
|
359
358
|
def priority_level_configuration(self, value: Optional[pulumi.Input['PriorityLevelConfigurationReferencePatchArgs']]):
|
|
360
359
|
pulumi.set(self, "priority_level_configuration", value)
|
|
361
360
|
|
|
362
|
-
@property
|
|
361
|
+
@_builtins.property
|
|
363
362
|
@pulumi.getter
|
|
364
363
|
def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsPatchArgs']]]]:
|
|
365
364
|
"""
|
|
@@ -385,7 +384,7 @@ if not MYPY:
|
|
|
385
384
|
"""
|
|
386
385
|
`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.
|
|
387
386
|
"""
|
|
388
|
-
matching_precedence: NotRequired[pulumi.Input[
|
|
387
|
+
matching_precedence: NotRequired[pulumi.Input[_builtins.int]]
|
|
389
388
|
"""
|
|
390
389
|
`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.
|
|
391
390
|
"""
|
|
@@ -401,13 +400,13 @@ class FlowSchemaSpecArgs:
|
|
|
401
400
|
def __init__(__self__, *,
|
|
402
401
|
priority_level_configuration: pulumi.Input['PriorityLevelConfigurationReferenceArgs'],
|
|
403
402
|
distinguisher_method: Optional[pulumi.Input['FlowDistinguisherMethodArgs']] = None,
|
|
404
|
-
matching_precedence: Optional[pulumi.Input[
|
|
403
|
+
matching_precedence: Optional[pulumi.Input[_builtins.int]] = None,
|
|
405
404
|
rules: Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsArgs']]]] = None):
|
|
406
405
|
"""
|
|
407
406
|
FlowSchemaSpec describes how the FlowSchema's specification looks like.
|
|
408
407
|
:param pulumi.Input['PriorityLevelConfigurationReferenceArgs'] priority_level_configuration: `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
|
|
409
408
|
:param pulumi.Input['FlowDistinguisherMethodArgs'] distinguisher_method: `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
|
|
410
|
-
:param pulumi.Input[
|
|
409
|
+
:param pulumi.Input[_builtins.int] matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
411
410
|
:param pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsArgs']]] rules: `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
|
|
412
411
|
"""
|
|
413
412
|
pulumi.set(__self__, "priority_level_configuration", priority_level_configuration)
|
|
@@ -418,7 +417,7 @@ class FlowSchemaSpecArgs:
|
|
|
418
417
|
if rules is not None:
|
|
419
418
|
pulumi.set(__self__, "rules", rules)
|
|
420
419
|
|
|
421
|
-
@property
|
|
420
|
+
@_builtins.property
|
|
422
421
|
@pulumi.getter(name="priorityLevelConfiguration")
|
|
423
422
|
def priority_level_configuration(self) -> pulumi.Input['PriorityLevelConfigurationReferenceArgs']:
|
|
424
423
|
"""
|
|
@@ -430,7 +429,7 @@ class FlowSchemaSpecArgs:
|
|
|
430
429
|
def priority_level_configuration(self, value: pulumi.Input['PriorityLevelConfigurationReferenceArgs']):
|
|
431
430
|
pulumi.set(self, "priority_level_configuration", value)
|
|
432
431
|
|
|
433
|
-
@property
|
|
432
|
+
@_builtins.property
|
|
434
433
|
@pulumi.getter(name="distinguisherMethod")
|
|
435
434
|
def distinguisher_method(self) -> Optional[pulumi.Input['FlowDistinguisherMethodArgs']]:
|
|
436
435
|
"""
|
|
@@ -442,19 +441,19 @@ class FlowSchemaSpecArgs:
|
|
|
442
441
|
def distinguisher_method(self, value: Optional[pulumi.Input['FlowDistinguisherMethodArgs']]):
|
|
443
442
|
pulumi.set(self, "distinguisher_method", value)
|
|
444
443
|
|
|
445
|
-
@property
|
|
444
|
+
@_builtins.property
|
|
446
445
|
@pulumi.getter(name="matchingPrecedence")
|
|
447
|
-
def matching_precedence(self) -> Optional[pulumi.Input[
|
|
446
|
+
def matching_precedence(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
448
447
|
"""
|
|
449
448
|
`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.
|
|
450
449
|
"""
|
|
451
450
|
return pulumi.get(self, "matching_precedence")
|
|
452
451
|
|
|
453
452
|
@matching_precedence.setter
|
|
454
|
-
def matching_precedence(self, value: Optional[pulumi.Input[
|
|
453
|
+
def matching_precedence(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
455
454
|
pulumi.set(self, "matching_precedence", value)
|
|
456
455
|
|
|
457
|
-
@property
|
|
456
|
+
@_builtins.property
|
|
458
457
|
@pulumi.getter
|
|
459
458
|
def rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PolicyRulesWithSubjectsArgs']]]]:
|
|
460
459
|
"""
|
|
@@ -490,7 +489,7 @@ class FlowSchemaStatusArgs:
|
|
|
490
489
|
if conditions is not None:
|
|
491
490
|
pulumi.set(__self__, "conditions", conditions)
|
|
492
491
|
|
|
493
|
-
@property
|
|
492
|
+
@_builtins.property
|
|
494
493
|
@pulumi.getter
|
|
495
494
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FlowSchemaConditionArgs']]]]:
|
|
496
495
|
"""
|
|
@@ -508,11 +507,11 @@ if not MYPY:
|
|
|
508
507
|
"""
|
|
509
508
|
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".
|
|
510
509
|
"""
|
|
511
|
-
api_version: NotRequired[pulumi.Input[
|
|
510
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
512
511
|
"""
|
|
513
512
|
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
|
|
514
513
|
"""
|
|
515
|
-
kind: NotRequired[pulumi.Input[
|
|
514
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
516
515
|
"""
|
|
517
516
|
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
|
|
518
517
|
"""
|
|
@@ -534,15 +533,15 @@ elif False:
|
|
|
534
533
|
@pulumi.input_type
|
|
535
534
|
class FlowSchemaArgs:
|
|
536
535
|
def __init__(__self__, *,
|
|
537
|
-
api_version: Optional[pulumi.Input[
|
|
538
|
-
kind: Optional[pulumi.Input[
|
|
536
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
537
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
539
538
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
540
539
|
spec: Optional[pulumi.Input['FlowSchemaSpecArgs']] = None,
|
|
541
540
|
status: Optional[pulumi.Input['FlowSchemaStatusArgs']] = None):
|
|
542
541
|
"""
|
|
543
542
|
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".
|
|
544
|
-
:param pulumi.Input[
|
|
545
|
-
:param pulumi.Input[
|
|
543
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
544
|
+
:param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
546
545
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
547
546
|
:param pulumi.Input['FlowSchemaSpecArgs'] spec: `spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
548
547
|
:param pulumi.Input['FlowSchemaStatusArgs'] status: `status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -558,31 +557,31 @@ class FlowSchemaArgs:
|
|
|
558
557
|
if status is not None:
|
|
559
558
|
pulumi.set(__self__, "status", status)
|
|
560
559
|
|
|
561
|
-
@property
|
|
560
|
+
@_builtins.property
|
|
562
561
|
@pulumi.getter(name="apiVersion")
|
|
563
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
562
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
564
563
|
"""
|
|
565
564
|
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
|
|
566
565
|
"""
|
|
567
566
|
return pulumi.get(self, "api_version")
|
|
568
567
|
|
|
569
568
|
@api_version.setter
|
|
570
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
569
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
571
570
|
pulumi.set(self, "api_version", value)
|
|
572
571
|
|
|
573
|
-
@property
|
|
572
|
+
@_builtins.property
|
|
574
573
|
@pulumi.getter
|
|
575
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
574
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
576
575
|
"""
|
|
577
576
|
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
|
|
578
577
|
"""
|
|
579
578
|
return pulumi.get(self, "kind")
|
|
580
579
|
|
|
581
580
|
@kind.setter
|
|
582
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
581
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
583
582
|
pulumi.set(self, "kind", value)
|
|
584
583
|
|
|
585
|
-
@property
|
|
584
|
+
@_builtins.property
|
|
586
585
|
@pulumi.getter
|
|
587
586
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
588
587
|
"""
|
|
@@ -594,7 +593,7 @@ class FlowSchemaArgs:
|
|
|
594
593
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
595
594
|
pulumi.set(self, "metadata", value)
|
|
596
595
|
|
|
597
|
-
@property
|
|
596
|
+
@_builtins.property
|
|
598
597
|
@pulumi.getter
|
|
599
598
|
def spec(self) -> Optional[pulumi.Input['FlowSchemaSpecArgs']]:
|
|
600
599
|
"""
|
|
@@ -606,7 +605,7 @@ class FlowSchemaArgs:
|
|
|
606
605
|
def spec(self, value: Optional[pulumi.Input['FlowSchemaSpecArgs']]):
|
|
607
606
|
pulumi.set(self, "spec", value)
|
|
608
607
|
|
|
609
|
-
@property
|
|
608
|
+
@_builtins.property
|
|
610
609
|
@pulumi.getter
|
|
611
610
|
def status(self) -> Optional[pulumi.Input['FlowSchemaStatusArgs']]:
|
|
612
611
|
"""
|
|
@@ -624,7 +623,7 @@ if not MYPY:
|
|
|
624
623
|
"""
|
|
625
624
|
GroupSubject holds detailed information for group-kind subject.
|
|
626
625
|
"""
|
|
627
|
-
name: NotRequired[pulumi.Input[
|
|
626
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
628
627
|
"""
|
|
629
628
|
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.
|
|
630
629
|
"""
|
|
@@ -634,24 +633,24 @@ elif False:
|
|
|
634
633
|
@pulumi.input_type
|
|
635
634
|
class GroupSubjectPatchArgs:
|
|
636
635
|
def __init__(__self__, *,
|
|
637
|
-
name: Optional[pulumi.Input[
|
|
636
|
+
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
638
637
|
"""
|
|
639
638
|
GroupSubject holds detailed information for group-kind subject.
|
|
640
|
-
:param pulumi.Input[
|
|
639
|
+
:param pulumi.Input[_builtins.str] name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
641
640
|
"""
|
|
642
641
|
if name is not None:
|
|
643
642
|
pulumi.set(__self__, "name", name)
|
|
644
643
|
|
|
645
|
-
@property
|
|
644
|
+
@_builtins.property
|
|
646
645
|
@pulumi.getter
|
|
647
|
-
def name(self) -> Optional[pulumi.Input[
|
|
646
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
648
647
|
"""
|
|
649
648
|
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.
|
|
650
649
|
"""
|
|
651
650
|
return pulumi.get(self, "name")
|
|
652
651
|
|
|
653
652
|
@name.setter
|
|
654
|
-
def name(self, value: Optional[pulumi.Input[
|
|
653
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
655
654
|
pulumi.set(self, "name", value)
|
|
656
655
|
|
|
657
656
|
|
|
@@ -660,7 +659,7 @@ if not MYPY:
|
|
|
660
659
|
"""
|
|
661
660
|
GroupSubject holds detailed information for group-kind subject.
|
|
662
661
|
"""
|
|
663
|
-
name: pulumi.Input[
|
|
662
|
+
name: pulumi.Input[_builtins.str]
|
|
664
663
|
"""
|
|
665
664
|
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.
|
|
666
665
|
"""
|
|
@@ -670,23 +669,23 @@ elif False:
|
|
|
670
669
|
@pulumi.input_type
|
|
671
670
|
class GroupSubjectArgs:
|
|
672
671
|
def __init__(__self__, *,
|
|
673
|
-
name: pulumi.Input[
|
|
672
|
+
name: pulumi.Input[_builtins.str]):
|
|
674
673
|
"""
|
|
675
674
|
GroupSubject holds detailed information for group-kind subject.
|
|
676
|
-
:param pulumi.Input[
|
|
675
|
+
:param pulumi.Input[_builtins.str] name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
677
676
|
"""
|
|
678
677
|
pulumi.set(__self__, "name", name)
|
|
679
678
|
|
|
680
|
-
@property
|
|
679
|
+
@_builtins.property
|
|
681
680
|
@pulumi.getter
|
|
682
|
-
def name(self) -> pulumi.Input[
|
|
681
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
683
682
|
"""
|
|
684
683
|
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.
|
|
685
684
|
"""
|
|
686
685
|
return pulumi.get(self, "name")
|
|
687
686
|
|
|
688
687
|
@name.setter
|
|
689
|
-
def name(self, value: pulumi.Input[
|
|
688
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
690
689
|
pulumi.set(self, "name", value)
|
|
691
690
|
|
|
692
691
|
|
|
@@ -699,7 +698,7 @@ if not MYPY:
|
|
|
699
698
|
"""
|
|
700
699
|
`queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
701
700
|
"""
|
|
702
|
-
type: NotRequired[pulumi.Input[
|
|
701
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
703
702
|
"""
|
|
704
703
|
`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.
|
|
705
704
|
"""
|
|
@@ -710,18 +709,18 @@ elif False:
|
|
|
710
709
|
class LimitResponsePatchArgs:
|
|
711
710
|
def __init__(__self__, *,
|
|
712
711
|
queuing: Optional[pulumi.Input['QueuingConfigurationPatchArgs']] = None,
|
|
713
|
-
type: Optional[pulumi.Input[
|
|
712
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
714
713
|
"""
|
|
715
714
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
716
715
|
:param pulumi.Input['QueuingConfigurationPatchArgs'] queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
717
|
-
:param pulumi.Input[
|
|
716
|
+
:param pulumi.Input[_builtins.str] type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
718
717
|
"""
|
|
719
718
|
if queuing is not None:
|
|
720
719
|
pulumi.set(__self__, "queuing", queuing)
|
|
721
720
|
if type is not None:
|
|
722
721
|
pulumi.set(__self__, "type", type)
|
|
723
722
|
|
|
724
|
-
@property
|
|
723
|
+
@_builtins.property
|
|
725
724
|
@pulumi.getter
|
|
726
725
|
def queuing(self) -> Optional[pulumi.Input['QueuingConfigurationPatchArgs']]:
|
|
727
726
|
"""
|
|
@@ -733,16 +732,16 @@ class LimitResponsePatchArgs:
|
|
|
733
732
|
def queuing(self, value: Optional[pulumi.Input['QueuingConfigurationPatchArgs']]):
|
|
734
733
|
pulumi.set(self, "queuing", value)
|
|
735
734
|
|
|
736
|
-
@property
|
|
735
|
+
@_builtins.property
|
|
737
736
|
@pulumi.getter
|
|
738
|
-
def type(self) -> Optional[pulumi.Input[
|
|
737
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
739
738
|
"""
|
|
740
739
|
`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.
|
|
741
740
|
"""
|
|
742
741
|
return pulumi.get(self, "type")
|
|
743
742
|
|
|
744
743
|
@type.setter
|
|
745
|
-
def type(self, value: Optional[pulumi.Input[
|
|
744
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
746
745
|
pulumi.set(self, "type", value)
|
|
747
746
|
|
|
748
747
|
|
|
@@ -751,7 +750,7 @@ if not MYPY:
|
|
|
751
750
|
"""
|
|
752
751
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
753
752
|
"""
|
|
754
|
-
type: pulumi.Input[
|
|
753
|
+
type: pulumi.Input[_builtins.str]
|
|
755
754
|
"""
|
|
756
755
|
`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.
|
|
757
756
|
"""
|
|
@@ -765,30 +764,30 @@ elif False:
|
|
|
765
764
|
@pulumi.input_type
|
|
766
765
|
class LimitResponseArgs:
|
|
767
766
|
def __init__(__self__, *,
|
|
768
|
-
type: pulumi.Input[
|
|
767
|
+
type: pulumi.Input[_builtins.str],
|
|
769
768
|
queuing: Optional[pulumi.Input['QueuingConfigurationArgs']] = None):
|
|
770
769
|
"""
|
|
771
770
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
772
|
-
:param pulumi.Input[
|
|
771
|
+
:param pulumi.Input[_builtins.str] type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
773
772
|
:param pulumi.Input['QueuingConfigurationArgs'] queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
774
773
|
"""
|
|
775
774
|
pulumi.set(__self__, "type", type)
|
|
776
775
|
if queuing is not None:
|
|
777
776
|
pulumi.set(__self__, "queuing", queuing)
|
|
778
777
|
|
|
779
|
-
@property
|
|
778
|
+
@_builtins.property
|
|
780
779
|
@pulumi.getter
|
|
781
|
-
def type(self) -> pulumi.Input[
|
|
780
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
782
781
|
"""
|
|
783
782
|
`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.
|
|
784
783
|
"""
|
|
785
784
|
return pulumi.get(self, "type")
|
|
786
785
|
|
|
787
786
|
@type.setter
|
|
788
|
-
def type(self, value: pulumi.Input[
|
|
787
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
789
788
|
pulumi.set(self, "type", value)
|
|
790
789
|
|
|
791
|
-
@property
|
|
790
|
+
@_builtins.property
|
|
792
791
|
@pulumi.getter
|
|
793
792
|
def queuing(self) -> Optional[pulumi.Input['QueuingConfigurationArgs']]:
|
|
794
793
|
"""
|
|
@@ -808,7 +807,7 @@ if not MYPY:
|
|
|
808
807
|
* How are requests for this priority level limited?
|
|
809
808
|
* What should be done with requests that exceed the limit?
|
|
810
809
|
"""
|
|
811
|
-
assured_concurrency_shares: NotRequired[pulumi.Input[
|
|
810
|
+
assured_concurrency_shares: NotRequired[pulumi.Input[_builtins.int]]
|
|
812
811
|
"""
|
|
813
812
|
`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:
|
|
814
813
|
|
|
@@ -826,13 +825,13 @@ elif False:
|
|
|
826
825
|
@pulumi.input_type
|
|
827
826
|
class LimitedPriorityLevelConfigurationPatchArgs:
|
|
828
827
|
def __init__(__self__, *,
|
|
829
|
-
assured_concurrency_shares: Optional[pulumi.Input[
|
|
828
|
+
assured_concurrency_shares: Optional[pulumi.Input[_builtins.int]] = None,
|
|
830
829
|
limit_response: Optional[pulumi.Input['LimitResponsePatchArgs']] = None):
|
|
831
830
|
"""
|
|
832
831
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
833
832
|
* How are requests for this priority level limited?
|
|
834
833
|
* What should be done with requests that exceed the limit?
|
|
835
|
-
:param pulumi.Input[
|
|
834
|
+
:param pulumi.Input[_builtins.int] assured_concurrency_shares: `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
|
|
836
835
|
|
|
837
836
|
ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
|
|
838
837
|
|
|
@@ -844,9 +843,9 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
844
843
|
if limit_response is not None:
|
|
845
844
|
pulumi.set(__self__, "limit_response", limit_response)
|
|
846
845
|
|
|
847
|
-
@property
|
|
846
|
+
@_builtins.property
|
|
848
847
|
@pulumi.getter(name="assuredConcurrencyShares")
|
|
849
|
-
def assured_concurrency_shares(self) -> Optional[pulumi.Input[
|
|
848
|
+
def assured_concurrency_shares(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
850
849
|
"""
|
|
851
850
|
`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:
|
|
852
851
|
|
|
@@ -857,10 +856,10 @@ class LimitedPriorityLevelConfigurationPatchArgs:
|
|
|
857
856
|
return pulumi.get(self, "assured_concurrency_shares")
|
|
858
857
|
|
|
859
858
|
@assured_concurrency_shares.setter
|
|
860
|
-
def assured_concurrency_shares(self, value: Optional[pulumi.Input[
|
|
859
|
+
def assured_concurrency_shares(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
861
860
|
pulumi.set(self, "assured_concurrency_shares", value)
|
|
862
861
|
|
|
863
|
-
@property
|
|
862
|
+
@_builtins.property
|
|
864
863
|
@pulumi.getter(name="limitResponse")
|
|
865
864
|
def limit_response(self) -> Optional[pulumi.Input['LimitResponsePatchArgs']]:
|
|
866
865
|
"""
|
|
@@ -880,7 +879,7 @@ if not MYPY:
|
|
|
880
879
|
* How are requests for this priority level limited?
|
|
881
880
|
* What should be done with requests that exceed the limit?
|
|
882
881
|
"""
|
|
883
|
-
assured_concurrency_shares: NotRequired[pulumi.Input[
|
|
882
|
+
assured_concurrency_shares: NotRequired[pulumi.Input[_builtins.int]]
|
|
884
883
|
"""
|
|
885
884
|
`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:
|
|
886
885
|
|
|
@@ -898,13 +897,13 @@ elif False:
|
|
|
898
897
|
@pulumi.input_type
|
|
899
898
|
class LimitedPriorityLevelConfigurationArgs:
|
|
900
899
|
def __init__(__self__, *,
|
|
901
|
-
assured_concurrency_shares: Optional[pulumi.Input[
|
|
900
|
+
assured_concurrency_shares: Optional[pulumi.Input[_builtins.int]] = None,
|
|
902
901
|
limit_response: Optional[pulumi.Input['LimitResponseArgs']] = None):
|
|
903
902
|
"""
|
|
904
903
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
905
904
|
* How are requests for this priority level limited?
|
|
906
905
|
* What should be done with requests that exceed the limit?
|
|
907
|
-
:param pulumi.Input[
|
|
906
|
+
:param pulumi.Input[_builtins.int] assured_concurrency_shares: `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
|
|
908
907
|
|
|
909
908
|
ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
|
|
910
909
|
|
|
@@ -916,9 +915,9 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
916
915
|
if limit_response is not None:
|
|
917
916
|
pulumi.set(__self__, "limit_response", limit_response)
|
|
918
917
|
|
|
919
|
-
@property
|
|
918
|
+
@_builtins.property
|
|
920
919
|
@pulumi.getter(name="assuredConcurrencyShares")
|
|
921
|
-
def assured_concurrency_shares(self) -> Optional[pulumi.Input[
|
|
920
|
+
def assured_concurrency_shares(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
922
921
|
"""
|
|
923
922
|
`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:
|
|
924
923
|
|
|
@@ -929,10 +928,10 @@ class LimitedPriorityLevelConfigurationArgs:
|
|
|
929
928
|
return pulumi.get(self, "assured_concurrency_shares")
|
|
930
929
|
|
|
931
930
|
@assured_concurrency_shares.setter
|
|
932
|
-
def assured_concurrency_shares(self, value: Optional[pulumi.Input[
|
|
931
|
+
def assured_concurrency_shares(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
933
932
|
pulumi.set(self, "assured_concurrency_shares", value)
|
|
934
933
|
|
|
935
|
-
@property
|
|
934
|
+
@_builtins.property
|
|
936
935
|
@pulumi.getter(name="limitResponse")
|
|
937
936
|
def limit_response(self) -> Optional[pulumi.Input['LimitResponseArgs']]:
|
|
938
937
|
"""
|
|
@@ -950,7 +949,7 @@ if not MYPY:
|
|
|
950
949
|
"""
|
|
951
950
|
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.
|
|
952
951
|
"""
|
|
953
|
-
non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
952
|
+
non_resource_urls: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
954
953
|
"""
|
|
955
954
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
956
955
|
- "/healthz" is legal
|
|
@@ -960,7 +959,7 @@ if not MYPY:
|
|
|
960
959
|
- "/healthz/*" matches all per-component health checks.
|
|
961
960
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
962
961
|
"""
|
|
963
|
-
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
962
|
+
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
964
963
|
"""
|
|
965
964
|
`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.
|
|
966
965
|
"""
|
|
@@ -970,27 +969,27 @@ elif False:
|
|
|
970
969
|
@pulumi.input_type
|
|
971
970
|
class NonResourcePolicyRulePatchArgs:
|
|
972
971
|
def __init__(__self__, *,
|
|
973
|
-
non_resource_urls: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
974
|
-
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
972
|
+
non_resource_urls: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
973
|
+
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
975
974
|
"""
|
|
976
975
|
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.
|
|
977
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
976
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
978
977
|
- "/healthz" is legal
|
|
979
978
|
- "/hea*" is illegal
|
|
980
979
|
- "/hea" is legal but matches nothing
|
|
981
980
|
- "/hea/*" also matches nothing
|
|
982
981
|
- "/healthz/*" matches all per-component health checks.
|
|
983
982
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
984
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
983
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
985
984
|
"""
|
|
986
985
|
if non_resource_urls is not None:
|
|
987
986
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
988
987
|
if verbs is not None:
|
|
989
988
|
pulumi.set(__self__, "verbs", verbs)
|
|
990
989
|
|
|
991
|
-
@property
|
|
990
|
+
@_builtins.property
|
|
992
991
|
@pulumi.getter(name="nonResourceURLs")
|
|
993
|
-
def non_resource_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
992
|
+
def non_resource_urls(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
994
993
|
"""
|
|
995
994
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
996
995
|
- "/healthz" is legal
|
|
@@ -1003,19 +1002,19 @@ class NonResourcePolicyRulePatchArgs:
|
|
|
1003
1002
|
return pulumi.get(self, "non_resource_urls")
|
|
1004
1003
|
|
|
1005
1004
|
@non_resource_urls.setter
|
|
1006
|
-
def non_resource_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1005
|
+
def non_resource_urls(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1007
1006
|
pulumi.set(self, "non_resource_urls", value)
|
|
1008
1007
|
|
|
1009
|
-
@property
|
|
1008
|
+
@_builtins.property
|
|
1010
1009
|
@pulumi.getter
|
|
1011
|
-
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1010
|
+
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1012
1011
|
"""
|
|
1013
1012
|
`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.
|
|
1014
1013
|
"""
|
|
1015
1014
|
return pulumi.get(self, "verbs")
|
|
1016
1015
|
|
|
1017
1016
|
@verbs.setter
|
|
1018
|
-
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1017
|
+
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1019
1018
|
pulumi.set(self, "verbs", value)
|
|
1020
1019
|
|
|
1021
1020
|
|
|
@@ -1024,7 +1023,7 @@ if not MYPY:
|
|
|
1024
1023
|
"""
|
|
1025
1024
|
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.
|
|
1026
1025
|
"""
|
|
1027
|
-
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[
|
|
1026
|
+
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
1028
1027
|
"""
|
|
1029
1028
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1030
1029
|
- "/healthz" is legal
|
|
@@ -1034,7 +1033,7 @@ if not MYPY:
|
|
|
1034
1033
|
- "/healthz/*" matches all per-component health checks.
|
|
1035
1034
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1036
1035
|
"""
|
|
1037
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[
|
|
1036
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
1038
1037
|
"""
|
|
1039
1038
|
`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.
|
|
1040
1039
|
"""
|
|
@@ -1044,25 +1043,25 @@ elif False:
|
|
|
1044
1043
|
@pulumi.input_type
|
|
1045
1044
|
class NonResourcePolicyRuleArgs:
|
|
1046
1045
|
def __init__(__self__, *,
|
|
1047
|
-
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[
|
|
1048
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[
|
|
1046
|
+
non_resource_urls: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
1047
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
1049
1048
|
"""
|
|
1050
1049
|
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.
|
|
1051
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1050
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1052
1051
|
- "/healthz" is legal
|
|
1053
1052
|
- "/hea*" is illegal
|
|
1054
1053
|
- "/hea" is legal but matches nothing
|
|
1055
1054
|
- "/hea/*" also matches nothing
|
|
1056
1055
|
- "/healthz/*" matches all per-component health checks.
|
|
1057
1056
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1058
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1057
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
1059
1058
|
"""
|
|
1060
1059
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
1061
1060
|
pulumi.set(__self__, "verbs", verbs)
|
|
1062
1061
|
|
|
1063
|
-
@property
|
|
1062
|
+
@_builtins.property
|
|
1064
1063
|
@pulumi.getter(name="nonResourceURLs")
|
|
1065
|
-
def non_resource_urls(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
1064
|
+
def non_resource_urls(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
1066
1065
|
"""
|
|
1067
1066
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1068
1067
|
- "/healthz" is legal
|
|
@@ -1075,19 +1074,19 @@ class NonResourcePolicyRuleArgs:
|
|
|
1075
1074
|
return pulumi.get(self, "non_resource_urls")
|
|
1076
1075
|
|
|
1077
1076
|
@non_resource_urls.setter
|
|
1078
|
-
def non_resource_urls(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
1077
|
+
def non_resource_urls(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
1079
1078
|
pulumi.set(self, "non_resource_urls", value)
|
|
1080
1079
|
|
|
1081
|
-
@property
|
|
1080
|
+
@_builtins.property
|
|
1082
1081
|
@pulumi.getter
|
|
1083
|
-
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
1082
|
+
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
1084
1083
|
"""
|
|
1085
1084
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
1086
1085
|
"""
|
|
1087
1086
|
return pulumi.get(self, "verbs")
|
|
1088
1087
|
|
|
1089
1088
|
@verbs.setter
|
|
1090
|
-
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
1089
|
+
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
1091
1090
|
pulumi.set(self, "verbs", value)
|
|
1092
1091
|
|
|
1093
1092
|
|
|
@@ -1130,7 +1129,7 @@ class PolicyRulesWithSubjectsPatchArgs:
|
|
|
1130
1129
|
if subjects is not None:
|
|
1131
1130
|
pulumi.set(__self__, "subjects", subjects)
|
|
1132
1131
|
|
|
1133
|
-
@property
|
|
1132
|
+
@_builtins.property
|
|
1134
1133
|
@pulumi.getter(name="nonResourceRules")
|
|
1135
1134
|
def non_resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRulePatchArgs']]]]:
|
|
1136
1135
|
"""
|
|
@@ -1142,7 +1141,7 @@ class PolicyRulesWithSubjectsPatchArgs:
|
|
|
1142
1141
|
def non_resource_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRulePatchArgs']]]]):
|
|
1143
1142
|
pulumi.set(self, "non_resource_rules", value)
|
|
1144
1143
|
|
|
1145
|
-
@property
|
|
1144
|
+
@_builtins.property
|
|
1146
1145
|
@pulumi.getter(name="resourceRules")
|
|
1147
1146
|
def resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRulePatchArgs']]]]:
|
|
1148
1147
|
"""
|
|
@@ -1154,7 +1153,7 @@ class PolicyRulesWithSubjectsPatchArgs:
|
|
|
1154
1153
|
def resource_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRulePatchArgs']]]]):
|
|
1155
1154
|
pulumi.set(self, "resource_rules", value)
|
|
1156
1155
|
|
|
1157
|
-
@property
|
|
1156
|
+
@_builtins.property
|
|
1158
1157
|
@pulumi.getter
|
|
1159
1158
|
def subjects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['SubjectPatchArgs']]]]:
|
|
1160
1159
|
"""
|
|
@@ -1205,7 +1204,7 @@ class PolicyRulesWithSubjectsArgs:
|
|
|
1205
1204
|
if resource_rules is not None:
|
|
1206
1205
|
pulumi.set(__self__, "resource_rules", resource_rules)
|
|
1207
1206
|
|
|
1208
|
-
@property
|
|
1207
|
+
@_builtins.property
|
|
1209
1208
|
@pulumi.getter
|
|
1210
1209
|
def subjects(self) -> pulumi.Input[Sequence[pulumi.Input['SubjectArgs']]]:
|
|
1211
1210
|
"""
|
|
@@ -1217,7 +1216,7 @@ class PolicyRulesWithSubjectsArgs:
|
|
|
1217
1216
|
def subjects(self, value: pulumi.Input[Sequence[pulumi.Input['SubjectArgs']]]):
|
|
1218
1217
|
pulumi.set(self, "subjects", value)
|
|
1219
1218
|
|
|
1220
|
-
@property
|
|
1219
|
+
@_builtins.property
|
|
1221
1220
|
@pulumi.getter(name="nonResourceRules")
|
|
1222
1221
|
def non_resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRuleArgs']]]]:
|
|
1223
1222
|
"""
|
|
@@ -1229,7 +1228,7 @@ class PolicyRulesWithSubjectsArgs:
|
|
|
1229
1228
|
def non_resource_rules(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NonResourcePolicyRuleArgs']]]]):
|
|
1230
1229
|
pulumi.set(self, "non_resource_rules", value)
|
|
1231
1230
|
|
|
1232
|
-
@property
|
|
1231
|
+
@_builtins.property
|
|
1233
1232
|
@pulumi.getter(name="resourceRules")
|
|
1234
1233
|
def resource_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ResourcePolicyRuleArgs']]]]:
|
|
1235
1234
|
"""
|
|
@@ -1247,23 +1246,23 @@ if not MYPY:
|
|
|
1247
1246
|
"""
|
|
1248
1247
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1249
1248
|
"""
|
|
1250
|
-
last_transition_time: NotRequired[pulumi.Input[
|
|
1249
|
+
last_transition_time: NotRequired[pulumi.Input[_builtins.str]]
|
|
1251
1250
|
"""
|
|
1252
1251
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1253
1252
|
"""
|
|
1254
|
-
message: NotRequired[pulumi.Input[
|
|
1253
|
+
message: NotRequired[pulumi.Input[_builtins.str]]
|
|
1255
1254
|
"""
|
|
1256
1255
|
`message` is a human-readable message indicating details about last transition.
|
|
1257
1256
|
"""
|
|
1258
|
-
reason: NotRequired[pulumi.Input[
|
|
1257
|
+
reason: NotRequired[pulumi.Input[_builtins.str]]
|
|
1259
1258
|
"""
|
|
1260
1259
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1261
1260
|
"""
|
|
1262
|
-
status: NotRequired[pulumi.Input[
|
|
1261
|
+
status: NotRequired[pulumi.Input[_builtins.str]]
|
|
1263
1262
|
"""
|
|
1264
1263
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1265
1264
|
"""
|
|
1266
|
-
type: NotRequired[pulumi.Input[
|
|
1265
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
1267
1266
|
"""
|
|
1268
1267
|
`type` is the type of the condition. Required.
|
|
1269
1268
|
"""
|
|
@@ -1273,18 +1272,18 @@ elif False:
|
|
|
1273
1272
|
@pulumi.input_type
|
|
1274
1273
|
class PriorityLevelConfigurationConditionArgs:
|
|
1275
1274
|
def __init__(__self__, *,
|
|
1276
|
-
last_transition_time: Optional[pulumi.Input[
|
|
1277
|
-
message: Optional[pulumi.Input[
|
|
1278
|
-
reason: Optional[pulumi.Input[
|
|
1279
|
-
status: Optional[pulumi.Input[
|
|
1280
|
-
type: Optional[pulumi.Input[
|
|
1275
|
+
last_transition_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1276
|
+
message: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1277
|
+
reason: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1278
|
+
status: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1279
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1281
1280
|
"""
|
|
1282
1281
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1283
|
-
:param pulumi.Input[
|
|
1284
|
-
:param pulumi.Input[
|
|
1285
|
-
:param pulumi.Input[
|
|
1286
|
-
:param pulumi.Input[
|
|
1287
|
-
:param pulumi.Input[
|
|
1282
|
+
:param pulumi.Input[_builtins.str] last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1283
|
+
:param pulumi.Input[_builtins.str] message: `message` is a human-readable message indicating details about last transition.
|
|
1284
|
+
:param pulumi.Input[_builtins.str] reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1285
|
+
:param pulumi.Input[_builtins.str] status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1286
|
+
:param pulumi.Input[_builtins.str] type: `type` is the type of the condition. Required.
|
|
1288
1287
|
"""
|
|
1289
1288
|
if last_transition_time is not None:
|
|
1290
1289
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1297,64 +1296,64 @@ class PriorityLevelConfigurationConditionArgs:
|
|
|
1297
1296
|
if type is not None:
|
|
1298
1297
|
pulumi.set(__self__, "type", type)
|
|
1299
1298
|
|
|
1300
|
-
@property
|
|
1299
|
+
@_builtins.property
|
|
1301
1300
|
@pulumi.getter(name="lastTransitionTime")
|
|
1302
|
-
def last_transition_time(self) -> Optional[pulumi.Input[
|
|
1301
|
+
def last_transition_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1303
1302
|
"""
|
|
1304
1303
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1305
1304
|
"""
|
|
1306
1305
|
return pulumi.get(self, "last_transition_time")
|
|
1307
1306
|
|
|
1308
1307
|
@last_transition_time.setter
|
|
1309
|
-
def last_transition_time(self, value: Optional[pulumi.Input[
|
|
1308
|
+
def last_transition_time(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1310
1309
|
pulumi.set(self, "last_transition_time", value)
|
|
1311
1310
|
|
|
1312
|
-
@property
|
|
1311
|
+
@_builtins.property
|
|
1313
1312
|
@pulumi.getter
|
|
1314
|
-
def message(self) -> Optional[pulumi.Input[
|
|
1313
|
+
def message(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1315
1314
|
"""
|
|
1316
1315
|
`message` is a human-readable message indicating details about last transition.
|
|
1317
1316
|
"""
|
|
1318
1317
|
return pulumi.get(self, "message")
|
|
1319
1318
|
|
|
1320
1319
|
@message.setter
|
|
1321
|
-
def message(self, value: Optional[pulumi.Input[
|
|
1320
|
+
def message(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1322
1321
|
pulumi.set(self, "message", value)
|
|
1323
1322
|
|
|
1324
|
-
@property
|
|
1323
|
+
@_builtins.property
|
|
1325
1324
|
@pulumi.getter
|
|
1326
|
-
def reason(self) -> Optional[pulumi.Input[
|
|
1325
|
+
def reason(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1327
1326
|
"""
|
|
1328
1327
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1329
1328
|
"""
|
|
1330
1329
|
return pulumi.get(self, "reason")
|
|
1331
1330
|
|
|
1332
1331
|
@reason.setter
|
|
1333
|
-
def reason(self, value: Optional[pulumi.Input[
|
|
1332
|
+
def reason(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1334
1333
|
pulumi.set(self, "reason", value)
|
|
1335
1334
|
|
|
1336
|
-
@property
|
|
1335
|
+
@_builtins.property
|
|
1337
1336
|
@pulumi.getter
|
|
1338
|
-
def status(self) -> Optional[pulumi.Input[
|
|
1337
|
+
def status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1339
1338
|
"""
|
|
1340
1339
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1341
1340
|
"""
|
|
1342
1341
|
return pulumi.get(self, "status")
|
|
1343
1342
|
|
|
1344
1343
|
@status.setter
|
|
1345
|
-
def status(self, value: Optional[pulumi.Input[
|
|
1344
|
+
def status(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1346
1345
|
pulumi.set(self, "status", value)
|
|
1347
1346
|
|
|
1348
|
-
@property
|
|
1347
|
+
@_builtins.property
|
|
1349
1348
|
@pulumi.getter
|
|
1350
|
-
def type(self) -> Optional[pulumi.Input[
|
|
1349
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1351
1350
|
"""
|
|
1352
1351
|
`type` is the type of the condition. Required.
|
|
1353
1352
|
"""
|
|
1354
1353
|
return pulumi.get(self, "type")
|
|
1355
1354
|
|
|
1356
1355
|
@type.setter
|
|
1357
|
-
def type(self, value: Optional[pulumi.Input[
|
|
1356
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1358
1357
|
pulumi.set(self, "type", value)
|
|
1359
1358
|
|
|
1360
1359
|
|
|
@@ -1363,7 +1362,7 @@ if not MYPY:
|
|
|
1363
1362
|
"""
|
|
1364
1363
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1365
1364
|
"""
|
|
1366
|
-
name: NotRequired[pulumi.Input[
|
|
1365
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
1367
1366
|
"""
|
|
1368
1367
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1369
1368
|
"""
|
|
@@ -1373,24 +1372,24 @@ elif False:
|
|
|
1373
1372
|
@pulumi.input_type
|
|
1374
1373
|
class PriorityLevelConfigurationReferencePatchArgs:
|
|
1375
1374
|
def __init__(__self__, *,
|
|
1376
|
-
name: Optional[pulumi.Input[
|
|
1375
|
+
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1377
1376
|
"""
|
|
1378
1377
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1379
|
-
:param pulumi.Input[
|
|
1378
|
+
:param pulumi.Input[_builtins.str] name: `name` is the name of the priority level configuration being referenced Required.
|
|
1380
1379
|
"""
|
|
1381
1380
|
if name is not None:
|
|
1382
1381
|
pulumi.set(__self__, "name", name)
|
|
1383
1382
|
|
|
1384
|
-
@property
|
|
1383
|
+
@_builtins.property
|
|
1385
1384
|
@pulumi.getter
|
|
1386
|
-
def name(self) -> Optional[pulumi.Input[
|
|
1385
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1387
1386
|
"""
|
|
1388
1387
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1389
1388
|
"""
|
|
1390
1389
|
return pulumi.get(self, "name")
|
|
1391
1390
|
|
|
1392
1391
|
@name.setter
|
|
1393
|
-
def name(self, value: Optional[pulumi.Input[
|
|
1392
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1394
1393
|
pulumi.set(self, "name", value)
|
|
1395
1394
|
|
|
1396
1395
|
|
|
@@ -1399,7 +1398,7 @@ if not MYPY:
|
|
|
1399
1398
|
"""
|
|
1400
1399
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1401
1400
|
"""
|
|
1402
|
-
name: pulumi.Input[
|
|
1401
|
+
name: pulumi.Input[_builtins.str]
|
|
1403
1402
|
"""
|
|
1404
1403
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1405
1404
|
"""
|
|
@@ -1409,23 +1408,23 @@ elif False:
|
|
|
1409
1408
|
@pulumi.input_type
|
|
1410
1409
|
class PriorityLevelConfigurationReferenceArgs:
|
|
1411
1410
|
def __init__(__self__, *,
|
|
1412
|
-
name: pulumi.Input[
|
|
1411
|
+
name: pulumi.Input[_builtins.str]):
|
|
1413
1412
|
"""
|
|
1414
1413
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1415
|
-
:param pulumi.Input[
|
|
1414
|
+
:param pulumi.Input[_builtins.str] name: `name` is the name of the priority level configuration being referenced Required.
|
|
1416
1415
|
"""
|
|
1417
1416
|
pulumi.set(__self__, "name", name)
|
|
1418
1417
|
|
|
1419
|
-
@property
|
|
1418
|
+
@_builtins.property
|
|
1420
1419
|
@pulumi.getter
|
|
1421
|
-
def name(self) -> pulumi.Input[
|
|
1420
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
1422
1421
|
"""
|
|
1423
1422
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1424
1423
|
"""
|
|
1425
1424
|
return pulumi.get(self, "name")
|
|
1426
1425
|
|
|
1427
1426
|
@name.setter
|
|
1428
|
-
def name(self, value: pulumi.Input[
|
|
1427
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
1429
1428
|
pulumi.set(self, "name", value)
|
|
1430
1429
|
|
|
1431
1430
|
|
|
@@ -1438,7 +1437,7 @@ if not MYPY:
|
|
|
1438
1437
|
"""
|
|
1439
1438
|
`limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
|
|
1440
1439
|
"""
|
|
1441
|
-
type: NotRequired[pulumi.Input[
|
|
1440
|
+
type: NotRequired[pulumi.Input[_builtins.str]]
|
|
1442
1441
|
"""
|
|
1443
1442
|
`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.
|
|
1444
1443
|
"""
|
|
@@ -1449,18 +1448,18 @@ elif False:
|
|
|
1449
1448
|
class PriorityLevelConfigurationSpecPatchArgs:
|
|
1450
1449
|
def __init__(__self__, *,
|
|
1451
1450
|
limited: Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']] = None,
|
|
1452
|
-
type: Optional[pulumi.Input[
|
|
1451
|
+
type: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1453
1452
|
"""
|
|
1454
1453
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1455
1454
|
:param pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs'] limited: `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
|
|
1456
|
-
:param pulumi.Input[
|
|
1455
|
+
:param pulumi.Input[_builtins.str] type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1457
1456
|
"""
|
|
1458
1457
|
if limited is not None:
|
|
1459
1458
|
pulumi.set(__self__, "limited", limited)
|
|
1460
1459
|
if type is not None:
|
|
1461
1460
|
pulumi.set(__self__, "type", type)
|
|
1462
1461
|
|
|
1463
|
-
@property
|
|
1462
|
+
@_builtins.property
|
|
1464
1463
|
@pulumi.getter
|
|
1465
1464
|
def limited(self) -> Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']]:
|
|
1466
1465
|
"""
|
|
@@ -1472,16 +1471,16 @@ class PriorityLevelConfigurationSpecPatchArgs:
|
|
|
1472
1471
|
def limited(self, value: Optional[pulumi.Input['LimitedPriorityLevelConfigurationPatchArgs']]):
|
|
1473
1472
|
pulumi.set(self, "limited", value)
|
|
1474
1473
|
|
|
1475
|
-
@property
|
|
1474
|
+
@_builtins.property
|
|
1476
1475
|
@pulumi.getter
|
|
1477
|
-
def type(self) -> Optional[pulumi.Input[
|
|
1476
|
+
def type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1478
1477
|
"""
|
|
1479
1478
|
`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.
|
|
1480
1479
|
"""
|
|
1481
1480
|
return pulumi.get(self, "type")
|
|
1482
1481
|
|
|
1483
1482
|
@type.setter
|
|
1484
|
-
def type(self, value: Optional[pulumi.Input[
|
|
1483
|
+
def type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1485
1484
|
pulumi.set(self, "type", value)
|
|
1486
1485
|
|
|
1487
1486
|
|
|
@@ -1490,7 +1489,7 @@ if not MYPY:
|
|
|
1490
1489
|
"""
|
|
1491
1490
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1492
1491
|
"""
|
|
1493
|
-
type: pulumi.Input[
|
|
1492
|
+
type: pulumi.Input[_builtins.str]
|
|
1494
1493
|
"""
|
|
1495
1494
|
`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.
|
|
1496
1495
|
"""
|
|
@@ -1504,30 +1503,30 @@ elif False:
|
|
|
1504
1503
|
@pulumi.input_type
|
|
1505
1504
|
class PriorityLevelConfigurationSpecArgs:
|
|
1506
1505
|
def __init__(__self__, *,
|
|
1507
|
-
type: pulumi.Input[
|
|
1506
|
+
type: pulumi.Input[_builtins.str],
|
|
1508
1507
|
limited: Optional[pulumi.Input['LimitedPriorityLevelConfigurationArgs']] = None):
|
|
1509
1508
|
"""
|
|
1510
1509
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1511
|
-
:param pulumi.Input[
|
|
1510
|
+
:param pulumi.Input[_builtins.str] type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1512
1511
|
:param pulumi.Input['LimitedPriorityLevelConfigurationArgs'] limited: `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
|
|
1513
1512
|
"""
|
|
1514
1513
|
pulumi.set(__self__, "type", type)
|
|
1515
1514
|
if limited is not None:
|
|
1516
1515
|
pulumi.set(__self__, "limited", limited)
|
|
1517
1516
|
|
|
1518
|
-
@property
|
|
1517
|
+
@_builtins.property
|
|
1519
1518
|
@pulumi.getter
|
|
1520
|
-
def type(self) -> pulumi.Input[
|
|
1519
|
+
def type(self) -> pulumi.Input[_builtins.str]:
|
|
1521
1520
|
"""
|
|
1522
1521
|
`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.
|
|
1523
1522
|
"""
|
|
1524
1523
|
return pulumi.get(self, "type")
|
|
1525
1524
|
|
|
1526
1525
|
@type.setter
|
|
1527
|
-
def type(self, value: pulumi.Input[
|
|
1526
|
+
def type(self, value: pulumi.Input[_builtins.str]):
|
|
1528
1527
|
pulumi.set(self, "type", value)
|
|
1529
1528
|
|
|
1530
|
-
@property
|
|
1529
|
+
@_builtins.property
|
|
1531
1530
|
@pulumi.getter
|
|
1532
1531
|
def limited(self) -> Optional[pulumi.Input['LimitedPriorityLevelConfigurationArgs']]:
|
|
1533
1532
|
"""
|
|
@@ -1563,7 +1562,7 @@ class PriorityLevelConfigurationStatusArgs:
|
|
|
1563
1562
|
if conditions is not None:
|
|
1564
1563
|
pulumi.set(__self__, "conditions", conditions)
|
|
1565
1564
|
|
|
1566
|
-
@property
|
|
1565
|
+
@_builtins.property
|
|
1567
1566
|
@pulumi.getter
|
|
1568
1567
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PriorityLevelConfigurationConditionArgs']]]]:
|
|
1569
1568
|
"""
|
|
@@ -1581,11 +1580,11 @@ if not MYPY:
|
|
|
1581
1580
|
"""
|
|
1582
1581
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1583
1582
|
"""
|
|
1584
|
-
api_version: NotRequired[pulumi.Input[
|
|
1583
|
+
api_version: NotRequired[pulumi.Input[_builtins.str]]
|
|
1585
1584
|
"""
|
|
1586
1585
|
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
|
|
1587
1586
|
"""
|
|
1588
|
-
kind: NotRequired[pulumi.Input[
|
|
1587
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
1589
1588
|
"""
|
|
1590
1589
|
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
|
|
1591
1590
|
"""
|
|
@@ -1607,15 +1606,15 @@ elif False:
|
|
|
1607
1606
|
@pulumi.input_type
|
|
1608
1607
|
class PriorityLevelConfigurationArgs:
|
|
1609
1608
|
def __init__(__self__, *,
|
|
1610
|
-
api_version: Optional[pulumi.Input[
|
|
1611
|
-
kind: Optional[pulumi.Input[
|
|
1609
|
+
api_version: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1610
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1612
1611
|
metadata: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']] = None,
|
|
1613
1612
|
spec: Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']] = None,
|
|
1614
1613
|
status: Optional[pulumi.Input['PriorityLevelConfigurationStatusArgs']] = None):
|
|
1615
1614
|
"""
|
|
1616
1615
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1617
|
-
:param pulumi.Input[
|
|
1618
|
-
:param pulumi.Input[
|
|
1616
|
+
:param pulumi.Input[_builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1617
|
+
:param pulumi.Input[_builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1619
1618
|
:param pulumi.Input['_meta.v1.ObjectMetaArgs'] metadata: `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1620
1619
|
:param pulumi.Input['PriorityLevelConfigurationSpecArgs'] spec: `spec` is the specification of the desired behavior of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
1621
1620
|
:param pulumi.Input['PriorityLevelConfigurationStatusArgs'] status: `status` is the current status of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -1631,31 +1630,31 @@ class PriorityLevelConfigurationArgs:
|
|
|
1631
1630
|
if status is not None:
|
|
1632
1631
|
pulumi.set(__self__, "status", status)
|
|
1633
1632
|
|
|
1634
|
-
@property
|
|
1633
|
+
@_builtins.property
|
|
1635
1634
|
@pulumi.getter(name="apiVersion")
|
|
1636
|
-
def api_version(self) -> Optional[pulumi.Input[
|
|
1635
|
+
def api_version(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1637
1636
|
"""
|
|
1638
1637
|
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
|
|
1639
1638
|
"""
|
|
1640
1639
|
return pulumi.get(self, "api_version")
|
|
1641
1640
|
|
|
1642
1641
|
@api_version.setter
|
|
1643
|
-
def api_version(self, value: Optional[pulumi.Input[
|
|
1642
|
+
def api_version(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1644
1643
|
pulumi.set(self, "api_version", value)
|
|
1645
1644
|
|
|
1646
|
-
@property
|
|
1645
|
+
@_builtins.property
|
|
1647
1646
|
@pulumi.getter
|
|
1648
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
1647
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1649
1648
|
"""
|
|
1650
1649
|
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
|
|
1651
1650
|
"""
|
|
1652
1651
|
return pulumi.get(self, "kind")
|
|
1653
1652
|
|
|
1654
1653
|
@kind.setter
|
|
1655
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
1654
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1656
1655
|
pulumi.set(self, "kind", value)
|
|
1657
1656
|
|
|
1658
|
-
@property
|
|
1657
|
+
@_builtins.property
|
|
1659
1658
|
@pulumi.getter
|
|
1660
1659
|
def metadata(self) -> Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]:
|
|
1661
1660
|
"""
|
|
@@ -1667,7 +1666,7 @@ class PriorityLevelConfigurationArgs:
|
|
|
1667
1666
|
def metadata(self, value: Optional[pulumi.Input['_meta.v1.ObjectMetaArgs']]):
|
|
1668
1667
|
pulumi.set(self, "metadata", value)
|
|
1669
1668
|
|
|
1670
|
-
@property
|
|
1669
|
+
@_builtins.property
|
|
1671
1670
|
@pulumi.getter
|
|
1672
1671
|
def spec(self) -> Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']]:
|
|
1673
1672
|
"""
|
|
@@ -1679,7 +1678,7 @@ class PriorityLevelConfigurationArgs:
|
|
|
1679
1678
|
def spec(self, value: Optional[pulumi.Input['PriorityLevelConfigurationSpecArgs']]):
|
|
1680
1679
|
pulumi.set(self, "spec", value)
|
|
1681
1680
|
|
|
1682
|
-
@property
|
|
1681
|
+
@_builtins.property
|
|
1683
1682
|
@pulumi.getter
|
|
1684
1683
|
def status(self) -> Optional[pulumi.Input['PriorityLevelConfigurationStatusArgs']]:
|
|
1685
1684
|
"""
|
|
@@ -1697,15 +1696,15 @@ if not MYPY:
|
|
|
1697
1696
|
"""
|
|
1698
1697
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
1699
1698
|
"""
|
|
1700
|
-
hand_size: NotRequired[pulumi.Input[
|
|
1699
|
+
hand_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
1701
1700
|
"""
|
|
1702
1701
|
`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.
|
|
1703
1702
|
"""
|
|
1704
|
-
queue_length_limit: NotRequired[pulumi.Input[
|
|
1703
|
+
queue_length_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
1705
1704
|
"""
|
|
1706
1705
|
`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.
|
|
1707
1706
|
"""
|
|
1708
|
-
queues: NotRequired[pulumi.Input[
|
|
1707
|
+
queues: NotRequired[pulumi.Input[_builtins.int]]
|
|
1709
1708
|
"""
|
|
1710
1709
|
`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.
|
|
1711
1710
|
"""
|
|
@@ -1715,14 +1714,14 @@ elif False:
|
|
|
1715
1714
|
@pulumi.input_type
|
|
1716
1715
|
class QueuingConfigurationPatchArgs:
|
|
1717
1716
|
def __init__(__self__, *,
|
|
1718
|
-
hand_size: Optional[pulumi.Input[
|
|
1719
|
-
queue_length_limit: Optional[pulumi.Input[
|
|
1720
|
-
queues: Optional[pulumi.Input[
|
|
1717
|
+
hand_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1718
|
+
queue_length_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1719
|
+
queues: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1721
1720
|
"""
|
|
1722
1721
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
1723
|
-
:param pulumi.Input[
|
|
1724
|
-
:param pulumi.Input[
|
|
1725
|
-
:param pulumi.Input[
|
|
1722
|
+
:param pulumi.Input[_builtins.int] hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
|
|
1723
|
+
:param pulumi.Input[_builtins.int] queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
|
|
1724
|
+
:param pulumi.Input[_builtins.int] queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
1726
1725
|
"""
|
|
1727
1726
|
if hand_size is not None:
|
|
1728
1727
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -1731,40 +1730,40 @@ class QueuingConfigurationPatchArgs:
|
|
|
1731
1730
|
if queues is not None:
|
|
1732
1731
|
pulumi.set(__self__, "queues", queues)
|
|
1733
1732
|
|
|
1734
|
-
@property
|
|
1733
|
+
@_builtins.property
|
|
1735
1734
|
@pulumi.getter(name="handSize")
|
|
1736
|
-
def hand_size(self) -> Optional[pulumi.Input[
|
|
1735
|
+
def hand_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1737
1736
|
"""
|
|
1738
1737
|
`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.
|
|
1739
1738
|
"""
|
|
1740
1739
|
return pulumi.get(self, "hand_size")
|
|
1741
1740
|
|
|
1742
1741
|
@hand_size.setter
|
|
1743
|
-
def hand_size(self, value: Optional[pulumi.Input[
|
|
1742
|
+
def hand_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1744
1743
|
pulumi.set(self, "hand_size", value)
|
|
1745
1744
|
|
|
1746
|
-
@property
|
|
1745
|
+
@_builtins.property
|
|
1747
1746
|
@pulumi.getter(name="queueLengthLimit")
|
|
1748
|
-
def queue_length_limit(self) -> Optional[pulumi.Input[
|
|
1747
|
+
def queue_length_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1749
1748
|
"""
|
|
1750
1749
|
`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.
|
|
1751
1750
|
"""
|
|
1752
1751
|
return pulumi.get(self, "queue_length_limit")
|
|
1753
1752
|
|
|
1754
1753
|
@queue_length_limit.setter
|
|
1755
|
-
def queue_length_limit(self, value: Optional[pulumi.Input[
|
|
1754
|
+
def queue_length_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1756
1755
|
pulumi.set(self, "queue_length_limit", value)
|
|
1757
1756
|
|
|
1758
|
-
@property
|
|
1757
|
+
@_builtins.property
|
|
1759
1758
|
@pulumi.getter
|
|
1760
|
-
def queues(self) -> Optional[pulumi.Input[
|
|
1759
|
+
def queues(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1761
1760
|
"""
|
|
1762
1761
|
`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.
|
|
1763
1762
|
"""
|
|
1764
1763
|
return pulumi.get(self, "queues")
|
|
1765
1764
|
|
|
1766
1765
|
@queues.setter
|
|
1767
|
-
def queues(self, value: Optional[pulumi.Input[
|
|
1766
|
+
def queues(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1768
1767
|
pulumi.set(self, "queues", value)
|
|
1769
1768
|
|
|
1770
1769
|
|
|
@@ -1773,15 +1772,15 @@ if not MYPY:
|
|
|
1773
1772
|
"""
|
|
1774
1773
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
1775
1774
|
"""
|
|
1776
|
-
hand_size: NotRequired[pulumi.Input[
|
|
1775
|
+
hand_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
1777
1776
|
"""
|
|
1778
1777
|
`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.
|
|
1779
1778
|
"""
|
|
1780
|
-
queue_length_limit: NotRequired[pulumi.Input[
|
|
1779
|
+
queue_length_limit: NotRequired[pulumi.Input[_builtins.int]]
|
|
1781
1780
|
"""
|
|
1782
1781
|
`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.
|
|
1783
1782
|
"""
|
|
1784
|
-
queues: NotRequired[pulumi.Input[
|
|
1783
|
+
queues: NotRequired[pulumi.Input[_builtins.int]]
|
|
1785
1784
|
"""
|
|
1786
1785
|
`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.
|
|
1787
1786
|
"""
|
|
@@ -1791,14 +1790,14 @@ elif False:
|
|
|
1791
1790
|
@pulumi.input_type
|
|
1792
1791
|
class QueuingConfigurationArgs:
|
|
1793
1792
|
def __init__(__self__, *,
|
|
1794
|
-
hand_size: Optional[pulumi.Input[
|
|
1795
|
-
queue_length_limit: Optional[pulumi.Input[
|
|
1796
|
-
queues: Optional[pulumi.Input[
|
|
1793
|
+
hand_size: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1794
|
+
queue_length_limit: Optional[pulumi.Input[_builtins.int]] = None,
|
|
1795
|
+
queues: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1797
1796
|
"""
|
|
1798
1797
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
1799
|
-
:param pulumi.Input[
|
|
1800
|
-
:param pulumi.Input[
|
|
1801
|
-
:param pulumi.Input[
|
|
1798
|
+
:param pulumi.Input[_builtins.int] hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
|
|
1799
|
+
:param pulumi.Input[_builtins.int] queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
|
|
1800
|
+
:param pulumi.Input[_builtins.int] queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
1802
1801
|
"""
|
|
1803
1802
|
if hand_size is not None:
|
|
1804
1803
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -1807,40 +1806,40 @@ class QueuingConfigurationArgs:
|
|
|
1807
1806
|
if queues is not None:
|
|
1808
1807
|
pulumi.set(__self__, "queues", queues)
|
|
1809
1808
|
|
|
1810
|
-
@property
|
|
1809
|
+
@_builtins.property
|
|
1811
1810
|
@pulumi.getter(name="handSize")
|
|
1812
|
-
def hand_size(self) -> Optional[pulumi.Input[
|
|
1811
|
+
def hand_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1813
1812
|
"""
|
|
1814
1813
|
`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.
|
|
1815
1814
|
"""
|
|
1816
1815
|
return pulumi.get(self, "hand_size")
|
|
1817
1816
|
|
|
1818
1817
|
@hand_size.setter
|
|
1819
|
-
def hand_size(self, value: Optional[pulumi.Input[
|
|
1818
|
+
def hand_size(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1820
1819
|
pulumi.set(self, "hand_size", value)
|
|
1821
1820
|
|
|
1822
|
-
@property
|
|
1821
|
+
@_builtins.property
|
|
1823
1822
|
@pulumi.getter(name="queueLengthLimit")
|
|
1824
|
-
def queue_length_limit(self) -> Optional[pulumi.Input[
|
|
1823
|
+
def queue_length_limit(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1825
1824
|
"""
|
|
1826
1825
|
`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.
|
|
1827
1826
|
"""
|
|
1828
1827
|
return pulumi.get(self, "queue_length_limit")
|
|
1829
1828
|
|
|
1830
1829
|
@queue_length_limit.setter
|
|
1831
|
-
def queue_length_limit(self, value: Optional[pulumi.Input[
|
|
1830
|
+
def queue_length_limit(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1832
1831
|
pulumi.set(self, "queue_length_limit", value)
|
|
1833
1832
|
|
|
1834
|
-
@property
|
|
1833
|
+
@_builtins.property
|
|
1835
1834
|
@pulumi.getter
|
|
1836
|
-
def queues(self) -> Optional[pulumi.Input[
|
|
1835
|
+
def queues(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1837
1836
|
"""
|
|
1838
1837
|
`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
|
return pulumi.get(self, "queues")
|
|
1841
1840
|
|
|
1842
1841
|
@queues.setter
|
|
1843
|
-
def queues(self, value: Optional[pulumi.Input[
|
|
1842
|
+
def queues(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1844
1843
|
pulumi.set(self, "queues", value)
|
|
1845
1844
|
|
|
1846
1845
|
|
|
@@ -1849,23 +1848,23 @@ if not MYPY:
|
|
|
1849
1848
|
"""
|
|
1850
1849
|
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) least one member of namespaces matches the request.
|
|
1851
1850
|
"""
|
|
1852
|
-
api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
1851
|
+
api_groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1853
1852
|
"""
|
|
1854
1853
|
`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.
|
|
1855
1854
|
"""
|
|
1856
|
-
cluster_scope: NotRequired[pulumi.Input[
|
|
1855
|
+
cluster_scope: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1857
1856
|
"""
|
|
1858
1857
|
`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.
|
|
1859
1858
|
"""
|
|
1860
|
-
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
1859
|
+
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1861
1860
|
"""
|
|
1862
1861
|
`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.
|
|
1863
1862
|
"""
|
|
1864
|
-
resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
1863
|
+
resources: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1865
1864
|
"""
|
|
1866
1865
|
`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.
|
|
1867
1866
|
"""
|
|
1868
|
-
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
1867
|
+
verbs: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1869
1868
|
"""
|
|
1870
1869
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
1871
1870
|
"""
|
|
@@ -1875,18 +1874,18 @@ elif False:
|
|
|
1875
1874
|
@pulumi.input_type
|
|
1876
1875
|
class ResourcePolicyRulePatchArgs:
|
|
1877
1876
|
def __init__(__self__, *,
|
|
1878
|
-
api_groups: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1879
|
-
cluster_scope: Optional[pulumi.Input[
|
|
1880
|
-
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1881
|
-
resources: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1882
|
-
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1877
|
+
api_groups: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
1878
|
+
cluster_scope: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1879
|
+
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
1880
|
+
resources: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
1881
|
+
verbs: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
1883
1882
|
"""
|
|
1884
1883
|
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) least one member of namespaces matches the request.
|
|
1885
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1886
|
-
:param pulumi.Input[
|
|
1887
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1888
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1889
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
1884
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
|
|
1885
|
+
:param pulumi.Input[_builtins.bool] cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
|
|
1886
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
1887
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
|
|
1888
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
1890
1889
|
"""
|
|
1891
1890
|
if api_groups is not None:
|
|
1892
1891
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
@@ -1899,64 +1898,64 @@ class ResourcePolicyRulePatchArgs:
|
|
|
1899
1898
|
if verbs is not None:
|
|
1900
1899
|
pulumi.set(__self__, "verbs", verbs)
|
|
1901
1900
|
|
|
1902
|
-
@property
|
|
1901
|
+
@_builtins.property
|
|
1903
1902
|
@pulumi.getter(name="apiGroups")
|
|
1904
|
-
def api_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1903
|
+
def api_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1905
1904
|
"""
|
|
1906
1905
|
`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.
|
|
1907
1906
|
"""
|
|
1908
1907
|
return pulumi.get(self, "api_groups")
|
|
1909
1908
|
|
|
1910
1909
|
@api_groups.setter
|
|
1911
|
-
def api_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1910
|
+
def api_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1912
1911
|
pulumi.set(self, "api_groups", value)
|
|
1913
1912
|
|
|
1914
|
-
@property
|
|
1913
|
+
@_builtins.property
|
|
1915
1914
|
@pulumi.getter(name="clusterScope")
|
|
1916
|
-
def cluster_scope(self) -> Optional[pulumi.Input[
|
|
1915
|
+
def cluster_scope(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
1917
1916
|
"""
|
|
1918
1917
|
`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.
|
|
1919
1918
|
"""
|
|
1920
1919
|
return pulumi.get(self, "cluster_scope")
|
|
1921
1920
|
|
|
1922
1921
|
@cluster_scope.setter
|
|
1923
|
-
def cluster_scope(self, value: Optional[pulumi.Input[
|
|
1922
|
+
def cluster_scope(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
1924
1923
|
pulumi.set(self, "cluster_scope", value)
|
|
1925
1924
|
|
|
1926
|
-
@property
|
|
1925
|
+
@_builtins.property
|
|
1927
1926
|
@pulumi.getter
|
|
1928
|
-
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1927
|
+
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1929
1928
|
"""
|
|
1930
1929
|
`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.
|
|
1931
1930
|
"""
|
|
1932
1931
|
return pulumi.get(self, "namespaces")
|
|
1933
1932
|
|
|
1934
1933
|
@namespaces.setter
|
|
1935
|
-
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1934
|
+
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1936
1935
|
pulumi.set(self, "namespaces", value)
|
|
1937
1936
|
|
|
1938
|
-
@property
|
|
1937
|
+
@_builtins.property
|
|
1939
1938
|
@pulumi.getter
|
|
1940
|
-
def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1939
|
+
def resources(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1941
1940
|
"""
|
|
1942
1941
|
`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.
|
|
1943
1942
|
"""
|
|
1944
1943
|
return pulumi.get(self, "resources")
|
|
1945
1944
|
|
|
1946
1945
|
@resources.setter
|
|
1947
|
-
def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1946
|
+
def resources(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1948
1947
|
pulumi.set(self, "resources", value)
|
|
1949
1948
|
|
|
1950
|
-
@property
|
|
1949
|
+
@_builtins.property
|
|
1951
1950
|
@pulumi.getter
|
|
1952
|
-
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1951
|
+
def verbs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
1953
1952
|
"""
|
|
1954
1953
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
1955
1954
|
"""
|
|
1956
1955
|
return pulumi.get(self, "verbs")
|
|
1957
1956
|
|
|
1958
1957
|
@verbs.setter
|
|
1959
|
-
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1958
|
+
def verbs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
1960
1959
|
pulumi.set(self, "verbs", value)
|
|
1961
1960
|
|
|
1962
1961
|
|
|
@@ -1965,23 +1964,23 @@ if not MYPY:
|
|
|
1965
1964
|
"""
|
|
1966
1965
|
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) least one member of namespaces matches the request.
|
|
1967
1966
|
"""
|
|
1968
|
-
api_groups: pulumi.Input[Sequence[pulumi.Input[
|
|
1967
|
+
api_groups: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
1969
1968
|
"""
|
|
1970
1969
|
`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.
|
|
1971
1970
|
"""
|
|
1972
|
-
resources: pulumi.Input[Sequence[pulumi.Input[
|
|
1971
|
+
resources: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
1973
1972
|
"""
|
|
1974
1973
|
`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.
|
|
1975
1974
|
"""
|
|
1976
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[
|
|
1975
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
1977
1976
|
"""
|
|
1978
1977
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
1979
1978
|
"""
|
|
1980
|
-
cluster_scope: NotRequired[pulumi.Input[
|
|
1979
|
+
cluster_scope: NotRequired[pulumi.Input[_builtins.bool]]
|
|
1981
1980
|
"""
|
|
1982
1981
|
`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.
|
|
1983
1982
|
"""
|
|
1984
|
-
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[
|
|
1983
|
+
namespaces: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
1985
1984
|
"""
|
|
1986
1985
|
`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.
|
|
1987
1986
|
"""
|
|
@@ -1991,18 +1990,18 @@ elif False:
|
|
|
1991
1990
|
@pulumi.input_type
|
|
1992
1991
|
class ResourcePolicyRuleArgs:
|
|
1993
1992
|
def __init__(__self__, *,
|
|
1994
|
-
api_groups: pulumi.Input[Sequence[pulumi.Input[
|
|
1995
|
-
resources: pulumi.Input[Sequence[pulumi.Input[
|
|
1996
|
-
verbs: pulumi.Input[Sequence[pulumi.Input[
|
|
1997
|
-
cluster_scope: Optional[pulumi.Input[
|
|
1998
|
-
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
1993
|
+
api_groups: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
1994
|
+
resources: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
1995
|
+
verbs: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
1996
|
+
cluster_scope: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
1997
|
+
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None):
|
|
1999
1998
|
"""
|
|
2000
1999
|
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) least one member of namespaces matches the request.
|
|
2001
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2002
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2003
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2004
|
-
:param pulumi.Input[
|
|
2005
|
-
:param pulumi.Input[Sequence[pulumi.Input[
|
|
2000
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
|
|
2001
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
|
|
2002
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2003
|
+
:param pulumi.Input[_builtins.bool] cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
|
|
2004
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
2006
2005
|
"""
|
|
2007
2006
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
2008
2007
|
pulumi.set(__self__, "resources", resources)
|
|
@@ -2012,64 +2011,64 @@ class ResourcePolicyRuleArgs:
|
|
|
2012
2011
|
if namespaces is not None:
|
|
2013
2012
|
pulumi.set(__self__, "namespaces", namespaces)
|
|
2014
2013
|
|
|
2015
|
-
@property
|
|
2014
|
+
@_builtins.property
|
|
2016
2015
|
@pulumi.getter(name="apiGroups")
|
|
2017
|
-
def api_groups(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
2016
|
+
def api_groups(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
2018
2017
|
"""
|
|
2019
2018
|
`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.
|
|
2020
2019
|
"""
|
|
2021
2020
|
return pulumi.get(self, "api_groups")
|
|
2022
2021
|
|
|
2023
2022
|
@api_groups.setter
|
|
2024
|
-
def api_groups(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
2023
|
+
def api_groups(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
2025
2024
|
pulumi.set(self, "api_groups", value)
|
|
2026
2025
|
|
|
2027
|
-
@property
|
|
2026
|
+
@_builtins.property
|
|
2028
2027
|
@pulumi.getter
|
|
2029
|
-
def resources(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
2028
|
+
def resources(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
2030
2029
|
"""
|
|
2031
2030
|
`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.
|
|
2032
2031
|
"""
|
|
2033
2032
|
return pulumi.get(self, "resources")
|
|
2034
2033
|
|
|
2035
2034
|
@resources.setter
|
|
2036
|
-
def resources(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
2035
|
+
def resources(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
2037
2036
|
pulumi.set(self, "resources", value)
|
|
2038
2037
|
|
|
2039
|
-
@property
|
|
2038
|
+
@_builtins.property
|
|
2040
2039
|
@pulumi.getter
|
|
2041
|
-
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[
|
|
2040
|
+
def verbs(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
2042
2041
|
"""
|
|
2043
2042
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2044
2043
|
"""
|
|
2045
2044
|
return pulumi.get(self, "verbs")
|
|
2046
2045
|
|
|
2047
2046
|
@verbs.setter
|
|
2048
|
-
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[
|
|
2047
|
+
def verbs(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
|
|
2049
2048
|
pulumi.set(self, "verbs", value)
|
|
2050
2049
|
|
|
2051
|
-
@property
|
|
2050
|
+
@_builtins.property
|
|
2052
2051
|
@pulumi.getter(name="clusterScope")
|
|
2053
|
-
def cluster_scope(self) -> Optional[pulumi.Input[
|
|
2052
|
+
def cluster_scope(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
2054
2053
|
"""
|
|
2055
2054
|
`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.
|
|
2056
2055
|
"""
|
|
2057
2056
|
return pulumi.get(self, "cluster_scope")
|
|
2058
2057
|
|
|
2059
2058
|
@cluster_scope.setter
|
|
2060
|
-
def cluster_scope(self, value: Optional[pulumi.Input[
|
|
2059
|
+
def cluster_scope(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
2061
2060
|
pulumi.set(self, "cluster_scope", value)
|
|
2062
2061
|
|
|
2063
|
-
@property
|
|
2062
|
+
@_builtins.property
|
|
2064
2063
|
@pulumi.getter
|
|
2065
|
-
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2064
|
+
def namespaces(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
|
2066
2065
|
"""
|
|
2067
2066
|
`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.
|
|
2068
2067
|
"""
|
|
2069
2068
|
return pulumi.get(self, "namespaces")
|
|
2070
2069
|
|
|
2071
2070
|
@namespaces.setter
|
|
2072
|
-
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[
|
|
2071
|
+
def namespaces(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
|
|
2073
2072
|
pulumi.set(self, "namespaces", value)
|
|
2074
2073
|
|
|
2075
2074
|
|
|
@@ -2078,11 +2077,11 @@ if not MYPY:
|
|
|
2078
2077
|
"""
|
|
2079
2078
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2080
2079
|
"""
|
|
2081
|
-
name: NotRequired[pulumi.Input[
|
|
2080
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
2082
2081
|
"""
|
|
2083
2082
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2084
2083
|
"""
|
|
2085
|
-
namespace: NotRequired[pulumi.Input[
|
|
2084
|
+
namespace: NotRequired[pulumi.Input[_builtins.str]]
|
|
2086
2085
|
"""
|
|
2087
2086
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2088
2087
|
"""
|
|
@@ -2092,40 +2091,40 @@ elif False:
|
|
|
2092
2091
|
@pulumi.input_type
|
|
2093
2092
|
class ServiceAccountSubjectPatchArgs:
|
|
2094
2093
|
def __init__(__self__, *,
|
|
2095
|
-
name: Optional[pulumi.Input[
|
|
2096
|
-
namespace: Optional[pulumi.Input[
|
|
2094
|
+
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2095
|
+
namespace: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2097
2096
|
"""
|
|
2098
2097
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2099
|
-
:param pulumi.Input[
|
|
2100
|
-
:param pulumi.Input[
|
|
2098
|
+
:param pulumi.Input[_builtins.str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2099
|
+
:param pulumi.Input[_builtins.str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2101
2100
|
"""
|
|
2102
2101
|
if name is not None:
|
|
2103
2102
|
pulumi.set(__self__, "name", name)
|
|
2104
2103
|
if namespace is not None:
|
|
2105
2104
|
pulumi.set(__self__, "namespace", namespace)
|
|
2106
2105
|
|
|
2107
|
-
@property
|
|
2106
|
+
@_builtins.property
|
|
2108
2107
|
@pulumi.getter
|
|
2109
|
-
def name(self) -> Optional[pulumi.Input[
|
|
2108
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2110
2109
|
"""
|
|
2111
2110
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2112
2111
|
"""
|
|
2113
2112
|
return pulumi.get(self, "name")
|
|
2114
2113
|
|
|
2115
2114
|
@name.setter
|
|
2116
|
-
def name(self, value: Optional[pulumi.Input[
|
|
2115
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2117
2116
|
pulumi.set(self, "name", value)
|
|
2118
2117
|
|
|
2119
|
-
@property
|
|
2118
|
+
@_builtins.property
|
|
2120
2119
|
@pulumi.getter
|
|
2121
|
-
def namespace(self) -> Optional[pulumi.Input[
|
|
2120
|
+
def namespace(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2122
2121
|
"""
|
|
2123
2122
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2124
2123
|
"""
|
|
2125
2124
|
return pulumi.get(self, "namespace")
|
|
2126
2125
|
|
|
2127
2126
|
@namespace.setter
|
|
2128
|
-
def namespace(self, value: Optional[pulumi.Input[
|
|
2127
|
+
def namespace(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2129
2128
|
pulumi.set(self, "namespace", value)
|
|
2130
2129
|
|
|
2131
2130
|
|
|
@@ -2134,11 +2133,11 @@ if not MYPY:
|
|
|
2134
2133
|
"""
|
|
2135
2134
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2136
2135
|
"""
|
|
2137
|
-
name: pulumi.Input[
|
|
2136
|
+
name: pulumi.Input[_builtins.str]
|
|
2138
2137
|
"""
|
|
2139
2138
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2140
2139
|
"""
|
|
2141
|
-
namespace: pulumi.Input[
|
|
2140
|
+
namespace: pulumi.Input[_builtins.str]
|
|
2142
2141
|
"""
|
|
2143
2142
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2144
2143
|
"""
|
|
@@ -2148,38 +2147,38 @@ elif False:
|
|
|
2148
2147
|
@pulumi.input_type
|
|
2149
2148
|
class ServiceAccountSubjectArgs:
|
|
2150
2149
|
def __init__(__self__, *,
|
|
2151
|
-
name: pulumi.Input[
|
|
2152
|
-
namespace: pulumi.Input[
|
|
2150
|
+
name: pulumi.Input[_builtins.str],
|
|
2151
|
+
namespace: pulumi.Input[_builtins.str]):
|
|
2153
2152
|
"""
|
|
2154
2153
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2155
|
-
:param pulumi.Input[
|
|
2156
|
-
:param pulumi.Input[
|
|
2154
|
+
:param pulumi.Input[_builtins.str] name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2155
|
+
:param pulumi.Input[_builtins.str] namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2157
2156
|
"""
|
|
2158
2157
|
pulumi.set(__self__, "name", name)
|
|
2159
2158
|
pulumi.set(__self__, "namespace", namespace)
|
|
2160
2159
|
|
|
2161
|
-
@property
|
|
2160
|
+
@_builtins.property
|
|
2162
2161
|
@pulumi.getter
|
|
2163
|
-
def name(self) -> pulumi.Input[
|
|
2162
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
2164
2163
|
"""
|
|
2165
2164
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2166
2165
|
"""
|
|
2167
2166
|
return pulumi.get(self, "name")
|
|
2168
2167
|
|
|
2169
2168
|
@name.setter
|
|
2170
|
-
def name(self, value: pulumi.Input[
|
|
2169
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
2171
2170
|
pulumi.set(self, "name", value)
|
|
2172
2171
|
|
|
2173
|
-
@property
|
|
2172
|
+
@_builtins.property
|
|
2174
2173
|
@pulumi.getter
|
|
2175
|
-
def namespace(self) -> pulumi.Input[
|
|
2174
|
+
def namespace(self) -> pulumi.Input[_builtins.str]:
|
|
2176
2175
|
"""
|
|
2177
2176
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2178
2177
|
"""
|
|
2179
2178
|
return pulumi.get(self, "namespace")
|
|
2180
2179
|
|
|
2181
2180
|
@namespace.setter
|
|
2182
|
-
def namespace(self, value: pulumi.Input[
|
|
2181
|
+
def namespace(self, value: pulumi.Input[_builtins.str]):
|
|
2183
2182
|
pulumi.set(self, "namespace", value)
|
|
2184
2183
|
|
|
2185
2184
|
|
|
@@ -2189,7 +2188,7 @@ if not MYPY:
|
|
|
2189
2188
|
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.
|
|
2190
2189
|
"""
|
|
2191
2190
|
group: NotRequired[pulumi.Input['GroupSubjectPatchArgsDict']]
|
|
2192
|
-
kind: NotRequired[pulumi.Input[
|
|
2191
|
+
kind: NotRequired[pulumi.Input[_builtins.str]]
|
|
2193
2192
|
"""
|
|
2194
2193
|
Required
|
|
2195
2194
|
"""
|
|
@@ -2202,12 +2201,12 @@ elif False:
|
|
|
2202
2201
|
class SubjectPatchArgs:
|
|
2203
2202
|
def __init__(__self__, *,
|
|
2204
2203
|
group: Optional[pulumi.Input['GroupSubjectPatchArgs']] = None,
|
|
2205
|
-
kind: Optional[pulumi.Input[
|
|
2204
|
+
kind: Optional[pulumi.Input[_builtins.str]] = None,
|
|
2206
2205
|
service_account: Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']] = None,
|
|
2207
2206
|
user: Optional[pulumi.Input['UserSubjectPatchArgs']] = None):
|
|
2208
2207
|
"""
|
|
2209
2208
|
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.
|
|
2210
|
-
:param pulumi.Input[
|
|
2209
|
+
:param pulumi.Input[_builtins.str] kind: Required
|
|
2211
2210
|
"""
|
|
2212
2211
|
if group is not None:
|
|
2213
2212
|
pulumi.set(__self__, "group", group)
|
|
@@ -2218,7 +2217,7 @@ class SubjectPatchArgs:
|
|
|
2218
2217
|
if user is not None:
|
|
2219
2218
|
pulumi.set(__self__, "user", user)
|
|
2220
2219
|
|
|
2221
|
-
@property
|
|
2220
|
+
@_builtins.property
|
|
2222
2221
|
@pulumi.getter
|
|
2223
2222
|
def group(self) -> Optional[pulumi.Input['GroupSubjectPatchArgs']]:
|
|
2224
2223
|
return pulumi.get(self, "group")
|
|
@@ -2227,19 +2226,19 @@ class SubjectPatchArgs:
|
|
|
2227
2226
|
def group(self, value: Optional[pulumi.Input['GroupSubjectPatchArgs']]):
|
|
2228
2227
|
pulumi.set(self, "group", value)
|
|
2229
2228
|
|
|
2230
|
-
@property
|
|
2229
|
+
@_builtins.property
|
|
2231
2230
|
@pulumi.getter
|
|
2232
|
-
def kind(self) -> Optional[pulumi.Input[
|
|
2231
|
+
def kind(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2233
2232
|
"""
|
|
2234
2233
|
Required
|
|
2235
2234
|
"""
|
|
2236
2235
|
return pulumi.get(self, "kind")
|
|
2237
2236
|
|
|
2238
2237
|
@kind.setter
|
|
2239
|
-
def kind(self, value: Optional[pulumi.Input[
|
|
2238
|
+
def kind(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2240
2239
|
pulumi.set(self, "kind", value)
|
|
2241
2240
|
|
|
2242
|
-
@property
|
|
2241
|
+
@_builtins.property
|
|
2243
2242
|
@pulumi.getter(name="serviceAccount")
|
|
2244
2243
|
def service_account(self) -> Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']]:
|
|
2245
2244
|
return pulumi.get(self, "service_account")
|
|
@@ -2248,7 +2247,7 @@ class SubjectPatchArgs:
|
|
|
2248
2247
|
def service_account(self, value: Optional[pulumi.Input['ServiceAccountSubjectPatchArgs']]):
|
|
2249
2248
|
pulumi.set(self, "service_account", value)
|
|
2250
2249
|
|
|
2251
|
-
@property
|
|
2250
|
+
@_builtins.property
|
|
2252
2251
|
@pulumi.getter
|
|
2253
2252
|
def user(self) -> Optional[pulumi.Input['UserSubjectPatchArgs']]:
|
|
2254
2253
|
return pulumi.get(self, "user")
|
|
@@ -2263,7 +2262,7 @@ if not MYPY:
|
|
|
2263
2262
|
"""
|
|
2264
2263
|
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.
|
|
2265
2264
|
"""
|
|
2266
|
-
kind: pulumi.Input[
|
|
2265
|
+
kind: pulumi.Input[_builtins.str]
|
|
2267
2266
|
"""
|
|
2268
2267
|
Required
|
|
2269
2268
|
"""
|
|
@@ -2276,13 +2275,13 @@ elif False:
|
|
|
2276
2275
|
@pulumi.input_type
|
|
2277
2276
|
class SubjectArgs:
|
|
2278
2277
|
def __init__(__self__, *,
|
|
2279
|
-
kind: pulumi.Input[
|
|
2278
|
+
kind: pulumi.Input[_builtins.str],
|
|
2280
2279
|
group: Optional[pulumi.Input['GroupSubjectArgs']] = None,
|
|
2281
2280
|
service_account: Optional[pulumi.Input['ServiceAccountSubjectArgs']] = None,
|
|
2282
2281
|
user: Optional[pulumi.Input['UserSubjectArgs']] = None):
|
|
2283
2282
|
"""
|
|
2284
2283
|
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.
|
|
2285
|
-
:param pulumi.Input[
|
|
2284
|
+
:param pulumi.Input[_builtins.str] kind: Required
|
|
2286
2285
|
"""
|
|
2287
2286
|
pulumi.set(__self__, "kind", kind)
|
|
2288
2287
|
if group is not None:
|
|
@@ -2292,19 +2291,19 @@ class SubjectArgs:
|
|
|
2292
2291
|
if user is not None:
|
|
2293
2292
|
pulumi.set(__self__, "user", user)
|
|
2294
2293
|
|
|
2295
|
-
@property
|
|
2294
|
+
@_builtins.property
|
|
2296
2295
|
@pulumi.getter
|
|
2297
|
-
def kind(self) -> pulumi.Input[
|
|
2296
|
+
def kind(self) -> pulumi.Input[_builtins.str]:
|
|
2298
2297
|
"""
|
|
2299
2298
|
Required
|
|
2300
2299
|
"""
|
|
2301
2300
|
return pulumi.get(self, "kind")
|
|
2302
2301
|
|
|
2303
2302
|
@kind.setter
|
|
2304
|
-
def kind(self, value: pulumi.Input[
|
|
2303
|
+
def kind(self, value: pulumi.Input[_builtins.str]):
|
|
2305
2304
|
pulumi.set(self, "kind", value)
|
|
2306
2305
|
|
|
2307
|
-
@property
|
|
2306
|
+
@_builtins.property
|
|
2308
2307
|
@pulumi.getter
|
|
2309
2308
|
def group(self) -> Optional[pulumi.Input['GroupSubjectArgs']]:
|
|
2310
2309
|
return pulumi.get(self, "group")
|
|
@@ -2313,7 +2312,7 @@ class SubjectArgs:
|
|
|
2313
2312
|
def group(self, value: Optional[pulumi.Input['GroupSubjectArgs']]):
|
|
2314
2313
|
pulumi.set(self, "group", value)
|
|
2315
2314
|
|
|
2316
|
-
@property
|
|
2315
|
+
@_builtins.property
|
|
2317
2316
|
@pulumi.getter(name="serviceAccount")
|
|
2318
2317
|
def service_account(self) -> Optional[pulumi.Input['ServiceAccountSubjectArgs']]:
|
|
2319
2318
|
return pulumi.get(self, "service_account")
|
|
@@ -2322,7 +2321,7 @@ class SubjectArgs:
|
|
|
2322
2321
|
def service_account(self, value: Optional[pulumi.Input['ServiceAccountSubjectArgs']]):
|
|
2323
2322
|
pulumi.set(self, "service_account", value)
|
|
2324
2323
|
|
|
2325
|
-
@property
|
|
2324
|
+
@_builtins.property
|
|
2326
2325
|
@pulumi.getter
|
|
2327
2326
|
def user(self) -> Optional[pulumi.Input['UserSubjectArgs']]:
|
|
2328
2327
|
return pulumi.get(self, "user")
|
|
@@ -2337,7 +2336,7 @@ if not MYPY:
|
|
|
2337
2336
|
"""
|
|
2338
2337
|
UserSubject holds detailed information for user-kind subject.
|
|
2339
2338
|
"""
|
|
2340
|
-
name: NotRequired[pulumi.Input[
|
|
2339
|
+
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
2341
2340
|
"""
|
|
2342
2341
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2343
2342
|
"""
|
|
@@ -2347,24 +2346,24 @@ elif False:
|
|
|
2347
2346
|
@pulumi.input_type
|
|
2348
2347
|
class UserSubjectPatchArgs:
|
|
2349
2348
|
def __init__(__self__, *,
|
|
2350
|
-
name: Optional[pulumi.Input[
|
|
2349
|
+
name: Optional[pulumi.Input[_builtins.str]] = None):
|
|
2351
2350
|
"""
|
|
2352
2351
|
UserSubject holds detailed information for user-kind subject.
|
|
2353
|
-
:param pulumi.Input[
|
|
2352
|
+
:param pulumi.Input[_builtins.str] name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2354
2353
|
"""
|
|
2355
2354
|
if name is not None:
|
|
2356
2355
|
pulumi.set(__self__, "name", name)
|
|
2357
2356
|
|
|
2358
|
-
@property
|
|
2357
|
+
@_builtins.property
|
|
2359
2358
|
@pulumi.getter
|
|
2360
|
-
def name(self) -> Optional[pulumi.Input[
|
|
2359
|
+
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
2361
2360
|
"""
|
|
2362
2361
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2363
2362
|
"""
|
|
2364
2363
|
return pulumi.get(self, "name")
|
|
2365
2364
|
|
|
2366
2365
|
@name.setter
|
|
2367
|
-
def name(self, value: Optional[pulumi.Input[
|
|
2366
|
+
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
2368
2367
|
pulumi.set(self, "name", value)
|
|
2369
2368
|
|
|
2370
2369
|
|
|
@@ -2373,7 +2372,7 @@ if not MYPY:
|
|
|
2373
2372
|
"""
|
|
2374
2373
|
UserSubject holds detailed information for user-kind subject.
|
|
2375
2374
|
"""
|
|
2376
|
-
name: pulumi.Input[
|
|
2375
|
+
name: pulumi.Input[_builtins.str]
|
|
2377
2376
|
"""
|
|
2378
2377
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2379
2378
|
"""
|
|
@@ -2383,23 +2382,23 @@ elif False:
|
|
|
2383
2382
|
@pulumi.input_type
|
|
2384
2383
|
class UserSubjectArgs:
|
|
2385
2384
|
def __init__(__self__, *,
|
|
2386
|
-
name: pulumi.Input[
|
|
2385
|
+
name: pulumi.Input[_builtins.str]):
|
|
2387
2386
|
"""
|
|
2388
2387
|
UserSubject holds detailed information for user-kind subject.
|
|
2389
|
-
:param pulumi.Input[
|
|
2388
|
+
:param pulumi.Input[_builtins.str] name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2390
2389
|
"""
|
|
2391
2390
|
pulumi.set(__self__, "name", name)
|
|
2392
2391
|
|
|
2393
|
-
@property
|
|
2392
|
+
@_builtins.property
|
|
2394
2393
|
@pulumi.getter
|
|
2395
|
-
def name(self) -> pulumi.Input[
|
|
2394
|
+
def name(self) -> pulumi.Input[_builtins.str]:
|
|
2396
2395
|
"""
|
|
2397
2396
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2398
2397
|
"""
|
|
2399
2398
|
return pulumi.get(self, "name")
|
|
2400
2399
|
|
|
2401
2400
|
@name.setter
|
|
2402
|
-
def name(self, value: pulumi.Input[
|
|
2401
|
+
def name(self, value: pulumi.Input[_builtins.str]):
|
|
2403
2402
|
pulumi.set(self, "name", value)
|
|
2404
2403
|
|
|
2405
2404
|
|