Uses of Class
io.fabric8.openshift.api.model.config.v1.ConfigMapFileReference
-
Packages that use ConfigMapFileReference Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of ConfigMapFileReference in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return ConfigMapFileReference Modifier and Type Method Description ConfigMapFileReferenceConfigMapFileReferenceBuilder. build()ConfigMapFileReferenceInfrastructureSpecFluent. buildCloudConfig()ConfigMapFileReferenceInfrastructureSpec. getCloudConfig()InfrastructureSpec contains settings that apply to the cluster infrastructure.Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type ConfigMapFileReference Modifier and Type Method Description protected voidConfigMapFileReferenceFluent. copyInstance(ConfigMapFileReference instance)InfrastructureSpecFluent.CloudConfigNested<A>InfrastructureSpecFluent. editOrNewCloudConfigLike(ConfigMapFileReference item)voidInfrastructureSpec. setCloudConfig(ConfigMapFileReference cloudConfig)InfrastructureSpec contains settings that apply to the cluster infrastructure.AInfrastructureSpecFluent. withCloudConfig(ConfigMapFileReference cloudConfig)InfrastructureSpecFluent.CloudConfigNested<A>InfrastructureSpecFluent. withNewCloudConfigLike(ConfigMapFileReference item)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type ConfigMapFileReference Constructor Description ConfigMapFileReferenceBuilder(ConfigMapFileReference instance)ConfigMapFileReferenceBuilder(ConfigMapFileReferenceFluent<?> fluent, ConfigMapFileReference instance)ConfigMapFileReferenceFluent(ConfigMapFileReference instance)InfrastructureSpec(ConfigMapFileReference cloudConfig, PlatformSpec platformSpec)
-