| Package | Description |
|---|---|
| io.fabric8.openshift.api.model.installer.v1 |
| Modifier and Type | Method and Description |
|---|---|
Networking |
NetworkingBuilder.build() |
Networking |
InstallConfigFluentImpl.buildNetworking() |
Networking |
InstallConfigFluent.buildNetworking() |
Networking |
InstallConfigFluentImpl.getNetworking()
Deprecated.
|
Networking |
InstallConfigFluent.getNetworking()
Deprecated.
|
Networking |
InstallConfig.getNetworking() |
| Modifier and Type | Method and Description |
|---|---|
InstallConfigFluent.NetworkingNested<A> |
InstallConfigFluentImpl.editOrNewNetworkingLike(Networking item) |
InstallConfigFluent.NetworkingNested<A> |
InstallConfigFluent.editOrNewNetworkingLike(Networking item) |
void |
InstallConfig.setNetworking(Networking networking) |
A |
InstallConfigFluentImpl.withNetworking(Networking networking) |
A |
InstallConfigFluent.withNetworking(Networking networking) |
InstallConfigFluent.NetworkingNested<A> |
InstallConfigFluentImpl.withNewNetworkingLike(Networking item) |
InstallConfigFluent.NetworkingNested<A> |
InstallConfigFluent.withNewNetworkingLike(Networking item) |
| 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) |
NetworkingBuilder(Networking instance) |
NetworkingBuilder(Networking instance,
Boolean validationEnabled) |
NetworkingBuilder(NetworkingFluent<?> fluent,
Networking instance) |
NetworkingBuilder(NetworkingFluent<?> fluent,
Networking instance,
Boolean validationEnabled) |
NetworkingFluentImpl(Networking instance) |
Copyright © 2015–2022 Red Hat. All rights reserved.