Class ConsolePluginBackend

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

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class ConsolePluginBackend
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<ConsolePluginBackendBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    ConsolePluginBackend holds information about the endpoint which serves the console's plugin
    See Also:
    Serialized Form
    • Constructor Detail

      • ConsolePluginBackend

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

      • getService

        public ConsolePluginService getService()
        ConsolePluginBackend holds information about the endpoint which serves the console's plugin
      • setService

        public void setService​(ConsolePluginService service)
        ConsolePluginBackend holds information about the endpoint which serves the console's plugin
      • getType

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

        public void setType​(String type)
        type is the backend type which servers the console's plugin. 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)