| Package | Description |
|---|---|
| com.openshift.internal.restclient | |
| com.openshift.internal.restclient.model.properties | |
| com.openshift.restclient |
| Modifier and Type | Method and Description |
|---|---|
static KubernetesAPIVersion |
KubernetesAPIVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KubernetesAPIVersion[] |
KubernetesAPIVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
KubernetesAPIVersion |
ResourcePropertiesRegistry.getMaxSupportedKubernetesVersion(List<KubernetesAPIVersion> serverVersions)
The maximum Kubernetes API supported by this client
|
KubernetesAPIVersion[] |
ResourcePropertiesRegistry.getSupportedKubernetesVersions() |
| Modifier and Type | Method and Description |
|---|---|
KubernetesAPIVersion |
ResourcePropertiesRegistry.getMaxSupportedKubernetesVersion(List<KubernetesAPIVersion> serverVersions)
The maximum Kubernetes API supported by this client
|
| Constructor and Description |
|---|
IncompatibleApiVersionsException(Collection<KubernetesAPIVersion> clientVersions,
Collection<KubernetesAPIVersion> serverVersions) |
IncompatibleApiVersionsException(Collection<KubernetesAPIVersion> clientVersions,
Collection<KubernetesAPIVersion> serverVersions) |
Copyright © 2019 Red Hat, Inc. All Rights Reserved.