C - The Client.public interface ExtensionAdapter<C>
NamespacedKubernetesClient .| Modifier and Type | Method and Description |
|---|---|
C |
adapt(Client client)
The adapt function.
|
java.lang.Class<C> |
getExtensionType() |
java.lang.Boolean |
isAdaptable(Client client)
Checks if it is possible to adapt.
|
java.lang.Boolean isAdaptable(Client client)
client - The instance of NamespacedKubernetesClient to adapt.C adapt(Client client)
client - The instance of NamespacedKubernetesClient to adapt.Client.Copyright © 2015-2019 Red Hat. All Rights Reserved.