Uses of Class
io.fabric8.openshift.api.model.config.v1.ProfileCustomizations
-
Packages that use ProfileCustomizations Package Description io.fabric8.openshift.api.model.config.v1 -
-
Uses of ProfileCustomizations in io.fabric8.openshift.api.model.config.v1
Methods in io.fabric8.openshift.api.model.config.v1 that return ProfileCustomizations Modifier and Type Method Description ProfileCustomizationsProfileCustomizationsBuilder. build()ProfileCustomizationsSchedulerSpecFluent. buildProfileCustomizations()ProfileCustomizationsSchedulerSpec. getProfileCustomizations()Methods in io.fabric8.openshift.api.model.config.v1 with parameters of type ProfileCustomizations Modifier and Type Method Description protected voidProfileCustomizationsFluent. copyInstance(ProfileCustomizations instance)SchedulerSpecFluent.ProfileCustomizationsNested<A>SchedulerSpecFluent. editOrNewProfileCustomizationsLike(ProfileCustomizations item)voidSchedulerSpec. setProfileCustomizations(ProfileCustomizations profileCustomizations)SchedulerSpecFluent.ProfileCustomizationsNested<A>SchedulerSpecFluent. withNewProfileCustomizationsLike(ProfileCustomizations item)ASchedulerSpecFluent. withProfileCustomizations(ProfileCustomizations profileCustomizations)Constructors in io.fabric8.openshift.api.model.config.v1 with parameters of type ProfileCustomizations Constructor Description ProfileCustomizationsBuilder(ProfileCustomizations instance)ProfileCustomizationsBuilder(ProfileCustomizationsFluent<?> fluent, ProfileCustomizations instance)ProfileCustomizationsFluent(ProfileCustomizations instance)SchedulerSpec(String defaultNodeSelector, Boolean mastersSchedulable, ConfigMapNameReference policy, String profile, ProfileCustomizations profileCustomizations)
-