Package | Description |
---|---|
io.fabric8.kubernetes.api.model |
Modifier and Type | Method and Description |
---|---|
static Binding.ApiVersion |
Binding.ApiVersion.fromValue(String value) |
Binding.ApiVersion |
BindingFluent.getApiVersion() |
Binding.ApiVersion |
BindingFluentImpl.getApiVersion() |
Binding.ApiVersion |
Binding.getApiVersion()
(Required)
|
static Binding.ApiVersion |
Binding.ApiVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Binding.ApiVersion[] |
Binding.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 |
Binding.setApiVersion(Binding.ApiVersion apiVersion)
(Required)
|
T |
BindingFluent.withApiVersion(Binding.ApiVersion apiVersion) |
T |
BindingFluentImpl.withApiVersion(Binding.ApiVersion apiVersion) |
Constructor and Description |
---|
Binding(Binding.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
ObjectReference target) |
EditableBinding(Binding.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
ObjectReference target) |
Copyright © 2011–2016 Red Hat. All rights reserved.