public interface RepositoryFluent<A extends RepositoryFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RepositoryFluent.ReleasesNested<N> |
static interface |
RepositoryFluent.SnapshotsNested<N> |
String getId()
Boolean hasId()
String getName()
Boolean hasName()
@Deprecated RepositoryPolicy getReleases()
RepositoryPolicy buildReleases()
A withReleases(RepositoryPolicy releases)
Boolean hasReleases()
RepositoryFluent.ReleasesNested<A> withNewReleases()
RepositoryFluent.ReleasesNested<A> withNewReleasesLike(RepositoryPolicy item)
RepositoryFluent.ReleasesNested<A> editReleases()
RepositoryFluent.ReleasesNested<A> editOrNewReleases()
RepositoryFluent.ReleasesNested<A> editOrNewReleasesLike(RepositoryPolicy item)
@Deprecated RepositoryPolicy getSnapshots()
RepositoryPolicy buildSnapshots()
A withSnapshots(RepositoryPolicy snapshots)
Boolean hasSnapshots()
RepositoryFluent.SnapshotsNested<A> withNewSnapshots()
RepositoryFluent.SnapshotsNested<A> withNewSnapshotsLike(RepositoryPolicy item)
RepositoryFluent.SnapshotsNested<A> editSnapshots()
RepositoryFluent.SnapshotsNested<A> editOrNewSnapshots()
RepositoryFluent.SnapshotsNested<A> editOrNewSnapshotsLike(RepositoryPolicy item)
String getUrl()
Boolean hasUrl()
Copyright © 2015–2023 Red Hat. All rights reserved.