| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
ImageSourcePath |
ImageSourcePathBuilder.build() |
ImageSourcePath |
ImageSourceFluentImpl.buildFirstPath() |
ImageSourcePath |
ImageSourceFluent.buildFirstPath() |
ImageSourcePath |
ImageSourceFluentImpl.buildLastPath() |
ImageSourcePath |
ImageSourceFluent.buildLastPath() |
ImageSourcePath |
ImageSourceFluentImpl.buildMatchingPath(Predicate<ImageSourcePathBuilder> predicate) |
ImageSourcePath |
ImageSourceFluent.buildMatchingPath(Predicate<ImageSourcePathBuilder> predicate) |
ImageSourcePath |
ImageSourceFluentImpl.buildPath(int index) |
ImageSourcePath |
ImageSourceFluent.buildPath(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<ImageSourcePath> |
ImageSourceFluentImpl.buildPaths() |
List<ImageSourcePath> |
ImageSourceFluent.buildPaths() |
List<ImageSourcePath> |
ImageSourceFluentImpl.getPaths()
Deprecated.
|
List<ImageSourcePath> |
ImageSourceFluent.getPaths()
Deprecated.
|
List<ImageSourcePath> |
ImageSource.getPaths() |
| Modifier and Type | Method and Description |
|---|---|
ImageSourceFluent.PathsNested<A> |
ImageSourceFluentImpl.addNewPathLike(ImageSourcePath item) |
ImageSourceFluent.PathsNested<A> |
ImageSourceFluent.addNewPathLike(ImageSourcePath item) |
A |
ImageSourceFluentImpl.addToPaths(ImageSourcePath... items) |
A |
ImageSourceFluent.addToPaths(ImageSourcePath... items) |
A |
ImageSourceFluentImpl.addToPaths(int index,
ImageSourcePath item) |
A |
ImageSourceFluent.addToPaths(int index,
ImageSourcePath item) |
A |
ImageSourceFluentImpl.removeFromPaths(ImageSourcePath... items) |
A |
ImageSourceFluent.removeFromPaths(ImageSourcePath... items) |
ImageSourceFluent.PathsNested<A> |
ImageSourceFluentImpl.setNewPathLike(int index,
ImageSourcePath item) |
ImageSourceFluent.PathsNested<A> |
ImageSourceFluent.setNewPathLike(int index,
ImageSourcePath item) |
A |
ImageSourceFluentImpl.setToPaths(int index,
ImageSourcePath item) |
A |
ImageSourceFluent.setToPaths(int index,
ImageSourcePath item) |
A |
ImageSourceFluentImpl.withPaths(ImageSourcePath... paths) |
A |
ImageSourceFluent.withPaths(ImageSourcePath... paths) |
| Modifier and Type | Method and Description |
|---|---|
A |
ImageSourceFluentImpl.addAllToPaths(Collection<ImageSourcePath> items) |
A |
ImageSourceFluent.addAllToPaths(Collection<ImageSourcePath> items) |
A |
ImageSourceFluentImpl.removeAllFromPaths(Collection<ImageSourcePath> items) |
A |
ImageSourceFluent.removeAllFromPaths(Collection<ImageSourcePath> items) |
void |
ImageSource.setPaths(List<ImageSourcePath> paths) |
A |
ImageSourceFluentImpl.withPaths(List<ImageSourcePath> paths) |
A |
ImageSourceFluent.withPaths(List<ImageSourcePath> paths) |
| Constructor and Description |
|---|
ImageSourcePathBuilder(ImageSourcePath instance) |
ImageSourcePathBuilder(ImageSourcePath instance,
Boolean validationEnabled) |
ImageSourcePathBuilder(ImageSourcePathFluent<?> fluent,
ImageSourcePath instance) |
ImageSourcePathBuilder(ImageSourcePathFluent<?> fluent,
ImageSourcePath instance,
Boolean validationEnabled) |
ImageSourcePathFluentImpl(ImageSourcePath instance) |
| Constructor and Description |
|---|
ImageSource(List<String> as,
io.fabric8.kubernetes.api.model.ObjectReference from,
List<ImageSourcePath> paths,
io.fabric8.kubernetes.api.model.LocalObjectReference pullSecret) |
Copyright © 2015–2021 Red Hat. All rights reserved.