public interface TypedValueFluent<A extends TypedValueFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression() |
ValueType |
getType() |
Boolean |
hasExpression() |
Boolean |
hasType() |
A |
withExpression(String expression) |
A |
withType(ValueType type) |
Copyright © 2017–2018 Red Hat. All rights reserved.