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