Uses of Class
io.fabric8.openshift.api.model.installer.v1.MachinePool
-
Packages that use MachinePool Package Description io.fabric8.openshift.api.model.installer.v1 -
-
Uses of MachinePool in io.fabric8.openshift.api.model.installer.v1
Methods in io.fabric8.openshift.api.model.installer.v1 that return MachinePool Modifier and Type Method Description MachinePoolMachinePoolBuilder. build()MachinePoolInstallConfigFluent. buildCompute(int index)MachinePoolInstallConfigFluent. buildControlPlane()MachinePoolInstallConfigFluent. buildFirstCompute()MachinePoolInstallConfigFluent. buildLastCompute()MachinePoolInstallConfigFluent. buildMatchingCompute(Predicate<MachinePoolBuilder> predicate)MachinePoolInstallConfig. getControlPlane()InstallConfig is the configuration for an OpenShift install.Methods in io.fabric8.openshift.api.model.installer.v1 that return types with arguments of type MachinePool Modifier and Type Method Description List<MachinePool>InstallConfigFluent. buildCompute()List<MachinePool>InstallConfig. getCompute()Compute is the configuration for the machines that comprise the compute nodes.Methods in io.fabric8.openshift.api.model.installer.v1 with parameters of type MachinePool Modifier and Type Method Description InstallConfigFluent.ComputeNested<A>InstallConfigFluent. addNewComputeLike(MachinePool item)AInstallConfigFluent. addToCompute(int index, MachinePool item)AInstallConfigFluent. addToCompute(MachinePool... items)protected voidMachinePoolFluent. copyInstance(MachinePool instance)InstallConfigFluent.ControlPlaneNested<A>InstallConfigFluent. editOrNewControlPlaneLike(MachinePool item)AInstallConfigFluent. removeFromCompute(MachinePool... items)voidInstallConfig. setControlPlane(MachinePool controlPlane)InstallConfig is the configuration for an OpenShift install.InstallConfigFluent.ComputeNested<A>InstallConfigFluent. setNewComputeLike(int index, MachinePool item)AInstallConfigFluent. setToCompute(int index, MachinePool item)AInstallConfigFluent. withCompute(MachinePool... compute)AInstallConfigFluent. withControlPlane(MachinePool controlPlane)InstallConfigFluent.ControlPlaneNested<A>InstallConfigFluent. withNewControlPlaneLike(MachinePool item)Method parameters in io.fabric8.openshift.api.model.installer.v1 with type arguments of type MachinePool Modifier and Type Method Description AInstallConfigFluent. addAllToCompute(Collection<MachinePool> items)AInstallConfigFluent. removeAllFromCompute(Collection<MachinePool> items)voidInstallConfig. setCompute(List<MachinePool> compute)Compute is the configuration for the machines that comprise the compute nodes.AInstallConfigFluent. withCompute(List<MachinePool> compute)Constructors in io.fabric8.openshift.api.model.installer.v1 with parameters of type MachinePool Constructor Description InstallConfig(String additionalTrustBundle, String additionalTrustBundlePolicy, String apiVersion, String baseDomain, BootstrapInPlace bootstrapInPlace, Capabilities capabilities, List<MachinePool> compute, MachinePool controlPlane, String cpuPartitioningMode, String credentialsMode, List<String> featureGates, String featureSet, Boolean fips, List<ImageContentSource> imageContentSources, List<ImageDigestSource> imageDigestSources, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, Networking networking, OperatorPublishingStrategy operatorPublishingStrategy, Platform platform, Proxy proxy, String publish, String pullSecret, String sshKey)MachinePoolBuilder(MachinePool instance)MachinePoolBuilder(MachinePoolFluent<?> fluent, MachinePool instance)MachinePoolFluent(MachinePool instance)Constructor parameters in io.fabric8.openshift.api.model.installer.v1 with type arguments of type MachinePool Constructor Description InstallConfig(String additionalTrustBundle, String additionalTrustBundlePolicy, String apiVersion, String baseDomain, BootstrapInPlace bootstrapInPlace, Capabilities capabilities, List<MachinePool> compute, MachinePool controlPlane, String cpuPartitioningMode, String credentialsMode, List<String> featureGates, String featureSet, Boolean fips, List<ImageContentSource> imageContentSources, List<ImageDigestSource> imageDigestSources, String kind, io.fabric8.kubernetes.api.model.ObjectMeta metadata, Networking networking, OperatorPublishingStrategy operatorPublishingStrategy, Platform platform, Proxy proxy, String publish, String pullSecret, String sshKey)
-