public class EnvoyFilterPatchFluentImpl<A extends EnvoyFilterPatchFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements EnvoyFilterPatchFluent<A>
| Constructor and Description |
|---|
EnvoyFilterPatchFluentImpl() |
EnvoyFilterPatchFluentImpl(EnvoyFilterPatch instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToValue(Map<String,Object> map) |
A |
addToValue(String key,
Object value) |
boolean |
equals(Object o) |
EnvoyFilterPatchFilterClass |
getFilterClass() |
EnvoyFilterPatchOperation |
getOperation() |
Map<String,Object> |
getValue() |
Boolean |
hasFilterClass() |
int |
hashCode() |
Boolean |
hasOperation() |
Boolean |
hasValue() |
A |
removeFromValue(Map<String,Object> map) |
A |
removeFromValue(String key) |
A |
withFilterClass(EnvoyFilterPatchFilterClass filterClass) |
A |
withOperation(EnvoyFilterPatchOperation operation) |
<K,V> A |
withValue(Map<String,Object> value) |
public EnvoyFilterPatchFluentImpl()
public EnvoyFilterPatchFluentImpl(EnvoyFilterPatch instance)
public EnvoyFilterPatchFilterClass getFilterClass()
getFilterClass in interface EnvoyFilterPatchFluent<A extends EnvoyFilterPatchFluent<A>>public A withFilterClass(EnvoyFilterPatchFilterClass filterClass)
withFilterClass in interface EnvoyFilterPatchFluent<A extends EnvoyFilterPatchFluent<A>>public Boolean hasFilterClass()
hasFilterClass in interface EnvoyFilterPatchFluent<A extends EnvoyFilterPatchFluent<A>>public EnvoyFilterPatchOperation getOperation()
getOperation in interface EnvoyFilterPatchFluent<A extends EnvoyFilterPatchFluent<A>>public A withOperation(EnvoyFilterPatchOperation operation)
withOperation in interface EnvoyFilterPatchFluent<A extends EnvoyFilterPatchFluent<A>>public Boolean hasOperation()
hasOperation in interface EnvoyFilterPatchFluent<A extends EnvoyFilterPatchFluent<A>>public A addToValue(String key, Object value)
addToValue in interface EnvoyFilterPatchFluent<A extends EnvoyFilterPatchFluent<A>>public A addToValue(Map<String,Object> map)
addToValue in interface EnvoyFilterPatchFluent<A extends EnvoyFilterPatchFluent<A>>public A removeFromValue(String key)
removeFromValue in interface EnvoyFilterPatchFluent<A extends EnvoyFilterPatchFluent<A>>public A removeFromValue(Map<String,Object> map)
removeFromValue in interface EnvoyFilterPatchFluent<A extends EnvoyFilterPatchFluent<A>>public Map<String,Object> getValue()
getValue in interface EnvoyFilterPatchFluent<A extends EnvoyFilterPatchFluent<A>>public <K,V> A withValue(Map<String,Object> value)
withValue in interface EnvoyFilterPatchFluent<A extends EnvoyFilterPatchFluent<A>>public Boolean hasValue()
hasValue in interface EnvoyFilterPatchFluent<A extends EnvoyFilterPatchFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.