public class V1HostPathVolumeSourceFluentImpl<A extends V1HostPathVolumeSourceFluent<A>> extends BaseFluent<A> implements V1HostPathVolumeSourceFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1HostPathVolumeSourceFluentImpl() |
V1HostPathVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1HostPathVolumeSource instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getPath() |
String |
getType() |
int |
hashCode() |
Boolean |
hasPath() |
Boolean |
hasType() |
A |
withNewPath(String original)
Deprecated.
|
A |
withNewType(String original)
Deprecated.
|
A |
withPath(String path) |
A |
withType(String type) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1HostPathVolumeSourceFluentImpl()
public V1HostPathVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1HostPathVolumeSource instance)
public String getPath()
getPath
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
public A withPath(String path)
withPath
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
public Boolean hasPath()
hasPath
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
@Deprecated public A withNewPath(String original)
withNewPath
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
public String getType()
getType
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
public A withType(String type)
withType
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
public Boolean hasType()
hasType
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
@Deprecated public A withNewType(String original)
withNewType
in interface V1HostPathVolumeSourceFluent<A extends V1HostPathVolumeSourceFluent<A>>
Copyright © 2021. All rights reserved.