Uses of Class
io.fabric8.openshift.api.model.operator.v1.Logo
-
Packages that use Logo Package Description io.fabric8.openshift.api.model.operator.v1 -
-
Uses of Logo in io.fabric8.openshift.api.model.operator.v1
Methods in io.fabric8.openshift.api.model.operator.v1 that return Logo Modifier and Type Method Description LogoLogoBuilder. build()LogoConsoleCustomizationFluent. buildFirstLogo()LogoConsoleCustomizationFluent. buildLastLogo()LogoConsoleCustomizationFluent. buildLogo(int index)LogoConsoleCustomizationFluent. buildMatchingLogo(Predicate<LogoBuilder> predicate)Methods in io.fabric8.openshift.api.model.operator.v1 that return types with arguments of type Logo Modifier and Type Method Description List<Logo>ConsoleCustomizationFluent. buildLogos()List<Logo>ConsoleCustomization. getLogos()logos is used to replace the OpenShift Masthead and Favicon logos in the console UI with custom logos. logos is an optional field that allows a list of logos.Methods in io.fabric8.openshift.api.model.operator.v1 with parameters of type Logo Modifier and Type Method Description ConsoleCustomizationFluent.LogosNested<A>ConsoleCustomizationFluent. addNewLogoLike(Logo item)AConsoleCustomizationFluent. addToLogos(int index, Logo item)AConsoleCustomizationFluent. addToLogos(Logo... items)protected voidLogoFluent. copyInstance(Logo instance)AConsoleCustomizationFluent. removeFromLogos(Logo... items)ConsoleCustomizationFluent.LogosNested<A>ConsoleCustomizationFluent. setNewLogoLike(int index, Logo item)AConsoleCustomizationFluent. setToLogos(int index, Logo item)AConsoleCustomizationFluent. withLogos(Logo... logos)Method parameters in io.fabric8.openshift.api.model.operator.v1 with type arguments of type Logo Modifier and Type Method Description AConsoleCustomizationFluent. addAllToLogos(Collection<Logo> items)AConsoleCustomizationFluent. removeAllFromLogos(Collection<Logo> items)voidConsoleCustomization. setLogos(List<Logo> logos)logos is used to replace the OpenShift Masthead and Favicon logos in the console UI with custom logos. logos is an optional field that allows a list of logos.AConsoleCustomizationFluent. withLogos(List<Logo> logos)Constructors in io.fabric8.openshift.api.model.operator.v1 with parameters of type Logo Constructor Description LogoBuilder(Logo instance)LogoBuilder(LogoFluent<?> fluent, Logo instance)LogoFluent(Logo instance)
-