Package io.fabric8.kubernetes.client.dsl
Interface SchedulingAPIGroupDSL
-
- All Superinterfaces:
AutoCloseable,Client,Closeable,ConfigAware
- All Known Implementing Classes:
SchedulingAPIGroupClient
public interface SchedulingAPIGroupDSL extends Client
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated 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()Deprecated.V1SchedulingAPIGroupDSLv1()V1beta1SchedulingAPIGroupDSLv1beta1()-
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
-
-
-
-
Method Detail
-
priorityClass
@Deprecated 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()
Deprecated.
-
v1
V1SchedulingAPIGroupDSL v1()
-
v1beta1
V1beta1SchedulingAPIGroupDSL v1beta1()
-
-