Class ConsolePluginI18n
- java.lang.Object
-
- io.fabric8.openshift.api.model.console.v1.ConsolePluginI18n
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ConsolePluginI18nBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ConsolePluginI18n extends Object implements io.fabric8.kubernetes.api.builder.Editable<ConsolePluginI18nBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ConsolePluginI18n holds information on localization resources that are served by the dynamic plugin.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ConsolePluginI18n()No args constructor for use in serializationConsolePluginI18n(String loadType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsolePluginI18nBuilderedit()Map<String,Object>getAdditionalProperties()StringgetLoadType()loadType indicates how the plugin's localization resource should be loaded.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetLoadType(String loadType)loadType indicates how the plugin's localization resource should be loaded.ConsolePluginI18nBuildertoBuilder()
-
-
-
Constructor Detail
-
ConsolePluginI18n
public ConsolePluginI18n()
No args constructor for use in serialization
-
ConsolePluginI18n
public ConsolePluginI18n(String loadType)
-
-
Method Detail
-
getLoadType
public String getLoadType()
loadType indicates how the plugin's localization resource should be loaded. Valid values are Preload, Lazy and the empty string. When set to Preload, all localization resources are fetched when the plugin is loaded. When set to Lazy, localization resources are lazily loaded as and when they are required by the console. When omitted or set to the empty string, the behaviour is equivalent to Lazy type.
-
setLoadType
public void setLoadType(String loadType)
loadType indicates how the plugin's localization resource should be loaded. Valid values are Preload, Lazy and the empty string. When set to Preload, all localization resources are fetched when the plugin is loaded. When set to Lazy, localization resources are lazily loaded as and when they are required by the console. When omitted or set to the empty string, the behaviour is equivalent to Lazy type.
-
edit
public ConsolePluginI18nBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ConsolePluginI18nBuilder>
-
toBuilder
public ConsolePluginI18nBuilder toBuilder()
-
-