pulumi-kubernetes 4.23.0a1743496684__py3-none-any.whl → 4.23.0a1743595894__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +1 -0
- pulumi_kubernetes/_inputs.py +41 -40
- pulumi_kubernetes/admissionregistration/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1/outputs.py +337 -336
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +366 -365
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +229 -228
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +17 -16
- pulumi_kubernetes/admissionregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/_inputs.py +546 -545
- pulumi_kubernetes/admissionregistration/v1beta1/outputs.py +337 -336
- pulumi_kubernetes/apiextensions/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1/_inputs.py +699 -698
- pulumi_kubernetes/apiextensions/v1/outputs.py +405 -404
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +17 -16
- pulumi_kubernetes/apiextensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/_inputs.py +639 -638
- pulumi_kubernetes/apiextensions/v1beta1/outputs.py +369 -368
- pulumi_kubernetes/apiregistration/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1/outputs.py +91 -90
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +17 -16
- pulumi_kubernetes/apiregistration/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/apiregistration/v1beta1/outputs.py +91 -90
- pulumi_kubernetes/apps/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +571 -570
- pulumi_kubernetes/apps/v1/outputs.py +476 -475
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta1/_inputs.py +316 -315
- pulumi_kubernetes/apps/v1beta1/outputs.py +260 -259
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +25 -24
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +25 -24
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/Deployment.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +17 -16
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +17 -16
- pulumi_kubernetes/apps/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/apps/v1beta2/_inputs.py +506 -505
- pulumi_kubernetes/apps/v1beta2/outputs.py +442 -441
- pulumi_kubernetes/auditregistration/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +17 -16
- pulumi_kubernetes/auditregistration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/_inputs.py +111 -110
- pulumi_kubernetes/auditregistration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/autoscaling/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v1/_inputs.py +96 -95
- pulumi_kubernetes/autoscaling/v1/outputs.py +73 -72
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2/outputs.py +217 -216
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta1/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/_inputs.py +346 -345
- pulumi_kubernetes/autoscaling/v2beta1/outputs.py +283 -282
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +17 -16
- pulumi_kubernetes/autoscaling/v2beta2/__init__.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/_inputs.py +281 -280
- pulumi_kubernetes/autoscaling/v2beta2/outputs.py +217 -216
- pulumi_kubernetes/batch/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/Job.py +17 -16
- pulumi_kubernetes/batch/v1/JobList.py +17 -16
- pulumi_kubernetes/batch/v1/JobPatch.py +17 -16
- pulumi_kubernetes/batch/v1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +386 -385
- pulumi_kubernetes/batch/v1/outputs.py +289 -288
- pulumi_kubernetes/batch/v1beta1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/batch/v1beta1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v1beta1/outputs.py +49 -48
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +17 -16
- pulumi_kubernetes/batch/v2alpha1/__init__.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/_inputs.py +76 -75
- pulumi_kubernetes/batch/v2alpha1/outputs.py +49 -48
- pulumi_kubernetes/certificates/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1/_inputs.py +126 -125
- pulumi_kubernetes/certificates/v1/outputs.py +97 -96
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +17 -16
- pulumi_kubernetes/certificates/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/certificates/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +17 -16
- pulumi_kubernetes/certificates/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +117 -116
- pulumi_kubernetes/certificates/v1beta1/outputs.py +93 -92
- pulumi_kubernetes/coordination/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1/_inputs.py +81 -80
- pulumi_kubernetes/coordination/v1/outputs.py +49 -48
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha1/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +17 -16
- pulumi_kubernetes/coordination/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +71 -70
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +43 -42
- pulumi_kubernetes/coordination/v1beta1/Lease.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +17 -16
- pulumi_kubernetes/coordination/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +61 -60
- pulumi_kubernetes/coordination/v1beta1/outputs.py +37 -36
- pulumi_kubernetes/core/__init__.py +1 -0
- pulumi_kubernetes/core/v1/Binding.py +17 -16
- pulumi_kubernetes/core/v1/BindingPatch.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMap.py +41 -40
- pulumi_kubernetes/core/v1/ConfigMapList.py +17 -16
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +41 -40
- pulumi_kubernetes/core/v1/Endpoints.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsList.py +17 -16
- pulumi_kubernetes/core/v1/EndpointsPatch.py +17 -16
- pulumi_kubernetes/core/v1/Event.py +97 -96
- pulumi_kubernetes/core/v1/EventList.py +17 -16
- pulumi_kubernetes/core/v1/EventPatch.py +97 -96
- pulumi_kubernetes/core/v1/LimitRange.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangeList.py +17 -16
- pulumi_kubernetes/core/v1/LimitRangePatch.py +17 -16
- pulumi_kubernetes/core/v1/Namespace.py +17 -16
- pulumi_kubernetes/core/v1/NamespaceList.py +17 -16
- pulumi_kubernetes/core/v1/NamespacePatch.py +17 -16
- pulumi_kubernetes/core/v1/Node.py +17 -16
- pulumi_kubernetes/core/v1/NodeList.py +17 -16
- pulumi_kubernetes/core/v1/NodePatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolume.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +17 -16
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +17 -16
- pulumi_kubernetes/core/v1/Pod.py +17 -16
- pulumi_kubernetes/core/v1/PodList.py +17 -16
- pulumi_kubernetes/core/v1/PodPatch.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplate.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplateList.py +17 -16
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationController.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +17 -16
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuota.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +17 -16
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +17 -16
- pulumi_kubernetes/core/v1/Secret.py +49 -48
- pulumi_kubernetes/core/v1/SecretList.py +17 -16
- pulumi_kubernetes/core/v1/SecretPatch.py +49 -48
- pulumi_kubernetes/core/v1/Service.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccount.py +25 -24
- pulumi_kubernetes/core/v1/ServiceAccountList.py +17 -16
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +25 -24
- pulumi_kubernetes/core/v1/ServiceList.py +17 -16
- pulumi_kubernetes/core/v1/ServicePatch.py +17 -16
- pulumi_kubernetes/core/v1/__init__.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +3 -1
- pulumi_kubernetes/core/v1/_inputs.py +5506 -5505
- pulumi_kubernetes/core/v1/outputs.py +3613 -3612
- pulumi_kubernetes/discovery/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1/_inputs.py +146 -145
- pulumi_kubernetes/discovery/v1/outputs.py +88 -87
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +17 -16
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +25 -24
- pulumi_kubernetes/discovery/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/_inputs.py +126 -125
- pulumi_kubernetes/discovery/v1beta1/outputs.py +76 -75
- pulumi_kubernetes/events/__init__.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +97 -96
- pulumi_kubernetes/events/v1/EventList.py +17 -16
- pulumi_kubernetes/events/v1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1/__init__.py +1 -0
- pulumi_kubernetes/events/v1/_inputs.py +81 -80
- pulumi_kubernetes/events/v1/outputs.py +49 -48
- pulumi_kubernetes/events/v1beta1/Event.py +97 -96
- pulumi_kubernetes/events/v1beta1/EventList.py +17 -16
- pulumi_kubernetes/events/v1beta1/EventPatch.py +97 -96
- pulumi_kubernetes/events/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/events/v1beta1/_inputs.py +91 -90
- pulumi_kubernetes/events/v1beta1/outputs.py +55 -54
- pulumi_kubernetes/extensions/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +17 -16
- pulumi_kubernetes/extensions/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/_inputs.py +826 -825
- pulumi_kubernetes/extensions/v1beta1/outputs.py +587 -586
- pulumi_kubernetes/flowcontrol/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1alpha1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/_inputs.py +281 -280
- pulumi_kubernetes/flowcontrol/v1beta1/outputs.py +199 -198
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta2/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta2/outputs.py +223 -222
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +17 -16
- pulumi_kubernetes/flowcontrol/v1beta3/__init__.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/_inputs.py +321 -320
- pulumi_kubernetes/flowcontrol/v1beta3/outputs.py +223 -222
- pulumi_kubernetes/helm/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +246 -245
- pulumi_kubernetes/helm/v3/__init__.py +1 -0
- pulumi_kubernetes/helm/v3/_inputs.py +31 -30
- pulumi_kubernetes/helm/v3/outputs.py +41 -40
- pulumi_kubernetes/helm/v4/Chart.py +71 -70
- pulumi_kubernetes/helm/v4/__init__.py +1 -0
- pulumi_kubernetes/helm/v4/_inputs.py +26 -25
- pulumi_kubernetes/kustomize/__init__.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +30 -29
- pulumi_kubernetes/kustomize/v2/__init__.py +1 -0
- pulumi_kubernetes/meta/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +42 -41
- pulumi_kubernetes/meta/v1/StatusPatch.py +42 -41
- pulumi_kubernetes/meta/v1/__init__.py +1 -0
- pulumi_kubernetes/meta/v1/_inputs.py +451 -450
- pulumi_kubernetes/meta/v1/outputs.py +289 -288
- pulumi_kubernetes/networking/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +17 -16
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +17 -16
- pulumi_kubernetes/networking/v1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1/_inputs.py +266 -265
- pulumi_kubernetes/networking/v1/outputs.py +171 -170
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/_inputs.py +121 -120
- pulumi_kubernetes/networking/v1alpha1/outputs.py +73 -72
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/Ingress.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +17 -16
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +17 -16
- pulumi_kubernetes/networking/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/networking/v1beta1/_inputs.py +181 -180
- pulumi_kubernetes/networking/v1beta1/outputs.py +105 -104
- pulumi_kubernetes/node/__init__.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1/__init__.py +1 -0
- pulumi_kubernetes/node/v1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1/outputs.py +22 -21
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +17 -16
- pulumi_kubernetes/node/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/node/v1alpha1/_inputs.py +41 -40
- pulumi_kubernetes/node/v1alpha1/outputs.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +25 -24
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +17 -16
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +25 -24
- pulumi_kubernetes/node/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/node/v1beta1/_inputs.py +36 -35
- pulumi_kubernetes/node/v1beta1/outputs.py +22 -21
- pulumi_kubernetes/policy/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +71 -70
- pulumi_kubernetes/policy/v1/outputs.py +53 -52
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +17 -16
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +17 -16
- pulumi_kubernetes/policy/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/policy/v1beta1/_inputs.py +361 -360
- pulumi_kubernetes/policy/v1beta1/outputs.py +227 -226
- pulumi_kubernetes/provider.py +92 -91
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1alpha1/outputs.py +97 -96
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/Role.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +17 -16
- pulumi_kubernetes/rbac/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/_inputs.py +161 -160
- pulumi_kubernetes/rbac/v1beta1/outputs.py +97 -96
- pulumi_kubernetes/resource/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/_inputs.py +206 -205
- pulumi_kubernetes/resource/v1alpha1/outputs.py +154 -153
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +25 -24
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +33 -32
- pulumi_kubernetes/resource/v1alpha2/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/_inputs.py +411 -410
- pulumi_kubernetes/resource/v1alpha2/outputs.py +286 -285
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1alpha3/__init__.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +386 -385
- pulumi_kubernetes/resource/v1alpha3/outputs.py +295 -294
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +17 -16
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +17 -16
- pulumi_kubernetes/resource/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/resource/v1beta1/_inputs.py +321 -320
- pulumi_kubernetes/resource/v1beta1/outputs.py +244 -243
- pulumi_kubernetes/scheduling/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1alpha1/outputs.py +19 -18
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +17 -16
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +49 -48
- pulumi_kubernetes/scheduling/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/_inputs.py +31 -30
- pulumi_kubernetes/scheduling/v1beta1/outputs.py +19 -18
- pulumi_kubernetes/settings/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +17 -16
- pulumi_kubernetes/settings/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/_inputs.py +11 -10
- pulumi_kubernetes/settings/v1alpha1/outputs.py +7 -6
- pulumi_kubernetes/storage/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +276 -275
- pulumi_kubernetes/storage/v1/outputs.py +178 -177
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storage/v1alpha1/outputs.py +61 -60
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINode.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +41 -40
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +41 -40
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +65 -64
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +65 -64
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +33 -32
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +17 -16
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +33 -32
- pulumi_kubernetes/storage/v1beta1/__init__.py +1 -0
- pulumi_kubernetes/storage/v1beta1/_inputs.py +286 -285
- pulumi_kubernetes/storage/v1beta1/outputs.py +184 -183
- pulumi_kubernetes/storagemigration/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +17 -16
- pulumi_kubernetes/storagemigration/v1alpha1/__init__.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/_inputs.py +81 -80
- pulumi_kubernetes/storagemigration/v1alpha1/outputs.py +67 -66
- pulumi_kubernetes/yaml/__init__.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +22 -21
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +29 -28
- pulumi_kubernetes/yaml/v2/__init__.py +1 -0
- {pulumi_kubernetes-4.23.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743595894.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743496684.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743496684.dist-info → pulumi_kubernetes-4.23.0a1743595894.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by pulumigen. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -65,10 +66,10 @@ class ApplyConfiguration(dict):
|
|
|
65
66
|
ApplyConfiguration defines the desired configuration values of an object.
|
|
66
67
|
"""
|
|
67
68
|
def __init__(__self__, *,
|
|
68
|
-
expression: Optional[str] = None):
|
|
69
|
+
expression: Optional[builtins.str] = None):
|
|
69
70
|
"""
|
|
70
71
|
ApplyConfiguration defines the desired configuration values of an object.
|
|
71
|
-
:param str expression: expression will be evaluated by CEL to create an apply configuration. ref: https://github.com/google/cel-spec
|
|
72
|
+
:param builtins.str expression: expression will be evaluated by CEL to create an apply configuration. ref: https://github.com/google/cel-spec
|
|
72
73
|
|
|
73
74
|
Apply configurations are declared in CEL using object initialization. For example, this CEL expression returns an apply configuration to set a single field:
|
|
74
75
|
|
|
@@ -102,7 +103,7 @@ class ApplyConfiguration(dict):
|
|
|
102
103
|
|
|
103
104
|
@property
|
|
104
105
|
@pulumi.getter
|
|
105
|
-
def expression(self) -> Optional[str]:
|
|
106
|
+
def expression(self) -> Optional[builtins.str]:
|
|
106
107
|
"""
|
|
107
108
|
expression will be evaluated by CEL to create an apply configuration. ref: https://github.com/google/cel-spec
|
|
108
109
|
|
|
@@ -142,10 +143,10 @@ class ApplyConfigurationPatch(dict):
|
|
|
142
143
|
ApplyConfiguration defines the desired configuration values of an object.
|
|
143
144
|
"""
|
|
144
145
|
def __init__(__self__, *,
|
|
145
|
-
expression: Optional[str] = None):
|
|
146
|
+
expression: Optional[builtins.str] = None):
|
|
146
147
|
"""
|
|
147
148
|
ApplyConfiguration defines the desired configuration values of an object.
|
|
148
|
-
:param str expression: expression will be evaluated by CEL to create an apply configuration. ref: https://github.com/google/cel-spec
|
|
149
|
+
:param builtins.str expression: expression will be evaluated by CEL to create an apply configuration. ref: https://github.com/google/cel-spec
|
|
149
150
|
|
|
150
151
|
Apply configurations are declared in CEL using object initialization. For example, this CEL expression returns an apply configuration to set a single field:
|
|
151
152
|
|
|
@@ -179,7 +180,7 @@ class ApplyConfigurationPatch(dict):
|
|
|
179
180
|
|
|
180
181
|
@property
|
|
181
182
|
@pulumi.getter
|
|
182
|
-
def expression(self) -> Optional[str]:
|
|
183
|
+
def expression(self) -> Optional[builtins.str]:
|
|
183
184
|
"""
|
|
184
185
|
expression will be evaluated by CEL to create an apply configuration. ref: https://github.com/google/cel-spec
|
|
185
186
|
|
|
@@ -236,18 +237,18 @@ class AuditAnnotation(dict):
|
|
|
236
237
|
return super().get(key, default)
|
|
237
238
|
|
|
238
239
|
def __init__(__self__, *,
|
|
239
|
-
key: str,
|
|
240
|
-
value_expression: str):
|
|
240
|
+
key: builtins.str,
|
|
241
|
+
value_expression: builtins.str):
|
|
241
242
|
"""
|
|
242
243
|
AuditAnnotation describes how to produce an audit annotation for an API request.
|
|
243
|
-
:param str key: key specifies the audit annotation key. The audit annotation keys of a ValidatingAdmissionPolicy must be unique. The key must be a qualified name ([A-Za-z0-9][-A-Za-z0-9_.]*) no more than 63 bytes in length.
|
|
244
|
+
:param builtins.str key: key specifies the audit annotation key. The audit annotation keys of a ValidatingAdmissionPolicy must be unique. The key must be a qualified name ([A-Za-z0-9][-A-Za-z0-9_.]*) no more than 63 bytes in length.
|
|
244
245
|
|
|
245
246
|
The key is combined with the resource name of the ValidatingAdmissionPolicy to construct an audit annotation key: "{ValidatingAdmissionPolicy name}/{key}".
|
|
246
247
|
|
|
247
248
|
If an admission webhook uses the same resource name as this ValidatingAdmissionPolicy and the same audit annotation key, the annotation key will be identical. In this case, the first annotation written with the key will be included in the audit event and all subsequent annotations with the same key will be discarded.
|
|
248
249
|
|
|
249
250
|
Required.
|
|
250
|
-
:param str value_expression: valueExpression represents the expression which is evaluated by CEL to produce an audit annotation value. The expression must evaluate to either a string or null value. If the expression evaluates to a string, the audit annotation is included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it will be truncated to 10kb.
|
|
251
|
+
:param builtins.str value_expression: valueExpression represents the expression which is evaluated by CEL to produce an audit annotation value. The expression must evaluate to either a string or null value. If the expression evaluates to a string, the audit annotation is included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it will be truncated to 10kb.
|
|
251
252
|
|
|
252
253
|
If multiple ValidatingAdmissionPolicyBinding resources match an API request, then the valueExpression will be evaluated for each binding. All unique values produced by the valueExpressions will be joined together in a comma-separated list.
|
|
253
254
|
|
|
@@ -258,7 +259,7 @@ class AuditAnnotation(dict):
|
|
|
258
259
|
|
|
259
260
|
@property
|
|
260
261
|
@pulumi.getter
|
|
261
|
-
def key(self) -> str:
|
|
262
|
+
def key(self) -> builtins.str:
|
|
262
263
|
"""
|
|
263
264
|
key specifies the audit annotation key. The audit annotation keys of a ValidatingAdmissionPolicy must be unique. The key must be a qualified name ([A-Za-z0-9][-A-Za-z0-9_.]*) no more than 63 bytes in length.
|
|
264
265
|
|
|
@@ -272,7 +273,7 @@ class AuditAnnotation(dict):
|
|
|
272
273
|
|
|
273
274
|
@property
|
|
274
275
|
@pulumi.getter(name="valueExpression")
|
|
275
|
-
def value_expression(self) -> str:
|
|
276
|
+
def value_expression(self) -> builtins.str:
|
|
276
277
|
"""
|
|
277
278
|
valueExpression represents the expression which is evaluated by CEL to produce an audit annotation value. The expression must evaluate to either a string or null value. If the expression evaluates to a string, the audit annotation is included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it will be truncated to 10kb.
|
|
278
279
|
|
|
@@ -306,18 +307,18 @@ class AuditAnnotationPatch(dict):
|
|
|
306
307
|
return super().get(key, default)
|
|
307
308
|
|
|
308
309
|
def __init__(__self__, *,
|
|
309
|
-
key: Optional[str] = None,
|
|
310
|
-
value_expression: Optional[str] = None):
|
|
310
|
+
key: Optional[builtins.str] = None,
|
|
311
|
+
value_expression: Optional[builtins.str] = None):
|
|
311
312
|
"""
|
|
312
313
|
AuditAnnotation describes how to produce an audit annotation for an API request.
|
|
313
|
-
:param str key: key specifies the audit annotation key. The audit annotation keys of a ValidatingAdmissionPolicy must be unique. The key must be a qualified name ([A-Za-z0-9][-A-Za-z0-9_.]*) no more than 63 bytes in length.
|
|
314
|
+
:param builtins.str key: key specifies the audit annotation key. The audit annotation keys of a ValidatingAdmissionPolicy must be unique. The key must be a qualified name ([A-Za-z0-9][-A-Za-z0-9_.]*) no more than 63 bytes in length.
|
|
314
315
|
|
|
315
316
|
The key is combined with the resource name of the ValidatingAdmissionPolicy to construct an audit annotation key: "{ValidatingAdmissionPolicy name}/{key}".
|
|
316
317
|
|
|
317
318
|
If an admission webhook uses the same resource name as this ValidatingAdmissionPolicy and the same audit annotation key, the annotation key will be identical. In this case, the first annotation written with the key will be included in the audit event and all subsequent annotations with the same key will be discarded.
|
|
318
319
|
|
|
319
320
|
Required.
|
|
320
|
-
:param str value_expression: valueExpression represents the expression which is evaluated by CEL to produce an audit annotation value. The expression must evaluate to either a string or null value. If the expression evaluates to a string, the audit annotation is included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it will be truncated to 10kb.
|
|
321
|
+
:param builtins.str value_expression: valueExpression represents the expression which is evaluated by CEL to produce an audit annotation value. The expression must evaluate to either a string or null value. If the expression evaluates to a string, the audit annotation is included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it will be truncated to 10kb.
|
|
321
322
|
|
|
322
323
|
If multiple ValidatingAdmissionPolicyBinding resources match an API request, then the valueExpression will be evaluated for each binding. All unique values produced by the valueExpressions will be joined together in a comma-separated list.
|
|
323
324
|
|
|
@@ -330,7 +331,7 @@ class AuditAnnotationPatch(dict):
|
|
|
330
331
|
|
|
331
332
|
@property
|
|
332
333
|
@pulumi.getter
|
|
333
|
-
def key(self) -> Optional[str]:
|
|
334
|
+
def key(self) -> Optional[builtins.str]:
|
|
334
335
|
"""
|
|
335
336
|
key specifies the audit annotation key. The audit annotation keys of a ValidatingAdmissionPolicy must be unique. The key must be a qualified name ([A-Za-z0-9][-A-Za-z0-9_.]*) no more than 63 bytes in length.
|
|
336
337
|
|
|
@@ -344,7 +345,7 @@ class AuditAnnotationPatch(dict):
|
|
|
344
345
|
|
|
345
346
|
@property
|
|
346
347
|
@pulumi.getter(name="valueExpression")
|
|
347
|
-
def value_expression(self) -> Optional[str]:
|
|
348
|
+
def value_expression(self) -> Optional[builtins.str]:
|
|
348
349
|
"""
|
|
349
350
|
valueExpression represents the expression which is evaluated by CEL to produce an audit annotation value. The expression must evaluate to either a string or null value. If the expression evaluates to a string, the audit annotation is included with the string value. If the expression evaluates to null or empty string the audit annotation will be omitted. The valueExpression may be no longer than 5kb in length. If the result of the valueExpression is more than 10kb in length, it will be truncated to 10kb.
|
|
350
351
|
|
|
@@ -378,19 +379,19 @@ class ExpressionWarning(dict):
|
|
|
378
379
|
return super().get(key, default)
|
|
379
380
|
|
|
380
381
|
def __init__(__self__, *,
|
|
381
|
-
field_ref: str,
|
|
382
|
-
warning: str):
|
|
382
|
+
field_ref: builtins.str,
|
|
383
|
+
warning: builtins.str):
|
|
383
384
|
"""
|
|
384
385
|
ExpressionWarning is a warning information that targets a specific expression.
|
|
385
|
-
:param str field_ref: The path to the field that refers the expression. For example, the reference to the expression of the first item of validations is "spec.validations[0].expression"
|
|
386
|
-
:param str warning: The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.
|
|
386
|
+
:param builtins.str field_ref: The path to the field that refers the expression. For example, the reference to the expression of the first item of validations is "spec.validations[0].expression"
|
|
387
|
+
:param builtins.str warning: The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.
|
|
387
388
|
"""
|
|
388
389
|
pulumi.set(__self__, "field_ref", field_ref)
|
|
389
390
|
pulumi.set(__self__, "warning", warning)
|
|
390
391
|
|
|
391
392
|
@property
|
|
392
393
|
@pulumi.getter(name="fieldRef")
|
|
393
|
-
def field_ref(self) -> str:
|
|
394
|
+
def field_ref(self) -> builtins.str:
|
|
394
395
|
"""
|
|
395
396
|
The path to the field that refers the expression. For example, the reference to the expression of the first item of validations is "spec.validations[0].expression"
|
|
396
397
|
"""
|
|
@@ -398,7 +399,7 @@ class ExpressionWarning(dict):
|
|
|
398
399
|
|
|
399
400
|
@property
|
|
400
401
|
@pulumi.getter
|
|
401
|
-
def warning(self) -> str:
|
|
402
|
+
def warning(self) -> builtins.str:
|
|
402
403
|
"""
|
|
403
404
|
The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.
|
|
404
405
|
"""
|
|
@@ -428,12 +429,12 @@ class ExpressionWarningPatch(dict):
|
|
|
428
429
|
return super().get(key, default)
|
|
429
430
|
|
|
430
431
|
def __init__(__self__, *,
|
|
431
|
-
field_ref: Optional[str] = None,
|
|
432
|
-
warning: Optional[str] = None):
|
|
432
|
+
field_ref: Optional[builtins.str] = None,
|
|
433
|
+
warning: Optional[builtins.str] = None):
|
|
433
434
|
"""
|
|
434
435
|
ExpressionWarning is a warning information that targets a specific expression.
|
|
435
|
-
:param str field_ref: The path to the field that refers the expression. For example, the reference to the expression of the first item of validations is "spec.validations[0].expression"
|
|
436
|
-
:param str warning: The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.
|
|
436
|
+
:param builtins.str field_ref: The path to the field that refers the expression. For example, the reference to the expression of the first item of validations is "spec.validations[0].expression"
|
|
437
|
+
:param builtins.str warning: The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.
|
|
437
438
|
"""
|
|
438
439
|
if field_ref is not None:
|
|
439
440
|
pulumi.set(__self__, "field_ref", field_ref)
|
|
@@ -442,7 +443,7 @@ class ExpressionWarningPatch(dict):
|
|
|
442
443
|
|
|
443
444
|
@property
|
|
444
445
|
@pulumi.getter(name="fieldRef")
|
|
445
|
-
def field_ref(self) -> Optional[str]:
|
|
446
|
+
def field_ref(self) -> Optional[builtins.str]:
|
|
446
447
|
"""
|
|
447
448
|
The path to the field that refers the expression. For example, the reference to the expression of the first item of validations is "spec.validations[0].expression"
|
|
448
449
|
"""
|
|
@@ -450,7 +451,7 @@ class ExpressionWarningPatch(dict):
|
|
|
450
451
|
|
|
451
452
|
@property
|
|
452
453
|
@pulumi.getter
|
|
453
|
-
def warning(self) -> Optional[str]:
|
|
454
|
+
def warning(self) -> Optional[builtins.str]:
|
|
454
455
|
"""
|
|
455
456
|
The content of type checking information in a human-readable form. Each line of the warning contains the type that the expression is checked against, followed by the type check error from the compiler.
|
|
456
457
|
"""
|
|
@@ -463,10 +464,10 @@ class JSONPatch(dict):
|
|
|
463
464
|
JSONPatch defines a JSON Patch.
|
|
464
465
|
"""
|
|
465
466
|
def __init__(__self__, *,
|
|
466
|
-
expression: Optional[str] = None):
|
|
467
|
+
expression: Optional[builtins.str] = None):
|
|
467
468
|
"""
|
|
468
469
|
JSONPatch defines a JSON Patch.
|
|
469
|
-
:param str expression: expression will be evaluated by CEL to create a [JSON patch](https://jsonpatch.com/). ref: https://github.com/google/cel-spec
|
|
470
|
+
:param builtins.str expression: expression will be evaluated by CEL to create a [JSON patch](https://jsonpatch.com/). ref: https://github.com/google/cel-spec
|
|
470
471
|
|
|
471
472
|
expression must return an array of JSONPatch values.
|
|
472
473
|
|
|
@@ -526,7 +527,7 @@ class JSONPatch(dict):
|
|
|
526
527
|
|
|
527
528
|
@property
|
|
528
529
|
@pulumi.getter
|
|
529
|
-
def expression(self) -> Optional[str]:
|
|
530
|
+
def expression(self) -> Optional[builtins.str]:
|
|
530
531
|
"""
|
|
531
532
|
expression will be evaluated by CEL to create a [JSON patch](https://jsonpatch.com/). ref: https://github.com/google/cel-spec
|
|
532
533
|
|
|
@@ -592,10 +593,10 @@ class JSONPatchPatch(dict):
|
|
|
592
593
|
JSONPatch defines a JSON Patch.
|
|
593
594
|
"""
|
|
594
595
|
def __init__(__self__, *,
|
|
595
|
-
expression: Optional[str] = None):
|
|
596
|
+
expression: Optional[builtins.str] = None):
|
|
596
597
|
"""
|
|
597
598
|
JSONPatch defines a JSON Patch.
|
|
598
|
-
:param str expression: expression will be evaluated by CEL to create a [JSON patch](https://jsonpatch.com/). ref: https://github.com/google/cel-spec
|
|
599
|
+
:param builtins.str expression: expression will be evaluated by CEL to create a [JSON patch](https://jsonpatch.com/). ref: https://github.com/google/cel-spec
|
|
599
600
|
|
|
600
601
|
expression must return an array of JSONPatch values.
|
|
601
602
|
|
|
@@ -655,7 +656,7 @@ class JSONPatchPatch(dict):
|
|
|
655
656
|
|
|
656
657
|
@property
|
|
657
658
|
@pulumi.getter
|
|
658
|
-
def expression(self) -> Optional[str]:
|
|
659
|
+
def expression(self) -> Optional[builtins.str]:
|
|
659
660
|
"""
|
|
660
661
|
expression will be evaluated by CEL to create a [JSON patch](https://jsonpatch.com/). ref: https://github.com/google/cel-spec
|
|
661
662
|
|
|
@@ -718,10 +719,10 @@ class JSONPatchPatch(dict):
|
|
|
718
719
|
@pulumi.output_type
|
|
719
720
|
class MatchCondition(dict):
|
|
720
721
|
def __init__(__self__, *,
|
|
721
|
-
expression: str,
|
|
722
|
-
name: str):
|
|
722
|
+
expression: builtins.str,
|
|
723
|
+
name: builtins.str):
|
|
723
724
|
"""
|
|
724
|
-
:param str expression: Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables:
|
|
725
|
+
:param builtins.str expression: Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables:
|
|
725
726
|
|
|
726
727
|
'object' - The object from the incoming request. The value is null for DELETE requests. 'oldObject' - The existing object. The value is null for CREATE requests. 'request' - Attributes of the admission request(/pkg/apis/admission/types.go#AdmissionRequest). 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request.
|
|
727
728
|
See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz
|
|
@@ -730,7 +731,7 @@ class MatchCondition(dict):
|
|
|
730
731
|
Documentation on CEL: https://kubernetes.io/docs/reference/using-api/cel/
|
|
731
732
|
|
|
732
733
|
Required.
|
|
733
|
-
:param str name: Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName')
|
|
734
|
+
:param builtins.str name: Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName')
|
|
734
735
|
|
|
735
736
|
Required.
|
|
736
737
|
"""
|
|
@@ -739,7 +740,7 @@ class MatchCondition(dict):
|
|
|
739
740
|
|
|
740
741
|
@property
|
|
741
742
|
@pulumi.getter
|
|
742
|
-
def expression(self) -> str:
|
|
743
|
+
def expression(self) -> builtins.str:
|
|
743
744
|
"""
|
|
744
745
|
Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables:
|
|
745
746
|
|
|
@@ -755,7 +756,7 @@ class MatchCondition(dict):
|
|
|
755
756
|
|
|
756
757
|
@property
|
|
757
758
|
@pulumi.getter
|
|
758
|
-
def name(self) -> str:
|
|
759
|
+
def name(self) -> builtins.str:
|
|
759
760
|
"""
|
|
760
761
|
Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName')
|
|
761
762
|
|
|
@@ -767,10 +768,10 @@ class MatchCondition(dict):
|
|
|
767
768
|
@pulumi.output_type
|
|
768
769
|
class MatchConditionPatch(dict):
|
|
769
770
|
def __init__(__self__, *,
|
|
770
|
-
expression: Optional[str] = None,
|
|
771
|
-
name: Optional[str] = None):
|
|
771
|
+
expression: Optional[builtins.str] = None,
|
|
772
|
+
name: Optional[builtins.str] = None):
|
|
772
773
|
"""
|
|
773
|
-
:param str expression: Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables:
|
|
774
|
+
:param builtins.str expression: Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables:
|
|
774
775
|
|
|
775
776
|
'object' - The object from the incoming request. The value is null for DELETE requests. 'oldObject' - The existing object. The value is null for CREATE requests. 'request' - Attributes of the admission request(/pkg/apis/admission/types.go#AdmissionRequest). 'authorizer' - A CEL Authorizer. May be used to perform authorization checks for the principal (user or service account) of the request.
|
|
776
777
|
See https://pkg.go.dev/k8s.io/apiserver/pkg/cel/library#Authz
|
|
@@ -779,7 +780,7 @@ class MatchConditionPatch(dict):
|
|
|
779
780
|
Documentation on CEL: https://kubernetes.io/docs/reference/using-api/cel/
|
|
780
781
|
|
|
781
782
|
Required.
|
|
782
|
-
:param str name: Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName')
|
|
783
|
+
:param builtins.str name: Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName')
|
|
783
784
|
|
|
784
785
|
Required.
|
|
785
786
|
"""
|
|
@@ -790,7 +791,7 @@ class MatchConditionPatch(dict):
|
|
|
790
791
|
|
|
791
792
|
@property
|
|
792
793
|
@pulumi.getter
|
|
793
|
-
def expression(self) -> Optional[str]:
|
|
794
|
+
def expression(self) -> Optional[builtins.str]:
|
|
794
795
|
"""
|
|
795
796
|
Expression represents the expression which will be evaluated by CEL. Must evaluate to bool. CEL expressions have access to the contents of the AdmissionRequest and Authorizer, organized into CEL variables:
|
|
796
797
|
|
|
@@ -806,7 +807,7 @@ class MatchConditionPatch(dict):
|
|
|
806
807
|
|
|
807
808
|
@property
|
|
808
809
|
@pulumi.getter
|
|
809
|
-
def name(self) -> Optional[str]:
|
|
810
|
+
def name(self) -> Optional[builtins.str]:
|
|
810
811
|
"""
|
|
811
812
|
Name is an identifier for this match condition, used for strategic merging of MatchConditions, as well as providing an identifier for logging purposes. A good name should be descriptive of the associated expression. Name must be a qualified name consisting of alphanumeric characters, '-', '_' or '.', and must start and end with an alphanumeric character (e.g. 'MyName', or 'my.name', or '123-abc', regex used for validation is '([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9]') with an optional DNS subdomain prefix and '/' (e.g. 'example.com/MyName')
|
|
812
813
|
|
|
@@ -847,14 +848,14 @@ class MatchResources(dict):
|
|
|
847
848
|
|
|
848
849
|
def __init__(__self__, *,
|
|
849
850
|
exclude_resource_rules: Optional[Sequence['outputs.NamedRuleWithOperations']] = None,
|
|
850
|
-
match_policy: Optional[str] = None,
|
|
851
|
+
match_policy: Optional[builtins.str] = None,
|
|
851
852
|
namespace_selector: Optional['_meta.v1.outputs.LabelSelector'] = None,
|
|
852
853
|
object_selector: Optional['_meta.v1.outputs.LabelSelector'] = None,
|
|
853
854
|
resource_rules: Optional[Sequence['outputs.NamedRuleWithOperations']] = None):
|
|
854
855
|
"""
|
|
855
856
|
MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
|
|
856
857
|
:param Sequence['NamedRuleWithOperationsArgs'] exclude_resource_rules: ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
|
|
857
|
-
:param str match_policy: matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".
|
|
858
|
+
:param builtins.str match_policy: matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".
|
|
858
859
|
|
|
859
860
|
- Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.
|
|
860
861
|
|
|
@@ -916,7 +917,7 @@ class MatchResources(dict):
|
|
|
916
917
|
|
|
917
918
|
@property
|
|
918
919
|
@pulumi.getter(name="matchPolicy")
|
|
919
|
-
def match_policy(self) -> Optional[str]:
|
|
920
|
+
def match_policy(self) -> Optional[builtins.str]:
|
|
920
921
|
"""
|
|
921
922
|
matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".
|
|
922
923
|
|
|
@@ -1015,14 +1016,14 @@ class MatchResourcesPatch(dict):
|
|
|
1015
1016
|
|
|
1016
1017
|
def __init__(__self__, *,
|
|
1017
1018
|
exclude_resource_rules: Optional[Sequence['outputs.NamedRuleWithOperationsPatch']] = None,
|
|
1018
|
-
match_policy: Optional[str] = None,
|
|
1019
|
+
match_policy: Optional[builtins.str] = None,
|
|
1019
1020
|
namespace_selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
1020
1021
|
object_selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None,
|
|
1021
1022
|
resource_rules: Optional[Sequence['outputs.NamedRuleWithOperationsPatch']] = None):
|
|
1022
1023
|
"""
|
|
1023
1024
|
MatchResources decides whether to run the admission control policy on an object based on whether it meets the match criteria. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
|
|
1024
1025
|
:param Sequence['NamedRuleWithOperationsPatchArgs'] exclude_resource_rules: ExcludeResourceRules describes what operations on what resources/subresources the ValidatingAdmissionPolicy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
|
|
1025
|
-
:param str match_policy: matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".
|
|
1026
|
+
:param builtins.str match_policy: matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".
|
|
1026
1027
|
|
|
1027
1028
|
- Exact: match a request only if it exactly matches a specified rule. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, but "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, a request to apps/v1beta1 or extensions/v1beta1 would not be sent to the ValidatingAdmissionPolicy.
|
|
1028
1029
|
|
|
@@ -1084,7 +1085,7 @@ class MatchResourcesPatch(dict):
|
|
|
1084
1085
|
|
|
1085
1086
|
@property
|
|
1086
1087
|
@pulumi.getter(name="matchPolicy")
|
|
1087
|
-
def match_policy(self) -> Optional[str]:
|
|
1088
|
+
def match_policy(self) -> Optional[builtins.str]:
|
|
1088
1089
|
"""
|
|
1089
1090
|
matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".
|
|
1090
1091
|
|
|
@@ -1174,14 +1175,14 @@ class MutatingAdmissionPolicy(dict):
|
|
|
1174
1175
|
return super().get(key, default)
|
|
1175
1176
|
|
|
1176
1177
|
def __init__(__self__, *,
|
|
1177
|
-
api_version: Optional[str] = None,
|
|
1178
|
-
kind: Optional[str] = None,
|
|
1178
|
+
api_version: Optional[builtins.str] = None,
|
|
1179
|
+
kind: Optional[builtins.str] = None,
|
|
1179
1180
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1180
1181
|
spec: Optional['outputs.MutatingAdmissionPolicySpec'] = None):
|
|
1181
1182
|
"""
|
|
1182
1183
|
MutatingAdmissionPolicy describes the definition of an admission mutation policy that mutates the object coming into admission chain.
|
|
1183
|
-
: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
|
|
1184
|
-
: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
|
|
1184
|
+
: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
|
|
1185
|
+
: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
|
|
1185
1186
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
|
|
1186
1187
|
:param 'MutatingAdmissionPolicySpecArgs' spec: Specification of the desired behavior of the MutatingAdmissionPolicy.
|
|
1187
1188
|
"""
|
|
@@ -1196,7 +1197,7 @@ class MutatingAdmissionPolicy(dict):
|
|
|
1196
1197
|
|
|
1197
1198
|
@property
|
|
1198
1199
|
@pulumi.getter(name="apiVersion")
|
|
1199
|
-
def api_version(self) -> Optional[str]:
|
|
1200
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1200
1201
|
"""
|
|
1201
1202
|
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
|
|
1202
1203
|
"""
|
|
@@ -1204,7 +1205,7 @@ class MutatingAdmissionPolicy(dict):
|
|
|
1204
1205
|
|
|
1205
1206
|
@property
|
|
1206
1207
|
@pulumi.getter
|
|
1207
|
-
def kind(self) -> Optional[str]:
|
|
1208
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1208
1209
|
"""
|
|
1209
1210
|
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
|
|
1210
1211
|
"""
|
|
@@ -1254,8 +1255,8 @@ class MutatingAdmissionPolicyBinding(dict):
|
|
|
1254
1255
|
return super().get(key, default)
|
|
1255
1256
|
|
|
1256
1257
|
def __init__(__self__, *,
|
|
1257
|
-
api_version: Optional[str] = None,
|
|
1258
|
-
kind: Optional[str] = None,
|
|
1258
|
+
api_version: Optional[builtins.str] = None,
|
|
1259
|
+
kind: Optional[builtins.str] = None,
|
|
1259
1260
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
1260
1261
|
spec: Optional['outputs.MutatingAdmissionPolicyBindingSpec'] = None):
|
|
1261
1262
|
"""
|
|
@@ -1264,8 +1265,8 @@ class MutatingAdmissionPolicyBinding(dict):
|
|
|
1264
1265
|
For a given admission request, each binding will cause its policy to be evaluated N times, where N is 1 for policies/bindings that don't use params, otherwise N is the number of parameters selected by the binding. Each evaluation is constrained by a [runtime cost budget](https://kubernetes.io/docs/reference/using-api/cel/#runtime-cost-budget).
|
|
1265
1266
|
|
|
1266
1267
|
Adding/removing policies, bindings, or params can not affect whether a given (policy, binding, param) combination is within its own CEL budget.
|
|
1267
|
-
: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
|
|
1268
|
-
: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
|
|
1268
|
+
: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
|
|
1269
|
+
: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
|
|
1269
1270
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
|
|
1270
1271
|
:param 'MutatingAdmissionPolicyBindingSpecArgs' spec: Specification of the desired behavior of the MutatingAdmissionPolicyBinding.
|
|
1271
1272
|
"""
|
|
@@ -1280,7 +1281,7 @@ class MutatingAdmissionPolicyBinding(dict):
|
|
|
1280
1281
|
|
|
1281
1282
|
@property
|
|
1282
1283
|
@pulumi.getter(name="apiVersion")
|
|
1283
|
-
def api_version(self) -> Optional[str]:
|
|
1284
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
1284
1285
|
"""
|
|
1285
1286
|
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
|
|
1286
1287
|
"""
|
|
@@ -1288,7 +1289,7 @@ class MutatingAdmissionPolicyBinding(dict):
|
|
|
1288
1289
|
|
|
1289
1290
|
@property
|
|
1290
1291
|
@pulumi.getter
|
|
1291
|
-
def kind(self) -> Optional[str]:
|
|
1292
|
+
def kind(self) -> Optional[builtins.str]:
|
|
1292
1293
|
"""
|
|
1293
1294
|
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
|
|
1294
1295
|
"""
|
|
@@ -1340,12 +1341,12 @@ class MutatingAdmissionPolicyBindingSpec(dict):
|
|
|
1340
1341
|
def __init__(__self__, *,
|
|
1341
1342
|
match_resources: Optional['outputs.MatchResources'] = None,
|
|
1342
1343
|
param_ref: Optional['outputs.ParamRef'] = None,
|
|
1343
|
-
policy_name: Optional[str] = None):
|
|
1344
|
+
policy_name: Optional[builtins.str] = None):
|
|
1344
1345
|
"""
|
|
1345
1346
|
MutatingAdmissionPolicyBindingSpec is the specification of the MutatingAdmissionPolicyBinding.
|
|
1346
1347
|
:param 'MatchResourcesArgs' match_resources: matchResources limits what resources match this binding and may be mutated by it. Note that if matchResources matches a resource, the resource must also match a policy's matchConstraints and matchConditions before the resource may be mutated. When matchResources is unset, it does not constrain resource matching, and only the policy's matchConstraints and matchConditions must match for the resource to be mutated. Additionally, matchResources.resourceRules are optional and do not constraint matching when unset. Note that this is differs from MutatingAdmissionPolicy matchConstraints, where resourceRules are required. The CREATE, UPDATE and CONNECT operations are allowed. The DELETE operation may not be matched. '*' matches CREATE, UPDATE and CONNECT.
|
|
1347
1348
|
:param 'ParamRefArgs' param_ref: paramRef specifies the parameter resource used to configure the admission control policy. It should point to a resource of the type specified in spec.ParamKind of the bound MutatingAdmissionPolicy. If the policy specifies a ParamKind and the resource referred to by ParamRef does not exist, this binding is considered mis-configured and the FailurePolicy of the MutatingAdmissionPolicy applied. If the policy does not specify a ParamKind then this field is ignored, and the rules are evaluated without a param.
|
|
1348
|
-
:param str policy_name: policyName references a MutatingAdmissionPolicy name which the MutatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.
|
|
1349
|
+
:param builtins.str policy_name: policyName references a MutatingAdmissionPolicy name which the MutatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.
|
|
1349
1350
|
"""
|
|
1350
1351
|
if match_resources is not None:
|
|
1351
1352
|
pulumi.set(__self__, "match_resources", match_resources)
|
|
@@ -1372,7 +1373,7 @@ class MutatingAdmissionPolicyBindingSpec(dict):
|
|
|
1372
1373
|
|
|
1373
1374
|
@property
|
|
1374
1375
|
@pulumi.getter(name="policyName")
|
|
1375
|
-
def policy_name(self) -> Optional[str]:
|
|
1376
|
+
def policy_name(self) -> Optional[builtins.str]:
|
|
1376
1377
|
"""
|
|
1377
1378
|
policyName references a MutatingAdmissionPolicy name which the MutatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.
|
|
1378
1379
|
"""
|
|
@@ -1408,12 +1409,12 @@ class MutatingAdmissionPolicyBindingSpecPatch(dict):
|
|
|
1408
1409
|
def __init__(__self__, *,
|
|
1409
1410
|
match_resources: Optional['outputs.MatchResourcesPatch'] = None,
|
|
1410
1411
|
param_ref: Optional['outputs.ParamRefPatch'] = None,
|
|
1411
|
-
policy_name: Optional[str] = None):
|
|
1412
|
+
policy_name: Optional[builtins.str] = None):
|
|
1412
1413
|
"""
|
|
1413
1414
|
MutatingAdmissionPolicyBindingSpec is the specification of the MutatingAdmissionPolicyBinding.
|
|
1414
1415
|
:param 'MatchResourcesPatchArgs' match_resources: matchResources limits what resources match this binding and may be mutated by it. Note that if matchResources matches a resource, the resource must also match a policy's matchConstraints and matchConditions before the resource may be mutated. When matchResources is unset, it does not constrain resource matching, and only the policy's matchConstraints and matchConditions must match for the resource to be mutated. Additionally, matchResources.resourceRules are optional and do not constraint matching when unset. Note that this is differs from MutatingAdmissionPolicy matchConstraints, where resourceRules are required. The CREATE, UPDATE and CONNECT operations are allowed. The DELETE operation may not be matched. '*' matches CREATE, UPDATE and CONNECT.
|
|
1415
1416
|
:param 'ParamRefPatchArgs' param_ref: paramRef specifies the parameter resource used to configure the admission control policy. It should point to a resource of the type specified in spec.ParamKind of the bound MutatingAdmissionPolicy. If the policy specifies a ParamKind and the resource referred to by ParamRef does not exist, this binding is considered mis-configured and the FailurePolicy of the MutatingAdmissionPolicy applied. If the policy does not specify a ParamKind then this field is ignored, and the rules are evaluated without a param.
|
|
1416
|
-
:param str policy_name: policyName references a MutatingAdmissionPolicy name which the MutatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.
|
|
1417
|
+
:param builtins.str policy_name: policyName references a MutatingAdmissionPolicy name which the MutatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.
|
|
1417
1418
|
"""
|
|
1418
1419
|
if match_resources is not None:
|
|
1419
1420
|
pulumi.set(__self__, "match_resources", match_resources)
|
|
@@ -1440,7 +1441,7 @@ class MutatingAdmissionPolicyBindingSpecPatch(dict):
|
|
|
1440
1441
|
|
|
1441
1442
|
@property
|
|
1442
1443
|
@pulumi.getter(name="policyName")
|
|
1443
|
-
def policy_name(self) -> Optional[str]:
|
|
1444
|
+
def policy_name(self) -> Optional[builtins.str]:
|
|
1444
1445
|
"""
|
|
1445
1446
|
policyName references a MutatingAdmissionPolicy name which the MutatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.
|
|
1446
1447
|
"""
|
|
@@ -1478,16 +1479,16 @@ class MutatingAdmissionPolicySpec(dict):
|
|
|
1478
1479
|
return super().get(key, default)
|
|
1479
1480
|
|
|
1480
1481
|
def __init__(__self__, *,
|
|
1481
|
-
failure_policy: Optional[str] = None,
|
|
1482
|
+
failure_policy: Optional[builtins.str] = None,
|
|
1482
1483
|
match_conditions: Optional[Sequence['outputs.MatchCondition']] = None,
|
|
1483
1484
|
match_constraints: Optional['outputs.MatchResources'] = None,
|
|
1484
1485
|
mutations: Optional[Sequence['outputs.Mutation']] = None,
|
|
1485
1486
|
param_kind: Optional['outputs.ParamKind'] = None,
|
|
1486
|
-
reinvocation_policy: Optional[str] = None,
|
|
1487
|
+
reinvocation_policy: Optional[builtins.str] = None,
|
|
1487
1488
|
variables: Optional[Sequence['outputs.Variable']] = None):
|
|
1488
1489
|
"""
|
|
1489
1490
|
MutatingAdmissionPolicySpec is the specification of the desired behavior of the admission policy.
|
|
1490
|
-
:param str failure_policy: failurePolicy defines how to handle failures for the admission policy. Failures can occur from CEL expression parse errors, type check errors, runtime errors and invalid or mis-configured policy definitions or bindings.
|
|
1491
|
+
:param builtins.str failure_policy: failurePolicy defines how to handle failures for the admission policy. Failures can occur from CEL expression parse errors, type check errors, runtime errors and invalid or mis-configured policy definitions or bindings.
|
|
1491
1492
|
|
|
1492
1493
|
A policy is invalid if paramKind refers to a non-existent Kind. A binding is invalid if paramRef.name refers to a non-existent resource.
|
|
1493
1494
|
|
|
@@ -1507,7 +1508,7 @@ class MutatingAdmissionPolicySpec(dict):
|
|
|
1507
1508
|
:param 'MatchResourcesArgs' match_constraints: matchConstraints specifies what resources this policy is designed to validate. The MutatingAdmissionPolicy cares about a request if it matches _all_ Constraints. However, in order to prevent clusters from being put into an unstable state that cannot be recovered from via the API MutatingAdmissionPolicy cannot match MutatingAdmissionPolicy and MutatingAdmissionPolicyBinding. The CREATE, UPDATE and CONNECT operations are allowed. The DELETE operation may not be matched. '*' matches CREATE, UPDATE and CONNECT. Required.
|
|
1508
1509
|
:param Sequence['MutationArgs'] mutations: mutations contain operations to perform on matching objects. mutations may not be empty; a minimum of one mutation is required. mutations are evaluated in order, and are reinvoked according to the reinvocationPolicy. The mutations of a policy are invoked for each binding of this policy and reinvocation of mutations occurs on a per binding basis.
|
|
1509
1510
|
:param 'ParamKindArgs' param_kind: paramKind specifies the kind of resources used to parameterize this policy. If absent, there are no parameters for this policy and the param CEL variable will not be provided to validation expressions. If paramKind refers to a non-existent kind, this policy definition is mis-configured and the FailurePolicy is applied. If paramKind is specified but paramRef is unset in MutatingAdmissionPolicyBinding, the params variable will be null.
|
|
1510
|
-
:param str reinvocation_policy: reinvocationPolicy indicates whether mutations may be called multiple times per MutatingAdmissionPolicyBinding as part of a single admission evaluation. Allowed values are "Never" and "IfNeeded".
|
|
1511
|
+
:param builtins.str reinvocation_policy: reinvocationPolicy indicates whether mutations may be called multiple times per MutatingAdmissionPolicyBinding as part of a single admission evaluation. Allowed values are "Never" and "IfNeeded".
|
|
1511
1512
|
|
|
1512
1513
|
Never: These mutations will not be called more than once per binding in a single admission evaluation.
|
|
1513
1514
|
|
|
@@ -1533,7 +1534,7 @@ class MutatingAdmissionPolicySpec(dict):
|
|
|
1533
1534
|
|
|
1534
1535
|
@property
|
|
1535
1536
|
@pulumi.getter(name="failurePolicy")
|
|
1536
|
-
def failure_policy(self) -> Optional[str]:
|
|
1537
|
+
def failure_policy(self) -> Optional[builtins.str]:
|
|
1537
1538
|
"""
|
|
1538
1539
|
failurePolicy defines how to handle failures for the admission policy. Failures can occur from CEL expression parse errors, type check errors, runtime errors and invalid or mis-configured policy definitions or bindings.
|
|
1539
1540
|
|
|
@@ -1588,7 +1589,7 @@ class MutatingAdmissionPolicySpec(dict):
|
|
|
1588
1589
|
|
|
1589
1590
|
@property
|
|
1590
1591
|
@pulumi.getter(name="reinvocationPolicy")
|
|
1591
|
-
def reinvocation_policy(self) -> Optional[str]:
|
|
1592
|
+
def reinvocation_policy(self) -> Optional[builtins.str]:
|
|
1592
1593
|
"""
|
|
1593
1594
|
reinvocationPolicy indicates whether mutations may be called multiple times per MutatingAdmissionPolicyBinding as part of a single admission evaluation. Allowed values are "Never" and "IfNeeded".
|
|
1594
1595
|
|
|
@@ -1640,16 +1641,16 @@ class MutatingAdmissionPolicySpecPatch(dict):
|
|
|
1640
1641
|
return super().get(key, default)
|
|
1641
1642
|
|
|
1642
1643
|
def __init__(__self__, *,
|
|
1643
|
-
failure_policy: Optional[str] = None,
|
|
1644
|
+
failure_policy: Optional[builtins.str] = None,
|
|
1644
1645
|
match_conditions: Optional[Sequence['outputs.MatchConditionPatch']] = None,
|
|
1645
1646
|
match_constraints: Optional['outputs.MatchResourcesPatch'] = None,
|
|
1646
1647
|
mutations: Optional[Sequence['outputs.MutationPatch']] = None,
|
|
1647
1648
|
param_kind: Optional['outputs.ParamKindPatch'] = None,
|
|
1648
|
-
reinvocation_policy: Optional[str] = None,
|
|
1649
|
+
reinvocation_policy: Optional[builtins.str] = None,
|
|
1649
1650
|
variables: Optional[Sequence['outputs.VariablePatch']] = None):
|
|
1650
1651
|
"""
|
|
1651
1652
|
MutatingAdmissionPolicySpec is the specification of the desired behavior of the admission policy.
|
|
1652
|
-
:param str failure_policy: failurePolicy defines how to handle failures for the admission policy. Failures can occur from CEL expression parse errors, type check errors, runtime errors and invalid or mis-configured policy definitions or bindings.
|
|
1653
|
+
:param builtins.str failure_policy: failurePolicy defines how to handle failures for the admission policy. Failures can occur from CEL expression parse errors, type check errors, runtime errors and invalid or mis-configured policy definitions or bindings.
|
|
1653
1654
|
|
|
1654
1655
|
A policy is invalid if paramKind refers to a non-existent Kind. A binding is invalid if paramRef.name refers to a non-existent resource.
|
|
1655
1656
|
|
|
@@ -1669,7 +1670,7 @@ class MutatingAdmissionPolicySpecPatch(dict):
|
|
|
1669
1670
|
:param 'MatchResourcesPatchArgs' match_constraints: matchConstraints specifies what resources this policy is designed to validate. The MutatingAdmissionPolicy cares about a request if it matches _all_ Constraints. However, in order to prevent clusters from being put into an unstable state that cannot be recovered from via the API MutatingAdmissionPolicy cannot match MutatingAdmissionPolicy and MutatingAdmissionPolicyBinding. The CREATE, UPDATE and CONNECT operations are allowed. The DELETE operation may not be matched. '*' matches CREATE, UPDATE and CONNECT. Required.
|
|
1670
1671
|
:param Sequence['MutationPatchArgs'] mutations: mutations contain operations to perform on matching objects. mutations may not be empty; a minimum of one mutation is required. mutations are evaluated in order, and are reinvoked according to the reinvocationPolicy. The mutations of a policy are invoked for each binding of this policy and reinvocation of mutations occurs on a per binding basis.
|
|
1671
1672
|
:param 'ParamKindPatchArgs' param_kind: paramKind specifies the kind of resources used to parameterize this policy. If absent, there are no parameters for this policy and the param CEL variable will not be provided to validation expressions. If paramKind refers to a non-existent kind, this policy definition is mis-configured and the FailurePolicy is applied. If paramKind is specified but paramRef is unset in MutatingAdmissionPolicyBinding, the params variable will be null.
|
|
1672
|
-
:param str reinvocation_policy: reinvocationPolicy indicates whether mutations may be called multiple times per MutatingAdmissionPolicyBinding as part of a single admission evaluation. Allowed values are "Never" and "IfNeeded".
|
|
1673
|
+
:param builtins.str reinvocation_policy: reinvocationPolicy indicates whether mutations may be called multiple times per MutatingAdmissionPolicyBinding as part of a single admission evaluation. Allowed values are "Never" and "IfNeeded".
|
|
1673
1674
|
|
|
1674
1675
|
Never: These mutations will not be called more than once per binding in a single admission evaluation.
|
|
1675
1676
|
|
|
@@ -1695,7 +1696,7 @@ class MutatingAdmissionPolicySpecPatch(dict):
|
|
|
1695
1696
|
|
|
1696
1697
|
@property
|
|
1697
1698
|
@pulumi.getter(name="failurePolicy")
|
|
1698
|
-
def failure_policy(self) -> Optional[str]:
|
|
1699
|
+
def failure_policy(self) -> Optional[builtins.str]:
|
|
1699
1700
|
"""
|
|
1700
1701
|
failurePolicy defines how to handle failures for the admission policy. Failures can occur from CEL expression parse errors, type check errors, runtime errors and invalid or mis-configured policy definitions or bindings.
|
|
1701
1702
|
|
|
@@ -1750,7 +1751,7 @@ class MutatingAdmissionPolicySpecPatch(dict):
|
|
|
1750
1751
|
|
|
1751
1752
|
@property
|
|
1752
1753
|
@pulumi.getter(name="reinvocationPolicy")
|
|
1753
|
-
def reinvocation_policy(self) -> Optional[str]:
|
|
1754
|
+
def reinvocation_policy(self) -> Optional[builtins.str]:
|
|
1754
1755
|
"""
|
|
1755
1756
|
reinvocationPolicy indicates whether mutations may be called multiple times per MutatingAdmissionPolicyBinding as part of a single admission evaluation. Allowed values are "Never" and "IfNeeded".
|
|
1756
1757
|
|
|
@@ -1798,12 +1799,12 @@ class Mutation(dict):
|
|
|
1798
1799
|
return super().get(key, default)
|
|
1799
1800
|
|
|
1800
1801
|
def __init__(__self__, *,
|
|
1801
|
-
patch_type: str,
|
|
1802
|
+
patch_type: builtins.str,
|
|
1802
1803
|
apply_configuration: Optional['outputs.ApplyConfiguration'] = None,
|
|
1803
1804
|
json_patch: Optional['outputs.JSONPatch'] = None):
|
|
1804
1805
|
"""
|
|
1805
1806
|
Mutation specifies the CEL expression which is used to apply the Mutation.
|
|
1806
|
-
:param str patch_type: patchType indicates the patch strategy used. Allowed values are "ApplyConfiguration" and "JSONPatch". Required.
|
|
1807
|
+
:param builtins.str patch_type: patchType indicates the patch strategy used. Allowed values are "ApplyConfiguration" and "JSONPatch". Required.
|
|
1807
1808
|
:param 'ApplyConfigurationArgs' apply_configuration: applyConfiguration defines the desired configuration values of an object. The configuration is applied to the admission object using [structured merge diff](https://github.com/kubernetes-sigs/structured-merge-diff). A CEL expression is used to create apply configuration.
|
|
1808
1809
|
:param 'JSONPatchArgs' json_patch: jsonPatch defines a [JSON patch](https://jsonpatch.com/) operation to perform a mutation to the object. A CEL expression is used to create the JSON patch.
|
|
1809
1810
|
"""
|
|
@@ -1815,7 +1816,7 @@ class Mutation(dict):
|
|
|
1815
1816
|
|
|
1816
1817
|
@property
|
|
1817
1818
|
@pulumi.getter(name="patchType")
|
|
1818
|
-
def patch_type(self) -> str:
|
|
1819
|
+
def patch_type(self) -> builtins.str:
|
|
1819
1820
|
"""
|
|
1820
1821
|
patchType indicates the patch strategy used. Allowed values are "ApplyConfiguration" and "JSONPatch". Required.
|
|
1821
1822
|
"""
|
|
@@ -1867,12 +1868,12 @@ class MutationPatch(dict):
|
|
|
1867
1868
|
def __init__(__self__, *,
|
|
1868
1869
|
apply_configuration: Optional['outputs.ApplyConfigurationPatch'] = None,
|
|
1869
1870
|
json_patch: Optional['outputs.JSONPatchPatch'] = None,
|
|
1870
|
-
patch_type: Optional[str] = None):
|
|
1871
|
+
patch_type: Optional[builtins.str] = None):
|
|
1871
1872
|
"""
|
|
1872
1873
|
Mutation specifies the CEL expression which is used to apply the Mutation.
|
|
1873
1874
|
:param 'ApplyConfigurationPatchArgs' apply_configuration: applyConfiguration defines the desired configuration values of an object. The configuration is applied to the admission object using [structured merge diff](https://github.com/kubernetes-sigs/structured-merge-diff). A CEL expression is used to create apply configuration.
|
|
1874
1875
|
:param 'JSONPatchPatchArgs' json_patch: jsonPatch defines a [JSON patch](https://jsonpatch.com/) operation to perform a mutation to the object. A CEL expression is used to create the JSON patch.
|
|
1875
|
-
:param str patch_type: patchType indicates the patch strategy used. Allowed values are "ApplyConfiguration" and "JSONPatch". Required.
|
|
1876
|
+
:param builtins.str patch_type: patchType indicates the patch strategy used. Allowed values are "ApplyConfiguration" and "JSONPatch". Required.
|
|
1876
1877
|
"""
|
|
1877
1878
|
if apply_configuration is not None:
|
|
1878
1879
|
pulumi.set(__self__, "apply_configuration", apply_configuration)
|
|
@@ -1899,7 +1900,7 @@ class MutationPatch(dict):
|
|
|
1899
1900
|
|
|
1900
1901
|
@property
|
|
1901
1902
|
@pulumi.getter(name="patchType")
|
|
1902
|
-
def patch_type(self) -> Optional[str]:
|
|
1903
|
+
def patch_type(self) -> Optional[builtins.str]:
|
|
1903
1904
|
"""
|
|
1904
1905
|
patchType indicates the patch strategy used. Allowed values are "ApplyConfiguration" and "JSONPatch". Required.
|
|
1905
1906
|
"""
|
|
@@ -1933,26 +1934,26 @@ class NamedRuleWithOperations(dict):
|
|
|
1933
1934
|
return super().get(key, default)
|
|
1934
1935
|
|
|
1935
1936
|
def __init__(__self__, *,
|
|
1936
|
-
api_groups: Optional[Sequence[str]] = None,
|
|
1937
|
-
api_versions: Optional[Sequence[str]] = None,
|
|
1938
|
-
operations: Optional[Sequence[str]] = None,
|
|
1939
|
-
resource_names: Optional[Sequence[str]] = None,
|
|
1940
|
-
resources: Optional[Sequence[str]] = None,
|
|
1941
|
-
scope: Optional[str] = None):
|
|
1937
|
+
api_groups: Optional[Sequence[builtins.str]] = None,
|
|
1938
|
+
api_versions: Optional[Sequence[builtins.str]] = None,
|
|
1939
|
+
operations: Optional[Sequence[builtins.str]] = None,
|
|
1940
|
+
resource_names: Optional[Sequence[builtins.str]] = None,
|
|
1941
|
+
resources: Optional[Sequence[builtins.str]] = None,
|
|
1942
|
+
scope: Optional[builtins.str] = None):
|
|
1942
1943
|
"""
|
|
1943
1944
|
NamedRuleWithOperations is a tuple of Operations and Resources with ResourceNames.
|
|
1944
|
-
:param Sequence[str] api_groups: APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.
|
|
1945
|
-
:param Sequence[str] api_versions: APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.
|
|
1946
|
-
:param Sequence[str] operations: Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required.
|
|
1947
|
-
:param Sequence[str] resource_names: ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.
|
|
1948
|
-
:param Sequence[str] resources: Resources is a list of resources this rule applies to.
|
|
1945
|
+
:param Sequence[builtins.str] api_groups: APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.
|
|
1946
|
+
:param Sequence[builtins.str] api_versions: APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.
|
|
1947
|
+
:param Sequence[builtins.str] operations: Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required.
|
|
1948
|
+
:param Sequence[builtins.str] resource_names: ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.
|
|
1949
|
+
:param Sequence[builtins.str] resources: Resources is a list of resources this rule applies to.
|
|
1949
1950
|
|
|
1950
1951
|
For example: 'pods' means pods. 'pods/log' means the log subresource of pods. '*' means all resources, but not subresources. 'pods/*' means all subresources of pods. '*/scale' means all scale subresources. '*/*' means all resources and their subresources.
|
|
1951
1952
|
|
|
1952
1953
|
If wildcard is present, the validation rule will ensure resources do not overlap with each other.
|
|
1953
1954
|
|
|
1954
1955
|
Depending on the enclosing object, subresources might not be allowed. Required.
|
|
1955
|
-
:param str scope: scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*".
|
|
1956
|
+
:param builtins.str scope: scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*".
|
|
1956
1957
|
"""
|
|
1957
1958
|
if api_groups is not None:
|
|
1958
1959
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
@@ -1969,7 +1970,7 @@ class NamedRuleWithOperations(dict):
|
|
|
1969
1970
|
|
|
1970
1971
|
@property
|
|
1971
1972
|
@pulumi.getter(name="apiGroups")
|
|
1972
|
-
def api_groups(self) -> Optional[Sequence[str]]:
|
|
1973
|
+
def api_groups(self) -> Optional[Sequence[builtins.str]]:
|
|
1973
1974
|
"""
|
|
1974
1975
|
APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.
|
|
1975
1976
|
"""
|
|
@@ -1977,7 +1978,7 @@ class NamedRuleWithOperations(dict):
|
|
|
1977
1978
|
|
|
1978
1979
|
@property
|
|
1979
1980
|
@pulumi.getter(name="apiVersions")
|
|
1980
|
-
def api_versions(self) -> Optional[Sequence[str]]:
|
|
1981
|
+
def api_versions(self) -> Optional[Sequence[builtins.str]]:
|
|
1981
1982
|
"""
|
|
1982
1983
|
APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.
|
|
1983
1984
|
"""
|
|
@@ -1985,7 +1986,7 @@ class NamedRuleWithOperations(dict):
|
|
|
1985
1986
|
|
|
1986
1987
|
@property
|
|
1987
1988
|
@pulumi.getter
|
|
1988
|
-
def operations(self) -> Optional[Sequence[str]]:
|
|
1989
|
+
def operations(self) -> Optional[Sequence[builtins.str]]:
|
|
1989
1990
|
"""
|
|
1990
1991
|
Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required.
|
|
1991
1992
|
"""
|
|
@@ -1993,7 +1994,7 @@ class NamedRuleWithOperations(dict):
|
|
|
1993
1994
|
|
|
1994
1995
|
@property
|
|
1995
1996
|
@pulumi.getter(name="resourceNames")
|
|
1996
|
-
def resource_names(self) -> Optional[Sequence[str]]:
|
|
1997
|
+
def resource_names(self) -> Optional[Sequence[builtins.str]]:
|
|
1997
1998
|
"""
|
|
1998
1999
|
ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.
|
|
1999
2000
|
"""
|
|
@@ -2001,7 +2002,7 @@ class NamedRuleWithOperations(dict):
|
|
|
2001
2002
|
|
|
2002
2003
|
@property
|
|
2003
2004
|
@pulumi.getter
|
|
2004
|
-
def resources(self) -> Optional[Sequence[str]]:
|
|
2005
|
+
def resources(self) -> Optional[Sequence[builtins.str]]:
|
|
2005
2006
|
"""
|
|
2006
2007
|
Resources is a list of resources this rule applies to.
|
|
2007
2008
|
|
|
@@ -2015,7 +2016,7 @@ class NamedRuleWithOperations(dict):
|
|
|
2015
2016
|
|
|
2016
2017
|
@property
|
|
2017
2018
|
@pulumi.getter
|
|
2018
|
-
def scope(self) -> Optional[str]:
|
|
2019
|
+
def scope(self) -> Optional[builtins.str]:
|
|
2019
2020
|
"""
|
|
2020
2021
|
scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*".
|
|
2021
2022
|
"""
|
|
@@ -2049,26 +2050,26 @@ class NamedRuleWithOperationsPatch(dict):
|
|
|
2049
2050
|
return super().get(key, default)
|
|
2050
2051
|
|
|
2051
2052
|
def __init__(__self__, *,
|
|
2052
|
-
api_groups: Optional[Sequence[str]] = None,
|
|
2053
|
-
api_versions: Optional[Sequence[str]] = None,
|
|
2054
|
-
operations: Optional[Sequence[str]] = None,
|
|
2055
|
-
resource_names: Optional[Sequence[str]] = None,
|
|
2056
|
-
resources: Optional[Sequence[str]] = None,
|
|
2057
|
-
scope: Optional[str] = None):
|
|
2053
|
+
api_groups: Optional[Sequence[builtins.str]] = None,
|
|
2054
|
+
api_versions: Optional[Sequence[builtins.str]] = None,
|
|
2055
|
+
operations: Optional[Sequence[builtins.str]] = None,
|
|
2056
|
+
resource_names: Optional[Sequence[builtins.str]] = None,
|
|
2057
|
+
resources: Optional[Sequence[builtins.str]] = None,
|
|
2058
|
+
scope: Optional[builtins.str] = None):
|
|
2058
2059
|
"""
|
|
2059
2060
|
NamedRuleWithOperations is a tuple of Operations and Resources with ResourceNames.
|
|
2060
|
-
:param Sequence[str] api_groups: APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.
|
|
2061
|
-
:param Sequence[str] api_versions: APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.
|
|
2062
|
-
:param Sequence[str] operations: Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required.
|
|
2063
|
-
:param Sequence[str] resource_names: ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.
|
|
2064
|
-
:param Sequence[str] resources: Resources is a list of resources this rule applies to.
|
|
2061
|
+
:param Sequence[builtins.str] api_groups: APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.
|
|
2062
|
+
:param Sequence[builtins.str] api_versions: APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.
|
|
2063
|
+
:param Sequence[builtins.str] operations: Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required.
|
|
2064
|
+
:param Sequence[builtins.str] resource_names: ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.
|
|
2065
|
+
:param Sequence[builtins.str] resources: Resources is a list of resources this rule applies to.
|
|
2065
2066
|
|
|
2066
2067
|
For example: 'pods' means pods. 'pods/log' means the log subresource of pods. '*' means all resources, but not subresources. 'pods/*' means all subresources of pods. '*/scale' means all scale subresources. '*/*' means all resources and their subresources.
|
|
2067
2068
|
|
|
2068
2069
|
If wildcard is present, the validation rule will ensure resources do not overlap with each other.
|
|
2069
2070
|
|
|
2070
2071
|
Depending on the enclosing object, subresources might not be allowed. Required.
|
|
2071
|
-
:param str scope: scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*".
|
|
2072
|
+
:param builtins.str scope: scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*".
|
|
2072
2073
|
"""
|
|
2073
2074
|
if api_groups is not None:
|
|
2074
2075
|
pulumi.set(__self__, "api_groups", api_groups)
|
|
@@ -2085,7 +2086,7 @@ class NamedRuleWithOperationsPatch(dict):
|
|
|
2085
2086
|
|
|
2086
2087
|
@property
|
|
2087
2088
|
@pulumi.getter(name="apiGroups")
|
|
2088
|
-
def api_groups(self) -> Optional[Sequence[str]]:
|
|
2089
|
+
def api_groups(self) -> Optional[Sequence[builtins.str]]:
|
|
2089
2090
|
"""
|
|
2090
2091
|
APIGroups is the API groups the resources belong to. '*' is all groups. If '*' is present, the length of the slice must be one. Required.
|
|
2091
2092
|
"""
|
|
@@ -2093,7 +2094,7 @@ class NamedRuleWithOperationsPatch(dict):
|
|
|
2093
2094
|
|
|
2094
2095
|
@property
|
|
2095
2096
|
@pulumi.getter(name="apiVersions")
|
|
2096
|
-
def api_versions(self) -> Optional[Sequence[str]]:
|
|
2097
|
+
def api_versions(self) -> Optional[Sequence[builtins.str]]:
|
|
2097
2098
|
"""
|
|
2098
2099
|
APIVersions is the API versions the resources belong to. '*' is all versions. If '*' is present, the length of the slice must be one. Required.
|
|
2099
2100
|
"""
|
|
@@ -2101,7 +2102,7 @@ class NamedRuleWithOperationsPatch(dict):
|
|
|
2101
2102
|
|
|
2102
2103
|
@property
|
|
2103
2104
|
@pulumi.getter
|
|
2104
|
-
def operations(self) -> Optional[Sequence[str]]:
|
|
2105
|
+
def operations(self) -> Optional[Sequence[builtins.str]]:
|
|
2105
2106
|
"""
|
|
2106
2107
|
Operations is the operations the admission hook cares about - CREATE, UPDATE, DELETE, CONNECT or * for all of those operations and any future admission operations that are added. If '*' is present, the length of the slice must be one. Required.
|
|
2107
2108
|
"""
|
|
@@ -2109,7 +2110,7 @@ class NamedRuleWithOperationsPatch(dict):
|
|
|
2109
2110
|
|
|
2110
2111
|
@property
|
|
2111
2112
|
@pulumi.getter(name="resourceNames")
|
|
2112
|
-
def resource_names(self) -> Optional[Sequence[str]]:
|
|
2113
|
+
def resource_names(self) -> Optional[Sequence[builtins.str]]:
|
|
2113
2114
|
"""
|
|
2114
2115
|
ResourceNames is an optional white list of names that the rule applies to. An empty set means that everything is allowed.
|
|
2115
2116
|
"""
|
|
@@ -2117,7 +2118,7 @@ class NamedRuleWithOperationsPatch(dict):
|
|
|
2117
2118
|
|
|
2118
2119
|
@property
|
|
2119
2120
|
@pulumi.getter
|
|
2120
|
-
def resources(self) -> Optional[Sequence[str]]:
|
|
2121
|
+
def resources(self) -> Optional[Sequence[builtins.str]]:
|
|
2121
2122
|
"""
|
|
2122
2123
|
Resources is a list of resources this rule applies to.
|
|
2123
2124
|
|
|
@@ -2131,7 +2132,7 @@ class NamedRuleWithOperationsPatch(dict):
|
|
|
2131
2132
|
|
|
2132
2133
|
@property
|
|
2133
2134
|
@pulumi.getter
|
|
2134
|
-
def scope(self) -> Optional[str]:
|
|
2135
|
+
def scope(self) -> Optional[builtins.str]:
|
|
2135
2136
|
"""
|
|
2136
2137
|
scope specifies the scope of this rule. Valid values are "Cluster", "Namespaced", and "*" "Cluster" means that only cluster-scoped resources will match this rule. Namespace API objects are cluster-scoped. "Namespaced" means that only namespaced resources will match this rule. "*" means that there are no scope restrictions. Subresources match the scope of their parent resource. Default is "*".
|
|
2137
2138
|
"""
|
|
@@ -2161,12 +2162,12 @@ class ParamKind(dict):
|
|
|
2161
2162
|
return super().get(key, default)
|
|
2162
2163
|
|
|
2163
2164
|
def __init__(__self__, *,
|
|
2164
|
-
api_version: Optional[str] = None,
|
|
2165
|
-
kind: Optional[str] = None):
|
|
2165
|
+
api_version: Optional[builtins.str] = None,
|
|
2166
|
+
kind: Optional[builtins.str] = None):
|
|
2166
2167
|
"""
|
|
2167
2168
|
ParamKind is a tuple of Group Kind and Version.
|
|
2168
|
-
:param str api_version: APIVersion is the API group version the resources belong to. In format of "group/version". Required.
|
|
2169
|
-
:param str kind: Kind is the API kind the resources belong to. Required.
|
|
2169
|
+
:param builtins.str api_version: APIVersion is the API group version the resources belong to. In format of "group/version". Required.
|
|
2170
|
+
:param builtins.str kind: Kind is the API kind the resources belong to. Required.
|
|
2170
2171
|
"""
|
|
2171
2172
|
if api_version is not None:
|
|
2172
2173
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -2175,7 +2176,7 @@ class ParamKind(dict):
|
|
|
2175
2176
|
|
|
2176
2177
|
@property
|
|
2177
2178
|
@pulumi.getter(name="apiVersion")
|
|
2178
|
-
def api_version(self) -> Optional[str]:
|
|
2179
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
2179
2180
|
"""
|
|
2180
2181
|
APIVersion is the API group version the resources belong to. In format of "group/version". Required.
|
|
2181
2182
|
"""
|
|
@@ -2183,7 +2184,7 @@ class ParamKind(dict):
|
|
|
2183
2184
|
|
|
2184
2185
|
@property
|
|
2185
2186
|
@pulumi.getter
|
|
2186
|
-
def kind(self) -> Optional[str]:
|
|
2187
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2187
2188
|
"""
|
|
2188
2189
|
Kind is the API kind the resources belong to. Required.
|
|
2189
2190
|
"""
|
|
@@ -2213,12 +2214,12 @@ class ParamKindPatch(dict):
|
|
|
2213
2214
|
return super().get(key, default)
|
|
2214
2215
|
|
|
2215
2216
|
def __init__(__self__, *,
|
|
2216
|
-
api_version: Optional[str] = None,
|
|
2217
|
-
kind: Optional[str] = None):
|
|
2217
|
+
api_version: Optional[builtins.str] = None,
|
|
2218
|
+
kind: Optional[builtins.str] = None):
|
|
2218
2219
|
"""
|
|
2219
2220
|
ParamKind is a tuple of Group Kind and Version.
|
|
2220
|
-
:param str api_version: APIVersion is the API group version the resources belong to. In format of "group/version". Required.
|
|
2221
|
-
:param str kind: Kind is the API kind the resources belong to. Required.
|
|
2221
|
+
:param builtins.str api_version: APIVersion is the API group version the resources belong to. In format of "group/version". Required.
|
|
2222
|
+
:param builtins.str kind: Kind is the API kind the resources belong to. Required.
|
|
2222
2223
|
"""
|
|
2223
2224
|
if api_version is not None:
|
|
2224
2225
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -2227,7 +2228,7 @@ class ParamKindPatch(dict):
|
|
|
2227
2228
|
|
|
2228
2229
|
@property
|
|
2229
2230
|
@pulumi.getter(name="apiVersion")
|
|
2230
|
-
def api_version(self) -> Optional[str]:
|
|
2231
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
2231
2232
|
"""
|
|
2232
2233
|
APIVersion is the API group version the resources belong to. In format of "group/version". Required.
|
|
2233
2234
|
"""
|
|
@@ -2235,7 +2236,7 @@ class ParamKindPatch(dict):
|
|
|
2235
2236
|
|
|
2236
2237
|
@property
|
|
2237
2238
|
@pulumi.getter
|
|
2238
|
-
def kind(self) -> Optional[str]:
|
|
2239
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2239
2240
|
"""
|
|
2240
2241
|
Kind is the API kind the resources belong to. Required.
|
|
2241
2242
|
"""
|
|
@@ -2265,23 +2266,23 @@ class ParamRef(dict):
|
|
|
2265
2266
|
return super().get(key, default)
|
|
2266
2267
|
|
|
2267
2268
|
def __init__(__self__, *,
|
|
2268
|
-
name: Optional[str] = None,
|
|
2269
|
-
namespace: Optional[str] = None,
|
|
2270
|
-
parameter_not_found_action: Optional[str] = None,
|
|
2269
|
+
name: Optional[builtins.str] = None,
|
|
2270
|
+
namespace: Optional[builtins.str] = None,
|
|
2271
|
+
parameter_not_found_action: Optional[builtins.str] = None,
|
|
2271
2272
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None):
|
|
2272
2273
|
"""
|
|
2273
2274
|
ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding.
|
|
2274
|
-
:param str name: `name` is the name of the resource being referenced.
|
|
2275
|
+
:param builtins.str name: `name` is the name of the resource being referenced.
|
|
2275
2276
|
|
|
2276
2277
|
`name` and `selector` are mutually exclusive properties. If one is set, the other must be unset.
|
|
2277
|
-
:param str namespace: namespace is the namespace of the referenced resource. Allows limiting the search for params to a specific namespace. Applies to both `name` and `selector` fields.
|
|
2278
|
+
:param builtins.str namespace: namespace is the namespace of the referenced resource. Allows limiting the search for params to a specific namespace. Applies to both `name` and `selector` fields.
|
|
2278
2279
|
|
|
2279
2280
|
A per-namespace parameter may be used by specifying a namespace-scoped `paramKind` in the policy and leaving this field empty.
|
|
2280
2281
|
|
|
2281
2282
|
- If `paramKind` is cluster-scoped, this field MUST be unset. Setting this field results in a configuration error.
|
|
2282
2283
|
|
|
2283
2284
|
- If `paramKind` is namespace-scoped, the namespace of the object being evaluated for admission will be used when this field is left unset. Take care that if this is left empty the binding must not match any cluster-scoped resources, which will result in an error.
|
|
2284
|
-
:param str parameter_not_found_action: `parameterNotFoundAction` controls the behavior of the binding when the resource exists, and name or selector is valid, but there are no parameters matched by the binding. If the value is set to `Allow`, then no matched parameters will be treated as successful validation by the binding. If set to `Deny`, then no matched parameters will be subject to the `failurePolicy` of the policy.
|
|
2285
|
+
:param builtins.str parameter_not_found_action: `parameterNotFoundAction` controls the behavior of the binding when the resource exists, and name or selector is valid, but there are no parameters matched by the binding. If the value is set to `Allow`, then no matched parameters will be treated as successful validation by the binding. If set to `Deny`, then no matched parameters will be subject to the `failurePolicy` of the policy.
|
|
2285
2286
|
|
|
2286
2287
|
Allowed values are `Allow` or `Deny` Default to `Deny`
|
|
2287
2288
|
:param '_meta.v1.LabelSelectorArgs' selector: selector can be used to match multiple param objects based on their labels. Supply selector: {} to match all resources of the ParamKind.
|
|
@@ -2301,7 +2302,7 @@ class ParamRef(dict):
|
|
|
2301
2302
|
|
|
2302
2303
|
@property
|
|
2303
2304
|
@pulumi.getter
|
|
2304
|
-
def name(self) -> Optional[str]:
|
|
2305
|
+
def name(self) -> Optional[builtins.str]:
|
|
2305
2306
|
"""
|
|
2306
2307
|
`name` is the name of the resource being referenced.
|
|
2307
2308
|
|
|
@@ -2311,7 +2312,7 @@ class ParamRef(dict):
|
|
|
2311
2312
|
|
|
2312
2313
|
@property
|
|
2313
2314
|
@pulumi.getter
|
|
2314
|
-
def namespace(self) -> Optional[str]:
|
|
2315
|
+
def namespace(self) -> Optional[builtins.str]:
|
|
2315
2316
|
"""
|
|
2316
2317
|
namespace is the namespace of the referenced resource. Allows limiting the search for params to a specific namespace. Applies to both `name` and `selector` fields.
|
|
2317
2318
|
|
|
@@ -2325,7 +2326,7 @@ class ParamRef(dict):
|
|
|
2325
2326
|
|
|
2326
2327
|
@property
|
|
2327
2328
|
@pulumi.getter(name="parameterNotFoundAction")
|
|
2328
|
-
def parameter_not_found_action(self) -> Optional[str]:
|
|
2329
|
+
def parameter_not_found_action(self) -> Optional[builtins.str]:
|
|
2329
2330
|
"""
|
|
2330
2331
|
`parameterNotFoundAction` controls the behavior of the binding when the resource exists, and name or selector is valid, but there are no parameters matched by the binding. If the value is set to `Allow`, then no matched parameters will be treated as successful validation by the binding. If set to `Deny`, then no matched parameters will be subject to the `failurePolicy` of the policy.
|
|
2331
2332
|
|
|
@@ -2369,23 +2370,23 @@ class ParamRefPatch(dict):
|
|
|
2369
2370
|
return super().get(key, default)
|
|
2370
2371
|
|
|
2371
2372
|
def __init__(__self__, *,
|
|
2372
|
-
name: Optional[str] = None,
|
|
2373
|
-
namespace: Optional[str] = None,
|
|
2374
|
-
parameter_not_found_action: Optional[str] = None,
|
|
2373
|
+
name: Optional[builtins.str] = None,
|
|
2374
|
+
namespace: Optional[builtins.str] = None,
|
|
2375
|
+
parameter_not_found_action: Optional[builtins.str] = None,
|
|
2375
2376
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None):
|
|
2376
2377
|
"""
|
|
2377
2378
|
ParamRef describes how to locate the params to be used as input to expressions of rules applied by a policy binding.
|
|
2378
|
-
:param str name: `name` is the name of the resource being referenced.
|
|
2379
|
+
:param builtins.str name: `name` is the name of the resource being referenced.
|
|
2379
2380
|
|
|
2380
2381
|
`name` and `selector` are mutually exclusive properties. If one is set, the other must be unset.
|
|
2381
|
-
:param str namespace: namespace is the namespace of the referenced resource. Allows limiting the search for params to a specific namespace. Applies to both `name` and `selector` fields.
|
|
2382
|
+
:param builtins.str namespace: namespace is the namespace of the referenced resource. Allows limiting the search for params to a specific namespace. Applies to both `name` and `selector` fields.
|
|
2382
2383
|
|
|
2383
2384
|
A per-namespace parameter may be used by specifying a namespace-scoped `paramKind` in the policy and leaving this field empty.
|
|
2384
2385
|
|
|
2385
2386
|
- If `paramKind` is cluster-scoped, this field MUST be unset. Setting this field results in a configuration error.
|
|
2386
2387
|
|
|
2387
2388
|
- If `paramKind` is namespace-scoped, the namespace of the object being evaluated for admission will be used when this field is left unset. Take care that if this is left empty the binding must not match any cluster-scoped resources, which will result in an error.
|
|
2388
|
-
:param str parameter_not_found_action: `parameterNotFoundAction` controls the behavior of the binding when the resource exists, and name or selector is valid, but there are no parameters matched by the binding. If the value is set to `Allow`, then no matched parameters will be treated as successful validation by the binding. If set to `Deny`, then no matched parameters will be subject to the `failurePolicy` of the policy.
|
|
2389
|
+
:param builtins.str parameter_not_found_action: `parameterNotFoundAction` controls the behavior of the binding when the resource exists, and name or selector is valid, but there are no parameters matched by the binding. If the value is set to `Allow`, then no matched parameters will be treated as successful validation by the binding. If set to `Deny`, then no matched parameters will be subject to the `failurePolicy` of the policy.
|
|
2389
2390
|
|
|
2390
2391
|
Allowed values are `Allow` or `Deny` Default to `Deny`
|
|
2391
2392
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: selector can be used to match multiple param objects based on their labels. Supply selector: {} to match all resources of the ParamKind.
|
|
@@ -2405,7 +2406,7 @@ class ParamRefPatch(dict):
|
|
|
2405
2406
|
|
|
2406
2407
|
@property
|
|
2407
2408
|
@pulumi.getter
|
|
2408
|
-
def name(self) -> Optional[str]:
|
|
2409
|
+
def name(self) -> Optional[builtins.str]:
|
|
2409
2410
|
"""
|
|
2410
2411
|
`name` is the name of the resource being referenced.
|
|
2411
2412
|
|
|
@@ -2415,7 +2416,7 @@ class ParamRefPatch(dict):
|
|
|
2415
2416
|
|
|
2416
2417
|
@property
|
|
2417
2418
|
@pulumi.getter
|
|
2418
|
-
def namespace(self) -> Optional[str]:
|
|
2419
|
+
def namespace(self) -> Optional[builtins.str]:
|
|
2419
2420
|
"""
|
|
2420
2421
|
namespace is the namespace of the referenced resource. Allows limiting the search for params to a specific namespace. Applies to both `name` and `selector` fields.
|
|
2421
2422
|
|
|
@@ -2429,7 +2430,7 @@ class ParamRefPatch(dict):
|
|
|
2429
2430
|
|
|
2430
2431
|
@property
|
|
2431
2432
|
@pulumi.getter(name="parameterNotFoundAction")
|
|
2432
|
-
def parameter_not_found_action(self) -> Optional[str]:
|
|
2433
|
+
def parameter_not_found_action(self) -> Optional[builtins.str]:
|
|
2433
2434
|
"""
|
|
2434
2435
|
`parameterNotFoundAction` controls the behavior of the binding when the resource exists, and name or selector is valid, but there are no parameters matched by the binding. If the value is set to `Allow`, then no matched parameters will be treated as successful validation by the binding. If set to `Deny`, then no matched parameters will be subject to the `failurePolicy` of the policy.
|
|
2435
2436
|
|
|
@@ -2553,15 +2554,15 @@ class ValidatingAdmissionPolicy(dict):
|
|
|
2553
2554
|
return super().get(key, default)
|
|
2554
2555
|
|
|
2555
2556
|
def __init__(__self__, *,
|
|
2556
|
-
api_version: Optional[str] = None,
|
|
2557
|
-
kind: Optional[str] = None,
|
|
2557
|
+
api_version: Optional[builtins.str] = None,
|
|
2558
|
+
kind: Optional[builtins.str] = None,
|
|
2558
2559
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2559
2560
|
spec: Optional['outputs.ValidatingAdmissionPolicySpec'] = None,
|
|
2560
2561
|
status: Optional['outputs.ValidatingAdmissionPolicyStatus'] = None):
|
|
2561
2562
|
"""
|
|
2562
2563
|
ValidatingAdmissionPolicy describes the definition of an admission validation policy that accepts or rejects an object without changing it.
|
|
2563
|
-
: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
|
|
2564
|
-
: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
|
|
2564
|
+
: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
|
|
2565
|
+
: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
|
|
2565
2566
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
|
|
2566
2567
|
:param 'ValidatingAdmissionPolicySpecArgs' spec: Specification of the desired behavior of the ValidatingAdmissionPolicy.
|
|
2567
2568
|
:param 'ValidatingAdmissionPolicyStatusArgs' status: The status of the ValidatingAdmissionPolicy, including warnings that are useful to determine if the policy behaves in the expected way. Populated by the system. Read-only.
|
|
@@ -2579,7 +2580,7 @@ class ValidatingAdmissionPolicy(dict):
|
|
|
2579
2580
|
|
|
2580
2581
|
@property
|
|
2581
2582
|
@pulumi.getter(name="apiVersion")
|
|
2582
|
-
def api_version(self) -> Optional[str]:
|
|
2583
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
2583
2584
|
"""
|
|
2584
2585
|
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
|
|
2585
2586
|
"""
|
|
@@ -2587,7 +2588,7 @@ class ValidatingAdmissionPolicy(dict):
|
|
|
2587
2588
|
|
|
2588
2589
|
@property
|
|
2589
2590
|
@pulumi.getter
|
|
2590
|
-
def kind(self) -> Optional[str]:
|
|
2591
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2591
2592
|
"""
|
|
2592
2593
|
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
|
|
2593
2594
|
"""
|
|
@@ -2641,14 +2642,14 @@ class ValidatingAdmissionPolicyBinding(dict):
|
|
|
2641
2642
|
return super().get(key, default)
|
|
2642
2643
|
|
|
2643
2644
|
def __init__(__self__, *,
|
|
2644
|
-
api_version: Optional[str] = None,
|
|
2645
|
-
kind: Optional[str] = None,
|
|
2645
|
+
api_version: Optional[builtins.str] = None,
|
|
2646
|
+
kind: Optional[builtins.str] = None,
|
|
2646
2647
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
2647
2648
|
spec: Optional['outputs.ValidatingAdmissionPolicyBindingSpec'] = None):
|
|
2648
2649
|
"""
|
|
2649
2650
|
ValidatingAdmissionPolicyBinding binds the ValidatingAdmissionPolicy with paramerized resources. ValidatingAdmissionPolicyBinding and parameter CRDs together define how cluster administrators configure policies for clusters.
|
|
2650
|
-
: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
|
|
2651
|
-
: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
|
|
2651
|
+
: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
|
|
2652
|
+
: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
|
|
2652
2653
|
:param '_meta.v1.ObjectMetaArgs' metadata: Standard object metadata; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata.
|
|
2653
2654
|
:param 'ValidatingAdmissionPolicyBindingSpecArgs' spec: Specification of the desired behavior of the ValidatingAdmissionPolicyBinding.
|
|
2654
2655
|
"""
|
|
@@ -2663,7 +2664,7 @@ class ValidatingAdmissionPolicyBinding(dict):
|
|
|
2663
2664
|
|
|
2664
2665
|
@property
|
|
2665
2666
|
@pulumi.getter(name="apiVersion")
|
|
2666
|
-
def api_version(self) -> Optional[str]:
|
|
2667
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
2667
2668
|
"""
|
|
2668
2669
|
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
|
|
2669
2670
|
"""
|
|
@@ -2671,7 +2672,7 @@ class ValidatingAdmissionPolicyBinding(dict):
|
|
|
2671
2672
|
|
|
2672
2673
|
@property
|
|
2673
2674
|
@pulumi.getter
|
|
2674
|
-
def kind(self) -> Optional[str]:
|
|
2675
|
+
def kind(self) -> Optional[builtins.str]:
|
|
2675
2676
|
"""
|
|
2676
2677
|
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
|
|
2677
2678
|
"""
|
|
@@ -2725,14 +2726,14 @@ class ValidatingAdmissionPolicyBindingSpec(dict):
|
|
|
2725
2726
|
def __init__(__self__, *,
|
|
2726
2727
|
match_resources: Optional['outputs.MatchResources'] = None,
|
|
2727
2728
|
param_ref: Optional['outputs.ParamRef'] = None,
|
|
2728
|
-
policy_name: Optional[str] = None,
|
|
2729
|
-
validation_actions: Optional[Sequence[str]] = None):
|
|
2729
|
+
policy_name: Optional[builtins.str] = None,
|
|
2730
|
+
validation_actions: Optional[Sequence[builtins.str]] = None):
|
|
2730
2731
|
"""
|
|
2731
2732
|
ValidatingAdmissionPolicyBindingSpec is the specification of the ValidatingAdmissionPolicyBinding.
|
|
2732
2733
|
:param 'MatchResourcesArgs' match_resources: MatchResources declares what resources match this binding and will be validated by it. Note that this is intersected with the policy's matchConstraints, so only requests that are matched by the policy can be selected by this. If this is unset, all resources matched by the policy are validated by this binding When resourceRules is unset, it does not constrain resource matching. If a resource is matched by the other fields of this object, it will be validated. Note that this is differs from ValidatingAdmissionPolicy matchConstraints, where resourceRules are required.
|
|
2733
2734
|
:param 'ParamRefArgs' param_ref: ParamRef specifies the parameter resource used to configure the admission control policy. It should point to a resource of the type specified in ParamKind of the bound ValidatingAdmissionPolicy. If the policy specifies a ParamKind and the resource referred to by ParamRef does not exist, this binding is considered mis-configured and the FailurePolicy of the ValidatingAdmissionPolicy applied.
|
|
2734
|
-
:param str policy_name: PolicyName references a ValidatingAdmissionPolicy name which the ValidatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.
|
|
2735
|
-
:param Sequence[str] validation_actions: validationActions declares how Validations of the referenced ValidatingAdmissionPolicy are enforced. If a validation evaluates to false it is always enforced according to these actions.
|
|
2735
|
+
:param builtins.str policy_name: PolicyName references a ValidatingAdmissionPolicy name which the ValidatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.
|
|
2736
|
+
:param Sequence[builtins.str] validation_actions: validationActions declares how Validations of the referenced ValidatingAdmissionPolicy are enforced. If a validation evaluates to false it is always enforced according to these actions.
|
|
2736
2737
|
|
|
2737
2738
|
Failures defined by the ValidatingAdmissionPolicy's FailurePolicy are enforced according to these actions only if the FailurePolicy is set to Fail, otherwise the failures are ignored. This includes compilation errors, runtime errors and misconfigurations of the policy.
|
|
2738
2739
|
|
|
@@ -2779,7 +2780,7 @@ class ValidatingAdmissionPolicyBindingSpec(dict):
|
|
|
2779
2780
|
|
|
2780
2781
|
@property
|
|
2781
2782
|
@pulumi.getter(name="policyName")
|
|
2782
|
-
def policy_name(self) -> Optional[str]:
|
|
2783
|
+
def policy_name(self) -> Optional[builtins.str]:
|
|
2783
2784
|
"""
|
|
2784
2785
|
PolicyName references a ValidatingAdmissionPolicy name which the ValidatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.
|
|
2785
2786
|
"""
|
|
@@ -2787,7 +2788,7 @@ class ValidatingAdmissionPolicyBindingSpec(dict):
|
|
|
2787
2788
|
|
|
2788
2789
|
@property
|
|
2789
2790
|
@pulumi.getter(name="validationActions")
|
|
2790
|
-
def validation_actions(self) -> Optional[Sequence[str]]:
|
|
2791
|
+
def validation_actions(self) -> Optional[Sequence[builtins.str]]:
|
|
2791
2792
|
"""
|
|
2792
2793
|
validationActions declares how Validations of the referenced ValidatingAdmissionPolicy are enforced. If a validation evaluates to false it is always enforced according to these actions.
|
|
2793
2794
|
|
|
@@ -2843,14 +2844,14 @@ class ValidatingAdmissionPolicyBindingSpecPatch(dict):
|
|
|
2843
2844
|
def __init__(__self__, *,
|
|
2844
2845
|
match_resources: Optional['outputs.MatchResourcesPatch'] = None,
|
|
2845
2846
|
param_ref: Optional['outputs.ParamRefPatch'] = None,
|
|
2846
|
-
policy_name: Optional[str] = None,
|
|
2847
|
-
validation_actions: Optional[Sequence[str]] = None):
|
|
2847
|
+
policy_name: Optional[builtins.str] = None,
|
|
2848
|
+
validation_actions: Optional[Sequence[builtins.str]] = None):
|
|
2848
2849
|
"""
|
|
2849
2850
|
ValidatingAdmissionPolicyBindingSpec is the specification of the ValidatingAdmissionPolicyBinding.
|
|
2850
2851
|
:param 'MatchResourcesPatchArgs' match_resources: MatchResources declares what resources match this binding and will be validated by it. Note that this is intersected with the policy's matchConstraints, so only requests that are matched by the policy can be selected by this. If this is unset, all resources matched by the policy are validated by this binding When resourceRules is unset, it does not constrain resource matching. If a resource is matched by the other fields of this object, it will be validated. Note that this is differs from ValidatingAdmissionPolicy matchConstraints, where resourceRules are required.
|
|
2851
2852
|
:param 'ParamRefPatchArgs' param_ref: ParamRef specifies the parameter resource used to configure the admission control policy. It should point to a resource of the type specified in ParamKind of the bound ValidatingAdmissionPolicy. If the policy specifies a ParamKind and the resource referred to by ParamRef does not exist, this binding is considered mis-configured and the FailurePolicy of the ValidatingAdmissionPolicy applied.
|
|
2852
|
-
:param str policy_name: PolicyName references a ValidatingAdmissionPolicy name which the ValidatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.
|
|
2853
|
-
:param Sequence[str] validation_actions: validationActions declares how Validations of the referenced ValidatingAdmissionPolicy are enforced. If a validation evaluates to false it is always enforced according to these actions.
|
|
2853
|
+
:param builtins.str policy_name: PolicyName references a ValidatingAdmissionPolicy name which the ValidatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.
|
|
2854
|
+
:param Sequence[builtins.str] validation_actions: validationActions declares how Validations of the referenced ValidatingAdmissionPolicy are enforced. If a validation evaluates to false it is always enforced according to these actions.
|
|
2854
2855
|
|
|
2855
2856
|
Failures defined by the ValidatingAdmissionPolicy's FailurePolicy are enforced according to these actions only if the FailurePolicy is set to Fail, otherwise the failures are ignored. This includes compilation errors, runtime errors and misconfigurations of the policy.
|
|
2856
2857
|
|
|
@@ -2897,7 +2898,7 @@ class ValidatingAdmissionPolicyBindingSpecPatch(dict):
|
|
|
2897
2898
|
|
|
2898
2899
|
@property
|
|
2899
2900
|
@pulumi.getter(name="policyName")
|
|
2900
|
-
def policy_name(self) -> Optional[str]:
|
|
2901
|
+
def policy_name(self) -> Optional[builtins.str]:
|
|
2901
2902
|
"""
|
|
2902
2903
|
PolicyName references a ValidatingAdmissionPolicy name which the ValidatingAdmissionPolicyBinding binds to. If the referenced resource does not exist, this binding is considered invalid and will be ignored Required.
|
|
2903
2904
|
"""
|
|
@@ -2905,7 +2906,7 @@ class ValidatingAdmissionPolicyBindingSpecPatch(dict):
|
|
|
2905
2906
|
|
|
2906
2907
|
@property
|
|
2907
2908
|
@pulumi.getter(name="validationActions")
|
|
2908
|
-
def validation_actions(self) -> Optional[Sequence[str]]:
|
|
2909
|
+
def validation_actions(self) -> Optional[Sequence[builtins.str]]:
|
|
2909
2910
|
"""
|
|
2910
2911
|
validationActions declares how Validations of the referenced ValidatingAdmissionPolicy are enforced. If a validation evaluates to false it is always enforced according to these actions.
|
|
2911
2912
|
|
|
@@ -2963,7 +2964,7 @@ class ValidatingAdmissionPolicySpec(dict):
|
|
|
2963
2964
|
def __init__(__self__, *,
|
|
2964
2965
|
validations: Sequence['outputs.Validation'],
|
|
2965
2966
|
audit_annotations: Optional[Sequence['outputs.AuditAnnotation']] = None,
|
|
2966
|
-
failure_policy: Optional[str] = None,
|
|
2967
|
+
failure_policy: Optional[builtins.str] = None,
|
|
2967
2968
|
match_conditions: Optional[Sequence['outputs.MatchCondition']] = None,
|
|
2968
2969
|
match_constraints: Optional['outputs.MatchResources'] = None,
|
|
2969
2970
|
param_kind: Optional['outputs.ParamKind'] = None,
|
|
@@ -2972,7 +2973,7 @@ class ValidatingAdmissionPolicySpec(dict):
|
|
|
2972
2973
|
ValidatingAdmissionPolicySpec is the specification of the desired behavior of the AdmissionPolicy.
|
|
2973
2974
|
:param Sequence['ValidationArgs'] validations: Validations contain CEL expressions which is used to apply the validation. A minimum of one validation is required for a policy definition. Required.
|
|
2974
2975
|
:param Sequence['AuditAnnotationArgs'] audit_annotations: auditAnnotations contains CEL expressions which are used to produce audit annotations for the audit event of the API request. validations and auditAnnotations may not both be empty; a least one of validations or auditAnnotations is required.
|
|
2975
|
-
:param str failure_policy: FailurePolicy defines how to handle failures for the admission policy. Failures can occur from invalid or mis-configured policy definitions or bindings. A policy is invalid if spec.paramKind refers to a non-existent Kind. A binding is invalid if spec.paramRef.name refers to a non-existent resource. Allowed values are Ignore or Fail. Defaults to Fail.
|
|
2976
|
+
:param builtins.str failure_policy: FailurePolicy defines how to handle failures for the admission policy. Failures can occur from invalid or mis-configured policy definitions or bindings. A policy is invalid if spec.paramKind refers to a non-existent Kind. A binding is invalid if spec.paramRef.name refers to a non-existent resource. Allowed values are Ignore or Fail. Defaults to Fail.
|
|
2976
2977
|
:param Sequence['MatchConditionArgs'] match_conditions: MatchConditions is a list of conditions that must be met for a request to be validated. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.
|
|
2977
2978
|
|
|
2978
2979
|
If a parameter object is provided, it can be accessed via the `params` handle in the same manner as validation expressions.
|
|
@@ -3021,7 +3022,7 @@ class ValidatingAdmissionPolicySpec(dict):
|
|
|
3021
3022
|
|
|
3022
3023
|
@property
|
|
3023
3024
|
@pulumi.getter(name="failurePolicy")
|
|
3024
|
-
def failure_policy(self) -> Optional[str]:
|
|
3025
|
+
def failure_policy(self) -> Optional[builtins.str]:
|
|
3025
3026
|
"""
|
|
3026
3027
|
FailurePolicy defines how to handle failures for the admission policy. Failures can occur from invalid or mis-configured policy definitions or bindings. A policy is invalid if spec.paramKind refers to a non-existent Kind. A binding is invalid if spec.paramRef.name refers to a non-existent resource. Allowed values are Ignore or Fail. Defaults to Fail.
|
|
3027
3028
|
"""
|
|
@@ -3103,7 +3104,7 @@ class ValidatingAdmissionPolicySpecPatch(dict):
|
|
|
3103
3104
|
|
|
3104
3105
|
def __init__(__self__, *,
|
|
3105
3106
|
audit_annotations: Optional[Sequence['outputs.AuditAnnotationPatch']] = None,
|
|
3106
|
-
failure_policy: Optional[str] = None,
|
|
3107
|
+
failure_policy: Optional[builtins.str] = None,
|
|
3107
3108
|
match_conditions: Optional[Sequence['outputs.MatchConditionPatch']] = None,
|
|
3108
3109
|
match_constraints: Optional['outputs.MatchResourcesPatch'] = None,
|
|
3109
3110
|
param_kind: Optional['outputs.ParamKindPatch'] = None,
|
|
@@ -3112,7 +3113,7 @@ class ValidatingAdmissionPolicySpecPatch(dict):
|
|
|
3112
3113
|
"""
|
|
3113
3114
|
ValidatingAdmissionPolicySpec is the specification of the desired behavior of the AdmissionPolicy.
|
|
3114
3115
|
:param Sequence['AuditAnnotationPatchArgs'] audit_annotations: auditAnnotations contains CEL expressions which are used to produce audit annotations for the audit event of the API request. validations and auditAnnotations may not both be empty; a least one of validations or auditAnnotations is required.
|
|
3115
|
-
:param str failure_policy: FailurePolicy defines how to handle failures for the admission policy. Failures can occur from invalid or mis-configured policy definitions or bindings. A policy is invalid if spec.paramKind refers to a non-existent Kind. A binding is invalid if spec.paramRef.name refers to a non-existent resource. Allowed values are Ignore or Fail. Defaults to Fail.
|
|
3116
|
+
:param builtins.str failure_policy: FailurePolicy defines how to handle failures for the admission policy. Failures can occur from invalid or mis-configured policy definitions or bindings. A policy is invalid if spec.paramKind refers to a non-existent Kind. A binding is invalid if spec.paramRef.name refers to a non-existent resource. Allowed values are Ignore or Fail. Defaults to Fail.
|
|
3116
3117
|
:param Sequence['MatchConditionPatchArgs'] match_conditions: MatchConditions is a list of conditions that must be met for a request to be validated. Match conditions filter requests that have already been matched by the rules, namespaceSelector, and objectSelector. An empty list of matchConditions matches all requests. There are a maximum of 64 match conditions allowed.
|
|
3117
3118
|
|
|
3118
3119
|
If a parameter object is provided, it can be accessed via the `params` handle in the same manner as validation expressions.
|
|
@@ -3155,7 +3156,7 @@ class ValidatingAdmissionPolicySpecPatch(dict):
|
|
|
3155
3156
|
|
|
3156
3157
|
@property
|
|
3157
3158
|
@pulumi.getter(name="failurePolicy")
|
|
3158
|
-
def failure_policy(self) -> Optional[str]:
|
|
3159
|
+
def failure_policy(self) -> Optional[builtins.str]:
|
|
3159
3160
|
"""
|
|
3160
3161
|
FailurePolicy defines how to handle failures for the admission policy. Failures can occur from invalid or mis-configured policy definitions or bindings. A policy is invalid if spec.paramKind refers to a non-existent Kind. A binding is invalid if spec.paramRef.name refers to a non-existent resource. Allowed values are Ignore or Fail. Defaults to Fail.
|
|
3161
3162
|
"""
|
|
@@ -3239,12 +3240,12 @@ class ValidatingAdmissionPolicyStatus(dict):
|
|
|
3239
3240
|
|
|
3240
3241
|
def __init__(__self__, *,
|
|
3241
3242
|
conditions: Optional[Sequence['_meta.v1.outputs.Condition']] = None,
|
|
3242
|
-
observed_generation: Optional[int] = None,
|
|
3243
|
+
observed_generation: Optional[builtins.int] = None,
|
|
3243
3244
|
type_checking: Optional['outputs.TypeChecking'] = None):
|
|
3244
3245
|
"""
|
|
3245
3246
|
ValidatingAdmissionPolicyStatus represents the status of a ValidatingAdmissionPolicy.
|
|
3246
3247
|
:param Sequence['_meta.v1.ConditionArgs'] conditions: The conditions represent the latest available observations of a policy's current state.
|
|
3247
|
-
:param int observed_generation: The generation observed by the controller.
|
|
3248
|
+
:param builtins.int observed_generation: The generation observed by the controller.
|
|
3248
3249
|
:param 'TypeCheckingArgs' type_checking: The results of type checking for each expression. Presence of this field indicates the completion of the type checking.
|
|
3249
3250
|
"""
|
|
3250
3251
|
if conditions is not None:
|
|
@@ -3264,7 +3265,7 @@ class ValidatingAdmissionPolicyStatus(dict):
|
|
|
3264
3265
|
|
|
3265
3266
|
@property
|
|
3266
3267
|
@pulumi.getter(name="observedGeneration")
|
|
3267
|
-
def observed_generation(self) -> Optional[int]:
|
|
3268
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
3268
3269
|
"""
|
|
3269
3270
|
The generation observed by the controller.
|
|
3270
3271
|
"""
|
|
@@ -3305,12 +3306,12 @@ class ValidatingAdmissionPolicyStatusPatch(dict):
|
|
|
3305
3306
|
|
|
3306
3307
|
def __init__(__self__, *,
|
|
3307
3308
|
conditions: Optional[Sequence['_meta.v1.outputs.ConditionPatch']] = None,
|
|
3308
|
-
observed_generation: Optional[int] = None,
|
|
3309
|
+
observed_generation: Optional[builtins.int] = None,
|
|
3309
3310
|
type_checking: Optional['outputs.TypeCheckingPatch'] = None):
|
|
3310
3311
|
"""
|
|
3311
3312
|
ValidatingAdmissionPolicyStatus represents the status of a ValidatingAdmissionPolicy.
|
|
3312
3313
|
:param Sequence['_meta.v1.ConditionPatchArgs'] conditions: The conditions represent the latest available observations of a policy's current state.
|
|
3313
|
-
:param int observed_generation: The generation observed by the controller.
|
|
3314
|
+
:param builtins.int observed_generation: The generation observed by the controller.
|
|
3314
3315
|
:param 'TypeCheckingPatchArgs' type_checking: The results of type checking for each expression. Presence of this field indicates the completion of the type checking.
|
|
3315
3316
|
"""
|
|
3316
3317
|
if conditions is not None:
|
|
@@ -3330,7 +3331,7 @@ class ValidatingAdmissionPolicyStatusPatch(dict):
|
|
|
3330
3331
|
|
|
3331
3332
|
@property
|
|
3332
3333
|
@pulumi.getter(name="observedGeneration")
|
|
3333
|
-
def observed_generation(self) -> Optional[int]:
|
|
3334
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
3334
3335
|
"""
|
|
3335
3336
|
The generation observed by the controller.
|
|
3336
3337
|
"""
|
|
@@ -3368,13 +3369,13 @@ class Validation(dict):
|
|
|
3368
3369
|
return super().get(key, default)
|
|
3369
3370
|
|
|
3370
3371
|
def __init__(__self__, *,
|
|
3371
|
-
expression: str,
|
|
3372
|
-
message: Optional[str] = None,
|
|
3373
|
-
message_expression: Optional[str] = None,
|
|
3374
|
-
reason: Optional[str] = None):
|
|
3372
|
+
expression: builtins.str,
|
|
3373
|
+
message: Optional[builtins.str] = None,
|
|
3374
|
+
message_expression: Optional[builtins.str] = None,
|
|
3375
|
+
reason: Optional[builtins.str] = None):
|
|
3375
3376
|
"""
|
|
3376
3377
|
Validation specifies the CEL expression which is used to apply the validation.
|
|
3377
|
-
:param str expression: Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the Admission request/response, organized into CEL variables as well as some other useful variables:
|
|
3378
|
+
:param builtins.str expression: Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the Admission request/response, organized into CEL variables as well as some other useful variables:
|
|
3378
3379
|
|
|
3379
3380
|
'object' - The object from the incoming request. The value is null for DELETE requests. 'oldObject' - The existing object. The value is null for CREATE requests. 'request' - Attributes of the admission request([ref](/pkg/apis/admission/types.go#AdmissionRequest)). 'params' - Parameter resource referred to by the policy binding being evaluated. Only populated if the policy has a ParamKind.
|
|
3380
3381
|
|
|
@@ -3395,9 +3396,9 @@ class Validation(dict):
|
|
|
3395
3396
|
are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with
|
|
3396
3397
|
non-intersecting keys are appended, retaining their partial order.
|
|
3397
3398
|
Required.
|
|
3398
|
-
:param str message: Message represents the message displayed when validation fails. The message is required if the Expression contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host" If the Expression contains line breaks. Message is required. The message must not contain line breaks. If unset, the message is "failed Expression: {Expression}".
|
|
3399
|
-
:param str message_expression: messageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a validation, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the `expression` except for 'authorizer' and 'authorizer.requestResource'. Example: "object.x must be less than max ("+string(params.max)+")"
|
|
3400
|
-
:param str reason: Reason represents a machine-readable description of why this validation failed. If this is the first validation in the list to fail, this reason, as well as the corresponding HTTP response code, are used in the HTTP response to the client. The currently supported reasons are: "Unauthorized", "Forbidden", "Invalid", "RequestEntityTooLarge". If not set, StatusReasonInvalid is used in the response to the client.
|
|
3399
|
+
:param builtins.str message: Message represents the message displayed when validation fails. The message is required if the Expression contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host" If the Expression contains line breaks. Message is required. The message must not contain line breaks. If unset, the message is "failed Expression: {Expression}".
|
|
3400
|
+
:param builtins.str message_expression: messageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a validation, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the `expression` except for 'authorizer' and 'authorizer.requestResource'. Example: "object.x must be less than max ("+string(params.max)+")"
|
|
3401
|
+
:param builtins.str reason: Reason represents a machine-readable description of why this validation failed. If this is the first validation in the list to fail, this reason, as well as the corresponding HTTP response code, are used in the HTTP response to the client. The currently supported reasons are: "Unauthorized", "Forbidden", "Invalid", "RequestEntityTooLarge". If not set, StatusReasonInvalid is used in the response to the client.
|
|
3401
3402
|
"""
|
|
3402
3403
|
pulumi.set(__self__, "expression", expression)
|
|
3403
3404
|
if message is not None:
|
|
@@ -3409,7 +3410,7 @@ class Validation(dict):
|
|
|
3409
3410
|
|
|
3410
3411
|
@property
|
|
3411
3412
|
@pulumi.getter
|
|
3412
|
-
def expression(self) -> str:
|
|
3413
|
+
def expression(self) -> builtins.str:
|
|
3413
3414
|
"""
|
|
3414
3415
|
Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the Admission request/response, organized into CEL variables as well as some other useful variables:
|
|
3415
3416
|
|
|
@@ -3437,7 +3438,7 @@ class Validation(dict):
|
|
|
3437
3438
|
|
|
3438
3439
|
@property
|
|
3439
3440
|
@pulumi.getter
|
|
3440
|
-
def message(self) -> Optional[str]:
|
|
3441
|
+
def message(self) -> Optional[builtins.str]:
|
|
3441
3442
|
"""
|
|
3442
3443
|
Message represents the message displayed when validation fails. The message is required if the Expression contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host" If the Expression contains line breaks. Message is required. The message must not contain line breaks. If unset, the message is "failed Expression: {Expression}".
|
|
3443
3444
|
"""
|
|
@@ -3445,7 +3446,7 @@ class Validation(dict):
|
|
|
3445
3446
|
|
|
3446
3447
|
@property
|
|
3447
3448
|
@pulumi.getter(name="messageExpression")
|
|
3448
|
-
def message_expression(self) -> Optional[str]:
|
|
3449
|
+
def message_expression(self) -> Optional[builtins.str]:
|
|
3449
3450
|
"""
|
|
3450
3451
|
messageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a validation, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the `expression` except for 'authorizer' and 'authorizer.requestResource'. Example: "object.x must be less than max ("+string(params.max)+")"
|
|
3451
3452
|
"""
|
|
@@ -3453,7 +3454,7 @@ class Validation(dict):
|
|
|
3453
3454
|
|
|
3454
3455
|
@property
|
|
3455
3456
|
@pulumi.getter
|
|
3456
|
-
def reason(self) -> Optional[str]:
|
|
3457
|
+
def reason(self) -> Optional[builtins.str]:
|
|
3457
3458
|
"""
|
|
3458
3459
|
Reason represents a machine-readable description of why this validation failed. If this is the first validation in the list to fail, this reason, as well as the corresponding HTTP response code, are used in the HTTP response to the client. The currently supported reasons are: "Unauthorized", "Forbidden", "Invalid", "RequestEntityTooLarge". If not set, StatusReasonInvalid is used in the response to the client.
|
|
3459
3460
|
"""
|
|
@@ -3483,13 +3484,13 @@ class ValidationPatch(dict):
|
|
|
3483
3484
|
return super().get(key, default)
|
|
3484
3485
|
|
|
3485
3486
|
def __init__(__self__, *,
|
|
3486
|
-
expression: Optional[str] = None,
|
|
3487
|
-
message: Optional[str] = None,
|
|
3488
|
-
message_expression: Optional[str] = None,
|
|
3489
|
-
reason: Optional[str] = None):
|
|
3487
|
+
expression: Optional[builtins.str] = None,
|
|
3488
|
+
message: Optional[builtins.str] = None,
|
|
3489
|
+
message_expression: Optional[builtins.str] = None,
|
|
3490
|
+
reason: Optional[builtins.str] = None):
|
|
3490
3491
|
"""
|
|
3491
3492
|
Validation specifies the CEL expression which is used to apply the validation.
|
|
3492
|
-
:param str expression: Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the Admission request/response, organized into CEL variables as well as some other useful variables:
|
|
3493
|
+
:param builtins.str expression: Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the Admission request/response, organized into CEL variables as well as some other useful variables:
|
|
3493
3494
|
|
|
3494
3495
|
'object' - The object from the incoming request. The value is null for DELETE requests. 'oldObject' - The existing object. The value is null for CREATE requests. 'request' - Attributes of the admission request([ref](/pkg/apis/admission/types.go#AdmissionRequest)). 'params' - Parameter resource referred to by the policy binding being evaluated. Only populated if the policy has a ParamKind.
|
|
3495
3496
|
|
|
@@ -3510,9 +3511,9 @@ class ValidationPatch(dict):
|
|
|
3510
3511
|
are overwritten by values in `Y` when the key sets of `X` and `Y` intersect. Elements in `Y` with
|
|
3511
3512
|
non-intersecting keys are appended, retaining their partial order.
|
|
3512
3513
|
Required.
|
|
3513
|
-
:param str message: Message represents the message displayed when validation fails. The message is required if the Expression contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host" If the Expression contains line breaks. Message is required. The message must not contain line breaks. If unset, the message is "failed Expression: {Expression}".
|
|
3514
|
-
:param str message_expression: messageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a validation, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the `expression` except for 'authorizer' and 'authorizer.requestResource'. Example: "object.x must be less than max ("+string(params.max)+")"
|
|
3515
|
-
:param str reason: Reason represents a machine-readable description of why this validation failed. If this is the first validation in the list to fail, this reason, as well as the corresponding HTTP response code, are used in the HTTP response to the client. The currently supported reasons are: "Unauthorized", "Forbidden", "Invalid", "RequestEntityTooLarge". If not set, StatusReasonInvalid is used in the response to the client.
|
|
3514
|
+
:param builtins.str message: Message represents the message displayed when validation fails. The message is required if the Expression contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host" If the Expression contains line breaks. Message is required. The message must not contain line breaks. If unset, the message is "failed Expression: {Expression}".
|
|
3515
|
+
:param builtins.str message_expression: messageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a validation, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the `expression` except for 'authorizer' and 'authorizer.requestResource'. Example: "object.x must be less than max ("+string(params.max)+")"
|
|
3516
|
+
:param builtins.str reason: Reason represents a machine-readable description of why this validation failed. If this is the first validation in the list to fail, this reason, as well as the corresponding HTTP response code, are used in the HTTP response to the client. The currently supported reasons are: "Unauthorized", "Forbidden", "Invalid", "RequestEntityTooLarge". If not set, StatusReasonInvalid is used in the response to the client.
|
|
3516
3517
|
"""
|
|
3517
3518
|
if expression is not None:
|
|
3518
3519
|
pulumi.set(__self__, "expression", expression)
|
|
@@ -3525,7 +3526,7 @@ class ValidationPatch(dict):
|
|
|
3525
3526
|
|
|
3526
3527
|
@property
|
|
3527
3528
|
@pulumi.getter
|
|
3528
|
-
def expression(self) -> Optional[str]:
|
|
3529
|
+
def expression(self) -> Optional[builtins.str]:
|
|
3529
3530
|
"""
|
|
3530
3531
|
Expression represents the expression which will be evaluated by CEL. ref: https://github.com/google/cel-spec CEL expressions have access to the contents of the Admission request/response, organized into CEL variables as well as some other useful variables:
|
|
3531
3532
|
|
|
@@ -3553,7 +3554,7 @@ class ValidationPatch(dict):
|
|
|
3553
3554
|
|
|
3554
3555
|
@property
|
|
3555
3556
|
@pulumi.getter
|
|
3556
|
-
def message(self) -> Optional[str]:
|
|
3557
|
+
def message(self) -> Optional[builtins.str]:
|
|
3557
3558
|
"""
|
|
3558
3559
|
Message represents the message displayed when validation fails. The message is required if the Expression contains line breaks. The message must not contain line breaks. If unset, the message is "failed rule: {Rule}". e.g. "must be a URL with the host matching spec.host" If the Expression contains line breaks. Message is required. The message must not contain line breaks. If unset, the message is "failed Expression: {Expression}".
|
|
3559
3560
|
"""
|
|
@@ -3561,7 +3562,7 @@ class ValidationPatch(dict):
|
|
|
3561
3562
|
|
|
3562
3563
|
@property
|
|
3563
3564
|
@pulumi.getter(name="messageExpression")
|
|
3564
|
-
def message_expression(self) -> Optional[str]:
|
|
3565
|
+
def message_expression(self) -> Optional[builtins.str]:
|
|
3565
3566
|
"""
|
|
3566
3567
|
messageExpression declares a CEL expression that evaluates to the validation failure message that is returned when this rule fails. Since messageExpression is used as a failure message, it must evaluate to a string. If both message and messageExpression are present on a validation, then messageExpression will be used if validation fails. If messageExpression results in a runtime error, the runtime error is logged, and the validation failure message is produced as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and the fact that messageExpression produced an empty string/string with only spaces/string with line breaks will be logged. messageExpression has access to all the same variables as the `expression` except for 'authorizer' and 'authorizer.requestResource'. Example: "object.x must be less than max ("+string(params.max)+")"
|
|
3567
3568
|
"""
|
|
@@ -3569,7 +3570,7 @@ class ValidationPatch(dict):
|
|
|
3569
3570
|
|
|
3570
3571
|
@property
|
|
3571
3572
|
@pulumi.getter
|
|
3572
|
-
def reason(self) -> Optional[str]:
|
|
3573
|
+
def reason(self) -> Optional[builtins.str]:
|
|
3573
3574
|
"""
|
|
3574
3575
|
Reason represents a machine-readable description of why this validation failed. If this is the first validation in the list to fail, this reason, as well as the corresponding HTTP response code, are used in the HTTP response to the client. The currently supported reasons are: "Unauthorized", "Forbidden", "Invalid", "RequestEntityTooLarge". If not set, StatusReasonInvalid is used in the response to the client.
|
|
3575
3576
|
"""
|
|
@@ -3582,19 +3583,19 @@ class Variable(dict):
|
|
|
3582
3583
|
Variable is the definition of a variable that is used for composition.
|
|
3583
3584
|
"""
|
|
3584
3585
|
def __init__(__self__, *,
|
|
3585
|
-
expression: str,
|
|
3586
|
-
name: str):
|
|
3586
|
+
expression: builtins.str,
|
|
3587
|
+
name: builtins.str):
|
|
3587
3588
|
"""
|
|
3588
3589
|
Variable is the definition of a variable that is used for composition.
|
|
3589
|
-
:param str expression: Expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation.
|
|
3590
|
-
:param str name: Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through `variables` For example, if name is "foo", the variable will be available as `variables.foo`
|
|
3590
|
+
:param builtins.str expression: Expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation.
|
|
3591
|
+
:param builtins.str name: Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through `variables` For example, if name is "foo", the variable will be available as `variables.foo`
|
|
3591
3592
|
"""
|
|
3592
3593
|
pulumi.set(__self__, "expression", expression)
|
|
3593
3594
|
pulumi.set(__self__, "name", name)
|
|
3594
3595
|
|
|
3595
3596
|
@property
|
|
3596
3597
|
@pulumi.getter
|
|
3597
|
-
def expression(self) -> str:
|
|
3598
|
+
def expression(self) -> builtins.str:
|
|
3598
3599
|
"""
|
|
3599
3600
|
Expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation.
|
|
3600
3601
|
"""
|
|
@@ -3602,7 +3603,7 @@ class Variable(dict):
|
|
|
3602
3603
|
|
|
3603
3604
|
@property
|
|
3604
3605
|
@pulumi.getter
|
|
3605
|
-
def name(self) -> str:
|
|
3606
|
+
def name(self) -> builtins.str:
|
|
3606
3607
|
"""
|
|
3607
3608
|
Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through `variables` For example, if name is "foo", the variable will be available as `variables.foo`
|
|
3608
3609
|
"""
|
|
@@ -3615,12 +3616,12 @@ class VariablePatch(dict):
|
|
|
3615
3616
|
Variable is the definition of a variable that is used for composition.
|
|
3616
3617
|
"""
|
|
3617
3618
|
def __init__(__self__, *,
|
|
3618
|
-
expression: Optional[str] = None,
|
|
3619
|
-
name: Optional[str] = None):
|
|
3619
|
+
expression: Optional[builtins.str] = None,
|
|
3620
|
+
name: Optional[builtins.str] = None):
|
|
3620
3621
|
"""
|
|
3621
3622
|
Variable is the definition of a variable that is used for composition.
|
|
3622
|
-
:param str expression: Expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation.
|
|
3623
|
-
:param str name: Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through `variables` For example, if name is "foo", the variable will be available as `variables.foo`
|
|
3623
|
+
:param builtins.str expression: Expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation.
|
|
3624
|
+
:param builtins.str name: Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through `variables` For example, if name is "foo", the variable will be available as `variables.foo`
|
|
3624
3625
|
"""
|
|
3625
3626
|
if expression is not None:
|
|
3626
3627
|
pulumi.set(__self__, "expression", expression)
|
|
@@ -3629,7 +3630,7 @@ class VariablePatch(dict):
|
|
|
3629
3630
|
|
|
3630
3631
|
@property
|
|
3631
3632
|
@pulumi.getter
|
|
3632
|
-
def expression(self) -> Optional[str]:
|
|
3633
|
+
def expression(self) -> Optional[builtins.str]:
|
|
3633
3634
|
"""
|
|
3634
3635
|
Expression is the expression that will be evaluated as the value of the variable. The CEL expression has access to the same identifiers as the CEL expressions in Validation.
|
|
3635
3636
|
"""
|
|
@@ -3637,7 +3638,7 @@ class VariablePatch(dict):
|
|
|
3637
3638
|
|
|
3638
3639
|
@property
|
|
3639
3640
|
@pulumi.getter
|
|
3640
|
-
def name(self) -> Optional[str]:
|
|
3641
|
+
def name(self) -> Optional[builtins.str]:
|
|
3641
3642
|
"""
|
|
3642
3643
|
Name is the name of the variable. The name must be a valid CEL identifier and unique among all variables. The variable can be accessed in other expressions through `variables` For example, if name is "foo", the variable will be available as `variables.foo`
|
|
3643
3644
|
"""
|