Package-level declarations
Types
Link copied to clipboard
data class CrossVersionObjectReferenceArgs(val apiVersion: Output<String>? = null, val kind: Output<String>, val name: Output<String>) : ConvertibleToJava<CrossVersionObjectReferenceArgs>
CrossVersionObjectReference contains enough information to let you identify the referred resource.
Link copied to clipboard
Builder for CrossVersionObjectReferenceArgs.
Link copied to clipboard
data class CrossVersionObjectReferencePatchArgs(val apiVersion: Output<String>? = null, val kind: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<CrossVersionObjectReferencePatchArgs>
CrossVersionObjectReference contains enough information to let you identify the referred resource.
Link copied to clipboard
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, val status: Output<HorizontalPodAutoscalerStatusArgs>? = null) : ConvertibleToJava<HorizontalPodAutoscalerArgs>
configuration of a horizontal pod autoscaler.
Link copied to clipboard
Builder for HorizontalPodAutoscalerArgs.
Link copied to clipboard
data class HorizontalPodAutoscalerSpecArgs(val maxReplicas: Output<Int>, val minReplicas: Output<Int>? = null, val scaleTargetRef: Output<CrossVersionObjectReferenceArgs>, val targetCPUUtilizationPercentage: Output<Int>? = null) : ConvertibleToJava<HorizontalPodAutoscalerSpecArgs>
specification of a horizontal pod autoscaler.
Link copied to clipboard
Builder for HorizontalPodAutoscalerSpecArgs.
Link copied to clipboard
data class HorizontalPodAutoscalerSpecPatchArgs(val maxReplicas: Output<Int>? = null, val minReplicas: Output<Int>? = null, val scaleTargetRef: Output<CrossVersionObjectReferencePatchArgs>? = null, val targetCPUUtilizationPercentage: Output<Int>? = null) : ConvertibleToJava<HorizontalPodAutoscalerSpecPatchArgs>
specification of a horizontal pod autoscaler.
Link copied to clipboard
Link copied to clipboard
data class HorizontalPodAutoscalerStatusArgs(val currentCPUUtilizationPercentage: Output<Int>? = null, val currentReplicas: Output<Int>, val desiredReplicas: Output<Int>, val lastScaleTime: Output<String>? = null, val observedGeneration: Output<Int>? = null) : ConvertibleToJava<HorizontalPodAutoscalerStatusArgs>
current status of a horizontal pod autoscaler
Link copied to clipboard
Builder for HorizontalPodAutoscalerStatusArgs.