Class 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 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)