Uses of Class
io.fabric8.kubernetes.api.model.AttachedVolume
-
Packages that use AttachedVolume Package Description io.fabric8.kubernetes.api.model -
-
Uses of AttachedVolume in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return AttachedVolume Modifier and Type Method Description AttachedVolumeAttachedVolumeBuilder. build()AttachedVolumeNodeStatusFluent. buildFirstVolumesAttached()AttachedVolumeNodeStatusFluent. buildLastVolumesAttached()AttachedVolumeNodeStatusFluent. buildMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate)AttachedVolumeNodeStatusFluent. buildVolumesAttached(int index)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type AttachedVolume Modifier and Type Method Description List<AttachedVolume>NodeStatusFluent. buildVolumesAttached()List<AttachedVolume>NodeStatus. getVolumesAttached()List of volumes that are attached to the node.Methods in io.fabric8.kubernetes.api.model with parameters of type AttachedVolume Modifier and Type Method Description NodeStatusFluent.VolumesAttachedNested<A>NodeStatusFluent. addNewVolumesAttachedLike(AttachedVolume item)ANodeStatusFluent. addToVolumesAttached(int index, AttachedVolume item)ANodeStatusFluent. addToVolumesAttached(AttachedVolume... items)protected voidAttachedVolumeFluent. copyInstance(AttachedVolume instance)ANodeStatusFluent. removeFromVolumesAttached(AttachedVolume... items)NodeStatusFluent.VolumesAttachedNested<A>NodeStatusFluent. setNewVolumesAttachedLike(int index, AttachedVolume item)ANodeStatusFluent. setToVolumesAttached(int index, AttachedVolume item)ANodeStatusFluent. withVolumesAttached(AttachedVolume... volumesAttached)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type AttachedVolume Modifier and Type Method Description ANodeStatusFluent. addAllToVolumesAttached(Collection<AttachedVolume> items)ANodeStatusFluent. removeAllFromVolumesAttached(Collection<AttachedVolume> items)voidNodeStatus. setVolumesAttached(List<AttachedVolume> volumesAttached)List of volumes that are attached to the node.ANodeStatusFluent. withVolumesAttached(List<AttachedVolume> volumesAttached)Constructors in io.fabric8.kubernetes.api.model with parameters of type AttachedVolume Constructor Description AttachedVolumeBuilder(AttachedVolume instance)AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent, AttachedVolume instance)AttachedVolumeFluent(AttachedVolume instance)
-