Class VolumeDevicesFluent<A extends VolumeDevicesFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.apicurio.registry.operator.api.v1.model.apicurioregistryspec.deployment.podtemplatespecpreview.spec.containers.VolumeDevicesFluent<A>
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>,io.fabric8.kubernetes.api.builder.Visitable<A>
- Direct Known Subclasses:
ContainersFluent.VolumeDevicesNested,VolumeDevicesBuilder
public class VolumeDevicesFluent<A extends VolumeDevicesFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description VolumeDevicesFluent()VolumeDevicesFluent(VolumeDevices instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDevicePath()StringgetName()booleanhasDevicePath()inthashCode()booleanhasName()StringtoString()AwithDevicePath(String devicePath)AwithName(String name)-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
-
-
-
Constructor Detail
-
VolumeDevicesFluent
public VolumeDevicesFluent()
-
VolumeDevicesFluent
public VolumeDevicesFluent(VolumeDevices instance)
-
-
Method Detail
-
getDevicePath
public String getDevicePath()
-
hasDevicePath
public boolean hasDevicePath()
-
getName
public String getName()
-
hasName
public boolean hasName()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VolumeDevicesFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends VolumeDevicesFluent<A>>
-
-