pulumi-kubernetes 4.22.1__py3-none-any.whl → 4.23.0__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 +37 -2
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +396 -395
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +249 -248
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +18 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +18 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +18 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +18 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +18 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +22 -20
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +664 -610
- pulumi_kubernetes/apps/v1/outputs.py +582 -508
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +26 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +26 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +18 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +18 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +18 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +371 -290
- pulumi_kubernetes/autoscaling/v2/outputs.py +281 -224
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +18 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/Job.py +18 -16
- pulumi_kubernetes/batch/v1/JobList.py +18 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +18 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +394 -423
- pulumi_kubernetes/batch/v1/outputs.py +293 -316
- pulumi_kubernetes/batch/v1beta1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +18 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +20 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +18 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +20 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +18 -16
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +227 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +217 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +238 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +409 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +334 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +19 -17
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +18 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +19 -17
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +75 -74
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +45 -44
- pulumi_kubernetes/coordination/v1beta1/Lease.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +218 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +230 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +18 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +432 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +329 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +18 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +42 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +18 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +42 -40
- pulumi_kubernetes/core/v1/Endpoints.py +26 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +20 -18
- pulumi_kubernetes/core/v1/EndpointsPatch.py +26 -16
- pulumi_kubernetes/core/v1/Event.py +98 -96
- pulumi_kubernetes/core/v1/EventList.py +18 -16
- pulumi_kubernetes/core/v1/EventPatch.py +98 -96
- pulumi_kubernetes/core/v1/LimitRange.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +18 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +18 -16
- pulumi_kubernetes/core/v1/Namespace.py +18 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +18 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +18 -16
- pulumi_kubernetes/core/v1/Node.py +18 -16
- pulumi_kubernetes/core/v1/NodeList.py +18 -16
- pulumi_kubernetes/core/v1/NodePatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +18 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +18 -16
- pulumi_kubernetes/core/v1/Pod.py +18 -16
- pulumi_kubernetes/core/v1/PodList.py +18 -16
- pulumi_kubernetes/core/v1/PodPatch.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +18 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +18 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +18 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +18 -16
- pulumi_kubernetes/core/v1/Secret.py +50 -48
- pulumi_kubernetes/core/v1/SecretList.py +18 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +50 -48
- pulumi_kubernetes/core/v1/Service.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +26 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +18 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +26 -24
- pulumi_kubernetes/core/v1/ServiceList.py +18 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +18 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +4 -1
- pulumi_kubernetes/core/v1/_inputs.py +5736 -5561
- pulumi_kubernetes/core/v1/outputs.py +3853 -3652
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +34 -32
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +34 -32
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +294 -178
- pulumi_kubernetes/discovery/v1/outputs.py +184 -108
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +18 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +26 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +98 -96
- pulumi_kubernetes/events/v1/EventList.py +18 -16
- pulumi_kubernetes/events/v1/EventPatch.py +98 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +98 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +18 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +98 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +18 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +18 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +247 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +72 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +31 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +43 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +43 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/IPAddress.py +218 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +230 -0
- pulumi_kubernetes/networking/v1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +18 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +18 -16
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +228 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +217 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +240 -0
- pulumi_kubernetes/networking/v1/__init__.py +7 -0
- pulumi_kubernetes/networking/v1/_inputs.py +865 -265
- pulumi_kubernetes/networking/v1/outputs.py +632 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +19 -17
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +19 -17
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/Ingress.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +19 -17
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +18 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +19 -17
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +26 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +26 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +18 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +26 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +18 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +26 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -82
- pulumi_kubernetes/policy/v1/outputs.py +53 -60
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +18 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +18 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +93 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +18 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +26 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +34 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +35 -33
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +225 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +217 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +236 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1alpha3/__init__.py +4 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +2999 -652
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2286 -504
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +19 -17
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +19 -17
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +18 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +19 -17
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +2481 -612
- pulumi_kubernetes/resource/v1beta1/outputs.py +1782 -379
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +239 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +250 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +234 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +245 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +231 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +242 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +248 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +259 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5681 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4726 -0
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +50 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +18 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +50 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +18 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +366 -275
- pulumi_kubernetes/storage/v1/outputs.py +288 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +34 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +42 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +42 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +66 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +66 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +34 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +18 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +34 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +18 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +23 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +30 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- pulumi_kubernetes/yaml/yaml.py +108 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/METADATA +4 -4
- pulumi_kubernetes-4.23.0.dist-info/RECORD +709 -0
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.22.1.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.22.1.dist-info → pulumi_kubernetes-4.23.0.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -63,16 +64,16 @@ class FlowDistinguisherMethod(dict):
|
|
|
63
64
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
64
65
|
"""
|
|
65
66
|
def __init__(__self__, *,
|
|
66
|
-
type: str):
|
|
67
|
+
type: builtins.str):
|
|
67
68
|
"""
|
|
68
69
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
69
|
-
:param str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
70
|
+
:param builtins.str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
70
71
|
"""
|
|
71
72
|
pulumi.set(__self__, "type", type)
|
|
72
73
|
|
|
73
74
|
@property
|
|
74
75
|
@pulumi.getter
|
|
75
|
-
def type(self) -> str:
|
|
76
|
+
def type(self) -> builtins.str:
|
|
76
77
|
"""
|
|
77
78
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
78
79
|
"""
|
|
@@ -85,17 +86,17 @@ class FlowDistinguisherMethodPatch(dict):
|
|
|
85
86
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
86
87
|
"""
|
|
87
88
|
def __init__(__self__, *,
|
|
88
|
-
type: Optional[str] = None):
|
|
89
|
+
type: Optional[builtins.str] = None):
|
|
89
90
|
"""
|
|
90
91
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
91
|
-
:param str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
92
|
+
:param builtins.str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
92
93
|
"""
|
|
93
94
|
if type is not None:
|
|
94
95
|
pulumi.set(__self__, "type", type)
|
|
95
96
|
|
|
96
97
|
@property
|
|
97
98
|
@pulumi.getter
|
|
98
|
-
def type(self) -> Optional[str]:
|
|
99
|
+
def type(self) -> Optional[builtins.str]:
|
|
99
100
|
"""
|
|
100
101
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
101
102
|
"""
|
|
@@ -125,15 +126,15 @@ class FlowSchema(dict):
|
|
|
125
126
|
return super().get(key, default)
|
|
126
127
|
|
|
127
128
|
def __init__(__self__, *,
|
|
128
|
-
api_version: Optional[str] = None,
|
|
129
|
-
kind: Optional[str] = None,
|
|
129
|
+
api_version: Optional[builtins.str] = None,
|
|
130
|
+
kind: Optional[builtins.str] = None,
|
|
130
131
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
131
132
|
spec: Optional['outputs.FlowSchemaSpec'] = None,
|
|
132
133
|
status: Optional['outputs.FlowSchemaStatus'] = None):
|
|
133
134
|
"""
|
|
134
135
|
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".
|
|
135
|
-
:param 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 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
|
|
136
|
+
: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
|
|
137
|
+
: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
|
|
137
138
|
: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
|
|
138
139
|
: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
|
|
139
140
|
: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
|
|
@@ -151,7 +152,7 @@ class FlowSchema(dict):
|
|
|
151
152
|
|
|
152
153
|
@property
|
|
153
154
|
@pulumi.getter(name="apiVersion")
|
|
154
|
-
def api_version(self) -> Optional[str]:
|
|
155
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
155
156
|
"""
|
|
156
157
|
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
|
|
157
158
|
"""
|
|
@@ -159,7 +160,7 @@ class FlowSchema(dict):
|
|
|
159
160
|
|
|
160
161
|
@property
|
|
161
162
|
@pulumi.getter
|
|
162
|
-
def kind(self) -> Optional[str]:
|
|
163
|
+
def kind(self) -> Optional[builtins.str]:
|
|
163
164
|
"""
|
|
164
165
|
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
|
|
165
166
|
"""
|
|
@@ -213,18 +214,18 @@ class FlowSchemaCondition(dict):
|
|
|
213
214
|
return super().get(key, default)
|
|
214
215
|
|
|
215
216
|
def __init__(__self__, *,
|
|
216
|
-
last_transition_time: Optional[str] = None,
|
|
217
|
-
message: Optional[str] = None,
|
|
218
|
-
reason: Optional[str] = None,
|
|
219
|
-
status: Optional[str] = None,
|
|
220
|
-
type: Optional[str] = None):
|
|
217
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
218
|
+
message: Optional[builtins.str] = None,
|
|
219
|
+
reason: Optional[builtins.str] = None,
|
|
220
|
+
status: Optional[builtins.str] = None,
|
|
221
|
+
type: Optional[builtins.str] = None):
|
|
221
222
|
"""
|
|
222
223
|
FlowSchemaCondition describes conditions for a FlowSchema.
|
|
223
|
-
:param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
224
|
-
:param str message: `message` is a human-readable message indicating details about last transition.
|
|
225
|
-
:param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
226
|
-
:param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
227
|
-
:param str type: `type` is the type of the condition. Required.
|
|
224
|
+
:param builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
225
|
+
:param builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
226
|
+
:param builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
227
|
+
:param builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
228
|
+
:param builtins.str type: `type` is the type of the condition. Required.
|
|
228
229
|
"""
|
|
229
230
|
if last_transition_time is not None:
|
|
230
231
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -239,7 +240,7 @@ class FlowSchemaCondition(dict):
|
|
|
239
240
|
|
|
240
241
|
@property
|
|
241
242
|
@pulumi.getter(name="lastTransitionTime")
|
|
242
|
-
def last_transition_time(self) -> Optional[str]:
|
|
243
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
243
244
|
"""
|
|
244
245
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
245
246
|
"""
|
|
@@ -247,7 +248,7 @@ class FlowSchemaCondition(dict):
|
|
|
247
248
|
|
|
248
249
|
@property
|
|
249
250
|
@pulumi.getter
|
|
250
|
-
def message(self) -> Optional[str]:
|
|
251
|
+
def message(self) -> Optional[builtins.str]:
|
|
251
252
|
"""
|
|
252
253
|
`message` is a human-readable message indicating details about last transition.
|
|
253
254
|
"""
|
|
@@ -255,7 +256,7 @@ class FlowSchemaCondition(dict):
|
|
|
255
256
|
|
|
256
257
|
@property
|
|
257
258
|
@pulumi.getter
|
|
258
|
-
def reason(self) -> Optional[str]:
|
|
259
|
+
def reason(self) -> Optional[builtins.str]:
|
|
259
260
|
"""
|
|
260
261
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
261
262
|
"""
|
|
@@ -263,7 +264,7 @@ class FlowSchemaCondition(dict):
|
|
|
263
264
|
|
|
264
265
|
@property
|
|
265
266
|
@pulumi.getter
|
|
266
|
-
def status(self) -> Optional[str]:
|
|
267
|
+
def status(self) -> Optional[builtins.str]:
|
|
267
268
|
"""
|
|
268
269
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
269
270
|
"""
|
|
@@ -271,7 +272,7 @@ class FlowSchemaCondition(dict):
|
|
|
271
272
|
|
|
272
273
|
@property
|
|
273
274
|
@pulumi.getter
|
|
274
|
-
def type(self) -> Optional[str]:
|
|
275
|
+
def type(self) -> Optional[builtins.str]:
|
|
275
276
|
"""
|
|
276
277
|
`type` is the type of the condition. Required.
|
|
277
278
|
"""
|
|
@@ -301,18 +302,18 @@ class FlowSchemaConditionPatch(dict):
|
|
|
301
302
|
return super().get(key, default)
|
|
302
303
|
|
|
303
304
|
def __init__(__self__, *,
|
|
304
|
-
last_transition_time: Optional[str] = None,
|
|
305
|
-
message: Optional[str] = None,
|
|
306
|
-
reason: Optional[str] = None,
|
|
307
|
-
status: Optional[str] = None,
|
|
308
|
-
type: Optional[str] = None):
|
|
305
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
306
|
+
message: Optional[builtins.str] = None,
|
|
307
|
+
reason: Optional[builtins.str] = None,
|
|
308
|
+
status: Optional[builtins.str] = None,
|
|
309
|
+
type: Optional[builtins.str] = None):
|
|
309
310
|
"""
|
|
310
311
|
FlowSchemaCondition describes conditions for a FlowSchema.
|
|
311
|
-
:param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
312
|
-
:param str message: `message` is a human-readable message indicating details about last transition.
|
|
313
|
-
:param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
314
|
-
:param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
315
|
-
:param str type: `type` is the type of the condition. Required.
|
|
312
|
+
:param builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
313
|
+
:param builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
314
|
+
:param builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
315
|
+
:param builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
316
|
+
:param builtins.str type: `type` is the type of the condition. Required.
|
|
316
317
|
"""
|
|
317
318
|
if last_transition_time is not None:
|
|
318
319
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -327,7 +328,7 @@ class FlowSchemaConditionPatch(dict):
|
|
|
327
328
|
|
|
328
329
|
@property
|
|
329
330
|
@pulumi.getter(name="lastTransitionTime")
|
|
330
|
-
def last_transition_time(self) -> Optional[str]:
|
|
331
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
331
332
|
"""
|
|
332
333
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
333
334
|
"""
|
|
@@ -335,7 +336,7 @@ class FlowSchemaConditionPatch(dict):
|
|
|
335
336
|
|
|
336
337
|
@property
|
|
337
338
|
@pulumi.getter
|
|
338
|
-
def message(self) -> Optional[str]:
|
|
339
|
+
def message(self) -> Optional[builtins.str]:
|
|
339
340
|
"""
|
|
340
341
|
`message` is a human-readable message indicating details about last transition.
|
|
341
342
|
"""
|
|
@@ -343,7 +344,7 @@ class FlowSchemaConditionPatch(dict):
|
|
|
343
344
|
|
|
344
345
|
@property
|
|
345
346
|
@pulumi.getter
|
|
346
|
-
def reason(self) -> Optional[str]:
|
|
347
|
+
def reason(self) -> Optional[builtins.str]:
|
|
347
348
|
"""
|
|
348
349
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
349
350
|
"""
|
|
@@ -351,7 +352,7 @@ class FlowSchemaConditionPatch(dict):
|
|
|
351
352
|
|
|
352
353
|
@property
|
|
353
354
|
@pulumi.getter
|
|
354
|
-
def status(self) -> Optional[str]:
|
|
355
|
+
def status(self) -> Optional[builtins.str]:
|
|
355
356
|
"""
|
|
356
357
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
357
358
|
"""
|
|
@@ -359,7 +360,7 @@ class FlowSchemaConditionPatch(dict):
|
|
|
359
360
|
|
|
360
361
|
@property
|
|
361
362
|
@pulumi.getter
|
|
362
|
-
def type(self) -> Optional[str]:
|
|
363
|
+
def type(self) -> Optional[builtins.str]:
|
|
363
364
|
"""
|
|
364
365
|
`type` is the type of the condition. Required.
|
|
365
366
|
"""
|
|
@@ -395,13 +396,13 @@ class FlowSchemaSpec(dict):
|
|
|
395
396
|
def __init__(__self__, *,
|
|
396
397
|
priority_level_configuration: 'outputs.PriorityLevelConfigurationReference',
|
|
397
398
|
distinguisher_method: Optional['outputs.FlowDistinguisherMethod'] = None,
|
|
398
|
-
matching_precedence: Optional[int] = None,
|
|
399
|
+
matching_precedence: Optional[builtins.int] = None,
|
|
399
400
|
rules: Optional[Sequence['outputs.PolicyRulesWithSubjects']] = None):
|
|
400
401
|
"""
|
|
401
402
|
FlowSchemaSpec describes how the FlowSchema's specification looks like.
|
|
402
403
|
: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.
|
|
403
404
|
: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.
|
|
404
|
-
:param 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.
|
|
405
|
+
: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.
|
|
405
406
|
: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.
|
|
406
407
|
"""
|
|
407
408
|
pulumi.set(__self__, "priority_level_configuration", priority_level_configuration)
|
|
@@ -430,7 +431,7 @@ class FlowSchemaSpec(dict):
|
|
|
430
431
|
|
|
431
432
|
@property
|
|
432
433
|
@pulumi.getter(name="matchingPrecedence")
|
|
433
|
-
def matching_precedence(self) -> Optional[int]:
|
|
434
|
+
def matching_precedence(self) -> Optional[builtins.int]:
|
|
434
435
|
"""
|
|
435
436
|
`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.
|
|
436
437
|
"""
|
|
@@ -473,13 +474,13 @@ class FlowSchemaSpecPatch(dict):
|
|
|
473
474
|
|
|
474
475
|
def __init__(__self__, *,
|
|
475
476
|
distinguisher_method: Optional['outputs.FlowDistinguisherMethodPatch'] = None,
|
|
476
|
-
matching_precedence: Optional[int] = None,
|
|
477
|
+
matching_precedence: Optional[builtins.int] = None,
|
|
477
478
|
priority_level_configuration: Optional['outputs.PriorityLevelConfigurationReferencePatch'] = None,
|
|
478
479
|
rules: Optional[Sequence['outputs.PolicyRulesWithSubjectsPatch']] = None):
|
|
479
480
|
"""
|
|
480
481
|
FlowSchemaSpec describes how the FlowSchema's specification looks like.
|
|
481
482
|
: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.
|
|
482
|
-
:param 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.
|
|
483
|
+
: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.
|
|
483
484
|
: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.
|
|
484
485
|
: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.
|
|
485
486
|
"""
|
|
@@ -502,7 +503,7 @@ class FlowSchemaSpecPatch(dict):
|
|
|
502
503
|
|
|
503
504
|
@property
|
|
504
505
|
@pulumi.getter(name="matchingPrecedence")
|
|
505
|
-
def matching_precedence(self) -> Optional[int]:
|
|
506
|
+
def matching_precedence(self) -> Optional[builtins.int]:
|
|
506
507
|
"""
|
|
507
508
|
`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.
|
|
508
509
|
"""
|
|
@@ -577,16 +578,16 @@ class GroupSubject(dict):
|
|
|
577
578
|
GroupSubject holds detailed information for group-kind subject.
|
|
578
579
|
"""
|
|
579
580
|
def __init__(__self__, *,
|
|
580
|
-
name: str):
|
|
581
|
+
name: builtins.str):
|
|
581
582
|
"""
|
|
582
583
|
GroupSubject holds detailed information for group-kind subject.
|
|
583
|
-
:param 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.
|
|
584
|
+
: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.
|
|
584
585
|
"""
|
|
585
586
|
pulumi.set(__self__, "name", name)
|
|
586
587
|
|
|
587
588
|
@property
|
|
588
589
|
@pulumi.getter
|
|
589
|
-
def name(self) -> str:
|
|
590
|
+
def name(self) -> builtins.str:
|
|
590
591
|
"""
|
|
591
592
|
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.
|
|
592
593
|
"""
|
|
@@ -599,17 +600,17 @@ class GroupSubjectPatch(dict):
|
|
|
599
600
|
GroupSubject holds detailed information for group-kind subject.
|
|
600
601
|
"""
|
|
601
602
|
def __init__(__self__, *,
|
|
602
|
-
name: Optional[str] = None):
|
|
603
|
+
name: Optional[builtins.str] = None):
|
|
603
604
|
"""
|
|
604
605
|
GroupSubject holds detailed information for group-kind subject.
|
|
605
|
-
:param 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.
|
|
606
|
+
: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.
|
|
606
607
|
"""
|
|
607
608
|
if name is not None:
|
|
608
609
|
pulumi.set(__self__, "name", name)
|
|
609
610
|
|
|
610
611
|
@property
|
|
611
612
|
@pulumi.getter
|
|
612
|
-
def name(self) -> Optional[str]:
|
|
613
|
+
def name(self) -> Optional[builtins.str]:
|
|
613
614
|
"""
|
|
614
615
|
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.
|
|
615
616
|
"""
|
|
@@ -622,11 +623,11 @@ class LimitResponse(dict):
|
|
|
622
623
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
623
624
|
"""
|
|
624
625
|
def __init__(__self__, *,
|
|
625
|
-
type: str,
|
|
626
|
+
type: builtins.str,
|
|
626
627
|
queuing: Optional['outputs.QueuingConfiguration'] = None):
|
|
627
628
|
"""
|
|
628
629
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
629
|
-
:param 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.
|
|
630
|
+
: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.
|
|
630
631
|
:param 'QueuingConfigurationArgs' queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
631
632
|
"""
|
|
632
633
|
pulumi.set(__self__, "type", type)
|
|
@@ -635,7 +636,7 @@ class LimitResponse(dict):
|
|
|
635
636
|
|
|
636
637
|
@property
|
|
637
638
|
@pulumi.getter
|
|
638
|
-
def type(self) -> str:
|
|
639
|
+
def type(self) -> builtins.str:
|
|
639
640
|
"""
|
|
640
641
|
`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.
|
|
641
642
|
"""
|
|
@@ -657,11 +658,11 @@ class LimitResponsePatch(dict):
|
|
|
657
658
|
"""
|
|
658
659
|
def __init__(__self__, *,
|
|
659
660
|
queuing: Optional['outputs.QueuingConfigurationPatch'] = None,
|
|
660
|
-
type: Optional[str] = None):
|
|
661
|
+
type: Optional[builtins.str] = None):
|
|
661
662
|
"""
|
|
662
663
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
663
664
|
:param 'QueuingConfigurationPatchArgs' queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
664
|
-
:param 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.
|
|
665
|
+
: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.
|
|
665
666
|
"""
|
|
666
667
|
if queuing is not None:
|
|
667
668
|
pulumi.set(__self__, "queuing", queuing)
|
|
@@ -678,7 +679,7 @@ class LimitResponsePatch(dict):
|
|
|
678
679
|
|
|
679
680
|
@property
|
|
680
681
|
@pulumi.getter
|
|
681
|
-
def type(self) -> Optional[str]:
|
|
682
|
+
def type(self) -> Optional[builtins.str]:
|
|
682
683
|
"""
|
|
683
684
|
`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.
|
|
684
685
|
"""
|
|
@@ -712,13 +713,13 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
712
713
|
return super().get(key, default)
|
|
713
714
|
|
|
714
715
|
def __init__(__self__, *,
|
|
715
|
-
assured_concurrency_shares: Optional[int] = None,
|
|
716
|
+
assured_concurrency_shares: Optional[builtins.int] = None,
|
|
716
717
|
limit_response: Optional['outputs.LimitResponse'] = None):
|
|
717
718
|
"""
|
|
718
719
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
719
720
|
* How are requests for this priority level limited?
|
|
720
721
|
* What should be done with requests that exceed the limit?
|
|
721
|
-
:param 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:
|
|
722
|
+
: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:
|
|
722
723
|
|
|
723
724
|
ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
|
|
724
725
|
|
|
@@ -732,7 +733,7 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
732
733
|
|
|
733
734
|
@property
|
|
734
735
|
@pulumi.getter(name="assuredConcurrencyShares")
|
|
735
|
-
def assured_concurrency_shares(self) -> Optional[int]:
|
|
736
|
+
def assured_concurrency_shares(self) -> Optional[builtins.int]:
|
|
736
737
|
"""
|
|
737
738
|
`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:
|
|
738
739
|
|
|
@@ -778,13 +779,13 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
778
779
|
return super().get(key, default)
|
|
779
780
|
|
|
780
781
|
def __init__(__self__, *,
|
|
781
|
-
assured_concurrency_shares: Optional[int] = None,
|
|
782
|
+
assured_concurrency_shares: Optional[builtins.int] = None,
|
|
782
783
|
limit_response: Optional['outputs.LimitResponsePatch'] = None):
|
|
783
784
|
"""
|
|
784
785
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
785
786
|
* How are requests for this priority level limited?
|
|
786
787
|
* What should be done with requests that exceed the limit?
|
|
787
|
-
:param 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:
|
|
788
|
+
: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:
|
|
788
789
|
|
|
789
790
|
ACV(l) = ceil( SCL * ACS(l) / ( sum[priority levels k] ACS(k) ) )
|
|
790
791
|
|
|
@@ -798,7 +799,7 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
798
799
|
|
|
799
800
|
@property
|
|
800
801
|
@pulumi.getter(name="assuredConcurrencyShares")
|
|
801
|
-
def assured_concurrency_shares(self) -> Optional[int]:
|
|
802
|
+
def assured_concurrency_shares(self) -> Optional[builtins.int]:
|
|
802
803
|
"""
|
|
803
804
|
`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:
|
|
804
805
|
|
|
@@ -840,25 +841,25 @@ class NonResourcePolicyRule(dict):
|
|
|
840
841
|
return super().get(key, default)
|
|
841
842
|
|
|
842
843
|
def __init__(__self__, *,
|
|
843
|
-
non_resource_urls: Sequence[str],
|
|
844
|
-
verbs: Sequence[str]):
|
|
844
|
+
non_resource_urls: Sequence[builtins.str],
|
|
845
|
+
verbs: Sequence[builtins.str]):
|
|
845
846
|
"""
|
|
846
847
|
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.
|
|
847
|
-
:param Sequence[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:
|
|
848
|
+
: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:
|
|
848
849
|
- "/healthz" is legal
|
|
849
850
|
- "/hea*" is illegal
|
|
850
851
|
- "/hea" is legal but matches nothing
|
|
851
852
|
- "/hea/*" also matches nothing
|
|
852
853
|
- "/healthz/*" matches all per-component health checks.
|
|
853
854
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
854
|
-
:param Sequence[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.
|
|
855
|
+
: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.
|
|
855
856
|
"""
|
|
856
857
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
857
858
|
pulumi.set(__self__, "verbs", verbs)
|
|
858
859
|
|
|
859
860
|
@property
|
|
860
861
|
@pulumi.getter(name="nonResourceURLs")
|
|
861
|
-
def non_resource_urls(self) -> Sequence[str]:
|
|
862
|
+
def non_resource_urls(self) -> Sequence[builtins.str]:
|
|
862
863
|
"""
|
|
863
864
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
864
865
|
- "/healthz" is legal
|
|
@@ -872,7 +873,7 @@ class NonResourcePolicyRule(dict):
|
|
|
872
873
|
|
|
873
874
|
@property
|
|
874
875
|
@pulumi.getter
|
|
875
|
-
def verbs(self) -> Sequence[str]:
|
|
876
|
+
def verbs(self) -> Sequence[builtins.str]:
|
|
876
877
|
"""
|
|
877
878
|
`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.
|
|
878
879
|
"""
|
|
@@ -902,18 +903,18 @@ class NonResourcePolicyRulePatch(dict):
|
|
|
902
903
|
return super().get(key, default)
|
|
903
904
|
|
|
904
905
|
def __init__(__self__, *,
|
|
905
|
-
non_resource_urls: Optional[Sequence[str]] = None,
|
|
906
|
-
verbs: Optional[Sequence[str]] = None):
|
|
906
|
+
non_resource_urls: Optional[Sequence[builtins.str]] = None,
|
|
907
|
+
verbs: Optional[Sequence[builtins.str]] = None):
|
|
907
908
|
"""
|
|
908
909
|
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.
|
|
909
|
-
:param Sequence[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:
|
|
910
|
+
: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:
|
|
910
911
|
- "/healthz" is legal
|
|
911
912
|
- "/hea*" is illegal
|
|
912
913
|
- "/hea" is legal but matches nothing
|
|
913
914
|
- "/hea/*" also matches nothing
|
|
914
915
|
- "/healthz/*" matches all per-component health checks.
|
|
915
916
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
916
|
-
:param Sequence[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.
|
|
917
|
+
: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.
|
|
917
918
|
"""
|
|
918
919
|
if non_resource_urls is not None:
|
|
919
920
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
@@ -922,7 +923,7 @@ class NonResourcePolicyRulePatch(dict):
|
|
|
922
923
|
|
|
923
924
|
@property
|
|
924
925
|
@pulumi.getter(name="nonResourceURLs")
|
|
925
|
-
def non_resource_urls(self) -> Optional[Sequence[str]]:
|
|
926
|
+
def non_resource_urls(self) -> Optional[Sequence[builtins.str]]:
|
|
926
927
|
"""
|
|
927
928
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
928
929
|
- "/healthz" is legal
|
|
@@ -936,7 +937,7 @@ class NonResourcePolicyRulePatch(dict):
|
|
|
936
937
|
|
|
937
938
|
@property
|
|
938
939
|
@pulumi.getter
|
|
939
|
-
def verbs(self) -> Optional[Sequence[str]]:
|
|
940
|
+
def verbs(self) -> Optional[Sequence[builtins.str]]:
|
|
940
941
|
"""
|
|
941
942
|
`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.
|
|
942
943
|
"""
|
|
@@ -1097,15 +1098,15 @@ class PriorityLevelConfiguration(dict):
|
|
|
1097
1098
|
return super().get(key, default)
|
|
1098
1099
|
|
|
1099
1100
|
def __init__(__self__, *,
|
|
1100
|
-
api_version: Optional[str] = None,
|
|
1101
|
-
kind: Optional[str] = None,
|
|
1101
|
+
api_version: Optional[builtins.str] = None,
|
|
1102
|
+
kind: Optional[builtins.str] = None,
|
|
1102
1103
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1103
1104
|
spec: Optional['outputs.PriorityLevelConfigurationSpec'] = None,
|
|
1104
1105
|
status: Optional['outputs.PriorityLevelConfigurationStatus'] = None):
|
|
1105
1106
|
"""
|
|
1106
1107
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1107
|
-
:param 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 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
|
|
1108
|
+
: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
|
|
1109
|
+
: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
|
|
1109
1110
|
: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
|
|
1110
1111
|
: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
|
|
1111
1112
|
: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
|
|
@@ -1123,7 +1124,7 @@ class PriorityLevelConfiguration(dict):
|
|
|
1123
1124
|
|
|
1124
1125
|
@property
|
|
1125
1126
|
@pulumi.getter(name="apiVersion")
|
|
1126
|
-
def api_version(self) -> Optional[str]:
|
|
1127
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1127
1128
|
"""
|
|
1128
1129
|
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
|
|
1129
1130
|
"""
|
|
@@ -1131,7 +1132,7 @@ class PriorityLevelConfiguration(dict):
|
|
|
1131
1132
|
|
|
1132
1133
|
@property
|
|
1133
1134
|
@pulumi.getter
|
|
1134
|
-
def kind(self) -> Optional[str]:
|
|
1135
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1135
1136
|
"""
|
|
1136
1137
|
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
|
|
1137
1138
|
"""
|
|
@@ -1185,18 +1186,18 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1185
1186
|
return super().get(key, default)
|
|
1186
1187
|
|
|
1187
1188
|
def __init__(__self__, *,
|
|
1188
|
-
last_transition_time: Optional[str] = None,
|
|
1189
|
-
message: Optional[str] = None,
|
|
1190
|
-
reason: Optional[str] = None,
|
|
1191
|
-
status: Optional[str] = None,
|
|
1192
|
-
type: Optional[str] = None):
|
|
1189
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1190
|
+
message: Optional[builtins.str] = None,
|
|
1191
|
+
reason: Optional[builtins.str] = None,
|
|
1192
|
+
status: Optional[builtins.str] = None,
|
|
1193
|
+
type: Optional[builtins.str] = None):
|
|
1193
1194
|
"""
|
|
1194
1195
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1195
|
-
:param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1196
|
-
:param str message: `message` is a human-readable message indicating details about last transition.
|
|
1197
|
-
:param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1198
|
-
:param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1199
|
-
:param str type: `type` is the type of the condition. Required.
|
|
1196
|
+
:param builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1197
|
+
:param builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
1198
|
+
:param builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1199
|
+
:param builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1200
|
+
:param builtins.str type: `type` is the type of the condition. Required.
|
|
1200
1201
|
"""
|
|
1201
1202
|
if last_transition_time is not None:
|
|
1202
1203
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1211,7 +1212,7 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1211
1212
|
|
|
1212
1213
|
@property
|
|
1213
1214
|
@pulumi.getter(name="lastTransitionTime")
|
|
1214
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1215
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1215
1216
|
"""
|
|
1216
1217
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1217
1218
|
"""
|
|
@@ -1219,7 +1220,7 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1219
1220
|
|
|
1220
1221
|
@property
|
|
1221
1222
|
@pulumi.getter
|
|
1222
|
-
def message(self) -> Optional[str]:
|
|
1223
|
+
def message(self) -> Optional[builtins.str]:
|
|
1223
1224
|
"""
|
|
1224
1225
|
`message` is a human-readable message indicating details about last transition.
|
|
1225
1226
|
"""
|
|
@@ -1227,7 +1228,7 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1227
1228
|
|
|
1228
1229
|
@property
|
|
1229
1230
|
@pulumi.getter
|
|
1230
|
-
def reason(self) -> Optional[str]:
|
|
1231
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1231
1232
|
"""
|
|
1232
1233
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1233
1234
|
"""
|
|
@@ -1235,7 +1236,7 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1235
1236
|
|
|
1236
1237
|
@property
|
|
1237
1238
|
@pulumi.getter
|
|
1238
|
-
def status(self) -> Optional[str]:
|
|
1239
|
+
def status(self) -> Optional[builtins.str]:
|
|
1239
1240
|
"""
|
|
1240
1241
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1241
1242
|
"""
|
|
@@ -1243,7 +1244,7 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1243
1244
|
|
|
1244
1245
|
@property
|
|
1245
1246
|
@pulumi.getter
|
|
1246
|
-
def type(self) -> Optional[str]:
|
|
1247
|
+
def type(self) -> Optional[builtins.str]:
|
|
1247
1248
|
"""
|
|
1248
1249
|
`type` is the type of the condition. Required.
|
|
1249
1250
|
"""
|
|
@@ -1273,18 +1274,18 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1273
1274
|
return super().get(key, default)
|
|
1274
1275
|
|
|
1275
1276
|
def __init__(__self__, *,
|
|
1276
|
-
last_transition_time: Optional[str] = None,
|
|
1277
|
-
message: Optional[str] = None,
|
|
1278
|
-
reason: Optional[str] = None,
|
|
1279
|
-
status: Optional[str] = None,
|
|
1280
|
-
type: Optional[str] = None):
|
|
1277
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1278
|
+
message: Optional[builtins.str] = None,
|
|
1279
|
+
reason: Optional[builtins.str] = None,
|
|
1280
|
+
status: Optional[builtins.str] = None,
|
|
1281
|
+
type: Optional[builtins.str] = None):
|
|
1281
1282
|
"""
|
|
1282
1283
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1283
|
-
:param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1284
|
-
:param str message: `message` is a human-readable message indicating details about last transition.
|
|
1285
|
-
:param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1286
|
-
:param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1287
|
-
:param str type: `type` is the type of the condition. Required.
|
|
1284
|
+
:param builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1285
|
+
:param builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
1286
|
+
:param builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1287
|
+
:param builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1288
|
+
:param builtins.str type: `type` is the type of the condition. Required.
|
|
1288
1289
|
"""
|
|
1289
1290
|
if last_transition_time is not None:
|
|
1290
1291
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1299,7 +1300,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1299
1300
|
|
|
1300
1301
|
@property
|
|
1301
1302
|
@pulumi.getter(name="lastTransitionTime")
|
|
1302
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1303
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1303
1304
|
"""
|
|
1304
1305
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1305
1306
|
"""
|
|
@@ -1307,7 +1308,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1307
1308
|
|
|
1308
1309
|
@property
|
|
1309
1310
|
@pulumi.getter
|
|
1310
|
-
def message(self) -> Optional[str]:
|
|
1311
|
+
def message(self) -> Optional[builtins.str]:
|
|
1311
1312
|
"""
|
|
1312
1313
|
`message` is a human-readable message indicating details about last transition.
|
|
1313
1314
|
"""
|
|
@@ -1315,7 +1316,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1315
1316
|
|
|
1316
1317
|
@property
|
|
1317
1318
|
@pulumi.getter
|
|
1318
|
-
def reason(self) -> Optional[str]:
|
|
1319
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1319
1320
|
"""
|
|
1320
1321
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1321
1322
|
"""
|
|
@@ -1323,7 +1324,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1323
1324
|
|
|
1324
1325
|
@property
|
|
1325
1326
|
@pulumi.getter
|
|
1326
|
-
def status(self) -> Optional[str]:
|
|
1327
|
+
def status(self) -> Optional[builtins.str]:
|
|
1327
1328
|
"""
|
|
1328
1329
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1329
1330
|
"""
|
|
@@ -1331,7 +1332,7 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1331
1332
|
|
|
1332
1333
|
@property
|
|
1333
1334
|
@pulumi.getter
|
|
1334
|
-
def type(self) -> Optional[str]:
|
|
1335
|
+
def type(self) -> Optional[builtins.str]:
|
|
1335
1336
|
"""
|
|
1336
1337
|
`type` is the type of the condition. Required.
|
|
1337
1338
|
"""
|
|
@@ -1344,16 +1345,16 @@ class PriorityLevelConfigurationReference(dict):
|
|
|
1344
1345
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1345
1346
|
"""
|
|
1346
1347
|
def __init__(__self__, *,
|
|
1347
|
-
name: str):
|
|
1348
|
+
name: builtins.str):
|
|
1348
1349
|
"""
|
|
1349
1350
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1350
|
-
:param str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1351
|
+
:param builtins.str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1351
1352
|
"""
|
|
1352
1353
|
pulumi.set(__self__, "name", name)
|
|
1353
1354
|
|
|
1354
1355
|
@property
|
|
1355
1356
|
@pulumi.getter
|
|
1356
|
-
def name(self) -> str:
|
|
1357
|
+
def name(self) -> builtins.str:
|
|
1357
1358
|
"""
|
|
1358
1359
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1359
1360
|
"""
|
|
@@ -1366,17 +1367,17 @@ class PriorityLevelConfigurationReferencePatch(dict):
|
|
|
1366
1367
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1367
1368
|
"""
|
|
1368
1369
|
def __init__(__self__, *,
|
|
1369
|
-
name: Optional[str] = None):
|
|
1370
|
+
name: Optional[builtins.str] = None):
|
|
1370
1371
|
"""
|
|
1371
1372
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1372
|
-
:param str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1373
|
+
:param builtins.str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1373
1374
|
"""
|
|
1374
1375
|
if name is not None:
|
|
1375
1376
|
pulumi.set(__self__, "name", name)
|
|
1376
1377
|
|
|
1377
1378
|
@property
|
|
1378
1379
|
@pulumi.getter
|
|
1379
|
-
def name(self) -> Optional[str]:
|
|
1380
|
+
def name(self) -> Optional[builtins.str]:
|
|
1380
1381
|
"""
|
|
1381
1382
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1382
1383
|
"""
|
|
@@ -1389,11 +1390,11 @@ class PriorityLevelConfigurationSpec(dict):
|
|
|
1389
1390
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1390
1391
|
"""
|
|
1391
1392
|
def __init__(__self__, *,
|
|
1392
|
-
type: str,
|
|
1393
|
+
type: builtins.str,
|
|
1393
1394
|
limited: Optional['outputs.LimitedPriorityLevelConfiguration'] = None):
|
|
1394
1395
|
"""
|
|
1395
1396
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1396
|
-
:param 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.
|
|
1397
|
+
: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.
|
|
1397
1398
|
: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"`.
|
|
1398
1399
|
"""
|
|
1399
1400
|
pulumi.set(__self__, "type", type)
|
|
@@ -1402,7 +1403,7 @@ class PriorityLevelConfigurationSpec(dict):
|
|
|
1402
1403
|
|
|
1403
1404
|
@property
|
|
1404
1405
|
@pulumi.getter
|
|
1405
|
-
def type(self) -> str:
|
|
1406
|
+
def type(self) -> builtins.str:
|
|
1406
1407
|
"""
|
|
1407
1408
|
`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.
|
|
1408
1409
|
"""
|
|
@@ -1424,11 +1425,11 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1424
1425
|
"""
|
|
1425
1426
|
def __init__(__self__, *,
|
|
1426
1427
|
limited: Optional['outputs.LimitedPriorityLevelConfigurationPatch'] = None,
|
|
1427
|
-
type: Optional[str] = None):
|
|
1428
|
+
type: Optional[builtins.str] = None):
|
|
1428
1429
|
"""
|
|
1429
1430
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1430
1431
|
: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"`.
|
|
1431
|
-
:param 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.
|
|
1432
|
+
: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.
|
|
1432
1433
|
"""
|
|
1433
1434
|
if limited is not None:
|
|
1434
1435
|
pulumi.set(__self__, "limited", limited)
|
|
@@ -1445,7 +1446,7 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1445
1446
|
|
|
1446
1447
|
@property
|
|
1447
1448
|
@pulumi.getter
|
|
1448
|
-
def type(self) -> Optional[str]:
|
|
1449
|
+
def type(self) -> Optional[builtins.str]:
|
|
1449
1450
|
"""
|
|
1450
1451
|
`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.
|
|
1451
1452
|
"""
|
|
@@ -1523,14 +1524,14 @@ class QueuingConfiguration(dict):
|
|
|
1523
1524
|
return super().get(key, default)
|
|
1524
1525
|
|
|
1525
1526
|
def __init__(__self__, *,
|
|
1526
|
-
hand_size: Optional[int] = None,
|
|
1527
|
-
queue_length_limit: Optional[int] = None,
|
|
1528
|
-
queues: Optional[int] = None):
|
|
1527
|
+
hand_size: Optional[builtins.int] = None,
|
|
1528
|
+
queue_length_limit: Optional[builtins.int] = None,
|
|
1529
|
+
queues: Optional[builtins.int] = None):
|
|
1529
1530
|
"""
|
|
1530
1531
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
1531
|
-
:param 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 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 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.
|
|
1532
|
+
: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.
|
|
1533
|
+
: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.
|
|
1534
|
+
: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.
|
|
1534
1535
|
"""
|
|
1535
1536
|
if hand_size is not None:
|
|
1536
1537
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -1541,7 +1542,7 @@ class QueuingConfiguration(dict):
|
|
|
1541
1542
|
|
|
1542
1543
|
@property
|
|
1543
1544
|
@pulumi.getter(name="handSize")
|
|
1544
|
-
def hand_size(self) -> Optional[int]:
|
|
1545
|
+
def hand_size(self) -> Optional[builtins.int]:
|
|
1545
1546
|
"""
|
|
1546
1547
|
`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.
|
|
1547
1548
|
"""
|
|
@@ -1549,7 +1550,7 @@ class QueuingConfiguration(dict):
|
|
|
1549
1550
|
|
|
1550
1551
|
@property
|
|
1551
1552
|
@pulumi.getter(name="queueLengthLimit")
|
|
1552
|
-
def queue_length_limit(self) -> Optional[int]:
|
|
1553
|
+
def queue_length_limit(self) -> Optional[builtins.int]:
|
|
1553
1554
|
"""
|
|
1554
1555
|
`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.
|
|
1555
1556
|
"""
|
|
@@ -1557,7 +1558,7 @@ class QueuingConfiguration(dict):
|
|
|
1557
1558
|
|
|
1558
1559
|
@property
|
|
1559
1560
|
@pulumi.getter
|
|
1560
|
-
def queues(self) -> Optional[int]:
|
|
1561
|
+
def queues(self) -> Optional[builtins.int]:
|
|
1561
1562
|
"""
|
|
1562
1563
|
`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.
|
|
1563
1564
|
"""
|
|
@@ -1589,14 +1590,14 @@ class QueuingConfigurationPatch(dict):
|
|
|
1589
1590
|
return super().get(key, default)
|
|
1590
1591
|
|
|
1591
1592
|
def __init__(__self__, *,
|
|
1592
|
-
hand_size: Optional[int] = None,
|
|
1593
|
-
queue_length_limit: Optional[int] = None,
|
|
1594
|
-
queues: Optional[int] = None):
|
|
1593
|
+
hand_size: Optional[builtins.int] = None,
|
|
1594
|
+
queue_length_limit: Optional[builtins.int] = None,
|
|
1595
|
+
queues: Optional[builtins.int] = None):
|
|
1595
1596
|
"""
|
|
1596
1597
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
1597
|
-
:param 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 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 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.
|
|
1598
|
+
: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.
|
|
1599
|
+
: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.
|
|
1600
|
+
: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.
|
|
1600
1601
|
"""
|
|
1601
1602
|
if hand_size is not None:
|
|
1602
1603
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -1607,7 +1608,7 @@ class QueuingConfigurationPatch(dict):
|
|
|
1607
1608
|
|
|
1608
1609
|
@property
|
|
1609
1610
|
@pulumi.getter(name="handSize")
|
|
1610
|
-
def hand_size(self) -> Optional[int]:
|
|
1611
|
+
def hand_size(self) -> Optional[builtins.int]:
|
|
1611
1612
|
"""
|
|
1612
1613
|
`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.
|
|
1613
1614
|
"""
|
|
@@ -1615,7 +1616,7 @@ class QueuingConfigurationPatch(dict):
|
|
|
1615
1616
|
|
|
1616
1617
|
@property
|
|
1617
1618
|
@pulumi.getter(name="queueLengthLimit")
|
|
1618
|
-
def queue_length_limit(self) -> Optional[int]:
|
|
1619
|
+
def queue_length_limit(self) -> Optional[builtins.int]:
|
|
1619
1620
|
"""
|
|
1620
1621
|
`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.
|
|
1621
1622
|
"""
|
|
@@ -1623,7 +1624,7 @@ class QueuingConfigurationPatch(dict):
|
|
|
1623
1624
|
|
|
1624
1625
|
@property
|
|
1625
1626
|
@pulumi.getter
|
|
1626
|
-
def queues(self) -> Optional[int]:
|
|
1627
|
+
def queues(self) -> Optional[builtins.int]:
|
|
1627
1628
|
"""
|
|
1628
1629
|
`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.
|
|
1629
1630
|
"""
|
|
@@ -1655,18 +1656,18 @@ class ResourcePolicyRule(dict):
|
|
|
1655
1656
|
return super().get(key, default)
|
|
1656
1657
|
|
|
1657
1658
|
def __init__(__self__, *,
|
|
1658
|
-
api_groups: Sequence[str],
|
|
1659
|
-
resources: Sequence[str],
|
|
1660
|
-
verbs: Sequence[str],
|
|
1661
|
-
cluster_scope: Optional[bool] = None,
|
|
1662
|
-
namespaces: Optional[Sequence[str]] = None):
|
|
1659
|
+
api_groups: Sequence[builtins.str],
|
|
1660
|
+
resources: Sequence[builtins.str],
|
|
1661
|
+
verbs: Sequence[builtins.str],
|
|
1662
|
+
cluster_scope: Optional[builtins.bool] = None,
|
|
1663
|
+
namespaces: Optional[Sequence[builtins.str]] = None):
|
|
1663
1664
|
"""
|
|
1664
1665
|
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.
|
|
1665
|
-
:param Sequence[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[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[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 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[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.
|
|
1666
|
+
: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.
|
|
1667
|
+
: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.
|
|
1668
|
+
: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.
|
|
1669
|
+
: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.
|
|
1670
|
+
: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.
|
|
1670
1671
|
"""
|
|
1671
1672
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
1672
1673
|
pulumi.set(__self__, "resources", resources)
|
|
@@ -1678,7 +1679,7 @@ class ResourcePolicyRule(dict):
|
|
|
1678
1679
|
|
|
1679
1680
|
@property
|
|
1680
1681
|
@pulumi.getter(name="apiGroups")
|
|
1681
|
-
def api_groups(self) -> Sequence[str]:
|
|
1682
|
+
def api_groups(self) -> Sequence[builtins.str]:
|
|
1682
1683
|
"""
|
|
1683
1684
|
`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.
|
|
1684
1685
|
"""
|
|
@@ -1686,7 +1687,7 @@ class ResourcePolicyRule(dict):
|
|
|
1686
1687
|
|
|
1687
1688
|
@property
|
|
1688
1689
|
@pulumi.getter
|
|
1689
|
-
def resources(self) -> Sequence[str]:
|
|
1690
|
+
def resources(self) -> Sequence[builtins.str]:
|
|
1690
1691
|
"""
|
|
1691
1692
|
`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.
|
|
1692
1693
|
"""
|
|
@@ -1694,7 +1695,7 @@ class ResourcePolicyRule(dict):
|
|
|
1694
1695
|
|
|
1695
1696
|
@property
|
|
1696
1697
|
@pulumi.getter
|
|
1697
|
-
def verbs(self) -> Sequence[str]:
|
|
1698
|
+
def verbs(self) -> Sequence[builtins.str]:
|
|
1698
1699
|
"""
|
|
1699
1700
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
1700
1701
|
"""
|
|
@@ -1702,7 +1703,7 @@ class ResourcePolicyRule(dict):
|
|
|
1702
1703
|
|
|
1703
1704
|
@property
|
|
1704
1705
|
@pulumi.getter(name="clusterScope")
|
|
1705
|
-
def cluster_scope(self) -> Optional[bool]:
|
|
1706
|
+
def cluster_scope(self) -> Optional[builtins.bool]:
|
|
1706
1707
|
"""
|
|
1707
1708
|
`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.
|
|
1708
1709
|
"""
|
|
@@ -1710,7 +1711,7 @@ class ResourcePolicyRule(dict):
|
|
|
1710
1711
|
|
|
1711
1712
|
@property
|
|
1712
1713
|
@pulumi.getter
|
|
1713
|
-
def namespaces(self) -> Optional[Sequence[str]]:
|
|
1714
|
+
def namespaces(self) -> Optional[Sequence[builtins.str]]:
|
|
1714
1715
|
"""
|
|
1715
1716
|
`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.
|
|
1716
1717
|
"""
|
|
@@ -1742,18 +1743,18 @@ class ResourcePolicyRulePatch(dict):
|
|
|
1742
1743
|
return super().get(key, default)
|
|
1743
1744
|
|
|
1744
1745
|
def __init__(__self__, *,
|
|
1745
|
-
api_groups: Optional[Sequence[str]] = None,
|
|
1746
|
-
cluster_scope: Optional[bool] = None,
|
|
1747
|
-
namespaces: Optional[Sequence[str]] = None,
|
|
1748
|
-
resources: Optional[Sequence[str]] = None,
|
|
1749
|
-
verbs: Optional[Sequence[str]] = None):
|
|
1746
|
+
api_groups: Optional[Sequence[builtins.str]] = None,
|
|
1747
|
+
cluster_scope: Optional[builtins.bool] = None,
|
|
1748
|
+
namespaces: Optional[Sequence[builtins.str]] = None,
|
|
1749
|
+
resources: Optional[Sequence[builtins.str]] = None,
|
|
1750
|
+
verbs: Optional[Sequence[builtins.str]] = None):
|
|
1750
1751
|
"""
|
|
1751
1752
|
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.
|
|
1752
|
-
:param Sequence[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 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[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[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[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.
|
|
1753
|
+
: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.
|
|
1754
|
+
: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.
|
|
1755
|
+
: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.
|
|
1756
|
+
: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.
|
|
1757
|
+
: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.
|
|
1757
1758
|
"""
|
|
1758
1759
|
if api_groups is not None:
|
|
1759
1760
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
@@ -1768,7 +1769,7 @@ class ResourcePolicyRulePatch(dict):
|
|
|
1768
1769
|
|
|
1769
1770
|
@property
|
|
1770
1771
|
@pulumi.getter(name="apiGroups")
|
|
1771
|
-
def api_groups(self) -> Optional[Sequence[str]]:
|
|
1772
|
+
def api_groups(self) -> Optional[Sequence[builtins.str]]:
|
|
1772
1773
|
"""
|
|
1773
1774
|
`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.
|
|
1774
1775
|
"""
|
|
@@ -1776,7 +1777,7 @@ class ResourcePolicyRulePatch(dict):
|
|
|
1776
1777
|
|
|
1777
1778
|
@property
|
|
1778
1779
|
@pulumi.getter(name="clusterScope")
|
|
1779
|
-
def cluster_scope(self) -> Optional[bool]:
|
|
1780
|
+
def cluster_scope(self) -> Optional[builtins.bool]:
|
|
1780
1781
|
"""
|
|
1781
1782
|
`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.
|
|
1782
1783
|
"""
|
|
@@ -1784,7 +1785,7 @@ class ResourcePolicyRulePatch(dict):
|
|
|
1784
1785
|
|
|
1785
1786
|
@property
|
|
1786
1787
|
@pulumi.getter
|
|
1787
|
-
def namespaces(self) -> Optional[Sequence[str]]:
|
|
1788
|
+
def namespaces(self) -> Optional[Sequence[builtins.str]]:
|
|
1788
1789
|
"""
|
|
1789
1790
|
`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.
|
|
1790
1791
|
"""
|
|
@@ -1792,7 +1793,7 @@ class ResourcePolicyRulePatch(dict):
|
|
|
1792
1793
|
|
|
1793
1794
|
@property
|
|
1794
1795
|
@pulumi.getter
|
|
1795
|
-
def resources(self) -> Optional[Sequence[str]]:
|
|
1796
|
+
def resources(self) -> Optional[Sequence[builtins.str]]:
|
|
1796
1797
|
"""
|
|
1797
1798
|
`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.
|
|
1798
1799
|
"""
|
|
@@ -1800,7 +1801,7 @@ class ResourcePolicyRulePatch(dict):
|
|
|
1800
1801
|
|
|
1801
1802
|
@property
|
|
1802
1803
|
@pulumi.getter
|
|
1803
|
-
def verbs(self) -> Optional[Sequence[str]]:
|
|
1804
|
+
def verbs(self) -> Optional[Sequence[builtins.str]]:
|
|
1804
1805
|
"""
|
|
1805
1806
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
1806
1807
|
"""
|
|
@@ -1813,19 +1814,19 @@ class ServiceAccountSubject(dict):
|
|
|
1813
1814
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
1814
1815
|
"""
|
|
1815
1816
|
def __init__(__self__, *,
|
|
1816
|
-
name: str,
|
|
1817
|
-
namespace: str):
|
|
1817
|
+
name: builtins.str,
|
|
1818
|
+
namespace: builtins.str):
|
|
1818
1819
|
"""
|
|
1819
1820
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
1820
|
-
:param str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
1821
|
-
:param str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
1821
|
+
:param builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
1822
|
+
:param builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
1822
1823
|
"""
|
|
1823
1824
|
pulumi.set(__self__, "name", name)
|
|
1824
1825
|
pulumi.set(__self__, "namespace", namespace)
|
|
1825
1826
|
|
|
1826
1827
|
@property
|
|
1827
1828
|
@pulumi.getter
|
|
1828
|
-
def name(self) -> str:
|
|
1829
|
+
def name(self) -> builtins.str:
|
|
1829
1830
|
"""
|
|
1830
1831
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
1831
1832
|
"""
|
|
@@ -1833,7 +1834,7 @@ class ServiceAccountSubject(dict):
|
|
|
1833
1834
|
|
|
1834
1835
|
@property
|
|
1835
1836
|
@pulumi.getter
|
|
1836
|
-
def namespace(self) -> str:
|
|
1837
|
+
def namespace(self) -> builtins.str:
|
|
1837
1838
|
"""
|
|
1838
1839
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
1839
1840
|
"""
|
|
@@ -1846,12 +1847,12 @@ class ServiceAccountSubjectPatch(dict):
|
|
|
1846
1847
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
1847
1848
|
"""
|
|
1848
1849
|
def __init__(__self__, *,
|
|
1849
|
-
name: Optional[str] = None,
|
|
1850
|
-
namespace: Optional[str] = None):
|
|
1850
|
+
name: Optional[builtins.str] = None,
|
|
1851
|
+
namespace: Optional[builtins.str] = None):
|
|
1851
1852
|
"""
|
|
1852
1853
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
1853
|
-
:param str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
1854
|
-
:param str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
1854
|
+
:param builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
1855
|
+
:param builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
1855
1856
|
"""
|
|
1856
1857
|
if name is not None:
|
|
1857
1858
|
pulumi.set(__self__, "name", name)
|
|
@@ -1860,7 +1861,7 @@ class ServiceAccountSubjectPatch(dict):
|
|
|
1860
1861
|
|
|
1861
1862
|
@property
|
|
1862
1863
|
@pulumi.getter
|
|
1863
|
-
def name(self) -> Optional[str]:
|
|
1864
|
+
def name(self) -> Optional[builtins.str]:
|
|
1864
1865
|
"""
|
|
1865
1866
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
1866
1867
|
"""
|
|
@@ -1868,7 +1869,7 @@ class ServiceAccountSubjectPatch(dict):
|
|
|
1868
1869
|
|
|
1869
1870
|
@property
|
|
1870
1871
|
@pulumi.getter
|
|
1871
|
-
def namespace(self) -> Optional[str]:
|
|
1872
|
+
def namespace(self) -> Optional[builtins.str]:
|
|
1872
1873
|
"""
|
|
1873
1874
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
1874
1875
|
"""
|
|
@@ -1898,13 +1899,13 @@ class Subject(dict):
|
|
|
1898
1899
|
return super().get(key, default)
|
|
1899
1900
|
|
|
1900
1901
|
def __init__(__self__, *,
|
|
1901
|
-
kind: str,
|
|
1902
|
+
kind: builtins.str,
|
|
1902
1903
|
group: Optional['outputs.GroupSubject'] = None,
|
|
1903
1904
|
service_account: Optional['outputs.ServiceAccountSubject'] = None,
|
|
1904
1905
|
user: Optional['outputs.UserSubject'] = None):
|
|
1905
1906
|
"""
|
|
1906
1907
|
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.
|
|
1907
|
-
:param str kind: Required
|
|
1908
|
+
:param builtins.str kind: Required
|
|
1908
1909
|
"""
|
|
1909
1910
|
pulumi.set(__self__, "kind", kind)
|
|
1910
1911
|
if group is not None:
|
|
@@ -1916,7 +1917,7 @@ class Subject(dict):
|
|
|
1916
1917
|
|
|
1917
1918
|
@property
|
|
1918
1919
|
@pulumi.getter
|
|
1919
|
-
def kind(self) -> str:
|
|
1920
|
+
def kind(self) -> builtins.str:
|
|
1920
1921
|
"""
|
|
1921
1922
|
Required
|
|
1922
1923
|
"""
|
|
@@ -1962,12 +1963,12 @@ class SubjectPatch(dict):
|
|
|
1962
1963
|
|
|
1963
1964
|
def __init__(__self__, *,
|
|
1964
1965
|
group: Optional['outputs.GroupSubjectPatch'] = None,
|
|
1965
|
-
kind: Optional[str] = None,
|
|
1966
|
+
kind: Optional[builtins.str] = None,
|
|
1966
1967
|
service_account: Optional['outputs.ServiceAccountSubjectPatch'] = None,
|
|
1967
1968
|
user: Optional['outputs.UserSubjectPatch'] = None):
|
|
1968
1969
|
"""
|
|
1969
1970
|
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.
|
|
1970
|
-
:param str kind: Required
|
|
1971
|
+
:param builtins.str kind: Required
|
|
1971
1972
|
"""
|
|
1972
1973
|
if group is not None:
|
|
1973
1974
|
pulumi.set(__self__, "group", group)
|
|
@@ -1985,7 +1986,7 @@ class SubjectPatch(dict):
|
|
|
1985
1986
|
|
|
1986
1987
|
@property
|
|
1987
1988
|
@pulumi.getter
|
|
1988
|
-
def kind(self) -> Optional[str]:
|
|
1989
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1989
1990
|
"""
|
|
1990
1991
|
Required
|
|
1991
1992
|
"""
|
|
@@ -2008,16 +2009,16 @@ class UserSubject(dict):
|
|
|
2008
2009
|
UserSubject holds detailed information for user-kind subject.
|
|
2009
2010
|
"""
|
|
2010
2011
|
def __init__(__self__, *,
|
|
2011
|
-
name: str):
|
|
2012
|
+
name: builtins.str):
|
|
2012
2013
|
"""
|
|
2013
2014
|
UserSubject holds detailed information for user-kind subject.
|
|
2014
|
-
:param str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2015
|
+
:param builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2015
2016
|
"""
|
|
2016
2017
|
pulumi.set(__self__, "name", name)
|
|
2017
2018
|
|
|
2018
2019
|
@property
|
|
2019
2020
|
@pulumi.getter
|
|
2020
|
-
def name(self) -> str:
|
|
2021
|
+
def name(self) -> builtins.str:
|
|
2021
2022
|
"""
|
|
2022
2023
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2023
2024
|
"""
|
|
@@ -2030,17 +2031,17 @@ class UserSubjectPatch(dict):
|
|
|
2030
2031
|
UserSubject holds detailed information for user-kind subject.
|
|
2031
2032
|
"""
|
|
2032
2033
|
def __init__(__self__, *,
|
|
2033
|
-
name: Optional[str] = None):
|
|
2034
|
+
name: Optional[builtins.str] = None):
|
|
2034
2035
|
"""
|
|
2035
2036
|
UserSubject holds detailed information for user-kind subject.
|
|
2036
|
-
:param str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2037
|
+
:param builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2037
2038
|
"""
|
|
2038
2039
|
if name is not None:
|
|
2039
2040
|
pulumi.set(__self__, "name", name)
|
|
2040
2041
|
|
|
2041
2042
|
@property
|
|
2042
2043
|
@pulumi.getter
|
|
2043
|
-
def name(self) -> Optional[str]:
|
|
2044
|
+
def name(self) -> Optional[builtins.str]:
|
|
2044
2045
|
"""
|
|
2045
2046
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2046
2047
|
"""
|