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> |
<K,V> A withPublishStrategyOptions(Map<String,String> publishStrategyOptions)
Boolean hasPublishStrategyOptions()
String getBaseImage()
Boolean hasBaseImage()
String getBuildStrategy()
Boolean hasBuildStrategy()
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()
String getPublishStrategy()
Boolean hasPublishStrategy()
@Deprecated RegistrySpec getRegistry()
RegistrySpec buildRegistry()
A withRegistry(RegistrySpec registry)
Boolean hasRegistry()
A withNewRegistry(String address, String ca, Boolean insecure, String organization, String secret)
IntegrationPlatformBuildSpecFluent.RegistryNested<A> withNewRegistry()
IntegrationPlatformBuildSpecFluent.RegistryNested<A> withNewRegistryLike(RegistrySpec item)
IntegrationPlatformBuildSpecFluent.RegistryNested<A> editRegistry()
IntegrationPlatformBuildSpecFluent.RegistryNested<A> editOrNewRegistry()
IntegrationPlatformBuildSpecFluent.RegistryNested<A> editOrNewRegistryLike(RegistrySpec item)
String getRuntimeProvider()
Boolean hasRuntimeProvider()
String getRuntimeVersion()
Boolean hasRuntimeVersion()
io.fabric8.kubernetes.api.model.Duration getTimeout()
A withTimeout(io.fabric8.kubernetes.api.model.Duration timeout)
Boolean hasTimeout()
A withKanikoBuildCache()
Copyright © 2015–2023 Red Hat. All rights reserved.