public class ImageSourceFluentImpl<T extends ImageSourceFluent<T>> extends BaseFluent<T> implements ImageSourceFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
ImageSourceFluentImpl.FromNestedImpl<N> |
class |
ImageSourceFluentImpl.PathsNestedImpl<N> |
class |
ImageSourceFluentImpl.PullSecretNestedImpl<N> |
ImageSourceFluent.FromNested<N>, ImageSourceFluent.PathsNested<N>, ImageSourceFluent.PullSecretNested<N>_visitables| Constructor and Description |
|---|
ImageSourceFluentImpl() |
ImageSourceFluentImpl(ImageSource instance) |
public ImageSourceFluentImpl()
public ImageSourceFluentImpl(ImageSource instance)
public ObjectReference getFrom()
getFrom in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public T withFrom(ObjectReference from)
withFrom in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public ImageSourceFluent.FromNested<T> withNewFrom()
withNewFrom in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public ImageSourceFluent.FromNested<T> withNewFromLike(ObjectReference item)
withNewFromLike in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public ImageSourceFluent.FromNested<T> editFrom()
editFrom in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public T addToPaths(ImageSourcePath... items)
addToPaths in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public T removeFromPaths(ImageSourcePath... items)
removeFromPaths in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public List<ImageSourcePath> getPaths()
getPaths in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public T withPaths(List<ImageSourcePath> paths)
withPaths in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public T withPaths(ImageSourcePath... paths)
withPaths in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public ImageSourceFluent.PathsNested<T> addNewPath()
addNewPath in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public ImageSourceFluent.PathsNested<T> addNewPathLike(ImageSourcePath item)
addNewPathLike in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public T addNewPath(String destinationDir, String sourcePath)
addNewPath in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public LocalObjectReference getPullSecret()
getPullSecret in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public T withPullSecret(LocalObjectReference pullSecret)
withPullSecret in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public ImageSourceFluent.PullSecretNested<T> withNewPullSecret()
withNewPullSecret in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public ImageSourceFluent.PullSecretNested<T> withNewPullSecretLike(LocalObjectReference item)
withNewPullSecretLike in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public ImageSourceFluent.PullSecretNested<T> editPullSecret()
editPullSecret in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public T withNewPullSecret(String name)
withNewPullSecret in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface ImageSourceFluent<T extends ImageSourceFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface ImageSourceFluent<T extends ImageSourceFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.