Package | Description |
---|---|
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
TagImageHook |
TagImageHookBuilder.build() |
TagImageHook |
DoneableTagImageHook.done() |
Modifier and Type | Method and Description |
---|---|
List<TagImageHook> |
LifecycleHookFluent.getTagImages() |
List<TagImageHook> |
LifecycleHookFluentImpl.getTagImages() |
List<TagImageHook> |
LifecycleHook.getTagImages() |
Modifier and Type | Method and Description |
---|---|
LifecycleHookFluent.TagImagesNested<A> |
LifecycleHookFluent.addNewTagImageLike(TagImageHook item) |
LifecycleHookFluent.TagImagesNested<A> |
LifecycleHookFluentImpl.addNewTagImageLike(TagImageHook item) |
A |
LifecycleHookFluent.addToTagImages(TagImageHook... items) |
A |
LifecycleHookFluentImpl.addToTagImages(TagImageHook... items) |
A |
LifecycleHookFluent.removeFromTagImages(TagImageHook... items) |
A |
LifecycleHookFluentImpl.removeFromTagImages(TagImageHook... items) |
A |
LifecycleHookFluent.withTagImages(TagImageHook... tagImages) |
A |
LifecycleHookFluentImpl.withTagImages(TagImageHook... tagImages) |
Modifier and Type | Method and Description |
---|---|
void |
LifecycleHook.setTagImages(List<TagImageHook> tagImages) |
A |
LifecycleHookFluent.withTagImages(List<TagImageHook> tagImages) |
A |
LifecycleHookFluentImpl.withTagImages(List<TagImageHook> tagImages) |
Constructor and Description |
---|
DoneableTagImageHook(TagImageHook item) |
DoneableTagImageHook(TagImageHook item,
Function<TagImageHook,TagImageHook> function) |
TagImageHookBuilder(TagImageHook instance) |
TagImageHookBuilder(TagImageHook instance,
Boolean validationEnabled) |
TagImageHookBuilder(TagImageHookFluent<?> fluent,
TagImageHook instance) |
TagImageHookBuilder(TagImageHookFluent<?> fluent,
TagImageHook instance,
Boolean validationEnabled) |
TagImageHookFluentImpl(TagImageHook instance) |
Constructor and Description |
---|
DoneableTagImageHook(Function<TagImageHook,TagImageHook> function) |
DoneableTagImageHook(Function<TagImageHook,TagImageHook> function) |
DoneableTagImageHook(TagImageHook item,
Function<TagImageHook,TagImageHook> function) |
DoneableTagImageHook(TagImageHook item,
Function<TagImageHook,TagImageHook> function) |
LifecycleHook(ExecNewPodHook execNewPod,
String failurePolicy,
List<TagImageHook> tagImages) |
Copyright © 2011–2017 Red Hat. All rights reserved.