| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
static ImageStreamList.ApiVersion |
ImageStreamList.ApiVersion.fromValue(String value) |
ImageStreamList.ApiVersion |
ImageStreamListFluent.getApiVersion() |
ImageStreamList.ApiVersion |
ImageStreamList.getApiVersion()
(Required)
|
static ImageStreamList.ApiVersion |
ImageStreamList.ApiVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageStreamList.ApiVersion[] |
ImageStreamList.ApiVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageStreamList.setApiVersion(ImageStreamList.ApiVersion apiVersion)
(Required)
|
T |
ImageStreamListFluent.withApiVersion(ImageStreamList.ApiVersion apiVersion) |
| Constructor and Description |
|---|
EditableImageStreamList(ImageStreamList.ApiVersion apiVersion,
List<ImageStream> items,
String kind,
ListMeta metadata) |
ImageStreamList(ImageStreamList.ApiVersion apiVersion,
List<ImageStream> items,
String kind,
ListMeta metadata) |
Copyright © 2011–2015 Red Hat. All rights reserved.