public interface SourceFluent<A extends SourceFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SourceFluent.GithubNested<N> |
static interface |
SourceFluent.GitNested<N> |
static interface |
SourceFluent.HelmRepoNested<N> |
@Deprecated Git getGit()
Git buildGit()
Boolean hasGit()
SourceFluent.GitNested<A> withNewGit()
SourceFluent.GitNested<A> withNewGitLike(Git item)
SourceFluent.GitNested<A> editGit()
SourceFluent.GitNested<A> editOrNewGit()
SourceFluent.GitNested<A> editOrNewGitLike(Git item)
@Deprecated GitHub getGithub()
GitHub buildGithub()
Boolean hasGithub()
SourceFluent.GithubNested<A> withNewGithub()
SourceFluent.GithubNested<A> withNewGithubLike(GitHub item)
SourceFluent.GithubNested<A> editGithub()
SourceFluent.GithubNested<A> editOrNewGithub()
SourceFluent.GithubNested<A> editOrNewGithubLike(GitHub item)
@Deprecated HelmRepo getHelmRepo()
HelmRepo buildHelmRepo()
Boolean hasHelmRepo()
SourceFluent.HelmRepoNested<A> withNewHelmRepo()
SourceFluent.HelmRepoNested<A> withNewHelmRepoLike(HelmRepo item)
SourceFluent.HelmRepoNested<A> editHelmRepo()
SourceFluent.HelmRepoNested<A> editOrNewHelmRepo()
SourceFluent.HelmRepoNested<A> editOrNewHelmRepoLike(HelmRepo item)
String getType()
Boolean hasType()
Copyright © 2015–2022 Red Hat. All rights reserved.