Package io.fabric8.kubernetes.client.dsl
Interface V1beta1BatchAPIGroupDSL
-
- All Superinterfaces:
AutoCloseable,Client,Closeable
public interface V1beta1BatchAPIGroupDSL extends Client
-
-
Method Summary
All Methods Instance Methods Abstract 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()DSL entrypoint for batch/v1beta1 CronJob resource-
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
-
cronjobs
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()
DSL entrypoint for batch/v1beta1 CronJob resource- Returns:
MixedOperationfor CronJob resource
-
-