public class ProbeSpecFluentImpl<A extends ProbeSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements ProbeSpecFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
ProbeSpecFluentImpl.BasicAuthNestedImpl<N> |
class |
ProbeSpecFluentImpl.ProberNestedImpl<N> |
class |
ProbeSpecFluentImpl.TargetsNestedImpl<N> |
class |
ProbeSpecFluentImpl.TlsConfigNestedImpl<N> |
ProbeSpecFluent.BasicAuthNested<N>, ProbeSpecFluent.ProberNested<N>, ProbeSpecFluent.TargetsNested<N>, ProbeSpecFluent.TlsConfigNested<N>| Constructor and Description |
|---|
ProbeSpecFluentImpl() |
ProbeSpecFluentImpl(ProbeSpec instance) |
public ProbeSpecFluentImpl()
public ProbeSpecFluentImpl(ProbeSpec instance)
@Deprecated public BasicAuth getBasicAuth()
getBasicAuth in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public BasicAuth buildBasicAuth()
buildBasicAuth in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public A withBasicAuth(BasicAuth basicAuth)
withBasicAuth in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public Boolean hasBasicAuth()
hasBasicAuth in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.BasicAuthNested<A> withNewBasicAuth()
withNewBasicAuth in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.BasicAuthNested<A> withNewBasicAuthLike(BasicAuth item)
withNewBasicAuthLike in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.BasicAuthNested<A> editBasicAuth()
editBasicAuth in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.BasicAuthNested<A> editOrNewBasicAuth()
editOrNewBasicAuth in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.BasicAuthNested<A> editOrNewBasicAuthLike(BasicAuth item)
editOrNewBasicAuthLike in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public io.fabric8.kubernetes.api.model.SecretKeySelector getBearerTokenSecret()
getBearerTokenSecret in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public A withBearerTokenSecret(io.fabric8.kubernetes.api.model.SecretKeySelector bearerTokenSecret)
withBearerTokenSecret in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public Boolean hasBearerTokenSecret()
hasBearerTokenSecret in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public A withNewBearerTokenSecret(String key, String name, Boolean optional)
withNewBearerTokenSecret in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public String getInterval()
getInterval in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public A withInterval(String interval)
withInterval in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public Boolean hasInterval()
hasInterval in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>@Deprecated public A withNewInterval(String arg0)
withNewInterval in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public String getJobName()
getJobName in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public A withJobName(String jobName)
withJobName in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public Boolean hasJobName()
hasJobName in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>@Deprecated public A withNewJobName(String arg0)
withNewJobName in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public String getModule()
getModule in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public A withModule(String module)
withModule in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public Boolean hasModule()
hasModule in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>@Deprecated public A withNewModule(String arg0)
withNewModule in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>@Deprecated public ProberSpec getProber()
getProber in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProberSpec buildProber()
buildProber in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public A withProber(ProberSpec prober)
withProber in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public Boolean hasProber()
hasProber in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public A withNewProber(String path, String scheme, String url)
withNewProber in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.ProberNested<A> withNewProber()
withNewProber in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.ProberNested<A> withNewProberLike(ProberSpec item)
withNewProberLike in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.ProberNested<A> editProber()
editProber in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.ProberNested<A> editOrNewProber()
editOrNewProber in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.ProberNested<A> editOrNewProberLike(ProberSpec item)
editOrNewProberLike in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public String getScrapeTimeout()
getScrapeTimeout in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public A withScrapeTimeout(String scrapeTimeout)
withScrapeTimeout in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public Boolean hasScrapeTimeout()
hasScrapeTimeout in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>@Deprecated public A withNewScrapeTimeout(String arg0)
withNewScrapeTimeout in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>@Deprecated public ProbeTargets getTargets()
getTargets in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeTargets buildTargets()
buildTargets in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public A withTargets(ProbeTargets targets)
withTargets in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public Boolean hasTargets()
hasTargets in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.TargetsNested<A> withNewTargets()
withNewTargets in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.TargetsNested<A> withNewTargetsLike(ProbeTargets item)
withNewTargetsLike in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.TargetsNested<A> editTargets()
editTargets in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.TargetsNested<A> editOrNewTargets()
editOrNewTargets in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.TargetsNested<A> editOrNewTargetsLike(ProbeTargets item)
editOrNewTargetsLike in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>@Deprecated public ProbeTLSConfig getTlsConfig()
getTlsConfig in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeTLSConfig buildTlsConfig()
buildTlsConfig in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public A withTlsConfig(ProbeTLSConfig tlsConfig)
withTlsConfig in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public Boolean hasTlsConfig()
hasTlsConfig in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.TlsConfigNested<A> withNewTlsConfig()
withNewTlsConfig in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.TlsConfigNested<A> withNewTlsConfigLike(ProbeTLSConfig item)
withNewTlsConfigLike in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.TlsConfigNested<A> editTlsConfig()
editTlsConfig in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.TlsConfigNested<A> editOrNewTlsConfig()
editOrNewTlsConfig in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>public ProbeSpecFluent.TlsConfigNested<A> editOrNewTlsConfigLike(ProbeTLSConfig item)
editOrNewTlsConfigLike in interface ProbeSpecFluent<A extends ProbeSpecFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.