Package | Description |
---|---|
io.fabric8.openshift.api.model |
Modifier and Type | Class and Description |
---|---|
class |
EditableProjectSpec |
Modifier and Type | Method and Description |
---|---|
ProjectSpec |
DoneableProjectSpec.done() |
ProjectSpec |
ProjectFluentImpl.getSpec() |
ProjectSpec |
ProjectFluent.getSpec() |
ProjectSpec |
Project.getSpec() |
Modifier and Type | Method and Description |
---|---|
void |
Project.setSpec(ProjectSpec spec) |
ProjectFluent.SpecNested<T> |
ProjectFluentImpl.withNewSpecLike(ProjectSpec item) |
ProjectFluent.SpecNested<T> |
ProjectFluent.withNewSpecLike(ProjectSpec item) |
T |
ProjectFluentImpl.withSpec(ProjectSpec spec) |
T |
ProjectFluent.withSpec(ProjectSpec spec) |
Constructor and Description |
---|
DoneableProjectSpec(ProjectSpec item) |
DoneableProjectSpec(ProjectSpec item,
Function<ProjectSpec,ProjectSpec> function) |
EditableProject(Project.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
ProjectSpec spec,
ProjectStatus status) |
Project(Project.ApiVersion apiVersion,
String kind,
ObjectMeta metadata,
ProjectSpec spec,
ProjectStatus status) |
ProjectSpecBuilder(ProjectSpec instance) |
ProjectSpecBuilder(ProjectSpecFluent<?> fluent,
ProjectSpec instance) |
ProjectSpecFluentImpl(ProjectSpec instance) |
Constructor and Description |
---|
DoneableProjectSpec(Function<ProjectSpec,ProjectSpec> function) |
DoneableProjectSpec(Function<ProjectSpec,ProjectSpec> function) |
DoneableProjectSpec(ProjectSpec item,
Function<ProjectSpec,ProjectSpec> function) |
DoneableProjectSpec(ProjectSpec item,
Function<ProjectSpec,ProjectSpec> function) |
Copyright © 2011–2016 Red Hat. All rights reserved.