public interface ImageSourceFluent<A extends ImageSourceFluent<A>> extends Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ImageSourceFluent.FromNested<N> |
static interface |
ImageSourceFluent.PathsNested<N> |
static interface |
ImageSourceFluent.PullSecretNested<N> |
ObjectReference getFrom()
A withFrom(ObjectReference from)
ImageSourceFluent.FromNested<A> withNewFrom()
ImageSourceFluent.FromNested<A> withNewFromLike(ObjectReference item)
ImageSourceFluent.FromNested<A> editFrom()
ImageSourceFluent.FromNested<A> editOrNewFrom()
ImageSourceFluent.FromNested<A> editOrNewFromLike(ObjectReference item)
A addToPaths(ImageSourcePath... items)
A removeFromPaths(ImageSourcePath... items)
List<ImageSourcePath> getPaths()
A withPaths(List<ImageSourcePath> paths)
A withPaths(ImageSourcePath... paths)
ImageSourceFluent.PathsNested<A> addNewPath()
ImageSourceFluent.PathsNested<A> addNewPathLike(ImageSourcePath item)
LocalObjectReference getPullSecret()
A withPullSecret(LocalObjectReference pullSecret)
ImageSourceFluent.PullSecretNested<A> withNewPullSecret()
ImageSourceFluent.PullSecretNested<A> withNewPullSecretLike(LocalObjectReference item)
ImageSourceFluent.PullSecretNested<A> editPullSecret()
ImageSourceFluent.PullSecretNested<A> editOrNewPullSecret()
ImageSourceFluent.PullSecretNested<A> editOrNewPullSecretLike(LocalObjectReference item)
Copyright © 2011–2016 Red Hat. All rights reserved.