Package io.fabric8.kubernetes.client
Class V1SchedulingAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.BaseClient
-
- io.fabric8.kubernetes.client.V1SchedulingAPIGroupClient
-
- All Implemented Interfaces:
Client,ConfigAware,V1SchedulingAPIGroupDSL,HttpClientAware,Closeable,AutoCloseable
public class V1SchedulingAPIGroupClient extends BaseClient implements V1SchedulingAPIGroupDSL
-
-
Field Summary
-
Fields inherited from class io.fabric8.kubernetes.client.BaseClient
httpClient
-
-
Constructor Summary
Constructors Constructor Description V1SchedulingAPIGroupClient()V1SchedulingAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NonNamespaceOperation<io.fabric8.kubernetes.api.model.scheduling.v1.PriorityClass,io.fabric8.kubernetes.api.model.scheduling.v1.PriorityClassList,Resource<io.fabric8.kubernetes.api.model.scheduling.v1.PriorityClass>>priorityClasses()-
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
-
V1SchedulingAPIGroupClient
public V1SchedulingAPIGroupClient()
-
V1SchedulingAPIGroupClient
public V1SchedulingAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
-
Method Detail
-
priorityClasses
public NonNamespaceOperation<io.fabric8.kubernetes.api.model.scheduling.v1.PriorityClass,io.fabric8.kubernetes.api.model.scheduling.v1.PriorityClassList,Resource<io.fabric8.kubernetes.api.model.scheduling.v1.PriorityClass>> priorityClasses()
- Specified by:
priorityClassesin interfaceV1SchedulingAPIGroupDSL
-
-