| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.config.v1 |
| Modifier and Type | Method and Description |
|---|---|
InfrastructureSpec |
InfrastructureSpecBuilder.build() |
InfrastructureSpec |
InfrastructureFluent.buildSpec() |
InfrastructureSpec |
Infrastructure.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
InfrastructureSpecFluent.copyInstance(InfrastructureSpec instance) |
InfrastructureFluent.SpecNested<A> |
InfrastructureFluent.editOrNewSpecLike(InfrastructureSpec item) |
void |
Infrastructure.setSpec(InfrastructureSpec spec) |
InfrastructureFluent.SpecNested<A> |
InfrastructureFluent.withNewSpecLike(InfrastructureSpec item) |
A |
InfrastructureFluent.withSpec(InfrastructureSpec spec) |
| Constructor and Description |
|---|
Infrastructure(String apiVersion,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
InfrastructureSpec spec,
InfrastructureStatus status) |
InfrastructureSpecBuilder(InfrastructureSpec instance) |
InfrastructureSpecBuilder(InfrastructureSpecFluent<?> fluent,
InfrastructureSpec instance) |
InfrastructureSpecFluent(InfrastructureSpec instance) |
Copyright © 2015–2023 Red Hat. All rights reserved.