Package io.fabric8.openshift.client
Class NamespacedOpenShiftExtensionAdapter
- java.lang.Object
-
- io.fabric8.openshift.client.OpenshiftAdapterSupport
-
- io.fabric8.openshift.client.NamespacedOpenShiftExtensionAdapter
-
- All Implemented Interfaces:
ExtensionAdapter<NamespacedOpenShiftClient>
@Service public class NamespacedOpenShiftExtensionAdapter extends OpenshiftAdapterSupport implements ExtensionAdapter<NamespacedOpenShiftClient>
-
-
Field Summary
-
Fields inherited from class io.fabric8.openshift.client.OpenshiftAdapterSupport
APIS
-
-
Constructor Summary
Constructors Constructor Description NamespacedOpenShiftExtensionAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NamespacedOpenShiftClientadapt(Client client)Class<NamespacedOpenShiftClient>getExtensionType()-
Methods inherited from class io.fabric8.openshift.client.OpenshiftAdapterSupport
isAdaptable
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.fabric8.kubernetes.client.ExtensionAdapter
isAdaptable
-
-
-
-
Method Detail
-
getExtensionType
public Class<NamespacedOpenShiftClient> getExtensionType()
- Specified by:
getExtensionTypein interfaceExtensionAdapter<NamespacedOpenShiftClient>
-
adapt
public NamespacedOpenShiftClient adapt(Client client)
- Specified by:
adaptin interfaceExtensionAdapter<NamespacedOpenShiftClient>
-
-