public class AllowedHostPathFluentImpl<A extends AllowedHostPathFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements AllowedHostPathFluent<A>
| Constructor and Description |
|---|
AllowedHostPathFluentImpl() |
AllowedHostPathFluentImpl(AllowedHostPath instance) |
| Modifier and Type | Method and Description |
|---|---|
A |
addToAdditionalProperties(Map<String,Object> map) |
A |
addToAdditionalProperties(String key,
Object value) |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
String |
getPathPrefix() |
Boolean |
getReadOnly() |
Boolean |
hasAdditionalProperties() |
int |
hashCode() |
Boolean |
hasPathPrefix() |
Boolean |
hasReadOnly() |
A |
removeFromAdditionalProperties(Map<String,Object> map) |
A |
removeFromAdditionalProperties(String key) |
String |
toString() |
<K,V> A |
withAdditionalProperties(Map<String,Object> additionalProperties) |
A |
withPathPrefix(String pathPrefix) |
A |
withReadOnly() |
A |
withReadOnly(Boolean readOnly) |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic AllowedHostPathFluentImpl()
public AllowedHostPathFluentImpl(AllowedHostPath instance)
public String getPathPrefix()
getPathPrefix in interface AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>public A withPathPrefix(String pathPrefix)
withPathPrefix in interface AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>public Boolean hasPathPrefix()
hasPathPrefix in interface AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>public Boolean getReadOnly()
getReadOnly in interface AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>public A withReadOnly(Boolean readOnly)
withReadOnly in interface AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>public Boolean hasReadOnly()
hasReadOnly in interface AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>public A addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>public A addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>public A removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>public A removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>public Boolean hasAdditionalProperties()
hasAdditionalProperties in interface AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AllowedHostPathFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AllowedHostPathFluent<A>>public A withReadOnly()
withReadOnly in interface AllowedHostPathFluent<A extends AllowedHostPathFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.