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