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 types with arguments of type DownwardAPIVolumeFile Modifier and Type Method Description List<DownwardAPIVolumeFile>DownwardAPIProjectionFluent. buildItems()List<DownwardAPIVolumeFile>DownwardAPIProjectionFluentImpl. buildItems()List<DownwardAPIVolumeFile>DownwardAPIVolumeSourceFluent. buildItems()List<DownwardAPIVolumeFile>DownwardAPIVolumeSourceFluentImpl. buildItems()List<DownwardAPIVolumeFile>DownwardAPIProjection. getItems()List<DownwardAPIVolumeFile>DownwardAPIProjectionFluent. getItems()Deprecated.List<DownwardAPIVolumeFile>DownwardAPIProjectionFluentImpl. getItems()Deprecated.List<DownwardAPIVolumeFile>DownwardAPIVolumeSource. getItems()List<DownwardAPIVolumeFile>DownwardAPIVolumeSourceFluent. getItems()Deprecated.List<DownwardAPIVolumeFile>DownwardAPIVolumeSourceFluentImpl. getItems()Deprecated.Method parameters in io.fabric8.kubernetes.api.model with type arguments of type DownwardAPIVolumeFile Modifier and Type Method Description ADownwardAPIProjectionFluent. addAllToItems(Collection<DownwardAPIVolumeFile> items)ADownwardAPIProjectionFluentImpl. addAllToItems(Collection<DownwardAPIVolumeFile> items)ADownwardAPIVolumeSourceFluent. addAllToItems(Collection<DownwardAPIVolumeFile> items)ADownwardAPIVolumeSourceFluentImpl. addAllToItems(Collection<DownwardAPIVolumeFile> items)ADownwardAPIProjectionFluent. removeAllFromItems(Collection<DownwardAPIVolumeFile> items)ADownwardAPIProjectionFluentImpl. removeAllFromItems(Collection<DownwardAPIVolumeFile> items)ADownwardAPIVolumeSourceFluent. removeAllFromItems(Collection<DownwardAPIVolumeFile> items)ADownwardAPIVolumeSourceFluentImpl. removeAllFromItems(Collection<DownwardAPIVolumeFile> items)voidDownwardAPIProjection. setItems(List<DownwardAPIVolumeFile> items)voidDownwardAPIVolumeSource. setItems(List<DownwardAPIVolumeFile> items)ADownwardAPIProjectionFluent. withItems(List<DownwardAPIVolumeFile> items)ADownwardAPIProjectionFluentImpl. withItems(List<DownwardAPIVolumeFile> items)ADownwardAPIVolumeSourceFluent. withItems(List<DownwardAPIVolumeFile> items)ADownwardAPIVolumeSourceFluentImpl. 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)DownwardAPIVolumeFileBuilder(DownwardAPIVolumeFileFluent<?> fluent, DownwardAPIVolumeFile instance, Boolean validationEnabled)DownwardAPIVolumeFileBuilder(DownwardAPIVolumeFile instance, Boolean validationEnabled)DownwardAPIVolumeFileFluentImpl(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)
-