Class BatchAPIGroupClient
- java.lang.Object
-
- io.fabric8.kubernetes.client.extension.ClientAdapter<BatchAPIGroupClient>
-
- io.fabric8.kubernetes.client.impl.BatchAPIGroupClient
-
- All Implemented Interfaces:
Client
,BatchAPIGroupDSL
,Closeable
,AutoCloseable
public class BatchAPIGroupClient extends ClientAdapter<BatchAPIGroupClient> implements BatchAPIGroupDSL
-
-
Constructor Summary
Constructors Constructor Description BatchAPIGroupClient()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MixedOperation<io.fabric8.kubernetes.api.model.batch.v1beta1.CronJob,io.fabric8.kubernetes.api.model.batch.v1beta1.CronJobList,Resource<io.fabric8.kubernetes.api.model.batch.v1beta1.CronJob>>
cronjobs()
MixedOperation<io.fabric8.kubernetes.api.model.batch.v1.Job,io.fabric8.kubernetes.api.model.batch.v1.JobList,ScalableResource<io.fabric8.kubernetes.api.model.batch.v1.Job>>
jobs()
BatchAPIGroupClient
newInstance()
V1BatchAPIGroupDSL
v1()
V1beta1BatchAPIGroupDSL
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 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, getApiGroup, getApiGroups, getApiResources, getApiVersion, getAPIVersions, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, newClient, raw, raw, resources, resources, rootPaths, supports, supports, supportsApiPath
-
-
-
-
Method Detail
-
jobs
public MixedOperation<io.fabric8.kubernetes.api.model.batch.v1.Job,io.fabric8.kubernetes.api.model.batch.v1.JobList,ScalableResource<io.fabric8.kubernetes.api.model.batch.v1.Job>> jobs()
- Specified by:
jobs
in interfaceBatchAPIGroupDSL
-
cronjobs
public MixedOperation<io.fabric8.kubernetes.api.model.batch.v1beta1.CronJob,io.fabric8.kubernetes.api.model.batch.v1beta1.CronJobList,Resource<io.fabric8.kubernetes.api.model.batch.v1beta1.CronJob>> cronjobs()
- Specified by:
cronjobs
in interfaceBatchAPIGroupDSL
-
v1
public V1BatchAPIGroupDSL v1()
- Specified by:
v1
in interfaceBatchAPIGroupDSL
-
v1beta1
public V1beta1BatchAPIGroupDSL v1beta1()
- Specified by:
v1beta1
in interfaceBatchAPIGroupDSL
-
newInstance
public BatchAPIGroupClient newInstance()
- Specified by:
newInstance
in classClientAdapter<BatchAPIGroupClient>
-
-