Class ConsolePluginProxyServiceConfig

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ConsolePluginProxyServiceConfig
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ConsolePluginProxyServiceConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ProxyTypeServiceConfig holds information on Service to which console's backend will proxy the plugin's requests.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConsolePluginProxyServiceConfig

        public ConsolePluginProxyServiceConfig()
        No args constructor for use in serialization
      • ConsolePluginProxyServiceConfig

        public ConsolePluginProxyServiceConfig​(String name,
                                               String namespace,
                                               Integer port)
    • Method Detail

      • getName

        public String getName()
        name of Service that the plugin needs to connect to.
      • setName

        public void setName​(String name)
        name of Service that the plugin needs to connect to.
      • getNamespace

        public String getNamespace()
        namespace of Service that the plugin needs to connect to
      • setNamespace

        public void setNamespace​(String namespace)
        namespace of Service that the plugin needs to connect to
      • getPort

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

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

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

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

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