public class V1VolumeDeviceFluentImpl<A extends V1VolumeDeviceFluent<A>> extends BaseFluent<A> implements V1VolumeDeviceFluent<A>
_visitables, VISIT
Constructor and Description |
---|
V1VolumeDeviceFluentImpl() |
V1VolumeDeviceFluentImpl(io.kubernetes.client.openapi.models.V1VolumeDevice instance) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getDevicePath() |
String |
getName() |
Boolean |
hasDevicePath() |
int |
hashCode() |
Boolean |
hasName() |
A |
withDevicePath(String devicePath) |
A |
withName(String name) |
A |
withNewDevicePath(String original)
Deprecated.
|
A |
withNewName(String original)
Deprecated.
|
accept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethod
public V1VolumeDeviceFluentImpl()
public V1VolumeDeviceFluentImpl(io.kubernetes.client.openapi.models.V1VolumeDevice instance)
public String getDevicePath()
getDevicePath
in interface V1VolumeDeviceFluent<A extends V1VolumeDeviceFluent<A>>
public A withDevicePath(String devicePath)
withDevicePath
in interface V1VolumeDeviceFluent<A extends V1VolumeDeviceFluent<A>>
public Boolean hasDevicePath()
hasDevicePath
in interface V1VolumeDeviceFluent<A extends V1VolumeDeviceFluent<A>>
@Deprecated public A withNewDevicePath(String original)
withNewDevicePath
in interface V1VolumeDeviceFluent<A extends V1VolumeDeviceFluent<A>>
public String getName()
getName
in interface V1VolumeDeviceFluent<A extends V1VolumeDeviceFluent<A>>
public A withName(String name)
withName
in interface V1VolumeDeviceFluent<A extends V1VolumeDeviceFluent<A>>
public Boolean hasName()
hasName
in interface V1VolumeDeviceFluent<A extends V1VolumeDeviceFluent<A>>
@Deprecated public A withNewName(String original)
withNewName
in interface V1VolumeDeviceFluent<A extends V1VolumeDeviceFluent<A>>
Copyright © 2021. All rights reserved.