Class ConsolePluginService

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<ConsolePluginServiceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ConsolePluginService
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ConsolePluginServiceBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ConsolePluginService holds information on Service that is serving console dynamic plugin assets.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConsolePluginService

        public ConsolePluginService()
        No args constructor for use in serialization
    • Method Detail

      • getBasePath

        public String getBasePath()
        basePath is the path to the plugin's assets. The primary asset it the manifest file called `plugin-manifest.json`, which is a JSON document that contains metadata about the plugin and the extensions.
      • setBasePath

        public void setBasePath​(String basePath)
        basePath is the path to the plugin's assets. The primary asset it the manifest file called `plugin-manifest.json`, which is a JSON document that contains metadata about the plugin and the extensions.
      • getName

        public String getName()
        name of Service that is serving the plugin assets.
      • setName

        public void setName​(String name)
        name of Service that is serving the plugin assets.
      • getNamespace

        public String getNamespace()
        namespace of Service that is serving the plugin assets.
      • setNamespace

        public void setNamespace​(String namespace)
        namespace of Service that is serving the plugin assets.
      • getPort

        public Integer getPort()
        port on which the Service that is serving the plugin is listening to.
      • setPort

        public void setPort​(Integer port)
        port on which the Service that is serving the plugin is listening to.
      • getAdditionalProperties

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

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

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