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() |
equals, getCaBundle, getUrl, hasCaBundle, hashCode, hasUrl, toString, withCaBundle, withUrlaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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)
Copyright © 2015–2023 Red Hat. All rights reserved.