| Package | Description |
|---|---|
| io.fabric8.openshift.api.model |
| Modifier and Type | Method and Description |
|---|---|
PlatformSpec |
PlatformSpecBuilder.build() |
PlatformSpec |
InfrastructureSpecFluent.buildPlatformSpec() |
PlatformSpec |
InfrastructureSpecFluentImpl.buildPlatformSpec() |
PlatformSpec |
InfrastructureSpecFluent.getPlatformSpec()
Deprecated.
|
PlatformSpec |
InfrastructureSpecFluentImpl.getPlatformSpec()
Deprecated.
|
PlatformSpec |
InfrastructureSpec.getPlatformSpec() |
| Modifier and Type | Method and Description |
|---|---|
InfrastructureSpecFluent.PlatformSpecNested<A> |
InfrastructureSpecFluent.editOrNewPlatformSpecLike(PlatformSpec item) |
InfrastructureSpecFluent.PlatformSpecNested<A> |
InfrastructureSpecFluentImpl.editOrNewPlatformSpecLike(PlatformSpec item) |
void |
InfrastructureSpec.setPlatformSpec(PlatformSpec platformSpec) |
InfrastructureSpecFluent.PlatformSpecNested<A> |
InfrastructureSpecFluent.withNewPlatformSpecLike(PlatformSpec item) |
InfrastructureSpecFluent.PlatformSpecNested<A> |
InfrastructureSpecFluentImpl.withNewPlatformSpecLike(PlatformSpec item) |
A |
InfrastructureSpecFluent.withPlatformSpec(PlatformSpec platformSpec) |
A |
InfrastructureSpecFluentImpl.withPlatformSpec(PlatformSpec platformSpec) |
| Constructor and Description |
|---|
InfrastructureSpec(ConfigMapFileReference cloudConfig,
PlatformSpec platformSpec) |
PlatformSpecBuilder(PlatformSpec instance) |
PlatformSpecBuilder(PlatformSpec instance,
Boolean validationEnabled) |
PlatformSpecBuilder(PlatformSpecFluent<?> fluent,
PlatformSpec instance) |
PlatformSpecBuilder(PlatformSpecFluent<?> fluent,
PlatformSpec instance,
Boolean validationEnabled) |
PlatformSpecFluentImpl(PlatformSpec instance) |
Copyright © 2015–2020 Red Hat. All rights reserved.