| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.installer.v1 |
| Modifier and Type | Method and Description |
|---|---|
ImageContentSource |
ImageContentSourceBuilder.build() |
ImageContentSource |
InstallConfigFluentImpl.buildFirstImageContentSource() |
ImageContentSource |
InstallConfigFluent.buildFirstImageContentSource() |
ImageContentSource |
InstallConfigFluentImpl.buildImageContentSource(Integer index) |
ImageContentSource |
InstallConfigFluent.buildImageContentSource(Integer index) |
ImageContentSource |
InstallConfigFluentImpl.buildLastImageContentSource() |
ImageContentSource |
InstallConfigFluent.buildLastImageContentSource() |
ImageContentSource |
InstallConfigFluentImpl.buildMatchingImageContentSource(Predicate<ImageContentSourceBuilder> predicate) |
ImageContentSource |
InstallConfigFluent.buildMatchingImageContentSource(Predicate<ImageContentSourceBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<ImageContentSource> |
InstallConfigFluentImpl.buildImageContentSources() |
List<ImageContentSource> |
InstallConfigFluent.buildImageContentSources() |
List<ImageContentSource> |
InstallConfigFluentImpl.getImageContentSources()
Deprecated.
|
List<ImageContentSource> |
InstallConfigFluent.getImageContentSources()
Deprecated.
|
List<ImageContentSource> |
InstallConfig.getImageContentSources() |
| Modifier and Type | Method and Description |
|---|---|
A |
InstallConfigFluentImpl.addAllToImageContentSources(Collection<ImageContentSource> items) |
A |
InstallConfigFluent.addAllToImageContentSources(Collection<ImageContentSource> items) |
A |
InstallConfigFluentImpl.removeAllFromImageContentSources(Collection<ImageContentSource> items) |
A |
InstallConfigFluent.removeAllFromImageContentSources(Collection<ImageContentSource> items) |
void |
InstallConfig.setImageContentSources(List<ImageContentSource> imageContentSources) |
A |
InstallConfigFluentImpl.withImageContentSources(List<ImageContentSource> imageContentSources) |
A |
InstallConfigFluent.withImageContentSources(List<ImageContentSource> imageContentSources) |
| Constructor and Description |
|---|
ImageContentSourceBuilder(ImageContentSource instance) |
ImageContentSourceBuilder(ImageContentSource instance,
Boolean validationEnabled) |
ImageContentSourceBuilder(ImageContentSourceFluent<?> fluent,
ImageContentSource instance) |
ImageContentSourceBuilder(ImageContentSourceFluent<?> fluent,
ImageContentSource instance,
Boolean validationEnabled) |
ImageContentSourceFluentImpl(ImageContentSource instance) |
| Constructor and Description |
|---|
InstallConfig(String additionalTrustBundle,
String apiVersion,
String baseDomain,
BootstrapInPlace bootstrapInPlace,
List<MachinePool> compute,
MachinePool controlPlane,
String credentialsMode,
Boolean fips,
List<ImageContentSource> imageContentSources,
String kind,
io.fabric8.kubernetes.api.model.ObjectMeta metadata,
Networking networking,
Platform platform,
Proxy proxy,
String publish,
String pullSecret,
String sshKey) |
Copyright © 2015–2022 Red Hat. All rights reserved.