| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectStatus |
ProjectStatusBuilder.build() |
ProjectStatus |
ProjectFluentImpl.buildStatus() |
ProjectStatus |
ProjectFluent.buildStatus() |
ProjectStatus |
ProjectFluentImpl.getStatus()
Deprecated.
|
ProjectStatus |
ProjectFluent.getStatus()
Deprecated.
|
ProjectStatus |
Project.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
ProjectFluent.StatusNested<A> |
ProjectFluentImpl.editOrNewStatusLike(ProjectStatus item) |
ProjectFluent.StatusNested<A> |
ProjectFluent.editOrNewStatusLike(ProjectStatus item) |
void |
Project.setStatus(ProjectStatus status) |
ProjectFluent.StatusNested<A> |
ProjectFluentImpl.withNewStatusLike(ProjectStatus item) |
ProjectFluent.StatusNested<A> |
ProjectFluent.withNewStatusLike(ProjectStatus item) |
A |
ProjectFluentImpl.withStatus(ProjectStatus status) |
A |
ProjectFluent.withStatus(ProjectStatus status) |
| Constructor and Description |
|---|
Project(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
ProjectSpec spec,
ProjectStatus status) |
ProjectStatusBuilder(ProjectStatus instance) |
ProjectStatusBuilder(ProjectStatus instance,
Boolean validationEnabled) |
ProjectStatusBuilder(ProjectStatusFluent<?> fluent,
ProjectStatus instance) |
ProjectStatusBuilder(ProjectStatusFluent<?> fluent,
ProjectStatus instance,
Boolean validationEnabled) |
ProjectStatusFluentImpl(ProjectStatus instance) |
Copyright © 2015–2022 Red Hat. All rights reserved.