| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
InfrastructureSpec |
InfrastructureSpecBuilder.build() |
InfrastructureSpec |
InfrastructureFluentImpl.buildSpec() |
InfrastructureSpec |
InfrastructureFluent.buildSpec() |
InfrastructureSpec |
InfrastructureFluentImpl.getSpec()
Deprecated.
|
InfrastructureSpec |
InfrastructureFluent.getSpec()
Deprecated.
|
InfrastructureSpec |
Infrastructure.getSpec() |
| Modifier and Type | Method and Description |
|---|---|
InfrastructureFluent.SpecNested<A> |
InfrastructureFluentImpl.editOrNewSpecLike(InfrastructureSpec item) |
InfrastructureFluent.SpecNested<A> |
InfrastructureFluent.editOrNewSpecLike(InfrastructureSpec item) |
void |
Infrastructure.setSpec(InfrastructureSpec spec) |
InfrastructureFluent.SpecNested<A> |
InfrastructureFluentImpl.withNewSpecLike(InfrastructureSpec item) |
InfrastructureFluent.SpecNested<A> |
InfrastructureFluent.withNewSpecLike(InfrastructureSpec item) |
A |
InfrastructureFluentImpl.withSpec(InfrastructureSpec spec) |
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(InfrastructureSpec instance,
Boolean validationEnabled) |
InfrastructureSpecBuilder(InfrastructureSpecFluent<?> fluent,
InfrastructureSpec instance) |
InfrastructureSpecBuilder(InfrastructureSpecFluent<?> fluent,
InfrastructureSpec instance,
Boolean validationEnabled) |
InfrastructureSpecFluentImpl(InfrastructureSpec instance) |
Copyright © 2015–2021 Red Hat. All rights reserved.