Package-level declarations

Types

Link copied to clipboard
class HorizontalPodAutoscaler : KotlinCustomResource

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.

Link copied to clipboard
data class HorizontalPodAutoscalerArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaArgs>? = null, val spec: Output<HorizontalPodAutoscalerSpecArgs>? = null) : ConvertibleToJava<HorizontalPodAutoscalerArgs>

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.

Link copied to clipboard
class HorizontalPodAutoscalerList : KotlinCustomResource

HorizontalPodAutoscaler is a list of horizontal pod autoscaler objects.

Link copied to clipboard
data class HorizontalPodAutoscalerListArgs(val apiVersion: Output<String>? = null, val items: Output<List<HorizontalPodAutoscalerArgs>>? = null, val kind: Output<String>? = null, val metadata: Output<ListMetaArgs>? = null) : ConvertibleToJava<HorizontalPodAutoscalerListArgs>

HorizontalPodAutoscaler is a list of horizontal pod autoscaler objects.

Link copied to clipboard
Link copied to clipboard
class HorizontalPodAutoscalerPatch : KotlinCustomResource

Patch resources are used to modify existing Kubernetes resources by using Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource. Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the Server-Side Apply Docs for additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi. 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.

Link copied to clipboard
data class HorizontalPodAutoscalerPatchArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val metadata: Output<ObjectMetaPatchArgs>? = null, val spec: Output<HorizontalPodAutoscalerSpecPatchArgs>? = null) : ConvertibleToJava<HorizontalPodAutoscalerPatchArgs>

Patch resources are used to modify existing Kubernetes resources by using Server-Side Apply updates. The name of the resource must be specified, but all other properties are optional. More than one patch may be applied to the same resource, and a random FieldManager name will be used for each Patch resource. Conflicts will result in an error by default, but can be forced using the "pulumi.com/patchForce" annotation. See the Server-Side Apply Docs for additional information about using Server-Side Apply to manage Kubernetes resources with Pulumi. 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.

Functions