public class ServerBuilder extends ServerFluentImpl<ServerBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Server,ServerBuilder>
ServerFluent.PortNested<N>, ServerFluent.TlsNested<N>| Constructor and Description |
|---|
ServerBuilder() |
ServerBuilder(Boolean validationEnabled) |
ServerBuilder(Server instance) |
ServerBuilder(Server instance,
Boolean validationEnabled) |
ServerBuilder(ServerFluent<?> fluent) |
ServerBuilder(ServerFluent<?> fluent,
Boolean validationEnabled) |
ServerBuilder(ServerFluent<?> fluent,
Server instance) |
ServerBuilder(ServerFluent<?> fluent,
Server instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Server |
build() |
addAllToHosts, addToHosts, addToHosts, buildPort, buildTls, editOrNewPort, editOrNewPortLike, editOrNewTls, editOrNewTlsLike, editPort, editTls, equals, getBind, getDefaultEndpoint, getFirstHost, getHost, getHosts, getLastHost, getMatchingHost, getName, getPort, getTls, hasBind, hasDefaultEndpoint, hashCode, hasHosts, hasMatchingHost, hasName, hasPort, hasTls, removeAllFromHosts, removeFromHosts, setToHosts, toString, withBind, withDefaultEndpoint, withHosts, withHosts, withName, withNewPort, withNewPort, withNewPortLike, withNewTls, withNewTlsLike, withPort, withTlsaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ServerBuilder()
public ServerBuilder(Boolean validationEnabled)
public ServerBuilder(ServerFluent<?> fluent)
public ServerBuilder(ServerFluent<?> fluent, Boolean validationEnabled)
public ServerBuilder(ServerFluent<?> fluent, Server instance)
public ServerBuilder(ServerFluent<?> fluent, Server instance, Boolean validationEnabled)
public ServerBuilder(Server instance)
Copyright © 2015–2022 Red Hat. All rights reserved.