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
-
Fields inherited from class io.fabric8.kubernetes.client.BaseClient
httpClient
-
-
Constructor Summary
Constructors Constructor Description BatchAPIGroupClient()
BatchAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MixedOperation<io.fabric8.kubernetes.api.model.batch.CronJob,io.fabric8.kubernetes.api.model.batch.CronJobList,Resource<io.fabric8.kubernetes.api.model.batch.CronJob>>
cronjobs()
MixedOperation<io.fabric8.kubernetes.api.model.batch.Job,io.fabric8.kubernetes.api.model.batch.JobList,ScalableResource<io.fabric8.kubernetes.api.model.batch.Job>>
jobs()
-
Methods inherited from class io.fabric8.kubernetes.client.BaseClient
adapt, close, getApiVersion, getConfiguration, getHttpClient, getMasterUrl, getNamespace, isAdaptable, rootPaths, supportsApiPath
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
BatchAPIGroupClient
public BatchAPIGroupClient()
-
BatchAPIGroupClient
public BatchAPIGroupClient(okhttp3.OkHttpClient httpClient, Config config)
-
-
Method Detail
-
jobs
public MixedOperation<io.fabric8.kubernetes.api.model.batch.Job,io.fabric8.kubernetes.api.model.batch.JobList,ScalableResource<io.fabric8.kubernetes.api.model.batch.Job>> jobs()
- Specified by:
jobs
in interfaceBatchAPIGroupDSL
-
cronjobs
public MixedOperation<io.fabric8.kubernetes.api.model.batch.CronJob,io.fabric8.kubernetes.api.model.batch.CronJobList,Resource<io.fabric8.kubernetes.api.model.batch.CronJob>> cronjobs()
- Specified by:
cronjobs
in interfaceBatchAPIGroupDSL
-
-