public class EnvoyFilterProxyMatchFluentImpl<A extends EnvoyFilterProxyMatchFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements EnvoyFilterProxyMatchFluent<A>
| Constructor and Description |
|---|
EnvoyFilterProxyMatchFluentImpl() |
EnvoyFilterProxyMatchFluentImpl(EnvoyFilterProxyMatch instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToMetadata(Map<String,String> map) |
A |
addToMetadata(String key,
String value) |
boolean |
equals(Object o) |
Map<String,String> |
getMetadata() |
String |
getProxyVersion() |
int |
hashCode() |
Boolean |
hasMetadata() |
Boolean |
hasProxyVersion() |
A |
removeFromMetadata(Map<String,String> map) |
A |
removeFromMetadata(String key) |
String |
toString() |
<K,V> A |
withMetadata(Map<String,String> metadata) |
A |
withProxyVersion(String proxyVersion) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic EnvoyFilterProxyMatchFluentImpl()
public EnvoyFilterProxyMatchFluentImpl(EnvoyFilterProxyMatch instance)
public A addToMetadata(String key, String value)
addToMetadata in interface EnvoyFilterProxyMatchFluent<A extends EnvoyFilterProxyMatchFluent<A>>public A addToMetadata(Map<String,String> map)
addToMetadata in interface EnvoyFilterProxyMatchFluent<A extends EnvoyFilterProxyMatchFluent<A>>public A removeFromMetadata(String key)
removeFromMetadata in interface EnvoyFilterProxyMatchFluent<A extends EnvoyFilterProxyMatchFluent<A>>public A removeFromMetadata(Map<String,String> map)
removeFromMetadata in interface EnvoyFilterProxyMatchFluent<A extends EnvoyFilterProxyMatchFluent<A>>public Map<String,String> getMetadata()
getMetadata in interface EnvoyFilterProxyMatchFluent<A extends EnvoyFilterProxyMatchFluent<A>>public <K,V> A withMetadata(Map<String,String> metadata)
withMetadata in interface EnvoyFilterProxyMatchFluent<A extends EnvoyFilterProxyMatchFluent<A>>public Boolean hasMetadata()
hasMetadata in interface EnvoyFilterProxyMatchFluent<A extends EnvoyFilterProxyMatchFluent<A>>public String getProxyVersion()
getProxyVersion in interface EnvoyFilterProxyMatchFluent<A extends EnvoyFilterProxyMatchFluent<A>>public A withProxyVersion(String proxyVersion)
withProxyVersion in interface EnvoyFilterProxyMatchFluent<A extends EnvoyFilterProxyMatchFluent<A>>public Boolean hasProxyVersion()
hasProxyVersion in interface EnvoyFilterProxyMatchFluent<A extends EnvoyFilterProxyMatchFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EnvoyFilterProxyMatchFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends EnvoyFilterProxyMatchFluent<A>>Copyright © 2015–2022 Red Hat. All rights reserved.