pulumi-kubernetes 4.24.0a1753079574__py3-none-any.whl → 4.24.0a1753165802__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -1
- pulumi_kubernetes/_inputs.py +49 -50
- pulumi_kubernetes/admissionregistration/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +715 -716
- pulumi_kubernetes/admissionregistration/v1/outputs.py +512 -513
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +495 -496
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +364 -365
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +26 -27
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +25 -26
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +711 -712
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +508 -509
- pulumi_kubernetes/apiextensions/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1/_inputs.py +906 -907
- pulumi_kubernetes/apiextensions/v1/outputs.py +620 -621
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +25 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +26 -27
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -835
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -573
- pulumi_kubernetes/apiregistration/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -129
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +25 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +26 -27
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -158
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -129
- pulumi_kubernetes/apps/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1/_inputs.py +749 -750
- pulumi_kubernetes/apps/v1/outputs.py +713 -714
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -410
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -382
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +35 -36
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +35 -36
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/Deployment.py +26 -27
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +26 -27
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +25 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +26 -27
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -656
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -646
- pulumi_kubernetes/auditregistration/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +25 -26
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -146
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -102
- pulumi_kubernetes/autoscaling/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -121
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -103
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2/_inputs.py +410 -411
- pulumi_kubernetes/autoscaling/v2/outputs.py +374 -375
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -452
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -425
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +25 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +26 -27
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -1
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -399
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -367
- pulumi_kubernetes/batch/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/Job.py +26 -27
- pulumi_kubernetes/batch/v1/JobList.py +25 -26
- pulumi_kubernetes/batch/v1/JobPatch.py +26 -27
- pulumi_kubernetes/batch/v1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1/_inputs.py +494 -495
- pulumi_kubernetes/batch/v1/outputs.py +419 -420
- pulumi_kubernetes/batch/v1beta1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -77
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +25 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +26 -27
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -1
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -102
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -77
- pulumi_kubernetes/certificates/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -156
- pulumi_kubernetes/certificates/v1/outputs.py +134 -135
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -40
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -28
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +26 -27
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +25 -26
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +182 -183
- pulumi_kubernetes/certificates/v1beta1/outputs.py +154 -155
- pulumi_kubernetes/coordination/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -100
- pulumi_kubernetes/coordination/v1/outputs.py +67 -68
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +87 -88
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +59 -60
- pulumi_kubernetes/coordination/v1beta1/Lease.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +25 -26
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +161 -162
- pulumi_kubernetes/coordination/v1beta1/outputs.py +109 -110
- pulumi_kubernetes/core/__init__.py +1 -1
- pulumi_kubernetes/core/v1/Binding.py +25 -26
- pulumi_kubernetes/core/v1/BindingPatch.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMap.py +53 -54
- pulumi_kubernetes/core/v1/ConfigMapList.py +25 -26
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +53 -54
- pulumi_kubernetes/core/v1/Endpoints.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsList.py +25 -26
- pulumi_kubernetes/core/v1/EndpointsPatch.py +25 -26
- pulumi_kubernetes/core/v1/Event.py +131 -132
- pulumi_kubernetes/core/v1/EventList.py +25 -26
- pulumi_kubernetes/core/v1/EventPatch.py +131 -132
- pulumi_kubernetes/core/v1/LimitRange.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangeList.py +25 -26
- pulumi_kubernetes/core/v1/LimitRangePatch.py +25 -26
- pulumi_kubernetes/core/v1/Namespace.py +26 -27
- pulumi_kubernetes/core/v1/NamespaceList.py +25 -26
- pulumi_kubernetes/core/v1/NamespacePatch.py +26 -27
- pulumi_kubernetes/core/v1/Node.py +26 -27
- pulumi_kubernetes/core/v1/NodeList.py +25 -26
- pulumi_kubernetes/core/v1/NodePatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolume.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +26 -27
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +25 -26
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +26 -27
- pulumi_kubernetes/core/v1/Pod.py +26 -27
- pulumi_kubernetes/core/v1/PodList.py +25 -26
- pulumi_kubernetes/core/v1/PodPatch.py +26 -27
- pulumi_kubernetes/core/v1/PodTemplate.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplateList.py +25 -26
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationController.py +26 -27
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +25 -26
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuota.py +26 -27
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +25 -26
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +26 -27
- pulumi_kubernetes/core/v1/Secret.py +63 -64
- pulumi_kubernetes/core/v1/SecretList.py +25 -26
- pulumi_kubernetes/core/v1/SecretPatch.py +63 -64
- pulumi_kubernetes/core/v1/Service.py +26 -27
- pulumi_kubernetes/core/v1/ServiceAccount.py +37 -38
- pulumi_kubernetes/core/v1/ServiceAccountList.py +25 -26
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +37 -38
- pulumi_kubernetes/core/v1/ServiceList.py +25 -26
- pulumi_kubernetes/core/v1/ServicePatch.py +26 -27
- pulumi_kubernetes/core/v1/__init__.py +1 -1
- pulumi_kubernetes/core/v1/_enums.py +2 -2
- pulumi_kubernetes/core/v1/_inputs.py +7133 -7134
- pulumi_kubernetes/core/v1/outputs.py +5390 -5391
- pulumi_kubernetes/discovery/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1/_inputs.py +200 -201
- pulumi_kubernetes/discovery/v1/outputs.py +138 -139
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +25 -26
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +37 -38
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -159
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -109
- pulumi_kubernetes/events/__init__.py +1 -1
- pulumi_kubernetes/events/v1/Event.py +131 -132
- pulumi_kubernetes/events/v1/EventList.py +25 -26
- pulumi_kubernetes/events/v1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1/__init__.py +1 -1
- pulumi_kubernetes/events/v1/_inputs.py +102 -103
- pulumi_kubernetes/events/v1/outputs.py +70 -71
- pulumi_kubernetes/events/v1beta1/Event.py +131 -132
- pulumi_kubernetes/events/v1beta1/EventList.py +25 -26
- pulumi_kubernetes/events/v1beta1/EventPatch.py +131 -132
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -115
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -79
- pulumi_kubernetes/extensions/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +25 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +26 -27
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1098
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -900
- pulumi_kubernetes/flowcontrol/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -370
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -300
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -334
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +25 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +26 -27
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -1
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +419 -420
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +333 -334
- pulumi_kubernetes/helm/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/Release.py +316 -317
- pulumi_kubernetes/helm/v3/__init__.py +1 -1
- pulumi_kubernetes/helm/v3/_inputs.py +37 -38
- pulumi_kubernetes/helm/v3/outputs.py +54 -55
- pulumi_kubernetes/helm/v4/Chart.py +95 -96
- pulumi_kubernetes/helm/v4/__init__.py +1 -1
- pulumi_kubernetes/helm/v4/_inputs.py +34 -35
- pulumi_kubernetes/kustomize/__init__.py +1 -1
- pulumi_kubernetes/kustomize/v2/Directory.py +35 -36
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -1
- pulumi_kubernetes/meta/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/Status.py +57 -58
- pulumi_kubernetes/meta/v1/StatusPatch.py +57 -58
- pulumi_kubernetes/meta/v1/__init__.py +1 -1
- pulumi_kubernetes/meta/v1/_inputs.py +551 -552
- pulumi_kubernetes/meta/v1/outputs.py +395 -396
- pulumi_kubernetes/networking/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +26 -27
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +25 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1/_inputs.py +463 -464
- pulumi_kubernetes/networking/v1/outputs.py +350 -351
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -158
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -111
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +26 -27
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +26 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +25 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +26 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -248
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -174
- pulumi_kubernetes/node/__init__.py +1 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1/__init__.py +1 -1
- pulumi_kubernetes/node/v1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1/outputs.py +34 -35
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +25 -26
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -58
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -42
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +37 -38
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +25 -26
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +37 -38
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -49
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -35
- pulumi_kubernetes/policy/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1/_inputs.py +91 -92
- pulumi_kubernetes/policy/v1/outputs.py +80 -81
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +26 -27
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +25 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +25 -26
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -471
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -343
- pulumi_kubernetes/provider.py +107 -108
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -143
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/Role.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +27 -28
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +25 -26
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -207
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -143
- pulumi_kubernetes/resource/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -269
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -231
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +37 -38
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +29 -30
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +47 -48
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +45 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -551
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -450
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +27 -28
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -1
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +836 -837
- pulumi_kubernetes/resource/v1alpha3/outputs.py +685 -686
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta1/outputs.py +564 -565
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +26 -27
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +25 -26
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +25 -26
- pulumi_kubernetes/resource/v1beta2/__init__.py +1 -1
- pulumi_kubernetes/resource/v1beta2/_inputs.py +686 -687
- pulumi_kubernetes/resource/v1beta2/outputs.py +564 -565
- pulumi_kubernetes/scheduling/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -27
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +25 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +63 -64
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -39
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -27
- pulumi_kubernetes/settings/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -26
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -22
- pulumi_kubernetes/storage/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1/_inputs.py +372 -373
- pulumi_kubernetes/storage/v1/outputs.py +278 -279
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -108
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -94
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINode.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +55 -56
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +55 -56
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +85 -86
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +85 -86
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +26 -27
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +43 -44
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +25 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +43 -44
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -1
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -368
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -272
- pulumi_kubernetes/storagemigration/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +25 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +26 -27
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -1
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -104
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -97
- pulumi_kubernetes/yaml/__init__.py +1 -1
- pulumi_kubernetes/yaml/v2/ConfigFile.py +26 -27
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +35 -36
- pulumi_kubernetes/yaml/v2/__init__.py +1 -1
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.24.0a1753165802.dist-info/RECORD +709 -0
- pulumi_kubernetes-4.24.0a1753079574.dist-info/RECORD +0 -709
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.24.0a1753079574.dist-info → pulumi_kubernetes-4.24.0a1753165802.dist-info}/top_level.txt +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import builtins
|
|
6
|
-
import copy
|
|
5
|
+
import builtins as _builtins
|
|
7
6
|
import warnings
|
|
8
7
|
import sys
|
|
9
8
|
import pulumi
|
|
@@ -64,16 +63,16 @@ class FlowDistinguisherMethod(dict):
|
|
|
64
63
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
65
64
|
"""
|
|
66
65
|
def __init__(__self__, *,
|
|
67
|
-
type:
|
|
66
|
+
type: _builtins.str):
|
|
68
67
|
"""
|
|
69
68
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
70
|
-
:param
|
|
69
|
+
:param _builtins.str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
71
70
|
"""
|
|
72
71
|
pulumi.set(__self__, "type", type)
|
|
73
72
|
|
|
74
|
-
@property
|
|
73
|
+
@_builtins.property
|
|
75
74
|
@pulumi.getter
|
|
76
|
-
def type(self) ->
|
|
75
|
+
def type(self) -> _builtins.str:
|
|
77
76
|
"""
|
|
78
77
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
79
78
|
"""
|
|
@@ -86,17 +85,17 @@ class FlowDistinguisherMethodPatch(dict):
|
|
|
86
85
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
87
86
|
"""
|
|
88
87
|
def __init__(__self__, *,
|
|
89
|
-
type: Optional[
|
|
88
|
+
type: Optional[_builtins.str] = None):
|
|
90
89
|
"""
|
|
91
90
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
92
|
-
:param
|
|
91
|
+
:param _builtins.str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
93
92
|
"""
|
|
94
93
|
if type is not None:
|
|
95
94
|
pulumi.set(__self__, "type", type)
|
|
96
95
|
|
|
97
|
-
@property
|
|
96
|
+
@_builtins.property
|
|
98
97
|
@pulumi.getter
|
|
99
|
-
def type(self) -> Optional[
|
|
98
|
+
def type(self) -> Optional[_builtins.str]:
|
|
100
99
|
"""
|
|
101
100
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
102
101
|
"""
|
|
@@ -126,15 +125,15 @@ class FlowSchema(dict):
|
|
|
126
125
|
return super().get(key, default)
|
|
127
126
|
|
|
128
127
|
def __init__(__self__, *,
|
|
129
|
-
api_version: Optional[
|
|
130
|
-
kind: Optional[
|
|
128
|
+
api_version: Optional[_builtins.str] = None,
|
|
129
|
+
kind: Optional[_builtins.str] = None,
|
|
131
130
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
132
131
|
spec: Optional['outputs.FlowSchemaSpec'] = None,
|
|
133
132
|
status: Optional['outputs.FlowSchemaStatus'] = None):
|
|
134
133
|
"""
|
|
135
134
|
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".
|
|
136
|
-
:param
|
|
137
|
-
:param
|
|
135
|
+
:param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
136
|
+
:param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
138
137
|
:param '_meta.v1.ObjectMetaArgs' metadata: `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
139
138
|
:param 'FlowSchemaSpecArgs' spec: `spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
140
139
|
:param 'FlowSchemaStatusArgs' status: `status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -150,23 +149,23 @@ class FlowSchema(dict):
|
|
|
150
149
|
if status is not None:
|
|
151
150
|
pulumi.set(__self__, "status", status)
|
|
152
151
|
|
|
153
|
-
@property
|
|
152
|
+
@_builtins.property
|
|
154
153
|
@pulumi.getter(name="apiVersion")
|
|
155
|
-
def api_version(self) -> Optional[
|
|
154
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
156
155
|
"""
|
|
157
156
|
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
|
|
158
157
|
"""
|
|
159
158
|
return pulumi.get(self, "api_version")
|
|
160
159
|
|
|
161
|
-
@property
|
|
160
|
+
@_builtins.property
|
|
162
161
|
@pulumi.getter
|
|
163
|
-
def kind(self) -> Optional[
|
|
162
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
164
163
|
"""
|
|
165
164
|
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
|
|
166
165
|
"""
|
|
167
166
|
return pulumi.get(self, "kind")
|
|
168
167
|
|
|
169
|
-
@property
|
|
168
|
+
@_builtins.property
|
|
170
169
|
@pulumi.getter
|
|
171
170
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
172
171
|
"""
|
|
@@ -174,7 +173,7 @@ class FlowSchema(dict):
|
|
|
174
173
|
"""
|
|
175
174
|
return pulumi.get(self, "metadata")
|
|
176
175
|
|
|
177
|
-
@property
|
|
176
|
+
@_builtins.property
|
|
178
177
|
@pulumi.getter
|
|
179
178
|
def spec(self) -> Optional['outputs.FlowSchemaSpec']:
|
|
180
179
|
"""
|
|
@@ -182,7 +181,7 @@ class FlowSchema(dict):
|
|
|
182
181
|
"""
|
|
183
182
|
return pulumi.get(self, "spec")
|
|
184
183
|
|
|
185
|
-
@property
|
|
184
|
+
@_builtins.property
|
|
186
185
|
@pulumi.getter
|
|
187
186
|
def status(self) -> Optional['outputs.FlowSchemaStatus']:
|
|
188
187
|
"""
|
|
@@ -214,18 +213,18 @@ class FlowSchemaCondition(dict):
|
|
|
214
213
|
return super().get(key, default)
|
|
215
214
|
|
|
216
215
|
def __init__(__self__, *,
|
|
217
|
-
last_transition_time: Optional[
|
|
218
|
-
message: Optional[
|
|
219
|
-
reason: Optional[
|
|
220
|
-
status: Optional[
|
|
221
|
-
type: Optional[
|
|
216
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
217
|
+
message: Optional[_builtins.str] = None,
|
|
218
|
+
reason: Optional[_builtins.str] = None,
|
|
219
|
+
status: Optional[_builtins.str] = None,
|
|
220
|
+
type: Optional[_builtins.str] = None):
|
|
222
221
|
"""
|
|
223
222
|
FlowSchemaCondition describes conditions for a FlowSchema.
|
|
224
|
-
:param
|
|
225
|
-
:param
|
|
226
|
-
:param
|
|
227
|
-
:param
|
|
228
|
-
:param
|
|
223
|
+
:param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
224
|
+
:param _builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
225
|
+
:param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
226
|
+
:param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
227
|
+
:param _builtins.str type: `type` is the type of the condition. Required.
|
|
229
228
|
"""
|
|
230
229
|
if last_transition_time is not None:
|
|
231
230
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -238,41 +237,41 @@ class FlowSchemaCondition(dict):
|
|
|
238
237
|
if type is not None:
|
|
239
238
|
pulumi.set(__self__, "type", type)
|
|
240
239
|
|
|
241
|
-
@property
|
|
240
|
+
@_builtins.property
|
|
242
241
|
@pulumi.getter(name="lastTransitionTime")
|
|
243
|
-
def last_transition_time(self) -> Optional[
|
|
242
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
244
243
|
"""
|
|
245
244
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
246
245
|
"""
|
|
247
246
|
return pulumi.get(self, "last_transition_time")
|
|
248
247
|
|
|
249
|
-
@property
|
|
248
|
+
@_builtins.property
|
|
250
249
|
@pulumi.getter
|
|
251
|
-
def message(self) -> Optional[
|
|
250
|
+
def message(self) -> Optional[_builtins.str]:
|
|
252
251
|
"""
|
|
253
252
|
`message` is a human-readable message indicating details about last transition.
|
|
254
253
|
"""
|
|
255
254
|
return pulumi.get(self, "message")
|
|
256
255
|
|
|
257
|
-
@property
|
|
256
|
+
@_builtins.property
|
|
258
257
|
@pulumi.getter
|
|
259
|
-
def reason(self) -> Optional[
|
|
258
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
260
259
|
"""
|
|
261
260
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
262
261
|
"""
|
|
263
262
|
return pulumi.get(self, "reason")
|
|
264
263
|
|
|
265
|
-
@property
|
|
264
|
+
@_builtins.property
|
|
266
265
|
@pulumi.getter
|
|
267
|
-
def status(self) -> Optional[
|
|
266
|
+
def status(self) -> Optional[_builtins.str]:
|
|
268
267
|
"""
|
|
269
268
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
270
269
|
"""
|
|
271
270
|
return pulumi.get(self, "status")
|
|
272
271
|
|
|
273
|
-
@property
|
|
272
|
+
@_builtins.property
|
|
274
273
|
@pulumi.getter
|
|
275
|
-
def type(self) -> Optional[
|
|
274
|
+
def type(self) -> Optional[_builtins.str]:
|
|
276
275
|
"""
|
|
277
276
|
`type` is the type of the condition. Required.
|
|
278
277
|
"""
|
|
@@ -302,18 +301,18 @@ class FlowSchemaConditionPatch(dict):
|
|
|
302
301
|
return super().get(key, default)
|
|
303
302
|
|
|
304
303
|
def __init__(__self__, *,
|
|
305
|
-
last_transition_time: Optional[
|
|
306
|
-
message: Optional[
|
|
307
|
-
reason: Optional[
|
|
308
|
-
status: Optional[
|
|
309
|
-
type: Optional[
|
|
304
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
305
|
+
message: Optional[_builtins.str] = None,
|
|
306
|
+
reason: Optional[_builtins.str] = None,
|
|
307
|
+
status: Optional[_builtins.str] = None,
|
|
308
|
+
type: Optional[_builtins.str] = None):
|
|
310
309
|
"""
|
|
311
310
|
FlowSchemaCondition describes conditions for a FlowSchema.
|
|
312
|
-
:param
|
|
313
|
-
:param
|
|
314
|
-
:param
|
|
315
|
-
:param
|
|
316
|
-
:param
|
|
311
|
+
:param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
312
|
+
:param _builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
313
|
+
:param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
314
|
+
:param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
315
|
+
:param _builtins.str type: `type` is the type of the condition. Required.
|
|
317
316
|
"""
|
|
318
317
|
if last_transition_time is not None:
|
|
319
318
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -326,41 +325,41 @@ class FlowSchemaConditionPatch(dict):
|
|
|
326
325
|
if type is not None:
|
|
327
326
|
pulumi.set(__self__, "type", type)
|
|
328
327
|
|
|
329
|
-
@property
|
|
328
|
+
@_builtins.property
|
|
330
329
|
@pulumi.getter(name="lastTransitionTime")
|
|
331
|
-
def last_transition_time(self) -> Optional[
|
|
330
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
332
331
|
"""
|
|
333
332
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
334
333
|
"""
|
|
335
334
|
return pulumi.get(self, "last_transition_time")
|
|
336
335
|
|
|
337
|
-
@property
|
|
336
|
+
@_builtins.property
|
|
338
337
|
@pulumi.getter
|
|
339
|
-
def message(self) -> Optional[
|
|
338
|
+
def message(self) -> Optional[_builtins.str]:
|
|
340
339
|
"""
|
|
341
340
|
`message` is a human-readable message indicating details about last transition.
|
|
342
341
|
"""
|
|
343
342
|
return pulumi.get(self, "message")
|
|
344
343
|
|
|
345
|
-
@property
|
|
344
|
+
@_builtins.property
|
|
346
345
|
@pulumi.getter
|
|
347
|
-
def reason(self) -> Optional[
|
|
346
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
348
347
|
"""
|
|
349
348
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
350
349
|
"""
|
|
351
350
|
return pulumi.get(self, "reason")
|
|
352
351
|
|
|
353
|
-
@property
|
|
352
|
+
@_builtins.property
|
|
354
353
|
@pulumi.getter
|
|
355
|
-
def status(self) -> Optional[
|
|
354
|
+
def status(self) -> Optional[_builtins.str]:
|
|
356
355
|
"""
|
|
357
356
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
358
357
|
"""
|
|
359
358
|
return pulumi.get(self, "status")
|
|
360
359
|
|
|
361
|
-
@property
|
|
360
|
+
@_builtins.property
|
|
362
361
|
@pulumi.getter
|
|
363
|
-
def type(self) -> Optional[
|
|
362
|
+
def type(self) -> Optional[_builtins.str]:
|
|
364
363
|
"""
|
|
365
364
|
`type` is the type of the condition. Required.
|
|
366
365
|
"""
|
|
@@ -396,13 +395,13 @@ class FlowSchemaSpec(dict):
|
|
|
396
395
|
def __init__(__self__, *,
|
|
397
396
|
priority_level_configuration: 'outputs.PriorityLevelConfigurationReference',
|
|
398
397
|
distinguisher_method: Optional['outputs.FlowDistinguisherMethod'] = None,
|
|
399
|
-
matching_precedence: Optional[
|
|
398
|
+
matching_precedence: Optional[_builtins.int] = None,
|
|
400
399
|
rules: Optional[Sequence['outputs.PolicyRulesWithSubjects']] = None):
|
|
401
400
|
"""
|
|
402
401
|
FlowSchemaSpec describes how the FlowSchema's specification looks like.
|
|
403
402
|
:param 'PriorityLevelConfigurationReferenceArgs' priority_level_configuration: `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
|
|
404
403
|
:param 'FlowDistinguisherMethodArgs' distinguisher_method: `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
|
|
405
|
-
:param
|
|
404
|
+
:param _builtins.int matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be non-negative. Note that if the precedence is not specified or zero, it will be set to 1000 as default.
|
|
406
405
|
:param Sequence['PolicyRulesWithSubjectsArgs'] rules: `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
|
|
407
406
|
"""
|
|
408
407
|
pulumi.set(__self__, "priority_level_configuration", priority_level_configuration)
|
|
@@ -413,7 +412,7 @@ class FlowSchemaSpec(dict):
|
|
|
413
412
|
if rules is not None:
|
|
414
413
|
pulumi.set(__self__, "rules", rules)
|
|
415
414
|
|
|
416
|
-
@property
|
|
415
|
+
@_builtins.property
|
|
417
416
|
@pulumi.getter(name="priorityLevelConfiguration")
|
|
418
417
|
def priority_level_configuration(self) -> 'outputs.PriorityLevelConfigurationReference':
|
|
419
418
|
"""
|
|
@@ -421,7 +420,7 @@ class FlowSchemaSpec(dict):
|
|
|
421
420
|
"""
|
|
422
421
|
return pulumi.get(self, "priority_level_configuration")
|
|
423
422
|
|
|
424
|
-
@property
|
|
423
|
+
@_builtins.property
|
|
425
424
|
@pulumi.getter(name="distinguisherMethod")
|
|
426
425
|
def distinguisher_method(self) -> Optional['outputs.FlowDistinguisherMethod']:
|
|
427
426
|
"""
|
|
@@ -429,15 +428,15 @@ class FlowSchemaSpec(dict):
|
|
|
429
428
|
"""
|
|
430
429
|
return pulumi.get(self, "distinguisher_method")
|
|
431
430
|
|
|
432
|
-
@property
|
|
431
|
+
@_builtins.property
|
|
433
432
|
@pulumi.getter(name="matchingPrecedence")
|
|
434
|
-
def matching_precedence(self) -> Optional[
|
|
433
|
+
def matching_precedence(self) -> Optional[_builtins.int]:
|
|
435
434
|
"""
|
|
436
435
|
`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.
|
|
437
436
|
"""
|
|
438
437
|
return pulumi.get(self, "matching_precedence")
|
|
439
438
|
|
|
440
|
-
@property
|
|
439
|
+
@_builtins.property
|
|
441
440
|
@pulumi.getter
|
|
442
441
|
def rules(self) -> Optional[Sequence['outputs.PolicyRulesWithSubjects']]:
|
|
443
442
|
"""
|
|
@@ -474,13 +473,13 @@ class FlowSchemaSpecPatch(dict):
|
|
|
474
473
|
|
|
475
474
|
def __init__(__self__, *,
|
|
476
475
|
distinguisher_method: Optional['outputs.FlowDistinguisherMethodPatch'] = None,
|
|
477
|
-
matching_precedence: Optional[
|
|
476
|
+
matching_precedence: Optional[_builtins.int] = None,
|
|
478
477
|
priority_level_configuration: Optional['outputs.PriorityLevelConfigurationReferencePatch'] = None,
|
|
479
478
|
rules: Optional[Sequence['outputs.PolicyRulesWithSubjectsPatch']] = None):
|
|
480
479
|
"""
|
|
481
480
|
FlowSchemaSpec describes how the FlowSchema's specification looks like.
|
|
482
481
|
:param 'FlowDistinguisherMethodPatchArgs' distinguisher_method: `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
|
|
483
|
-
:param
|
|
482
|
+
:param _builtins.int matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be non-negative. Note that if the precedence is not specified or zero, it will be set to 1000 as default.
|
|
484
483
|
:param 'PriorityLevelConfigurationReferencePatchArgs' priority_level_configuration: `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
|
|
485
484
|
:param Sequence['PolicyRulesWithSubjectsPatchArgs'] rules: `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
|
|
486
485
|
"""
|
|
@@ -493,7 +492,7 @@ class FlowSchemaSpecPatch(dict):
|
|
|
493
492
|
if rules is not None:
|
|
494
493
|
pulumi.set(__self__, "rules", rules)
|
|
495
494
|
|
|
496
|
-
@property
|
|
495
|
+
@_builtins.property
|
|
497
496
|
@pulumi.getter(name="distinguisherMethod")
|
|
498
497
|
def distinguisher_method(self) -> Optional['outputs.FlowDistinguisherMethodPatch']:
|
|
499
498
|
"""
|
|
@@ -501,15 +500,15 @@ class FlowSchemaSpecPatch(dict):
|
|
|
501
500
|
"""
|
|
502
501
|
return pulumi.get(self, "distinguisher_method")
|
|
503
502
|
|
|
504
|
-
@property
|
|
503
|
+
@_builtins.property
|
|
505
504
|
@pulumi.getter(name="matchingPrecedence")
|
|
506
|
-
def matching_precedence(self) -> Optional[
|
|
505
|
+
def matching_precedence(self) -> Optional[_builtins.int]:
|
|
507
506
|
"""
|
|
508
507
|
`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.
|
|
509
508
|
"""
|
|
510
509
|
return pulumi.get(self, "matching_precedence")
|
|
511
510
|
|
|
512
|
-
@property
|
|
511
|
+
@_builtins.property
|
|
513
512
|
@pulumi.getter(name="priorityLevelConfiguration")
|
|
514
513
|
def priority_level_configuration(self) -> Optional['outputs.PriorityLevelConfigurationReferencePatch']:
|
|
515
514
|
"""
|
|
@@ -517,7 +516,7 @@ class FlowSchemaSpecPatch(dict):
|
|
|
517
516
|
"""
|
|
518
517
|
return pulumi.get(self, "priority_level_configuration")
|
|
519
518
|
|
|
520
|
-
@property
|
|
519
|
+
@_builtins.property
|
|
521
520
|
@pulumi.getter
|
|
522
521
|
def rules(self) -> Optional[Sequence['outputs.PolicyRulesWithSubjectsPatch']]:
|
|
523
522
|
"""
|
|
@@ -540,7 +539,7 @@ class FlowSchemaStatus(dict):
|
|
|
540
539
|
if conditions is not None:
|
|
541
540
|
pulumi.set(__self__, "conditions", conditions)
|
|
542
541
|
|
|
543
|
-
@property
|
|
542
|
+
@_builtins.property
|
|
544
543
|
@pulumi.getter
|
|
545
544
|
def conditions(self) -> Optional[Sequence['outputs.FlowSchemaCondition']]:
|
|
546
545
|
"""
|
|
@@ -563,7 +562,7 @@ class FlowSchemaStatusPatch(dict):
|
|
|
563
562
|
if conditions is not None:
|
|
564
563
|
pulumi.set(__self__, "conditions", conditions)
|
|
565
564
|
|
|
566
|
-
@property
|
|
565
|
+
@_builtins.property
|
|
567
566
|
@pulumi.getter
|
|
568
567
|
def conditions(self) -> Optional[Sequence['outputs.FlowSchemaConditionPatch']]:
|
|
569
568
|
"""
|
|
@@ -578,16 +577,16 @@ class GroupSubject(dict):
|
|
|
578
577
|
GroupSubject holds detailed information for group-kind subject.
|
|
579
578
|
"""
|
|
580
579
|
def __init__(__self__, *,
|
|
581
|
-
name:
|
|
580
|
+
name: _builtins.str):
|
|
582
581
|
"""
|
|
583
582
|
GroupSubject holds detailed information for group-kind subject.
|
|
584
|
-
:param
|
|
583
|
+
:param _builtins.str name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
585
584
|
"""
|
|
586
585
|
pulumi.set(__self__, "name", name)
|
|
587
586
|
|
|
588
|
-
@property
|
|
587
|
+
@_builtins.property
|
|
589
588
|
@pulumi.getter
|
|
590
|
-
def name(self) ->
|
|
589
|
+
def name(self) -> _builtins.str:
|
|
591
590
|
"""
|
|
592
591
|
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.
|
|
593
592
|
"""
|
|
@@ -600,17 +599,17 @@ class GroupSubjectPatch(dict):
|
|
|
600
599
|
GroupSubject holds detailed information for group-kind subject.
|
|
601
600
|
"""
|
|
602
601
|
def __init__(__self__, *,
|
|
603
|
-
name: Optional[
|
|
602
|
+
name: Optional[_builtins.str] = None):
|
|
604
603
|
"""
|
|
605
604
|
GroupSubject holds detailed information for group-kind subject.
|
|
606
|
-
:param
|
|
605
|
+
:param _builtins.str name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
607
606
|
"""
|
|
608
607
|
if name is not None:
|
|
609
608
|
pulumi.set(__self__, "name", name)
|
|
610
609
|
|
|
611
|
-
@property
|
|
610
|
+
@_builtins.property
|
|
612
611
|
@pulumi.getter
|
|
613
|
-
def name(self) -> Optional[
|
|
612
|
+
def name(self) -> Optional[_builtins.str]:
|
|
614
613
|
"""
|
|
615
614
|
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.
|
|
616
615
|
"""
|
|
@@ -623,26 +622,26 @@ class LimitResponse(dict):
|
|
|
623
622
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
624
623
|
"""
|
|
625
624
|
def __init__(__self__, *,
|
|
626
|
-
type:
|
|
625
|
+
type: _builtins.str,
|
|
627
626
|
queuing: Optional['outputs.QueuingConfiguration'] = None):
|
|
628
627
|
"""
|
|
629
628
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
630
|
-
:param
|
|
629
|
+
:param _builtins.str type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
631
630
|
:param 'QueuingConfigurationArgs' queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
632
631
|
"""
|
|
633
632
|
pulumi.set(__self__, "type", type)
|
|
634
633
|
if queuing is not None:
|
|
635
634
|
pulumi.set(__self__, "queuing", queuing)
|
|
636
635
|
|
|
637
|
-
@property
|
|
636
|
+
@_builtins.property
|
|
638
637
|
@pulumi.getter
|
|
639
|
-
def type(self) ->
|
|
638
|
+
def type(self) -> _builtins.str:
|
|
640
639
|
"""
|
|
641
640
|
`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.
|
|
642
641
|
"""
|
|
643
642
|
return pulumi.get(self, "type")
|
|
644
643
|
|
|
645
|
-
@property
|
|
644
|
+
@_builtins.property
|
|
646
645
|
@pulumi.getter
|
|
647
646
|
def queuing(self) -> Optional['outputs.QueuingConfiguration']:
|
|
648
647
|
"""
|
|
@@ -658,18 +657,18 @@ class LimitResponsePatch(dict):
|
|
|
658
657
|
"""
|
|
659
658
|
def __init__(__self__, *,
|
|
660
659
|
queuing: Optional['outputs.QueuingConfigurationPatch'] = None,
|
|
661
|
-
type: Optional[
|
|
660
|
+
type: Optional[_builtins.str] = None):
|
|
662
661
|
"""
|
|
663
662
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
664
663
|
:param 'QueuingConfigurationPatchArgs' queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
665
|
-
:param
|
|
664
|
+
:param _builtins.str type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
666
665
|
"""
|
|
667
666
|
if queuing is not None:
|
|
668
667
|
pulumi.set(__self__, "queuing", queuing)
|
|
669
668
|
if type is not None:
|
|
670
669
|
pulumi.set(__self__, "type", type)
|
|
671
670
|
|
|
672
|
-
@property
|
|
671
|
+
@_builtins.property
|
|
673
672
|
@pulumi.getter
|
|
674
673
|
def queuing(self) -> Optional['outputs.QueuingConfigurationPatch']:
|
|
675
674
|
"""
|
|
@@ -677,9 +676,9 @@ class LimitResponsePatch(dict):
|
|
|
677
676
|
"""
|
|
678
677
|
return pulumi.get(self, "queuing")
|
|
679
678
|
|
|
680
|
-
@property
|
|
679
|
+
@_builtins.property
|
|
681
680
|
@pulumi.getter
|
|
682
|
-
def type(self) -> Optional[
|
|
681
|
+
def type(self) -> Optional[_builtins.str]:
|
|
683
682
|
"""
|
|
684
683
|
`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.
|
|
685
684
|
"""
|
|
@@ -713,13 +712,13 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
713
712
|
return super().get(key, default)
|
|
714
713
|
|
|
715
714
|
def __init__(__self__, *,
|
|
716
|
-
assured_concurrency_shares: Optional[
|
|
715
|
+
assured_concurrency_shares: Optional[_builtins.int] = None,
|
|
717
716
|
limit_response: Optional['outputs.LimitResponse'] = None):
|
|
718
717
|
"""
|
|
719
718
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
720
719
|
* How are requests for this priority level limited?
|
|
721
720
|
* What should be done with requests that exceed the limit?
|
|
722
|
-
:param
|
|
721
|
+
:param _builtins.int assured_concurrency_shares: `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
|
|
723
722
|
|
|
724
723
|
ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
|
|
725
724
|
|
|
@@ -731,9 +730,9 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
731
730
|
if limit_response is not None:
|
|
732
731
|
pulumi.set(__self__, "limit_response", limit_response)
|
|
733
732
|
|
|
734
|
-
@property
|
|
733
|
+
@_builtins.property
|
|
735
734
|
@pulumi.getter(name="assuredConcurrencyShares")
|
|
736
|
-
def assured_concurrency_shares(self) -> Optional[
|
|
735
|
+
def assured_concurrency_shares(self) -> Optional[_builtins.int]:
|
|
737
736
|
"""
|
|
738
737
|
`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:
|
|
739
738
|
|
|
@@ -743,7 +742,7 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
743
742
|
"""
|
|
744
743
|
return pulumi.get(self, "assured_concurrency_shares")
|
|
745
744
|
|
|
746
|
-
@property
|
|
745
|
+
@_builtins.property
|
|
747
746
|
@pulumi.getter(name="limitResponse")
|
|
748
747
|
def limit_response(self) -> Optional['outputs.LimitResponse']:
|
|
749
748
|
"""
|
|
@@ -779,13 +778,13 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
779
778
|
return super().get(key, default)
|
|
780
779
|
|
|
781
780
|
def __init__(__self__, *,
|
|
782
|
-
assured_concurrency_shares: Optional[
|
|
781
|
+
assured_concurrency_shares: Optional[_builtins.int] = None,
|
|
783
782
|
limit_response: Optional['outputs.LimitResponsePatch'] = None):
|
|
784
783
|
"""
|
|
785
784
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
786
785
|
* How are requests for this priority level limited?
|
|
787
786
|
* What should be done with requests that exceed the limit?
|
|
788
|
-
:param
|
|
787
|
+
:param _builtins.int assured_concurrency_shares: `assuredConcurrencyShares` (ACS) configures the execution limit, which is a limit on the number of requests of this priority level that may be exeucting at a given time. ACS must be a positive number. The server's concurrency limit (SCL) is divided among the concurrency-controlled priority levels in proportion to their assured concurrency shares. This produces the assured concurrency value (ACV) --- the number of requests that may be executing at a time --- for each such priority level:
|
|
789
788
|
|
|
790
789
|
ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
|
|
791
790
|
|
|
@@ -797,9 +796,9 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
797
796
|
if limit_response is not None:
|
|
798
797
|
pulumi.set(__self__, "limit_response", limit_response)
|
|
799
798
|
|
|
800
|
-
@property
|
|
799
|
+
@_builtins.property
|
|
801
800
|
@pulumi.getter(name="assuredConcurrencyShares")
|
|
802
|
-
def assured_concurrency_shares(self) -> Optional[
|
|
801
|
+
def assured_concurrency_shares(self) -> Optional[_builtins.int]:
|
|
803
802
|
"""
|
|
804
803
|
`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:
|
|
805
804
|
|
|
@@ -809,7 +808,7 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
809
808
|
"""
|
|
810
809
|
return pulumi.get(self, "assured_concurrency_shares")
|
|
811
810
|
|
|
812
|
-
@property
|
|
811
|
+
@_builtins.property
|
|
813
812
|
@pulumi.getter(name="limitResponse")
|
|
814
813
|
def limit_response(self) -> Optional['outputs.LimitResponsePatch']:
|
|
815
814
|
"""
|
|
@@ -841,25 +840,25 @@ class NonResourcePolicyRule(dict):
|
|
|
841
840
|
return super().get(key, default)
|
|
842
841
|
|
|
843
842
|
def __init__(__self__, *,
|
|
844
|
-
non_resource_urls: Sequence[
|
|
845
|
-
verbs: Sequence[
|
|
843
|
+
non_resource_urls: Sequence[_builtins.str],
|
|
844
|
+
verbs: Sequence[_builtins.str]):
|
|
846
845
|
"""
|
|
847
846
|
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.
|
|
848
|
-
:param Sequence[
|
|
847
|
+
:param Sequence[_builtins.str] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
849
848
|
- "/healthz" is legal
|
|
850
849
|
- "/hea*" is illegal
|
|
851
850
|
- "/hea" is legal but matches nothing
|
|
852
851
|
- "/hea/*" also matches nothing
|
|
853
852
|
- "/healthz/*" matches all per-component health checks.
|
|
854
853
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
855
|
-
:param Sequence[
|
|
854
|
+
:param Sequence[_builtins.str] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
856
855
|
"""
|
|
857
856
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
858
857
|
pulumi.set(__self__, "verbs", verbs)
|
|
859
858
|
|
|
860
|
-
@property
|
|
859
|
+
@_builtins.property
|
|
861
860
|
@pulumi.getter(name="nonResourceURLs")
|
|
862
|
-
def non_resource_urls(self) -> Sequence[
|
|
861
|
+
def non_resource_urls(self) -> Sequence[_builtins.str]:
|
|
863
862
|
"""
|
|
864
863
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
865
864
|
- "/healthz" is legal
|
|
@@ -871,9 +870,9 @@ class NonResourcePolicyRule(dict):
|
|
|
871
870
|
"""
|
|
872
871
|
return pulumi.get(self, "non_resource_urls")
|
|
873
872
|
|
|
874
|
-
@property
|
|
873
|
+
@_builtins.property
|
|
875
874
|
@pulumi.getter
|
|
876
|
-
def verbs(self) -> Sequence[
|
|
875
|
+
def verbs(self) -> Sequence[_builtins.str]:
|
|
877
876
|
"""
|
|
878
877
|
`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.
|
|
879
878
|
"""
|
|
@@ -903,27 +902,27 @@ class NonResourcePolicyRulePatch(dict):
|
|
|
903
902
|
return super().get(key, default)
|
|
904
903
|
|
|
905
904
|
def __init__(__self__, *,
|
|
906
|
-
non_resource_urls: Optional[Sequence[
|
|
907
|
-
verbs: Optional[Sequence[
|
|
905
|
+
non_resource_urls: Optional[Sequence[_builtins.str]] = None,
|
|
906
|
+
verbs: Optional[Sequence[_builtins.str]] = None):
|
|
908
907
|
"""
|
|
909
908
|
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.
|
|
910
|
-
:param Sequence[
|
|
909
|
+
:param Sequence[_builtins.str] non_resource_urls: `nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
911
910
|
- "/healthz" is legal
|
|
912
911
|
- "/hea*" is illegal
|
|
913
912
|
- "/hea" is legal but matches nothing
|
|
914
913
|
- "/hea/*" also matches nothing
|
|
915
914
|
- "/healthz/*" matches all per-component health checks.
|
|
916
915
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
917
|
-
:param Sequence[
|
|
916
|
+
:param Sequence[_builtins.str] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs. If it is present, it must be the only entry. Required.
|
|
918
917
|
"""
|
|
919
918
|
if non_resource_urls is not None:
|
|
920
919
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
921
920
|
if verbs is not None:
|
|
922
921
|
pulumi.set(__self__, "verbs", verbs)
|
|
923
922
|
|
|
924
|
-
@property
|
|
923
|
+
@_builtins.property
|
|
925
924
|
@pulumi.getter(name="nonResourceURLs")
|
|
926
|
-
def non_resource_urls(self) -> Optional[Sequence[
|
|
925
|
+
def non_resource_urls(self) -> Optional[Sequence[_builtins.str]]:
|
|
927
926
|
"""
|
|
928
927
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
929
928
|
- "/healthz" is legal
|
|
@@ -935,9 +934,9 @@ class NonResourcePolicyRulePatch(dict):
|
|
|
935
934
|
"""
|
|
936
935
|
return pulumi.get(self, "non_resource_urls")
|
|
937
936
|
|
|
938
|
-
@property
|
|
937
|
+
@_builtins.property
|
|
939
938
|
@pulumi.getter
|
|
940
|
-
def verbs(self) -> Optional[Sequence[
|
|
939
|
+
def verbs(self) -> Optional[Sequence[_builtins.str]]:
|
|
941
940
|
"""
|
|
942
941
|
`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.
|
|
943
942
|
"""
|
|
@@ -984,7 +983,7 @@ class PolicyRulesWithSubjects(dict):
|
|
|
984
983
|
if resource_rules is not None:
|
|
985
984
|
pulumi.set(__self__, "resource_rules", resource_rules)
|
|
986
985
|
|
|
987
|
-
@property
|
|
986
|
+
@_builtins.property
|
|
988
987
|
@pulumi.getter
|
|
989
988
|
def subjects(self) -> Sequence['outputs.Subject']:
|
|
990
989
|
"""
|
|
@@ -992,7 +991,7 @@ class PolicyRulesWithSubjects(dict):
|
|
|
992
991
|
"""
|
|
993
992
|
return pulumi.get(self, "subjects")
|
|
994
993
|
|
|
995
|
-
@property
|
|
994
|
+
@_builtins.property
|
|
996
995
|
@pulumi.getter(name="nonResourceRules")
|
|
997
996
|
def non_resource_rules(self) -> Optional[Sequence['outputs.NonResourcePolicyRule']]:
|
|
998
997
|
"""
|
|
@@ -1000,7 +999,7 @@ class PolicyRulesWithSubjects(dict):
|
|
|
1000
999
|
"""
|
|
1001
1000
|
return pulumi.get(self, "non_resource_rules")
|
|
1002
1001
|
|
|
1003
|
-
@property
|
|
1002
|
+
@_builtins.property
|
|
1004
1003
|
@pulumi.getter(name="resourceRules")
|
|
1005
1004
|
def resource_rules(self) -> Optional[Sequence['outputs.ResourcePolicyRule']]:
|
|
1006
1005
|
"""
|
|
@@ -1050,7 +1049,7 @@ class PolicyRulesWithSubjectsPatch(dict):
|
|
|
1050
1049
|
if subjects is not None:
|
|
1051
1050
|
pulumi.set(__self__, "subjects", subjects)
|
|
1052
1051
|
|
|
1053
|
-
@property
|
|
1052
|
+
@_builtins.property
|
|
1054
1053
|
@pulumi.getter(name="nonResourceRules")
|
|
1055
1054
|
def non_resource_rules(self) -> Optional[Sequence['outputs.NonResourcePolicyRulePatch']]:
|
|
1056
1055
|
"""
|
|
@@ -1058,7 +1057,7 @@ class PolicyRulesWithSubjectsPatch(dict):
|
|
|
1058
1057
|
"""
|
|
1059
1058
|
return pulumi.get(self, "non_resource_rules")
|
|
1060
1059
|
|
|
1061
|
-
@property
|
|
1060
|
+
@_builtins.property
|
|
1062
1061
|
@pulumi.getter(name="resourceRules")
|
|
1063
1062
|
def resource_rules(self) -> Optional[Sequence['outputs.ResourcePolicyRulePatch']]:
|
|
1064
1063
|
"""
|
|
@@ -1066,7 +1065,7 @@ class PolicyRulesWithSubjectsPatch(dict):
|
|
|
1066
1065
|
"""
|
|
1067
1066
|
return pulumi.get(self, "resource_rules")
|
|
1068
1067
|
|
|
1069
|
-
@property
|
|
1068
|
+
@_builtins.property
|
|
1070
1069
|
@pulumi.getter
|
|
1071
1070
|
def subjects(self) -> Optional[Sequence['outputs.SubjectPatch']]:
|
|
1072
1071
|
"""
|
|
@@ -1098,15 +1097,15 @@ class PriorityLevelConfiguration(dict):
|
|
|
1098
1097
|
return super().get(key, default)
|
|
1099
1098
|
|
|
1100
1099
|
def __init__(__self__, *,
|
|
1101
|
-
api_version: Optional[
|
|
1102
|
-
kind: Optional[
|
|
1100
|
+
api_version: Optional[_builtins.str] = None,
|
|
1101
|
+
kind: Optional[_builtins.str] = None,
|
|
1103
1102
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1104
1103
|
spec: Optional['outputs.PriorityLevelConfigurationSpec'] = None,
|
|
1105
1104
|
status: Optional['outputs.PriorityLevelConfigurationStatus'] = None):
|
|
1106
1105
|
"""
|
|
1107
1106
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1108
|
-
:param
|
|
1109
|
-
:param
|
|
1107
|
+
:param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
1108
|
+
:param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
1110
1109
|
:param '_meta.v1.ObjectMetaArgs' metadata: `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
1111
1110
|
:param 'PriorityLevelConfigurationSpecArgs' spec: `spec` is the specification of the desired behavior of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
1112
1111
|
:param 'PriorityLevelConfigurationStatusArgs' status: `status` is the current status of a "request-priority". More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -1122,23 +1121,23 @@ class PriorityLevelConfiguration(dict):
|
|
|
1122
1121
|
if status is not None:
|
|
1123
1122
|
pulumi.set(__self__, "status", status)
|
|
1124
1123
|
|
|
1125
|
-
@property
|
|
1124
|
+
@_builtins.property
|
|
1126
1125
|
@pulumi.getter(name="apiVersion")
|
|
1127
|
-
def api_version(self) -> Optional[
|
|
1126
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
1128
1127
|
"""
|
|
1129
1128
|
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
|
|
1130
1129
|
"""
|
|
1131
1130
|
return pulumi.get(self, "api_version")
|
|
1132
1131
|
|
|
1133
|
-
@property
|
|
1132
|
+
@_builtins.property
|
|
1134
1133
|
@pulumi.getter
|
|
1135
|
-
def kind(self) -> Optional[
|
|
1134
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1136
1135
|
"""
|
|
1137
1136
|
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
|
|
1138
1137
|
"""
|
|
1139
1138
|
return pulumi.get(self, "kind")
|
|
1140
1139
|
|
|
1141
|
-
@property
|
|
1140
|
+
@_builtins.property
|
|
1142
1141
|
@pulumi.getter
|
|
1143
1142
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1144
1143
|
"""
|
|
@@ -1146,7 +1145,7 @@ class PriorityLevelConfiguration(dict):
|
|
|
1146
1145
|
"""
|
|
1147
1146
|
return pulumi.get(self, "metadata")
|
|
1148
1147
|
|
|
1149
|
-
@property
|
|
1148
|
+
@_builtins.property
|
|
1150
1149
|
@pulumi.getter
|
|
1151
1150
|
def spec(self) -> Optional['outputs.PriorityLevelConfigurationSpec']:
|
|
1152
1151
|
"""
|
|
@@ -1154,7 +1153,7 @@ class PriorityLevelConfiguration(dict):
|
|
|
1154
1153
|
"""
|
|
1155
1154
|
return pulumi.get(self, "spec")
|
|
1156
1155
|
|
|
1157
|
-
@property
|
|
1156
|
+
@_builtins.property
|
|
1158
1157
|
@pulumi.getter
|
|
1159
1158
|
def status(self) -> Optional['outputs.PriorityLevelConfigurationStatus']:
|
|
1160
1159
|
"""
|
|
@@ -1186,18 +1185,18 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1186
1185
|
return super().get(key, default)
|
|
1187
1186
|
|
|
1188
1187
|
def __init__(__self__, *,
|
|
1189
|
-
last_transition_time: Optional[
|
|
1190
|
-
message: Optional[
|
|
1191
|
-
reason: Optional[
|
|
1192
|
-
status: Optional[
|
|
1193
|
-
type: Optional[
|
|
1188
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1189
|
+
message: Optional[_builtins.str] = None,
|
|
1190
|
+
reason: Optional[_builtins.str] = None,
|
|
1191
|
+
status: Optional[_builtins.str] = None,
|
|
1192
|
+
type: Optional[_builtins.str] = None):
|
|
1194
1193
|
"""
|
|
1195
1194
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1196
|
-
:param
|
|
1197
|
-
:param
|
|
1198
|
-
:param
|
|
1199
|
-
:param
|
|
1200
|
-
:param
|
|
1195
|
+
:param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1196
|
+
:param _builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
1197
|
+
:param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1198
|
+
:param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1199
|
+
:param _builtins.str type: `type` is the type of the condition. Required.
|
|
1201
1200
|
"""
|
|
1202
1201
|
if last_transition_time is not None:
|
|
1203
1202
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1210,41 +1209,41 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1210
1209
|
if type is not None:
|
|
1211
1210
|
pulumi.set(__self__, "type", type)
|
|
1212
1211
|
|
|
1213
|
-
@property
|
|
1212
|
+
@_builtins.property
|
|
1214
1213
|
@pulumi.getter(name="lastTransitionTime")
|
|
1215
|
-
def last_transition_time(self) -> Optional[
|
|
1214
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1216
1215
|
"""
|
|
1217
1216
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1218
1217
|
"""
|
|
1219
1218
|
return pulumi.get(self, "last_transition_time")
|
|
1220
1219
|
|
|
1221
|
-
@property
|
|
1220
|
+
@_builtins.property
|
|
1222
1221
|
@pulumi.getter
|
|
1223
|
-
def message(self) -> Optional[
|
|
1222
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1224
1223
|
"""
|
|
1225
1224
|
`message` is a human-readable message indicating details about last transition.
|
|
1226
1225
|
"""
|
|
1227
1226
|
return pulumi.get(self, "message")
|
|
1228
1227
|
|
|
1229
|
-
@property
|
|
1228
|
+
@_builtins.property
|
|
1230
1229
|
@pulumi.getter
|
|
1231
|
-
def reason(self) -> Optional[
|
|
1230
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1232
1231
|
"""
|
|
1233
1232
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1234
1233
|
"""
|
|
1235
1234
|
return pulumi.get(self, "reason")
|
|
1236
1235
|
|
|
1237
|
-
@property
|
|
1236
|
+
@_builtins.property
|
|
1238
1237
|
@pulumi.getter
|
|
1239
|
-
def status(self) -> Optional[
|
|
1238
|
+
def status(self) -> Optional[_builtins.str]:
|
|
1240
1239
|
"""
|
|
1241
1240
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1242
1241
|
"""
|
|
1243
1242
|
return pulumi.get(self, "status")
|
|
1244
1243
|
|
|
1245
|
-
@property
|
|
1244
|
+
@_builtins.property
|
|
1246
1245
|
@pulumi.getter
|
|
1247
|
-
def type(self) -> Optional[
|
|
1246
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1248
1247
|
"""
|
|
1249
1248
|
`type` is the type of the condition. Required.
|
|
1250
1249
|
"""
|
|
@@ -1274,18 +1273,18 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1274
1273
|
return super().get(key, default)
|
|
1275
1274
|
|
|
1276
1275
|
def __init__(__self__, *,
|
|
1277
|
-
last_transition_time: Optional[
|
|
1278
|
-
message: Optional[
|
|
1279
|
-
reason: Optional[
|
|
1280
|
-
status: Optional[
|
|
1281
|
-
type: Optional[
|
|
1276
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1277
|
+
message: Optional[_builtins.str] = None,
|
|
1278
|
+
reason: Optional[_builtins.str] = None,
|
|
1279
|
+
status: Optional[_builtins.str] = None,
|
|
1280
|
+
type: Optional[_builtins.str] = None):
|
|
1282
1281
|
"""
|
|
1283
1282
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1284
|
-
:param
|
|
1285
|
-
:param
|
|
1286
|
-
:param
|
|
1287
|
-
:param
|
|
1288
|
-
:param
|
|
1283
|
+
:param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1284
|
+
:param _builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
1285
|
+
:param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1286
|
+
:param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1287
|
+
:param _builtins.str type: `type` is the type of the condition. Required.
|
|
1289
1288
|
"""
|
|
1290
1289
|
if last_transition_time is not None:
|
|
1291
1290
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1298,41 +1297,41 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1298
1297
|
if type is not None:
|
|
1299
1298
|
pulumi.set(__self__, "type", type)
|
|
1300
1299
|
|
|
1301
|
-
@property
|
|
1300
|
+
@_builtins.property
|
|
1302
1301
|
@pulumi.getter(name="lastTransitionTime")
|
|
1303
|
-
def last_transition_time(self) -> Optional[
|
|
1302
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1304
1303
|
"""
|
|
1305
1304
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1306
1305
|
"""
|
|
1307
1306
|
return pulumi.get(self, "last_transition_time")
|
|
1308
1307
|
|
|
1309
|
-
@property
|
|
1308
|
+
@_builtins.property
|
|
1310
1309
|
@pulumi.getter
|
|
1311
|
-
def message(self) -> Optional[
|
|
1310
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1312
1311
|
"""
|
|
1313
1312
|
`message` is a human-readable message indicating details about last transition.
|
|
1314
1313
|
"""
|
|
1315
1314
|
return pulumi.get(self, "message")
|
|
1316
1315
|
|
|
1317
|
-
@property
|
|
1316
|
+
@_builtins.property
|
|
1318
1317
|
@pulumi.getter
|
|
1319
|
-
def reason(self) -> Optional[
|
|
1318
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1320
1319
|
"""
|
|
1321
1320
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1322
1321
|
"""
|
|
1323
1322
|
return pulumi.get(self, "reason")
|
|
1324
1323
|
|
|
1325
|
-
@property
|
|
1324
|
+
@_builtins.property
|
|
1326
1325
|
@pulumi.getter
|
|
1327
|
-
def status(self) -> Optional[
|
|
1326
|
+
def status(self) -> Optional[_builtins.str]:
|
|
1328
1327
|
"""
|
|
1329
1328
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1330
1329
|
"""
|
|
1331
1330
|
return pulumi.get(self, "status")
|
|
1332
1331
|
|
|
1333
|
-
@property
|
|
1332
|
+
@_builtins.property
|
|
1334
1333
|
@pulumi.getter
|
|
1335
|
-
def type(self) -> Optional[
|
|
1334
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1336
1335
|
"""
|
|
1337
1336
|
`type` is the type of the condition. Required.
|
|
1338
1337
|
"""
|
|
@@ -1345,16 +1344,16 @@ class PriorityLevelConfigurationReference(dict):
|
|
|
1345
1344
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1346
1345
|
"""
|
|
1347
1346
|
def __init__(__self__, *,
|
|
1348
|
-
name:
|
|
1347
|
+
name: _builtins.str):
|
|
1349
1348
|
"""
|
|
1350
1349
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1351
|
-
:param
|
|
1350
|
+
:param _builtins.str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1352
1351
|
"""
|
|
1353
1352
|
pulumi.set(__self__, "name", name)
|
|
1354
1353
|
|
|
1355
|
-
@property
|
|
1354
|
+
@_builtins.property
|
|
1356
1355
|
@pulumi.getter
|
|
1357
|
-
def name(self) ->
|
|
1356
|
+
def name(self) -> _builtins.str:
|
|
1358
1357
|
"""
|
|
1359
1358
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1360
1359
|
"""
|
|
@@ -1367,17 +1366,17 @@ class PriorityLevelConfigurationReferencePatch(dict):
|
|
|
1367
1366
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1368
1367
|
"""
|
|
1369
1368
|
def __init__(__self__, *,
|
|
1370
|
-
name: Optional[
|
|
1369
|
+
name: Optional[_builtins.str] = None):
|
|
1371
1370
|
"""
|
|
1372
1371
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1373
|
-
:param
|
|
1372
|
+
:param _builtins.str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1374
1373
|
"""
|
|
1375
1374
|
if name is not None:
|
|
1376
1375
|
pulumi.set(__self__, "name", name)
|
|
1377
1376
|
|
|
1378
|
-
@property
|
|
1377
|
+
@_builtins.property
|
|
1379
1378
|
@pulumi.getter
|
|
1380
|
-
def name(self) -> Optional[
|
|
1379
|
+
def name(self) -> Optional[_builtins.str]:
|
|
1381
1380
|
"""
|
|
1382
1381
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1383
1382
|
"""
|
|
@@ -1390,26 +1389,26 @@ class PriorityLevelConfigurationSpec(dict):
|
|
|
1390
1389
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1391
1390
|
"""
|
|
1392
1391
|
def __init__(__self__, *,
|
|
1393
|
-
type:
|
|
1392
|
+
type: _builtins.str,
|
|
1394
1393
|
limited: Optional['outputs.LimitedPriorityLevelConfiguration'] = None):
|
|
1395
1394
|
"""
|
|
1396
1395
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1397
|
-
:param
|
|
1396
|
+
:param _builtins.str type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1398
1397
|
:param 'LimitedPriorityLevelConfigurationArgs' limited: `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
|
|
1399
1398
|
"""
|
|
1400
1399
|
pulumi.set(__self__, "type", type)
|
|
1401
1400
|
if limited is not None:
|
|
1402
1401
|
pulumi.set(__self__, "limited", limited)
|
|
1403
1402
|
|
|
1404
|
-
@property
|
|
1403
|
+
@_builtins.property
|
|
1405
1404
|
@pulumi.getter
|
|
1406
|
-
def type(self) ->
|
|
1405
|
+
def type(self) -> _builtins.str:
|
|
1407
1406
|
"""
|
|
1408
1407
|
`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.
|
|
1409
1408
|
"""
|
|
1410
1409
|
return pulumi.get(self, "type")
|
|
1411
1410
|
|
|
1412
|
-
@property
|
|
1411
|
+
@_builtins.property
|
|
1413
1412
|
@pulumi.getter
|
|
1414
1413
|
def limited(self) -> Optional['outputs.LimitedPriorityLevelConfiguration']:
|
|
1415
1414
|
"""
|
|
@@ -1425,18 +1424,18 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1425
1424
|
"""
|
|
1426
1425
|
def __init__(__self__, *,
|
|
1427
1426
|
limited: Optional['outputs.LimitedPriorityLevelConfigurationPatch'] = None,
|
|
1428
|
-
type: Optional[
|
|
1427
|
+
type: Optional[_builtins.str] = None):
|
|
1429
1428
|
"""
|
|
1430
1429
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1431
1430
|
:param 'LimitedPriorityLevelConfigurationPatchArgs' limited: `limited` specifies how requests are handled for a Limited priority level. This field must be non-empty if and only if `type` is `"Limited"`.
|
|
1432
|
-
:param
|
|
1431
|
+
:param _builtins.str type: `type` indicates whether this priority level is subject to limitation on request execution. A value of `"Exempt"` means that requests of this priority level are not subject to a limit (and thus are never queued) and do not detract from the capacity made available to other priority levels. A value of `"Limited"` means that (a) requests of this priority level _are_ subject to limits and (b) some of the server's limited capacity is made available exclusively to this priority level. Required.
|
|
1433
1432
|
"""
|
|
1434
1433
|
if limited is not None:
|
|
1435
1434
|
pulumi.set(__self__, "limited", limited)
|
|
1436
1435
|
if type is not None:
|
|
1437
1436
|
pulumi.set(__self__, "type", type)
|
|
1438
1437
|
|
|
1439
|
-
@property
|
|
1438
|
+
@_builtins.property
|
|
1440
1439
|
@pulumi.getter
|
|
1441
1440
|
def limited(self) -> Optional['outputs.LimitedPriorityLevelConfigurationPatch']:
|
|
1442
1441
|
"""
|
|
@@ -1444,9 +1443,9 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1444
1443
|
"""
|
|
1445
1444
|
return pulumi.get(self, "limited")
|
|
1446
1445
|
|
|
1447
|
-
@property
|
|
1446
|
+
@_builtins.property
|
|
1448
1447
|
@pulumi.getter
|
|
1449
|
-
def type(self) -> Optional[
|
|
1448
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1450
1449
|
"""
|
|
1451
1450
|
`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.
|
|
1452
1451
|
"""
|
|
@@ -1467,7 +1466,7 @@ class PriorityLevelConfigurationStatus(dict):
|
|
|
1467
1466
|
if conditions is not None:
|
|
1468
1467
|
pulumi.set(__self__, "conditions", conditions)
|
|
1469
1468
|
|
|
1470
|
-
@property
|
|
1469
|
+
@_builtins.property
|
|
1471
1470
|
@pulumi.getter
|
|
1472
1471
|
def conditions(self) -> Optional[Sequence['outputs.PriorityLevelConfigurationCondition']]:
|
|
1473
1472
|
"""
|
|
@@ -1490,7 +1489,7 @@ class PriorityLevelConfigurationStatusPatch(dict):
|
|
|
1490
1489
|
if conditions is not None:
|
|
1491
1490
|
pulumi.set(__self__, "conditions", conditions)
|
|
1492
1491
|
|
|
1493
|
-
@property
|
|
1492
|
+
@_builtins.property
|
|
1494
1493
|
@pulumi.getter
|
|
1495
1494
|
def conditions(self) -> Optional[Sequence['outputs.PriorityLevelConfigurationConditionPatch']]:
|
|
1496
1495
|
"""
|
|
@@ -1524,14 +1523,14 @@ class QueuingConfiguration(dict):
|
|
|
1524
1523
|
return super().get(key, default)
|
|
1525
1524
|
|
|
1526
1525
|
def __init__(__self__, *,
|
|
1527
|
-
hand_size: Optional[
|
|
1528
|
-
queue_length_limit: Optional[
|
|
1529
|
-
queues: Optional[
|
|
1526
|
+
hand_size: Optional[_builtins.int] = None,
|
|
1527
|
+
queue_length_limit: Optional[_builtins.int] = None,
|
|
1528
|
+
queues: Optional[_builtins.int] = None):
|
|
1530
1529
|
"""
|
|
1531
1530
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
1532
|
-
:param
|
|
1533
|
-
:param
|
|
1534
|
-
:param
|
|
1531
|
+
:param _builtins.int hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
|
|
1532
|
+
:param _builtins.int queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
|
|
1533
|
+
:param _builtins.int queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
1535
1534
|
"""
|
|
1536
1535
|
if hand_size is not None:
|
|
1537
1536
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -1540,25 +1539,25 @@ class QueuingConfiguration(dict):
|
|
|
1540
1539
|
if queues is not None:
|
|
1541
1540
|
pulumi.set(__self__, "queues", queues)
|
|
1542
1541
|
|
|
1543
|
-
@property
|
|
1542
|
+
@_builtins.property
|
|
1544
1543
|
@pulumi.getter(name="handSize")
|
|
1545
|
-
def hand_size(self) -> Optional[
|
|
1544
|
+
def hand_size(self) -> Optional[_builtins.int]:
|
|
1546
1545
|
"""
|
|
1547
1546
|
`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.
|
|
1548
1547
|
"""
|
|
1549
1548
|
return pulumi.get(self, "hand_size")
|
|
1550
1549
|
|
|
1551
|
-
@property
|
|
1550
|
+
@_builtins.property
|
|
1552
1551
|
@pulumi.getter(name="queueLengthLimit")
|
|
1553
|
-
def queue_length_limit(self) -> Optional[
|
|
1552
|
+
def queue_length_limit(self) -> Optional[_builtins.int]:
|
|
1554
1553
|
"""
|
|
1555
1554
|
`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.
|
|
1556
1555
|
"""
|
|
1557
1556
|
return pulumi.get(self, "queue_length_limit")
|
|
1558
1557
|
|
|
1559
|
-
@property
|
|
1558
|
+
@_builtins.property
|
|
1560
1559
|
@pulumi.getter
|
|
1561
|
-
def queues(self) -> Optional[
|
|
1560
|
+
def queues(self) -> Optional[_builtins.int]:
|
|
1562
1561
|
"""
|
|
1563
1562
|
`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.
|
|
1564
1563
|
"""
|
|
@@ -1590,14 +1589,14 @@ class QueuingConfigurationPatch(dict):
|
|
|
1590
1589
|
return super().get(key, default)
|
|
1591
1590
|
|
|
1592
1591
|
def __init__(__self__, *,
|
|
1593
|
-
hand_size: Optional[
|
|
1594
|
-
queue_length_limit: Optional[
|
|
1595
|
-
queues: Optional[
|
|
1592
|
+
hand_size: Optional[_builtins.int] = None,
|
|
1593
|
+
queue_length_limit: Optional[_builtins.int] = None,
|
|
1594
|
+
queues: Optional[_builtins.int] = None):
|
|
1596
1595
|
"""
|
|
1597
1596
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
1598
|
-
:param
|
|
1599
|
-
:param
|
|
1600
|
-
:param
|
|
1597
|
+
:param _builtins.int hand_size: `handSize` is a small positive number that configures the shuffle sharding of requests into queues. When enqueuing a request at this priority level the request's flow identifier (a string pair) is hashed and the hash value is used to shuffle the list of queues and deal a hand of the size specified here. The request is put into one of the shortest queues in that hand. `handSize` must be no larger than `queues`, and should be significantly smaller (so that a few heavy flows do not saturate most of the queues). See the user-facing documentation for more extensive guidance on setting this field. This field has a default value of 8.
|
|
1598
|
+
:param _builtins.int queue_length_limit: `queueLengthLimit` is the maximum number of requests allowed to be waiting in a given queue of this priority level at a time; excess requests are rejected. This value must be positive. If not specified, it will be defaulted to 50.
|
|
1599
|
+
:param _builtins.int queues: `queues` is the number of queues for this priority level. The queues exist independently at each apiserver. The value must be positive. Setting it to 1 effectively precludes shufflesharding and thus makes the distinguisher method of associated flow schemas irrelevant. This field has a default value of 64.
|
|
1601
1600
|
"""
|
|
1602
1601
|
if hand_size is not None:
|
|
1603
1602
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -1606,25 +1605,25 @@ class QueuingConfigurationPatch(dict):
|
|
|
1606
1605
|
if queues is not None:
|
|
1607
1606
|
pulumi.set(__self__, "queues", queues)
|
|
1608
1607
|
|
|
1609
|
-
@property
|
|
1608
|
+
@_builtins.property
|
|
1610
1609
|
@pulumi.getter(name="handSize")
|
|
1611
|
-
def hand_size(self) -> Optional[
|
|
1610
|
+
def hand_size(self) -> Optional[_builtins.int]:
|
|
1612
1611
|
"""
|
|
1613
1612
|
`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.
|
|
1614
1613
|
"""
|
|
1615
1614
|
return pulumi.get(self, "hand_size")
|
|
1616
1615
|
|
|
1617
|
-
@property
|
|
1616
|
+
@_builtins.property
|
|
1618
1617
|
@pulumi.getter(name="queueLengthLimit")
|
|
1619
|
-
def queue_length_limit(self) -> Optional[
|
|
1618
|
+
def queue_length_limit(self) -> Optional[_builtins.int]:
|
|
1620
1619
|
"""
|
|
1621
1620
|
`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.
|
|
1622
1621
|
"""
|
|
1623
1622
|
return pulumi.get(self, "queue_length_limit")
|
|
1624
1623
|
|
|
1625
|
-
@property
|
|
1624
|
+
@_builtins.property
|
|
1626
1625
|
@pulumi.getter
|
|
1627
|
-
def queues(self) -> Optional[
|
|
1626
|
+
def queues(self) -> Optional[_builtins.int]:
|
|
1628
1627
|
"""
|
|
1629
1628
|
`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.
|
|
1630
1629
|
"""
|
|
@@ -1656,18 +1655,18 @@ class ResourcePolicyRule(dict):
|
|
|
1656
1655
|
return super().get(key, default)
|
|
1657
1656
|
|
|
1658
1657
|
def __init__(__self__, *,
|
|
1659
|
-
api_groups: Sequence[
|
|
1660
|
-
resources: Sequence[
|
|
1661
|
-
verbs: Sequence[
|
|
1662
|
-
cluster_scope: Optional[
|
|
1663
|
-
namespaces: Optional[Sequence[
|
|
1658
|
+
api_groups: Sequence[_builtins.str],
|
|
1659
|
+
resources: Sequence[_builtins.str],
|
|
1660
|
+
verbs: Sequence[_builtins.str],
|
|
1661
|
+
cluster_scope: Optional[_builtins.bool] = None,
|
|
1662
|
+
namespaces: Optional[Sequence[_builtins.str]] = None):
|
|
1664
1663
|
"""
|
|
1665
1664
|
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.
|
|
1666
|
-
:param Sequence[
|
|
1667
|
-
:param Sequence[
|
|
1668
|
-
:param Sequence[
|
|
1669
|
-
:param
|
|
1670
|
-
:param Sequence[
|
|
1665
|
+
:param Sequence[_builtins.str] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
|
|
1666
|
+
:param Sequence[_builtins.str] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
|
|
1667
|
+
:param Sequence[_builtins.str] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
1668
|
+
:param _builtins.bool cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
|
|
1669
|
+
:param Sequence[_builtins.str] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
1671
1670
|
"""
|
|
1672
1671
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
1673
1672
|
pulumi.set(__self__, "resources", resources)
|
|
@@ -1677,41 +1676,41 @@ class ResourcePolicyRule(dict):
|
|
|
1677
1676
|
if namespaces is not None:
|
|
1678
1677
|
pulumi.set(__self__, "namespaces", namespaces)
|
|
1679
1678
|
|
|
1680
|
-
@property
|
|
1679
|
+
@_builtins.property
|
|
1681
1680
|
@pulumi.getter(name="apiGroups")
|
|
1682
|
-
def api_groups(self) -> Sequence[
|
|
1681
|
+
def api_groups(self) -> Sequence[_builtins.str]:
|
|
1683
1682
|
"""
|
|
1684
1683
|
`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.
|
|
1685
1684
|
"""
|
|
1686
1685
|
return pulumi.get(self, "api_groups")
|
|
1687
1686
|
|
|
1688
|
-
@property
|
|
1687
|
+
@_builtins.property
|
|
1689
1688
|
@pulumi.getter
|
|
1690
|
-
def resources(self) -> Sequence[
|
|
1689
|
+
def resources(self) -> Sequence[_builtins.str]:
|
|
1691
1690
|
"""
|
|
1692
1691
|
`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.
|
|
1693
1692
|
"""
|
|
1694
1693
|
return pulumi.get(self, "resources")
|
|
1695
1694
|
|
|
1696
|
-
@property
|
|
1695
|
+
@_builtins.property
|
|
1697
1696
|
@pulumi.getter
|
|
1698
|
-
def verbs(self) -> Sequence[
|
|
1697
|
+
def verbs(self) -> Sequence[_builtins.str]:
|
|
1699
1698
|
"""
|
|
1700
1699
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
1701
1700
|
"""
|
|
1702
1701
|
return pulumi.get(self, "verbs")
|
|
1703
1702
|
|
|
1704
|
-
@property
|
|
1703
|
+
@_builtins.property
|
|
1705
1704
|
@pulumi.getter(name="clusterScope")
|
|
1706
|
-
def cluster_scope(self) -> Optional[
|
|
1705
|
+
def cluster_scope(self) -> Optional[_builtins.bool]:
|
|
1707
1706
|
"""
|
|
1708
1707
|
`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.
|
|
1709
1708
|
"""
|
|
1710
1709
|
return pulumi.get(self, "cluster_scope")
|
|
1711
1710
|
|
|
1712
|
-
@property
|
|
1711
|
+
@_builtins.property
|
|
1713
1712
|
@pulumi.getter
|
|
1714
|
-
def namespaces(self) -> Optional[Sequence[
|
|
1713
|
+
def namespaces(self) -> Optional[Sequence[_builtins.str]]:
|
|
1715
1714
|
"""
|
|
1716
1715
|
`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.
|
|
1717
1716
|
"""
|
|
@@ -1743,18 +1742,18 @@ class ResourcePolicyRulePatch(dict):
|
|
|
1743
1742
|
return super().get(key, default)
|
|
1744
1743
|
|
|
1745
1744
|
def __init__(__self__, *,
|
|
1746
|
-
api_groups: Optional[Sequence[
|
|
1747
|
-
cluster_scope: Optional[
|
|
1748
|
-
namespaces: Optional[Sequence[
|
|
1749
|
-
resources: Optional[Sequence[
|
|
1750
|
-
verbs: Optional[Sequence[
|
|
1745
|
+
api_groups: Optional[Sequence[_builtins.str]] = None,
|
|
1746
|
+
cluster_scope: Optional[_builtins.bool] = None,
|
|
1747
|
+
namespaces: Optional[Sequence[_builtins.str]] = None,
|
|
1748
|
+
resources: Optional[Sequence[_builtins.str]] = None,
|
|
1749
|
+
verbs: Optional[Sequence[_builtins.str]] = None):
|
|
1751
1750
|
"""
|
|
1752
1751
|
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.
|
|
1753
|
-
:param Sequence[
|
|
1754
|
-
:param
|
|
1755
|
-
:param Sequence[
|
|
1756
|
-
:param Sequence[
|
|
1757
|
-
:param Sequence[
|
|
1752
|
+
:param Sequence[_builtins.str] api_groups: `apiGroups` is a list of matching API groups and may not be empty. "*" matches all API groups and, if present, must be the only entry. Required.
|
|
1753
|
+
:param _builtins.bool cluster_scope: `clusterScope` indicates whether to match requests that do not specify a namespace (which happens either because the resource is not namespaced or the request targets all namespaces). If this field is omitted or false then the `namespaces` field must contain a non-empty list.
|
|
1754
|
+
:param Sequence[_builtins.str] namespaces: `namespaces` is a list of target namespaces that restricts matches. A request that specifies a target namespace matches only if either (a) this list contains that target namespace or (b) this list contains "*". Note that "*" matches any specified namespace but does not match a request that _does not specify_ a namespace (see the `clusterScope` field for that). This list may be empty, but only if `clusterScope` is true.
|
|
1755
|
+
:param Sequence[_builtins.str] resources: `resources` is a list of matching resources (i.e., lowercase and plural) with, if desired, subresource. For example, [ "services", "nodes/status" ]. This list may not be empty. "*" matches all resources and, if present, must be the only entry. Required.
|
|
1756
|
+
:param Sequence[_builtins.str] verbs: `verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
1758
1757
|
"""
|
|
1759
1758
|
if api_groups is not None:
|
|
1760
1759
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
@@ -1767,41 +1766,41 @@ class ResourcePolicyRulePatch(dict):
|
|
|
1767
1766
|
if verbs is not None:
|
|
1768
1767
|
pulumi.set(__self__, "verbs", verbs)
|
|
1769
1768
|
|
|
1770
|
-
@property
|
|
1769
|
+
@_builtins.property
|
|
1771
1770
|
@pulumi.getter(name="apiGroups")
|
|
1772
|
-
def api_groups(self) -> Optional[Sequence[
|
|
1771
|
+
def api_groups(self) -> Optional[Sequence[_builtins.str]]:
|
|
1773
1772
|
"""
|
|
1774
1773
|
`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.
|
|
1775
1774
|
"""
|
|
1776
1775
|
return pulumi.get(self, "api_groups")
|
|
1777
1776
|
|
|
1778
|
-
@property
|
|
1777
|
+
@_builtins.property
|
|
1779
1778
|
@pulumi.getter(name="clusterScope")
|
|
1780
|
-
def cluster_scope(self) -> Optional[
|
|
1779
|
+
def cluster_scope(self) -> Optional[_builtins.bool]:
|
|
1781
1780
|
"""
|
|
1782
1781
|
`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.
|
|
1783
1782
|
"""
|
|
1784
1783
|
return pulumi.get(self, "cluster_scope")
|
|
1785
1784
|
|
|
1786
|
-
@property
|
|
1785
|
+
@_builtins.property
|
|
1787
1786
|
@pulumi.getter
|
|
1788
|
-
def namespaces(self) -> Optional[Sequence[
|
|
1787
|
+
def namespaces(self) -> Optional[Sequence[_builtins.str]]:
|
|
1789
1788
|
"""
|
|
1790
1789
|
`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.
|
|
1791
1790
|
"""
|
|
1792
1791
|
return pulumi.get(self, "namespaces")
|
|
1793
1792
|
|
|
1794
|
-
@property
|
|
1793
|
+
@_builtins.property
|
|
1795
1794
|
@pulumi.getter
|
|
1796
|
-
def resources(self) -> Optional[Sequence[
|
|
1795
|
+
def resources(self) -> Optional[Sequence[_builtins.str]]:
|
|
1797
1796
|
"""
|
|
1798
1797
|
`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.
|
|
1799
1798
|
"""
|
|
1800
1799
|
return pulumi.get(self, "resources")
|
|
1801
1800
|
|
|
1802
|
-
@property
|
|
1801
|
+
@_builtins.property
|
|
1803
1802
|
@pulumi.getter
|
|
1804
|
-
def verbs(self) -> Optional[Sequence[
|
|
1803
|
+
def verbs(self) -> Optional[Sequence[_builtins.str]]:
|
|
1805
1804
|
"""
|
|
1806
1805
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
1807
1806
|
"""
|
|
@@ -1814,27 +1813,27 @@ class ServiceAccountSubject(dict):
|
|
|
1814
1813
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
1815
1814
|
"""
|
|
1816
1815
|
def __init__(__self__, *,
|
|
1817
|
-
name:
|
|
1818
|
-
namespace:
|
|
1816
|
+
name: _builtins.str,
|
|
1817
|
+
namespace: _builtins.str):
|
|
1819
1818
|
"""
|
|
1820
1819
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
1821
|
-
:param
|
|
1822
|
-
:param
|
|
1820
|
+
:param _builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
1821
|
+
:param _builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
1823
1822
|
"""
|
|
1824
1823
|
pulumi.set(__self__, "name", name)
|
|
1825
1824
|
pulumi.set(__self__, "namespace", namespace)
|
|
1826
1825
|
|
|
1827
|
-
@property
|
|
1826
|
+
@_builtins.property
|
|
1828
1827
|
@pulumi.getter
|
|
1829
|
-
def name(self) ->
|
|
1828
|
+
def name(self) -> _builtins.str:
|
|
1830
1829
|
"""
|
|
1831
1830
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
1832
1831
|
"""
|
|
1833
1832
|
return pulumi.get(self, "name")
|
|
1834
1833
|
|
|
1835
|
-
@property
|
|
1834
|
+
@_builtins.property
|
|
1836
1835
|
@pulumi.getter
|
|
1837
|
-
def namespace(self) ->
|
|
1836
|
+
def namespace(self) -> _builtins.str:
|
|
1838
1837
|
"""
|
|
1839
1838
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
1840
1839
|
"""
|
|
@@ -1847,29 +1846,29 @@ class ServiceAccountSubjectPatch(dict):
|
|
|
1847
1846
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
1848
1847
|
"""
|
|
1849
1848
|
def __init__(__self__, *,
|
|
1850
|
-
name: Optional[
|
|
1851
|
-
namespace: Optional[
|
|
1849
|
+
name: Optional[_builtins.str] = None,
|
|
1850
|
+
namespace: Optional[_builtins.str] = None):
|
|
1852
1851
|
"""
|
|
1853
1852
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
1854
|
-
:param
|
|
1855
|
-
:param
|
|
1853
|
+
:param _builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
1854
|
+
:param _builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
1856
1855
|
"""
|
|
1857
1856
|
if name is not None:
|
|
1858
1857
|
pulumi.set(__self__, "name", name)
|
|
1859
1858
|
if namespace is not None:
|
|
1860
1859
|
pulumi.set(__self__, "namespace", namespace)
|
|
1861
1860
|
|
|
1862
|
-
@property
|
|
1861
|
+
@_builtins.property
|
|
1863
1862
|
@pulumi.getter
|
|
1864
|
-
def name(self) -> Optional[
|
|
1863
|
+
def name(self) -> Optional[_builtins.str]:
|
|
1865
1864
|
"""
|
|
1866
1865
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
1867
1866
|
"""
|
|
1868
1867
|
return pulumi.get(self, "name")
|
|
1869
1868
|
|
|
1870
|
-
@property
|
|
1869
|
+
@_builtins.property
|
|
1871
1870
|
@pulumi.getter
|
|
1872
|
-
def namespace(self) -> Optional[
|
|
1871
|
+
def namespace(self) -> Optional[_builtins.str]:
|
|
1873
1872
|
"""
|
|
1874
1873
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
1875
1874
|
"""
|
|
@@ -1899,13 +1898,13 @@ class Subject(dict):
|
|
|
1899
1898
|
return super().get(key, default)
|
|
1900
1899
|
|
|
1901
1900
|
def __init__(__self__, *,
|
|
1902
|
-
kind:
|
|
1901
|
+
kind: _builtins.str,
|
|
1903
1902
|
group: Optional['outputs.GroupSubject'] = None,
|
|
1904
1903
|
service_account: Optional['outputs.ServiceAccountSubject'] = None,
|
|
1905
1904
|
user: Optional['outputs.UserSubject'] = None):
|
|
1906
1905
|
"""
|
|
1907
1906
|
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.
|
|
1908
|
-
:param
|
|
1907
|
+
:param _builtins.str kind: Required
|
|
1909
1908
|
"""
|
|
1910
1909
|
pulumi.set(__self__, "kind", kind)
|
|
1911
1910
|
if group is not None:
|
|
@@ -1915,25 +1914,25 @@ class Subject(dict):
|
|
|
1915
1914
|
if user is not None:
|
|
1916
1915
|
pulumi.set(__self__, "user", user)
|
|
1917
1916
|
|
|
1918
|
-
@property
|
|
1917
|
+
@_builtins.property
|
|
1919
1918
|
@pulumi.getter
|
|
1920
|
-
def kind(self) ->
|
|
1919
|
+
def kind(self) -> _builtins.str:
|
|
1921
1920
|
"""
|
|
1922
1921
|
Required
|
|
1923
1922
|
"""
|
|
1924
1923
|
return pulumi.get(self, "kind")
|
|
1925
1924
|
|
|
1926
|
-
@property
|
|
1925
|
+
@_builtins.property
|
|
1927
1926
|
@pulumi.getter
|
|
1928
1927
|
def group(self) -> Optional['outputs.GroupSubject']:
|
|
1929
1928
|
return pulumi.get(self, "group")
|
|
1930
1929
|
|
|
1931
|
-
@property
|
|
1930
|
+
@_builtins.property
|
|
1932
1931
|
@pulumi.getter(name="serviceAccount")
|
|
1933
1932
|
def service_account(self) -> Optional['outputs.ServiceAccountSubject']:
|
|
1934
1933
|
return pulumi.get(self, "service_account")
|
|
1935
1934
|
|
|
1936
|
-
@property
|
|
1935
|
+
@_builtins.property
|
|
1937
1936
|
@pulumi.getter
|
|
1938
1937
|
def user(self) -> Optional['outputs.UserSubject']:
|
|
1939
1938
|
return pulumi.get(self, "user")
|
|
@@ -1963,12 +1962,12 @@ class SubjectPatch(dict):
|
|
|
1963
1962
|
|
|
1964
1963
|
def __init__(__self__, *,
|
|
1965
1964
|
group: Optional['outputs.GroupSubjectPatch'] = None,
|
|
1966
|
-
kind: Optional[
|
|
1965
|
+
kind: Optional[_builtins.str] = None,
|
|
1967
1966
|
service_account: Optional['outputs.ServiceAccountSubjectPatch'] = None,
|
|
1968
1967
|
user: Optional['outputs.UserSubjectPatch'] = None):
|
|
1969
1968
|
"""
|
|
1970
1969
|
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.
|
|
1971
|
-
:param
|
|
1970
|
+
:param _builtins.str kind: Required
|
|
1972
1971
|
"""
|
|
1973
1972
|
if group is not None:
|
|
1974
1973
|
pulumi.set(__self__, "group", group)
|
|
@@ -1979,25 +1978,25 @@ class SubjectPatch(dict):
|
|
|
1979
1978
|
if user is not None:
|
|
1980
1979
|
pulumi.set(__self__, "user", user)
|
|
1981
1980
|
|
|
1982
|
-
@property
|
|
1981
|
+
@_builtins.property
|
|
1983
1982
|
@pulumi.getter
|
|
1984
1983
|
def group(self) -> Optional['outputs.GroupSubjectPatch']:
|
|
1985
1984
|
return pulumi.get(self, "group")
|
|
1986
1985
|
|
|
1987
|
-
@property
|
|
1986
|
+
@_builtins.property
|
|
1988
1987
|
@pulumi.getter
|
|
1989
|
-
def kind(self) -> Optional[
|
|
1988
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1990
1989
|
"""
|
|
1991
1990
|
Required
|
|
1992
1991
|
"""
|
|
1993
1992
|
return pulumi.get(self, "kind")
|
|
1994
1993
|
|
|
1995
|
-
@property
|
|
1994
|
+
@_builtins.property
|
|
1996
1995
|
@pulumi.getter(name="serviceAccount")
|
|
1997
1996
|
def service_account(self) -> Optional['outputs.ServiceAccountSubjectPatch']:
|
|
1998
1997
|
return pulumi.get(self, "service_account")
|
|
1999
1998
|
|
|
2000
|
-
@property
|
|
1999
|
+
@_builtins.property
|
|
2001
2000
|
@pulumi.getter
|
|
2002
2001
|
def user(self) -> Optional['outputs.UserSubjectPatch']:
|
|
2003
2002
|
return pulumi.get(self, "user")
|
|
@@ -2009,16 +2008,16 @@ class UserSubject(dict):
|
|
|
2009
2008
|
UserSubject holds detailed information for user-kind subject.
|
|
2010
2009
|
"""
|
|
2011
2010
|
def __init__(__self__, *,
|
|
2012
|
-
name:
|
|
2011
|
+
name: _builtins.str):
|
|
2013
2012
|
"""
|
|
2014
2013
|
UserSubject holds detailed information for user-kind subject.
|
|
2015
|
-
:param
|
|
2014
|
+
:param _builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2016
2015
|
"""
|
|
2017
2016
|
pulumi.set(__self__, "name", name)
|
|
2018
2017
|
|
|
2019
|
-
@property
|
|
2018
|
+
@_builtins.property
|
|
2020
2019
|
@pulumi.getter
|
|
2021
|
-
def name(self) ->
|
|
2020
|
+
def name(self) -> _builtins.str:
|
|
2022
2021
|
"""
|
|
2023
2022
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2024
2023
|
"""
|
|
@@ -2031,17 +2030,17 @@ class UserSubjectPatch(dict):
|
|
|
2031
2030
|
UserSubject holds detailed information for user-kind subject.
|
|
2032
2031
|
"""
|
|
2033
2032
|
def __init__(__self__, *,
|
|
2034
|
-
name: Optional[
|
|
2033
|
+
name: Optional[_builtins.str] = None):
|
|
2035
2034
|
"""
|
|
2036
2035
|
UserSubject holds detailed information for user-kind subject.
|
|
2037
|
-
:param
|
|
2036
|
+
:param _builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2038
2037
|
"""
|
|
2039
2038
|
if name is not None:
|
|
2040
2039
|
pulumi.set(__self__, "name", name)
|
|
2041
2040
|
|
|
2042
|
-
@property
|
|
2041
|
+
@_builtins.property
|
|
2043
2042
|
@pulumi.getter
|
|
2044
|
-
def name(self) -> Optional[
|
|
2043
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2045
2044
|
"""
|
|
2046
2045
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2047
2046
|
"""
|