pulumi-kubernetes 4.22.2__py3-none-any.whl → 4.23.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-kubernetes might be problematic. Click here for more details.
- pulumi_kubernetes/__init__.py +36 -2
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfiguration.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationList.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/MutatingWebhookConfigurationPatch.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicy.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBinding.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingList.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyBindingPatch.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyList.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingAdmissionPolicyPatch.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfiguration.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationList.py +1 -0
- pulumi_kubernetes/admissionregistration/v1/ValidatingWebhookConfigurationPatch.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicy.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBinding.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingList.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyBindingPatch.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyList.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/MutatingAdmissionPolicyPatch.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicy.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBinding.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingList.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyBindingPatch.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyList.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/ValidatingAdmissionPolicyPatch.py +1 -0
- pulumi_kubernetes/admissionregistration/v1alpha1/_inputs.py +30 -30
- pulumi_kubernetes/admissionregistration/v1alpha1/outputs.py +20 -20
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfiguration.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationList.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/MutatingWebhookConfigurationPatch.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicy.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBinding.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingList.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyBindingPatch.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyList.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingAdmissionPolicyPatch.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfiguration.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationList.py +1 -0
- pulumi_kubernetes/admissionregistration/v1beta1/ValidatingWebhookConfigurationPatch.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinition.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionList.py +1 -0
- pulumi_kubernetes/apiextensions/v1/CustomResourceDefinitionPatch.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinition.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionList.py +1 -0
- pulumi_kubernetes/apiextensions/v1beta1/CustomResourceDefinitionPatch.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIService.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIServiceList.py +1 -0
- pulumi_kubernetes/apiregistration/v1/APIServicePatch.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/APIService.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/APIServiceList.py +1 -0
- pulumi_kubernetes/apiregistration/v1beta1/APIServicePatch.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevision.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevisionList.py +1 -0
- pulumi_kubernetes/apps/v1/ControllerRevisionPatch.py +1 -0
- pulumi_kubernetes/apps/v1/DaemonSet.py +1 -0
- pulumi_kubernetes/apps/v1/DaemonSetList.py +1 -0
- pulumi_kubernetes/apps/v1/DaemonSetPatch.py +1 -0
- pulumi_kubernetes/apps/v1/Deployment.py +1 -0
- pulumi_kubernetes/apps/v1/DeploymentList.py +1 -0
- pulumi_kubernetes/apps/v1/DeploymentPatch.py +1 -0
- pulumi_kubernetes/apps/v1/ReplicaSet.py +1 -0
- pulumi_kubernetes/apps/v1/ReplicaSetList.py +5 -4
- pulumi_kubernetes/apps/v1/ReplicaSetPatch.py +1 -0
- pulumi_kubernetes/apps/v1/StatefulSet.py +1 -0
- pulumi_kubernetes/apps/v1/StatefulSetList.py +1 -0
- pulumi_kubernetes/apps/v1/StatefulSetPatch.py +1 -0
- pulumi_kubernetes/apps/v1/_inputs.py +109 -56
- pulumi_kubernetes/apps/v1/outputs.py +129 -56
- pulumi_kubernetes/apps/v1beta1/ControllerRevision.py +1 -0
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionList.py +1 -0
- pulumi_kubernetes/apps/v1beta1/ControllerRevisionPatch.py +1 -0
- pulumi_kubernetes/apps/v1beta1/Deployment.py +1 -0
- pulumi_kubernetes/apps/v1beta1/DeploymentList.py +1 -0
- pulumi_kubernetes/apps/v1beta1/DeploymentPatch.py +1 -0
- pulumi_kubernetes/apps/v1beta1/StatefulSet.py +1 -0
- pulumi_kubernetes/apps/v1beta1/StatefulSetList.py +1 -0
- pulumi_kubernetes/apps/v1beta1/StatefulSetPatch.py +1 -0
- pulumi_kubernetes/apps/v1beta2/ControllerRevision.py +1 -0
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionList.py +1 -0
- pulumi_kubernetes/apps/v1beta2/ControllerRevisionPatch.py +1 -0
- pulumi_kubernetes/apps/v1beta2/DaemonSet.py +1 -0
- pulumi_kubernetes/apps/v1beta2/DaemonSetList.py +1 -0
- pulumi_kubernetes/apps/v1beta2/DaemonSetPatch.py +1 -0
- pulumi_kubernetes/apps/v1beta2/Deployment.py +1 -0
- pulumi_kubernetes/apps/v1beta2/DeploymentList.py +1 -0
- pulumi_kubernetes/apps/v1beta2/DeploymentPatch.py +1 -0
- pulumi_kubernetes/apps/v1beta2/ReplicaSet.py +1 -0
- pulumi_kubernetes/apps/v1beta2/ReplicaSetList.py +1 -0
- pulumi_kubernetes/apps/v1beta2/ReplicaSetPatch.py +1 -0
- pulumi_kubernetes/apps/v1beta2/StatefulSet.py +1 -0
- pulumi_kubernetes/apps/v1beta2/StatefulSetList.py +1 -0
- pulumi_kubernetes/apps/v1beta2/StatefulSetPatch.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSink.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkList.py +1 -0
- pulumi_kubernetes/auditregistration/v1alpha1/AuditSinkPatch.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscaler.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerList.py +1 -0
- pulumi_kubernetes/autoscaling/v1/HorizontalPodAutoscalerPatch.py +1 -0
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscaler.py +1 -0
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerList.py +1 -0
- pulumi_kubernetes/autoscaling/v2/HorizontalPodAutoscalerPatch.py +1 -0
- pulumi_kubernetes/autoscaling/v2/_inputs.py +92 -12
- pulumi_kubernetes/autoscaling/v2/outputs.py +66 -10
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscaler.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerList.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta1/HorizontalPodAutoscalerPatch.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscaler.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerList.py +1 -0
- pulumi_kubernetes/autoscaling/v2beta2/HorizontalPodAutoscalerPatch.py +1 -0
- pulumi_kubernetes/batch/v1/CronJob.py +1 -0
- pulumi_kubernetes/batch/v1/CronJobList.py +1 -0
- pulumi_kubernetes/batch/v1/CronJobPatch.py +1 -0
- pulumi_kubernetes/batch/v1/Job.py +1 -0
- pulumi_kubernetes/batch/v1/JobList.py +1 -0
- pulumi_kubernetes/batch/v1/JobPatch.py +1 -0
- pulumi_kubernetes/batch/v1/_inputs.py +12 -42
- pulumi_kubernetes/batch/v1/outputs.py +8 -32
- pulumi_kubernetes/batch/v1beta1/CronJob.py +1 -0
- pulumi_kubernetes/batch/v1beta1/CronJobList.py +1 -0
- pulumi_kubernetes/batch/v1beta1/CronJobPatch.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/CronJob.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/CronJobList.py +1 -0
- pulumi_kubernetes/batch/v2alpha1/CronJobPatch.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequest.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestList.py +1 -0
- pulumi_kubernetes/certificates/v1/CertificateSigningRequestPatch.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundle.py +3 -0
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundleList.py +1 -0
- pulumi_kubernetes/certificates/v1alpha1/ClusterTrustBundlePatch.py +3 -0
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequest.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestList.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/CertificateSigningRequestPatch.py +1 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundle.py +227 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundleList.py +217 -0
- pulumi_kubernetes/certificates/v1beta1/ClusterTrustBundlePatch.py +238 -0
- pulumi_kubernetes/certificates/v1beta1/__init__.py +3 -0
- pulumi_kubernetes/certificates/v1beta1/_inputs.py +292 -0
- pulumi_kubernetes/certificates/v1beta1/outputs.py +241 -0
- pulumi_kubernetes/coordination/v1/Lease.py +1 -0
- pulumi_kubernetes/coordination/v1/LeaseList.py +1 -0
- pulumi_kubernetes/coordination/v1/LeasePatch.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidate.py +2 -1
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidateList.py +1 -0
- pulumi_kubernetes/coordination/v1alpha1/LeaseCandidatePatch.py +2 -1
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidate.py +2 -1
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidateList.py +1 -0
- pulumi_kubernetes/coordination/v1alpha2/LeaseCandidatePatch.py +2 -1
- pulumi_kubernetes/coordination/v1alpha2/_inputs.py +6 -6
- pulumi_kubernetes/coordination/v1alpha2/outputs.py +4 -4
- pulumi_kubernetes/coordination/v1beta1/Lease.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidate.py +218 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidateList.py +217 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseCandidatePatch.py +230 -0
- pulumi_kubernetes/coordination/v1beta1/LeaseList.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/LeasePatch.py +1 -0
- pulumi_kubernetes/coordination/v1beta1/__init__.py +3 -0
- pulumi_kubernetes/coordination/v1beta1/_inputs.py +371 -0
- pulumi_kubernetes/coordination/v1beta1/outputs.py +292 -0
- pulumi_kubernetes/core/v1/Binding.py +1 -0
- pulumi_kubernetes/core/v1/BindingPatch.py +1 -0
- pulumi_kubernetes/core/v1/ConfigMap.py +1 -0
- pulumi_kubernetes/core/v1/ConfigMapList.py +1 -0
- pulumi_kubernetes/core/v1/ConfigMapPatch.py +1 -0
- pulumi_kubernetes/core/v1/Endpoints.py +9 -0
- pulumi_kubernetes/core/v1/EndpointsList.py +3 -2
- pulumi_kubernetes/core/v1/EndpointsPatch.py +9 -0
- pulumi_kubernetes/core/v1/Event.py +1 -0
- pulumi_kubernetes/core/v1/EventList.py +1 -0
- pulumi_kubernetes/core/v1/EventPatch.py +1 -0
- pulumi_kubernetes/core/v1/LimitRange.py +1 -0
- pulumi_kubernetes/core/v1/LimitRangeList.py +1 -0
- pulumi_kubernetes/core/v1/LimitRangePatch.py +1 -0
- pulumi_kubernetes/core/v1/Namespace.py +1 -0
- pulumi_kubernetes/core/v1/NamespaceList.py +1 -0
- pulumi_kubernetes/core/v1/NamespacePatch.py +1 -0
- pulumi_kubernetes/core/v1/Node.py +1 -0
- pulumi_kubernetes/core/v1/NodeList.py +1 -0
- pulumi_kubernetes/core/v1/NodePatch.py +1 -0
- pulumi_kubernetes/core/v1/PersistentVolume.py +1 -0
- pulumi_kubernetes/core/v1/PersistentVolumeClaim.py +1 -0
- pulumi_kubernetes/core/v1/PersistentVolumeClaimList.py +1 -0
- pulumi_kubernetes/core/v1/PersistentVolumeClaimPatch.py +1 -0
- pulumi_kubernetes/core/v1/PersistentVolumeList.py +1 -0
- pulumi_kubernetes/core/v1/PersistentVolumePatch.py +1 -0
- pulumi_kubernetes/core/v1/Pod.py +1 -0
- pulumi_kubernetes/core/v1/PodList.py +1 -0
- pulumi_kubernetes/core/v1/PodPatch.py +1 -0
- pulumi_kubernetes/core/v1/PodTemplate.py +1 -0
- pulumi_kubernetes/core/v1/PodTemplateList.py +1 -0
- pulumi_kubernetes/core/v1/PodTemplatePatch.py +1 -0
- pulumi_kubernetes/core/v1/ReplicationController.py +1 -0
- pulumi_kubernetes/core/v1/ReplicationControllerList.py +1 -0
- pulumi_kubernetes/core/v1/ReplicationControllerPatch.py +1 -0
- pulumi_kubernetes/core/v1/ResourceQuota.py +1 -0
- pulumi_kubernetes/core/v1/ResourceQuotaList.py +1 -0
- pulumi_kubernetes/core/v1/ResourceQuotaPatch.py +1 -0
- pulumi_kubernetes/core/v1/Secret.py +1 -0
- pulumi_kubernetes/core/v1/SecretList.py +1 -0
- pulumi_kubernetes/core/v1/SecretPatch.py +1 -0
- pulumi_kubernetes/core/v1/Service.py +1 -0
- pulumi_kubernetes/core/v1/ServiceAccount.py +1 -0
- pulumi_kubernetes/core/v1/ServiceAccountList.py +1 -0
- pulumi_kubernetes/core/v1/ServiceAccountPatch.py +1 -0
- pulumi_kubernetes/core/v1/ServiceList.py +1 -0
- pulumi_kubernetes/core/v1/ServicePatch.py +1 -0
- pulumi_kubernetes/core/v1/_enums.py +2 -1
- pulumi_kubernetes/core/v1/_inputs.py +240 -66
- pulumi_kubernetes/core/v1/outputs.py +251 -51
- pulumi_kubernetes/discovery/v1/EndpointSlice.py +11 -10
- pulumi_kubernetes/discovery/v1/EndpointSliceList.py +1 -0
- pulumi_kubernetes/discovery/v1/EndpointSlicePatch.py +11 -10
- pulumi_kubernetes/discovery/v1/_inputs.py +159 -44
- pulumi_kubernetes/discovery/v1/outputs.py +107 -32
- pulumi_kubernetes/discovery/v1beta1/EndpointSlice.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/EndpointSliceList.py +1 -0
- pulumi_kubernetes/discovery/v1beta1/EndpointSlicePatch.py +1 -0
- pulumi_kubernetes/events/v1/Event.py +1 -0
- pulumi_kubernetes/events/v1/EventList.py +1 -0
- pulumi_kubernetes/events/v1/EventPatch.py +1 -0
- pulumi_kubernetes/events/v1beta1/Event.py +1 -0
- pulumi_kubernetes/events/v1beta1/EventList.py +1 -0
- pulumi_kubernetes/events/v1beta1/EventPatch.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSet.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSetList.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DaemonSetPatch.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/Deployment.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DeploymentList.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/DeploymentPatch.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/Ingress.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/IngressList.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/IngressPatch.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicy.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyList.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/NetworkPolicyPatch.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicy.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyList.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/PodSecurityPolicyPatch.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/ReplicaSet.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetList.py +1 -0
- pulumi_kubernetes/extensions/v1beta1/ReplicaSetPatch.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchema.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaList.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/FlowSchemaPatch.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfiguration.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationList.py +1 -0
- pulumi_kubernetes/flowcontrol/v1/PriorityLevelConfigurationPatch.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchema.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaList.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/FlowSchemaPatch.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfiguration.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationList.py +1 -0
- pulumi_kubernetes/flowcontrol/v1alpha1/PriorityLevelConfigurationPatch.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchema.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaList.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/FlowSchemaPatch.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfiguration.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationList.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta1/PriorityLevelConfigurationPatch.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchema.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaList.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/FlowSchemaPatch.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfiguration.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationList.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta2/PriorityLevelConfigurationPatch.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchema.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaList.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/FlowSchemaPatch.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfiguration.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationList.py +1 -0
- pulumi_kubernetes/flowcontrol/v1beta3/PriorityLevelConfigurationPatch.py +1 -0
- pulumi_kubernetes/helm/v3/Release.py +1 -0
- pulumi_kubernetes/helm/v4/Chart.py +1 -0
- pulumi_kubernetes/kustomize/v2/Directory.py +1 -0
- pulumi_kubernetes/meta/v1/Status.py +1 -0
- pulumi_kubernetes/meta/v1/StatusPatch.py +1 -0
- pulumi_kubernetes/networking/v1/IPAddress.py +218 -0
- pulumi_kubernetes/networking/v1/IPAddressList.py +217 -0
- pulumi_kubernetes/networking/v1/IPAddressPatch.py +230 -0
- pulumi_kubernetes/networking/v1/Ingress.py +1 -0
- pulumi_kubernetes/networking/v1/IngressClass.py +1 -0
- pulumi_kubernetes/networking/v1/IngressClassList.py +1 -0
- pulumi_kubernetes/networking/v1/IngressClassPatch.py +1 -0
- pulumi_kubernetes/networking/v1/IngressList.py +1 -0
- pulumi_kubernetes/networking/v1/IngressPatch.py +1 -0
- pulumi_kubernetes/networking/v1/NetworkPolicy.py +1 -0
- pulumi_kubernetes/networking/v1/NetworkPolicyList.py +1 -0
- pulumi_kubernetes/networking/v1/NetworkPolicyPatch.py +1 -0
- pulumi_kubernetes/networking/v1/ServiceCIDR.py +228 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRList.py +217 -0
- pulumi_kubernetes/networking/v1/ServiceCIDRPatch.py +240 -0
- pulumi_kubernetes/networking/v1/__init__.py +6 -0
- pulumi_kubernetes/networking/v1/_inputs.py +599 -0
- pulumi_kubernetes/networking/v1/outputs.py +461 -0
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDR.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRList.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/ClusterCIDRPatch.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/IPAddress.py +2 -1
- pulumi_kubernetes/networking/v1alpha1/IPAddressList.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/IPAddressPatch.py +2 -1
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDR.py +2 -1
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRList.py +1 -0
- pulumi_kubernetes/networking/v1alpha1/ServiceCIDRPatch.py +2 -1
- pulumi_kubernetes/networking/v1beta1/IPAddress.py +2 -1
- pulumi_kubernetes/networking/v1beta1/IPAddressList.py +1 -0
- pulumi_kubernetes/networking/v1beta1/IPAddressPatch.py +2 -1
- pulumi_kubernetes/networking/v1beta1/Ingress.py +1 -0
- pulumi_kubernetes/networking/v1beta1/IngressClass.py +1 -0
- pulumi_kubernetes/networking/v1beta1/IngressClassList.py +1 -0
- pulumi_kubernetes/networking/v1beta1/IngressClassPatch.py +1 -0
- pulumi_kubernetes/networking/v1beta1/IngressList.py +1 -0
- pulumi_kubernetes/networking/v1beta1/IngressPatch.py +1 -0
- pulumi_kubernetes/networking/v1beta1/ServiceCIDR.py +2 -1
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRList.py +1 -0
- pulumi_kubernetes/networking/v1beta1/ServiceCIDRPatch.py +2 -1
- pulumi_kubernetes/node/v1/RuntimeClass.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClassList.py +1 -0
- pulumi_kubernetes/node/v1/RuntimeClassPatch.py +1 -0
- pulumi_kubernetes/node/v1alpha1/RuntimeClass.py +1 -0
- pulumi_kubernetes/node/v1alpha1/RuntimeClassList.py +1 -0
- pulumi_kubernetes/node/v1alpha1/RuntimeClassPatch.py +1 -0
- pulumi_kubernetes/node/v1beta1/RuntimeClass.py +1 -0
- pulumi_kubernetes/node/v1beta1/RuntimeClassList.py +1 -0
- pulumi_kubernetes/node/v1beta1/RuntimeClassPatch.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudget.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetList.py +1 -0
- pulumi_kubernetes/policy/v1/PodDisruptionBudgetPatch.py +1 -0
- pulumi_kubernetes/policy/v1/_inputs.py +0 -12
- pulumi_kubernetes/policy/v1/outputs.py +0 -8
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudget.py +1 -0
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetList.py +1 -0
- pulumi_kubernetes/policy/v1beta1/PodDisruptionBudgetPatch.py +1 -0
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicy.py +1 -0
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyList.py +1 -0
- pulumi_kubernetes/policy/v1beta1/PodSecurityPolicyPatch.py +1 -0
- pulumi_kubernetes/provider.py +1 -0
- pulumi_kubernetes/pulumi-plugin.json +1 -1
- pulumi_kubernetes/rbac/v1/ClusterRole.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRoleBinding.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingList.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRoleBindingPatch.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRoleList.py +1 -0
- pulumi_kubernetes/rbac/v1/ClusterRolePatch.py +1 -0
- pulumi_kubernetes/rbac/v1/Role.py +1 -0
- pulumi_kubernetes/rbac/v1/RoleBinding.py +1 -0
- pulumi_kubernetes/rbac/v1/RoleBindingList.py +1 -0
- pulumi_kubernetes/rbac/v1/RoleBindingPatch.py +1 -0
- pulumi_kubernetes/rbac/v1/RoleList.py +1 -0
- pulumi_kubernetes/rbac/v1/RolePatch.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/ClusterRole.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBinding.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingList.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleBindingPatch.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/ClusterRoleList.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/ClusterRolePatch.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/Role.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/RoleBinding.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingList.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/RoleBindingPatch.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/RoleList.py +1 -0
- pulumi_kubernetes/rbac/v1alpha1/RolePatch.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/ClusterRole.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBinding.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingList.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleBindingPatch.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/ClusterRoleList.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/ClusterRolePatch.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/Role.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/RoleBinding.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/RoleBindingList.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/RoleBindingPatch.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/RoleList.py +1 -0
- pulumi_kubernetes/rbac/v1beta1/RolePatch.py +1 -0
- pulumi_kubernetes/resource/__init__.py +3 -0
- pulumi_kubernetes/resource/v1alpha1/PodScheduling.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingList.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/PodSchedulingPatch.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/ResourceClaim.py +2 -1
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimList.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimPatch.py +2 -1
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplate.py +2 -1
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplateList.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/ResourceClaimTemplatePatch.py +2 -1
- pulumi_kubernetes/resource/v1alpha1/ResourceClass.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/ResourceClassList.py +1 -0
- pulumi_kubernetes/resource/v1alpha1/ResourceClassPatch.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContext.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextList.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/PodSchedulingContextPatch.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClaim.py +2 -1
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimList.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParameters.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersList.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimParametersPatch.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimPatch.py +2 -1
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplate.py +2 -1
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplateList.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClaimTemplatePatch.py +2 -1
- pulumi_kubernetes/resource/v1alpha2/ResourceClass.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClassList.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParameters.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersList.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClassParametersPatch.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceClassPatch.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceSlice.py +2 -1
- pulumi_kubernetes/resource/v1alpha2/ResourceSliceList.py +1 -0
- pulumi_kubernetes/resource/v1alpha2/ResourceSlicePatch.py +2 -1
- pulumi_kubernetes/resource/v1alpha3/DeviceClass.py +2 -1
- pulumi_kubernetes/resource/v1alpha3/DeviceClassList.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceClassPatch.py +2 -1
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRule.py +225 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRuleList.py +217 -0
- pulumi_kubernetes/resource/v1alpha3/DeviceTaintRulePatch.py +236 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContext.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextList.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/PodSchedulingContextPatch.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaim.py +2 -1
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimList.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimPatch.py +2 -1
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplate.py +2 -1
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplateList.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceClaimTemplatePatch.py +2 -1
- pulumi_kubernetes/resource/v1alpha3/ResourceSlice.py +2 -1
- pulumi_kubernetes/resource/v1alpha3/ResourceSliceList.py +1 -0
- pulumi_kubernetes/resource/v1alpha3/ResourceSlicePatch.py +2 -1
- pulumi_kubernetes/resource/v1alpha3/__init__.py +3 -0
- pulumi_kubernetes/resource/v1alpha3/_inputs.py +2559 -213
- pulumi_kubernetes/resource/v1alpha3/outputs.py +2037 -256
- pulumi_kubernetes/resource/v1beta1/DeviceClass.py +2 -1
- pulumi_kubernetes/resource/v1beta1/DeviceClassList.py +1 -0
- pulumi_kubernetes/resource/v1beta1/DeviceClassPatch.py +2 -1
- pulumi_kubernetes/resource/v1beta1/ResourceClaim.py +2 -1
- pulumi_kubernetes/resource/v1beta1/ResourceClaimList.py +1 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimPatch.py +2 -1
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplate.py +2 -1
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplateList.py +1 -0
- pulumi_kubernetes/resource/v1beta1/ResourceClaimTemplatePatch.py +2 -1
- pulumi_kubernetes/resource/v1beta1/ResourceSlice.py +2 -1
- pulumi_kubernetes/resource/v1beta1/ResourceSliceList.py +1 -0
- pulumi_kubernetes/resource/v1beta1/ResourceSlicePatch.py +2 -1
- pulumi_kubernetes/resource/v1beta1/_inputs.py +2044 -176
- pulumi_kubernetes/resource/v1beta1/outputs.py +1536 -134
- pulumi_kubernetes/resource/v1beta2/DeviceClass.py +239 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/DeviceClassPatch.py +250 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaim.py +234 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimPatch.py +245 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplate.py +231 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplateList.py +217 -0
- pulumi_kubernetes/resource/v1beta2/ResourceClaimTemplatePatch.py +242 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlice.py +248 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSliceList.py +218 -0
- pulumi_kubernetes/resource/v1beta2/ResourceSlicePatch.py +259 -0
- pulumi_kubernetes/resource/v1beta2/__init__.py +22 -0
- pulumi_kubernetes/resource/v1beta2/_inputs.py +5681 -0
- pulumi_kubernetes/resource/v1beta2/outputs.py +4726 -0
- pulumi_kubernetes/scheduling/v1/PriorityClass.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClassList.py +1 -0
- pulumi_kubernetes/scheduling/v1/PriorityClassPatch.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClass.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassList.py +1 -0
- pulumi_kubernetes/scheduling/v1alpha1/PriorityClassPatch.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/PriorityClass.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassList.py +1 -0
- pulumi_kubernetes/scheduling/v1beta1/PriorityClassPatch.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPreset.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPresetList.py +1 -0
- pulumi_kubernetes/settings/v1alpha1/PodPresetPatch.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriver.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriverList.py +1 -0
- pulumi_kubernetes/storage/v1/CSIDriverPatch.py +1 -0
- pulumi_kubernetes/storage/v1/CSINode.py +1 -0
- pulumi_kubernetes/storage/v1/CSINodeList.py +1 -0
- pulumi_kubernetes/storage/v1/CSINodePatch.py +1 -0
- pulumi_kubernetes/storage/v1/CSIStorageCapacity.py +1 -0
- pulumi_kubernetes/storage/v1/CSIStorageCapacityList.py +1 -0
- pulumi_kubernetes/storage/v1/CSIStorageCapacityPatch.py +1 -0
- pulumi_kubernetes/storage/v1/StorageClass.py +1 -0
- pulumi_kubernetes/storage/v1/StorageClassList.py +1 -0
- pulumi_kubernetes/storage/v1/StorageClassPatch.py +1 -0
- pulumi_kubernetes/storage/v1/VolumeAttachment.py +1 -0
- pulumi_kubernetes/storage/v1/VolumeAttachmentList.py +1 -0
- pulumi_kubernetes/storage/v1/VolumeAttachmentPatch.py +1 -0
- pulumi_kubernetes/storage/v1/_inputs.py +90 -0
- pulumi_kubernetes/storage/v1/outputs.py +110 -0
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachment.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentList.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/VolumeAttachmentPatch.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClass.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassList.py +1 -0
- pulumi_kubernetes/storage/v1alpha1/VolumeAttributesClassPatch.py +1 -0
- pulumi_kubernetes/storage/v1beta1/CSIDriver.py +1 -0
- pulumi_kubernetes/storage/v1beta1/CSIDriverList.py +1 -0
- pulumi_kubernetes/storage/v1beta1/CSIDriverPatch.py +1 -0
- pulumi_kubernetes/storage/v1beta1/CSINode.py +1 -0
- pulumi_kubernetes/storage/v1beta1/CSINodeList.py +1 -0
- pulumi_kubernetes/storage/v1beta1/CSINodePatch.py +1 -0
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacity.py +1 -0
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityList.py +1 -0
- pulumi_kubernetes/storage/v1beta1/CSIStorageCapacityPatch.py +1 -0
- pulumi_kubernetes/storage/v1beta1/StorageClass.py +1 -0
- pulumi_kubernetes/storage/v1beta1/StorageClassList.py +1 -0
- pulumi_kubernetes/storage/v1beta1/StorageClassPatch.py +1 -0
- pulumi_kubernetes/storage/v1beta1/VolumeAttachment.py +1 -0
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentList.py +1 -0
- pulumi_kubernetes/storage/v1beta1/VolumeAttachmentPatch.py +1 -0
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClass.py +1 -0
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassList.py +1 -0
- pulumi_kubernetes/storage/v1beta1/VolumeAttributesClassPatch.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigration.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationList.py +1 -0
- pulumi_kubernetes/storagemigration/v1alpha1/StorageVersionMigrationPatch.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigFile.py +1 -0
- pulumi_kubernetes/yaml/v2/ConfigGroup.py +1 -0
- pulumi_kubernetes/yaml/yaml.py +108 -0
- {pulumi_kubernetes-4.22.2.dist-info → pulumi_kubernetes-4.23.0.dist-info}/METADATA +3 -3
- pulumi_kubernetes-4.23.0.dist-info/RECORD +709 -0
- {pulumi_kubernetes-4.22.2.dist-info → pulumi_kubernetes-4.23.0.dist-info}/WHEEL +1 -1
- pulumi_kubernetes-4.22.2.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.22.2.dist-info → pulumi_kubernetes-4.23.0.dist-info}/top_level.txt +0 -0
|
@@ -854,12 +854,12 @@ class MatchResources(dict):
|
|
|
854
854
|
resource_rules: Optional[Sequence['outputs.NamedRuleWithOperations']] = None):
|
|
855
855
|
"""
|
|
856
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)
|
|
857
|
-
:param Sequence['NamedRuleWithOperationsArgs'] exclude_resource_rules: ExcludeResourceRules describes what operations on what resources/subresources the
|
|
857
|
+
:param Sequence['NamedRuleWithOperationsArgs'] exclude_resource_rules: ExcludeResourceRules describes what operations on what resources/subresources the policy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
|
|
858
858
|
:param builtins.str match_policy: matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".
|
|
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"]`,
|
|
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"]`, the admission policy does not consider requests to apps/v1beta1 or extensions/v1beta1 API groups.
|
|
861
861
|
|
|
862
|
-
- Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`,
|
|
862
|
+
- Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, the admission policy **does** consider requests made to apps/v1beta1 or extensions/v1beta1 API groups. The API server translates the request to a matched resource API if necessary.
|
|
863
863
|
|
|
864
864
|
Defaults to "Equivalent"
|
|
865
865
|
:param '_meta.v1.LabelSelectorArgs' namespace_selector: NamespaceSelector decides whether to run the admission control policy on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the policy.
|
|
@@ -893,8 +893,8 @@ class MatchResources(dict):
|
|
|
893
893
|
See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors.
|
|
894
894
|
|
|
895
895
|
Default to the empty LabelSelector, which matches everything.
|
|
896
|
-
:param '_meta.v1.LabelSelectorArgs' object_selector: ObjectSelector decides whether to run the
|
|
897
|
-
:param Sequence['NamedRuleWithOperationsArgs'] resource_rules: ResourceRules describes what operations on what resources/subresources the
|
|
896
|
+
:param '_meta.v1.LabelSelectorArgs' object_selector: ObjectSelector decides whether to run the policy based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the policy's expression (CEL), and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.
|
|
897
|
+
:param Sequence['NamedRuleWithOperationsArgs'] resource_rules: ResourceRules describes what operations on what resources/subresources the admission policy matches. The policy cares about an operation if it matches _any_ Rule.
|
|
898
898
|
"""
|
|
899
899
|
if exclude_resource_rules is not None:
|
|
900
900
|
pulumi.set(__self__, "exclude_resource_rules", exclude_resource_rules)
|
|
@@ -911,7 +911,7 @@ class MatchResources(dict):
|
|
|
911
911
|
@pulumi.getter(name="excludeResourceRules")
|
|
912
912
|
def exclude_resource_rules(self) -> Optional[Sequence['outputs.NamedRuleWithOperations']]:
|
|
913
913
|
"""
|
|
914
|
-
ExcludeResourceRules describes what operations on what resources/subresources the
|
|
914
|
+
ExcludeResourceRules describes what operations on what resources/subresources the policy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
|
|
915
915
|
"""
|
|
916
916
|
return pulumi.get(self, "exclude_resource_rules")
|
|
917
917
|
|
|
@@ -921,9 +921,9 @@ class MatchResources(dict):
|
|
|
921
921
|
"""
|
|
922
922
|
matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".
|
|
923
923
|
|
|
924
|
-
- 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"]`,
|
|
924
|
+
- 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"]`, the admission policy does not consider requests to apps/v1beta1 or extensions/v1beta1 API groups.
|
|
925
925
|
|
|
926
|
-
- Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`,
|
|
926
|
+
- Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, the admission policy **does** consider requests made to apps/v1beta1 or extensions/v1beta1 API groups. The API server translates the request to a matched resource API if necessary.
|
|
927
927
|
|
|
928
928
|
Defaults to "Equivalent"
|
|
929
929
|
"""
|
|
@@ -971,7 +971,7 @@ class MatchResources(dict):
|
|
|
971
971
|
@pulumi.getter(name="objectSelector")
|
|
972
972
|
def object_selector(self) -> Optional['_meta.v1.outputs.LabelSelector']:
|
|
973
973
|
"""
|
|
974
|
-
ObjectSelector decides whether to run the
|
|
974
|
+
ObjectSelector decides whether to run the policy based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the policy's expression (CEL), and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.
|
|
975
975
|
"""
|
|
976
976
|
return pulumi.get(self, "object_selector")
|
|
977
977
|
|
|
@@ -979,7 +979,7 @@ class MatchResources(dict):
|
|
|
979
979
|
@pulumi.getter(name="resourceRules")
|
|
980
980
|
def resource_rules(self) -> Optional[Sequence['outputs.NamedRuleWithOperations']]:
|
|
981
981
|
"""
|
|
982
|
-
ResourceRules describes what operations on what resources/subresources the
|
|
982
|
+
ResourceRules describes what operations on what resources/subresources the admission policy matches. The policy cares about an operation if it matches _any_ Rule.
|
|
983
983
|
"""
|
|
984
984
|
return pulumi.get(self, "resource_rules")
|
|
985
985
|
|
|
@@ -1022,12 +1022,12 @@ class MatchResourcesPatch(dict):
|
|
|
1022
1022
|
resource_rules: Optional[Sequence['outputs.NamedRuleWithOperationsPatch']] = None):
|
|
1023
1023
|
"""
|
|
1024
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)
|
|
1025
|
-
:param Sequence['NamedRuleWithOperationsPatchArgs'] exclude_resource_rules: ExcludeResourceRules describes what operations on what resources/subresources the
|
|
1025
|
+
:param Sequence['NamedRuleWithOperationsPatchArgs'] exclude_resource_rules: ExcludeResourceRules describes what operations on what resources/subresources the policy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
|
|
1026
1026
|
:param builtins.str match_policy: matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".
|
|
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"]`,
|
|
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"]`, the admission policy does not consider requests to apps/v1beta1 or extensions/v1beta1 API groups.
|
|
1029
1029
|
|
|
1030
|
-
- Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`,
|
|
1030
|
+
- Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, the admission policy **does** consider requests made to apps/v1beta1 or extensions/v1beta1 API groups. The API server translates the request to a matched resource API if necessary.
|
|
1031
1031
|
|
|
1032
1032
|
Defaults to "Equivalent"
|
|
1033
1033
|
:param '_meta.v1.LabelSelectorPatchArgs' namespace_selector: NamespaceSelector decides whether to run the admission control policy on an object based on whether the namespace for that object matches the selector. If the object itself is a namespace, the matching is performed on object.metadata.labels. If the object is another cluster scoped resource, it never skips the policy.
|
|
@@ -1061,8 +1061,8 @@ class MatchResourcesPatch(dict):
|
|
|
1061
1061
|
See https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/ for more examples of label selectors.
|
|
1062
1062
|
|
|
1063
1063
|
Default to the empty LabelSelector, which matches everything.
|
|
1064
|
-
:param '_meta.v1.LabelSelectorPatchArgs' object_selector: ObjectSelector decides whether to run the
|
|
1065
|
-
:param Sequence['NamedRuleWithOperationsPatchArgs'] resource_rules: ResourceRules describes what operations on what resources/subresources the
|
|
1064
|
+
:param '_meta.v1.LabelSelectorPatchArgs' object_selector: ObjectSelector decides whether to run the policy based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the policy's expression (CEL), and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.
|
|
1065
|
+
:param Sequence['NamedRuleWithOperationsPatchArgs'] resource_rules: ResourceRules describes what operations on what resources/subresources the admission policy matches. The policy cares about an operation if it matches _any_ Rule.
|
|
1066
1066
|
"""
|
|
1067
1067
|
if exclude_resource_rules is not None:
|
|
1068
1068
|
pulumi.set(__self__, "exclude_resource_rules", exclude_resource_rules)
|
|
@@ -1079,7 +1079,7 @@ class MatchResourcesPatch(dict):
|
|
|
1079
1079
|
@pulumi.getter(name="excludeResourceRules")
|
|
1080
1080
|
def exclude_resource_rules(self) -> Optional[Sequence['outputs.NamedRuleWithOperationsPatch']]:
|
|
1081
1081
|
"""
|
|
1082
|
-
ExcludeResourceRules describes what operations on what resources/subresources the
|
|
1082
|
+
ExcludeResourceRules describes what operations on what resources/subresources the policy should not care about. The exclude rules take precedence over include rules (if a resource matches both, it is excluded)
|
|
1083
1083
|
"""
|
|
1084
1084
|
return pulumi.get(self, "exclude_resource_rules")
|
|
1085
1085
|
|
|
@@ -1089,9 +1089,9 @@ class MatchResourcesPatch(dict):
|
|
|
1089
1089
|
"""
|
|
1090
1090
|
matchPolicy defines how the "MatchResources" list is used to match incoming requests. Allowed values are "Exact" or "Equivalent".
|
|
1091
1091
|
|
|
1092
|
-
- 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"]`,
|
|
1092
|
+
- 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"]`, the admission policy does not consider requests to apps/v1beta1 or extensions/v1beta1 API groups.
|
|
1093
1093
|
|
|
1094
|
-
- Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`,
|
|
1094
|
+
- Equivalent: match a request if modifies a resource listed in rules, even via another API group or version. For example, if deployments can be modified via apps/v1, apps/v1beta1, and extensions/v1beta1, and "rules" only included `apiGroups:["apps"], apiVersions:["v1"], resources: ["deployments"]`, the admission policy **does** consider requests made to apps/v1beta1 or extensions/v1beta1 API groups. The API server translates the request to a matched resource API if necessary.
|
|
1095
1095
|
|
|
1096
1096
|
Defaults to "Equivalent"
|
|
1097
1097
|
"""
|
|
@@ -1139,7 +1139,7 @@ class MatchResourcesPatch(dict):
|
|
|
1139
1139
|
@pulumi.getter(name="objectSelector")
|
|
1140
1140
|
def object_selector(self) -> Optional['_meta.v1.outputs.LabelSelectorPatch']:
|
|
1141
1141
|
"""
|
|
1142
|
-
ObjectSelector decides whether to run the
|
|
1142
|
+
ObjectSelector decides whether to run the policy based on if the object has matching labels. objectSelector is evaluated against both the oldObject and newObject that would be sent to the policy's expression (CEL), and is considered to match if either object matches the selector. A null object (oldObject in the case of create, or newObject in the case of delete) or an object that cannot have labels (like a DeploymentRollback or a PodProxyOptions object) is not considered to match. Use the object selector only if the webhook is opt-in, because end users may skip the admission webhook by setting the labels. Default to the empty LabelSelector, which matches everything.
|
|
1143
1143
|
"""
|
|
1144
1144
|
return pulumi.get(self, "object_selector")
|
|
1145
1145
|
|
|
@@ -1147,7 +1147,7 @@ class MatchResourcesPatch(dict):
|
|
|
1147
1147
|
@pulumi.getter(name="resourceRules")
|
|
1148
1148
|
def resource_rules(self) -> Optional[Sequence['outputs.NamedRuleWithOperationsPatch']]:
|
|
1149
1149
|
"""
|
|
1150
|
-
ResourceRules describes what operations on what resources/subresources the
|
|
1150
|
+
ResourceRules describes what operations on what resources/subresources the admission policy matches. The policy cares about an operation if it matches _any_ Rule.
|
|
1151
1151
|
"""
|
|
1152
1152
|
return pulumi.get(self, "resource_rules")
|
|
1153
1153
|
|
|
@@ -92,6 +92,7 @@ class MutatingWebhookConfigurationInitArgs:
|
|
|
92
92
|
pulumi.set(self, "webhooks", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1beta1:MutatingWebhookConfiguration")
|
|
95
96
|
class MutatingWebhookConfiguration(pulumi.CustomResource):
|
|
96
97
|
@overload
|
|
97
98
|
def __init__(__self__,
|
|
@@ -91,6 +91,7 @@ class MutatingWebhookConfigurationListArgs:
|
|
|
91
91
|
pulumi.set(self, "metadata", value)
|
|
92
92
|
|
|
93
93
|
|
|
94
|
+
@pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1beta1:MutatingWebhookConfigurationList")
|
|
94
95
|
class MutatingWebhookConfigurationList(pulumi.CustomResource):
|
|
95
96
|
@overload
|
|
96
97
|
def __init__(__self__,
|
|
@@ -92,6 +92,7 @@ class MutatingWebhookConfigurationPatchArgs:
|
|
|
92
92
|
pulumi.set(self, "webhooks", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1beta1:MutatingWebhookConfigurationPatch")
|
|
95
96
|
class MutatingWebhookConfigurationPatch(pulumi.CustomResource):
|
|
96
97
|
@overload
|
|
97
98
|
def __init__(__self__,
|
|
@@ -92,6 +92,7 @@ class ValidatingAdmissionPolicyInitArgs:
|
|
|
92
92
|
pulumi.set(self, "spec", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1beta1:ValidatingAdmissionPolicy")
|
|
95
96
|
class ValidatingAdmissionPolicy(pulumi.CustomResource):
|
|
96
97
|
@overload
|
|
97
98
|
def __init__(__self__,
|
|
@@ -92,6 +92,7 @@ class ValidatingAdmissionPolicyBindingInitArgs:
|
|
|
92
92
|
pulumi.set(self, "spec", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1beta1:ValidatingAdmissionPolicyBinding")
|
|
95
96
|
class ValidatingAdmissionPolicyBinding(pulumi.CustomResource):
|
|
96
97
|
@overload
|
|
97
98
|
def __init__(__self__,
|
|
@@ -91,6 +91,7 @@ class ValidatingAdmissionPolicyBindingListArgs:
|
|
|
91
91
|
pulumi.set(self, "metadata", value)
|
|
92
92
|
|
|
93
93
|
|
|
94
|
+
@pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1beta1:ValidatingAdmissionPolicyBindingList")
|
|
94
95
|
class ValidatingAdmissionPolicyBindingList(pulumi.CustomResource):
|
|
95
96
|
@overload
|
|
96
97
|
def __init__(__self__,
|
|
@@ -92,6 +92,7 @@ class ValidatingAdmissionPolicyBindingPatchArgs:
|
|
|
92
92
|
pulumi.set(self, "spec", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1beta1:ValidatingAdmissionPolicyBindingPatch")
|
|
95
96
|
class ValidatingAdmissionPolicyBindingPatch(pulumi.CustomResource):
|
|
96
97
|
@overload
|
|
97
98
|
def __init__(__self__,
|
|
@@ -91,6 +91,7 @@ class ValidatingAdmissionPolicyListArgs:
|
|
|
91
91
|
pulumi.set(self, "metadata", value)
|
|
92
92
|
|
|
93
93
|
|
|
94
|
+
@pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1beta1:ValidatingAdmissionPolicyList")
|
|
94
95
|
class ValidatingAdmissionPolicyList(pulumi.CustomResource):
|
|
95
96
|
@overload
|
|
96
97
|
def __init__(__self__,
|
|
@@ -92,6 +92,7 @@ class ValidatingAdmissionPolicyPatchArgs:
|
|
|
92
92
|
pulumi.set(self, "spec", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1beta1:ValidatingAdmissionPolicyPatch")
|
|
95
96
|
class ValidatingAdmissionPolicyPatch(pulumi.CustomResource):
|
|
96
97
|
@overload
|
|
97
98
|
def __init__(__self__,
|
|
@@ -92,6 +92,7 @@ class ValidatingWebhookConfigurationInitArgs:
|
|
|
92
92
|
pulumi.set(self, "webhooks", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1beta1:ValidatingWebhookConfiguration")
|
|
95
96
|
class ValidatingWebhookConfiguration(pulumi.CustomResource):
|
|
96
97
|
@overload
|
|
97
98
|
def __init__(__self__,
|
|
@@ -91,6 +91,7 @@ class ValidatingWebhookConfigurationListArgs:
|
|
|
91
91
|
pulumi.set(self, "metadata", value)
|
|
92
92
|
|
|
93
93
|
|
|
94
|
+
@pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1beta1:ValidatingWebhookConfigurationList")
|
|
94
95
|
class ValidatingWebhookConfigurationList(pulumi.CustomResource):
|
|
95
96
|
@overload
|
|
96
97
|
def __init__(__self__,
|
|
@@ -92,6 +92,7 @@ class ValidatingWebhookConfigurationPatchArgs:
|
|
|
92
92
|
pulumi.set(self, "webhooks", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:admissionregistration.k8s.io/v1beta1:ValidatingWebhookConfigurationPatch")
|
|
95
96
|
class ValidatingWebhookConfigurationPatch(pulumi.CustomResource):
|
|
96
97
|
@overload
|
|
97
98
|
def __init__(__self__,
|
|
@@ -91,6 +91,7 @@ class CustomResourceDefinitionInitArgs:
|
|
|
91
91
|
pulumi.set(self, "metadata", value)
|
|
92
92
|
|
|
93
93
|
|
|
94
|
+
@pulumi.type_token("kubernetes:apiextensions.k8s.io/v1:CustomResourceDefinition")
|
|
94
95
|
class CustomResourceDefinition(pulumi.CustomResource):
|
|
95
96
|
@overload
|
|
96
97
|
def __init__(__self__,
|
|
@@ -91,6 +91,7 @@ class CustomResourceDefinitionListArgs:
|
|
|
91
91
|
pulumi.set(self, "metadata", value)
|
|
92
92
|
|
|
93
93
|
|
|
94
|
+
@pulumi.type_token("kubernetes:apiextensions.k8s.io/v1:CustomResourceDefinitionList")
|
|
94
95
|
class CustomResourceDefinitionList(pulumi.CustomResource):
|
|
95
96
|
@overload
|
|
96
97
|
def __init__(__self__,
|
|
@@ -92,6 +92,7 @@ class CustomResourceDefinitionPatchArgs:
|
|
|
92
92
|
pulumi.set(self, "spec", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:apiextensions.k8s.io/v1:CustomResourceDefinitionPatch")
|
|
95
96
|
class CustomResourceDefinitionPatch(pulumi.CustomResource):
|
|
96
97
|
@overload
|
|
97
98
|
def __init__(__self__,
|
|
@@ -87,6 +87,7 @@ class CustomResourceDefinitionInitArgs:
|
|
|
87
87
|
pulumi.set(self, "metadata", value)
|
|
88
88
|
|
|
89
89
|
|
|
90
|
+
@pulumi.type_token("kubernetes:apiextensions.k8s.io/v1beta1:CustomResourceDefinition")
|
|
90
91
|
class CustomResourceDefinition(pulumi.CustomResource):
|
|
91
92
|
@overload
|
|
92
93
|
def __init__(__self__,
|
|
@@ -87,6 +87,7 @@ class CustomResourceDefinitionListArgs:
|
|
|
87
87
|
pulumi.set(self, "metadata", value)
|
|
88
88
|
|
|
89
89
|
|
|
90
|
+
@pulumi.type_token("kubernetes:apiextensions.k8s.io/v1beta1:CustomResourceDefinitionList")
|
|
90
91
|
class CustomResourceDefinitionList(pulumi.CustomResource):
|
|
91
92
|
@overload
|
|
92
93
|
def __init__(__self__,
|
|
@@ -88,6 +88,7 @@ class CustomResourceDefinitionPatchArgs:
|
|
|
88
88
|
pulumi.set(self, "spec", value)
|
|
89
89
|
|
|
90
90
|
|
|
91
|
+
@pulumi.type_token("kubernetes:apiextensions.k8s.io/v1beta1:CustomResourceDefinitionPatch")
|
|
91
92
|
class CustomResourceDefinitionPatch(pulumi.CustomResource):
|
|
92
93
|
@overload
|
|
93
94
|
def __init__(__self__,
|
|
@@ -30,7 +30,7 @@ class ReplicaSetListArgs:
|
|
|
30
30
|
metadata: Optional[pulumi.Input['_meta.v1.ListMetaArgs']] = None):
|
|
31
31
|
"""
|
|
32
32
|
The set of arguments for constructing a ReplicaSetList resource.
|
|
33
|
-
:param pulumi.Input[Sequence[pulumi.Input['ReplicaSetArgs']]] items: List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/
|
|
33
|
+
:param pulumi.Input[Sequence[pulumi.Input['ReplicaSetArgs']]] items: List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset
|
|
34
34
|
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
35
35
|
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
36
36
|
:param pulumi.Input['_meta.v1.ListMetaArgs'] metadata: Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
@@ -47,7 +47,7 @@ class ReplicaSetListArgs:
|
|
|
47
47
|
@pulumi.getter
|
|
48
48
|
def items(self) -> pulumi.Input[Sequence[pulumi.Input['ReplicaSetArgs']]]:
|
|
49
49
|
"""
|
|
50
|
-
List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/
|
|
50
|
+
List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset
|
|
51
51
|
"""
|
|
52
52
|
return pulumi.get(self, "items")
|
|
53
53
|
|
|
@@ -92,6 +92,7 @@ class ReplicaSetListArgs:
|
|
|
92
92
|
pulumi.set(self, "metadata", value)
|
|
93
93
|
|
|
94
94
|
|
|
95
|
+
@pulumi.type_token("kubernetes:apps/v1:ReplicaSetList")
|
|
95
96
|
class ReplicaSetList(pulumi.CustomResource):
|
|
96
97
|
@overload
|
|
97
98
|
def __init__(__self__,
|
|
@@ -108,7 +109,7 @@ class ReplicaSetList(pulumi.CustomResource):
|
|
|
108
109
|
:param str resource_name: The name of the resource.
|
|
109
110
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
110
111
|
:param pulumi.Input[builtins.str] api_version: APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources
|
|
111
|
-
:param pulumi.Input[Sequence[pulumi.Input[Union['ReplicaSetArgs', 'ReplicaSetArgsDict']]]] items: List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/
|
|
112
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['ReplicaSetArgs', 'ReplicaSetArgsDict']]]] items: List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset
|
|
112
113
|
:param pulumi.Input[builtins.str] kind: Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
113
114
|
:param pulumi.Input[Union['_meta.v1.ListMetaArgs', '_meta.v1.ListMetaArgsDict']] metadata: Standard list metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
114
115
|
"""
|
|
@@ -195,7 +196,7 @@ class ReplicaSetList(pulumi.CustomResource):
|
|
|
195
196
|
@pulumi.getter
|
|
196
197
|
def items(self) -> pulumi.Output[Sequence['outputs.ReplicaSet']]:
|
|
197
198
|
"""
|
|
198
|
-
List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/
|
|
199
|
+
List of ReplicaSets. More info: https://kubernetes.io/docs/concepts/workloads/controllers/replicaset
|
|
199
200
|
"""
|
|
200
201
|
return pulumi.get(self, "items")
|
|
201
202
|
|