public interface ConsoleCustomizationFluent<A extends ConsoleCustomizationFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ConsoleCustomizationFluent.CustomLogoFileNested<N> |
String getBrand()
Boolean hasBrand()
A withNewBrand(StringBuilder arg1)
A withNewBrand(int[] arg1, int arg2, int arg3)
A withNewBrand(char[] arg1)
A withNewBrand(StringBuffer arg1)
A withNewBrand(byte[] arg1, int arg2)
A withNewBrand(byte[] arg1)
A withNewBrand(char[] arg1, int arg2, int arg3)
A withNewBrand(byte[] arg1, int arg2, int arg3)
A withNewBrand(byte[] arg1, int arg2, int arg3, int arg4)
@Deprecated ConfigMapFileReference getCustomLogoFile()
ConfigMapFileReference buildCustomLogoFile()
A withCustomLogoFile(ConfigMapFileReference customLogoFile)
Boolean hasCustomLogoFile()
ConsoleCustomizationFluent.CustomLogoFileNested<A> withNewCustomLogoFile()
ConsoleCustomizationFluent.CustomLogoFileNested<A> withNewCustomLogoFileLike(ConfigMapFileReference item)
ConsoleCustomizationFluent.CustomLogoFileNested<A> editCustomLogoFile()
ConsoleCustomizationFluent.CustomLogoFileNested<A> editOrNewCustomLogoFile()
ConsoleCustomizationFluent.CustomLogoFileNested<A> editOrNewCustomLogoFileLike(ConfigMapFileReference item)
String getCustomProductName()
Boolean hasCustomProductName()
A withNewCustomProductName(StringBuilder arg1)
A withNewCustomProductName(int[] arg1, int arg2, int arg3)
A withNewCustomProductName(char[] arg1)
A withNewCustomProductName(StringBuffer arg1)
A withNewCustomProductName(byte[] arg1, int arg2)
A withNewCustomProductName(byte[] arg1)
A withNewCustomProductName(char[] arg1, int arg2, int arg3)
A withNewCustomProductName(byte[] arg1, int arg2, int arg3)
A withNewCustomProductName(byte[] arg1, int arg2, int arg3, int arg4)
String getDocumentationBaseURL()
Boolean hasDocumentationBaseURL()
A withNewDocumentationBaseURL(StringBuilder arg1)
A withNewDocumentationBaseURL(int[] arg1, int arg2, int arg3)
A withNewDocumentationBaseURL(char[] arg1)
A withNewDocumentationBaseURL(StringBuffer arg1)
A withNewDocumentationBaseURL(byte[] arg1, int arg2)
A withNewDocumentationBaseURL(byte[] arg1)
A withNewDocumentationBaseURL(char[] arg1, int arg2, int arg3)
A withNewDocumentationBaseURL(byte[] arg1, int arg2, int arg3)
A withNewDocumentationBaseURL(byte[] arg1, int arg2, int arg3, int arg4)
Copyright © 2015–2021 Red Hat. All rights reserved.