public class ServerURLBuilder extends ServerURLFluentImpl<ServerURLBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ServerURL,ServerURLBuilder>
| Constructor and Description |
|---|
ServerURLBuilder() |
ServerURLBuilder(Boolean validationEnabled) |
ServerURLBuilder(ServerURL instance) |
ServerURLBuilder(ServerURL instance,
Boolean validationEnabled) |
ServerURLBuilder(ServerURLFluent<?> fluent) |
ServerURLBuilder(ServerURLFluent<?> fluent,
Boolean validationEnabled) |
ServerURLBuilder(ServerURLFluent<?> fluent,
ServerURL instance) |
ServerURLBuilder(ServerURLFluent<?> fluent,
ServerURL instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
ServerURL |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getCaBundle, getUrl, hasCaBundle, hasUrl, withCaBundle, withNewCaBundle, withNewUrl, withUrlaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic ServerURLBuilder()
public ServerURLBuilder(Boolean validationEnabled)
public ServerURLBuilder(ServerURLFluent<?> fluent)
public ServerURLBuilder(ServerURLFluent<?> fluent, Boolean validationEnabled)
public ServerURLBuilder(ServerURLFluent<?> fluent, ServerURL instance)
public ServerURLBuilder(ServerURLFluent<?> fluent, ServerURL instance, Boolean validationEnabled)
public ServerURLBuilder(ServerURL instance)
public ServerURL build()
build in interface io.fabric8.kubernetes.api.builder.Builder<ServerURL>public boolean equals(Object o)
equals in class ServerURLFluentImpl<ServerURLBuilder>public int hashCode()
hashCode in class ServerURLFluentImpl<ServerURLBuilder>Copyright © 2015–2022 Red Hat. All rights reserved.