public interface IntegrationPlatformBuildSpecFluent<A extends IntegrationPlatformBuildSpecFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IntegrationPlatformBuildSpecFluent.MavenNested<N> |
static interface |
IntegrationPlatformBuildSpecFluent.RegistryNested<N> |
String getBaseImage()
Boolean hasBaseImage()
@Deprecated A withNewBaseImage(String arg0)
String getBuildStrategy()
Boolean hasBuildStrategy()
@Deprecated A withNewBuildStrategy(String arg0)
String getHttpProxySecret()
Boolean hasHttpProxySecret()
@Deprecated A withNewHttpProxySecret(String arg0)
Boolean getKanikoBuildCache()
Boolean hasKanikoBuildCache()
@Deprecated MavenSpec getMaven()
MavenSpec buildMaven()
Boolean hasMaven()
IntegrationPlatformBuildSpecFluent.MavenNested<A> withNewMaven()
IntegrationPlatformBuildSpecFluent.MavenNested<A> withNewMavenLike(MavenSpec item)
IntegrationPlatformBuildSpecFluent.MavenNested<A> editMaven()
IntegrationPlatformBuildSpecFluent.MavenNested<A> editOrNewMaven()
IntegrationPlatformBuildSpecFluent.MavenNested<A> editOrNewMavenLike(MavenSpec item)
String getPersistentVolumeClaim()
Boolean hasPersistentVolumeClaim()
@Deprecated A withNewPersistentVolumeClaim(String arg0)
Boolean hasProperties()
String getPublishStrategy()
Boolean hasPublishStrategy()
@Deprecated A withNewPublishStrategy(String arg0)
@Deprecated IntegrationPlatformRegistrySpec getRegistry()
IntegrationPlatformRegistrySpec buildRegistry()
A withRegistry(IntegrationPlatformRegistrySpec registry)
Boolean hasRegistry()
A withNewRegistry(String address, String ca, Boolean insecure, String organization, String secret)
IntegrationPlatformBuildSpecFluent.RegistryNested<A> withNewRegistry()
IntegrationPlatformBuildSpecFluent.RegistryNested<A> withNewRegistryLike(IntegrationPlatformRegistrySpec item)
IntegrationPlatformBuildSpecFluent.RegistryNested<A> editRegistry()
IntegrationPlatformBuildSpecFluent.RegistryNested<A> editOrNewRegistry()
IntegrationPlatformBuildSpecFluent.RegistryNested<A> editOrNewRegistryLike(IntegrationPlatformRegistrySpec item)
String getRuntimeProvider()
Boolean hasRuntimeProvider()
@Deprecated A withNewRuntimeProvider(String arg0)
String getRuntimeVersion()
Boolean hasRuntimeVersion()
@Deprecated A withNewRuntimeVersion(String arg0)
io.fabric8.kubernetes.api.model.Duration getTimeout()
A withTimeout(io.fabric8.kubernetes.api.model.Duration timeout)
Boolean hasTimeout()
Copyright © 2015–2021 Red Hat. All rights reserved.