Package io.fabric8.kubernetes.client
Class MetricAPIGroupExtensionAdapter
- java.lang.Object
-
- io.fabric8.kubernetes.client.APIGroupExtensionAdapter<MetricAPIGroupClient>
-
- io.fabric8.kubernetes.client.MetricAPIGroupExtensionAdapter
-
- All Implemented Interfaces:
ExtensionAdapter<MetricAPIGroupClient>
public class MetricAPIGroupExtensionAdapter extends APIGroupExtensionAdapter<MetricAPIGroupClient>
-
-
Constructor Summary
Constructors Constructor Description MetricAPIGroupExtensionAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected StringgetAPIGroupName()Class<MetricAPIGroupClient>getExtensionType()protected MetricAPIGroupClientnewInstance(Client client)-
Methods inherited from class io.fabric8.kubernetes.client.APIGroupExtensionAdapter
adapt, isAdaptable
-
-
-
-
Method Detail
-
getAPIGroupName
protected String getAPIGroupName()
- Specified by:
getAPIGroupNamein classAPIGroupExtensionAdapter<MetricAPIGroupClient>
-
getExtensionType
public Class<MetricAPIGroupClient> getExtensionType()
- Returns:
- The concrete class of the
Client.
-
newInstance
protected MetricAPIGroupClient newInstance(Client client)
- Specified by:
newInstancein classAPIGroupExtensionAdapter<MetricAPIGroupClient>
-
-