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