Uses of Class
io.fabric8.kubernetes.api.model.storage.VolumeAttributesClass
-
Packages that use VolumeAttributesClass Package Description io.fabric8.kubernetes.api.model.storage -
-
Uses of VolumeAttributesClass in io.fabric8.kubernetes.api.model.storage
Methods in io.fabric8.kubernetes.api.model.storage that return VolumeAttributesClass Modifier and Type Method Description VolumeAttributesClassVolumeAttributesClassBuilder. build()VolumeAttributesClassVolumeAttributesClassListFluent. buildFirstItem()VolumeAttributesClassVolumeAttributesClassListFluent. buildItem(int index)VolumeAttributesClassVolumeAttributesClassListFluent. buildLastItem()VolumeAttributesClassVolumeAttributesClassListFluent. buildMatchingItem(Predicate<VolumeAttributesClassBuilder> predicate)Methods in io.fabric8.kubernetes.api.model.storage that return types with arguments of type VolumeAttributesClass Modifier and Type Method Description List<VolumeAttributesClass>VolumeAttributesClassListFluent. buildItems()List<VolumeAttributesClass>VolumeAttributesClassList. getItems()items is the list of VolumeAttributesClass objects.Methods in io.fabric8.kubernetes.api.model.storage with parameters of type VolumeAttributesClass Modifier and Type Method Description VolumeAttributesClassListFluent.ItemsNested<A>VolumeAttributesClassListFluent. addNewItemLike(VolumeAttributesClass item)AVolumeAttributesClassListFluent. addToItems(int index, VolumeAttributesClass item)AVolumeAttributesClassListFluent. addToItems(VolumeAttributesClass... items)protected voidVolumeAttributesClassFluent. copyInstance(VolumeAttributesClass instance)AVolumeAttributesClassListFluent. removeFromItems(VolumeAttributesClass... items)VolumeAttributesClassListFluent.ItemsNested<A>VolumeAttributesClassListFluent. setNewItemLike(int index, VolumeAttributesClass item)AVolumeAttributesClassListFluent. setToItems(int index, VolumeAttributesClass item)AVolumeAttributesClassListFluent. withItems(VolumeAttributesClass... items)Method parameters in io.fabric8.kubernetes.api.model.storage with type arguments of type VolumeAttributesClass Modifier and Type Method Description AVolumeAttributesClassListFluent. addAllToItems(Collection<VolumeAttributesClass> items)AVolumeAttributesClassListFluent. removeAllFromItems(Collection<VolumeAttributesClass> items)voidVolumeAttributesClassList. setItems(List<VolumeAttributesClass> items)items is the list of VolumeAttributesClass objects.AVolumeAttributesClassListFluent. withItems(List<VolumeAttributesClass> items)Constructors in io.fabric8.kubernetes.api.model.storage with parameters of type VolumeAttributesClass Constructor Description VolumeAttributesClassBuilder(VolumeAttributesClass instance)VolumeAttributesClassBuilder(VolumeAttributesClassFluent<?> fluent, VolumeAttributesClass instance)VolumeAttributesClassFluent(VolumeAttributesClass instance)Constructor parameters in io.fabric8.kubernetes.api.model.storage with type arguments of type VolumeAttributesClass Constructor Description VolumeAttributesClassList(String apiVersion, List<VolumeAttributesClass> items, String kind, io.fabric8.kubernetes.api.model.ListMeta metadata)
-