Class V1SchedulingAPIGroupClient

  • All Implemented Interfaces:
    io.fabric8.kubernetes.client.Client, io.fabric8.kubernetes.client.dsl.V1SchedulingAPIGroupDSL, Closeable, AutoCloseable

    public class V1SchedulingAPIGroupClient
    extends io.fabric8.kubernetes.client.extension.ClientAdapter<V1SchedulingAPIGroupClient>
    implements io.fabric8.kubernetes.client.dsl.V1SchedulingAPIGroupDSL
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      V1SchedulingAPIGroupClient newInstance()  
      io.fabric8.kubernetes.client.dsl.NonNamespaceOperation<io.fabric8.kubernetes.api.model.scheduling.v1.PriorityClass,​io.fabric8.kubernetes.api.model.scheduling.v1.PriorityClassList,​io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.kubernetes.api.model.scheduling.v1.PriorityClass>> priorityClasses()  
      • Methods inherited from class io.fabric8.kubernetes.client.extension.ClientAdapter

        adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getClient, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, inAnyNamespace, init, inNamespace, newClient, raw, resources, rootPaths, supports, supports, supportsApiPath
      • 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
    • Constructor Detail

      • V1SchedulingAPIGroupClient

        public V1SchedulingAPIGroupClient()
    • Method Detail

      • priorityClasses

        public io.fabric8.kubernetes.client.dsl.NonNamespaceOperation<io.fabric8.kubernetes.api.model.scheduling.v1.PriorityClass,​io.fabric8.kubernetes.api.model.scheduling.v1.PriorityClassList,​io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.kubernetes.api.model.scheduling.v1.PriorityClass>> priorityClasses()
        Specified by:
        priorityClasses in interface io.fabric8.kubernetes.client.dsl.V1SchedulingAPIGroupDSL