public interface CronJobSourceSpecFluent<A extends CronJobSourceSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
CronJobSourceSpecFluent.ResourcesNested<N> |
static interface |
CronJobSourceSpecFluent.V1beta1SinkNested<N> |
String getData()
Boolean hasData()
A withNewData(StringBuilder arg1)
A withNewData(StringBuffer arg1)
@Deprecated CronJobResourceSpec getResources()
CronJobResourceSpec buildResources()
A withResources(CronJobResourceSpec resources)
Boolean hasResources()
CronJobSourceSpecFluent.ResourcesNested<A> withNewResources()
CronJobSourceSpecFluent.ResourcesNested<A> withNewResourcesLike(CronJobResourceSpec item)
CronJobSourceSpecFluent.ResourcesNested<A> editResources()
CronJobSourceSpecFluent.ResourcesNested<A> editOrNewResources()
CronJobSourceSpecFluent.ResourcesNested<A> editOrNewResourcesLike(CronJobResourceSpec item)
String getSchedule()
Boolean hasSchedule()
A withNewSchedule(StringBuilder arg1)
A withNewSchedule(StringBuffer arg1)
String getServiceAccountName()
Boolean hasServiceAccountName()
A withNewServiceAccountName(StringBuilder arg1)
A withNewServiceAccountName(StringBuffer arg1)
@Deprecated Destination getSink()
Destination buildSink()
A withSink(Destination sink)
Boolean hasSink()
CronJobSourceSpecFluent.V1beta1SinkNested<A> withNewV1beta1Sink()
CronJobSourceSpecFluent.V1beta1SinkNested<A> withNewSinkLike(Destination item)
CronJobSourceSpecFluent.V1beta1SinkNested<A> editV1beta1Sink()
CronJobSourceSpecFluent.V1beta1SinkNested<A> editOrNewSink()
CronJobSourceSpecFluent.V1beta1SinkNested<A> editOrNewSinkLike(Destination item)
Copyright © 2015–2020 Red Hat. All rights reserved.