public interface GPULimitFluent<A extends GPULimitFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
Map<String,Object> |
getAdditionalProperties() |
Integer |
getMax() |
Integer |
getMin() |
String |
getType() |
Boolean |
hasAdditionalProperties() |
Boolean |
hasMax() |
Boolean |
hasMin() |
Boolean |
hasType() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withMax(Integer max) |
A |
withMin(Integer min) |
A |
withNewType(String arg0)
Deprecated.
|
A |
withType(String type) |
Integer getMax()
Boolean hasMax()
Integer getMin()
Boolean hasMin()
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
Boolean hasAdditionalProperties()
Copyright © 2015–2020 Red Hat. All rights reserved.