public interface KeyValueFluent<A extends KeyValueFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getValue() |
Boolean |
hasKey() |
Boolean |
hasValue() |
A |
withKey(String key) |
A |
withNewKey(String arg0)
Deprecated.
|
A |
withNewValue(String arg0)
Deprecated.
|
A |
withValue(String value) |
String getKey()
Boolean hasKey()
@Deprecated A withNewKey(String arg0)
String getValue()
Boolean hasValue()
@Deprecated A withNewValue(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.