pulumi-kubernetes 4.17.0a1723576835__py3-none-any.whl → 4.26.0a1769215986__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.
- pulumi_kubernetes/__init__.py +73 -2
- pulumi_kubernetes/_inputs.py +49 -49
- pulumi_kubernetes/_utilities.py +9 -5
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +721 -721
- pulumi_kubernetes/admissionregistration/v1/outputs.py +516 -516
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +215 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +223 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +216 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +235 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +216 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +227 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +26 -33
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +26 -33
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +7 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +2219 -716
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +1649 -530
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +27 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +27 -26
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +26 -25
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +717 -717
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +512 -512
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +27 -26
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +26 -25
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +27 -26
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +912 -912
- pulumi_kubernetes/apiextensions/v1/outputs.py +624 -624
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +27 -26
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +26 -25
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +27 -26
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +834 -834
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +572 -572
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +27 -26
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +26 -25
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +27 -26
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +157 -157
- pulumi_kubernetes/apiregistration/v1/outputs.py +128 -128
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +27 -26
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +26 -25
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +27 -26
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +157 -157
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +128 -128
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1/DaemonSet.py +27 -26
- pulumi_kubernetes/apps/v1/DaemonSetList.py +26 -25
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1/ReplicaSet.py +27 -26
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +30 -29
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +835 -782
- pulumi_kubernetes/apps/v1/outputs.py +806 -733
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1beta1/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +409 -409
- pulumi_kubernetes/apps/v1beta1/outputs.py +381 -381
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +36 -35
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +36 -35
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/Deployment.py +27 -26
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +27 -26
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +26 -25
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +27 -26
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +655 -655
- pulumi_kubernetes/apps/v1beta2/outputs.py +645 -645
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +26 -25
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +145 -145
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +101 -101
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +120 -120
- pulumi_kubernetes/autoscaling/v1/outputs.py +102 -102
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +500 -420
- pulumi_kubernetes/autoscaling/v2/outputs.py +438 -382
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +451 -451
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +424 -424
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +26 -25
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +27 -26
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +398 -398
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +366 -366
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v1/Job.py +27 -26
- pulumi_kubernetes/batch/v1/JobList.py +26 -25
- pulumi_kubernetes/batch/v1/JobPatch.py +27 -26
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +508 -538
- pulumi_kubernetes/batch/v1/outputs.py +427 -451
- pulumi_kubernetes/batch/v1beta1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +101 -101
- pulumi_kubernetes/batch/v1beta1/outputs.py +76 -76
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +27 -26
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +26 -25
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +27 -26
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +101 -101
- pulumi_kubernetes/batch/v2alpha1/outputs.py +76 -76
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +27 -26
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +26 -25
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +27 -26
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +155 -155
- pulumi_kubernetes/certificates/v1/outputs.py +134 -134
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +28 -25
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +26 -25
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +28 -25
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +39 -39
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +27 -27
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +27 -26
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +26 -25
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +27 -26
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +226 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +216 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +237 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +436 -144
- pulumi_kubernetes/certificates/v1beta1/outputs.py +369 -128
- pulumi_kubernetes/coordination/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1/Lease.py +26 -25
- pulumi_kubernetes/coordination/v1/LeaseList.py +26 -25
- pulumi_kubernetes/coordination/v1/LeasePatch.py +26 -25
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +99 -99
- pulumi_kubernetes/coordination/v1/outputs.py +67 -67
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +28 -25
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +26 -25
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +28 -25
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +87 -87
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +59 -59
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +217 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +216 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +229 -0
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +13 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +393 -0
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +313 -0
- pulumi_kubernetes/coordination/v1beta1/Lease.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +216 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +229 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +26 -25
- pulumi_kubernetes/coordination/v1beta1/__init__.py +4 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +446 -75
- pulumi_kubernetes/coordination/v1beta1/outputs.py +343 -51
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +28 -27
- pulumi_kubernetes/core/v1/BindingPatch.py +28 -27
- pulumi_kubernetes/core/v1/ConfigMap.py +54 -53
- pulumi_kubernetes/core/v1/ConfigMapList.py +26 -25
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +54 -53
- pulumi_kubernetes/core/v1/Endpoints.py +34 -25
- pulumi_kubernetes/core/v1/EndpointsList.py +28 -27
- pulumi_kubernetes/core/v1/EndpointsPatch.py +34 -25
- pulumi_kubernetes/core/v1/Event.py +132 -131
- pulumi_kubernetes/core/v1/EventList.py +26 -25
- pulumi_kubernetes/core/v1/EventPatch.py +132 -131
- pulumi_kubernetes/core/v1/LimitRange.py +26 -25
- pulumi_kubernetes/core/v1/LimitRangeList.py +26 -25
- pulumi_kubernetes/core/v1/LimitRangePatch.py +26 -25
- pulumi_kubernetes/core/v1/Namespace.py +27 -26
- pulumi_kubernetes/core/v1/NamespaceList.py +26 -25
- pulumi_kubernetes/core/v1/NamespacePatch.py +27 -26
- pulumi_kubernetes/core/v1/Node.py +27 -26
- pulumi_kubernetes/core/v1/NodeList.py +26 -25
- pulumi_kubernetes/core/v1/NodePatch.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolume.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +26 -25
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +27 -26
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +26 -25
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +27 -26
- pulumi_kubernetes/core/v1/Pod.py +27 -26
- pulumi_kubernetes/core/v1/PodList.py +26 -25
- pulumi_kubernetes/core/v1/PodPatch.py +27 -26
- pulumi_kubernetes/core/v1/PodTemplate.py +26 -25
- pulumi_kubernetes/core/v1/PodTemplateList.py +26 -25
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +26 -25
- pulumi_kubernetes/core/v1/ReplicationController.py +27 -26
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +26 -25
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +27 -26
- pulumi_kubernetes/core/v1/ResourceQuota.py +27 -26
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +26 -25
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +27 -26
- pulumi_kubernetes/core/v1/Secret.py +64 -63
- pulumi_kubernetes/core/v1/SecretList.py +26 -25
- pulumi_kubernetes/core/v1/SecretPatch.py +68 -65
- pulumi_kubernetes/core/v1/Service.py +33 -48
- pulumi_kubernetes/core/v1/ServiceAccount.py +42 -41
- pulumi_kubernetes/core/v1/ServiceAccountList.py +26 -25
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +42 -41
- pulumi_kubernetes/core/v1/ServiceList.py +26 -25
- pulumi_kubernetes/core/v1/ServicePatch.py +33 -48
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +4 -1
- pulumi_kubernetes/core/v1/_inputs.py +7862 -7453
- pulumi_kubernetes/core/v1/outputs.py +5980 -5608
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +46 -45
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +26 -25
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +46 -45
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +334 -219
- pulumi_kubernetes/discovery/v1/outputs.py +224 -149
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +38 -37
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +26 -25
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +38 -37
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +158 -158
- pulumi_kubernetes/discovery/v1beta1/outputs.py +108 -108
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +132 -131
- pulumi_kubernetes/events/v1/EventList.py +26 -25
- pulumi_kubernetes/events/v1/EventPatch.py +132 -131
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +102 -102
- pulumi_kubernetes/events/v1/outputs.py +70 -70
- pulumi_kubernetes/events/v1beta1/Event.py +132 -131
- pulumi_kubernetes/events/v1beta1/EventList.py +26 -25
- pulumi_kubernetes/events/v1beta1/EventPatch.py +132 -131
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +114 -114
- pulumi_kubernetes/events/v1beta1/outputs.py +78 -78
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +26 -25
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +27 -26
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +1097 -1097
- pulumi_kubernetes/extensions/v1beta1/outputs.py +899 -899
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +419 -419
- pulumi_kubernetes/flowcontrol/v1/outputs.py +333 -333
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +369 -369
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +299 -299
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +369 -369
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +299 -299
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +419 -419
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +333 -333
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +26 -25
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +27 -26
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +431 -431
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +341 -341
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +317 -316
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +39 -39
- pulumi_kubernetes/helm/v3/outputs.py +55 -55
- pulumi_kubernetes/helm/v4/Chart.py +114 -87
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +36 -36
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +36 -35
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +58 -57
- pulumi_kubernetes/meta/v1/StatusPatch.py +58 -57
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +551 -551
- pulumi_kubernetes/meta/v1/outputs.py +395 -395
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/IPAddress.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +216 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +229 -0
- pulumi_kubernetes/networking/v1/Ingress.py +27 -26
- pulumi_kubernetes/networking/v1/IngressClass.py +26 -25
- pulumi_kubernetes/networking/v1/IngressClassList.py +26 -25
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +26 -25
- pulumi_kubernetes/networking/v1/IngressList.py +26 -25
- pulumi_kubernetes/networking/v1/IngressPatch.py +27 -26
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +27 -26
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +26 -25
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +27 -26
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +227 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +216 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +239 -0
- pulumi_kubernetes/networking/v1/__init__.py +7 -0
- pulumi_kubernetes/networking/v1/_inputs.py +970 -371
- pulumi_kubernetes/networking/v1/outputs.py +746 -285
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +27 -26
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +27 -26
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +28 -27
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +28 -27
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +157 -157
- pulumi_kubernetes/networking/v1alpha1/outputs.py +110 -110
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +27 -26
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +27 -26
- pulumi_kubernetes/networking/v1beta1/Ingress.py +27 -26
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +27 -26
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +28 -27
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +26 -25
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +28 -27
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +247 -247
- pulumi_kubernetes/networking/v1beta1/outputs.py +173 -173
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +38 -37
- pulumi_kubernetes/node/v1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +38 -37
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +48 -48
- pulumi_kubernetes/node/v1/outputs.py +34 -34
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +26 -25
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +26 -25
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +57 -57
- pulumi_kubernetes/node/v1alpha1/outputs.py +41 -41
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +38 -37
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +26 -25
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +38 -37
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +48 -48
- pulumi_kubernetes/node/v1beta1/outputs.py +34 -34
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +27 -26
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +26 -25
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +27 -26
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +91 -103
- pulumi_kubernetes/policy/v1/outputs.py +80 -88
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +27 -26
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +27 -26
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +26 -25
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +26 -25
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +470 -470
- pulumi_kubernetes/policy/v1beta1/outputs.py +342 -342
- pulumi_kubernetes/provider.py +139 -99
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1/outputs.py +142 -142
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +142 -142
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/Role.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +28 -27
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +26 -25
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +206 -206
- pulumi_kubernetes/rbac/v1beta1/outputs.py +142 -142
- pulumi_kubernetes/resource/__init__.py +7 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +38 -37
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +38 -37
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +268 -268
- pulumi_kubernetes/resource/v1alpha1/outputs.py +230 -230
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +38 -37
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +38 -37
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +48 -47
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +30 -29
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +30 -29
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +48 -47
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +47 -46
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +26 -25
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +47 -46
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +550 -550
- pulumi_kubernetes/resource/v1alpha2/outputs.py +449 -449
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +28 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +28 -25
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +224 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +216 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +235 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +28 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +28 -27
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +26 -25
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +34 -33
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +246 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +27 -26
- pulumi_kubernetes/resource/v1alpha3/__init__.py +5 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +3400 -606
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2933 -565
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +238 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +249 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +233 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +217 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +244 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +230 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +216 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +241 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +247 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +217 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +258 -0
- pulumi_kubernetes/resource/v1beta1/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +5735 -0
- pulumi_kubernetes/resource/v1beta1/outputs.py +4736 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +238 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +216 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +249 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +233 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +244 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +230 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +216 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +241 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +247 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +258 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5680 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4725 -0
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1/outputs.py +26 -26
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +26 -26
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +64 -63
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +26 -25
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +64 -63
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +38 -38
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +26 -26
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +26 -25
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +25 -25
- pulumi_kubernetes/settings/v1alpha1/outputs.py +21 -21
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +26 -25
- pulumi_kubernetes/storage/v1/CSIDriverList.py +26 -25
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +26 -25
- pulumi_kubernetes/storage/v1/CSINode.py +26 -25
- pulumi_kubernetes/storage/v1/CSINodeList.py +26 -25
- pulumi_kubernetes/storage/v1/CSINodePatch.py +26 -25
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +56 -55
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +26 -25
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +56 -55
- pulumi_kubernetes/storage/v1/StorageClass.py +86 -85
- pulumi_kubernetes/storage/v1/StorageClassList.py +26 -25
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +86 -85
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +448 -358
- pulumi_kubernetes/storage/v1/outputs.py +376 -266
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +44 -43
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +26 -25
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +44 -43
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +107 -107
- pulumi_kubernetes/storage/v1alpha1/outputs.py +93 -93
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINode.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +56 -55
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +56 -55
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +86 -85
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +86 -85
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +27 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +27 -26
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +44 -43
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +26 -25
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +44 -43
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +367 -367
- pulumi_kubernetes/storage/v1beta1/outputs.py +271 -271
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +27 -26
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +26 -25
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +27 -26
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +103 -103
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +96 -96
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +31 -28
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +36 -35
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- pulumi_kubernetes/yaml/yaml.py +198 -0
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/METADATA +9 -9
- pulumi_kubernetes-4.26.0a1769215986.dist-info/RECORD +709 -0
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.17.0a1723576835.dist-info/RECORD +0 -651
- {pulumi_kubernetes-4.17.0a1723576835.dist-info → pulumi_kubernetes-4.26.0a1769215986.dist-info}/top_level.txt +0 -0
|
@@ -2,7 +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
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -84,14 +84,14 @@ class ExemptPriorityLevelConfiguration(dict):
|
|
|
84
84
|
return super().get(key, default)
|
|
85
85
|
|
|
86
86
|
def __init__(__self__, *,
|
|
87
|
-
lendable_percent: Optional[int] = None,
|
|
88
|
-
nominal_concurrency_shares: Optional[int] = None):
|
|
87
|
+
lendable_percent: Optional[_builtins.int] = None,
|
|
88
|
+
nominal_concurrency_shares: Optional[_builtins.int] = None):
|
|
89
89
|
"""
|
|
90
90
|
ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.
|
|
91
|
-
:param int lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
91
|
+
:param _builtins.int lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
92
92
|
|
|
93
93
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
94
|
-
:param int nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
94
|
+
:param _builtins.int nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
95
95
|
|
|
96
96
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
97
97
|
|
|
@@ -102,9 +102,9 @@ class ExemptPriorityLevelConfiguration(dict):
|
|
|
102
102
|
if nominal_concurrency_shares is not None:
|
|
103
103
|
pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
|
|
104
104
|
|
|
105
|
-
@property
|
|
105
|
+
@_builtins.property
|
|
106
106
|
@pulumi.getter(name="lendablePercent")
|
|
107
|
-
def lendable_percent(self) -> Optional[int]:
|
|
107
|
+
def lendable_percent(self) -> Optional[_builtins.int]:
|
|
108
108
|
"""
|
|
109
109
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
110
110
|
|
|
@@ -112,9 +112,9 @@ class ExemptPriorityLevelConfiguration(dict):
|
|
|
112
112
|
"""
|
|
113
113
|
return pulumi.get(self, "lendable_percent")
|
|
114
114
|
|
|
115
|
-
@property
|
|
115
|
+
@_builtins.property
|
|
116
116
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
117
|
-
def nominal_concurrency_shares(self) -> Optional[int]:
|
|
117
|
+
def nominal_concurrency_shares(self) -> Optional[_builtins.int]:
|
|
118
118
|
"""
|
|
119
119
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
120
120
|
|
|
@@ -150,14 +150,14 @@ class ExemptPriorityLevelConfigurationPatch(dict):
|
|
|
150
150
|
return super().get(key, default)
|
|
151
151
|
|
|
152
152
|
def __init__(__self__, *,
|
|
153
|
-
lendable_percent: Optional[int] = None,
|
|
154
|
-
nominal_concurrency_shares: Optional[int] = None):
|
|
153
|
+
lendable_percent: Optional[_builtins.int] = None,
|
|
154
|
+
nominal_concurrency_shares: Optional[_builtins.int] = None):
|
|
155
155
|
"""
|
|
156
156
|
ExemptPriorityLevelConfiguration describes the configurable aspects of the handling of exempt requests. In the mandatory exempt configuration object the values in the fields here can be modified by authorized users, unlike the rest of the `spec`.
|
|
157
|
-
:param int lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
157
|
+
:param _builtins.int lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
158
158
|
|
|
159
159
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
160
|
-
:param int nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
160
|
+
:param _builtins.int nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
161
161
|
|
|
162
162
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
163
163
|
|
|
@@ -168,9 +168,9 @@ class ExemptPriorityLevelConfigurationPatch(dict):
|
|
|
168
168
|
if nominal_concurrency_shares is not None:
|
|
169
169
|
pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
|
|
170
170
|
|
|
171
|
-
@property
|
|
171
|
+
@_builtins.property
|
|
172
172
|
@pulumi.getter(name="lendablePercent")
|
|
173
|
-
def lendable_percent(self) -> Optional[int]:
|
|
173
|
+
def lendable_percent(self) -> Optional[_builtins.int]:
|
|
174
174
|
"""
|
|
175
175
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. This value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
176
176
|
|
|
@@ -178,9 +178,9 @@ class ExemptPriorityLevelConfigurationPatch(dict):
|
|
|
178
178
|
"""
|
|
179
179
|
return pulumi.get(self, "lendable_percent")
|
|
180
180
|
|
|
181
|
-
@property
|
|
181
|
+
@_builtins.property
|
|
182
182
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
183
|
-
def nominal_concurrency_shares(self) -> Optional[int]:
|
|
183
|
+
def nominal_concurrency_shares(self) -> Optional[_builtins.int]:
|
|
184
184
|
"""
|
|
185
185
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats nominally reserved for this priority level. This DOES NOT limit the dispatching from this priority level but affects the other priority levels through the borrowing mechanism. The server's concurrency limit (ServerCL) is divided among all the priority levels in proportion to their NCS values:
|
|
186
186
|
|
|
@@ -197,16 +197,16 @@ class FlowDistinguisherMethod(dict):
|
|
|
197
197
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
198
198
|
"""
|
|
199
199
|
def __init__(__self__, *,
|
|
200
|
-
type: str):
|
|
200
|
+
type: _builtins.str):
|
|
201
201
|
"""
|
|
202
202
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
203
|
-
:param str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
203
|
+
:param _builtins.str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
204
204
|
"""
|
|
205
205
|
pulumi.set(__self__, "type", type)
|
|
206
206
|
|
|
207
|
-
@property
|
|
207
|
+
@_builtins.property
|
|
208
208
|
@pulumi.getter
|
|
209
|
-
def type(self) -> str:
|
|
209
|
+
def type(self) -> _builtins.str:
|
|
210
210
|
"""
|
|
211
211
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
212
212
|
"""
|
|
@@ -219,17 +219,17 @@ class FlowDistinguisherMethodPatch(dict):
|
|
|
219
219
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
220
220
|
"""
|
|
221
221
|
def __init__(__self__, *,
|
|
222
|
-
type: Optional[str] = None):
|
|
222
|
+
type: Optional[_builtins.str] = None):
|
|
223
223
|
"""
|
|
224
224
|
FlowDistinguisherMethod specifies the method of a flow distinguisher.
|
|
225
|
-
:param str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
225
|
+
:param _builtins.str type: `type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
226
226
|
"""
|
|
227
227
|
if type is not None:
|
|
228
228
|
pulumi.set(__self__, "type", type)
|
|
229
229
|
|
|
230
|
-
@property
|
|
230
|
+
@_builtins.property
|
|
231
231
|
@pulumi.getter
|
|
232
|
-
def type(self) -> Optional[str]:
|
|
232
|
+
def type(self) -> Optional[_builtins.str]:
|
|
233
233
|
"""
|
|
234
234
|
`type` is the type of flow distinguisher method The supported types are "ByUser" and "ByNamespace". Required.
|
|
235
235
|
"""
|
|
@@ -259,15 +259,15 @@ class FlowSchema(dict):
|
|
|
259
259
|
return super().get(key, default)
|
|
260
260
|
|
|
261
261
|
def __init__(__self__, *,
|
|
262
|
-
api_version: Optional[str] = None,
|
|
263
|
-
kind: Optional[str] = None,
|
|
262
|
+
api_version: Optional[_builtins.str] = None,
|
|
263
|
+
kind: Optional[_builtins.str] = None,
|
|
264
264
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
265
265
|
spec: Optional['outputs.FlowSchemaSpec'] = None,
|
|
266
266
|
status: Optional['outputs.FlowSchemaStatus'] = None):
|
|
267
267
|
"""
|
|
268
268
|
FlowSchema defines the schema of a group of flows. Note that a flow is made up of a set of inbound API requests with similar attributes and is identified by a pair of strings: the name of the FlowSchema and a "flow distinguisher".
|
|
269
|
-
: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
|
|
270
|
-
: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
|
|
269
|
+
:param _builtins.str api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
270
|
+
:param _builtins.str kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
271
271
|
:param '_meta.v1.ObjectMetaArgs' metadata: `metadata` is the standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
272
272
|
:param 'FlowSchemaSpecArgs' spec: `spec` is the specification of the desired behavior of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
273
273
|
:param 'FlowSchemaStatusArgs' status: `status` is the current status of a FlowSchema. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status
|
|
@@ -283,23 +283,23 @@ class FlowSchema(dict):
|
|
|
283
283
|
if status is not None:
|
|
284
284
|
pulumi.set(__self__, "status", status)
|
|
285
285
|
|
|
286
|
-
@property
|
|
286
|
+
@_builtins.property
|
|
287
287
|
@pulumi.getter(name="apiVersion")
|
|
288
|
-
def api_version(self) -> Optional[str]:
|
|
288
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
289
289
|
"""
|
|
290
290
|
APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
291
291
|
"""
|
|
292
292
|
return pulumi.get(self, "api_version")
|
|
293
293
|
|
|
294
|
-
@property
|
|
294
|
+
@_builtins.property
|
|
295
295
|
@pulumi.getter
|
|
296
|
-
def kind(self) -> Optional[str]:
|
|
296
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
297
297
|
"""
|
|
298
298
|
Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
299
299
|
"""
|
|
300
300
|
return pulumi.get(self, "kind")
|
|
301
301
|
|
|
302
|
-
@property
|
|
302
|
+
@_builtins.property
|
|
303
303
|
@pulumi.getter
|
|
304
304
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
305
305
|
"""
|
|
@@ -307,7 +307,7 @@ class FlowSchema(dict):
|
|
|
307
307
|
"""
|
|
308
308
|
return pulumi.get(self, "metadata")
|
|
309
309
|
|
|
310
|
-
@property
|
|
310
|
+
@_builtins.property
|
|
311
311
|
@pulumi.getter
|
|
312
312
|
def spec(self) -> Optional['outputs.FlowSchemaSpec']:
|
|
313
313
|
"""
|
|
@@ -315,7 +315,7 @@ class FlowSchema(dict):
|
|
|
315
315
|
"""
|
|
316
316
|
return pulumi.get(self, "spec")
|
|
317
317
|
|
|
318
|
-
@property
|
|
318
|
+
@_builtins.property
|
|
319
319
|
@pulumi.getter
|
|
320
320
|
def status(self) -> Optional['outputs.FlowSchemaStatus']:
|
|
321
321
|
"""
|
|
@@ -347,18 +347,18 @@ class FlowSchemaCondition(dict):
|
|
|
347
347
|
return super().get(key, default)
|
|
348
348
|
|
|
349
349
|
def __init__(__self__, *,
|
|
350
|
-
last_transition_time: Optional[str] = None,
|
|
351
|
-
message: Optional[str] = None,
|
|
352
|
-
reason: Optional[str] = None,
|
|
353
|
-
status: Optional[str] = None,
|
|
354
|
-
type: Optional[str] = None):
|
|
350
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
351
|
+
message: Optional[_builtins.str] = None,
|
|
352
|
+
reason: Optional[_builtins.str] = None,
|
|
353
|
+
status: Optional[_builtins.str] = None,
|
|
354
|
+
type: Optional[_builtins.str] = None):
|
|
355
355
|
"""
|
|
356
356
|
FlowSchemaCondition describes conditions for a FlowSchema.
|
|
357
|
-
:param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
358
|
-
:param str message: `message` is a human-readable message indicating details about last transition.
|
|
359
|
-
:param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
360
|
-
:param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
361
|
-
:param str type: `type` is the type of the condition. Required.
|
|
357
|
+
:param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
358
|
+
:param _builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
359
|
+
:param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
360
|
+
:param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
361
|
+
:param _builtins.str type: `type` is the type of the condition. Required.
|
|
362
362
|
"""
|
|
363
363
|
if last_transition_time is not None:
|
|
364
364
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -371,41 +371,41 @@ class FlowSchemaCondition(dict):
|
|
|
371
371
|
if type is not None:
|
|
372
372
|
pulumi.set(__self__, "type", type)
|
|
373
373
|
|
|
374
|
-
@property
|
|
374
|
+
@_builtins.property
|
|
375
375
|
@pulumi.getter(name="lastTransitionTime")
|
|
376
|
-
def last_transition_time(self) -> Optional[str]:
|
|
376
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
377
377
|
"""
|
|
378
378
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
379
379
|
"""
|
|
380
380
|
return pulumi.get(self, "last_transition_time")
|
|
381
381
|
|
|
382
|
-
@property
|
|
382
|
+
@_builtins.property
|
|
383
383
|
@pulumi.getter
|
|
384
|
-
def message(self) -> Optional[str]:
|
|
384
|
+
def message(self) -> Optional[_builtins.str]:
|
|
385
385
|
"""
|
|
386
386
|
`message` is a human-readable message indicating details about last transition.
|
|
387
387
|
"""
|
|
388
388
|
return pulumi.get(self, "message")
|
|
389
389
|
|
|
390
|
-
@property
|
|
390
|
+
@_builtins.property
|
|
391
391
|
@pulumi.getter
|
|
392
|
-
def reason(self) -> Optional[str]:
|
|
392
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
393
393
|
"""
|
|
394
394
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
395
395
|
"""
|
|
396
396
|
return pulumi.get(self, "reason")
|
|
397
397
|
|
|
398
|
-
@property
|
|
398
|
+
@_builtins.property
|
|
399
399
|
@pulumi.getter
|
|
400
|
-
def status(self) -> Optional[str]:
|
|
400
|
+
def status(self) -> Optional[_builtins.str]:
|
|
401
401
|
"""
|
|
402
402
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
403
403
|
"""
|
|
404
404
|
return pulumi.get(self, "status")
|
|
405
405
|
|
|
406
|
-
@property
|
|
406
|
+
@_builtins.property
|
|
407
407
|
@pulumi.getter
|
|
408
|
-
def type(self) -> Optional[str]:
|
|
408
|
+
def type(self) -> Optional[_builtins.str]:
|
|
409
409
|
"""
|
|
410
410
|
`type` is the type of the condition. Required.
|
|
411
411
|
"""
|
|
@@ -435,18 +435,18 @@ class FlowSchemaConditionPatch(dict):
|
|
|
435
435
|
return super().get(key, default)
|
|
436
436
|
|
|
437
437
|
def __init__(__self__, *,
|
|
438
|
-
last_transition_time: Optional[str] = None,
|
|
439
|
-
message: Optional[str] = None,
|
|
440
|
-
reason: Optional[str] = None,
|
|
441
|
-
status: Optional[str] = None,
|
|
442
|
-
type: Optional[str] = None):
|
|
438
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
439
|
+
message: Optional[_builtins.str] = None,
|
|
440
|
+
reason: Optional[_builtins.str] = None,
|
|
441
|
+
status: Optional[_builtins.str] = None,
|
|
442
|
+
type: Optional[_builtins.str] = None):
|
|
443
443
|
"""
|
|
444
444
|
FlowSchemaCondition describes conditions for a FlowSchema.
|
|
445
|
-
:param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
446
|
-
:param str message: `message` is a human-readable message indicating details about last transition.
|
|
447
|
-
:param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
448
|
-
:param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
449
|
-
:param str type: `type` is the type of the condition. Required.
|
|
445
|
+
:param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
446
|
+
:param _builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
447
|
+
:param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
448
|
+
:param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
449
|
+
:param _builtins.str type: `type` is the type of the condition. Required.
|
|
450
450
|
"""
|
|
451
451
|
if last_transition_time is not None:
|
|
452
452
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -459,41 +459,41 @@ class FlowSchemaConditionPatch(dict):
|
|
|
459
459
|
if type is not None:
|
|
460
460
|
pulumi.set(__self__, "type", type)
|
|
461
461
|
|
|
462
|
-
@property
|
|
462
|
+
@_builtins.property
|
|
463
463
|
@pulumi.getter(name="lastTransitionTime")
|
|
464
|
-
def last_transition_time(self) -> Optional[str]:
|
|
464
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
465
465
|
"""
|
|
466
466
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
467
467
|
"""
|
|
468
468
|
return pulumi.get(self, "last_transition_time")
|
|
469
469
|
|
|
470
|
-
@property
|
|
470
|
+
@_builtins.property
|
|
471
471
|
@pulumi.getter
|
|
472
|
-
def message(self) -> Optional[str]:
|
|
472
|
+
def message(self) -> Optional[_builtins.str]:
|
|
473
473
|
"""
|
|
474
474
|
`message` is a human-readable message indicating details about last transition.
|
|
475
475
|
"""
|
|
476
476
|
return pulumi.get(self, "message")
|
|
477
477
|
|
|
478
|
-
@property
|
|
478
|
+
@_builtins.property
|
|
479
479
|
@pulumi.getter
|
|
480
|
-
def reason(self) -> Optional[str]:
|
|
480
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
481
481
|
"""
|
|
482
482
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
483
483
|
"""
|
|
484
484
|
return pulumi.get(self, "reason")
|
|
485
485
|
|
|
486
|
-
@property
|
|
486
|
+
@_builtins.property
|
|
487
487
|
@pulumi.getter
|
|
488
|
-
def status(self) -> Optional[str]:
|
|
488
|
+
def status(self) -> Optional[_builtins.str]:
|
|
489
489
|
"""
|
|
490
490
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
491
491
|
"""
|
|
492
492
|
return pulumi.get(self, "status")
|
|
493
493
|
|
|
494
|
-
@property
|
|
494
|
+
@_builtins.property
|
|
495
495
|
@pulumi.getter
|
|
496
|
-
def type(self) -> Optional[str]:
|
|
496
|
+
def type(self) -> Optional[_builtins.str]:
|
|
497
497
|
"""
|
|
498
498
|
`type` is the type of the condition. Required.
|
|
499
499
|
"""
|
|
@@ -529,13 +529,13 @@ class FlowSchemaSpec(dict):
|
|
|
529
529
|
def __init__(__self__, *,
|
|
530
530
|
priority_level_configuration: 'outputs.PriorityLevelConfigurationReference',
|
|
531
531
|
distinguisher_method: Optional['outputs.FlowDistinguisherMethod'] = None,
|
|
532
|
-
matching_precedence: Optional[int] = None,
|
|
532
|
+
matching_precedence: Optional[_builtins.int] = None,
|
|
533
533
|
rules: Optional[Sequence['outputs.PolicyRulesWithSubjects']] = None):
|
|
534
534
|
"""
|
|
535
535
|
FlowSchemaSpec describes how the FlowSchema's specification looks like.
|
|
536
536
|
:param 'PriorityLevelConfigurationReferenceArgs' priority_level_configuration: `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
|
|
537
537
|
:param 'FlowDistinguisherMethodArgs' distinguisher_method: `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
|
|
538
|
-
: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 ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
538
|
+
:param _builtins.int matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
539
539
|
:param Sequence['PolicyRulesWithSubjectsArgs'] rules: `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
|
|
540
540
|
"""
|
|
541
541
|
pulumi.set(__self__, "priority_level_configuration", priority_level_configuration)
|
|
@@ -546,7 +546,7 @@ class FlowSchemaSpec(dict):
|
|
|
546
546
|
if rules is not None:
|
|
547
547
|
pulumi.set(__self__, "rules", rules)
|
|
548
548
|
|
|
549
|
-
@property
|
|
549
|
+
@_builtins.property
|
|
550
550
|
@pulumi.getter(name="priorityLevelConfiguration")
|
|
551
551
|
def priority_level_configuration(self) -> 'outputs.PriorityLevelConfigurationReference':
|
|
552
552
|
"""
|
|
@@ -554,7 +554,7 @@ class FlowSchemaSpec(dict):
|
|
|
554
554
|
"""
|
|
555
555
|
return pulumi.get(self, "priority_level_configuration")
|
|
556
556
|
|
|
557
|
-
@property
|
|
557
|
+
@_builtins.property
|
|
558
558
|
@pulumi.getter(name="distinguisherMethod")
|
|
559
559
|
def distinguisher_method(self) -> Optional['outputs.FlowDistinguisherMethod']:
|
|
560
560
|
"""
|
|
@@ -562,15 +562,15 @@ class FlowSchemaSpec(dict):
|
|
|
562
562
|
"""
|
|
563
563
|
return pulumi.get(self, "distinguisher_method")
|
|
564
564
|
|
|
565
|
-
@property
|
|
565
|
+
@_builtins.property
|
|
566
566
|
@pulumi.getter(name="matchingPrecedence")
|
|
567
|
-
def matching_precedence(self) -> Optional[int]:
|
|
567
|
+
def matching_precedence(self) -> Optional[_builtins.int]:
|
|
568
568
|
"""
|
|
569
569
|
`matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
570
570
|
"""
|
|
571
571
|
return pulumi.get(self, "matching_precedence")
|
|
572
572
|
|
|
573
|
-
@property
|
|
573
|
+
@_builtins.property
|
|
574
574
|
@pulumi.getter
|
|
575
575
|
def rules(self) -> Optional[Sequence['outputs.PolicyRulesWithSubjects']]:
|
|
576
576
|
"""
|
|
@@ -607,13 +607,13 @@ class FlowSchemaSpecPatch(dict):
|
|
|
607
607
|
|
|
608
608
|
def __init__(__self__, *,
|
|
609
609
|
distinguisher_method: Optional['outputs.FlowDistinguisherMethodPatch'] = None,
|
|
610
|
-
matching_precedence: Optional[int] = None,
|
|
610
|
+
matching_precedence: Optional[_builtins.int] = None,
|
|
611
611
|
priority_level_configuration: Optional['outputs.PriorityLevelConfigurationReferencePatch'] = None,
|
|
612
612
|
rules: Optional[Sequence['outputs.PolicyRulesWithSubjectsPatch']] = None):
|
|
613
613
|
"""
|
|
614
614
|
FlowSchemaSpec describes how the FlowSchema's specification looks like.
|
|
615
615
|
:param 'FlowDistinguisherMethodPatchArgs' distinguisher_method: `distinguisherMethod` defines how to compute the flow distinguisher for requests that match this schema. `nil` specifies that the distinguisher is disabled and thus will always be the empty string.
|
|
616
|
-
: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 ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
616
|
+
:param _builtins.int matching_precedence: `matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
617
617
|
:param 'PriorityLevelConfigurationReferencePatchArgs' priority_level_configuration: `priorityLevelConfiguration` should reference a PriorityLevelConfiguration in the cluster. If the reference cannot be resolved, the FlowSchema will be ignored and marked as invalid in its status. Required.
|
|
618
618
|
:param Sequence['PolicyRulesWithSubjectsPatchArgs'] rules: `rules` describes which requests will match this flow schema. This FlowSchema matches a request if and only if at least one member of rules matches the request. if it is an empty slice, there will be no requests matching the FlowSchema.
|
|
619
619
|
"""
|
|
@@ -626,7 +626,7 @@ class FlowSchemaSpecPatch(dict):
|
|
|
626
626
|
if rules is not None:
|
|
627
627
|
pulumi.set(__self__, "rules", rules)
|
|
628
628
|
|
|
629
|
-
@property
|
|
629
|
+
@_builtins.property
|
|
630
630
|
@pulumi.getter(name="distinguisherMethod")
|
|
631
631
|
def distinguisher_method(self) -> Optional['outputs.FlowDistinguisherMethodPatch']:
|
|
632
632
|
"""
|
|
@@ -634,15 +634,15 @@ class FlowSchemaSpecPatch(dict):
|
|
|
634
634
|
"""
|
|
635
635
|
return pulumi.get(self, "distinguisher_method")
|
|
636
636
|
|
|
637
|
-
@property
|
|
637
|
+
@_builtins.property
|
|
638
638
|
@pulumi.getter(name="matchingPrecedence")
|
|
639
|
-
def matching_precedence(self) -> Optional[int]:
|
|
639
|
+
def matching_precedence(self) -> Optional[_builtins.int]:
|
|
640
640
|
"""
|
|
641
641
|
`matchingPrecedence` is used to choose among the FlowSchemas that match a given request. The chosen FlowSchema is among those with the numerically lowest (which we take to be logically highest) MatchingPrecedence. Each MatchingPrecedence value must be ranged in [1,10000]. Note that if the precedence is not specified, it will be set to 1000 as default.
|
|
642
642
|
"""
|
|
643
643
|
return pulumi.get(self, "matching_precedence")
|
|
644
644
|
|
|
645
|
-
@property
|
|
645
|
+
@_builtins.property
|
|
646
646
|
@pulumi.getter(name="priorityLevelConfiguration")
|
|
647
647
|
def priority_level_configuration(self) -> Optional['outputs.PriorityLevelConfigurationReferencePatch']:
|
|
648
648
|
"""
|
|
@@ -650,7 +650,7 @@ class FlowSchemaSpecPatch(dict):
|
|
|
650
650
|
"""
|
|
651
651
|
return pulumi.get(self, "priority_level_configuration")
|
|
652
652
|
|
|
653
|
-
@property
|
|
653
|
+
@_builtins.property
|
|
654
654
|
@pulumi.getter
|
|
655
655
|
def rules(self) -> Optional[Sequence['outputs.PolicyRulesWithSubjectsPatch']]:
|
|
656
656
|
"""
|
|
@@ -673,7 +673,7 @@ class FlowSchemaStatus(dict):
|
|
|
673
673
|
if conditions is not None:
|
|
674
674
|
pulumi.set(__self__, "conditions", conditions)
|
|
675
675
|
|
|
676
|
-
@property
|
|
676
|
+
@_builtins.property
|
|
677
677
|
@pulumi.getter
|
|
678
678
|
def conditions(self) -> Optional[Sequence['outputs.FlowSchemaCondition']]:
|
|
679
679
|
"""
|
|
@@ -696,7 +696,7 @@ class FlowSchemaStatusPatch(dict):
|
|
|
696
696
|
if conditions is not None:
|
|
697
697
|
pulumi.set(__self__, "conditions", conditions)
|
|
698
698
|
|
|
699
|
-
@property
|
|
699
|
+
@_builtins.property
|
|
700
700
|
@pulumi.getter
|
|
701
701
|
def conditions(self) -> Optional[Sequence['outputs.FlowSchemaConditionPatch']]:
|
|
702
702
|
"""
|
|
@@ -711,16 +711,16 @@ class GroupSubject(dict):
|
|
|
711
711
|
GroupSubject holds detailed information for group-kind subject.
|
|
712
712
|
"""
|
|
713
713
|
def __init__(__self__, *,
|
|
714
|
-
name: str):
|
|
714
|
+
name: _builtins.str):
|
|
715
715
|
"""
|
|
716
716
|
GroupSubject holds detailed information for group-kind subject.
|
|
717
|
-
: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.
|
|
717
|
+
:param _builtins.str name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
718
718
|
"""
|
|
719
719
|
pulumi.set(__self__, "name", name)
|
|
720
720
|
|
|
721
|
-
@property
|
|
721
|
+
@_builtins.property
|
|
722
722
|
@pulumi.getter
|
|
723
|
-
def name(self) -> str:
|
|
723
|
+
def name(self) -> _builtins.str:
|
|
724
724
|
"""
|
|
725
725
|
name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
726
726
|
"""
|
|
@@ -733,17 +733,17 @@ class GroupSubjectPatch(dict):
|
|
|
733
733
|
GroupSubject holds detailed information for group-kind subject.
|
|
734
734
|
"""
|
|
735
735
|
def __init__(__self__, *,
|
|
736
|
-
name: Optional[str] = None):
|
|
736
|
+
name: Optional[_builtins.str] = None):
|
|
737
737
|
"""
|
|
738
738
|
GroupSubject holds detailed information for group-kind subject.
|
|
739
|
-
: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.
|
|
739
|
+
:param _builtins.str name: name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
740
740
|
"""
|
|
741
741
|
if name is not None:
|
|
742
742
|
pulumi.set(__self__, "name", name)
|
|
743
743
|
|
|
744
|
-
@property
|
|
744
|
+
@_builtins.property
|
|
745
745
|
@pulumi.getter
|
|
746
|
-
def name(self) -> Optional[str]:
|
|
746
|
+
def name(self) -> Optional[_builtins.str]:
|
|
747
747
|
"""
|
|
748
748
|
name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.
|
|
749
749
|
"""
|
|
@@ -756,26 +756,26 @@ class LimitResponse(dict):
|
|
|
756
756
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
757
757
|
"""
|
|
758
758
|
def __init__(__self__, *,
|
|
759
|
-
type: str,
|
|
759
|
+
type: _builtins.str,
|
|
760
760
|
queuing: Optional['outputs.QueuingConfiguration'] = None):
|
|
761
761
|
"""
|
|
762
762
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
763
|
-
: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.
|
|
763
|
+
:param _builtins.str type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
764
764
|
:param 'QueuingConfigurationArgs' queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
765
765
|
"""
|
|
766
766
|
pulumi.set(__self__, "type", type)
|
|
767
767
|
if queuing is not None:
|
|
768
768
|
pulumi.set(__self__, "queuing", queuing)
|
|
769
769
|
|
|
770
|
-
@property
|
|
770
|
+
@_builtins.property
|
|
771
771
|
@pulumi.getter
|
|
772
|
-
def type(self) -> str:
|
|
772
|
+
def type(self) -> _builtins.str:
|
|
773
773
|
"""
|
|
774
774
|
`type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
775
775
|
"""
|
|
776
776
|
return pulumi.get(self, "type")
|
|
777
777
|
|
|
778
|
-
@property
|
|
778
|
+
@_builtins.property
|
|
779
779
|
@pulumi.getter
|
|
780
780
|
def queuing(self) -> Optional['outputs.QueuingConfiguration']:
|
|
781
781
|
"""
|
|
@@ -791,18 +791,18 @@ class LimitResponsePatch(dict):
|
|
|
791
791
|
"""
|
|
792
792
|
def __init__(__self__, *,
|
|
793
793
|
queuing: Optional['outputs.QueuingConfigurationPatch'] = None,
|
|
794
|
-
type: Optional[str] = None):
|
|
794
|
+
type: Optional[_builtins.str] = None):
|
|
795
795
|
"""
|
|
796
796
|
LimitResponse defines how to handle requests that can not be executed right now.
|
|
797
797
|
:param 'QueuingConfigurationPatchArgs' queuing: `queuing` holds the configuration parameters for queuing. This field may be non-empty only if `type` is `"Queue"`.
|
|
798
|
-
: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.
|
|
798
|
+
:param _builtins.str type: `type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
799
799
|
"""
|
|
800
800
|
if queuing is not None:
|
|
801
801
|
pulumi.set(__self__, "queuing", queuing)
|
|
802
802
|
if type is not None:
|
|
803
803
|
pulumi.set(__self__, "type", type)
|
|
804
804
|
|
|
805
|
-
@property
|
|
805
|
+
@_builtins.property
|
|
806
806
|
@pulumi.getter
|
|
807
807
|
def queuing(self) -> Optional['outputs.QueuingConfigurationPatch']:
|
|
808
808
|
"""
|
|
@@ -810,9 +810,9 @@ class LimitResponsePatch(dict):
|
|
|
810
810
|
"""
|
|
811
811
|
return pulumi.get(self, "queuing")
|
|
812
812
|
|
|
813
|
-
@property
|
|
813
|
+
@_builtins.property
|
|
814
814
|
@pulumi.getter
|
|
815
|
-
def type(self) -> Optional[str]:
|
|
815
|
+
def type(self) -> Optional[_builtins.str]:
|
|
816
816
|
"""
|
|
817
817
|
`type` is "Queue" or "Reject". "Queue" means that requests that can not be executed upon arrival are held in a queue until they can be executed or a queuing limit is reached. "Reject" means that requests that can not be executed upon arrival are rejected. Required.
|
|
818
818
|
"""
|
|
@@ -850,24 +850,24 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
850
850
|
return super().get(key, default)
|
|
851
851
|
|
|
852
852
|
def __init__(__self__, *,
|
|
853
|
-
borrowing_limit_percent: Optional[int] = None,
|
|
854
|
-
lendable_percent: Optional[int] = None,
|
|
853
|
+
borrowing_limit_percent: Optional[_builtins.int] = None,
|
|
854
|
+
lendable_percent: Optional[_builtins.int] = None,
|
|
855
855
|
limit_response: Optional['outputs.LimitResponse'] = None,
|
|
856
|
-
nominal_concurrency_shares: Optional[int] = None):
|
|
856
|
+
nominal_concurrency_shares: Optional[_builtins.int] = None):
|
|
857
857
|
"""
|
|
858
858
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
859
859
|
- How are requests for this priority level limited?
|
|
860
860
|
- What should be done with requests that exceed the limit?
|
|
861
|
-
:param int borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
861
|
+
:param _builtins.int borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
862
862
|
|
|
863
863
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
864
864
|
|
|
865
865
|
The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.
|
|
866
|
-
:param int lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
866
|
+
:param _builtins.int lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
867
867
|
|
|
868
868
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
869
869
|
:param 'LimitResponseArgs' limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
870
|
-
:param int nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
870
|
+
:param _builtins.int nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
871
871
|
|
|
872
872
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
873
873
|
|
|
@@ -886,9 +886,9 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
886
886
|
if nominal_concurrency_shares is not None:
|
|
887
887
|
pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
|
|
888
888
|
|
|
889
|
-
@property
|
|
889
|
+
@_builtins.property
|
|
890
890
|
@pulumi.getter(name="borrowingLimitPercent")
|
|
891
|
-
def borrowing_limit_percent(self) -> Optional[int]:
|
|
891
|
+
def borrowing_limit_percent(self) -> Optional[_builtins.int]:
|
|
892
892
|
"""
|
|
893
893
|
`borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
894
894
|
|
|
@@ -898,9 +898,9 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
898
898
|
"""
|
|
899
899
|
return pulumi.get(self, "borrowing_limit_percent")
|
|
900
900
|
|
|
901
|
-
@property
|
|
901
|
+
@_builtins.property
|
|
902
902
|
@pulumi.getter(name="lendablePercent")
|
|
903
|
-
def lendable_percent(self) -> Optional[int]:
|
|
903
|
+
def lendable_percent(self) -> Optional[_builtins.int]:
|
|
904
904
|
"""
|
|
905
905
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
906
906
|
|
|
@@ -908,7 +908,7 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
908
908
|
"""
|
|
909
909
|
return pulumi.get(self, "lendable_percent")
|
|
910
910
|
|
|
911
|
-
@property
|
|
911
|
+
@_builtins.property
|
|
912
912
|
@pulumi.getter(name="limitResponse")
|
|
913
913
|
def limit_response(self) -> Optional['outputs.LimitResponse']:
|
|
914
914
|
"""
|
|
@@ -916,9 +916,9 @@ class LimitedPriorityLevelConfiguration(dict):
|
|
|
916
916
|
"""
|
|
917
917
|
return pulumi.get(self, "limit_response")
|
|
918
918
|
|
|
919
|
-
@property
|
|
919
|
+
@_builtins.property
|
|
920
920
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
921
|
-
def nominal_concurrency_shares(self) -> Optional[int]:
|
|
921
|
+
def nominal_concurrency_shares(self) -> Optional[_builtins.int]:
|
|
922
922
|
"""
|
|
923
923
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
924
924
|
|
|
@@ -964,24 +964,24 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
964
964
|
return super().get(key, default)
|
|
965
965
|
|
|
966
966
|
def __init__(__self__, *,
|
|
967
|
-
borrowing_limit_percent: Optional[int] = None,
|
|
968
|
-
lendable_percent: Optional[int] = None,
|
|
967
|
+
borrowing_limit_percent: Optional[_builtins.int] = None,
|
|
968
|
+
lendable_percent: Optional[_builtins.int] = None,
|
|
969
969
|
limit_response: Optional['outputs.LimitResponsePatch'] = None,
|
|
970
|
-
nominal_concurrency_shares: Optional[int] = None):
|
|
970
|
+
nominal_concurrency_shares: Optional[_builtins.int] = None):
|
|
971
971
|
"""
|
|
972
972
|
LimitedPriorityLevelConfiguration specifies how to handle requests that are subject to limits. It addresses two issues:
|
|
973
973
|
- How are requests for this priority level limited?
|
|
974
974
|
- What should be done with requests that exceed the limit?
|
|
975
|
-
:param int borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
975
|
+
:param _builtins.int borrowing_limit_percent: `borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
976
976
|
|
|
977
977
|
BorrowingCL(i) = round( NominalCL(i) * borrowingLimitPercent(i)/100.0 )
|
|
978
978
|
|
|
979
979
|
The value of this field can be more than 100, implying that this priority level can borrow a number of seats that is greater than its own nominal concurrency limit (NominalCL). When this field is left `nil`, the limit is effectively infinite.
|
|
980
|
-
:param int lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
980
|
+
:param _builtins.int lendable_percent: `lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
981
981
|
|
|
982
982
|
LendableCL(i) = round( NominalCL(i) * lendablePercent(i)/100.0 )
|
|
983
983
|
:param 'LimitResponsePatchArgs' limit_response: `limitResponse` indicates what to do with requests that can not be executed right now
|
|
984
|
-
:param int nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
984
|
+
:param _builtins.int nominal_concurrency_shares: `nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
985
985
|
|
|
986
986
|
NominalCL(i) = ceil( ServerCL * NCS(i) / sum_ncs ) sum_ncs = sum[priority level k] NCS(k)
|
|
987
987
|
|
|
@@ -1000,9 +1000,9 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
1000
1000
|
if nominal_concurrency_shares is not None:
|
|
1001
1001
|
pulumi.set(__self__, "nominal_concurrency_shares", nominal_concurrency_shares)
|
|
1002
1002
|
|
|
1003
|
-
@property
|
|
1003
|
+
@_builtins.property
|
|
1004
1004
|
@pulumi.getter(name="borrowingLimitPercent")
|
|
1005
|
-
def borrowing_limit_percent(self) -> Optional[int]:
|
|
1005
|
+
def borrowing_limit_percent(self) -> Optional[_builtins.int]:
|
|
1006
1006
|
"""
|
|
1007
1007
|
`borrowingLimitPercent`, if present, configures a limit on how many seats this priority level can borrow from other priority levels. The limit is known as this level's BorrowingConcurrencyLimit (BorrowingCL) and is a limit on the total number of seats that this level may borrow at any one time. This field holds the ratio of that limit to the level's nominal concurrency limit. When this field is non-nil, it must hold a non-negative integer and the limit is calculated as follows.
|
|
1008
1008
|
|
|
@@ -1012,9 +1012,9 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
1012
1012
|
"""
|
|
1013
1013
|
return pulumi.get(self, "borrowing_limit_percent")
|
|
1014
1014
|
|
|
1015
|
-
@property
|
|
1015
|
+
@_builtins.property
|
|
1016
1016
|
@pulumi.getter(name="lendablePercent")
|
|
1017
|
-
def lendable_percent(self) -> Optional[int]:
|
|
1017
|
+
def lendable_percent(self) -> Optional[_builtins.int]:
|
|
1018
1018
|
"""
|
|
1019
1019
|
`lendablePercent` prescribes the fraction of the level's NominalCL that can be borrowed by other priority levels. The value of this field must be between 0 and 100, inclusive, and it defaults to 0. The number of seats that other levels can borrow from this level, known as this level's LendableConcurrencyLimit (LendableCL), is defined as follows.
|
|
1020
1020
|
|
|
@@ -1022,7 +1022,7 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
1022
1022
|
"""
|
|
1023
1023
|
return pulumi.get(self, "lendable_percent")
|
|
1024
1024
|
|
|
1025
|
-
@property
|
|
1025
|
+
@_builtins.property
|
|
1026
1026
|
@pulumi.getter(name="limitResponse")
|
|
1027
1027
|
def limit_response(self) -> Optional['outputs.LimitResponsePatch']:
|
|
1028
1028
|
"""
|
|
@@ -1030,9 +1030,9 @@ class LimitedPriorityLevelConfigurationPatch(dict):
|
|
|
1030
1030
|
"""
|
|
1031
1031
|
return pulumi.get(self, "limit_response")
|
|
1032
1032
|
|
|
1033
|
-
@property
|
|
1033
|
+
@_builtins.property
|
|
1034
1034
|
@pulumi.getter(name="nominalConcurrencyShares")
|
|
1035
|
-
def nominal_concurrency_shares(self) -> Optional[int]:
|
|
1035
|
+
def nominal_concurrency_shares(self) -> Optional[_builtins.int]:
|
|
1036
1036
|
"""
|
|
1037
1037
|
`nominalConcurrencyShares` (NCS) contributes to the computation of the NominalConcurrencyLimit (NominalCL) of this level. This is the number of execution seats available at this priority level. This is used both for requests dispatched from this priority level as well as requests dispatched from other priority levels borrowing seats from this level. The server's concurrency limit (ServerCL) is divided among the Limited priority levels in proportion to their NCS values:
|
|
1038
1038
|
|
|
@@ -1070,25 +1070,25 @@ class NonResourcePolicyRule(dict):
|
|
|
1070
1070
|
return super().get(key, default)
|
|
1071
1071
|
|
|
1072
1072
|
def __init__(__self__, *,
|
|
1073
|
-
non_resource_urls: Sequence[str],
|
|
1074
|
-
verbs: Sequence[str]):
|
|
1073
|
+
non_resource_urls: Sequence[_builtins.str],
|
|
1074
|
+
verbs: Sequence[_builtins.str]):
|
|
1075
1075
|
"""
|
|
1076
1076
|
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.
|
|
1077
|
-
: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:
|
|
1077
|
+
: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:
|
|
1078
1078
|
- "/healthz" is legal
|
|
1079
1079
|
- "/hea*" is illegal
|
|
1080
1080
|
- "/hea" is legal but matches nothing
|
|
1081
1081
|
- "/hea/*" also matches nothing
|
|
1082
1082
|
- "/healthz/*" matches all per-component health checks.
|
|
1083
1083
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1084
|
-
: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.
|
|
1084
|
+
: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.
|
|
1085
1085
|
"""
|
|
1086
1086
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
1087
1087
|
pulumi.set(__self__, "verbs", verbs)
|
|
1088
1088
|
|
|
1089
|
-
@property
|
|
1089
|
+
@_builtins.property
|
|
1090
1090
|
@pulumi.getter(name="nonResourceURLs")
|
|
1091
|
-
def non_resource_urls(self) -> Sequence[str]:
|
|
1091
|
+
def non_resource_urls(self) -> Sequence[_builtins.str]:
|
|
1092
1092
|
"""
|
|
1093
1093
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1094
1094
|
- "/healthz" is legal
|
|
@@ -1100,9 +1100,9 @@ class NonResourcePolicyRule(dict):
|
|
|
1100
1100
|
"""
|
|
1101
1101
|
return pulumi.get(self, "non_resource_urls")
|
|
1102
1102
|
|
|
1103
|
-
@property
|
|
1103
|
+
@_builtins.property
|
|
1104
1104
|
@pulumi.getter
|
|
1105
|
-
def verbs(self) -> Sequence[str]:
|
|
1105
|
+
def verbs(self) -> Sequence[_builtins.str]:
|
|
1106
1106
|
"""
|
|
1107
1107
|
`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.
|
|
1108
1108
|
"""
|
|
@@ -1132,27 +1132,27 @@ class NonResourcePolicyRulePatch(dict):
|
|
|
1132
1132
|
return super().get(key, default)
|
|
1133
1133
|
|
|
1134
1134
|
def __init__(__self__, *,
|
|
1135
|
-
non_resource_urls: Optional[Sequence[str]] = None,
|
|
1136
|
-
verbs: Optional[Sequence[str]] = None):
|
|
1135
|
+
non_resource_urls: Optional[Sequence[_builtins.str]] = None,
|
|
1136
|
+
verbs: Optional[Sequence[_builtins.str]] = None):
|
|
1137
1137
|
"""
|
|
1138
1138
|
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.
|
|
1139
|
-
: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:
|
|
1139
|
+
: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:
|
|
1140
1140
|
- "/healthz" is legal
|
|
1141
1141
|
- "/hea*" is illegal
|
|
1142
1142
|
- "/hea" is legal but matches nothing
|
|
1143
1143
|
- "/hea/*" also matches nothing
|
|
1144
1144
|
- "/healthz/*" matches all per-component health checks.
|
|
1145
1145
|
"*" matches all non-resource urls. if it is present, it must be the only entry. Required.
|
|
1146
|
-
: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.
|
|
1146
|
+
: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.
|
|
1147
1147
|
"""
|
|
1148
1148
|
if non_resource_urls is not None:
|
|
1149
1149
|
pulumi.set(__self__, "non_resource_urls", non_resource_urls)
|
|
1150
1150
|
if verbs is not None:
|
|
1151
1151
|
pulumi.set(__self__, "verbs", verbs)
|
|
1152
1152
|
|
|
1153
|
-
@property
|
|
1153
|
+
@_builtins.property
|
|
1154
1154
|
@pulumi.getter(name="nonResourceURLs")
|
|
1155
|
-
def non_resource_urls(self) -> Optional[Sequence[str]]:
|
|
1155
|
+
def non_resource_urls(self) -> Optional[Sequence[_builtins.str]]:
|
|
1156
1156
|
"""
|
|
1157
1157
|
`nonResourceURLs` is a set of url prefixes that a user should have access to and may not be empty. For example:
|
|
1158
1158
|
- "/healthz" is legal
|
|
@@ -1164,9 +1164,9 @@ class NonResourcePolicyRulePatch(dict):
|
|
|
1164
1164
|
"""
|
|
1165
1165
|
return pulumi.get(self, "non_resource_urls")
|
|
1166
1166
|
|
|
1167
|
-
@property
|
|
1167
|
+
@_builtins.property
|
|
1168
1168
|
@pulumi.getter
|
|
1169
|
-
def verbs(self) -> Optional[Sequence[str]]:
|
|
1169
|
+
def verbs(self) -> Optional[Sequence[_builtins.str]]:
|
|
1170
1170
|
"""
|
|
1171
1171
|
`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.
|
|
1172
1172
|
"""
|
|
@@ -1213,7 +1213,7 @@ class PolicyRulesWithSubjects(dict):
|
|
|
1213
1213
|
if resource_rules is not None:
|
|
1214
1214
|
pulumi.set(__self__, "resource_rules", resource_rules)
|
|
1215
1215
|
|
|
1216
|
-
@property
|
|
1216
|
+
@_builtins.property
|
|
1217
1217
|
@pulumi.getter
|
|
1218
1218
|
def subjects(self) -> Sequence['outputs.Subject']:
|
|
1219
1219
|
"""
|
|
@@ -1221,7 +1221,7 @@ class PolicyRulesWithSubjects(dict):
|
|
|
1221
1221
|
"""
|
|
1222
1222
|
return pulumi.get(self, "subjects")
|
|
1223
1223
|
|
|
1224
|
-
@property
|
|
1224
|
+
@_builtins.property
|
|
1225
1225
|
@pulumi.getter(name="nonResourceRules")
|
|
1226
1226
|
def non_resource_rules(self) -> Optional[Sequence['outputs.NonResourcePolicyRule']]:
|
|
1227
1227
|
"""
|
|
@@ -1229,7 +1229,7 @@ class PolicyRulesWithSubjects(dict):
|
|
|
1229
1229
|
"""
|
|
1230
1230
|
return pulumi.get(self, "non_resource_rules")
|
|
1231
1231
|
|
|
1232
|
-
@property
|
|
1232
|
+
@_builtins.property
|
|
1233
1233
|
@pulumi.getter(name="resourceRules")
|
|
1234
1234
|
def resource_rules(self) -> Optional[Sequence['outputs.ResourcePolicyRule']]:
|
|
1235
1235
|
"""
|
|
@@ -1279,7 +1279,7 @@ class PolicyRulesWithSubjectsPatch(dict):
|
|
|
1279
1279
|
if subjects is not None:
|
|
1280
1280
|
pulumi.set(__self__, "subjects", subjects)
|
|
1281
1281
|
|
|
1282
|
-
@property
|
|
1282
|
+
@_builtins.property
|
|
1283
1283
|
@pulumi.getter(name="nonResourceRules")
|
|
1284
1284
|
def non_resource_rules(self) -> Optional[Sequence['outputs.NonResourcePolicyRulePatch']]:
|
|
1285
1285
|
"""
|
|
@@ -1287,7 +1287,7 @@ class PolicyRulesWithSubjectsPatch(dict):
|
|
|
1287
1287
|
"""
|
|
1288
1288
|
return pulumi.get(self, "non_resource_rules")
|
|
1289
1289
|
|
|
1290
|
-
@property
|
|
1290
|
+
@_builtins.property
|
|
1291
1291
|
@pulumi.getter(name="resourceRules")
|
|
1292
1292
|
def resource_rules(self) -> Optional[Sequence['outputs.ResourcePolicyRulePatch']]:
|
|
1293
1293
|
"""
|
|
@@ -1295,7 +1295,7 @@ class PolicyRulesWithSubjectsPatch(dict):
|
|
|
1295
1295
|
"""
|
|
1296
1296
|
return pulumi.get(self, "resource_rules")
|
|
1297
1297
|
|
|
1298
|
-
@property
|
|
1298
|
+
@_builtins.property
|
|
1299
1299
|
@pulumi.getter
|
|
1300
1300
|
def subjects(self) -> Optional[Sequence['outputs.SubjectPatch']]:
|
|
1301
1301
|
"""
|
|
@@ -1327,15 +1327,15 @@ class PriorityLevelConfiguration(dict):
|
|
|
1327
1327
|
return super().get(key, default)
|
|
1328
1328
|
|
|
1329
1329
|
def __init__(__self__, *,
|
|
1330
|
-
api_version: Optional[str] = None,
|
|
1331
|
-
kind: Optional[str] = None,
|
|
1330
|
+
api_version: Optional[_builtins.str] = None,
|
|
1331
|
+
kind: Optional[_builtins.str] = None,
|
|
1332
1332
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1333
1333
|
spec: Optional['outputs.PriorityLevelConfigurationSpec'] = None,
|
|
1334
1334
|
status: Optional['outputs.PriorityLevelConfigurationStatus'] = None):
|
|
1335
1335
|
"""
|
|
1336
1336
|
PriorityLevelConfiguration represents the configuration of a priority level.
|
|
1337
|
-
: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
|
|
1338
|
-
: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
|
|
1337
|
+
: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
|
|
1338
|
+
: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
|
|
1339
1339
|
: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
|
|
1340
1340
|
: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
|
|
1341
1341
|
: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
|
|
@@ -1351,23 +1351,23 @@ class PriorityLevelConfiguration(dict):
|
|
|
1351
1351
|
if status is not None:
|
|
1352
1352
|
pulumi.set(__self__, "status", status)
|
|
1353
1353
|
|
|
1354
|
-
@property
|
|
1354
|
+
@_builtins.property
|
|
1355
1355
|
@pulumi.getter(name="apiVersion")
|
|
1356
|
-
def api_version(self) -> Optional[str]:
|
|
1356
|
+
def api_version(self) -> Optional[_builtins.str]:
|
|
1357
1357
|
"""
|
|
1358
1358
|
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
|
|
1359
1359
|
"""
|
|
1360
1360
|
return pulumi.get(self, "api_version")
|
|
1361
1361
|
|
|
1362
|
-
@property
|
|
1362
|
+
@_builtins.property
|
|
1363
1363
|
@pulumi.getter
|
|
1364
|
-
def kind(self) -> Optional[str]:
|
|
1364
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
1365
1365
|
"""
|
|
1366
1366
|
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
|
|
1367
1367
|
"""
|
|
1368
1368
|
return pulumi.get(self, "kind")
|
|
1369
1369
|
|
|
1370
|
-
@property
|
|
1370
|
+
@_builtins.property
|
|
1371
1371
|
@pulumi.getter
|
|
1372
1372
|
def metadata(self) -> Optional['_meta.v1.outputs.ObjectMeta']:
|
|
1373
1373
|
"""
|
|
@@ -1375,7 +1375,7 @@ class PriorityLevelConfiguration(dict):
|
|
|
1375
1375
|
"""
|
|
1376
1376
|
return pulumi.get(self, "metadata")
|
|
1377
1377
|
|
|
1378
|
-
@property
|
|
1378
|
+
@_builtins.property
|
|
1379
1379
|
@pulumi.getter
|
|
1380
1380
|
def spec(self) -> Optional['outputs.PriorityLevelConfigurationSpec']:
|
|
1381
1381
|
"""
|
|
@@ -1383,7 +1383,7 @@ class PriorityLevelConfiguration(dict):
|
|
|
1383
1383
|
"""
|
|
1384
1384
|
return pulumi.get(self, "spec")
|
|
1385
1385
|
|
|
1386
|
-
@property
|
|
1386
|
+
@_builtins.property
|
|
1387
1387
|
@pulumi.getter
|
|
1388
1388
|
def status(self) -> Optional['outputs.PriorityLevelConfigurationStatus']:
|
|
1389
1389
|
"""
|
|
@@ -1415,18 +1415,18 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1415
1415
|
return super().get(key, default)
|
|
1416
1416
|
|
|
1417
1417
|
def __init__(__self__, *,
|
|
1418
|
-
last_transition_time: Optional[str] = None,
|
|
1419
|
-
message: Optional[str] = None,
|
|
1420
|
-
reason: Optional[str] = None,
|
|
1421
|
-
status: Optional[str] = None,
|
|
1422
|
-
type: Optional[str] = None):
|
|
1418
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1419
|
+
message: Optional[_builtins.str] = None,
|
|
1420
|
+
reason: Optional[_builtins.str] = None,
|
|
1421
|
+
status: Optional[_builtins.str] = None,
|
|
1422
|
+
type: Optional[_builtins.str] = None):
|
|
1423
1423
|
"""
|
|
1424
1424
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1425
|
-
:param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1426
|
-
:param str message: `message` is a human-readable message indicating details about last transition.
|
|
1427
|
-
:param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1428
|
-
:param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1429
|
-
:param str type: `type` is the type of the condition. Required.
|
|
1425
|
+
:param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1426
|
+
:param _builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
1427
|
+
:param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1428
|
+
:param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1429
|
+
:param _builtins.str type: `type` is the type of the condition. Required.
|
|
1430
1430
|
"""
|
|
1431
1431
|
if last_transition_time is not None:
|
|
1432
1432
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1439,41 +1439,41 @@ class PriorityLevelConfigurationCondition(dict):
|
|
|
1439
1439
|
if type is not None:
|
|
1440
1440
|
pulumi.set(__self__, "type", type)
|
|
1441
1441
|
|
|
1442
|
-
@property
|
|
1442
|
+
@_builtins.property
|
|
1443
1443
|
@pulumi.getter(name="lastTransitionTime")
|
|
1444
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1444
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1445
1445
|
"""
|
|
1446
1446
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1447
1447
|
"""
|
|
1448
1448
|
return pulumi.get(self, "last_transition_time")
|
|
1449
1449
|
|
|
1450
|
-
@property
|
|
1450
|
+
@_builtins.property
|
|
1451
1451
|
@pulumi.getter
|
|
1452
|
-
def message(self) -> Optional[str]:
|
|
1452
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1453
1453
|
"""
|
|
1454
1454
|
`message` is a human-readable message indicating details about last transition.
|
|
1455
1455
|
"""
|
|
1456
1456
|
return pulumi.get(self, "message")
|
|
1457
1457
|
|
|
1458
|
-
@property
|
|
1458
|
+
@_builtins.property
|
|
1459
1459
|
@pulumi.getter
|
|
1460
|
-
def reason(self) -> Optional[str]:
|
|
1460
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1461
1461
|
"""
|
|
1462
1462
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1463
1463
|
"""
|
|
1464
1464
|
return pulumi.get(self, "reason")
|
|
1465
1465
|
|
|
1466
|
-
@property
|
|
1466
|
+
@_builtins.property
|
|
1467
1467
|
@pulumi.getter
|
|
1468
|
-
def status(self) -> Optional[str]:
|
|
1468
|
+
def status(self) -> Optional[_builtins.str]:
|
|
1469
1469
|
"""
|
|
1470
1470
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1471
1471
|
"""
|
|
1472
1472
|
return pulumi.get(self, "status")
|
|
1473
1473
|
|
|
1474
|
-
@property
|
|
1474
|
+
@_builtins.property
|
|
1475
1475
|
@pulumi.getter
|
|
1476
|
-
def type(self) -> Optional[str]:
|
|
1476
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1477
1477
|
"""
|
|
1478
1478
|
`type` is the type of the condition. Required.
|
|
1479
1479
|
"""
|
|
@@ -1503,18 +1503,18 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1503
1503
|
return super().get(key, default)
|
|
1504
1504
|
|
|
1505
1505
|
def __init__(__self__, *,
|
|
1506
|
-
last_transition_time: Optional[str] = None,
|
|
1507
|
-
message: Optional[str] = None,
|
|
1508
|
-
reason: Optional[str] = None,
|
|
1509
|
-
status: Optional[str] = None,
|
|
1510
|
-
type: Optional[str] = None):
|
|
1506
|
+
last_transition_time: Optional[_builtins.str] = None,
|
|
1507
|
+
message: Optional[_builtins.str] = None,
|
|
1508
|
+
reason: Optional[_builtins.str] = None,
|
|
1509
|
+
status: Optional[_builtins.str] = None,
|
|
1510
|
+
type: Optional[_builtins.str] = None):
|
|
1511
1511
|
"""
|
|
1512
1512
|
PriorityLevelConfigurationCondition defines the condition of priority level.
|
|
1513
|
-
:param str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1514
|
-
:param str message: `message` is a human-readable message indicating details about last transition.
|
|
1515
|
-
:param str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1516
|
-
:param str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1517
|
-
:param str type: `type` is the type of the condition. Required.
|
|
1513
|
+
:param _builtins.str last_transition_time: `lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1514
|
+
:param _builtins.str message: `message` is a human-readable message indicating details about last transition.
|
|
1515
|
+
:param _builtins.str reason: `reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1516
|
+
:param _builtins.str status: `status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1517
|
+
:param _builtins.str type: `type` is the type of the condition. Required.
|
|
1518
1518
|
"""
|
|
1519
1519
|
if last_transition_time is not None:
|
|
1520
1520
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1527,41 +1527,41 @@ class PriorityLevelConfigurationConditionPatch(dict):
|
|
|
1527
1527
|
if type is not None:
|
|
1528
1528
|
pulumi.set(__self__, "type", type)
|
|
1529
1529
|
|
|
1530
|
-
@property
|
|
1530
|
+
@_builtins.property
|
|
1531
1531
|
@pulumi.getter(name="lastTransitionTime")
|
|
1532
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1532
|
+
def last_transition_time(self) -> Optional[_builtins.str]:
|
|
1533
1533
|
"""
|
|
1534
1534
|
`lastTransitionTime` is the last time the condition transitioned from one status to another.
|
|
1535
1535
|
"""
|
|
1536
1536
|
return pulumi.get(self, "last_transition_time")
|
|
1537
1537
|
|
|
1538
|
-
@property
|
|
1538
|
+
@_builtins.property
|
|
1539
1539
|
@pulumi.getter
|
|
1540
|
-
def message(self) -> Optional[str]:
|
|
1540
|
+
def message(self) -> Optional[_builtins.str]:
|
|
1541
1541
|
"""
|
|
1542
1542
|
`message` is a human-readable message indicating details about last transition.
|
|
1543
1543
|
"""
|
|
1544
1544
|
return pulumi.get(self, "message")
|
|
1545
1545
|
|
|
1546
|
-
@property
|
|
1546
|
+
@_builtins.property
|
|
1547
1547
|
@pulumi.getter
|
|
1548
|
-
def reason(self) -> Optional[str]:
|
|
1548
|
+
def reason(self) -> Optional[_builtins.str]:
|
|
1549
1549
|
"""
|
|
1550
1550
|
`reason` is a unique, one-word, CamelCase reason for the condition's last transition.
|
|
1551
1551
|
"""
|
|
1552
1552
|
return pulumi.get(self, "reason")
|
|
1553
1553
|
|
|
1554
|
-
@property
|
|
1554
|
+
@_builtins.property
|
|
1555
1555
|
@pulumi.getter
|
|
1556
|
-
def status(self) -> Optional[str]:
|
|
1556
|
+
def status(self) -> Optional[_builtins.str]:
|
|
1557
1557
|
"""
|
|
1558
1558
|
`status` is the status of the condition. Can be True, False, Unknown. Required.
|
|
1559
1559
|
"""
|
|
1560
1560
|
return pulumi.get(self, "status")
|
|
1561
1561
|
|
|
1562
|
-
@property
|
|
1562
|
+
@_builtins.property
|
|
1563
1563
|
@pulumi.getter
|
|
1564
|
-
def type(self) -> Optional[str]:
|
|
1564
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1565
1565
|
"""
|
|
1566
1566
|
`type` is the type of the condition. Required.
|
|
1567
1567
|
"""
|
|
@@ -1574,16 +1574,16 @@ class PriorityLevelConfigurationReference(dict):
|
|
|
1574
1574
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1575
1575
|
"""
|
|
1576
1576
|
def __init__(__self__, *,
|
|
1577
|
-
name: str):
|
|
1577
|
+
name: _builtins.str):
|
|
1578
1578
|
"""
|
|
1579
1579
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1580
|
-
:param str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1580
|
+
:param _builtins.str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1581
1581
|
"""
|
|
1582
1582
|
pulumi.set(__self__, "name", name)
|
|
1583
1583
|
|
|
1584
|
-
@property
|
|
1584
|
+
@_builtins.property
|
|
1585
1585
|
@pulumi.getter
|
|
1586
|
-
def name(self) -> str:
|
|
1586
|
+
def name(self) -> _builtins.str:
|
|
1587
1587
|
"""
|
|
1588
1588
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1589
1589
|
"""
|
|
@@ -1596,17 +1596,17 @@ class PriorityLevelConfigurationReferencePatch(dict):
|
|
|
1596
1596
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1597
1597
|
"""
|
|
1598
1598
|
def __init__(__self__, *,
|
|
1599
|
-
name: Optional[str] = None):
|
|
1599
|
+
name: Optional[_builtins.str] = None):
|
|
1600
1600
|
"""
|
|
1601
1601
|
PriorityLevelConfigurationReference contains information that points to the "request-priority" being used.
|
|
1602
|
-
:param str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1602
|
+
:param _builtins.str name: `name` is the name of the priority level configuration being referenced Required.
|
|
1603
1603
|
"""
|
|
1604
1604
|
if name is not None:
|
|
1605
1605
|
pulumi.set(__self__, "name", name)
|
|
1606
1606
|
|
|
1607
|
-
@property
|
|
1607
|
+
@_builtins.property
|
|
1608
1608
|
@pulumi.getter
|
|
1609
|
-
def name(self) -> Optional[str]:
|
|
1609
|
+
def name(self) -> Optional[_builtins.str]:
|
|
1610
1610
|
"""
|
|
1611
1611
|
`name` is the name of the priority level configuration being referenced Required.
|
|
1612
1612
|
"""
|
|
@@ -1619,12 +1619,12 @@ class PriorityLevelConfigurationSpec(dict):
|
|
|
1619
1619
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1620
1620
|
"""
|
|
1621
1621
|
def __init__(__self__, *,
|
|
1622
|
-
type: str,
|
|
1622
|
+
type: _builtins.str,
|
|
1623
1623
|
exempt: Optional['outputs.ExemptPriorityLevelConfiguration'] = None,
|
|
1624
1624
|
limited: Optional['outputs.LimitedPriorityLevelConfiguration'] = None):
|
|
1625
1625
|
"""
|
|
1626
1626
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1627
|
-
: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.
|
|
1627
|
+
: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.
|
|
1628
1628
|
:param 'ExemptPriorityLevelConfigurationArgs' exempt: `exempt` specifies how requests are handled for an exempt priority level. This field MUST be empty if `type` is `"Limited"`. This field MAY be non-empty if `type` is `"Exempt"`. If empty and `type` is `"Exempt"` then the default values for `ExemptPriorityLevelConfiguration` apply.
|
|
1629
1629
|
: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"`.
|
|
1630
1630
|
"""
|
|
@@ -1634,15 +1634,15 @@ class PriorityLevelConfigurationSpec(dict):
|
|
|
1634
1634
|
if limited is not None:
|
|
1635
1635
|
pulumi.set(__self__, "limited", limited)
|
|
1636
1636
|
|
|
1637
|
-
@property
|
|
1637
|
+
@_builtins.property
|
|
1638
1638
|
@pulumi.getter
|
|
1639
|
-
def type(self) -> str:
|
|
1639
|
+
def type(self) -> _builtins.str:
|
|
1640
1640
|
"""
|
|
1641
1641
|
`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.
|
|
1642
1642
|
"""
|
|
1643
1643
|
return pulumi.get(self, "type")
|
|
1644
1644
|
|
|
1645
|
-
@property
|
|
1645
|
+
@_builtins.property
|
|
1646
1646
|
@pulumi.getter
|
|
1647
1647
|
def exempt(self) -> Optional['outputs.ExemptPriorityLevelConfiguration']:
|
|
1648
1648
|
"""
|
|
@@ -1650,7 +1650,7 @@ class PriorityLevelConfigurationSpec(dict):
|
|
|
1650
1650
|
"""
|
|
1651
1651
|
return pulumi.get(self, "exempt")
|
|
1652
1652
|
|
|
1653
|
-
@property
|
|
1653
|
+
@_builtins.property
|
|
1654
1654
|
@pulumi.getter
|
|
1655
1655
|
def limited(self) -> Optional['outputs.LimitedPriorityLevelConfiguration']:
|
|
1656
1656
|
"""
|
|
@@ -1667,12 +1667,12 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1667
1667
|
def __init__(__self__, *,
|
|
1668
1668
|
exempt: Optional['outputs.ExemptPriorityLevelConfigurationPatch'] = None,
|
|
1669
1669
|
limited: Optional['outputs.LimitedPriorityLevelConfigurationPatch'] = None,
|
|
1670
|
-
type: Optional[str] = None):
|
|
1670
|
+
type: Optional[_builtins.str] = None):
|
|
1671
1671
|
"""
|
|
1672
1672
|
PriorityLevelConfigurationSpec specifies the configuration of a priority level.
|
|
1673
1673
|
:param 'ExemptPriorityLevelConfigurationPatchArgs' exempt: `exempt` specifies how requests are handled for an exempt priority level. This field MUST be empty if `type` is `"Limited"`. This field MAY be non-empty if `type` is `"Exempt"`. If empty and `type` is `"Exempt"` then the default values for `ExemptPriorityLevelConfiguration` apply.
|
|
1674
1674
|
: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"`.
|
|
1675
|
-
: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.
|
|
1675
|
+
: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.
|
|
1676
1676
|
"""
|
|
1677
1677
|
if exempt is not None:
|
|
1678
1678
|
pulumi.set(__self__, "exempt", exempt)
|
|
@@ -1681,7 +1681,7 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1681
1681
|
if type is not None:
|
|
1682
1682
|
pulumi.set(__self__, "type", type)
|
|
1683
1683
|
|
|
1684
|
-
@property
|
|
1684
|
+
@_builtins.property
|
|
1685
1685
|
@pulumi.getter
|
|
1686
1686
|
def exempt(self) -> Optional['outputs.ExemptPriorityLevelConfigurationPatch']:
|
|
1687
1687
|
"""
|
|
@@ -1689,7 +1689,7 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1689
1689
|
"""
|
|
1690
1690
|
return pulumi.get(self, "exempt")
|
|
1691
1691
|
|
|
1692
|
-
@property
|
|
1692
|
+
@_builtins.property
|
|
1693
1693
|
@pulumi.getter
|
|
1694
1694
|
def limited(self) -> Optional['outputs.LimitedPriorityLevelConfigurationPatch']:
|
|
1695
1695
|
"""
|
|
@@ -1697,9 +1697,9 @@ class PriorityLevelConfigurationSpecPatch(dict):
|
|
|
1697
1697
|
"""
|
|
1698
1698
|
return pulumi.get(self, "limited")
|
|
1699
1699
|
|
|
1700
|
-
@property
|
|
1700
|
+
@_builtins.property
|
|
1701
1701
|
@pulumi.getter
|
|
1702
|
-
def type(self) -> Optional[str]:
|
|
1702
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1703
1703
|
"""
|
|
1704
1704
|
`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.
|
|
1705
1705
|
"""
|
|
@@ -1720,7 +1720,7 @@ class PriorityLevelConfigurationStatus(dict):
|
|
|
1720
1720
|
if conditions is not None:
|
|
1721
1721
|
pulumi.set(__self__, "conditions", conditions)
|
|
1722
1722
|
|
|
1723
|
-
@property
|
|
1723
|
+
@_builtins.property
|
|
1724
1724
|
@pulumi.getter
|
|
1725
1725
|
def conditions(self) -> Optional[Sequence['outputs.PriorityLevelConfigurationCondition']]:
|
|
1726
1726
|
"""
|
|
@@ -1743,7 +1743,7 @@ class PriorityLevelConfigurationStatusPatch(dict):
|
|
|
1743
1743
|
if conditions is not None:
|
|
1744
1744
|
pulumi.set(__self__, "conditions", conditions)
|
|
1745
1745
|
|
|
1746
|
-
@property
|
|
1746
|
+
@_builtins.property
|
|
1747
1747
|
@pulumi.getter
|
|
1748
1748
|
def conditions(self) -> Optional[Sequence['outputs.PriorityLevelConfigurationConditionPatch']]:
|
|
1749
1749
|
"""
|
|
@@ -1777,14 +1777,14 @@ class QueuingConfiguration(dict):
|
|
|
1777
1777
|
return super().get(key, default)
|
|
1778
1778
|
|
|
1779
1779
|
def __init__(__self__, *,
|
|
1780
|
-
hand_size: Optional[int] = None,
|
|
1781
|
-
queue_length_limit: Optional[int] = None,
|
|
1782
|
-
queues: Optional[int] = None):
|
|
1780
|
+
hand_size: Optional[_builtins.int] = None,
|
|
1781
|
+
queue_length_limit: Optional[_builtins.int] = None,
|
|
1782
|
+
queues: Optional[_builtins.int] = None):
|
|
1783
1783
|
"""
|
|
1784
1784
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
1785
|
-
: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.
|
|
1786
|
-
: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.
|
|
1787
|
-
: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.
|
|
1785
|
+
: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.
|
|
1786
|
+
: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.
|
|
1787
|
+
: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.
|
|
1788
1788
|
"""
|
|
1789
1789
|
if hand_size is not None:
|
|
1790
1790
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -1793,25 +1793,25 @@ class QueuingConfiguration(dict):
|
|
|
1793
1793
|
if queues is not None:
|
|
1794
1794
|
pulumi.set(__self__, "queues", queues)
|
|
1795
1795
|
|
|
1796
|
-
@property
|
|
1796
|
+
@_builtins.property
|
|
1797
1797
|
@pulumi.getter(name="handSize")
|
|
1798
|
-
def hand_size(self) -> Optional[int]:
|
|
1798
|
+
def hand_size(self) -> Optional[_builtins.int]:
|
|
1799
1799
|
"""
|
|
1800
1800
|
`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.
|
|
1801
1801
|
"""
|
|
1802
1802
|
return pulumi.get(self, "hand_size")
|
|
1803
1803
|
|
|
1804
|
-
@property
|
|
1804
|
+
@_builtins.property
|
|
1805
1805
|
@pulumi.getter(name="queueLengthLimit")
|
|
1806
|
-
def queue_length_limit(self) -> Optional[int]:
|
|
1806
|
+
def queue_length_limit(self) -> Optional[_builtins.int]:
|
|
1807
1807
|
"""
|
|
1808
1808
|
`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.
|
|
1809
1809
|
"""
|
|
1810
1810
|
return pulumi.get(self, "queue_length_limit")
|
|
1811
1811
|
|
|
1812
|
-
@property
|
|
1812
|
+
@_builtins.property
|
|
1813
1813
|
@pulumi.getter
|
|
1814
|
-
def queues(self) -> Optional[int]:
|
|
1814
|
+
def queues(self) -> Optional[_builtins.int]:
|
|
1815
1815
|
"""
|
|
1816
1816
|
`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.
|
|
1817
1817
|
"""
|
|
@@ -1843,14 +1843,14 @@ class QueuingConfigurationPatch(dict):
|
|
|
1843
1843
|
return super().get(key, default)
|
|
1844
1844
|
|
|
1845
1845
|
def __init__(__self__, *,
|
|
1846
|
-
hand_size: Optional[int] = None,
|
|
1847
|
-
queue_length_limit: Optional[int] = None,
|
|
1848
|
-
queues: Optional[int] = None):
|
|
1846
|
+
hand_size: Optional[_builtins.int] = None,
|
|
1847
|
+
queue_length_limit: Optional[_builtins.int] = None,
|
|
1848
|
+
queues: Optional[_builtins.int] = None):
|
|
1849
1849
|
"""
|
|
1850
1850
|
QueuingConfiguration holds the configuration parameters for queuing
|
|
1851
|
-
: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.
|
|
1852
|
-
: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.
|
|
1853
|
-
: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.
|
|
1851
|
+
: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.
|
|
1852
|
+
: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.
|
|
1853
|
+
: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.
|
|
1854
1854
|
"""
|
|
1855
1855
|
if hand_size is not None:
|
|
1856
1856
|
pulumi.set(__self__, "hand_size", hand_size)
|
|
@@ -1859,25 +1859,25 @@ class QueuingConfigurationPatch(dict):
|
|
|
1859
1859
|
if queues is not None:
|
|
1860
1860
|
pulumi.set(__self__, "queues", queues)
|
|
1861
1861
|
|
|
1862
|
-
@property
|
|
1862
|
+
@_builtins.property
|
|
1863
1863
|
@pulumi.getter(name="handSize")
|
|
1864
|
-
def hand_size(self) -> Optional[int]:
|
|
1864
|
+
def hand_size(self) -> Optional[_builtins.int]:
|
|
1865
1865
|
"""
|
|
1866
1866
|
`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.
|
|
1867
1867
|
"""
|
|
1868
1868
|
return pulumi.get(self, "hand_size")
|
|
1869
1869
|
|
|
1870
|
-
@property
|
|
1870
|
+
@_builtins.property
|
|
1871
1871
|
@pulumi.getter(name="queueLengthLimit")
|
|
1872
|
-
def queue_length_limit(self) -> Optional[int]:
|
|
1872
|
+
def queue_length_limit(self) -> Optional[_builtins.int]:
|
|
1873
1873
|
"""
|
|
1874
1874
|
`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.
|
|
1875
1875
|
"""
|
|
1876
1876
|
return pulumi.get(self, "queue_length_limit")
|
|
1877
1877
|
|
|
1878
|
-
@property
|
|
1878
|
+
@_builtins.property
|
|
1879
1879
|
@pulumi.getter
|
|
1880
|
-
def queues(self) -> Optional[int]:
|
|
1880
|
+
def queues(self) -> Optional[_builtins.int]:
|
|
1881
1881
|
"""
|
|
1882
1882
|
`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.
|
|
1883
1883
|
"""
|
|
@@ -1909,18 +1909,18 @@ class ResourcePolicyRule(dict):
|
|
|
1909
1909
|
return super().get(key, default)
|
|
1910
1910
|
|
|
1911
1911
|
def __init__(__self__, *,
|
|
1912
|
-
api_groups: Sequence[str],
|
|
1913
|
-
resources: Sequence[str],
|
|
1914
|
-
verbs: Sequence[str],
|
|
1915
|
-
cluster_scope: Optional[bool] = None,
|
|
1916
|
-
namespaces: Optional[Sequence[str]] = None):
|
|
1912
|
+
api_groups: Sequence[_builtins.str],
|
|
1913
|
+
resources: Sequence[_builtins.str],
|
|
1914
|
+
verbs: Sequence[_builtins.str],
|
|
1915
|
+
cluster_scope: Optional[_builtins.bool] = None,
|
|
1916
|
+
namespaces: Optional[Sequence[_builtins.str]] = None):
|
|
1917
1917
|
"""
|
|
1918
1918
|
ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.
|
|
1919
|
-
: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.
|
|
1920
|
-
: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.
|
|
1921
|
-
: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.
|
|
1922
|
-
: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.
|
|
1923
|
-
: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.
|
|
1919
|
+
: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.
|
|
1920
|
+
: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.
|
|
1921
|
+
: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.
|
|
1922
|
+
: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.
|
|
1923
|
+
: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.
|
|
1924
1924
|
"""
|
|
1925
1925
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
1926
1926
|
pulumi.set(__self__, "resources", resources)
|
|
@@ -1930,41 +1930,41 @@ class ResourcePolicyRule(dict):
|
|
|
1930
1930
|
if namespaces is not None:
|
|
1931
1931
|
pulumi.set(__self__, "namespaces", namespaces)
|
|
1932
1932
|
|
|
1933
|
-
@property
|
|
1933
|
+
@_builtins.property
|
|
1934
1934
|
@pulumi.getter(name="apiGroups")
|
|
1935
|
-
def api_groups(self) -> Sequence[str]:
|
|
1935
|
+
def api_groups(self) -> Sequence[_builtins.str]:
|
|
1936
1936
|
"""
|
|
1937
1937
|
`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.
|
|
1938
1938
|
"""
|
|
1939
1939
|
return pulumi.get(self, "api_groups")
|
|
1940
1940
|
|
|
1941
|
-
@property
|
|
1941
|
+
@_builtins.property
|
|
1942
1942
|
@pulumi.getter
|
|
1943
|
-
def resources(self) -> Sequence[str]:
|
|
1943
|
+
def resources(self) -> Sequence[_builtins.str]:
|
|
1944
1944
|
"""
|
|
1945
1945
|
`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.
|
|
1946
1946
|
"""
|
|
1947
1947
|
return pulumi.get(self, "resources")
|
|
1948
1948
|
|
|
1949
|
-
@property
|
|
1949
|
+
@_builtins.property
|
|
1950
1950
|
@pulumi.getter
|
|
1951
|
-
def verbs(self) -> Sequence[str]:
|
|
1951
|
+
def verbs(self) -> Sequence[_builtins.str]:
|
|
1952
1952
|
"""
|
|
1953
1953
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
1954
1954
|
"""
|
|
1955
1955
|
return pulumi.get(self, "verbs")
|
|
1956
1956
|
|
|
1957
|
-
@property
|
|
1957
|
+
@_builtins.property
|
|
1958
1958
|
@pulumi.getter(name="clusterScope")
|
|
1959
|
-
def cluster_scope(self) -> Optional[bool]:
|
|
1959
|
+
def cluster_scope(self) -> Optional[_builtins.bool]:
|
|
1960
1960
|
"""
|
|
1961
1961
|
`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.
|
|
1962
1962
|
"""
|
|
1963
1963
|
return pulumi.get(self, "cluster_scope")
|
|
1964
1964
|
|
|
1965
|
-
@property
|
|
1965
|
+
@_builtins.property
|
|
1966
1966
|
@pulumi.getter
|
|
1967
|
-
def namespaces(self) -> Optional[Sequence[str]]:
|
|
1967
|
+
def namespaces(self) -> Optional[Sequence[_builtins.str]]:
|
|
1968
1968
|
"""
|
|
1969
1969
|
`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.
|
|
1970
1970
|
"""
|
|
@@ -1996,18 +1996,18 @@ class ResourcePolicyRulePatch(dict):
|
|
|
1996
1996
|
return super().get(key, default)
|
|
1997
1997
|
|
|
1998
1998
|
def __init__(__self__, *,
|
|
1999
|
-
api_groups: Optional[Sequence[str]] = None,
|
|
2000
|
-
cluster_scope: Optional[bool] = None,
|
|
2001
|
-
namespaces: Optional[Sequence[str]] = None,
|
|
2002
|
-
resources: Optional[Sequence[str]] = None,
|
|
2003
|
-
verbs: Optional[Sequence[str]] = None):
|
|
1999
|
+
api_groups: Optional[Sequence[_builtins.str]] = None,
|
|
2000
|
+
cluster_scope: Optional[_builtins.bool] = None,
|
|
2001
|
+
namespaces: Optional[Sequence[_builtins.str]] = None,
|
|
2002
|
+
resources: Optional[Sequence[_builtins.str]] = None,
|
|
2003
|
+
verbs: Optional[Sequence[_builtins.str]] = None):
|
|
2004
2004
|
"""
|
|
2005
2005
|
ResourcePolicyRule is a predicate that matches some resource requests, testing the request's verb and the target resource. A ResourcePolicyRule matches a resource request if and only if: (a) at least one member of verbs matches the request, (b) at least one member of apiGroups matches the request, (c) at least one member of resources matches the request, and (d) either (d1) the request does not specify a namespace (i.e., `Namespace==""`) and clusterScope is true or (d2) the request specifies a namespace and least one member of namespaces matches the request's namespace.
|
|
2006
|
-
: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.
|
|
2007
|
-
: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.
|
|
2008
|
-
: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.
|
|
2009
|
-
: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.
|
|
2010
|
-
: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.
|
|
2006
|
+
: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.
|
|
2007
|
+
: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.
|
|
2008
|
+
: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.
|
|
2009
|
+
: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.
|
|
2010
|
+
: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.
|
|
2011
2011
|
"""
|
|
2012
2012
|
if api_groups is not None:
|
|
2013
2013
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
@@ -2020,41 +2020,41 @@ class ResourcePolicyRulePatch(dict):
|
|
|
2020
2020
|
if verbs is not None:
|
|
2021
2021
|
pulumi.set(__self__, "verbs", verbs)
|
|
2022
2022
|
|
|
2023
|
-
@property
|
|
2023
|
+
@_builtins.property
|
|
2024
2024
|
@pulumi.getter(name="apiGroups")
|
|
2025
|
-
def api_groups(self) -> Optional[Sequence[str]]:
|
|
2025
|
+
def api_groups(self) -> Optional[Sequence[_builtins.str]]:
|
|
2026
2026
|
"""
|
|
2027
2027
|
`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.
|
|
2028
2028
|
"""
|
|
2029
2029
|
return pulumi.get(self, "api_groups")
|
|
2030
2030
|
|
|
2031
|
-
@property
|
|
2031
|
+
@_builtins.property
|
|
2032
2032
|
@pulumi.getter(name="clusterScope")
|
|
2033
|
-
def cluster_scope(self) -> Optional[bool]:
|
|
2033
|
+
def cluster_scope(self) -> Optional[_builtins.bool]:
|
|
2034
2034
|
"""
|
|
2035
2035
|
`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.
|
|
2036
2036
|
"""
|
|
2037
2037
|
return pulumi.get(self, "cluster_scope")
|
|
2038
2038
|
|
|
2039
|
-
@property
|
|
2039
|
+
@_builtins.property
|
|
2040
2040
|
@pulumi.getter
|
|
2041
|
-
def namespaces(self) -> Optional[Sequence[str]]:
|
|
2041
|
+
def namespaces(self) -> Optional[Sequence[_builtins.str]]:
|
|
2042
2042
|
"""
|
|
2043
2043
|
`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.
|
|
2044
2044
|
"""
|
|
2045
2045
|
return pulumi.get(self, "namespaces")
|
|
2046
2046
|
|
|
2047
|
-
@property
|
|
2047
|
+
@_builtins.property
|
|
2048
2048
|
@pulumi.getter
|
|
2049
|
-
def resources(self) -> Optional[Sequence[str]]:
|
|
2049
|
+
def resources(self) -> Optional[Sequence[_builtins.str]]:
|
|
2050
2050
|
"""
|
|
2051
2051
|
`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.
|
|
2052
2052
|
"""
|
|
2053
2053
|
return pulumi.get(self, "resources")
|
|
2054
2054
|
|
|
2055
|
-
@property
|
|
2055
|
+
@_builtins.property
|
|
2056
2056
|
@pulumi.getter
|
|
2057
|
-
def verbs(self) -> Optional[Sequence[str]]:
|
|
2057
|
+
def verbs(self) -> Optional[Sequence[_builtins.str]]:
|
|
2058
2058
|
"""
|
|
2059
2059
|
`verbs` is a list of matching verbs and may not be empty. "*" matches all verbs and, if present, must be the only entry. Required.
|
|
2060
2060
|
"""
|
|
@@ -2067,27 +2067,27 @@ class ServiceAccountSubject(dict):
|
|
|
2067
2067
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2068
2068
|
"""
|
|
2069
2069
|
def __init__(__self__, *,
|
|
2070
|
-
name: str,
|
|
2071
|
-
namespace: str):
|
|
2070
|
+
name: _builtins.str,
|
|
2071
|
+
namespace: _builtins.str):
|
|
2072
2072
|
"""
|
|
2073
2073
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2074
|
-
:param str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2075
|
-
:param str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2074
|
+
:param _builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2075
|
+
:param _builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2076
2076
|
"""
|
|
2077
2077
|
pulumi.set(__self__, "name", name)
|
|
2078
2078
|
pulumi.set(__self__, "namespace", namespace)
|
|
2079
2079
|
|
|
2080
|
-
@property
|
|
2080
|
+
@_builtins.property
|
|
2081
2081
|
@pulumi.getter
|
|
2082
|
-
def name(self) -> str:
|
|
2082
|
+
def name(self) -> _builtins.str:
|
|
2083
2083
|
"""
|
|
2084
2084
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2085
2085
|
"""
|
|
2086
2086
|
return pulumi.get(self, "name")
|
|
2087
2087
|
|
|
2088
|
-
@property
|
|
2088
|
+
@_builtins.property
|
|
2089
2089
|
@pulumi.getter
|
|
2090
|
-
def namespace(self) -> str:
|
|
2090
|
+
def namespace(self) -> _builtins.str:
|
|
2091
2091
|
"""
|
|
2092
2092
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2093
2093
|
"""
|
|
@@ -2100,29 +2100,29 @@ class ServiceAccountSubjectPatch(dict):
|
|
|
2100
2100
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2101
2101
|
"""
|
|
2102
2102
|
def __init__(__self__, *,
|
|
2103
|
-
name: Optional[str] = None,
|
|
2104
|
-
namespace: Optional[str] = None):
|
|
2103
|
+
name: Optional[_builtins.str] = None,
|
|
2104
|
+
namespace: Optional[_builtins.str] = None):
|
|
2105
2105
|
"""
|
|
2106
2106
|
ServiceAccountSubject holds detailed information for service-account-kind subject.
|
|
2107
|
-
:param str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2108
|
-
:param str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2107
|
+
:param _builtins.str name: `name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2108
|
+
:param _builtins.str namespace: `namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2109
2109
|
"""
|
|
2110
2110
|
if name is not None:
|
|
2111
2111
|
pulumi.set(__self__, "name", name)
|
|
2112
2112
|
if namespace is not None:
|
|
2113
2113
|
pulumi.set(__self__, "namespace", namespace)
|
|
2114
2114
|
|
|
2115
|
-
@property
|
|
2115
|
+
@_builtins.property
|
|
2116
2116
|
@pulumi.getter
|
|
2117
|
-
def name(self) -> Optional[str]:
|
|
2117
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2118
2118
|
"""
|
|
2119
2119
|
`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.
|
|
2120
2120
|
"""
|
|
2121
2121
|
return pulumi.get(self, "name")
|
|
2122
2122
|
|
|
2123
|
-
@property
|
|
2123
|
+
@_builtins.property
|
|
2124
2124
|
@pulumi.getter
|
|
2125
|
-
def namespace(self) -> Optional[str]:
|
|
2125
|
+
def namespace(self) -> Optional[_builtins.str]:
|
|
2126
2126
|
"""
|
|
2127
2127
|
`namespace` is the namespace of matching ServiceAccount objects. Required.
|
|
2128
2128
|
"""
|
|
@@ -2152,13 +2152,13 @@ class Subject(dict):
|
|
|
2152
2152
|
return super().get(key, default)
|
|
2153
2153
|
|
|
2154
2154
|
def __init__(__self__, *,
|
|
2155
|
-
kind: str,
|
|
2155
|
+
kind: _builtins.str,
|
|
2156
2156
|
group: Optional['outputs.GroupSubject'] = None,
|
|
2157
2157
|
service_account: Optional['outputs.ServiceAccountSubject'] = None,
|
|
2158
2158
|
user: Optional['outputs.UserSubject'] = None):
|
|
2159
2159
|
"""
|
|
2160
2160
|
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.
|
|
2161
|
-
:param str kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2161
|
+
:param _builtins.str kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2162
2162
|
:param 'GroupSubjectArgs' group: `group` matches based on user group name.
|
|
2163
2163
|
:param 'ServiceAccountSubjectArgs' service_account: `serviceAccount` matches ServiceAccounts.
|
|
2164
2164
|
:param 'UserSubjectArgs' user: `user` matches based on username.
|
|
@@ -2171,15 +2171,15 @@ class Subject(dict):
|
|
|
2171
2171
|
if user is not None:
|
|
2172
2172
|
pulumi.set(__self__, "user", user)
|
|
2173
2173
|
|
|
2174
|
-
@property
|
|
2174
|
+
@_builtins.property
|
|
2175
2175
|
@pulumi.getter
|
|
2176
|
-
def kind(self) -> str:
|
|
2176
|
+
def kind(self) -> _builtins.str:
|
|
2177
2177
|
"""
|
|
2178
2178
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2179
2179
|
"""
|
|
2180
2180
|
return pulumi.get(self, "kind")
|
|
2181
2181
|
|
|
2182
|
-
@property
|
|
2182
|
+
@_builtins.property
|
|
2183
2183
|
@pulumi.getter
|
|
2184
2184
|
def group(self) -> Optional['outputs.GroupSubject']:
|
|
2185
2185
|
"""
|
|
@@ -2187,7 +2187,7 @@ class Subject(dict):
|
|
|
2187
2187
|
"""
|
|
2188
2188
|
return pulumi.get(self, "group")
|
|
2189
2189
|
|
|
2190
|
-
@property
|
|
2190
|
+
@_builtins.property
|
|
2191
2191
|
@pulumi.getter(name="serviceAccount")
|
|
2192
2192
|
def service_account(self) -> Optional['outputs.ServiceAccountSubject']:
|
|
2193
2193
|
"""
|
|
@@ -2195,7 +2195,7 @@ class Subject(dict):
|
|
|
2195
2195
|
"""
|
|
2196
2196
|
return pulumi.get(self, "service_account")
|
|
2197
2197
|
|
|
2198
|
-
@property
|
|
2198
|
+
@_builtins.property
|
|
2199
2199
|
@pulumi.getter
|
|
2200
2200
|
def user(self) -> Optional['outputs.UserSubject']:
|
|
2201
2201
|
"""
|
|
@@ -2228,13 +2228,13 @@ class SubjectPatch(dict):
|
|
|
2228
2228
|
|
|
2229
2229
|
def __init__(__self__, *,
|
|
2230
2230
|
group: Optional['outputs.GroupSubjectPatch'] = None,
|
|
2231
|
-
kind: Optional[str] = None,
|
|
2231
|
+
kind: Optional[_builtins.str] = None,
|
|
2232
2232
|
service_account: Optional['outputs.ServiceAccountSubjectPatch'] = None,
|
|
2233
2233
|
user: Optional['outputs.UserSubjectPatch'] = None):
|
|
2234
2234
|
"""
|
|
2235
2235
|
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.
|
|
2236
2236
|
:param 'GroupSubjectPatchArgs' group: `group` matches based on user group name.
|
|
2237
|
-
:param str kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2237
|
+
:param _builtins.str kind: `kind` indicates which one of the other fields is non-empty. Required
|
|
2238
2238
|
:param 'ServiceAccountSubjectPatchArgs' service_account: `serviceAccount` matches ServiceAccounts.
|
|
2239
2239
|
:param 'UserSubjectPatchArgs' user: `user` matches based on username.
|
|
2240
2240
|
"""
|
|
@@ -2247,7 +2247,7 @@ class SubjectPatch(dict):
|
|
|
2247
2247
|
if user is not None:
|
|
2248
2248
|
pulumi.set(__self__, "user", user)
|
|
2249
2249
|
|
|
2250
|
-
@property
|
|
2250
|
+
@_builtins.property
|
|
2251
2251
|
@pulumi.getter
|
|
2252
2252
|
def group(self) -> Optional['outputs.GroupSubjectPatch']:
|
|
2253
2253
|
"""
|
|
@@ -2255,15 +2255,15 @@ class SubjectPatch(dict):
|
|
|
2255
2255
|
"""
|
|
2256
2256
|
return pulumi.get(self, "group")
|
|
2257
2257
|
|
|
2258
|
-
@property
|
|
2258
|
+
@_builtins.property
|
|
2259
2259
|
@pulumi.getter
|
|
2260
|
-
def kind(self) -> Optional[str]:
|
|
2260
|
+
def kind(self) -> Optional[_builtins.str]:
|
|
2261
2261
|
"""
|
|
2262
2262
|
`kind` indicates which one of the other fields is non-empty. Required
|
|
2263
2263
|
"""
|
|
2264
2264
|
return pulumi.get(self, "kind")
|
|
2265
2265
|
|
|
2266
|
-
@property
|
|
2266
|
+
@_builtins.property
|
|
2267
2267
|
@pulumi.getter(name="serviceAccount")
|
|
2268
2268
|
def service_account(self) -> Optional['outputs.ServiceAccountSubjectPatch']:
|
|
2269
2269
|
"""
|
|
@@ -2271,7 +2271,7 @@ class SubjectPatch(dict):
|
|
|
2271
2271
|
"""
|
|
2272
2272
|
return pulumi.get(self, "service_account")
|
|
2273
2273
|
|
|
2274
|
-
@property
|
|
2274
|
+
@_builtins.property
|
|
2275
2275
|
@pulumi.getter
|
|
2276
2276
|
def user(self) -> Optional['outputs.UserSubjectPatch']:
|
|
2277
2277
|
"""
|
|
@@ -2286,16 +2286,16 @@ class UserSubject(dict):
|
|
|
2286
2286
|
UserSubject holds detailed information for user-kind subject.
|
|
2287
2287
|
"""
|
|
2288
2288
|
def __init__(__self__, *,
|
|
2289
|
-
name: str):
|
|
2289
|
+
name: _builtins.str):
|
|
2290
2290
|
"""
|
|
2291
2291
|
UserSubject holds detailed information for user-kind subject.
|
|
2292
|
-
:param str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2292
|
+
:param _builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2293
2293
|
"""
|
|
2294
2294
|
pulumi.set(__self__, "name", name)
|
|
2295
2295
|
|
|
2296
|
-
@property
|
|
2296
|
+
@_builtins.property
|
|
2297
2297
|
@pulumi.getter
|
|
2298
|
-
def name(self) -> str:
|
|
2298
|
+
def name(self) -> _builtins.str:
|
|
2299
2299
|
"""
|
|
2300
2300
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2301
2301
|
"""
|
|
@@ -2308,17 +2308,17 @@ class UserSubjectPatch(dict):
|
|
|
2308
2308
|
UserSubject holds detailed information for user-kind subject.
|
|
2309
2309
|
"""
|
|
2310
2310
|
def __init__(__self__, *,
|
|
2311
|
-
name: Optional[str] = None):
|
|
2311
|
+
name: Optional[_builtins.str] = None):
|
|
2312
2312
|
"""
|
|
2313
2313
|
UserSubject holds detailed information for user-kind subject.
|
|
2314
|
-
:param str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2314
|
+
:param _builtins.str name: `name` is the username that matches, or "*" to match all usernames. Required.
|
|
2315
2315
|
"""
|
|
2316
2316
|
if name is not None:
|
|
2317
2317
|
pulumi.set(__self__, "name", name)
|
|
2318
2318
|
|
|
2319
|
-
@property
|
|
2319
|
+
@_builtins.property
|
|
2320
2320
|
@pulumi.getter
|
|
2321
|
-
def name(self) -> Optional[str]:
|
|
2321
|
+
def name(self) -> Optional[_builtins.str]:
|
|
2322
2322
|
"""
|
|
2323
2323
|
`name` is the username that matches, or "*" to match all usernames. Required.
|
|
2324
2324
|
"""
|