Class HPAScalingPolicyFluentImpl<A extends HPAScalingPolicyFluent<A>>
java.lang.Object
io.fabric8.kubernetes.api.builder.BaseFluent<A>
io.fabric8.kubernetes.api.model.autoscaling.v2beta2.HPAScalingPolicyFluentImpl<A>
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>,HPAScalingPolicyFluent<A>
- Direct Known Subclasses:
DoneableHPAScalingPolicy,HPAScalingPolicyBuilder,HPAScalingRulesFluentImpl.PoliciesNestedImpl
public class HPAScalingPolicyFluentImpl<A extends HPAScalingPolicyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HPAScalingPolicyFluent<A>
-
Field Summary
-
Constructor Summary
Constructors Constructor Description HPAScalingPolicyFluentImpl()HPAScalingPolicyFluentImpl(HPAScalingPolicy instance) -
Method Summary
Modifier and Type Method Description booleanequals(Object o)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)
-
Constructor Details
-
HPAScalingPolicyFluentImpl
public HPAScalingPolicyFluentImpl() -
HPAScalingPolicyFluentImpl
-
-
Method Details
-
getPeriodSeconds
- Specified by:
getPeriodSecondsin interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
withPeriodSeconds
- Specified by:
withPeriodSecondsin interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
hasPeriodSeconds
- Specified by:
hasPeriodSecondsin interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
withNewPeriodSeconds
- Specified by:
withNewPeriodSecondsin interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
withNewPeriodSeconds
- Specified by:
withNewPeriodSecondsin interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
getType
- Specified by:
getTypein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
withType
- Specified by:
withTypein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
hasType
- Specified by:
hasTypein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
withNewType
- Specified by:
withNewTypein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
withNewType
- Specified by:
withNewTypein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
withNewType
- Specified by:
withNewTypein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
getValue
- Specified by:
getValuein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
withValue
- Specified by:
withValuein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
hasValue
- Specified by:
hasValuein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
withNewValue
- Specified by:
withNewValuein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
withNewValue
- Specified by:
withNewValuein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
equals
-