Class ConsolePluginProxyServiceConfig
- java.lang.Object
-
- io.fabric8.openshift.api.model.console.v1.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 Summary
Constructors Constructor Description ConsolePluginProxyServiceConfig()No args constructor for use in serializationConsolePluginProxyServiceConfig(String name, String namespace, Integer port)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsolePluginProxyServiceConfigBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()name of Service that the plugin needs to connect to.StringgetNamespace()namespace of Service that the plugin needs to connect toIntegergetPort()port on which the Service that the plugin needs to connect to is listening on.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)name of Service that the plugin needs to connect to.voidsetNamespace(String namespace)namespace of Service that the plugin needs to connect tovoidsetPort(Integer port)port on which the Service that the plugin needs to connect to is listening on.ConsolePluginProxyServiceConfigBuildertoBuilder()
-
-
-
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.
-
edit
public ConsolePluginProxyServiceConfigBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ConsolePluginProxyServiceConfigBuilder>
-
toBuilder
public ConsolePluginProxyServiceConfigBuilder toBuilder()
-
-