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 arg0) |
A |
withNewType(byte[] arg1) |
A |
withNewType(byte[] arg1,
int arg2) |
A |
withNewType(byte[] arg1,
int arg2,
int arg3) |
A |
withNewType(byte[] arg1,
int arg2,
int arg3,
int arg4) |
A |
withNewType(char[] arg1) |
A |
withNewType(char[] arg1,
int arg2,
int arg3) |
A |
withNewType(int[] arg1,
int arg2,
int arg3) |
A |
withNewType(String arg1) |
A |
withNewType(StringBuffer arg1) |
A |
withNewType(StringBuilder arg1) |
A |
withNewValue(int arg0) |
A |
withPeriodSeconds(Integer periodSeconds) |
A |
withType(String type) |
A |
withValue(Integer value) |
Integer getPeriodSeconds()
Boolean hasPeriodSeconds()
A withNewPeriodSeconds(int arg0)
String getType()
Boolean hasType()
A withNewType(StringBuilder arg1)
A withNewType(int[] arg1, int arg2, int arg3)
A withNewType(char[] arg1)
A withNewType(StringBuffer arg1)
A withNewType(byte[] arg1, int arg2)
A withNewType(byte[] arg1)
A withNewType(char[] arg1, int arg2, int arg3)
A withNewType(byte[] arg1, int arg2, int arg3)
A withNewType(byte[] arg1, int arg2, int arg3, int arg4)
Integer getValue()
Boolean hasValue()
A withNewValue(int arg0)
Copyright © 2015–2022 Red Hat. All rights reserved.