public interface HPAScalingPolicyFluent<A extends HPAScalingPolicyFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Integer |
getPeriodSeconds() |
String |
getType() |
Integer |
getValue() |
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) |
Integer getPeriodSeconds()
Boolean hasPeriodSeconds()
A withNewPeriodSeconds(int arg1)
String getType()
Boolean hasType()
A withNewType(StringBuilder arg1)
A withNewType(StringBuffer arg1)
Integer getValue()
Boolean hasValue()
A withNewValue(int arg1)
Copyright © 2015–2022 Red Hat. All rights reserved.