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