Uses of Class
io.fabric8.kubernetes.api.model.DownwardAPIVolumeFile
-
Packages that use DownwardAPIVolumeFile Package Description io.fabric8.kubernetes.api.model -
-
Uses of DownwardAPIVolumeFile in io.fabric8.kubernetes.api.model
Methods in io.fabric8.kubernetes.api.model that return DownwardAPIVolumeFile Modifier and Type Method Description DownwardAPIVolumeFileDownwardAPIVolumeFileBuilder. build()DownwardAPIVolumeFileDownwardAPIProjectionFluent. buildFirstItem()DownwardAPIVolumeFileDownwardAPIVolumeSourceFluent. buildFirstItem()DownwardAPIVolumeFileDownwardAPIProjectionFluent. buildItem(int index)DownwardAPIVolumeFileDownwardAPIVolumeSourceFluent. buildItem(int index)DownwardAPIVolumeFileDownwardAPIProjectionFluent. buildLastItem()DownwardAPIVolumeFileDownwardAPIVolumeSourceFluent. buildLastItem()DownwardAPIVolumeFileDownwardAPIProjectionFluent. buildMatchingItem(Predicate<DownwardAPIVolumeFileBuilder> predicate)DownwardAPIVolumeFileDownwardAPIVolumeSourceFluent. buildMatchingItem(Predicate<DownwardAPIVolumeFileBuilder> predicate)Methods in io.fabric8.kubernetes.api.model that return types with arguments of type DownwardAPIVolumeFile Modifier and Type Method Description List<DownwardAPIVolumeFile>DownwardAPIProjectionFluent. buildItems()List<DownwardAPIVolumeFile>DownwardAPIVolumeSourceFluent. buildItems()List<DownwardAPIVolumeFile>DownwardAPIProjection. getItems()List<DownwardAPIVolumeFile>DownwardAPIVolumeSource. getItems()Methods in io.fabric8.kubernetes.api.model with parameters of type DownwardAPIVolumeFile Modifier and Type Method Description DownwardAPIProjectionFluent.ItemsNested<A>DownwardAPIProjectionFluent. addNewItemLike(DownwardAPIVolumeFile item)DownwardAPIVolumeSourceFluent.ItemsNested<A>DownwardAPIVolumeSourceFluent. addNewItemLike(DownwardAPIVolumeFile item)ADownwardAPIProjectionFluent. addToItems(int index, DownwardAPIVolumeFile item)ADownwardAPIProjectionFluent. addToItems(DownwardAPIVolumeFile... items)ADownwardAPIVolumeSourceFluent. addToItems(int index, DownwardAPIVolumeFile item)ADownwardAPIVolumeSourceFluent. addToItems(DownwardAPIVolumeFile... items)protected voidDownwardAPIVolumeFileFluent. copyInstance(DownwardAPIVolumeFile instance)ADownwardAPIProjectionFluent. removeFromItems(DownwardAPIVolumeFile... items)ADownwardAPIVolumeSourceFluent. removeFromItems(DownwardAPIVolumeFile... items)DownwardAPIProjectionFluent.ItemsNested<A>DownwardAPIProjectionFluent. setNewItemLike(int index, DownwardAPIVolumeFile item)DownwardAPIVolumeSourceFluent.ItemsNested<A>DownwardAPIVolumeSourceFluent. setNewItemLike(int index, DownwardAPIVolumeFile item)ADownwardAPIProjectionFluent. setToItems(int index, DownwardAPIVolumeFile item)ADownwardAPIVolumeSourceFluent. setToItems(int index, DownwardAPIVolumeFile item)ADownwardAPIProjectionFluent. withItems(DownwardAPIVolumeFile... items)ADownwardAPIVolumeSourceFluent. withItems(DownwardAPIVolumeFile... items)Method parameters in io.fabric8.kubernetes.api.model with type arguments of type DownwardAPIVolumeFile Modifier and Type Method Description ADownwardAPIProjectionFluent. addAllToItems(Collection<DownwardAPIVolumeFile> items)ADownwardAPIVolumeSourceFluent. addAllToItems(Collection<DownwardAPIVolumeFile> items)ADownwardAPIProjectionFluent. removeAllFromItems(Collection<DownwardAPIVolumeFile> items)ADownwardAPIVolumeSourceFluent. removeAllFromItems(Collection<DownwardAPIVolumeFile> items)voidDownwardAPIProjection. setItems(List<DownwardAPIVolumeFile> items)voidDownwardAPIVolumeSource. setItems(List<DownwardAPIVolumeFile> items)ADownwardAPIProjectionFluent. withItems(List<DownwardAPIVolumeFile> items)ADownwardAPIVolumeSourceFluent. withItems(List<DownwardAPIVolumeFile> items)Constructors in io.fabric8.kubernetes.api.model with parameters of type DownwardAPIVolumeFile Constructor Description DownwardAPIVolumeFileBuilder(DownwardAPIVolumeFile instance)DownwardAPIVolumeFileBuilder(DownwardAPIVolumeFileFluent<?> fluent, DownwardAPIVolumeFile instance)DownwardAPIVolumeFileFluent(DownwardAPIVolumeFile instance)Constructor parameters in io.fabric8.kubernetes.api.model with type arguments of type DownwardAPIVolumeFile Constructor Description DownwardAPIProjection(List<DownwardAPIVolumeFile> items)DownwardAPIVolumeSource(Integer defaultMode, List<DownwardAPIVolumeFile> items)
-