Uses of Class
io.fabric8.kubernetes.api.model.clusterapi.core.v1beta1.Bootstrap
-
Packages that use Bootstrap Package Description io.fabric8.kubernetes.api.model.clusterapi.core.v1beta1 -
-
Uses of Bootstrap in io.fabric8.kubernetes.api.model.clusterapi.core.v1beta1
Methods in io.fabric8.kubernetes.api.model.clusterapi.core.v1beta1 that return Bootstrap Modifier and Type Method Description BootstrapBootstrapBuilder. build()BootstrapMachineSpecFluent. buildBootstrap()BootstrapMachineSpec. getBootstrap()Methods in io.fabric8.kubernetes.api.model.clusterapi.core.v1beta1 with parameters of type Bootstrap Modifier and Type Method Description protected voidBootstrapFluent. copyInstance(Bootstrap instance)MachineSpecFluent.BootstrapNested<A>MachineSpecFluent. editOrNewBootstrapLike(Bootstrap item)voidMachineSpec. setBootstrap(Bootstrap bootstrap)AMachineSpecFluent. withBootstrap(Bootstrap bootstrap)MachineSpecFluent.BootstrapNested<A>MachineSpecFluent. withNewBootstrapLike(Bootstrap item)Constructors in io.fabric8.kubernetes.api.model.clusterapi.core.v1beta1 with parameters of type Bootstrap Constructor Description BootstrapBuilder(Bootstrap instance)BootstrapBuilder(BootstrapFluent<?> fluent, Bootstrap instance)BootstrapFluent(Bootstrap instance)MachineSpec(Bootstrap bootstrap, String clusterName, String failureDomain, ObjectReference infrastructureRef, Duration nodeDeletionTimeout, Duration nodeDrainTimeout, Duration nodeVolumeDetachTimeout, String providerID, List<MachineReadinessGate> readinessGates, String version)
-