public interface ConfigurationSpecFluent<A extends ConfigurationSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getType() |
String |
getValue() |
Boolean |
hasType() |
Boolean |
hasValue() |
A |
withNewType(String arg0)
Deprecated.
|
A |
withNewValue(String arg0)
Deprecated.
|
A |
withType(String type) |
A |
withValue(String value) |
String getType()
Boolean hasType()
@Deprecated A withNewType(String arg0)
String getValue()
Boolean hasValue()
@Deprecated A withNewValue(String arg0)
Copyright © 2015–2021 Red Hat. All rights reserved.