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 |
|---|---|
boolean |
equals(Object o) |
String |
getPathPrefix() |
Boolean |
getReadOnly() |
int |
hashCode() |
Boolean |
hasPathPrefix() |
Boolean |
hasReadOnly() |
A |
withNewPathPrefix(String arg0)
Deprecated.
|
A |
withPathPrefix(String pathPrefix) |
A |
withReadOnly(Boolean readOnly) |
public 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>>@Deprecated public A withNewPathPrefix(String arg0)
withNewPathPrefix 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>>Copyright © 2015–2020 Red Hat. All rights reserved.