Package io.fabric8.kubernetes.client
Class BatchAPIGroupClient
java.lang.Object
io.fabric8.kubernetes.client.BaseClient
io.fabric8.kubernetes.client.BatchAPIGroupClient
- All Implemented Interfaces:
Client,ConfigAware,BatchAPIGroupDSL,HttpClientAware,Closeable,AutoCloseable
public class BatchAPIGroupClient extends BaseClient implements BatchAPIGroupDSL
-
Field Summary
-
Constructor Summary
Constructors Constructor Description BatchAPIGroupClient()BatchAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config) -
Method Summary
Modifier and Type Method Description MixedOperation<io.fabric8.kubernetes.api.model.batch.CronJob,io.fabric8.kubernetes.api.model.batch.CronJobList,io.fabric8.kubernetes.api.model.batch.DoneableCronJob,Resource<io.fabric8.kubernetes.api.model.batch.CronJob,io.fabric8.kubernetes.api.model.batch.DoneableCronJob>>cronjobs()MixedOperation<io.fabric8.kubernetes.api.model.batch.Job,io.fabric8.kubernetes.api.model.batch.JobList,io.fabric8.kubernetes.api.model.batch.DoneableJob,ScalableResource<io.fabric8.kubernetes.api.model.batch.Job,io.fabric8.kubernetes.api.model.batch.DoneableJob>>jobs()Methods inherited from class io.fabric8.kubernetes.client.BaseClient
adapt, close, getApiVersion, getConfiguration, getHttpClient, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPathMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fabric8.kubernetes.client.Client
adapt, close, getApiVersion, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
Constructor Details
-
BatchAPIGroupClient
- Throws:
KubernetesClientException
-
BatchAPIGroupClient
public BatchAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config) throws KubernetesClientException- Throws:
KubernetesClientException
-
-
Method Details
-
jobs
public MixedOperation<io.fabric8.kubernetes.api.model.batch.Job,io.fabric8.kubernetes.api.model.batch.JobList,io.fabric8.kubernetes.api.model.batch.DoneableJob,ScalableResource<io.fabric8.kubernetes.api.model.batch.Job,io.fabric8.kubernetes.api.model.batch.DoneableJob>> jobs()- Specified by:
jobsin interfaceBatchAPIGroupDSL
-
cronjobs
public MixedOperation<io.fabric8.kubernetes.api.model.batch.CronJob,io.fabric8.kubernetes.api.model.batch.CronJobList,io.fabric8.kubernetes.api.model.batch.DoneableCronJob,Resource<io.fabric8.kubernetes.api.model.batch.CronJob,io.fabric8.kubernetes.api.model.batch.DoneableCronJob>> cronjobs()- Specified by:
cronjobsin interfaceBatchAPIGroupDSL
-