Package io.fabric8.kubernetes.client.dsl
Interface SchedulingAPIGroupDSL
-
- All Superinterfaces:
AutoCloseable,Client,Closeable
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, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, newClient, raw, raw, resources, resources, rootPaths, supports, supports, supportsApiPath
-
-
-
-
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()
-
-