Package | Description |
---|---|
io.fabric8.openshift.api.model |
Modifier and Type | Method and Description |
---|---|
ProjectSpec |
ProjectSpecBuilder.build() |
ProjectSpec |
DoneableProjectSpec.done() |
ProjectSpec |
ProjectFluent.getSpec() |
ProjectSpec |
ProjectFluentImpl.getSpec() |
ProjectSpec |
Project.getSpec() |
Modifier and Type | Method and Description |
---|---|
void |
Project.setSpec(ProjectSpec spec) |
ProjectFluent.SpecNested<A> |
ProjectFluent.withNewSpecLike(ProjectSpec item) |
ProjectFluent.SpecNested<A> |
ProjectFluentImpl.withNewSpecLike(ProjectSpec item) |
A |
ProjectFluent.withSpec(ProjectSpec spec) |
A |
ProjectFluentImpl.withSpec(ProjectSpec spec) |
Constructor and Description |
---|
DoneableProjectSpec(ProjectSpec item) |
DoneableProjectSpec(ProjectSpec item,
Function<ProjectSpec,ProjectSpec> function) |
Project(String apiVersion,
String kind,
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) |
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–2017 Red Hat. All rights reserved.