Package io.kubernetes.client.proto
Interface V2alpha1Batch.CronJobOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V2alpha1Batch.CronJob,V2alpha1Batch.CronJob.Builder
- Enclosing class:
- V2alpha1Batch
public static interface V2alpha1Batch.CronJobOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionStandard object's metadata.Standard object's metadata.getSpec()Specification of the desired behavior of a cron job, including the schedule.Specification of the desired behavior of a cron job, including the schedule.Current status of a cron job.Current status of a cron job.booleanStandard object's metadata.booleanhasSpec()Specification of the desired behavior of a cron job, including the schedule.booleanCurrent status of a cron job.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetadata
boolean hasMetadata()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
getMetadata
Meta.ObjectMeta getMetadata()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
getMetadataOrBuilder
Meta.ObjectMetaOrBuilder getMetadataOrBuilder()Standard object's metadata. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#metadata +optional
optional .k8s.io.apimachinery.pkg.apis.meta.v1.ObjectMeta metadata = 1; -
hasSpec
boolean hasSpec()Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobSpec spec = 2; -
getSpec
V2alpha1Batch.CronJobSpec getSpec()Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobSpec spec = 2; -
getSpecOrBuilder
V2alpha1Batch.CronJobSpecOrBuilder getSpecOrBuilder()Specification of the desired behavior of a cron job, including the schedule. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobSpec spec = 2; -
hasStatus
boolean hasStatus()Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobStatus status = 3; -
getStatus
V2alpha1Batch.CronJobStatus getStatus()Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobStatus status = 3; -
getStatusOrBuilder
V2alpha1Batch.CronJobStatusOrBuilder getStatusOrBuilder()Current status of a cron job. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#spec-and-status +optional
optional .k8s.io.api.batch.v2alpha1.CronJobStatus status = 3;
-