public class CELOverlayFluentImpl<A extends CELOverlayFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements CELOverlayFluent<A>
| Constructor and Description |
|---|
CELOverlayFluentImpl() |
CELOverlayFluentImpl(CELOverlay instance) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getExpression() |
String |
getKey() |
Boolean |
hasExpression() |
int |
hashCode() |
Boolean |
hasKey() |
String |
toString() |
A |
withExpression(String expression) |
A |
withKey(String key) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic CELOverlayFluentImpl()
public CELOverlayFluentImpl(CELOverlay instance)
public String getExpression()
getExpression in interface CELOverlayFluent<A extends CELOverlayFluent<A>>public A withExpression(String expression)
withExpression in interface CELOverlayFluent<A extends CELOverlayFluent<A>>public Boolean hasExpression()
hasExpression in interface CELOverlayFluent<A extends CELOverlayFluent<A>>public String getKey()
getKey in interface CELOverlayFluent<A extends CELOverlayFluent<A>>public A withKey(String key)
withKey in interface CELOverlayFluent<A extends CELOverlayFluent<A>>public Boolean hasKey()
hasKey in interface CELOverlayFluent<A extends CELOverlayFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CELOverlayFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends CELOverlayFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.