pulumi-kubernetes 4.23.0a1743519894__py3-none-any.whl → 4.23.0a1743721244__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.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/METADATA +1 -1
- pulumi_kubernetes-4.23.0a1743721244.dist-info/RECORD +679 -0
- pulumi_kubernetes-4.23.0a1743519894.dist-info/RECORD +0 -679
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.dist-info}/WHEEL +0 -0
- {pulumi_kubernetes-4.23.0a1743519894.dist-info → pulumi_kubernetes-4.23.0a1743721244.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
|
|
@@ -70,13 +71,13 @@ class ContainerResourceMetricSource(dict):
|
|
|
70
71
|
ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
71
72
|
"""
|
|
72
73
|
def __init__(__self__, *,
|
|
73
|
-
container: str,
|
|
74
|
-
name: str,
|
|
74
|
+
container: builtins.str,
|
|
75
|
+
name: builtins.str,
|
|
75
76
|
target: 'outputs.MetricTarget'):
|
|
76
77
|
"""
|
|
77
78
|
ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
78
|
-
:param str container: container is the name of the container in the pods of the scaling target
|
|
79
|
-
:param str name: name is the name of the resource in question.
|
|
79
|
+
:param builtins.str container: container is the name of the container in the pods of the scaling target
|
|
80
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
80
81
|
:param 'MetricTargetArgs' target: target specifies the target value for the given metric
|
|
81
82
|
"""
|
|
82
83
|
pulumi.set(__self__, "container", container)
|
|
@@ -85,7 +86,7 @@ class ContainerResourceMetricSource(dict):
|
|
|
85
86
|
|
|
86
87
|
@property
|
|
87
88
|
@pulumi.getter
|
|
88
|
-
def container(self) -> str:
|
|
89
|
+
def container(self) -> builtins.str:
|
|
89
90
|
"""
|
|
90
91
|
container is the name of the container in the pods of the scaling target
|
|
91
92
|
"""
|
|
@@ -93,7 +94,7 @@ class ContainerResourceMetricSource(dict):
|
|
|
93
94
|
|
|
94
95
|
@property
|
|
95
96
|
@pulumi.getter
|
|
96
|
-
def name(self) -> str:
|
|
97
|
+
def name(self) -> builtins.str:
|
|
97
98
|
"""
|
|
98
99
|
name is the name of the resource in question.
|
|
99
100
|
"""
|
|
@@ -114,13 +115,13 @@ class ContainerResourceMetricSourcePatch(dict):
|
|
|
114
115
|
ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
115
116
|
"""
|
|
116
117
|
def __init__(__self__, *,
|
|
117
|
-
container: Optional[str] = None,
|
|
118
|
-
name: Optional[str] = None,
|
|
118
|
+
container: Optional[builtins.str] = None,
|
|
119
|
+
name: Optional[builtins.str] = None,
|
|
119
120
|
target: Optional['outputs.MetricTargetPatch'] = None):
|
|
120
121
|
"""
|
|
121
122
|
ContainerResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
122
|
-
:param str container: container is the name of the container in the pods of the scaling target
|
|
123
|
-
:param str name: name is the name of the resource in question.
|
|
123
|
+
:param builtins.str container: container is the name of the container in the pods of the scaling target
|
|
124
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
124
125
|
:param 'MetricTargetPatchArgs' target: target specifies the target value for the given metric
|
|
125
126
|
"""
|
|
126
127
|
if container is not None:
|
|
@@ -132,7 +133,7 @@ class ContainerResourceMetricSourcePatch(dict):
|
|
|
132
133
|
|
|
133
134
|
@property
|
|
134
135
|
@pulumi.getter
|
|
135
|
-
def container(self) -> Optional[str]:
|
|
136
|
+
def container(self) -> Optional[builtins.str]:
|
|
136
137
|
"""
|
|
137
138
|
container is the name of the container in the pods of the scaling target
|
|
138
139
|
"""
|
|
@@ -140,7 +141,7 @@ class ContainerResourceMetricSourcePatch(dict):
|
|
|
140
141
|
|
|
141
142
|
@property
|
|
142
143
|
@pulumi.getter
|
|
143
|
-
def name(self) -> Optional[str]:
|
|
144
|
+
def name(self) -> Optional[builtins.str]:
|
|
144
145
|
"""
|
|
145
146
|
name is the name of the resource in question.
|
|
146
147
|
"""
|
|
@@ -161,14 +162,14 @@ class ContainerResourceMetricStatus(dict):
|
|
|
161
162
|
ContainerResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
162
163
|
"""
|
|
163
164
|
def __init__(__self__, *,
|
|
164
|
-
container: str,
|
|
165
|
+
container: builtins.str,
|
|
165
166
|
current: 'outputs.MetricValueStatus',
|
|
166
|
-
name: str):
|
|
167
|
+
name: builtins.str):
|
|
167
168
|
"""
|
|
168
169
|
ContainerResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
169
|
-
:param str container: container is the name of the container in the pods of the scaling target
|
|
170
|
+
:param builtins.str container: container is the name of the container in the pods of the scaling target
|
|
170
171
|
:param 'MetricValueStatusArgs' current: current contains the current value for the given metric
|
|
171
|
-
:param str name: name is the name of the resource in question.
|
|
172
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
172
173
|
"""
|
|
173
174
|
pulumi.set(__self__, "container", container)
|
|
174
175
|
pulumi.set(__self__, "current", current)
|
|
@@ -176,7 +177,7 @@ class ContainerResourceMetricStatus(dict):
|
|
|
176
177
|
|
|
177
178
|
@property
|
|
178
179
|
@pulumi.getter
|
|
179
|
-
def container(self) -> str:
|
|
180
|
+
def container(self) -> builtins.str:
|
|
180
181
|
"""
|
|
181
182
|
container is the name of the container in the pods of the scaling target
|
|
182
183
|
"""
|
|
@@ -192,7 +193,7 @@ class ContainerResourceMetricStatus(dict):
|
|
|
192
193
|
|
|
193
194
|
@property
|
|
194
195
|
@pulumi.getter
|
|
195
|
-
def name(self) -> str:
|
|
196
|
+
def name(self) -> builtins.str:
|
|
196
197
|
"""
|
|
197
198
|
name is the name of the resource in question.
|
|
198
199
|
"""
|
|
@@ -205,14 +206,14 @@ class ContainerResourceMetricStatusPatch(dict):
|
|
|
205
206
|
ContainerResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
206
207
|
"""
|
|
207
208
|
def __init__(__self__, *,
|
|
208
|
-
container: Optional[str] = None,
|
|
209
|
+
container: Optional[builtins.str] = None,
|
|
209
210
|
current: Optional['outputs.MetricValueStatusPatch'] = None,
|
|
210
|
-
name: Optional[str] = None):
|
|
211
|
+
name: Optional[builtins.str] = None):
|
|
211
212
|
"""
|
|
212
213
|
ContainerResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
213
|
-
:param str container: container is the name of the container in the pods of the scaling target
|
|
214
|
+
:param builtins.str container: container is the name of the container in the pods of the scaling target
|
|
214
215
|
:param 'MetricValueStatusPatchArgs' current: current contains the current value for the given metric
|
|
215
|
-
:param str name: name is the name of the resource in question.
|
|
216
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
216
217
|
"""
|
|
217
218
|
if container is not None:
|
|
218
219
|
pulumi.set(__self__, "container", container)
|
|
@@ -223,7 +224,7 @@ class ContainerResourceMetricStatusPatch(dict):
|
|
|
223
224
|
|
|
224
225
|
@property
|
|
225
226
|
@pulumi.getter
|
|
226
|
-
def container(self) -> Optional[str]:
|
|
227
|
+
def container(self) -> Optional[builtins.str]:
|
|
227
228
|
"""
|
|
228
229
|
container is the name of the container in the pods of the scaling target
|
|
229
230
|
"""
|
|
@@ -239,7 +240,7 @@ class ContainerResourceMetricStatusPatch(dict):
|
|
|
239
240
|
|
|
240
241
|
@property
|
|
241
242
|
@pulumi.getter
|
|
242
|
-
def name(self) -> Optional[str]:
|
|
243
|
+
def name(self) -> Optional[builtins.str]:
|
|
243
244
|
"""
|
|
244
245
|
name is the name of the resource in question.
|
|
245
246
|
"""
|
|
@@ -269,14 +270,14 @@ class CrossVersionObjectReference(dict):
|
|
|
269
270
|
return super().get(key, default)
|
|
270
271
|
|
|
271
272
|
def __init__(__self__, *,
|
|
272
|
-
kind: str,
|
|
273
|
-
name: str,
|
|
274
|
-
api_version: Optional[str] = None):
|
|
273
|
+
kind: builtins.str,
|
|
274
|
+
name: builtins.str,
|
|
275
|
+
api_version: Optional[builtins.str] = None):
|
|
275
276
|
"""
|
|
276
277
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
277
|
-
:param str kind: kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
278
|
-
:param str name: name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
279
|
-
:param str api_version: apiVersion is the API version of the referent
|
|
278
|
+
:param builtins.str kind: kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
279
|
+
:param builtins.str name: name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
280
|
+
:param builtins.str api_version: apiVersion is the API version of the referent
|
|
280
281
|
"""
|
|
281
282
|
pulumi.set(__self__, "kind", kind)
|
|
282
283
|
pulumi.set(__self__, "name", name)
|
|
@@ -285,7 +286,7 @@ class CrossVersionObjectReference(dict):
|
|
|
285
286
|
|
|
286
287
|
@property
|
|
287
288
|
@pulumi.getter
|
|
288
|
-
def kind(self) -> str:
|
|
289
|
+
def kind(self) -> builtins.str:
|
|
289
290
|
"""
|
|
290
291
|
kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
291
292
|
"""
|
|
@@ -293,7 +294,7 @@ class CrossVersionObjectReference(dict):
|
|
|
293
294
|
|
|
294
295
|
@property
|
|
295
296
|
@pulumi.getter
|
|
296
|
-
def name(self) -> str:
|
|
297
|
+
def name(self) -> builtins.str:
|
|
297
298
|
"""
|
|
298
299
|
name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
299
300
|
"""
|
|
@@ -301,7 +302,7 @@ class CrossVersionObjectReference(dict):
|
|
|
301
302
|
|
|
302
303
|
@property
|
|
303
304
|
@pulumi.getter(name="apiVersion")
|
|
304
|
-
def api_version(self) -> Optional[str]:
|
|
305
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
305
306
|
"""
|
|
306
307
|
apiVersion is the API version of the referent
|
|
307
308
|
"""
|
|
@@ -331,14 +332,14 @@ class CrossVersionObjectReferencePatch(dict):
|
|
|
331
332
|
return super().get(key, default)
|
|
332
333
|
|
|
333
334
|
def __init__(__self__, *,
|
|
334
|
-
api_version: Optional[str] = None,
|
|
335
|
-
kind: Optional[str] = None,
|
|
336
|
-
name: Optional[str] = None):
|
|
335
|
+
api_version: Optional[builtins.str] = None,
|
|
336
|
+
kind: Optional[builtins.str] = None,
|
|
337
|
+
name: Optional[builtins.str] = None):
|
|
337
338
|
"""
|
|
338
339
|
CrossVersionObjectReference contains enough information to let you identify the referred resource.
|
|
339
|
-
:param str api_version: apiVersion is the API version of the referent
|
|
340
|
-
:param str kind: kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
341
|
-
:param str name: name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
340
|
+
:param builtins.str api_version: apiVersion is the API version of the referent
|
|
341
|
+
:param builtins.str kind: kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
342
|
+
:param builtins.str name: name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
342
343
|
"""
|
|
343
344
|
if api_version is not None:
|
|
344
345
|
pulumi.set(__self__, "api_version", api_version)
|
|
@@ -349,7 +350,7 @@ class CrossVersionObjectReferencePatch(dict):
|
|
|
349
350
|
|
|
350
351
|
@property
|
|
351
352
|
@pulumi.getter(name="apiVersion")
|
|
352
|
-
def api_version(self) -> Optional[str]:
|
|
353
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
353
354
|
"""
|
|
354
355
|
apiVersion is the API version of the referent
|
|
355
356
|
"""
|
|
@@ -357,7 +358,7 @@ class CrossVersionObjectReferencePatch(dict):
|
|
|
357
358
|
|
|
358
359
|
@property
|
|
359
360
|
@pulumi.getter
|
|
360
|
-
def kind(self) -> Optional[str]:
|
|
361
|
+
def kind(self) -> Optional[builtins.str]:
|
|
361
362
|
"""
|
|
362
363
|
kind is the kind of the referent; More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
|
|
363
364
|
"""
|
|
@@ -365,7 +366,7 @@ class CrossVersionObjectReferencePatch(dict):
|
|
|
365
366
|
|
|
366
367
|
@property
|
|
367
368
|
@pulumi.getter
|
|
368
|
-
def name(self) -> Optional[str]:
|
|
369
|
+
def name(self) -> Optional[builtins.str]:
|
|
369
370
|
"""
|
|
370
371
|
name is the name of the referent; More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
|
|
371
372
|
"""
|
|
@@ -531,14 +532,14 @@ class HPAScalingPolicy(dict):
|
|
|
531
532
|
return super().get(key, default)
|
|
532
533
|
|
|
533
534
|
def __init__(__self__, *,
|
|
534
|
-
period_seconds: int,
|
|
535
|
-
type: str,
|
|
536
|
-
value: int):
|
|
535
|
+
period_seconds: builtins.int,
|
|
536
|
+
type: builtins.str,
|
|
537
|
+
value: builtins.int):
|
|
537
538
|
"""
|
|
538
539
|
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
|
|
539
|
-
:param int period_seconds: periodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
540
|
-
:param str type: type is used to specify the scaling policy.
|
|
541
|
-
:param int value: value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
540
|
+
:param builtins.int period_seconds: periodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
541
|
+
:param builtins.str type: type is used to specify the scaling policy.
|
|
542
|
+
:param builtins.int value: value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
542
543
|
"""
|
|
543
544
|
pulumi.set(__self__, "period_seconds", period_seconds)
|
|
544
545
|
pulumi.set(__self__, "type", type)
|
|
@@ -546,7 +547,7 @@ class HPAScalingPolicy(dict):
|
|
|
546
547
|
|
|
547
548
|
@property
|
|
548
549
|
@pulumi.getter(name="periodSeconds")
|
|
549
|
-
def period_seconds(self) -> int:
|
|
550
|
+
def period_seconds(self) -> builtins.int:
|
|
550
551
|
"""
|
|
551
552
|
periodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
552
553
|
"""
|
|
@@ -554,7 +555,7 @@ class HPAScalingPolicy(dict):
|
|
|
554
555
|
|
|
555
556
|
@property
|
|
556
557
|
@pulumi.getter
|
|
557
|
-
def type(self) -> str:
|
|
558
|
+
def type(self) -> builtins.str:
|
|
558
559
|
"""
|
|
559
560
|
type is used to specify the scaling policy.
|
|
560
561
|
"""
|
|
@@ -562,7 +563,7 @@ class HPAScalingPolicy(dict):
|
|
|
562
563
|
|
|
563
564
|
@property
|
|
564
565
|
@pulumi.getter
|
|
565
|
-
def value(self) -> int:
|
|
566
|
+
def value(self) -> builtins.int:
|
|
566
567
|
"""
|
|
567
568
|
value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
568
569
|
"""
|
|
@@ -592,14 +593,14 @@ class HPAScalingPolicyPatch(dict):
|
|
|
592
593
|
return super().get(key, default)
|
|
593
594
|
|
|
594
595
|
def __init__(__self__, *,
|
|
595
|
-
period_seconds: Optional[int] = None,
|
|
596
|
-
type: Optional[str] = None,
|
|
597
|
-
value: Optional[int] = None):
|
|
596
|
+
period_seconds: Optional[builtins.int] = None,
|
|
597
|
+
type: Optional[builtins.str] = None,
|
|
598
|
+
value: Optional[builtins.int] = None):
|
|
598
599
|
"""
|
|
599
600
|
HPAScalingPolicy is a single policy which must hold true for a specified past interval.
|
|
600
|
-
:param int period_seconds: periodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
601
|
-
:param str type: type is used to specify the scaling policy.
|
|
602
|
-
:param int value: value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
601
|
+
:param builtins.int period_seconds: periodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
602
|
+
:param builtins.str type: type is used to specify the scaling policy.
|
|
603
|
+
:param builtins.int value: value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
603
604
|
"""
|
|
604
605
|
if period_seconds is not None:
|
|
605
606
|
pulumi.set(__self__, "period_seconds", period_seconds)
|
|
@@ -610,7 +611,7 @@ class HPAScalingPolicyPatch(dict):
|
|
|
610
611
|
|
|
611
612
|
@property
|
|
612
613
|
@pulumi.getter(name="periodSeconds")
|
|
613
|
-
def period_seconds(self) -> Optional[int]:
|
|
614
|
+
def period_seconds(self) -> Optional[builtins.int]:
|
|
614
615
|
"""
|
|
615
616
|
periodSeconds specifies the window of time for which the policy should hold true. PeriodSeconds must be greater than zero and less than or equal to 1800 (30 min).
|
|
616
617
|
"""
|
|
@@ -618,7 +619,7 @@ class HPAScalingPolicyPatch(dict):
|
|
|
618
619
|
|
|
619
620
|
@property
|
|
620
621
|
@pulumi.getter
|
|
621
|
-
def type(self) -> Optional[str]:
|
|
622
|
+
def type(self) -> Optional[builtins.str]:
|
|
622
623
|
"""
|
|
623
624
|
type is used to specify the scaling policy.
|
|
624
625
|
"""
|
|
@@ -626,7 +627,7 @@ class HPAScalingPolicyPatch(dict):
|
|
|
626
627
|
|
|
627
628
|
@property
|
|
628
629
|
@pulumi.getter
|
|
629
|
-
def value(self) -> Optional[int]:
|
|
630
|
+
def value(self) -> Optional[builtins.int]:
|
|
630
631
|
"""
|
|
631
632
|
value contains the amount of change which is permitted by the policy. It must be greater than zero
|
|
632
633
|
"""
|
|
@@ -659,13 +660,13 @@ class HPAScalingRules(dict):
|
|
|
659
660
|
|
|
660
661
|
def __init__(__self__, *,
|
|
661
662
|
policies: Optional[Sequence['outputs.HPAScalingPolicy']] = None,
|
|
662
|
-
select_policy: Optional[str] = None,
|
|
663
|
-
stabilization_window_seconds: Optional[int] = None):
|
|
663
|
+
select_policy: Optional[builtins.str] = None,
|
|
664
|
+
stabilization_window_seconds: Optional[builtins.int] = None):
|
|
664
665
|
"""
|
|
665
666
|
HPAScalingRules configures the scaling behavior for one direction. These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.
|
|
666
667
|
:param Sequence['HPAScalingPolicyArgs'] policies: policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
|
|
667
|
-
:param str select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value Max is used.
|
|
668
|
-
:param int stabilization_window_seconds: stabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
668
|
+
:param builtins.str select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value Max is used.
|
|
669
|
+
:param builtins.int stabilization_window_seconds: stabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
669
670
|
"""
|
|
670
671
|
if policies is not None:
|
|
671
672
|
pulumi.set(__self__, "policies", policies)
|
|
@@ -684,7 +685,7 @@ class HPAScalingRules(dict):
|
|
|
684
685
|
|
|
685
686
|
@property
|
|
686
687
|
@pulumi.getter(name="selectPolicy")
|
|
687
|
-
def select_policy(self) -> Optional[str]:
|
|
688
|
+
def select_policy(self) -> Optional[builtins.str]:
|
|
688
689
|
"""
|
|
689
690
|
selectPolicy is used to specify which policy should be used. If not set, the default value Max is used.
|
|
690
691
|
"""
|
|
@@ -692,7 +693,7 @@ class HPAScalingRules(dict):
|
|
|
692
693
|
|
|
693
694
|
@property
|
|
694
695
|
@pulumi.getter(name="stabilizationWindowSeconds")
|
|
695
|
-
def stabilization_window_seconds(self) -> Optional[int]:
|
|
696
|
+
def stabilization_window_seconds(self) -> Optional[builtins.int]:
|
|
696
697
|
"""
|
|
697
698
|
stabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
698
699
|
"""
|
|
@@ -725,13 +726,13 @@ class HPAScalingRulesPatch(dict):
|
|
|
725
726
|
|
|
726
727
|
def __init__(__self__, *,
|
|
727
728
|
policies: Optional[Sequence['outputs.HPAScalingPolicyPatch']] = None,
|
|
728
|
-
select_policy: Optional[str] = None,
|
|
729
|
-
stabilization_window_seconds: Optional[int] = None):
|
|
729
|
+
select_policy: Optional[builtins.str] = None,
|
|
730
|
+
stabilization_window_seconds: Optional[builtins.int] = None):
|
|
730
731
|
"""
|
|
731
732
|
HPAScalingRules configures the scaling behavior for one direction. These Rules are applied after calculating DesiredReplicas from metrics for the HPA. They can limit the scaling velocity by specifying scaling policies. They can prevent flapping by specifying the stabilization window, so that the number of replicas is not set instantly, instead, the safest value from the stabilization window is chosen.
|
|
732
733
|
:param Sequence['HPAScalingPolicyPatchArgs'] policies: policies is a list of potential scaling polices which can be used during scaling. At least one policy must be specified, otherwise the HPAScalingRules will be discarded as invalid
|
|
733
|
-
:param str select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value Max is used.
|
|
734
|
-
:param int stabilization_window_seconds: stabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
734
|
+
:param builtins.str select_policy: selectPolicy is used to specify which policy should be used. If not set, the default value Max is used.
|
|
735
|
+
:param builtins.int stabilization_window_seconds: stabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
735
736
|
"""
|
|
736
737
|
if policies is not None:
|
|
737
738
|
pulumi.set(__self__, "policies", policies)
|
|
@@ -750,7 +751,7 @@ class HPAScalingRulesPatch(dict):
|
|
|
750
751
|
|
|
751
752
|
@property
|
|
752
753
|
@pulumi.getter(name="selectPolicy")
|
|
753
|
-
def select_policy(self) -> Optional[str]:
|
|
754
|
+
def select_policy(self) -> Optional[builtins.str]:
|
|
754
755
|
"""
|
|
755
756
|
selectPolicy is used to specify which policy should be used. If not set, the default value Max is used.
|
|
756
757
|
"""
|
|
@@ -758,7 +759,7 @@ class HPAScalingRulesPatch(dict):
|
|
|
758
759
|
|
|
759
760
|
@property
|
|
760
761
|
@pulumi.getter(name="stabilizationWindowSeconds")
|
|
761
|
-
def stabilization_window_seconds(self) -> Optional[int]:
|
|
762
|
+
def stabilization_window_seconds(self) -> Optional[builtins.int]:
|
|
762
763
|
"""
|
|
763
764
|
stabilizationWindowSeconds is the number of seconds for which past recommendations should be considered while scaling up or scaling down. StabilizationWindowSeconds must be greater than or equal to zero and less than or equal to 3600 (one hour). If not set, use the default values: - For scale up: 0 (i.e. no stabilization is done). - For scale down: 300 (i.e. the stabilization window is 300 seconds long).
|
|
764
765
|
"""
|
|
@@ -788,15 +789,15 @@ class HorizontalPodAutoscaler(dict):
|
|
|
788
789
|
return super().get(key, default)
|
|
789
790
|
|
|
790
791
|
def __init__(__self__, *,
|
|
791
|
-
api_version: Optional[str] = None,
|
|
792
|
-
kind: Optional[str] = None,
|
|
792
|
+
api_version: Optional[builtins.str] = None,
|
|
793
|
+
kind: Optional[builtins.str] = None,
|
|
793
794
|
metadata: Optional['_meta.v1.outputs.ObjectMeta'] = None,
|
|
794
795
|
spec: Optional['outputs.HorizontalPodAutoscalerSpec'] = None,
|
|
795
796
|
status: Optional['outputs.HorizontalPodAutoscalerStatus'] = None):
|
|
796
797
|
"""
|
|
797
798
|
HorizontalPodAutoscaler is the configuration for a horizontal pod autoscaler, which automatically manages the replica count of any resource implementing the scale subresource based on the metrics specified.
|
|
798
|
-
: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
|
|
799
|
-
: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
|
|
799
|
+
: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
|
|
800
|
+
: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
|
|
800
801
|
:param '_meta.v1.ObjectMetaArgs' metadata: metadata is the standard object metadata. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#metadata
|
|
801
802
|
:param 'HorizontalPodAutoscalerSpecArgs' spec: spec is the specification for the behaviour of the autoscaler. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#spec-and-status.
|
|
802
803
|
:param 'HorizontalPodAutoscalerStatusArgs' status: status is the current information about the autoscaler.
|
|
@@ -814,7 +815,7 @@ class HorizontalPodAutoscaler(dict):
|
|
|
814
815
|
|
|
815
816
|
@property
|
|
816
817
|
@pulumi.getter(name="apiVersion")
|
|
817
|
-
def api_version(self) -> Optional[str]:
|
|
818
|
+
def api_version(self) -> Optional[builtins.str]:
|
|
818
819
|
"""
|
|
819
820
|
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
|
|
820
821
|
"""
|
|
@@ -822,7 +823,7 @@ class HorizontalPodAutoscaler(dict):
|
|
|
822
823
|
|
|
823
824
|
@property
|
|
824
825
|
@pulumi.getter
|
|
825
|
-
def kind(self) -> Optional[str]:
|
|
826
|
+
def kind(self) -> Optional[builtins.str]:
|
|
826
827
|
"""
|
|
827
828
|
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
|
|
828
829
|
"""
|
|
@@ -996,18 +997,18 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
996
997
|
return super().get(key, default)
|
|
997
998
|
|
|
998
999
|
def __init__(__self__, *,
|
|
999
|
-
status: str,
|
|
1000
|
-
type: str,
|
|
1001
|
-
last_transition_time: Optional[str] = None,
|
|
1002
|
-
message: Optional[str] = None,
|
|
1003
|
-
reason: Optional[str] = None):
|
|
1000
|
+
status: builtins.str,
|
|
1001
|
+
type: builtins.str,
|
|
1002
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1003
|
+
message: Optional[builtins.str] = None,
|
|
1004
|
+
reason: Optional[builtins.str] = None):
|
|
1004
1005
|
"""
|
|
1005
1006
|
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
|
|
1006
|
-
:param str status: status is the status of the condition (True, False, Unknown)
|
|
1007
|
-
:param str type: type describes the current condition
|
|
1008
|
-
:param str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1009
|
-
:param str message: message is a human-readable explanation containing details about the transition
|
|
1010
|
-
:param str reason: reason is the reason for the condition's last transition.
|
|
1007
|
+
:param builtins.str status: status is the status of the condition (True, False, Unknown)
|
|
1008
|
+
:param builtins.str type: type describes the current condition
|
|
1009
|
+
:param builtins.str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1010
|
+
:param builtins.str message: message is a human-readable explanation containing details about the transition
|
|
1011
|
+
:param builtins.str reason: reason is the reason for the condition's last transition.
|
|
1011
1012
|
"""
|
|
1012
1013
|
pulumi.set(__self__, "status", status)
|
|
1013
1014
|
pulumi.set(__self__, "type", type)
|
|
@@ -1020,7 +1021,7 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
1020
1021
|
|
|
1021
1022
|
@property
|
|
1022
1023
|
@pulumi.getter
|
|
1023
|
-
def status(self) -> str:
|
|
1024
|
+
def status(self) -> builtins.str:
|
|
1024
1025
|
"""
|
|
1025
1026
|
status is the status of the condition (True, False, Unknown)
|
|
1026
1027
|
"""
|
|
@@ -1028,7 +1029,7 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
1028
1029
|
|
|
1029
1030
|
@property
|
|
1030
1031
|
@pulumi.getter
|
|
1031
|
-
def type(self) -> str:
|
|
1032
|
+
def type(self) -> builtins.str:
|
|
1032
1033
|
"""
|
|
1033
1034
|
type describes the current condition
|
|
1034
1035
|
"""
|
|
@@ -1036,7 +1037,7 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
1036
1037
|
|
|
1037
1038
|
@property
|
|
1038
1039
|
@pulumi.getter(name="lastTransitionTime")
|
|
1039
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1040
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1040
1041
|
"""
|
|
1041
1042
|
lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1042
1043
|
"""
|
|
@@ -1044,7 +1045,7 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
1044
1045
|
|
|
1045
1046
|
@property
|
|
1046
1047
|
@pulumi.getter
|
|
1047
|
-
def message(self) -> Optional[str]:
|
|
1048
|
+
def message(self) -> Optional[builtins.str]:
|
|
1048
1049
|
"""
|
|
1049
1050
|
message is a human-readable explanation containing details about the transition
|
|
1050
1051
|
"""
|
|
@@ -1052,7 +1053,7 @@ class HorizontalPodAutoscalerCondition(dict):
|
|
|
1052
1053
|
|
|
1053
1054
|
@property
|
|
1054
1055
|
@pulumi.getter
|
|
1055
|
-
def reason(self) -> Optional[str]:
|
|
1056
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1056
1057
|
"""
|
|
1057
1058
|
reason is the reason for the condition's last transition.
|
|
1058
1059
|
"""
|
|
@@ -1082,18 +1083,18 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1082
1083
|
return super().get(key, default)
|
|
1083
1084
|
|
|
1084
1085
|
def __init__(__self__, *,
|
|
1085
|
-
last_transition_time: Optional[str] = None,
|
|
1086
|
-
message: Optional[str] = None,
|
|
1087
|
-
reason: Optional[str] = None,
|
|
1088
|
-
status: Optional[str] = None,
|
|
1089
|
-
type: Optional[str] = None):
|
|
1086
|
+
last_transition_time: Optional[builtins.str] = None,
|
|
1087
|
+
message: Optional[builtins.str] = None,
|
|
1088
|
+
reason: Optional[builtins.str] = None,
|
|
1089
|
+
status: Optional[builtins.str] = None,
|
|
1090
|
+
type: Optional[builtins.str] = None):
|
|
1090
1091
|
"""
|
|
1091
1092
|
HorizontalPodAutoscalerCondition describes the state of a HorizontalPodAutoscaler at a certain point.
|
|
1092
|
-
:param str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1093
|
-
:param str message: message is a human-readable explanation containing details about the transition
|
|
1094
|
-
:param str reason: reason is the reason for the condition's last transition.
|
|
1095
|
-
:param str status: status is the status of the condition (True, False, Unknown)
|
|
1096
|
-
:param str type: type describes the current condition
|
|
1093
|
+
:param builtins.str last_transition_time: lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1094
|
+
:param builtins.str message: message is a human-readable explanation containing details about the transition
|
|
1095
|
+
:param builtins.str reason: reason is the reason for the condition's last transition.
|
|
1096
|
+
:param builtins.str status: status is the status of the condition (True, False, Unknown)
|
|
1097
|
+
:param builtins.str type: type describes the current condition
|
|
1097
1098
|
"""
|
|
1098
1099
|
if last_transition_time is not None:
|
|
1099
1100
|
pulumi.set(__self__, "last_transition_time", last_transition_time)
|
|
@@ -1108,7 +1109,7 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1108
1109
|
|
|
1109
1110
|
@property
|
|
1110
1111
|
@pulumi.getter(name="lastTransitionTime")
|
|
1111
|
-
def last_transition_time(self) -> Optional[str]:
|
|
1112
|
+
def last_transition_time(self) -> Optional[builtins.str]:
|
|
1112
1113
|
"""
|
|
1113
1114
|
lastTransitionTime is the last time the condition transitioned from one status to another
|
|
1114
1115
|
"""
|
|
@@ -1116,7 +1117,7 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1116
1117
|
|
|
1117
1118
|
@property
|
|
1118
1119
|
@pulumi.getter
|
|
1119
|
-
def message(self) -> Optional[str]:
|
|
1120
|
+
def message(self) -> Optional[builtins.str]:
|
|
1120
1121
|
"""
|
|
1121
1122
|
message is a human-readable explanation containing details about the transition
|
|
1122
1123
|
"""
|
|
@@ -1124,7 +1125,7 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1124
1125
|
|
|
1125
1126
|
@property
|
|
1126
1127
|
@pulumi.getter
|
|
1127
|
-
def reason(self) -> Optional[str]:
|
|
1128
|
+
def reason(self) -> Optional[builtins.str]:
|
|
1128
1129
|
"""
|
|
1129
1130
|
reason is the reason for the condition's last transition.
|
|
1130
1131
|
"""
|
|
@@ -1132,7 +1133,7 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1132
1133
|
|
|
1133
1134
|
@property
|
|
1134
1135
|
@pulumi.getter
|
|
1135
|
-
def status(self) -> Optional[str]:
|
|
1136
|
+
def status(self) -> Optional[builtins.str]:
|
|
1136
1137
|
"""
|
|
1137
1138
|
status is the status of the condition (True, False, Unknown)
|
|
1138
1139
|
"""
|
|
@@ -1140,7 +1141,7 @@ class HorizontalPodAutoscalerConditionPatch(dict):
|
|
|
1140
1141
|
|
|
1141
1142
|
@property
|
|
1142
1143
|
@pulumi.getter
|
|
1143
|
-
def type(self) -> Optional[str]:
|
|
1144
|
+
def type(self) -> Optional[builtins.str]:
|
|
1144
1145
|
"""
|
|
1145
1146
|
type describes the current condition
|
|
1146
1147
|
"""
|
|
@@ -1174,18 +1175,18 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1174
1175
|
return super().get(key, default)
|
|
1175
1176
|
|
|
1176
1177
|
def __init__(__self__, *,
|
|
1177
|
-
max_replicas: int,
|
|
1178
|
+
max_replicas: builtins.int,
|
|
1178
1179
|
scale_target_ref: 'outputs.CrossVersionObjectReference',
|
|
1179
1180
|
behavior: Optional['outputs.HorizontalPodAutoscalerBehavior'] = None,
|
|
1180
1181
|
metrics: Optional[Sequence['outputs.MetricSpec']] = None,
|
|
1181
|
-
min_replicas: Optional[int] = None):
|
|
1182
|
+
min_replicas: Optional[builtins.int] = None):
|
|
1182
1183
|
"""
|
|
1183
1184
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
1184
|
-
:param int max_replicas: maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1185
|
+
:param builtins.int max_replicas: maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1185
1186
|
:param 'CrossVersionObjectReferenceArgs' scale_target_ref: scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count.
|
|
1186
1187
|
:param 'HorizontalPodAutoscalerBehaviorArgs' behavior: behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used.
|
|
1187
1188
|
:param Sequence['MetricSpecArgs'] metrics: metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.
|
|
1188
|
-
:param int min_replicas: minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1189
|
+
:param builtins.int min_replicas: minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1189
1190
|
"""
|
|
1190
1191
|
pulumi.set(__self__, "max_replicas", max_replicas)
|
|
1191
1192
|
pulumi.set(__self__, "scale_target_ref", scale_target_ref)
|
|
@@ -1198,7 +1199,7 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1198
1199
|
|
|
1199
1200
|
@property
|
|
1200
1201
|
@pulumi.getter(name="maxReplicas")
|
|
1201
|
-
def max_replicas(self) -> int:
|
|
1202
|
+
def max_replicas(self) -> builtins.int:
|
|
1202
1203
|
"""
|
|
1203
1204
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1204
1205
|
"""
|
|
@@ -1230,7 +1231,7 @@ class HorizontalPodAutoscalerSpec(dict):
|
|
|
1230
1231
|
|
|
1231
1232
|
@property
|
|
1232
1233
|
@pulumi.getter(name="minReplicas")
|
|
1233
|
-
def min_replicas(self) -> Optional[int]:
|
|
1234
|
+
def min_replicas(self) -> Optional[builtins.int]:
|
|
1234
1235
|
"""
|
|
1235
1236
|
minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1236
1237
|
"""
|
|
@@ -1265,16 +1266,16 @@ class HorizontalPodAutoscalerSpecPatch(dict):
|
|
|
1265
1266
|
|
|
1266
1267
|
def __init__(__self__, *,
|
|
1267
1268
|
behavior: Optional['outputs.HorizontalPodAutoscalerBehaviorPatch'] = None,
|
|
1268
|
-
max_replicas: Optional[int] = None,
|
|
1269
|
+
max_replicas: Optional[builtins.int] = None,
|
|
1269
1270
|
metrics: Optional[Sequence['outputs.MetricSpecPatch']] = None,
|
|
1270
|
-
min_replicas: Optional[int] = None,
|
|
1271
|
+
min_replicas: Optional[builtins.int] = None,
|
|
1271
1272
|
scale_target_ref: Optional['outputs.CrossVersionObjectReferencePatch'] = None):
|
|
1272
1273
|
"""
|
|
1273
1274
|
HorizontalPodAutoscalerSpec describes the desired functionality of the HorizontalPodAutoscaler.
|
|
1274
1275
|
:param 'HorizontalPodAutoscalerBehaviorPatchArgs' behavior: behavior configures the scaling behavior of the target in both Up and Down directions (scaleUp and scaleDown fields respectively). If not set, the default HPAScalingRules for scale up and scale down are used.
|
|
1275
|
-
:param int max_replicas: maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1276
|
+
:param builtins.int max_replicas: maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1276
1277
|
:param Sequence['MetricSpecPatchArgs'] metrics: metrics contains the specifications for which to use to calculate the desired replica count (the maximum replica count across all metrics will be used). The desired replica count is calculated multiplying the ratio between the target value and the current value by the current number of pods. Ergo, metrics used must decrease as the pod count is increased, and vice-versa. See the individual metric source types for more information about how each type of metric must respond. If not set, the default metric will be set to 80% average CPU utilization.
|
|
1277
|
-
:param int min_replicas: minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1278
|
+
:param builtins.int min_replicas: minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1278
1279
|
:param 'CrossVersionObjectReferencePatchArgs' scale_target_ref: scaleTargetRef points to the target resource to scale, and is used to the pods for which metrics should be collected, as well as to actually change the replica count.
|
|
1279
1280
|
"""
|
|
1280
1281
|
if behavior is not None:
|
|
@@ -1298,7 +1299,7 @@ class HorizontalPodAutoscalerSpecPatch(dict):
|
|
|
1298
1299
|
|
|
1299
1300
|
@property
|
|
1300
1301
|
@pulumi.getter(name="maxReplicas")
|
|
1301
|
-
def max_replicas(self) -> Optional[int]:
|
|
1302
|
+
def max_replicas(self) -> Optional[builtins.int]:
|
|
1302
1303
|
"""
|
|
1303
1304
|
maxReplicas is the upper limit for the number of replicas to which the autoscaler can scale up. It cannot be less that minReplicas.
|
|
1304
1305
|
"""
|
|
@@ -1314,7 +1315,7 @@ class HorizontalPodAutoscalerSpecPatch(dict):
|
|
|
1314
1315
|
|
|
1315
1316
|
@property
|
|
1316
1317
|
@pulumi.getter(name="minReplicas")
|
|
1317
|
-
def min_replicas(self) -> Optional[int]:
|
|
1318
|
+
def min_replicas(self) -> Optional[builtins.int]:
|
|
1318
1319
|
"""
|
|
1319
1320
|
minReplicas is the lower limit for the number of replicas to which the autoscaler can scale down. It defaults to 1 pod. minReplicas is allowed to be 0 if the alpha feature gate HPAScaleToZero is enabled and at least one Object or External metric is configured. Scaling is active as long as at least one metric value is available.
|
|
1320
1321
|
"""
|
|
@@ -1360,20 +1361,20 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1360
1361
|
return super().get(key, default)
|
|
1361
1362
|
|
|
1362
1363
|
def __init__(__self__, *,
|
|
1363
|
-
desired_replicas: int,
|
|
1364
|
+
desired_replicas: builtins.int,
|
|
1364
1365
|
conditions: Optional[Sequence['outputs.HorizontalPodAutoscalerCondition']] = None,
|
|
1365
1366
|
current_metrics: Optional[Sequence['outputs.MetricStatus']] = None,
|
|
1366
|
-
current_replicas: Optional[int] = None,
|
|
1367
|
-
last_scale_time: Optional[str] = None,
|
|
1368
|
-
observed_generation: Optional[int] = None):
|
|
1367
|
+
current_replicas: Optional[builtins.int] = None,
|
|
1368
|
+
last_scale_time: Optional[builtins.str] = None,
|
|
1369
|
+
observed_generation: Optional[builtins.int] = None):
|
|
1369
1370
|
"""
|
|
1370
1371
|
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
|
|
1371
|
-
:param int desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1372
|
+
:param builtins.int desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1372
1373
|
:param Sequence['HorizontalPodAutoscalerConditionArgs'] conditions: conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
|
|
1373
1374
|
:param Sequence['MetricStatusArgs'] current_metrics: currentMetrics is the last read state of the metrics used by this autoscaler.
|
|
1374
|
-
:param int current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1375
|
-
:param str last_scale_time: lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
|
|
1376
|
-
:param int observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1375
|
+
:param builtins.int current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1376
|
+
:param builtins.str last_scale_time: lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
|
|
1377
|
+
:param builtins.int observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1377
1378
|
"""
|
|
1378
1379
|
pulumi.set(__self__, "desired_replicas", desired_replicas)
|
|
1379
1380
|
if conditions is not None:
|
|
@@ -1389,7 +1390,7 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1389
1390
|
|
|
1390
1391
|
@property
|
|
1391
1392
|
@pulumi.getter(name="desiredReplicas")
|
|
1392
|
-
def desired_replicas(self) -> int:
|
|
1393
|
+
def desired_replicas(self) -> builtins.int:
|
|
1393
1394
|
"""
|
|
1394
1395
|
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1395
1396
|
"""
|
|
@@ -1413,7 +1414,7 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1413
1414
|
|
|
1414
1415
|
@property
|
|
1415
1416
|
@pulumi.getter(name="currentReplicas")
|
|
1416
|
-
def current_replicas(self) -> Optional[int]:
|
|
1417
|
+
def current_replicas(self) -> Optional[builtins.int]:
|
|
1417
1418
|
"""
|
|
1418
1419
|
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1419
1420
|
"""
|
|
@@ -1421,7 +1422,7 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1421
1422
|
|
|
1422
1423
|
@property
|
|
1423
1424
|
@pulumi.getter(name="lastScaleTime")
|
|
1424
|
-
def last_scale_time(self) -> Optional[str]:
|
|
1425
|
+
def last_scale_time(self) -> Optional[builtins.str]:
|
|
1425
1426
|
"""
|
|
1426
1427
|
lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
|
|
1427
1428
|
"""
|
|
@@ -1429,7 +1430,7 @@ class HorizontalPodAutoscalerStatus(dict):
|
|
|
1429
1430
|
|
|
1430
1431
|
@property
|
|
1431
1432
|
@pulumi.getter(name="observedGeneration")
|
|
1432
|
-
def observed_generation(self) -> Optional[int]:
|
|
1433
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
1433
1434
|
"""
|
|
1434
1435
|
observedGeneration is the most recent generation observed by this autoscaler.
|
|
1435
1436
|
"""
|
|
@@ -1469,18 +1470,18 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1469
1470
|
def __init__(__self__, *,
|
|
1470
1471
|
conditions: Optional[Sequence['outputs.HorizontalPodAutoscalerConditionPatch']] = None,
|
|
1471
1472
|
current_metrics: Optional[Sequence['outputs.MetricStatusPatch']] = None,
|
|
1472
|
-
current_replicas: Optional[int] = None,
|
|
1473
|
-
desired_replicas: Optional[int] = None,
|
|
1474
|
-
last_scale_time: Optional[str] = None,
|
|
1475
|
-
observed_generation: Optional[int] = None):
|
|
1473
|
+
current_replicas: Optional[builtins.int] = None,
|
|
1474
|
+
desired_replicas: Optional[builtins.int] = None,
|
|
1475
|
+
last_scale_time: Optional[builtins.str] = None,
|
|
1476
|
+
observed_generation: Optional[builtins.int] = None):
|
|
1476
1477
|
"""
|
|
1477
1478
|
HorizontalPodAutoscalerStatus describes the current status of a horizontal pod autoscaler.
|
|
1478
1479
|
:param Sequence['HorizontalPodAutoscalerConditionPatchArgs'] conditions: conditions is the set of conditions required for this autoscaler to scale its target, and indicates whether or not those conditions are met.
|
|
1479
1480
|
:param Sequence['MetricStatusPatchArgs'] current_metrics: currentMetrics is the last read state of the metrics used by this autoscaler.
|
|
1480
|
-
:param int current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1481
|
-
:param int desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1482
|
-
:param str last_scale_time: lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
|
|
1483
|
-
:param int observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1481
|
+
:param builtins.int current_replicas: currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1482
|
+
:param builtins.int desired_replicas: desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1483
|
+
:param builtins.str last_scale_time: lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
|
|
1484
|
+
:param builtins.int observed_generation: observedGeneration is the most recent generation observed by this autoscaler.
|
|
1484
1485
|
"""
|
|
1485
1486
|
if conditions is not None:
|
|
1486
1487
|
pulumi.set(__self__, "conditions", conditions)
|
|
@@ -1513,7 +1514,7 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1513
1514
|
|
|
1514
1515
|
@property
|
|
1515
1516
|
@pulumi.getter(name="currentReplicas")
|
|
1516
|
-
def current_replicas(self) -> Optional[int]:
|
|
1517
|
+
def current_replicas(self) -> Optional[builtins.int]:
|
|
1517
1518
|
"""
|
|
1518
1519
|
currentReplicas is current number of replicas of pods managed by this autoscaler, as last seen by the autoscaler.
|
|
1519
1520
|
"""
|
|
@@ -1521,7 +1522,7 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1521
1522
|
|
|
1522
1523
|
@property
|
|
1523
1524
|
@pulumi.getter(name="desiredReplicas")
|
|
1524
|
-
def desired_replicas(self) -> Optional[int]:
|
|
1525
|
+
def desired_replicas(self) -> Optional[builtins.int]:
|
|
1525
1526
|
"""
|
|
1526
1527
|
desiredReplicas is the desired number of replicas of pods managed by this autoscaler, as last calculated by the autoscaler.
|
|
1527
1528
|
"""
|
|
@@ -1529,7 +1530,7 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1529
1530
|
|
|
1530
1531
|
@property
|
|
1531
1532
|
@pulumi.getter(name="lastScaleTime")
|
|
1532
|
-
def last_scale_time(self) -> Optional[str]:
|
|
1533
|
+
def last_scale_time(self) -> Optional[builtins.str]:
|
|
1533
1534
|
"""
|
|
1534
1535
|
lastScaleTime is the last time the HorizontalPodAutoscaler scaled the number of pods, used by the autoscaler to control how often the number of pods is changed.
|
|
1535
1536
|
"""
|
|
@@ -1537,7 +1538,7 @@ class HorizontalPodAutoscalerStatusPatch(dict):
|
|
|
1537
1538
|
|
|
1538
1539
|
@property
|
|
1539
1540
|
@pulumi.getter(name="observedGeneration")
|
|
1540
|
-
def observed_generation(self) -> Optional[int]:
|
|
1541
|
+
def observed_generation(self) -> Optional[builtins.int]:
|
|
1541
1542
|
"""
|
|
1542
1543
|
observedGeneration is the most recent generation observed by this autoscaler.
|
|
1543
1544
|
"""
|
|
@@ -1550,11 +1551,11 @@ class MetricIdentifier(dict):
|
|
|
1550
1551
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1551
1552
|
"""
|
|
1552
1553
|
def __init__(__self__, *,
|
|
1553
|
-
name: str,
|
|
1554
|
+
name: builtins.str,
|
|
1554
1555
|
selector: Optional['_meta.v1.outputs.LabelSelector'] = None):
|
|
1555
1556
|
"""
|
|
1556
1557
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1557
|
-
:param str name: name is the name of the given metric
|
|
1558
|
+
:param builtins.str name: name is the name of the given metric
|
|
1558
1559
|
:param '_meta.v1.LabelSelectorArgs' selector: selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics.
|
|
1559
1560
|
"""
|
|
1560
1561
|
pulumi.set(__self__, "name", name)
|
|
@@ -1563,7 +1564,7 @@ class MetricIdentifier(dict):
|
|
|
1563
1564
|
|
|
1564
1565
|
@property
|
|
1565
1566
|
@pulumi.getter
|
|
1566
|
-
def name(self) -> str:
|
|
1567
|
+
def name(self) -> builtins.str:
|
|
1567
1568
|
"""
|
|
1568
1569
|
name is the name of the given metric
|
|
1569
1570
|
"""
|
|
@@ -1584,11 +1585,11 @@ class MetricIdentifierPatch(dict):
|
|
|
1584
1585
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1585
1586
|
"""
|
|
1586
1587
|
def __init__(__self__, *,
|
|
1587
|
-
name: Optional[str] = None,
|
|
1588
|
+
name: Optional[builtins.str] = None,
|
|
1588
1589
|
selector: Optional['_meta.v1.outputs.LabelSelectorPatch'] = None):
|
|
1589
1590
|
"""
|
|
1590
1591
|
MetricIdentifier defines the name and optionally selector for a metric
|
|
1591
|
-
:param str name: name is the name of the given metric
|
|
1592
|
+
:param builtins.str name: name is the name of the given metric
|
|
1592
1593
|
:param '_meta.v1.LabelSelectorPatchArgs' selector: selector is the string-encoded form of a standard kubernetes label selector for the given metric When set, it is passed as an additional parameter to the metrics server for more specific metrics scoping. When unset, just the metricName will be used to gather metrics.
|
|
1593
1594
|
"""
|
|
1594
1595
|
if name is not None:
|
|
@@ -1598,7 +1599,7 @@ class MetricIdentifierPatch(dict):
|
|
|
1598
1599
|
|
|
1599
1600
|
@property
|
|
1600
1601
|
@pulumi.getter
|
|
1601
|
-
def name(self) -> Optional[str]:
|
|
1602
|
+
def name(self) -> Optional[builtins.str]:
|
|
1602
1603
|
"""
|
|
1603
1604
|
name is the name of the given metric
|
|
1604
1605
|
"""
|
|
@@ -1636,7 +1637,7 @@ class MetricSpec(dict):
|
|
|
1636
1637
|
return super().get(key, default)
|
|
1637
1638
|
|
|
1638
1639
|
def __init__(__self__, *,
|
|
1639
|
-
type: str,
|
|
1640
|
+
type: builtins.str,
|
|
1640
1641
|
container_resource: Optional['outputs.ContainerResourceMetricSource'] = None,
|
|
1641
1642
|
external: Optional['outputs.ExternalMetricSource'] = None,
|
|
1642
1643
|
object: Optional['outputs.ObjectMetricSource'] = None,
|
|
@@ -1644,7 +1645,7 @@ class MetricSpec(dict):
|
|
|
1644
1645
|
resource: Optional['outputs.ResourceMetricSource'] = None):
|
|
1645
1646
|
"""
|
|
1646
1647
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1647
|
-
:param str type: type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1648
|
+
:param builtins.str type: type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1648
1649
|
:param 'ContainerResourceMetricSourceArgs' container_resource: containerResource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
1649
1650
|
:param 'ExternalMetricSourceArgs' external: external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).
|
|
1650
1651
|
:param 'ObjectMetricSourceArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
@@ -1665,7 +1666,7 @@ class MetricSpec(dict):
|
|
|
1665
1666
|
|
|
1666
1667
|
@property
|
|
1667
1668
|
@pulumi.getter
|
|
1668
|
-
def type(self) -> str:
|
|
1669
|
+
def type(self) -> builtins.str:
|
|
1669
1670
|
"""
|
|
1670
1671
|
type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1671
1672
|
"""
|
|
@@ -1740,7 +1741,7 @@ class MetricSpecPatch(dict):
|
|
|
1740
1741
|
object: Optional['outputs.ObjectMetricSourcePatch'] = None,
|
|
1741
1742
|
pods: Optional['outputs.PodsMetricSourcePatch'] = None,
|
|
1742
1743
|
resource: Optional['outputs.ResourceMetricSourcePatch'] = None,
|
|
1743
|
-
type: Optional[str] = None):
|
|
1744
|
+
type: Optional[builtins.str] = None):
|
|
1744
1745
|
"""
|
|
1745
1746
|
MetricSpec specifies how to scale based on a single metric (only `type` and one other matching field should be set at once).
|
|
1746
1747
|
:param 'ContainerResourceMetricSourcePatchArgs' container_resource: containerResource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod of the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
@@ -1748,7 +1749,7 @@ class MetricSpecPatch(dict):
|
|
|
1748
1749
|
:param 'ObjectMetricSourcePatchArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1749
1750
|
:param 'PodsMetricSourcePatchArgs' pods: pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.
|
|
1750
1751
|
:param 'ResourceMetricSourcePatchArgs' resource: resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
1751
|
-
:param str type: type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1752
|
+
:param builtins.str type: type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1752
1753
|
"""
|
|
1753
1754
|
if container_resource is not None:
|
|
1754
1755
|
pulumi.set(__self__, "container_resource", container_resource)
|
|
@@ -1805,7 +1806,7 @@ class MetricSpecPatch(dict):
|
|
|
1805
1806
|
|
|
1806
1807
|
@property
|
|
1807
1808
|
@pulumi.getter
|
|
1808
|
-
def type(self) -> Optional[str]:
|
|
1809
|
+
def type(self) -> Optional[builtins.str]:
|
|
1809
1810
|
"""
|
|
1810
1811
|
type is the type of metric source. It should be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each mapping to a matching field in the object.
|
|
1811
1812
|
"""
|
|
@@ -1835,7 +1836,7 @@ class MetricStatus(dict):
|
|
|
1835
1836
|
return super().get(key, default)
|
|
1836
1837
|
|
|
1837
1838
|
def __init__(__self__, *,
|
|
1838
|
-
type: str,
|
|
1839
|
+
type: builtins.str,
|
|
1839
1840
|
container_resource: Optional['outputs.ContainerResourceMetricStatus'] = None,
|
|
1840
1841
|
external: Optional['outputs.ExternalMetricStatus'] = None,
|
|
1841
1842
|
object: Optional['outputs.ObjectMetricStatus'] = None,
|
|
@@ -1843,7 +1844,7 @@ class MetricStatus(dict):
|
|
|
1843
1844
|
resource: Optional['outputs.ResourceMetricStatus'] = None):
|
|
1844
1845
|
"""
|
|
1845
1846
|
MetricStatus describes the last-read state of a single metric.
|
|
1846
|
-
:param str type: type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
1847
|
+
:param builtins.str type: type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
1847
1848
|
:param 'ContainerResourceMetricStatusArgs' container_resource: container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
1848
1849
|
:param 'ExternalMetricStatusArgs' external: external refers to a global metric that is not associated with any Kubernetes object. It allows autoscaling based on information coming from components running outside of cluster (for example length of queue in cloud messaging service, or QPS from loadbalancer running outside of cluster).
|
|
1849
1850
|
:param 'ObjectMetricStatusArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
@@ -1864,7 +1865,7 @@ class MetricStatus(dict):
|
|
|
1864
1865
|
|
|
1865
1866
|
@property
|
|
1866
1867
|
@pulumi.getter
|
|
1867
|
-
def type(self) -> str:
|
|
1868
|
+
def type(self) -> builtins.str:
|
|
1868
1869
|
"""
|
|
1869
1870
|
type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
1870
1871
|
"""
|
|
@@ -1939,7 +1940,7 @@ class MetricStatusPatch(dict):
|
|
|
1939
1940
|
object: Optional['outputs.ObjectMetricStatusPatch'] = None,
|
|
1940
1941
|
pods: Optional['outputs.PodsMetricStatusPatch'] = None,
|
|
1941
1942
|
resource: Optional['outputs.ResourceMetricStatusPatch'] = None,
|
|
1942
|
-
type: Optional[str] = None):
|
|
1943
|
+
type: Optional[builtins.str] = None):
|
|
1943
1944
|
"""
|
|
1944
1945
|
MetricStatus describes the last-read state of a single metric.
|
|
1945
1946
|
:param 'ContainerResourceMetricStatusPatchArgs' container_resource: container resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing a single container in each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
@@ -1947,7 +1948,7 @@ class MetricStatusPatch(dict):
|
|
|
1947
1948
|
:param 'ObjectMetricStatusPatchArgs' object: object refers to a metric describing a single kubernetes object (for example, hits-per-second on an Ingress object).
|
|
1948
1949
|
:param 'PodsMetricStatusPatchArgs' pods: pods refers to a metric describing each pod in the current scale target (for example, transactions-processed-per-second). The values will be averaged together before being compared to the target value.
|
|
1949
1950
|
:param 'ResourceMetricStatusPatchArgs' resource: resource refers to a resource metric (such as those specified in requests and limits) known to Kubernetes describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
1950
|
-
:param str type: type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
1951
|
+
:param builtins.str type: type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
1951
1952
|
"""
|
|
1952
1953
|
if container_resource is not None:
|
|
1953
1954
|
pulumi.set(__self__, "container_resource", container_resource)
|
|
@@ -2004,7 +2005,7 @@ class MetricStatusPatch(dict):
|
|
|
2004
2005
|
|
|
2005
2006
|
@property
|
|
2006
2007
|
@pulumi.getter
|
|
2007
|
-
def type(self) -> Optional[str]:
|
|
2008
|
+
def type(self) -> Optional[builtins.str]:
|
|
2008
2009
|
"""
|
|
2009
2010
|
type is the type of metric source. It will be one of "ContainerResource", "External", "Object", "Pods" or "Resource", each corresponds to a matching field in the object.
|
|
2010
2011
|
"""
|
|
@@ -2036,16 +2037,16 @@ class MetricTarget(dict):
|
|
|
2036
2037
|
return super().get(key, default)
|
|
2037
2038
|
|
|
2038
2039
|
def __init__(__self__, *,
|
|
2039
|
-
type: str,
|
|
2040
|
-
average_utilization: Optional[int] = None,
|
|
2041
|
-
average_value: Optional[str] = None,
|
|
2042
|
-
value: Optional[str] = None):
|
|
2040
|
+
type: builtins.str,
|
|
2041
|
+
average_utilization: Optional[builtins.int] = None,
|
|
2042
|
+
average_value: Optional[builtins.str] = None,
|
|
2043
|
+
value: Optional[builtins.str] = None):
|
|
2043
2044
|
"""
|
|
2044
2045
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2045
|
-
:param str type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2046
|
-
:param int average_utilization: averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2047
|
-
:param str average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2048
|
-
:param str value: value is the target value of the metric (as a quantity).
|
|
2046
|
+
:param builtins.str type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2047
|
+
:param builtins.int average_utilization: averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2048
|
+
:param builtins.str average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2049
|
+
:param builtins.str value: value is the target value of the metric (as a quantity).
|
|
2049
2050
|
"""
|
|
2050
2051
|
pulumi.set(__self__, "type", type)
|
|
2051
2052
|
if average_utilization is not None:
|
|
@@ -2057,7 +2058,7 @@ class MetricTarget(dict):
|
|
|
2057
2058
|
|
|
2058
2059
|
@property
|
|
2059
2060
|
@pulumi.getter
|
|
2060
|
-
def type(self) -> str:
|
|
2061
|
+
def type(self) -> builtins.str:
|
|
2061
2062
|
"""
|
|
2062
2063
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2063
2064
|
"""
|
|
@@ -2065,7 +2066,7 @@ class MetricTarget(dict):
|
|
|
2065
2066
|
|
|
2066
2067
|
@property
|
|
2067
2068
|
@pulumi.getter(name="averageUtilization")
|
|
2068
|
-
def average_utilization(self) -> Optional[int]:
|
|
2069
|
+
def average_utilization(self) -> Optional[builtins.int]:
|
|
2069
2070
|
"""
|
|
2070
2071
|
averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2071
2072
|
"""
|
|
@@ -2073,7 +2074,7 @@ class MetricTarget(dict):
|
|
|
2073
2074
|
|
|
2074
2075
|
@property
|
|
2075
2076
|
@pulumi.getter(name="averageValue")
|
|
2076
|
-
def average_value(self) -> Optional[str]:
|
|
2077
|
+
def average_value(self) -> Optional[builtins.str]:
|
|
2077
2078
|
"""
|
|
2078
2079
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2079
2080
|
"""
|
|
@@ -2081,7 +2082,7 @@ class MetricTarget(dict):
|
|
|
2081
2082
|
|
|
2082
2083
|
@property
|
|
2083
2084
|
@pulumi.getter
|
|
2084
|
-
def value(self) -> Optional[str]:
|
|
2085
|
+
def value(self) -> Optional[builtins.str]:
|
|
2085
2086
|
"""
|
|
2086
2087
|
value is the target value of the metric (as a quantity).
|
|
2087
2088
|
"""
|
|
@@ -2113,16 +2114,16 @@ class MetricTargetPatch(dict):
|
|
|
2113
2114
|
return super().get(key, default)
|
|
2114
2115
|
|
|
2115
2116
|
def __init__(__self__, *,
|
|
2116
|
-
average_utilization: Optional[int] = None,
|
|
2117
|
-
average_value: Optional[str] = None,
|
|
2118
|
-
type: Optional[str] = None,
|
|
2119
|
-
value: Optional[str] = None):
|
|
2117
|
+
average_utilization: Optional[builtins.int] = None,
|
|
2118
|
+
average_value: Optional[builtins.str] = None,
|
|
2119
|
+
type: Optional[builtins.str] = None,
|
|
2120
|
+
value: Optional[builtins.str] = None):
|
|
2120
2121
|
"""
|
|
2121
2122
|
MetricTarget defines the target value, average value, or average utilization of a specific metric
|
|
2122
|
-
:param int average_utilization: averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2123
|
-
:param str average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2124
|
-
:param str type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2125
|
-
:param str value: value is the target value of the metric (as a quantity).
|
|
2123
|
+
:param builtins.int average_utilization: averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2124
|
+
:param builtins.str average_value: averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2125
|
+
:param builtins.str type: type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2126
|
+
:param builtins.str value: value is the target value of the metric (as a quantity).
|
|
2126
2127
|
"""
|
|
2127
2128
|
if average_utilization is not None:
|
|
2128
2129
|
pulumi.set(__self__, "average_utilization", average_utilization)
|
|
@@ -2135,7 +2136,7 @@ class MetricTargetPatch(dict):
|
|
|
2135
2136
|
|
|
2136
2137
|
@property
|
|
2137
2138
|
@pulumi.getter(name="averageUtilization")
|
|
2138
|
-
def average_utilization(self) -> Optional[int]:
|
|
2139
|
+
def average_utilization(self) -> Optional[builtins.int]:
|
|
2139
2140
|
"""
|
|
2140
2141
|
averageUtilization is the target value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods. Currently only valid for Resource metric source type
|
|
2141
2142
|
"""
|
|
@@ -2143,7 +2144,7 @@ class MetricTargetPatch(dict):
|
|
|
2143
2144
|
|
|
2144
2145
|
@property
|
|
2145
2146
|
@pulumi.getter(name="averageValue")
|
|
2146
|
-
def average_value(self) -> Optional[str]:
|
|
2147
|
+
def average_value(self) -> Optional[builtins.str]:
|
|
2147
2148
|
"""
|
|
2148
2149
|
averageValue is the target value of the average of the metric across all relevant pods (as a quantity)
|
|
2149
2150
|
"""
|
|
@@ -2151,7 +2152,7 @@ class MetricTargetPatch(dict):
|
|
|
2151
2152
|
|
|
2152
2153
|
@property
|
|
2153
2154
|
@pulumi.getter
|
|
2154
|
-
def type(self) -> Optional[str]:
|
|
2155
|
+
def type(self) -> Optional[builtins.str]:
|
|
2155
2156
|
"""
|
|
2156
2157
|
type represents whether the metric type is Utilization, Value, or AverageValue
|
|
2157
2158
|
"""
|
|
@@ -2159,7 +2160,7 @@ class MetricTargetPatch(dict):
|
|
|
2159
2160
|
|
|
2160
2161
|
@property
|
|
2161
2162
|
@pulumi.getter
|
|
2162
|
-
def value(self) -> Optional[str]:
|
|
2163
|
+
def value(self) -> Optional[builtins.str]:
|
|
2163
2164
|
"""
|
|
2164
2165
|
value is the target value of the metric (as a quantity).
|
|
2165
2166
|
"""
|
|
@@ -2191,14 +2192,14 @@ class MetricValueStatus(dict):
|
|
|
2191
2192
|
return super().get(key, default)
|
|
2192
2193
|
|
|
2193
2194
|
def __init__(__self__, *,
|
|
2194
|
-
average_utilization: Optional[int] = None,
|
|
2195
|
-
average_value: Optional[str] = None,
|
|
2196
|
-
value: Optional[str] = None):
|
|
2195
|
+
average_utilization: Optional[builtins.int] = None,
|
|
2196
|
+
average_value: Optional[builtins.str] = None,
|
|
2197
|
+
value: Optional[builtins.str] = None):
|
|
2197
2198
|
"""
|
|
2198
2199
|
MetricValueStatus holds the current value for a metric
|
|
2199
|
-
:param int average_utilization: currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
|
|
2200
|
-
:param str average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2201
|
-
:param str value: value is the current value of the metric (as a quantity).
|
|
2200
|
+
:param builtins.int average_utilization: currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
|
|
2201
|
+
:param builtins.str average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2202
|
+
:param builtins.str value: value is the current value of the metric (as a quantity).
|
|
2202
2203
|
"""
|
|
2203
2204
|
if average_utilization is not None:
|
|
2204
2205
|
pulumi.set(__self__, "average_utilization", average_utilization)
|
|
@@ -2209,7 +2210,7 @@ class MetricValueStatus(dict):
|
|
|
2209
2210
|
|
|
2210
2211
|
@property
|
|
2211
2212
|
@pulumi.getter(name="averageUtilization")
|
|
2212
|
-
def average_utilization(self) -> Optional[int]:
|
|
2213
|
+
def average_utilization(self) -> Optional[builtins.int]:
|
|
2213
2214
|
"""
|
|
2214
2215
|
currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
|
|
2215
2216
|
"""
|
|
@@ -2217,7 +2218,7 @@ class MetricValueStatus(dict):
|
|
|
2217
2218
|
|
|
2218
2219
|
@property
|
|
2219
2220
|
@pulumi.getter(name="averageValue")
|
|
2220
|
-
def average_value(self) -> Optional[str]:
|
|
2221
|
+
def average_value(self) -> Optional[builtins.str]:
|
|
2221
2222
|
"""
|
|
2222
2223
|
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2223
2224
|
"""
|
|
@@ -2225,7 +2226,7 @@ class MetricValueStatus(dict):
|
|
|
2225
2226
|
|
|
2226
2227
|
@property
|
|
2227
2228
|
@pulumi.getter
|
|
2228
|
-
def value(self) -> Optional[str]:
|
|
2229
|
+
def value(self) -> Optional[builtins.str]:
|
|
2229
2230
|
"""
|
|
2230
2231
|
value is the current value of the metric (as a quantity).
|
|
2231
2232
|
"""
|
|
@@ -2257,14 +2258,14 @@ class MetricValueStatusPatch(dict):
|
|
|
2257
2258
|
return super().get(key, default)
|
|
2258
2259
|
|
|
2259
2260
|
def __init__(__self__, *,
|
|
2260
|
-
average_utilization: Optional[int] = None,
|
|
2261
|
-
average_value: Optional[str] = None,
|
|
2262
|
-
value: Optional[str] = None):
|
|
2261
|
+
average_utilization: Optional[builtins.int] = None,
|
|
2262
|
+
average_value: Optional[builtins.str] = None,
|
|
2263
|
+
value: Optional[builtins.str] = None):
|
|
2263
2264
|
"""
|
|
2264
2265
|
MetricValueStatus holds the current value for a metric
|
|
2265
|
-
:param int average_utilization: currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
|
|
2266
|
-
:param str average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2267
|
-
:param str value: value is the current value of the metric (as a quantity).
|
|
2266
|
+
:param builtins.int average_utilization: currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
|
|
2267
|
+
:param builtins.str average_value: averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2268
|
+
:param builtins.str value: value is the current value of the metric (as a quantity).
|
|
2268
2269
|
"""
|
|
2269
2270
|
if average_utilization is not None:
|
|
2270
2271
|
pulumi.set(__self__, "average_utilization", average_utilization)
|
|
@@ -2275,7 +2276,7 @@ class MetricValueStatusPatch(dict):
|
|
|
2275
2276
|
|
|
2276
2277
|
@property
|
|
2277
2278
|
@pulumi.getter(name="averageUtilization")
|
|
2278
|
-
def average_utilization(self) -> Optional[int]:
|
|
2279
|
+
def average_utilization(self) -> Optional[builtins.int]:
|
|
2279
2280
|
"""
|
|
2280
2281
|
currentAverageUtilization is the current value of the average of the resource metric across all relevant pods, represented as a percentage of the requested value of the resource for the pods.
|
|
2281
2282
|
"""
|
|
@@ -2283,7 +2284,7 @@ class MetricValueStatusPatch(dict):
|
|
|
2283
2284
|
|
|
2284
2285
|
@property
|
|
2285
2286
|
@pulumi.getter(name="averageValue")
|
|
2286
|
-
def average_value(self) -> Optional[str]:
|
|
2287
|
+
def average_value(self) -> Optional[builtins.str]:
|
|
2287
2288
|
"""
|
|
2288
2289
|
averageValue is the current value of the average of the metric across all relevant pods (as a quantity)
|
|
2289
2290
|
"""
|
|
@@ -2291,7 +2292,7 @@ class MetricValueStatusPatch(dict):
|
|
|
2291
2292
|
|
|
2292
2293
|
@property
|
|
2293
2294
|
@pulumi.getter
|
|
2294
|
-
def value(self) -> Optional[str]:
|
|
2295
|
+
def value(self) -> Optional[builtins.str]:
|
|
2295
2296
|
"""
|
|
2296
2297
|
value is the current value of the metric (as a quantity).
|
|
2297
2298
|
"""
|
|
@@ -2690,11 +2691,11 @@ class ResourceMetricSource(dict):
|
|
|
2690
2691
|
ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
2691
2692
|
"""
|
|
2692
2693
|
def __init__(__self__, *,
|
|
2693
|
-
name: str,
|
|
2694
|
+
name: builtins.str,
|
|
2694
2695
|
target: 'outputs.MetricTarget'):
|
|
2695
2696
|
"""
|
|
2696
2697
|
ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
2697
|
-
:param str name: name is the name of the resource in question.
|
|
2698
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
2698
2699
|
:param 'MetricTargetArgs' target: target specifies the target value for the given metric
|
|
2699
2700
|
"""
|
|
2700
2701
|
pulumi.set(__self__, "name", name)
|
|
@@ -2702,7 +2703,7 @@ class ResourceMetricSource(dict):
|
|
|
2702
2703
|
|
|
2703
2704
|
@property
|
|
2704
2705
|
@pulumi.getter
|
|
2705
|
-
def name(self) -> str:
|
|
2706
|
+
def name(self) -> builtins.str:
|
|
2706
2707
|
"""
|
|
2707
2708
|
name is the name of the resource in question.
|
|
2708
2709
|
"""
|
|
@@ -2723,11 +2724,11 @@ class ResourceMetricSourcePatch(dict):
|
|
|
2723
2724
|
ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
2724
2725
|
"""
|
|
2725
2726
|
def __init__(__self__, *,
|
|
2726
|
-
name: Optional[str] = None,
|
|
2727
|
+
name: Optional[builtins.str] = None,
|
|
2727
2728
|
target: Optional['outputs.MetricTargetPatch'] = None):
|
|
2728
2729
|
"""
|
|
2729
2730
|
ResourceMetricSource indicates how to scale on a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). The values will be averaged together before being compared to the target. Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source. Only one "target" type should be set.
|
|
2730
|
-
:param str name: name is the name of the resource in question.
|
|
2731
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
2731
2732
|
:param 'MetricTargetPatchArgs' target: target specifies the target value for the given metric
|
|
2732
2733
|
"""
|
|
2733
2734
|
if name is not None:
|
|
@@ -2737,7 +2738,7 @@ class ResourceMetricSourcePatch(dict):
|
|
|
2737
2738
|
|
|
2738
2739
|
@property
|
|
2739
2740
|
@pulumi.getter
|
|
2740
|
-
def name(self) -> Optional[str]:
|
|
2741
|
+
def name(self) -> Optional[builtins.str]:
|
|
2741
2742
|
"""
|
|
2742
2743
|
name is the name of the resource in question.
|
|
2743
2744
|
"""
|
|
@@ -2759,11 +2760,11 @@ class ResourceMetricStatus(dict):
|
|
|
2759
2760
|
"""
|
|
2760
2761
|
def __init__(__self__, *,
|
|
2761
2762
|
current: 'outputs.MetricValueStatus',
|
|
2762
|
-
name: str):
|
|
2763
|
+
name: builtins.str):
|
|
2763
2764
|
"""
|
|
2764
2765
|
ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
2765
2766
|
:param 'MetricValueStatusArgs' current: current contains the current value for the given metric
|
|
2766
|
-
:param str name: name is the name of the resource in question.
|
|
2767
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
2767
2768
|
"""
|
|
2768
2769
|
pulumi.set(__self__, "current", current)
|
|
2769
2770
|
pulumi.set(__self__, "name", name)
|
|
@@ -2778,7 +2779,7 @@ class ResourceMetricStatus(dict):
|
|
|
2778
2779
|
|
|
2779
2780
|
@property
|
|
2780
2781
|
@pulumi.getter
|
|
2781
|
-
def name(self) -> str:
|
|
2782
|
+
def name(self) -> builtins.str:
|
|
2782
2783
|
"""
|
|
2783
2784
|
name is the name of the resource in question.
|
|
2784
2785
|
"""
|
|
@@ -2792,11 +2793,11 @@ class ResourceMetricStatusPatch(dict):
|
|
|
2792
2793
|
"""
|
|
2793
2794
|
def __init__(__self__, *,
|
|
2794
2795
|
current: Optional['outputs.MetricValueStatusPatch'] = None,
|
|
2795
|
-
name: Optional[str] = None):
|
|
2796
|
+
name: Optional[builtins.str] = None):
|
|
2796
2797
|
"""
|
|
2797
2798
|
ResourceMetricStatus indicates the current value of a resource metric known to Kubernetes, as specified in requests and limits, describing each pod in the current scale target (e.g. CPU or memory). Such metrics are built in to Kubernetes, and have special scaling options on top of those available to normal per-pod metrics using the "pods" source.
|
|
2798
2799
|
:param 'MetricValueStatusPatchArgs' current: current contains the current value for the given metric
|
|
2799
|
-
:param str name: name is the name of the resource in question.
|
|
2800
|
+
:param builtins.str name: name is the name of the resource in question.
|
|
2800
2801
|
"""
|
|
2801
2802
|
if current is not None:
|
|
2802
2803
|
pulumi.set(__self__, "current", current)
|
|
@@ -2813,7 +2814,7 @@ class ResourceMetricStatusPatch(dict):
|
|
|
2813
2814
|
|
|
2814
2815
|
@property
|
|
2815
2816
|
@pulumi.getter
|
|
2816
|
-
def name(self) -> Optional[str]:
|
|
2817
|
+
def name(self) -> Optional[builtins.str]:
|
|
2817
2818
|
"""
|
|
2818
2819
|
name is the name of the resource in question.
|
|
2819
2820
|
"""
|