@Generated(value="org.jsonschema2pojo") public class HPAScalingPolicy extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
HPAScalingPolicy()
No args constructor for use in serialization
|
HPAScalingPolicy(Integer periodSeconds,
String type,
Integer value) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Integer |
getPeriodSeconds() |
String |
getType() |
Integer |
getValue() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setPeriodSeconds(Integer periodSeconds) |
void |
setType(String type) |
void |
setValue(Integer value) |
public HPAScalingPolicy()
public Integer getPeriodSeconds()
public void setPeriodSeconds(Integer periodSeconds)
periodSeconds - The periodSecondspublic String getType()
public void setType(String type)
type - The typepublic Integer getValue()
public void setValue(Integer value)
value - The valueCopyright © 2015–2021 Red Hat. All rights reserved.