Interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
HPAScalingRulesFluent.PoliciesNested<N>
- All Known Implementing Classes:
DoneableHPAScalingPolicy,HPAScalingPolicyBuilder,HPAScalingPolicyFluentImpl,HPAScalingRulesFluentImpl.PoliciesNestedImpl
public interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
Method Summary
Modifier and Type Method Description IntegergetPeriodSeconds()StringgetType()IntegergetValue()BooleanhasPeriodSeconds()BooleanhasType()BooleanhasValue()AwithNewPeriodSeconds(int arg1)AwithNewPeriodSeconds(String arg1)AwithNewType(String arg1)AwithNewType(StringBuffer arg1)AwithNewType(StringBuilder arg1)AwithNewValue(int arg1)AwithNewValue(String arg1)AwithPeriodSeconds(Integer periodSeconds)AwithType(String type)AwithValue(Integer value)
-
Method Details
-
getPeriodSeconds
Integer getPeriodSeconds() -
withPeriodSeconds
-
hasPeriodSeconds
Boolean hasPeriodSeconds() -
withNewPeriodSeconds
-
withNewPeriodSeconds
-
getType
String getType() -
withType
-
hasType
Boolean hasType() -
withNewType
-
withNewType
-
withNewType
-
getValue
Integer getValue() -
withValue
-
hasValue
Boolean hasValue() -
withNewValue
-
withNewValue
-