| Package | Description |
|---|---|
| com.openshift.internal.restclient.model | |
| com.openshift.internal.restclient.model.image | |
| com.openshift.restclient.model |
| Modifier and Type | Method and Description |
|---|---|
ITagReference |
ImageStream.addTag(String name,
String fromKind,
String fromName) |
ITagReference |
ImageStream.addTag(String name,
String fromKind,
String fromName,
String fromNamespace) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ITagReference> |
ImageStream.getTags() |
| Modifier and Type | Class and Description |
|---|---|
class |
TagReference |
| Modifier and Type | Method and Description |
|---|---|
ITagReference |
IImageStream.addTag(String name,
String fromKind,
String fromName)
Add a tag to the list with the given name, and reference to the given kind
and name.
|
ITagReference |
IImageStream.addTag(String name,
String fromKind,
String fromName,
String fromNamespace)
Add a tag to the list with the given name, namespace, and reference to the
given kind, namespace, and name.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ITagReference> |
IImageStream.getTags()
The collection of tag references for this imagestream
|
Copyright © 2019 Red Hat, Inc. All Rights Reserved.