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 arg0)
Deprecated.
|
A |
withNewKey(String arg0)
Deprecated.
|
String getExpression()
Boolean hasExpression()
@Deprecated A withNewExpression(String arg0)
String getKey()
Boolean hasKey()
@Deprecated A withNewKey(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.