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
-
Constructor Summary
Constructors Constructor Description SchedulingAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config) -
Method Summary
Modifier and Type Method Description MixedOperation<io.fabric8.kubernetes.api.model.scheduling.PriorityClass,io.fabric8.kubernetes.api.model.scheduling.PriorityClassList,io.fabric8.kubernetes.api.model.scheduling.DoneablePriorityClass,Resource<io.fabric8.kubernetes.api.model.scheduling.PriorityClass,io.fabric8.kubernetes.api.model.scheduling.DoneablePriorityClass>>priorityClass()Methods inherited from class io.fabric8.kubernetes.client.BaseClient
adapt, close, getApiVersion, getConfiguration, getHttpClient, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPathMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fabric8.kubernetes.client.Client
adapt, close, getApiVersion, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
Constructor Details
-
SchedulingAPIGroupClient
public SchedulingAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config) throws KubernetesClientException- Throws:
KubernetesClientException
-
-
Method Details
-
priorityClass
public MixedOperation<io.fabric8.kubernetes.api.model.scheduling.PriorityClass,io.fabric8.kubernetes.api.model.scheduling.PriorityClassList,io.fabric8.kubernetes.api.model.scheduling.DoneablePriorityClass,Resource<io.fabric8.kubernetes.api.model.scheduling.PriorityClass,io.fabric8.kubernetes.api.model.scheduling.DoneablePriorityClass>> priorityClass()- Specified by:
priorityClassin interfaceSchedulingAPIGroupDSL
-