public class DelegateBuilder extends DelegateFluentImpl<DelegateBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Delegate,DelegateBuilder>
| Constructor and Description |
|---|
DelegateBuilder() |
DelegateBuilder(Boolean validationEnabled) |
DelegateBuilder(Delegate instance) |
DelegateBuilder(Delegate instance,
Boolean validationEnabled) |
DelegateBuilder(DelegateFluent<?> fluent) |
DelegateBuilder(DelegateFluent<?> fluent,
Boolean validationEnabled) |
DelegateBuilder(DelegateFluent<?> fluent,
Delegate instance) |
DelegateBuilder(DelegateFluent<?> fluent,
Delegate instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Delegate |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getName, getNamespace, hasName, hasNamespace, withName, withNamespace, withNewName, withNewNamespaceaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic DelegateBuilder()
public DelegateBuilder(Boolean validationEnabled)
public DelegateBuilder(DelegateFluent<?> fluent)
public DelegateBuilder(DelegateFluent<?> fluent, Boolean validationEnabled)
public DelegateBuilder(DelegateFluent<?> fluent, Delegate instance)
public DelegateBuilder(DelegateFluent<?> fluent, Delegate instance, Boolean validationEnabled)
public DelegateBuilder(Delegate instance)
public Delegate build()
build in interface io.fabric8.kubernetes.api.builder.Builder<Delegate>public boolean equals(Object o)
equals in class DelegateFluentImpl<DelegateBuilder>public int hashCode()
hashCode in class DelegateFluentImpl<DelegateBuilder>Copyright © 2015–2020 Red Hat. All rights reserved.