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 |
withNewType(String arg0)
Deprecated.
|
A |
withPeriodSeconds(Integer periodSeconds) |
A |
withType(String type) |
A |
withValue(Integer value) |
Integer getPeriodSeconds()
Boolean hasPeriodSeconds()
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
Integer getValue()
Boolean hasValue()
Copyright © 2015–2020 Red Hat. All rights reserved.