public class HelmReleaseRepoFluent<A extends HelmReleaseRepoFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
HelmReleaseRepoFluent.AltSourceNested<N> |
class |
HelmReleaseRepoFluent.ConfigMapRefNested<N> |
class |
HelmReleaseRepoFluent.SecretRefNested<N> |
class |
HelmReleaseRepoFluent.SourceNested<N> |
| Constructor and Description |
|---|
HelmReleaseRepoFluent() |
HelmReleaseRepoFluent(HelmReleaseRepo instance) |
public HelmReleaseRepoFluent()
public HelmReleaseRepoFluent(HelmReleaseRepo instance)
protected void copyInstance(HelmReleaseRepo instance)
public AltSource buildAltSource()
public boolean hasAltSource()
public HelmReleaseRepoFluent.AltSourceNested<A> withNewAltSource()
public HelmReleaseRepoFluent.AltSourceNested<A> withNewAltSourceLike(AltSource item)
public HelmReleaseRepoFluent.AltSourceNested<A> editAltSource()
public HelmReleaseRepoFluent.AltSourceNested<A> editOrNewAltSource()
public HelmReleaseRepoFluent.AltSourceNested<A> editOrNewAltSourceLike(AltSource item)
public String getChartName()
public boolean hasChartName()
public io.fabric8.kubernetes.api.model.ObjectReference buildConfigMapRef()
public A withConfigMapRef(io.fabric8.kubernetes.api.model.ObjectReference configMapRef)
public boolean hasConfigMapRef()
public HelmReleaseRepoFluent.ConfigMapRefNested<A> withNewConfigMapRef()
public HelmReleaseRepoFluent.ConfigMapRefNested<A> withNewConfigMapRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
public HelmReleaseRepoFluent.ConfigMapRefNested<A> editConfigMapRef()
public HelmReleaseRepoFluent.ConfigMapRefNested<A> editOrNewConfigMapRef()
public HelmReleaseRepoFluent.ConfigMapRefNested<A> editOrNewConfigMapRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
public String getDigest()
public boolean hasDigest()
public Boolean getInsecureSkipVerify()
public boolean hasInsecureSkipVerify()
public io.fabric8.kubernetes.api.model.ObjectReference buildSecretRef()
public A withSecretRef(io.fabric8.kubernetes.api.model.ObjectReference secretRef)
public boolean hasSecretRef()
public HelmReleaseRepoFluent.SecretRefNested<A> withNewSecretRef()
public HelmReleaseRepoFluent.SecretRefNested<A> withNewSecretRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
public HelmReleaseRepoFluent.SecretRefNested<A> editSecretRef()
public HelmReleaseRepoFluent.SecretRefNested<A> editOrNewSecretRef()
public HelmReleaseRepoFluent.SecretRefNested<A> editOrNewSecretRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
public Source buildSource()
public boolean hasSource()
public HelmReleaseRepoFluent.SourceNested<A> withNewSource()
public HelmReleaseRepoFluent.SourceNested<A> withNewSourceLike(Source item)
public HelmReleaseRepoFluent.SourceNested<A> editSource()
public HelmReleaseRepoFluent.SourceNested<A> editOrNewSource()
public HelmReleaseRepoFluent.SourceNested<A> editOrNewSourceLike(Source item)
public String getVersion()
public boolean hasVersion()
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HelmReleaseRepoFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends HelmReleaseRepoFluent<A>>public A withInsecureSkipVerify()
Copyright © 2015–2024 Red Hat. All rights reserved.