public class V1LocalVolumeSourceFluentImpl<A extends V1LocalVolumeSourceFluent<A>> extends BaseFluent<A> implements V1LocalVolumeSourceFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1LocalVolumeSourceFluentImpl() |
V1LocalVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1LocalVolumeSource instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getFsType() |
String |
getPath() |
Boolean |
hasFsType() |
int |
hashCode() |
Boolean |
hasPath() |
A |
withFsType(String fsType) |
A |
withNewFsType(String original)
Deprecated.
|
A |
withNewPath(String original)
Deprecated.
|
A |
withPath(String path) |
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1LocalVolumeSourceFluentImpl()
public V1LocalVolumeSourceFluentImpl(io.kubernetes.client.openapi.models.V1LocalVolumeSource instance)
public String getFsType()
getFsType
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
public A withFsType(String fsType)
withFsType
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
public Boolean hasFsType()
hasFsType
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
@Deprecated public A withNewFsType(String original)
withNewFsType
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
public String getPath()
getPath
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
public A withPath(String path)
withPath
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
public Boolean hasPath()
hasPath
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
@Deprecated public A withNewPath(String original)
withNewPath
in interface V1LocalVolumeSourceFluent<A extends V1LocalVolumeSourceFluent<A>>
Copyright © 2021. All rights reserved.