Class ConsolePluginProxyEndpoint
- java.lang.Object
-
- io.fabric8.openshift.api.model.console.v1.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 Summary
Constructors Constructor Description ConsolePluginProxyEndpoint()No args constructor for use in serializationConsolePluginProxyEndpoint(ConsolePluginProxyServiceConfig service, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsolePluginProxyEndpointBuilderedit()Map<String,Object>getAdditionalProperties()ConsolePluginProxyServiceConfiggetService()ConsolePluginProxyEndpoint holds information about the endpoint to which request will be proxied to.StringgetType()type is the type of the console plugin's proxy.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetService(ConsolePluginProxyServiceConfig service)ConsolePluginProxyEndpoint holds information about the endpoint to which request will be proxied to.voidsetType(String type)type is the type of the console plugin's proxy.ConsolePluginProxyEndpointBuildertoBuilder()
-
-
-
Constructor Detail
-
ConsolePluginProxyEndpoint
public ConsolePluginProxyEndpoint()
No args constructor for use in serialization
-
ConsolePluginProxyEndpoint
public ConsolePluginProxyEndpoint(ConsolePluginProxyServiceConfig service, String type)
-
-
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.
-
edit
public ConsolePluginProxyEndpointBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ConsolePluginProxyEndpointBuilder>
-
toBuilder
public ConsolePluginProxyEndpointBuilder toBuilder()
-
-