Package io.fabric8.openshift.client
Class OpenShiftExtensionAdapter
- java.lang.Object
-
- io.fabric8.openshift.client.OpenshiftAdapterSupport
-
- io.fabric8.openshift.client.OpenShiftExtensionAdapter
-
- All Implemented Interfaces:
ExtensionAdapter<OpenShiftClient>
@Service public class OpenShiftExtensionAdapter extends OpenshiftAdapterSupport implements ExtensionAdapter<OpenShiftClient>
-
-
Field Summary
-
Fields inherited from class io.fabric8.openshift.client.OpenshiftAdapterSupport
APIS
-
-
Constructor Summary
Constructors Constructor Description OpenShiftExtensionAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OpenShiftClientadapt(Client client)Class<OpenShiftClient>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<OpenShiftClient> getExtensionType()
- Specified by:
getExtensionTypein interfaceExtensionAdapter<OpenShiftClient>
-
adapt
public OpenShiftClient adapt(Client client)
- Specified by:
adaptin interfaceExtensionAdapter<OpenShiftClient>
-
-