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:
HPAScalingPolicyBuilder,HPAScalingRulesFluentImpl.PoliciesNestedImpl
public class HPAScalingPolicyFluentImpl<A extends HPAScalingPolicyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HPAScalingPolicyFluent<A>
-
-
Constructor Summary
Constructors Constructor Description HPAScalingPolicyFluentImpl()HPAScalingPolicyFluentImpl(HPAScalingPolicy instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)IntegergetPeriodSeconds()StringgetType()IntegergetValue()inthashCode()BooleanhasPeriodSeconds()BooleanhasType()BooleanhasValue()AwithNewType(String arg1)AwithNewType(StringBuffer arg1)AwithNewType(StringBuilder arg1)AwithPeriodSeconds(Integer periodSeconds)AwithType(String type)AwithValue(Integer value)
-
-
-
Constructor Detail
-
HPAScalingPolicyFluentImpl
public HPAScalingPolicyFluentImpl()
-
HPAScalingPolicyFluentImpl
public HPAScalingPolicyFluentImpl(HPAScalingPolicy instance)
-
-
Method Detail
-
getPeriodSeconds
public Integer getPeriodSeconds()
- Specified by:
getPeriodSecondsin interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
withPeriodSeconds
public A withPeriodSeconds(Integer periodSeconds)
- Specified by:
withPeriodSecondsin interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
hasPeriodSeconds
public Boolean hasPeriodSeconds()
- Specified by:
hasPeriodSecondsin interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
getType
public String getType()
- Specified by:
getTypein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
withType
public A withType(String type)
- Specified by:
withTypein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
hasType
public Boolean hasType()
- Specified by:
hasTypein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
withNewType
public A withNewType(String arg1)
- Specified by:
withNewTypein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
withNewType
public A withNewType(StringBuilder arg1)
- Specified by:
withNewTypein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
withNewType
public A withNewType(StringBuffer arg1)
- Specified by:
withNewTypein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
getValue
public Integer getValue()
- Specified by:
getValuein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
withValue
public A withValue(Integer value)
- Specified by:
withValuein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
hasValue
public Boolean hasValue()
- Specified by:
hasValuein interfaceHPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
-
-