Class ConsolePluginBackend
- java.lang.Object
-
- io.fabric8.openshift.api.model.console.v1.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 Summary
Constructors Constructor Description ConsolePluginBackend()No args constructor for use in serializationConsolePluginBackend(ConsolePluginService service, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsolePluginBackendBuilderedit()Map<String,Object>getAdditionalProperties()ConsolePluginServicegetService()ConsolePluginBackend holds information about the endpoint which serves the console's pluginStringgetType()type is the backend type which servers the console's plugin.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetService(ConsolePluginService service)ConsolePluginBackend holds information about the endpoint which serves the console's pluginvoidsetType(String type)type is the backend type which servers the console's plugin.ConsolePluginBackendBuildertoBuilder()
-
-
-
Constructor Detail
-
ConsolePluginBackend
public ConsolePluginBackend()
No args constructor for use in serialization
-
ConsolePluginBackend
public ConsolePluginBackend(ConsolePluginService service, String type)
-
-
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.
-
edit
public ConsolePluginBackendBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ConsolePluginBackendBuilder>
-
toBuilder
public ConsolePluginBackendBuilder toBuilder()
-
-