Uses of Class
io.fabric8.openshift.api.model.tuned.v1.ProfileConfig
-
-
Uses of ProfileConfig in io.fabric8.openshift.api.model.tuned.v1
Methods in io.fabric8.openshift.api.model.tuned.v1 that return ProfileConfig Modifier and Type Method Description ProfileConfigProfileConfigBuilder. build()ProfileConfigProfileSpecFluent. buildConfig()ProfileConfigProfileSpec. getConfig()Methods in io.fabric8.openshift.api.model.tuned.v1 with parameters of type ProfileConfig Modifier and Type Method Description protected voidProfileConfigFluent. copyInstance(ProfileConfig instance)ProfileSpecFluent.ConfigNested<A>ProfileSpecFluent. editOrNewConfigLike(ProfileConfig item)voidProfileSpec. setConfig(ProfileConfig config)AProfileSpecFluent. withConfig(ProfileConfig config)ProfileSpecFluent.ConfigNested<A>ProfileSpecFluent. withNewConfigLike(ProfileConfig item)Constructors in io.fabric8.openshift.api.model.tuned.v1 with parameters of type ProfileConfig Constructor Description ProfileConfigBuilder(ProfileConfig instance)ProfileConfigBuilder(ProfileConfigFluent<?> fluent, ProfileConfig instance)ProfileConfigFluent(ProfileConfig instance)ProfileSpec(ProfileConfig config, List<TunedProfile> profile)
-