| Package | Description |
|---|---|
| io.fabric8.kubernetes.api.model.autoscaling.v2beta2 |
| Modifier and Type | Method and Description |
|---|---|
HPAScalingPolicy |
HPAScalingPolicyBuilder.build() |
HPAScalingPolicy |
HPAScalingRulesFluent.buildFirstPolicy() |
HPAScalingPolicy |
HPAScalingRulesFluent.buildLastPolicy() |
HPAScalingPolicy |
HPAScalingRulesFluent.buildMatchingPolicy(Predicate<HPAScalingPolicyBuilder> predicate) |
HPAScalingPolicy |
HPAScalingRulesFluent.buildPolicy(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<HPAScalingPolicy> |
HPAScalingRulesFluent.buildPolicies() |
List<HPAScalingPolicy> |
HPAScalingRules.getPolicies() |
| Modifier and Type | Method and Description |
|---|---|
HPAScalingRulesFluent.PoliciesNested<A> |
HPAScalingRulesFluent.addNewPolicyLike(HPAScalingPolicy item) |
A |
HPAScalingRulesFluent.addToPolicies(HPAScalingPolicy... items) |
A |
HPAScalingRulesFluent.addToPolicies(int index,
HPAScalingPolicy item) |
protected void |
HPAScalingPolicyFluent.copyInstance(HPAScalingPolicy instance) |
A |
HPAScalingRulesFluent.removeFromPolicies(HPAScalingPolicy... items) |
HPAScalingRulesFluent.PoliciesNested<A> |
HPAScalingRulesFluent.setNewPolicyLike(int index,
HPAScalingPolicy item) |
A |
HPAScalingRulesFluent.setToPolicies(int index,
HPAScalingPolicy item) |
A |
HPAScalingRulesFluent.withPolicies(HPAScalingPolicy... policies) |
| Modifier and Type | Method and Description |
|---|---|
A |
HPAScalingRulesFluent.addAllToPolicies(Collection<HPAScalingPolicy> items) |
A |
HPAScalingRulesFluent.removeAllFromPolicies(Collection<HPAScalingPolicy> items) |
void |
HPAScalingRules.setPolicies(List<HPAScalingPolicy> policies) |
A |
HPAScalingRulesFluent.withPolicies(List<HPAScalingPolicy> policies) |
| Constructor and Description |
|---|
HPAScalingPolicyBuilder(HPAScalingPolicy instance) |
HPAScalingPolicyBuilder(HPAScalingPolicyFluent<?> fluent,
HPAScalingPolicy instance) |
HPAScalingPolicyFluent(HPAScalingPolicy instance) |
| Constructor and Description |
|---|
HPAScalingRules(List<HPAScalingPolicy> policies,
String selectPolicy,
Integer stabilizationWindowSeconds) |
Copyright © 2015–2023 Red Hat. All rights reserved.