public class HPAScalingPolicyFluentImpl<A extends HPAScalingPolicyFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements HPAScalingPolicyFluent<A>
| Constructor and Description |
|---|
HPAScalingPolicyFluentImpl() |
HPAScalingPolicyFluentImpl(HPAScalingPolicy instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Integer |
getPeriodSeconds() |
String |
getType() |
Integer |
getValue() |
int |
hashCode() |
Boolean |
hasPeriodSeconds() |
Boolean |
hasType() |
Boolean |
hasValue() |
A |
withNewPeriodSeconds(int arg1) |
A |
withNewPeriodSeconds(String arg1) |
A |
withNewType(String arg1) |
A |
withNewType(StringBuffer arg1) |
A |
withNewType(StringBuilder arg1) |
A |
withNewValue(int arg1) |
A |
withNewValue(String arg1) |
A |
withPeriodSeconds(Integer periodSeconds) |
A |
withType(String type) |
A |
withValue(Integer value) |
public HPAScalingPolicyFluentImpl()
public HPAScalingPolicyFluentImpl(HPAScalingPolicy instance)
public Integer getPeriodSeconds()
getPeriodSeconds in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public A withPeriodSeconds(Integer periodSeconds)
withPeriodSeconds in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public Boolean hasPeriodSeconds()
hasPeriodSeconds in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public A withNewPeriodSeconds(String arg1)
withNewPeriodSeconds in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public A withNewPeriodSeconds(int arg1)
withNewPeriodSeconds in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public String getType()
getType in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public A withType(String type)
withType in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public Boolean hasType()
hasType in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public A withNewType(String arg1)
withNewType in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public A withNewType(StringBuilder arg1)
withNewType in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public A withNewType(StringBuffer arg1)
withNewType in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public Integer getValue()
getValue in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public A withValue(Integer value)
withValue in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public Boolean hasValue()
hasValue in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public A withNewValue(String arg1)
withNewValue in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>public A withNewValue(int arg1)
withNewValue in interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.