Package io.fabric8.kubernetes.client
Class SchedulingAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.BaseClient
-
- io.fabric8.kubernetes.client.SchedulingAPIGroupClient
-
- All Implemented Interfaces:
Client,ConfigAware,SchedulingAPIGroupDSL,HttpClientAware,Closeable,AutoCloseable
public class SchedulingAPIGroupClient extends BaseClient implements SchedulingAPIGroupDSL
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.client.BaseClient
httpClient
-
-
Constructor Summary
Constructors Constructor Description SchedulingAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MixedOperation<io.fabric8.kubernetes.api.model.scheduling.v1beta1.PriorityClass,io.fabric8.kubernetes.api.model.scheduling.v1beta1.PriorityClassList,Resource<io.fabric8.kubernetes.api.model.scheduling.v1beta1.PriorityClass>>priorityClass()V1SchedulingAPIGroupDSLv1()V1beta1SchedulingAPIGroupDSLv1beta1()-
Methods inherited from class io.fabric8.kubernetes.client.BaseClient
adapt, close, getApiVersion, getConfiguration, getHttpClient, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
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.Client
adapt, close, getApiVersion, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
Methods inherited from interface io.fabric8.kubernetes.client.ConfigAware
getConfiguration
-
-
-
-
Constructor Detail
-
SchedulingAPIGroupClient
public SchedulingAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
-
Method Detail
-
priorityClass
public MixedOperation<io.fabric8.kubernetes.api.model.scheduling.v1beta1.PriorityClass,io.fabric8.kubernetes.api.model.scheduling.v1beta1.PriorityClassList,Resource<io.fabric8.kubernetes.api.model.scheduling.v1beta1.PriorityClass>> priorityClass()
- Specified by:
priorityClassin interfaceSchedulingAPIGroupDSL
-
v1
public V1SchedulingAPIGroupDSL v1()
- Specified by:
v1in interfaceSchedulingAPIGroupDSL
-
v1beta1
public V1beta1SchedulingAPIGroupDSL v1beta1()
- Specified by:
v1beta1in interfaceSchedulingAPIGroupDSL
-
-