ComputeAutoscaler

Field Type Description
apiVersion string google.kubeform.com/v1alpha1
kind string ComputeAutoscaler
metadata Kubernetes meta/v1.ObjectMeta Refer to the Kubernetes API documentation for the fields of the metadata field.
spec ComputeAutoscalerSpec
status ComputeAutoscalerStatus

ComputeAutoscalerSpec

(Appears on:ComputeAutoscaler, ComputeAutoscalerStatus)
Field Type Description
providerRef Kubernetes core/v1.LocalObjectReference
id string
autoscalingPolicy []ComputeAutoscalerSpecAutoscalingPolicy
creationTimestamp string (Optional)
description string (Optional)
name string
project string (Optional)
selfLink string (Optional)
target string
zone string (Optional)

ComputeAutoscalerSpecAutoscalingPolicy

(Appears on:ComputeAutoscalerSpec)
Field Type Description
cooldownPeriod int (Optional)
cpuUtilization []ComputeAutoscalerSpecAutoscalingPolicyCpuUtilization (Optional)
loadBalancingUtilization []ComputeAutoscalerSpecAutoscalingPolicyLoadBalancingUtilization (Optional)
maxReplicas int
metric []ComputeAutoscalerSpecAutoscalingPolicyMetric (Optional)
minReplicas int

ComputeAutoscalerSpecAutoscalingPolicyCpuUtilization

(Appears on:ComputeAutoscalerSpecAutoscalingPolicy)
Field Type Description
target encoding/json.Number

ComputeAutoscalerSpecAutoscalingPolicyLoadBalancingUtilization

(Appears on:ComputeAutoscalerSpecAutoscalingPolicy)
Field Type Description
target encoding/json.Number

ComputeAutoscalerSpecAutoscalingPolicyMetric

(Appears on:ComputeAutoscalerSpecAutoscalingPolicy)
Field Type Description
name string
target encoding/json.Number
type string

ComputeAutoscalerStatus

(Appears on:ComputeAutoscaler)
Field Type Description
observedGeneration int64 (Optional) Resource generation, which is updated on mutation by the API Server.
output ComputeAutoscalerSpec (Optional)
state kubeform.dev/kubeform/apis.State (Optional)