Interface HPAScalingRulesFluent<A extends HPAScalingRulesFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
HorizontalPodAutoscalerBehaviorFluent.ScaleDownNested<N>,HorizontalPodAutoscalerBehaviorFluent.ScaleUpNested<N>
- All Known Implementing Classes:
DoneableHPAScalingRules,HorizontalPodAutoscalerBehaviorFluentImpl.ScaleDownNestedImpl,HorizontalPodAutoscalerBehaviorFluentImpl.ScaleUpNestedImpl,HPAScalingRulesBuilder,HPAScalingRulesFluentImpl
public interface HPAScalingRulesFluent<A extends HPAScalingRulesFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHPAScalingRulesFluent.PoliciesNested<N> -
Method Summary
-
Method Details
-
addToPolicies
-
setToPolicies
-
addToPolicies
-
addAllToPolicies
-
removeFromPolicies
-
removeAllFromPolicies
-
removeMatchingFromPolicies
A removeMatchingFromPolicies(io.fabric8.kubernetes.api.builder.Predicate<HPAScalingPolicyBuilder> predicate) -
getPolicies
Deprecated.This method has been deprecated, please use method buildPolicies instead.- Returns:
- The buildable object.
-
buildPolicies
List<HPAScalingPolicy> buildPolicies() -
buildPolicy
-
buildFirstPolicy
HPAScalingPolicy buildFirstPolicy() -
buildLastPolicy
HPAScalingPolicy buildLastPolicy() -
buildMatchingPolicy
HPAScalingPolicy buildMatchingPolicy(io.fabric8.kubernetes.api.builder.Predicate<HPAScalingPolicyBuilder> predicate) -
hasMatchingPolicy
Boolean hasMatchingPolicy(io.fabric8.kubernetes.api.builder.Predicate<HPAScalingPolicyBuilder> predicate) -
withPolicies
-
withPolicies
-
hasPolicies
Boolean hasPolicies() -
addNewPolicy
-
addNewPolicy
HPAScalingRulesFluent.PoliciesNested<A> addNewPolicy() -
addNewPolicyLike
-
setNewPolicyLike
-
editPolicy
-
editFirstPolicy
HPAScalingRulesFluent.PoliciesNested<A> editFirstPolicy() -
editLastPolicy
HPAScalingRulesFluent.PoliciesNested<A> editLastPolicy() -
editMatchingPolicy
HPAScalingRulesFluent.PoliciesNested<A> editMatchingPolicy(io.fabric8.kubernetes.api.builder.Predicate<HPAScalingPolicyBuilder> predicate) -
getSelectPolicy
String getSelectPolicy() -
withSelectPolicy
-
hasSelectPolicy
Boolean hasSelectPolicy() -
withNewSelectPolicy
-
withNewSelectPolicy
-
withNewSelectPolicy
-
getStabilizationWindowSeconds
Integer getStabilizationWindowSeconds() -
withStabilizationWindowSeconds
-
hasStabilizationWindowSeconds
Boolean hasStabilizationWindowSeconds() -
withNewStabilizationWindowSeconds
-
withNewStabilizationWindowSeconds
-