Package | Description |
---|---|
io.fabric8.openshift.api.model |
Modifier and Type | Class and Description |
---|---|
class |
EditableImageSource |
Modifier and Type | Method and Description |
---|---|
ImageSource |
DoneableImageSource.done() |
Modifier and Type | Method and Description |
---|---|
List<ImageSource> |
BuildSourceFluentImpl.getImages() |
List<ImageSource> |
BuildSourceFluent.getImages() |
List<ImageSource> |
BuildSource.getImages() |
Modifier and Type | Method and Description |
---|---|
BuildSourceFluent.ImagesNested<T> |
BuildSourceFluentImpl.addNewImageLike(ImageSource item) |
BuildSourceFluent.ImagesNested<T> |
BuildSourceFluent.addNewImageLike(ImageSource item) |
T |
BuildSourceFluentImpl.addToImages(ImageSource... items) |
T |
BuildSourceFluent.addToImages(ImageSource... items) |
T |
BuildSourceFluentImpl.removeFromImages(ImageSource... items) |
T |
BuildSourceFluent.removeFromImages(ImageSource... items) |
T |
BuildSourceFluentImpl.withImages(ImageSource... images) |
T |
BuildSourceFluent.withImages(ImageSource... images) |
Modifier and Type | Method and Description |
---|---|
void |
BuildSource.setImages(List<ImageSource> images) |
T |
BuildSourceFluentImpl.withImages(List<ImageSource> images) |
T |
BuildSourceFluent.withImages(List<ImageSource> images) |
Constructor and Description |
---|
DoneableImageSource(ImageSource item) |
DoneableImageSource(ImageSource item,
Function<ImageSource,ImageSource> function) |
ImageSourceBuilder(ImageSource instance) |
ImageSourceBuilder(ImageSourceFluent<?> fluent,
ImageSource instance) |
ImageSourceFluentImpl(ImageSource instance) |
Constructor and Description |
---|
BuildSource(BinaryBuildSource binary,
String contextDir,
String dockerfile,
GitBuildSource git,
List<ImageSource> images,
List<SecretBuildSource> secrets,
LocalObjectReference sourceSecret,
String type) |
DoneableImageSource(Function<ImageSource,ImageSource> function) |
DoneableImageSource(Function<ImageSource,ImageSource> function) |
DoneableImageSource(ImageSource item,
Function<ImageSource,ImageSource> function) |
DoneableImageSource(ImageSource item,
Function<ImageSource,ImageSource> function) |
EditableBuildSource(BinaryBuildSource binary,
String contextDir,
String dockerfile,
GitBuildSource git,
List<ImageSource> images,
List<SecretBuildSource> secrets,
LocalObjectReference sourceSecret,
String type) |
Copyright © 2011–2016 Red Hat. All rights reserved.