Interface BatchV1beta1Api
-
- All Superinterfaces:
com.marcnuri.yakc.api.Api
public interface BatchV1beta1Api extends com.marcnuri.yakc.api.Api
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classBatchV1beta1Api.CreateNamespacedCronJobstatic classBatchV1beta1Api.DeleteCollectionNamespacedCronJobstatic classBatchV1beta1Api.DeleteNamespacedCronJobstatic classBatchV1beta1Api.ListCronJobForAllNamespacesstatic classBatchV1beta1Api.ListNamespacedCronJobstatic classBatchV1beta1Api.PatchNamespacedCronJobstatic classBatchV1beta1Api.PatchNamespacedCronJobStatusstatic classBatchV1beta1Api.ReadNamespacedCronJobstatic classBatchV1beta1Api.ReadNamespacedCronJobStatusstatic classBatchV1beta1Api.ReplaceNamespacedCronJobstatic classBatchV1beta1Api.ReplaceNamespacedCronJobStatusstatic classBatchV1beta1Api.WatchCronJobListForAllNamespacesstatic classBatchV1beta1Api.WatchNamespacedCronJobstatic classBatchV1beta1Api.WatchNamespacedCronJobList
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob>createNamespacedCronJob(java.lang.String namespace, com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body)create a CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob>createNamespacedCronJob(java.lang.String namespace, com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body, BatchV1beta1Api.CreateNamespacedCronJob queryParameters)create a CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.Status>deleteCollectionNamespacedCronJob(java.lang.String namespace)delete collection of CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.Status>deleteCollectionNamespacedCronJob(java.lang.String namespace, BatchV1beta1Api.DeleteCollectionNamespacedCronJob queryParameters)delete collection of CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.Status>deleteCollectionNamespacedCronJob(java.lang.String namespace, com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions body)delete collection of CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.Status>deleteCollectionNamespacedCronJob(java.lang.String namespace, com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions body, BatchV1beta1Api.DeleteCollectionNamespacedCronJob queryParameters)delete collection of CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.Status>deleteNamespacedCronJob(java.lang.String name, java.lang.String namespace)delete a CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.Status>deleteNamespacedCronJob(java.lang.String name, java.lang.String namespace, BatchV1beta1Api.DeleteNamespacedCronJob queryParameters)delete a CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.Status>deleteNamespacedCronJob(java.lang.String name, java.lang.String namespace, com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions body)delete a CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.Status>deleteNamespacedCronJob(java.lang.String name, java.lang.String namespace, com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions body, BatchV1beta1Api.DeleteNamespacedCronJob queryParameters)delete a CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList>getAPIResources()get available resourcescom.marcnuri.yakc.api.KubernetesListCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJobList,com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob>listCronJobForAllNamespaces()list or watch objects of kind CronJobcom.marcnuri.yakc.api.KubernetesListCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJobList,com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob>listCronJobForAllNamespaces(BatchV1beta1Api.ListCronJobForAllNamespaces queryParameters)list or watch objects of kind CronJobcom.marcnuri.yakc.api.KubernetesListCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJobList,com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob>listNamespacedCronJob(java.lang.String namespace)list or watch objects of kind CronJobcom.marcnuri.yakc.api.KubernetesListCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJobList,com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob>listNamespacedCronJob(java.lang.String namespace, BatchV1beta1Api.ListNamespacedCronJob queryParameters)list or watch objects of kind CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob>patchNamespacedCronJob(java.lang.String name, java.lang.String namespace, com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body)partially update the specified CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob>patchNamespacedCronJob(java.lang.String name, java.lang.String namespace, com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body, BatchV1beta1Api.PatchNamespacedCronJob queryParameters)partially update the specified CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob>patchNamespacedCronJobStatus(java.lang.String name, java.lang.String namespace, com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body)partially update status of the specified CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob>patchNamespacedCronJobStatus(java.lang.String name, java.lang.String namespace, com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body, BatchV1beta1Api.PatchNamespacedCronJobStatus queryParameters)partially update status of the specified CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob>readNamespacedCronJob(java.lang.String name, java.lang.String namespace)read the specified CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob>readNamespacedCronJob(java.lang.String name, java.lang.String namespace, BatchV1beta1Api.ReadNamespacedCronJob queryParameters)read the specified CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob>readNamespacedCronJobStatus(java.lang.String name, java.lang.String namespace)read status of the specified CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob>readNamespacedCronJobStatus(java.lang.String name, java.lang.String namespace, BatchV1beta1Api.ReadNamespacedCronJobStatus queryParameters)read status of the specified CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob>replaceNamespacedCronJob(java.lang.String name, java.lang.String namespace, com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body)replace the specified CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob>replaceNamespacedCronJob(java.lang.String name, java.lang.String namespace, com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body, BatchV1beta1Api.ReplaceNamespacedCronJob queryParameters)replace the specified CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob>replaceNamespacedCronJobStatus(java.lang.String name, java.lang.String namespace, com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body)replace status of the specified CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob>replaceNamespacedCronJobStatus(java.lang.String name, java.lang.String namespace, com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body, BatchV1beta1Api.ReplaceNamespacedCronJobStatus queryParameters)replace status of the specified CronJobcom.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent>watchCronJobListForAllNamespaces()watch individual changes to a list of CronJob.com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent>watchCronJobListForAllNamespaces(BatchV1beta1Api.WatchCronJobListForAllNamespaces queryParameters)watch individual changes to a list of CronJob.com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent>watchNamespacedCronJob(java.lang.String name, java.lang.String namespace)watch changes to an object of kind CronJob.com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent>watchNamespacedCronJob(java.lang.String name, java.lang.String namespace, BatchV1beta1Api.WatchNamespacedCronJob queryParameters)watch changes to an object of kind CronJob.com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent>watchNamespacedCronJobList(java.lang.String namespace)watch individual changes to a list of CronJob.com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent>watchNamespacedCronJobList(java.lang.String namespace, BatchV1beta1Api.WatchNamespacedCronJobList queryParameters)watch individual changes to a list of CronJob.
-
-
-
Method Detail
-
getAPIResources
@HTTP(method="GET", path="/apis/batch/v1beta1/") @Headers("Accept: */*") com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.APIResourceList> getAPIResources()get available resources
-
listCronJobForAllNamespaces
@HTTP(method="GET", path="/apis/batch/v1beta1/cronjobs") @Headers("Accept: */*") com.marcnuri.yakc.api.KubernetesListCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJobList,com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob> listCronJobForAllNamespaces()list or watch objects of kind CronJob
-
listCronJobForAllNamespaces
@HTTP(method="GET", path="/apis/batch/v1beta1/cronjobs") @Headers("Accept: */*") com.marcnuri.yakc.api.KubernetesListCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJobList,com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob> listCronJobForAllNamespaces(@QueryMap BatchV1beta1Api.ListCronJobForAllNamespaces queryParameters)list or watch objects of kind CronJob
-
deleteCollectionNamespacedCronJob
@HTTP(method="DELETE", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs", hasBody=true) @Headers({"Content-Type: application/json","Accept: */*"}) com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.Status> deleteCollectionNamespacedCronJob(@Path("namespace") java.lang.String namespace, @Body com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions body)delete collection of CronJob- Parameters:
namespace- object name and auth scope, such as for teams and projects
-
deleteCollectionNamespacedCronJob
@HTTP(method="DELETE", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs", hasBody=true) @Headers({"Content-Type: application/json","Accept: */*"}) com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.Status> deleteCollectionNamespacedCronJob(@Path("namespace") java.lang.String namespace)delete collection of CronJob- Parameters:
namespace- object name and auth scope, such as for teams and projects
-
deleteCollectionNamespacedCronJob
@HTTP(method="DELETE", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs", hasBody=true) @Headers({"Content-Type: application/json","Accept: */*"}) com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.Status> deleteCollectionNamespacedCronJob(@Path("namespace") java.lang.String namespace, @Body com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions body, @QueryMap BatchV1beta1Api.DeleteCollectionNamespacedCronJob queryParameters)delete collection of CronJob- Parameters:
namespace- object name and auth scope, such as for teams and projects
-
deleteCollectionNamespacedCronJob
@HTTP(method="DELETE", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs", hasBody=true) @Headers({"Content-Type: application/json","Accept: */*"}) com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.Status> deleteCollectionNamespacedCronJob(@Path("namespace") java.lang.String namespace, @QueryMap BatchV1beta1Api.DeleteCollectionNamespacedCronJob queryParameters)delete collection of CronJob- Parameters:
namespace- object name and auth scope, such as for teams and projects
-
listNamespacedCronJob
@HTTP(method="GET", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs") @Headers("Accept: */*") com.marcnuri.yakc.api.KubernetesListCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJobList,com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob> listNamespacedCronJob(@Path("namespace") java.lang.String namespace)list or watch objects of kind CronJob- Parameters:
namespace- object name and auth scope, such as for teams and projects
-
listNamespacedCronJob
@HTTP(method="GET", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs") @Headers("Accept: */*") com.marcnuri.yakc.api.KubernetesListCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJobList,com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob> listNamespacedCronJob(@Path("namespace") java.lang.String namespace, @QueryMap BatchV1beta1Api.ListNamespacedCronJob queryParameters)list or watch objects of kind CronJob- Parameters:
namespace- object name and auth scope, such as for teams and projects
-
createNamespacedCronJob
@HTTP(method="POST", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs", hasBody=true) @Headers({"Content-Type: application/json","Accept: */*"}) com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob> createNamespacedCronJob(@Path("namespace") java.lang.String namespace, @Body com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body)create a CronJob- Parameters:
namespace- object name and auth scope, such as for teams and projects
-
createNamespacedCronJob
@HTTP(method="POST", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs", hasBody=true) @Headers({"Content-Type: application/json","Accept: */*"}) com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob> createNamespacedCronJob(@Path("namespace") java.lang.String namespace, @Body com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body, @QueryMap BatchV1beta1Api.CreateNamespacedCronJob queryParameters)create a CronJob- Parameters:
namespace- object name and auth scope, such as for teams and projects
-
deleteNamespacedCronJob
@HTTP(method="DELETE", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}", hasBody=true) @Headers({"Content-Type: application/json","Accept: */*"}) com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.Status> deleteNamespacedCronJob(@Path("name") java.lang.String name, @Path("namespace") java.lang.String namespace, @Body com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions body)delete a CronJob- Parameters:
name- name of the CronJobnamespace- object name and auth scope, such as for teams and projects
-
deleteNamespacedCronJob
@HTTP(method="DELETE", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}", hasBody=true) @Headers({"Content-Type: application/json","Accept: */*"}) com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.Status> deleteNamespacedCronJob(@Path("name") java.lang.String name, @Path("namespace") java.lang.String namespace)delete a CronJob- Parameters:
name- name of the CronJobnamespace- object name and auth scope, such as for teams and projects
-
deleteNamespacedCronJob
@HTTP(method="DELETE", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}", hasBody=true) @Headers({"Content-Type: application/json","Accept: */*"}) com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.Status> deleteNamespacedCronJob(@Path("name") java.lang.String name, @Path("namespace") java.lang.String namespace, @Body com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.DeleteOptions body, @QueryMap BatchV1beta1Api.DeleteNamespacedCronJob queryParameters)delete a CronJob- Parameters:
name- name of the CronJobnamespace- object name and auth scope, such as for teams and projects
-
deleteNamespacedCronJob
@HTTP(method="DELETE", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}", hasBody=true) @Headers({"Content-Type: application/json","Accept: */*"}) com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.Status> deleteNamespacedCronJob(@Path("name") java.lang.String name, @Path("namespace") java.lang.String namespace, @QueryMap BatchV1beta1Api.DeleteNamespacedCronJob queryParameters)delete a CronJob- Parameters:
name- name of the CronJobnamespace- object name and auth scope, such as for teams and projects
-
readNamespacedCronJob
@HTTP(method="GET", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}") @Headers("Accept: */*") com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob> readNamespacedCronJob(@Path("name") java.lang.String name, @Path("namespace") java.lang.String namespace)read the specified CronJob- Parameters:
name- name of the CronJobnamespace- object name and auth scope, such as for teams and projects
-
readNamespacedCronJob
@HTTP(method="GET", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}") @Headers("Accept: */*") com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob> readNamespacedCronJob(@Path("name") java.lang.String name, @Path("namespace") java.lang.String namespace, @QueryMap BatchV1beta1Api.ReadNamespacedCronJob queryParameters)read the specified CronJob- Parameters:
name- name of the CronJobnamespace- object name and auth scope, such as for teams and projects
-
patchNamespacedCronJob
@HTTP(method="PATCH", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}", hasBody=true) @Headers({"Content-Type: application/merge-patch+json","Accept: */*"}) com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob> patchNamespacedCronJob(@Path("name") java.lang.String name, @Path("namespace") java.lang.String namespace, @Body com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body)partially update the specified CronJob- Parameters:
name- name of the CronJobnamespace- object name and auth scope, such as for teams and projects
-
patchNamespacedCronJob
@HTTP(method="PATCH", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}", hasBody=true) @Headers({"Content-Type: application/merge-patch+json","Accept: */*"}) com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob> patchNamespacedCronJob(@Path("name") java.lang.String name, @Path("namespace") java.lang.String namespace, @Body com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body, @QueryMap BatchV1beta1Api.PatchNamespacedCronJob queryParameters)partially update the specified CronJob- Parameters:
name- name of the CronJobnamespace- object name and auth scope, such as for teams and projects
-
replaceNamespacedCronJob
@HTTP(method="PUT", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}", hasBody=true) @Headers({"Content-Type: application/json","Accept: */*"}) com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob> replaceNamespacedCronJob(@Path("name") java.lang.String name, @Path("namespace") java.lang.String namespace, @Body com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body)replace the specified CronJob- Parameters:
name- name of the CronJobnamespace- object name and auth scope, such as for teams and projects
-
replaceNamespacedCronJob
@HTTP(method="PUT", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}", hasBody=true) @Headers({"Content-Type: application/json","Accept: */*"}) com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob> replaceNamespacedCronJob(@Path("name") java.lang.String name, @Path("namespace") java.lang.String namespace, @Body com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body, @QueryMap BatchV1beta1Api.ReplaceNamespacedCronJob queryParameters)replace the specified CronJob- Parameters:
name- name of the CronJobnamespace- object name and auth scope, such as for teams and projects
-
readNamespacedCronJobStatus
@HTTP(method="GET", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}/status") @Headers("Accept: */*") com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob> readNamespacedCronJobStatus(@Path("name") java.lang.String name, @Path("namespace") java.lang.String namespace)read status of the specified CronJob- Parameters:
name- name of the CronJobnamespace- object name and auth scope, such as for teams and projects
-
readNamespacedCronJobStatus
@HTTP(method="GET", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}/status") @Headers("Accept: */*") com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob> readNamespacedCronJobStatus(@Path("name") java.lang.String name, @Path("namespace") java.lang.String namespace, @QueryMap BatchV1beta1Api.ReadNamespacedCronJobStatus queryParameters)read status of the specified CronJob- Parameters:
name- name of the CronJobnamespace- object name and auth scope, such as for teams and projects
-
patchNamespacedCronJobStatus
@HTTP(method="PATCH", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}/status", hasBody=true) @Headers({"Content-Type: application/merge-patch+json","Accept: */*"}) com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob> patchNamespacedCronJobStatus(@Path("name") java.lang.String name, @Path("namespace") java.lang.String namespace, @Body com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body)partially update status of the specified CronJob- Parameters:
name- name of the CronJobnamespace- object name and auth scope, such as for teams and projects
-
patchNamespacedCronJobStatus
@HTTP(method="PATCH", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}/status", hasBody=true) @Headers({"Content-Type: application/merge-patch+json","Accept: */*"}) com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob> patchNamespacedCronJobStatus(@Path("name") java.lang.String name, @Path("namespace") java.lang.String namespace, @Body com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body, @QueryMap BatchV1beta1Api.PatchNamespacedCronJobStatus queryParameters)partially update status of the specified CronJob- Parameters:
name- name of the CronJobnamespace- object name and auth scope, such as for teams and projects
-
replaceNamespacedCronJobStatus
@HTTP(method="PUT", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}/status", hasBody=true) @Headers({"Content-Type: application/json","Accept: */*"}) com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob> replaceNamespacedCronJobStatus(@Path("name") java.lang.String name, @Path("namespace") java.lang.String namespace, @Body com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body)replace status of the specified CronJob- Parameters:
name- name of the CronJobnamespace- object name and auth scope, such as for teams and projects
-
replaceNamespacedCronJobStatus
@HTTP(method="PUT", path="/apis/batch/v1beta1/namespaces/{namespace}/cronjobs/{name}/status", hasBody=true) @Headers({"Content-Type: application/json","Accept: */*"}) com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob> replaceNamespacedCronJobStatus(@Path("name") java.lang.String name, @Path("namespace") java.lang.String namespace, @Body com.marcnuri.yakc.model.io.k8s.api.batch.v1beta1.CronJob body, @QueryMap BatchV1beta1Api.ReplaceNamespacedCronJobStatus queryParameters)replace status of the specified CronJob- Parameters:
name- name of the CronJobnamespace- object name and auth scope, such as for teams and projects
-
watchCronJobListForAllNamespaces
@HTTP(method="GET", path="/apis/batch/v1beta1/watch/cronjobs") @Headers("Accept: */*") com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent> watchCronJobListForAllNamespaces()watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.
-
watchCronJobListForAllNamespaces
@HTTP(method="GET", path="/apis/batch/v1beta1/watch/cronjobs") @Headers("Accept: */*") com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent> watchCronJobListForAllNamespaces(@QueryMap BatchV1beta1Api.WatchCronJobListForAllNamespaces queryParameters)watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.
-
watchNamespacedCronJobList
@HTTP(method="GET", path="/apis/batch/v1beta1/watch/namespaces/{namespace}/cronjobs") @Headers("Accept: */*") com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent> watchNamespacedCronJobList(@Path("namespace") java.lang.String namespace)watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.- Parameters:
namespace- object name and auth scope, such as for teams and projects
-
watchNamespacedCronJobList
@HTTP(method="GET", path="/apis/batch/v1beta1/watch/namespaces/{namespace}/cronjobs") @Headers("Accept: */*") com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent> watchNamespacedCronJobList(@Path("namespace") java.lang.String namespace, @QueryMap BatchV1beta1Api.WatchNamespacedCronJobList queryParameters)watch individual changes to a list of CronJob. deprecated: use the 'watch' parameter with a list operation instead.- Parameters:
namespace- object name and auth scope, such as for teams and projects
-
watchNamespacedCronJob
@HTTP(method="GET", path="/apis/batch/v1beta1/watch/namespaces/{namespace}/cronjobs/{name}") @Headers("Accept: */*") com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent> watchNamespacedCronJob(@Path("name") java.lang.String name, @Path("namespace") java.lang.String namespace)watch changes to an object of kind CronJob. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.- Parameters:
name- name of the CronJobnamespace- object name and auth scope, such as for teams and projects
-
watchNamespacedCronJob
@HTTP(method="GET", path="/apis/batch/v1beta1/watch/namespaces/{namespace}/cronjobs/{name}") @Headers("Accept: */*") com.marcnuri.yakc.api.KubernetesCall<com.marcnuri.yakc.model.io.k8s.apimachinery.pkg.apis.meta.v1.WatchEvent> watchNamespacedCronJob(@Path("name") java.lang.String name, @Path("namespace") java.lang.String namespace, @QueryMap BatchV1beta1Api.WatchNamespacedCronJob queryParameters)watch changes to an object of kind CronJob. deprecated: use the 'watch' parameter with a list operation instead, filtered to a single item with the 'fieldSelector' parameter.- Parameters:
name- name of the CronJobnamespace- object name and auth scope, such as for teams and projects
-
-