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()AttachedVolumeNodeStatusFluentImpl. buildFirstVolumesAttached()AttachedVolumeNodeStatusFluent. buildLastVolumesAttached()AttachedVolumeNodeStatusFluentImpl. buildLastVolumesAttached()AttachedVolumeNodeStatusFluent. buildMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate)AttachedVolumeNodeStatusFluentImpl. buildMatchingVolumesAttached(Predicate<AttachedVolumeBuilder> predicate)AttachedVolumeNodeStatusFluent. buildVolumesAttached(int index)AttachedVolumeNodeStatusFluentImpl. 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>NodeStatusFluentImpl. buildVolumesAttached()List<AttachedVolume>NodeStatus. getVolumesAttached()List<AttachedVolume>NodeStatusFluent. getVolumesAttached()Deprecated.List<AttachedVolume>NodeStatusFluentImpl. getVolumesAttached()Deprecated.Method parameters in io.fabric8.kubernetes.api.model with type arguments of type AttachedVolume Modifier and Type Method Description ANodeStatusFluent. addAllToVolumesAttached(Collection<AttachedVolume> items)ANodeStatusFluentImpl. addAllToVolumesAttached(Collection<AttachedVolume> items)ANodeStatusFluent. removeAllFromVolumesAttached(Collection<AttachedVolume> items)ANodeStatusFluentImpl. removeAllFromVolumesAttached(Collection<AttachedVolume> items)voidNodeStatus. setVolumesAttached(List<AttachedVolume> volumesAttached)ANodeStatusFluent. withVolumesAttached(List<AttachedVolume> volumesAttached)ANodeStatusFluentImpl. 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)AttachedVolumeBuilder(AttachedVolumeFluent<?> fluent, AttachedVolume instance, Boolean validationEnabled)AttachedVolumeBuilder(AttachedVolume instance, Boolean validationEnabled)AttachedVolumeFluentImpl(AttachedVolume instance)
-