Package | Description |
---|---|
io.fabric8.openshift.api.model |
Modifier and Type | Class and Description |
---|---|
class |
EditableImageSourcePath |
Modifier and Type | Method and Description |
---|---|
ImageSourcePath |
DoneableImageSourcePath.done() |
Modifier and Type | Method and Description |
---|---|
List<ImageSourcePath> |
ImageSourceFluentImpl.getPaths() |
List<ImageSourcePath> |
ImageSourceFluent.getPaths() |
List<ImageSourcePath> |
ImageSource.getPaths() |
Modifier and Type | Method and Description |
---|---|
ImageSourceFluent.PathsNested<T> |
ImageSourceFluentImpl.addNewPathLike(ImageSourcePath item) |
ImageSourceFluent.PathsNested<T> |
ImageSourceFluent.addNewPathLike(ImageSourcePath item) |
T |
ImageSourceFluentImpl.addToPaths(ImageSourcePath... items) |
T |
ImageSourceFluent.addToPaths(ImageSourcePath... items) |
T |
ImageSourceFluentImpl.removeFromPaths(ImageSourcePath... items) |
T |
ImageSourceFluent.removeFromPaths(ImageSourcePath... items) |
T |
ImageSourceFluentImpl.withPaths(ImageSourcePath... paths) |
T |
ImageSourceFluent.withPaths(ImageSourcePath... paths) |
Modifier and Type | Method and Description |
---|---|
void |
ImageSource.setPaths(List<ImageSourcePath> paths) |
T |
ImageSourceFluentImpl.withPaths(List<ImageSourcePath> paths) |
T |
ImageSourceFluent.withPaths(List<ImageSourcePath> paths) |
Constructor and Description |
---|
DoneableImageSourcePath(ImageSourcePath item) |
DoneableImageSourcePath(ImageSourcePath item,
Function<ImageSourcePath,ImageSourcePath> function) |
ImageSourcePathBuilder(ImageSourcePath instance) |
ImageSourcePathBuilder(ImageSourcePathFluent<?> fluent,
ImageSourcePath instance) |
ImageSourcePathFluentImpl(ImageSourcePath instance) |
Constructor and Description |
---|
DoneableImageSourcePath(Function<ImageSourcePath,ImageSourcePath> function) |
DoneableImageSourcePath(Function<ImageSourcePath,ImageSourcePath> function) |
DoneableImageSourcePath(ImageSourcePath item,
Function<ImageSourcePath,ImageSourcePath> function) |
DoneableImageSourcePath(ImageSourcePath item,
Function<ImageSourcePath,ImageSourcePath> function) |
EditableImageSource(ObjectReference from,
List<ImageSourcePath> paths,
LocalObjectReference pullSecret) |
ImageSource(ObjectReference from,
List<ImageSourcePath> paths,
LocalObjectReference pullSecret) |
Copyright © 2011–2016 Red Hat. All rights reserved.