Package | Description |
---|---|
io.fabric8.kubernetes.api.model | |
io.fabric8.kubernetes.api.model.extensions |
Modifier and Type | Method and Description |
---|---|
A |
WatchEventFluentImpl.withAPIVersionObject(APIVersion aPIVersionObject) |
A |
WatchEventFluent.withAPIVersionObject(APIVersion aPIVersionObject) |
WatchEventFluent.APIVersionObjectNested<A> |
WatchEventFluentImpl.withNewAPIVersionObjectLike(APIVersion item) |
WatchEventFluent.APIVersionObjectNested<A> |
WatchEventFluent.withNewAPIVersionObjectLike(APIVersion item) |
Modifier and Type | Method and Description |
---|---|
APIVersion |
APIVersionBuilder.build() |
APIVersion |
ThirdPartyResourceFluentImpl.buildFirstVersion() |
APIVersion |
ThirdPartyResourceFluent.buildFirstVersion() |
APIVersion |
ThirdPartyResourceFluentImpl.buildLastVersion() |
APIVersion |
ThirdPartyResourceFluent.buildLastVersion() |
APIVersion |
ThirdPartyResourceFluentImpl.buildMatchingVersion(Predicate<APIVersionBuilder> predicate) |
APIVersion |
ThirdPartyResourceFluent.buildMatchingVersion(Predicate<APIVersionBuilder> predicate) |
APIVersion |
ThirdPartyResourceFluentImpl.buildVersion(int index) |
APIVersion |
ThirdPartyResourceFluent.buildVersion(int index) |
APIVersion |
DoneableAPIVersion.done() |
Modifier and Type | Method and Description |
---|---|
List<APIVersion> |
ThirdPartyResourceFluentImpl.buildVersions() |
List<APIVersion> |
ThirdPartyResourceFluent.buildVersions() |
List<APIVersion> |
ThirdPartyResourceFluentImpl.getVersions()
Deprecated.
|
List<APIVersion> |
ThirdPartyResourceFluent.getVersions()
Deprecated.
|
List<APIVersion> |
ThirdPartyResource.getVersions() |
Modifier and Type | Method and Description |
---|---|
ThirdPartyResourceFluent.VersionsNested<A> |
ThirdPartyResourceFluentImpl.addNewVersionLike(APIVersion item) |
ThirdPartyResourceFluent.VersionsNested<A> |
ThirdPartyResourceFluent.addNewVersionLike(APIVersion item) |
A |
ThirdPartyResourceFluentImpl.addToVersions(APIVersion... items) |
A |
ThirdPartyResourceFluent.addToVersions(APIVersion... items) |
A |
ThirdPartyResourceFluentImpl.addToVersions(int index,
APIVersion item) |
A |
ThirdPartyResourceFluent.addToVersions(int index,
APIVersion item) |
A |
ThirdPartyResourceFluentImpl.removeFromVersions(APIVersion... items) |
A |
ThirdPartyResourceFluent.removeFromVersions(APIVersion... items) |
ThirdPartyResourceFluent.VersionsNested<A> |
ThirdPartyResourceFluentImpl.setNewVersionLike(int index,
APIVersion item) |
ThirdPartyResourceFluent.VersionsNested<A> |
ThirdPartyResourceFluent.setNewVersionLike(int index,
APIVersion item) |
A |
ThirdPartyResourceFluentImpl.setToVersions(int index,
APIVersion item) |
A |
ThirdPartyResourceFluent.setToVersions(int index,
APIVersion item) |
A |
ThirdPartyResourceFluentImpl.withVersions(APIVersion... versions) |
A |
ThirdPartyResourceFluent.withVersions(APIVersion... versions) |
Modifier and Type | Method and Description |
---|---|
A |
ThirdPartyResourceFluentImpl.addAllToVersions(Collection<APIVersion> items) |
A |
ThirdPartyResourceFluent.addAllToVersions(Collection<APIVersion> items) |
A |
ThirdPartyResourceFluentImpl.removeAllFromVersions(Collection<APIVersion> items) |
A |
ThirdPartyResourceFluent.removeAllFromVersions(Collection<APIVersion> items) |
void |
ThirdPartyResource.setVersions(List<APIVersion> versions) |
A |
ThirdPartyResourceFluentImpl.withVersions(List<APIVersion> versions) |
A |
ThirdPartyResourceFluent.withVersions(List<APIVersion> versions) |
Constructor and Description |
---|
APIVersionBuilder(APIVersion instance) |
APIVersionBuilder(APIVersion instance,
Boolean validationEnabled) |
APIVersionBuilder(APIVersionFluent<?> fluent,
APIVersion instance) |
APIVersionBuilder(APIVersionFluent<?> fluent,
APIVersion instance,
Boolean validationEnabled) |
APIVersionFluentImpl(APIVersion instance) |
DoneableAPIVersion(APIVersion item) |
DoneableAPIVersion(APIVersion item,
Function<APIVersion,APIVersion> function) |
Constructor and Description |
---|
DoneableAPIVersion(APIVersion item,
Function<APIVersion,APIVersion> function) |
DoneableAPIVersion(APIVersion item,
Function<APIVersion,APIVersion> function) |
DoneableAPIVersion(Function<APIVersion,APIVersion> function) |
DoneableAPIVersion(Function<APIVersion,APIVersion> function) |
ThirdPartyResource(String apiVersion,
String description,
String kind,
ObjectMeta metadata,
List<APIVersion> versions) |
Copyright © 2011–2018 Red Hat. All rights reserved.