| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
static Template.ApiVersion |
Template.ApiVersion.fromValue(String value) |
Template.ApiVersion |
TemplateFluent.getApiVersion() |
Template.ApiVersion |
TemplateFluentImpl.getApiVersion() |
Template.ApiVersion |
Template.getApiVersion()
(Required)
|
static Template.ApiVersion |
Template.ApiVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Template.ApiVersion[] |
Template.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 |
Template.setApiVersion(Template.ApiVersion apiVersion)
(Required)
|
T |
TemplateFluent.withApiVersion(Template.ApiVersion apiVersion) |
T |
TemplateFluentImpl.withApiVersion(Template.ApiVersion apiVersion) |
| Constructor and Description |
|---|
EditableTemplate(Template.ApiVersion apiVersion,
String kind,
Map<String,String> labels,
ObjectMeta metadata,
List<HasMetadata> objects,
List<Parameter> parameters) |
Template(Template.ApiVersion apiVersion,
String kind,
Map<String,String> labels,
ObjectMeta metadata,
List<HasMetadata> objects,
List<Parameter> parameters) |
Copyright © 2011–2016 Red Hat. All rights reserved.