| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
ProjectSpec |
ProjectSpecBuilder.build() |
ProjectSpec |
ProjectFluentImpl.buildSpec() |
ProjectSpec |
ProjectFluent.buildSpec() |
ProjectSpec |
ProjectFluentImpl.getSpec()
Deprecated.
|
ProjectSpec |
ProjectFluent.getSpec()
Deprecated.
|
ProjectSpec |
Project.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
ProjectFluent.SpecNested<A> |
ProjectFluentImpl.editOrNewSpecLike(ProjectSpec item) |
ProjectFluent.SpecNested<A> |
ProjectFluent.editOrNewSpecLike(ProjectSpec item) |
void |
Project.setSpec(ProjectSpec spec) |
ProjectFluent.SpecNested<A> |
ProjectFluentImpl.withNewSpecLike(ProjectSpec item) |
ProjectFluent.SpecNested<A> |
ProjectFluent.withNewSpecLike(ProjectSpec item) |
A |
ProjectFluentImpl.withSpec(ProjectSpec spec) |
A |
ProjectFluent.withSpec(ProjectSpec spec) |
| Constructor and Description |
|---|
Project(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
ProjectSpec spec,
ProjectStatus status) |
ProjectSpecBuilder(ProjectSpec instance) |
ProjectSpecBuilder(ProjectSpec instance,
Boolean validationEnabled) |
ProjectSpecBuilder(ProjectSpecFluent<?> fluent,
ProjectSpec instance) |
ProjectSpecBuilder(ProjectSpecFluent<?> fluent,
ProjectSpec instance,
Boolean validationEnabled) |
ProjectSpecFluentImpl(ProjectSpec instance) |
Copyright © 2015–2021 Red Hat. All rights reserved.