Class ConsolePluginProxyEndpointBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.console.v1.ConsolePluginProxyEndpointFluent<ConsolePluginProxyEndpointBuilder>
-
- io.fabric8.openshift.api.model.console.v1.ConsolePluginProxyEndpointBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ConsolePluginProxyEndpoint>,io.fabric8.kubernetes.api.builder.Visitable<ConsolePluginProxyEndpointBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<ConsolePluginProxyEndpoint,ConsolePluginProxyEndpointBuilder>
public class ConsolePluginProxyEndpointBuilder extends ConsolePluginProxyEndpointFluent<ConsolePluginProxyEndpointBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ConsolePluginProxyEndpoint,ConsolePluginProxyEndpointBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.openshift.api.model.console.v1.ConsolePluginProxyEndpointFluent
ConsolePluginProxyEndpointFluent.ServiceNested<N>
-
-
Constructor Summary
Constructors Constructor Description ConsolePluginProxyEndpointBuilder()ConsolePluginProxyEndpointBuilder(ConsolePluginProxyEndpoint instance)ConsolePluginProxyEndpointBuilder(ConsolePluginProxyEndpointFluent<?> fluent)ConsolePluginProxyEndpointBuilder(ConsolePluginProxyEndpointFluent<?> fluent, ConsolePluginProxyEndpoint instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConsolePluginProxyEndpointbuild()-
Methods inherited from class io.fabric8.openshift.api.model.console.v1.ConsolePluginProxyEndpointFluent
addToAdditionalProperties, addToAdditionalProperties, buildService, copyInstance, editOrNewService, editOrNewServiceLike, editService, equals, getAdditionalProperties, getType, hasAdditionalProperties, hashCode, hasService, hasType, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withNewService, withNewService, withNewServiceLike, withService, withType
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ConsolePluginProxyEndpointBuilder
public ConsolePluginProxyEndpointBuilder()
-
ConsolePluginProxyEndpointBuilder
public ConsolePluginProxyEndpointBuilder(ConsolePluginProxyEndpointFluent<?> fluent)
-
ConsolePluginProxyEndpointBuilder
public ConsolePluginProxyEndpointBuilder(ConsolePluginProxyEndpointFluent<?> fluent, ConsolePluginProxyEndpoint instance)
-
ConsolePluginProxyEndpointBuilder
public ConsolePluginProxyEndpointBuilder(ConsolePluginProxyEndpoint instance)
-
-
Method Detail
-
build
public ConsolePluginProxyEndpoint build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<ConsolePluginProxyEndpoint>
-
-