Uses of Class
io.fabric8.openshift.api.model.ImageSourcePath
| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
-
Uses of ImageSourcePath in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return ImageSourcePath Modifier and Type Method Description ImageSourcePathImageSourcePathBuilder. build()ImageSourcePathImageSourceFluent. buildFirstPath()ImageSourcePathImageSourceFluentImpl. buildFirstPath()ImageSourcePathImageSourceFluent. buildLastPath()ImageSourcePathImageSourceFluentImpl. buildLastPath()ImageSourcePathImageSourceFluent. buildMatchingPath(io.fabric8.kubernetes.api.builder.Predicate<ImageSourcePathBuilder> predicate)ImageSourcePathImageSourceFluentImpl. buildMatchingPath(io.fabric8.kubernetes.api.builder.Predicate<ImageSourcePathBuilder> predicate)ImageSourcePathImageSourceFluent. buildPath(int index)ImageSourcePathImageSourceFluentImpl. buildPath(int index)ImageSourcePathDoneableImageSourcePath. done()Methods in io.fabric8.openshift.api.model that return types with arguments of type ImageSourcePath Modifier and Type Method Description List<ImageSourcePath>ImageSourceFluent. buildPaths()List<ImageSourcePath>ImageSourceFluentImpl. buildPaths()List<ImageSourcePath>ImageSource. getPaths()List<ImageSourcePath>ImageSourceFluent. getPaths()Deprecated.List<ImageSourcePath>ImageSourceFluentImpl. getPaths()Deprecated.Methods in io.fabric8.openshift.api.model with parameters of type ImageSourcePath Modifier and Type Method Description ImageSourceFluent.PathsNested<A>ImageSourceFluent. addNewPathLike(ImageSourcePath item)ImageSourceFluent.PathsNested<A>ImageSourceFluentImpl. addNewPathLike(ImageSourcePath item)AImageSourceFluent. addToPaths(int index, ImageSourcePath item)AImageSourceFluent. addToPaths(ImageSourcePath... items)AImageSourceFluentImpl. addToPaths(int index, ImageSourcePath item)AImageSourceFluentImpl. addToPaths(ImageSourcePath... items)AImageSourceFluent. removeFromPaths(ImageSourcePath... items)AImageSourceFluentImpl. removeFromPaths(ImageSourcePath... items)ImageSourceFluent.PathsNested<A>ImageSourceFluent. setNewPathLike(int index, ImageSourcePath item)ImageSourceFluent.PathsNested<A>ImageSourceFluentImpl. setNewPathLike(int index, ImageSourcePath item)AImageSourceFluent. setToPaths(int index, ImageSourcePath item)AImageSourceFluentImpl. setToPaths(int index, ImageSourcePath item)AImageSourceFluent. withPaths(ImageSourcePath... paths)AImageSourceFluentImpl. withPaths(ImageSourcePath... paths)Method parameters in io.fabric8.openshift.api.model with type arguments of type ImageSourcePath Modifier and Type Method Description AImageSourceFluent. addAllToPaths(Collection<ImageSourcePath> items)AImageSourceFluentImpl. addAllToPaths(Collection<ImageSourcePath> items)AImageSourceFluent. removeAllFromPaths(Collection<ImageSourcePath> items)AImageSourceFluentImpl. removeAllFromPaths(Collection<ImageSourcePath> items)voidImageSource. setPaths(List<ImageSourcePath> paths)AImageSourceFluent. withPaths(List<ImageSourcePath> paths)AImageSourceFluentImpl. withPaths(List<ImageSourcePath> paths)Constructors in io.fabric8.openshift.api.model with parameters of type ImageSourcePath Constructor Description DoneableImageSourcePath(ImageSourcePath item)DoneableImageSourcePath(ImageSourcePath item, io.fabric8.kubernetes.api.builder.Function<ImageSourcePath,ImageSourcePath> function)ImageSourcePathBuilder(ImageSourcePath instance)ImageSourcePathBuilder(ImageSourcePathFluent<?> fluent, ImageSourcePath instance)ImageSourcePathBuilder(ImageSourcePathFluent<?> fluent, ImageSourcePath instance, Boolean validationEnabled)ImageSourcePathBuilder(ImageSourcePath instance, Boolean validationEnabled)ImageSourcePathFluentImpl(ImageSourcePath instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type ImageSourcePath Constructor Description DoneableImageSourcePath(io.fabric8.kubernetes.api.builder.Function<ImageSourcePath,ImageSourcePath> function)DoneableImageSourcePath(io.fabric8.kubernetes.api.builder.Function<ImageSourcePath,ImageSourcePath> function)DoneableImageSourcePath(ImageSourcePath item, io.fabric8.kubernetes.api.builder.Function<ImageSourcePath,ImageSourcePath> function)DoneableImageSourcePath(ImageSourcePath item, io.fabric8.kubernetes.api.builder.Function<ImageSourcePath,ImageSourcePath> function)