public class AltSourceFluent<A extends AltSourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
AltSourceFluent.ConfigMapRefNested<N> |
class |
AltSourceFluent.GithubNested<N> |
class |
AltSourceFluent.GitNested<N> |
class |
AltSourceFluent.HelmRepoNested<N> |
class |
AltSourceFluent.SecretRefNested<N> |
| Constructor and Description |
|---|
AltSourceFluent() |
AltSourceFluent(AltSource instance) |
public AltSourceFluent()
public AltSourceFluent(AltSource instance)
protected void copyInstance(AltSource instance)
public io.fabric8.kubernetes.api.model.ObjectReference buildConfigMapRef()
public A withConfigMapRef(io.fabric8.kubernetes.api.model.ObjectReference configMapRef)
public boolean hasConfigMapRef()
public AltSourceFluent.ConfigMapRefNested<A> withNewConfigMapRef()
public AltSourceFluent.ConfigMapRefNested<A> withNewConfigMapRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
public AltSourceFluent.ConfigMapRefNested<A> editConfigMapRef()
public AltSourceFluent.ConfigMapRefNested<A> editOrNewConfigMapRef()
public AltSourceFluent.ConfigMapRefNested<A> editOrNewConfigMapRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
public Git buildGit()
public boolean hasGit()
public AltSourceFluent.GitNested<A> withNewGit()
public AltSourceFluent.GitNested<A> withNewGitLike(Git item)
public AltSourceFluent.GitNested<A> editGit()
public AltSourceFluent.GitNested<A> editOrNewGit()
public AltSourceFluent.GitNested<A> editOrNewGitLike(Git item)
public GitHub buildGithub()
public boolean hasGithub()
public AltSourceFluent.GithubNested<A> withNewGithub()
public AltSourceFluent.GithubNested<A> withNewGithubLike(GitHub item)
public AltSourceFluent.GithubNested<A> editGithub()
public AltSourceFluent.GithubNested<A> editOrNewGithub()
public AltSourceFluent.GithubNested<A> editOrNewGithubLike(GitHub item)
public HelmRepo buildHelmRepo()
public boolean hasHelmRepo()
public AltSourceFluent.HelmRepoNested<A> withNewHelmRepo()
public AltSourceFluent.HelmRepoNested<A> withNewHelmRepoLike(HelmRepo item)
public AltSourceFluent.HelmRepoNested<A> editHelmRepo()
public AltSourceFluent.HelmRepoNested<A> editOrNewHelmRepo()
public AltSourceFluent.HelmRepoNested<A> editOrNewHelmRepoLike(HelmRepo item)
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 AltSourceFluent.SecretRefNested<A> withNewSecretRef()
public AltSourceFluent.SecretRefNested<A> withNewSecretRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
public AltSourceFluent.SecretRefNested<A> editSecretRef()
public AltSourceFluent.SecretRefNested<A> editOrNewSecretRef()
public AltSourceFluent.SecretRefNested<A> editOrNewSecretRefLike(io.fabric8.kubernetes.api.model.ObjectReference item)
public String getType()
public boolean hasType()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AltSourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends AltSourceFluent<A>>public A withInsecureSkipVerify()
Copyright © 2015–2023 Red Hat. All rights reserved.