Package v1alpha1 contains API Schema definitions for the core v1alpha1 API group
AdvancedSchedulerPolicy is a policy that allow arithmetic operation to compute replicas.
Field | Description |
---|---|
|
LeftOperand is the left operand of the comparison. It could be the target ASG Health field from which this policy is applied or an integer. |
|
A comparison operator used to apply policy between From and To. |
|
RightOperand is the left operand of the comparison. It could be the target ASG Health field from which this policy is applied or an integer. |
|
PeriodSeconds specifies the window of time for which the policy should hold true. |
|
Replicas specify the replicas to Scale. |
ArithmeticOperation describes an arithmetic operation.
Field | Description |
---|---|
|
LeftOperand is the left operand of the operation. |
|
An arithmetic operator used to apply policy between From and To. |
|
RightOperand is the right operand of the operation. |
ArithmeticOperator describes arithmetic operators
ComparisonOperator describes comparison operators
Field describes a SchedulerPolicy Field. It is based on ASG health status.
Instance is the Schema for the instances API
Field | Description |
---|---|
|
|
|
|
|
Refer to Kubernetes API documentation for fields of |
|
InstanceSpec defines the desired state of Instance
Field | Description |
---|---|
|
The AutoScaling Group name. |
|
Indicates whether Amazon EC2 Auto Scaling waits for the cooldown period to complete before initiating a scaling activity to set your Auto Scaling group to its new capacity. By default, Amazon EC2 Auto Scaling does not honor the cooldown period during manual scaling activities. |
IntOrArithmeticOperation is a type that can hold an int32 or an arithmetic operation.
Field | Description |
---|---|
|
An Int for value. |
|
An arithmetic operation.. |
IntOrField is a type that can hold an int32 or a Field.
Field | Description |
---|---|
|
An Int for value. |
|
An Field for value. |
PriorityExpander is the Schema for the priorityexpanders API
Field | Description |
---|---|
|
|
|
|
|
Refer to Kubernetes API documentation for fields of |
|
PriorityExpanderSpec defines the desired state of PriorityExpander
Field | Description |
---|---|
|
The Go template to parse, which will generate the priority expander config map for cluster autoscaler to use. |
ScaleDownRules configures the scaling behavior for Instance scale downs.
Field | Description |
---|---|
|
A cooldown for consecutive scale down operations. |
|
Policies is a list of potential scaling polices which can be evaluated for scaling decisions. At least one policy must be specified. Instances will be scaled down one by one. |
ScaleUpRules configures the scaling behavior for Instance scale ups.
Field | Description |
---|---|
|
A cooldown for consecutive scale up operations. |
|
Policies is a list of potential scaling polices which can be evaluated for scaling decisions. At least one policy must be specified. For scale ups the matching policy which triggers the highest number of replicas will be used. |
Scheduler is the Schema for the schedulers API
Field | Description |
---|---|
|
|
|
|
|
Refer to Kubernetes API documentation for fields of |
|
SchedulerPolicy is a single policy which must hold true for a specified past interval.
Field | Description |
---|---|
|
LeftOperand is the left operand of the comparison. It could be the target ASG Health field from which this policy is applied or an integer. |
|
A comparison operator used to apply policy between From and To. |
|
RightOperand is the left operand of the comparison. It could be the target ASG Health field from which this policy is applied or an integer. |
|
PeriodSeconds specifies the window of time for which the policy should hold true. |
SchedulerSpec defines the desired state of Scheduler
Field | Description |
---|---|
|
The Scheduler Trigger |
|
Name of the autoscaling group which the scheduler will use to apply the rules. Conflict with autoscalingGroupTargets. |
|
List of autoscaling groups names which the scheduler will use to apply the rules. The values are summed. Conflict with autoscalingGroupTarget. |
|
Name of the autoscaling group in which the scheduler will trigger fallback instances. This autoscaling group must not be managed by the cluster-autoscaler. These ASG must not be managed by the cluster-autoscaler. Conflict with autoscalingGroupFallbacks. |
|
List of autoscaling groups names in which the scheduler will trigger fallback instances. These ASG must not be managed by the cluster-autoscaler. Conflict with autoscalingGroupFallback. |
|
Scheduler rules used to match criteria on Target ASG to trigger Scale Up on Fallback ASG. |
|
Scheduler rules used to match criteria on Target ASG to trigger Scale Down on Fallback ASG. |
SchedulerTrigger describe a trigger for the Scheduler.