public class SourceFluent<A extends SourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
SourceFluent.GithubNested<N> |
class |
SourceFluent.GitNested<N> |
class |
SourceFluent.HelmRepoNested<N> |
| Constructor and Description |
|---|
SourceFluent() |
SourceFluent(Source instance) |
public SourceFluent()
public SourceFluent(Source instance)
protected void copyInstance(Source instance)
public Git buildGit()
public boolean hasGit()
public SourceFluent.GitNested<A> withNewGit()
public SourceFluent.GitNested<A> withNewGitLike(Git item)
public SourceFluent.GitNested<A> editGit()
public SourceFluent.GitNested<A> editOrNewGit()
public SourceFluent.GitNested<A> editOrNewGitLike(Git item)
public GitHub buildGithub()
public boolean hasGithub()
public SourceFluent.GithubNested<A> withNewGithub()
public SourceFluent.GithubNested<A> withNewGithubLike(GitHub item)
public SourceFluent.GithubNested<A> editGithub()
public SourceFluent.GithubNested<A> editOrNewGithub()
public SourceFluent.GithubNested<A> editOrNewGithubLike(GitHub item)
public HelmRepo buildHelmRepo()
public boolean hasHelmRepo()
public SourceFluent.HelmRepoNested<A> withNewHelmRepo()
public SourceFluent.HelmRepoNested<A> withNewHelmRepoLike(HelmRepo item)
public SourceFluent.HelmRepoNested<A> editHelmRepo()
public SourceFluent.HelmRepoNested<A> editOrNewHelmRepo()
public SourceFluent.HelmRepoNested<A> editOrNewHelmRepoLike(HelmRepo item)
public String getType()
public boolean hasType()
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 SourceFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends SourceFluent<A>>Copyright © 2015–2023 Red Hat. All rights reserved.