public interface CELOverlayFluent<A extends CELOverlayFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getExpression() |
String |
getKey() |
Boolean |
hasExpression() |
Boolean |
hasKey() |
A |
withExpression(String expression) |
A |
withKey(String key) |
A |
withNewExpression(String arg1) |
A |
withNewExpression(StringBuffer arg1) |
A |
withNewExpression(StringBuilder arg1) |
A |
withNewKey(String arg1) |
A |
withNewKey(StringBuffer arg1) |
A |
withNewKey(StringBuilder arg1) |
String getExpression()
Boolean hasExpression()
A withNewExpression(StringBuilder arg1)
A withNewExpression(StringBuffer arg1)
String getKey()
Boolean hasKey()
A withNewKey(StringBuilder arg1)
A withNewKey(StringBuffer arg1)
Copyright © 2015–2020 Red Hat. All rights reserved.