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