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