Uses of Class
io.fabric8.openshift.api.model.config.v1.PlatformSpec
-
Packages that use PlatformSpec Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of PlatformSpec in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return PlatformSpec Modifier and Type Method Description PlatformSpecPlatformSpecBuilder. build()PlatformSpecInfrastructureSpecFluent. buildPlatformSpec()PlatformSpecInfrastructureSpec. getPlatformSpec()InfrastructureSpec contains settings that apply to the cluster infrastructure.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type PlatformSpec Modifier and Type Method Description protected voidPlatformSpecFluent. copyInstance(PlatformSpec instance)InfrastructureSpecFluent.PlatformSpecNested<A>InfrastructureSpecFluent. editOrNewPlatformSpecLike(PlatformSpec item)voidInfrastructureSpec. setPlatformSpec(PlatformSpec platformSpec)InfrastructureSpec contains settings that apply to the cluster infrastructure.InfrastructureSpecFluent.PlatformSpecNested<A>InfrastructureSpecFluent. withNewPlatformSpecLike(PlatformSpec item)AInfrastructureSpecFluent. withPlatformSpec(PlatformSpec platformSpec)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type PlatformSpec Constructor Description InfrastructureSpec(ConfigMapFileReference cloudConfig, PlatformSpec platformSpec)PlatformSpecBuilder(PlatformSpec instance)PlatformSpecBuilder(PlatformSpecFluent<?> fluent, PlatformSpec instance)PlatformSpecFluent(PlatformSpec instance)
-