public class ServiceBuilder extends ServiceFluent<ServiceBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Service,ServiceBuilder>
| Constructor and Description |
|---|
ServiceBuilder() |
ServiceBuilder(Service instance) |
ServiceBuilder(ServiceFluent<?> fluent) |
ServiceBuilder(ServiceFluent<?> fluent,
Service instance) |
| Modifier and Type | Method and Description |
|---|---|
Service |
build() |
copyInstance, equals, getEnvVarPrefix, getGroup, getId, getKind, getName, getNamespace, getVersion, hasEnvVarPrefix, hasGroup, hashCode, hasId, hasKind, hasName, hasNamespace, hasVersion, toString, withEnvVarPrefix, withGroup, withId, withKind, withName, withNamespace, withVersionaggregate, aggregate, build, build, builderOf, getVisitableMappublic ServiceBuilder()
public ServiceBuilder(ServiceFluent<?> fluent)
public ServiceBuilder(ServiceFluent<?> fluent, Service instance)
public ServiceBuilder(Service instance)
Copyright © 2018–2024 Red Hat. All rights reserved.