Package io.fabric8.kubernetes.api.model
Class AttachedVolumeFluentImpl<A extends AttachedVolumeFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.AttachedVolumeFluentImpl<A>
-
- All Implemented Interfaces:
Fluent<A>
,Visitable<A>
,AttachedVolumeFluent<A>
- Direct Known Subclasses:
AttachedVolumeBuilder
,NodeStatusFluentImpl.VolumesAttachedNestedImpl
,WatchEventFluentImpl.AttachedVolumeObjectNestedImpl
public class AttachedVolumeFluentImpl<A extends AttachedVolumeFluent<A>> extends BaseFluent<A> implements AttachedVolumeFluent<A>
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
_visitables
-
-
Constructor Summary
Constructors Constructor Description AttachedVolumeFluentImpl()
AttachedVolumeFluentImpl(AttachedVolume instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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 arg1)
A
withNewDevicePath(StringBuffer arg1)
A
withNewDevicePath(StringBuilder arg1)
A
withNewName(String arg1)
A
withNewName(StringBuffer arg1)
A
withNewName(StringBuilder arg1)
-
-
-
Constructor Detail
-
AttachedVolumeFluentImpl
public AttachedVolumeFluentImpl()
-
AttachedVolumeFluentImpl
public AttachedVolumeFluentImpl(AttachedVolume instance)
-
-
Method Detail
-
getDevicePath
public String getDevicePath()
- Specified by:
getDevicePath
in interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
withDevicePath
public A withDevicePath(String devicePath)
- Specified by:
withDevicePath
in interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
hasDevicePath
public Boolean hasDevicePath()
- Specified by:
hasDevicePath
in interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
withNewDevicePath
public A withNewDevicePath(String arg1)
- Specified by:
withNewDevicePath
in interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
withNewDevicePath
public A withNewDevicePath(StringBuilder arg1)
- Specified by:
withNewDevicePath
in interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
withNewDevicePath
public A withNewDevicePath(StringBuffer arg1)
- Specified by:
withNewDevicePath
in interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
getName
public String getName()
- Specified by:
getName
in interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
withName
public A withName(String name)
- Specified by:
withName
in interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
hasName
public Boolean hasName()
- Specified by:
hasName
in interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
withNewName
public A withNewName(String arg1)
- Specified by:
withNewName
in interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
withNewName
public A withNewName(StringBuilder arg1)
- Specified by:
withNewName
in interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
withNewName
public A withNewName(StringBuffer arg1)
- Specified by:
withNewName
in interfaceAttachedVolumeFluent<A extends AttachedVolumeFluent<A>>
-
-