public class BatchAPIGroupClient extends ClientAdapter<BatchAPIGroupClient> implements BatchAPIGroupDSL
| Constructor and Description |
|---|
BatchAPIGroupClient() |
| Modifier and Type | Method and 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() |
adapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getClient, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, inAnyNamespace, init, inNamespace, isAdaptable, newClient, raw, resources, rootPaths, supports, supports, supportsApiPathclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadapt, close, getApiGroup, getApiGroups, getApiResources, getApiVersion, getConfiguration, getHttpClient, getMasterUrl, getNamespace, hasApiGroup, isAdaptable, newClient, raw, raw, resources, resources, rootPaths, supports, supports, supportsApiPathpublic 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()
jobs in interface BatchAPIGroupDSLpublic 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()
cronjobs in interface BatchAPIGroupDSLpublic V1BatchAPIGroupDSL v1()
v1 in interface BatchAPIGroupDSLpublic V1beta1BatchAPIGroupDSL v1beta1()
v1beta1 in interface BatchAPIGroupDSLpublic BatchAPIGroupClient newInstance()
newInstance in class ClientAdapter<BatchAPIGroupClient>Copyright © 2015–2023 Red Hat. All rights reserved.