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:
HPAScalingPolicyBuilder,HPAScalingPolicyFluentImpl,HPAScalingRulesFluentImpl.PoliciesNestedImpl
public interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetPeriodSeconds()StringgetType()IntegergetValue()BooleanhasPeriodSeconds()BooleanhasType()BooleanhasValue()AwithNewType(String arg1)AwithNewType(StringBuffer arg1)AwithNewType(StringBuilder arg1)AwithPeriodSeconds(Integer periodSeconds)AwithType(String type)AwithValue(Integer value)
-
-
-
Method Detail
-
getPeriodSeconds
Integer getPeriodSeconds()
-
hasPeriodSeconds
Boolean hasPeriodSeconds()
-
getType
String getType()
-
hasType
Boolean hasType()
-
withNewType
A withNewType(StringBuilder arg1)
-
withNewType
A withNewType(StringBuffer arg1)
-
getValue
Integer getValue()
-
hasValue
Boolean hasValue()
-
-