Class ConsolePluginProxyEndpoint

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ConsolePluginProxyEndpoint
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ConsolePluginProxyEndpointBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ConsolePluginProxyEndpoint holds information about the endpoint to which request will be proxied to.
    See Also:
    Serialized Form
    • Constructor Detail

      • ConsolePluginProxyEndpoint

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

      • getService

        public ConsolePluginProxyServiceConfig getService()
        ConsolePluginProxyEndpoint holds information about the endpoint to which request will be proxied to.
      • setService

        public void setService​(ConsolePluginProxyServiceConfig service)
        ConsolePluginProxyEndpoint holds information about the endpoint to which request will be proxied to.
      • getType

        public String getType()
        type is the type of the console plugin's proxy. Currently only "Service" is supported.
      • setType

        public void setType​(String type)
        type is the type of the console plugin's proxy. Currently only "Service" is supported.
      • getAdditionalProperties

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

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

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