public interface KanikoTaskFluent<A extends KanikoTaskFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
KanikoTaskFluent.CacheNested<N> |
static interface |
KanikoTaskFluent.RegistryNested<N> |
String getBaseImage()
Boolean hasBaseImage()
@Deprecated KanikoTaskCache getCache()
KanikoTaskCache buildCache()
A withCache(KanikoTaskCache cache)
Boolean hasCache()
KanikoTaskFluent.CacheNested<A> withNewCache()
KanikoTaskFluent.CacheNested<A> withNewCacheLike(KanikoTaskCache item)
KanikoTaskFluent.CacheNested<A> editCache()
KanikoTaskFluent.CacheNested<A> editOrNewCache()
KanikoTaskFluent.CacheNested<A> editOrNewCacheLike(KanikoTaskCache item)
String getContextDir()
Boolean hasContextDir()
String getImage()
Boolean hasImage()
String getName()
Boolean hasName()
@Deprecated RegistrySpec getRegistry()
RegistrySpec buildRegistry()
A withRegistry(RegistrySpec registry)
Boolean hasRegistry()
A withNewRegistry(String address, String ca, Boolean insecure, String organization, String secret)
KanikoTaskFluent.RegistryNested<A> withNewRegistry()
KanikoTaskFluent.RegistryNested<A> withNewRegistryLike(RegistrySpec item)
KanikoTaskFluent.RegistryNested<A> editRegistry()
KanikoTaskFluent.RegistryNested<A> editOrNewRegistry()
KanikoTaskFluent.RegistryNested<A> editOrNewRegistryLike(RegistrySpec item)
Boolean getVerbose()
Boolean hasVerbose()
A withVerbose()
Copyright © 2015–2023 Red Hat. All rights reserved.