| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.installer.v1 |
| Modifier and Type | Method and Description |
|---|---|
ImageContentSource |
ImageContentSourceBuilder.build() |
ImageContentSource |
InstallConfigFluent.buildFirstImageContentSource() |
ImageContentSource |
InstallConfigFluent.buildImageContentSource(int index) |
ImageContentSource |
InstallConfigFluent.buildLastImageContentSource() |
ImageContentSource |
InstallConfigFluent.buildMatchingImageContentSource(Predicate<ImageContentSourceBuilder> predicate) |
| Modifier and Type | Method and Description |
|---|---|
List<ImageContentSource> |
InstallConfigFluent.buildImageContentSources() |
List<ImageContentSource> |
InstallConfig.getImageContentSources() |
| Modifier and Type | Method and Description |
|---|---|
InstallConfigFluent.ImageContentSourcesNested<A> |
InstallConfigFluent.addNewImageContentSourceLike(ImageContentSource item) |
A |
InstallConfigFluent.addToImageContentSources(ImageContentSource... items) |
A |
InstallConfigFluent.addToImageContentSources(int index,
ImageContentSource item) |
protected void |
ImageContentSourceFluent.copyInstance(ImageContentSource instance) |
A |
InstallConfigFluent.removeFromImageContentSources(ImageContentSource... items) |
InstallConfigFluent.ImageContentSourcesNested<A> |
InstallConfigFluent.setNewImageContentSourceLike(int index,
ImageContentSource item) |
A |
InstallConfigFluent.setToImageContentSources(int index,
ImageContentSource item) |
A |
InstallConfigFluent.withImageContentSources(ImageContentSource... imageContentSources) |
| Modifier and Type | Method and Description |
|---|---|
A |
InstallConfigFluent.addAllToImageContentSources(Collection<ImageContentSource> items) |
A |
InstallConfigFluent.removeAllFromImageContentSources(Collection<ImageContentSource> items) |
void |
InstallConfig.setImageContentSources(List<ImageContentSource> imageContentSources) |
A |
InstallConfigFluent.withImageContentSources(List<ImageContentSource> imageContentSources) |
| Constructor and Description |
|---|
ImageContentSourceBuilder(ImageContentSource instance) |
ImageContentSourceBuilder(ImageContentSourceFluent<?> fluent,
ImageContentSource instance) |
ImageContentSourceFluent(ImageContentSource instance) |
| Constructor and Description |
|---|
InstallConfig(String additionalTrustBundle,
String additionalTrustBundlePolicy,
String apiVersion,
String baseDomain,
BootstrapInPlace bootstrapInPlace,
Capabilities capabilities,
List<MachinePool> compute,
MachinePool controlPlane,
String cpuPartitioningMode,
String credentialsMode,
String featureSet,
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–2023 Red Hat. All rights reserved.