Class V1CronJobSpecFluentImpl<A extends V1CronJobSpecFluent<A>>
java.lang.Object
io.kubernetes.client.fluent.BaseFluent<A>
io.kubernetes.client.openapi.models.V1CronJobSpecFluentImpl<A>
- All Implemented Interfaces:
Fluent<A>,Visitable<A>,V1CronJobSpecFluent<A>
- Direct Known Subclasses:
V1CronJobSpecBuilder
public class V1CronJobSpecFluentImpl<A extends V1CronJobSpecFluent<A>>
extends BaseFluent<A>
implements V1CronJobSpecFluent<A>
Generated
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.kubernetes.client.openapi.models.V1CronJobSpecFluent
V1CronJobSpecFluent.JobTemplateNested<N> -
Field Summary
Fields inherited from class io.kubernetes.client.fluent.BaseFluent
_visitables, VISIT -
Constructor Summary
ConstructorsConstructorDescriptionV1CronJobSpecFluentImpl(io.kubernetes.client.openapi.models.V1CronJobSpec instance) -
Method Summary
Modifier and TypeMethodDescriptionio.kubernetes.client.openapi.models.V1JobTemplateSpeceditOrNewJobTemplateLike(io.kubernetes.client.openapi.models.V1JobTemplateSpec item) booleanio.kubernetes.client.openapi.models.V1JobTemplateSpecDeprecated.inthashCode()toString()withConcurrencyPolicy(String concurrencyPolicy) withFailedJobsHistoryLimit(Integer failedJobsHistoryLimit) withJobTemplate(io.kubernetes.client.openapi.models.V1JobTemplateSpec jobTemplate) withNewJobTemplateLike(io.kubernetes.client.openapi.models.V1JobTemplateSpec item) withSchedule(String schedule) withStartingDeadlineSeconds(Long startingDeadlineSeconds) withSuccessfulJobsHistoryLimit(Integer successfulJobsHistoryLimit) withSuspend(Boolean suspend) withTimeZone(String timeZone) Methods inherited from class io.kubernetes.client.fluent.BaseFluent
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOf
-
Constructor Details
-
V1CronJobSpecFluentImpl
public V1CronJobSpecFluentImpl() -
V1CronJobSpecFluentImpl
public V1CronJobSpecFluentImpl(io.kubernetes.client.openapi.models.V1CronJobSpec instance)
-
-
Method Details
-
getConcurrencyPolicy
- Specified by:
getConcurrencyPolicyin interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
withConcurrencyPolicy
- Specified by:
withConcurrencyPolicyin interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
hasConcurrencyPolicy
- Specified by:
hasConcurrencyPolicyin interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
getFailedJobsHistoryLimit
- Specified by:
getFailedJobsHistoryLimitin interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
withFailedJobsHistoryLimit
- Specified by:
withFailedJobsHistoryLimitin interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
hasFailedJobsHistoryLimit
- Specified by:
hasFailedJobsHistoryLimitin interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
getJobTemplate
Deprecated.This method has been deprecated, please use method buildJobTemplate instead.- Specified by:
getJobTemplatein interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>- Returns:
- The buildable object.
-
buildJobTemplate
public io.kubernetes.client.openapi.models.V1JobTemplateSpec buildJobTemplate()- Specified by:
buildJobTemplatein interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
withJobTemplate
- Specified by:
withJobTemplatein interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
hasJobTemplate
- Specified by:
hasJobTemplatein interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
withNewJobTemplate
- Specified by:
withNewJobTemplatein interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
withNewJobTemplateLike
public V1CronJobSpecFluent.JobTemplateNested<A> withNewJobTemplateLike(io.kubernetes.client.openapi.models.V1JobTemplateSpec item) - Specified by:
withNewJobTemplateLikein interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
editJobTemplate
- Specified by:
editJobTemplatein interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
editOrNewJobTemplate
- Specified by:
editOrNewJobTemplatein interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
editOrNewJobTemplateLike
public V1CronJobSpecFluent.JobTemplateNested<A> editOrNewJobTemplateLike(io.kubernetes.client.openapi.models.V1JobTemplateSpec item) - Specified by:
editOrNewJobTemplateLikein interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
getSchedule
- Specified by:
getSchedulein interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
withSchedule
- Specified by:
withSchedulein interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
hasSchedule
- Specified by:
hasSchedulein interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
getStartingDeadlineSeconds
- Specified by:
getStartingDeadlineSecondsin interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
withStartingDeadlineSeconds
- Specified by:
withStartingDeadlineSecondsin interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
hasStartingDeadlineSeconds
- Specified by:
hasStartingDeadlineSecondsin interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
getSuccessfulJobsHistoryLimit
- Specified by:
getSuccessfulJobsHistoryLimitin interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
withSuccessfulJobsHistoryLimit
- Specified by:
withSuccessfulJobsHistoryLimitin interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
hasSuccessfulJobsHistoryLimit
- Specified by:
hasSuccessfulJobsHistoryLimitin interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
getSuspend
- Specified by:
getSuspendin interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
withSuspend
- Specified by:
withSuspendin interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
hasSuspend
- Specified by:
hasSuspendin interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
getTimeZone
- Specified by:
getTimeZonein interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
withTimeZone
- Specified by:
withTimeZonein interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
hasTimeZone
- Specified by:
hasTimeZonein interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-
equals
- Overrides:
equalsin classBaseFluent<A extends V1CronJobSpecFluent<A>>
-
hashCode
public int hashCode()- Overrides:
hashCodein classBaseFluent<A extends V1CronJobSpecFluent<A>>
-
toString
-
withSuspend
- Specified by:
withSuspendin interfaceV1CronJobSpecFluent<A extends V1CronJobSpecFluent<A>>
-