Class SchedulingAPIGroupClient

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      SchedulingAPIGroupClient newInstance()  
      io.fabric8.kubernetes.client.dsl.MixedOperation<io.fabric8.kubernetes.api.model.scheduling.v1beta1.PriorityClass,​io.fabric8.kubernetes.api.model.scheduling.v1beta1.PriorityClassList,​io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.kubernetes.api.model.scheduling.v1beta1.PriorityClass>> priorityClass()  
      io.fabric8.kubernetes.client.dsl.V1SchedulingAPIGroupDSL v1()  
      io.fabric8.kubernetes.client.dsl.V1beta1SchedulingAPIGroupDSL v1beta1()  
      • 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

      • SchedulingAPIGroupClient

        public SchedulingAPIGroupClient()
    • Method Detail

      • priorityClass

        public io.fabric8.kubernetes.client.dsl.MixedOperation<io.fabric8.kubernetes.api.model.scheduling.v1beta1.PriorityClass,​io.fabric8.kubernetes.api.model.scheduling.v1beta1.PriorityClassList,​io.fabric8.kubernetes.client.dsl.Resource<io.fabric8.kubernetes.api.model.scheduling.v1beta1.PriorityClass>> priorityClass()
        Specified by:
        priorityClass in interface io.fabric8.kubernetes.client.dsl.SchedulingAPIGroupDSL
      • v1

        public io.fabric8.kubernetes.client.dsl.V1SchedulingAPIGroupDSL v1()
        Specified by:
        v1 in interface io.fabric8.kubernetes.client.dsl.SchedulingAPIGroupDSL
      • v1beta1

        public io.fabric8.kubernetes.client.dsl.V1beta1SchedulingAPIGroupDSL v1beta1()
        Specified by:
        v1beta1 in interface io.fabric8.kubernetes.client.dsl.SchedulingAPIGroupDSL