public class MatcherBuilder extends MatcherFluentImpl<MatcherBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<Matcher,MatcherBuilder>
| Constructor and Description |
|---|
MatcherBuilder() |
MatcherBuilder(Boolean validationEnabled) |
MatcherBuilder(Matcher instance) |
MatcherBuilder(Matcher instance,
Boolean validationEnabled) |
MatcherBuilder(MatcherFluent<?> fluent) |
MatcherBuilder(MatcherFluent<?> fluent,
Boolean validationEnabled) |
MatcherBuilder(MatcherFluent<?> fluent,
Matcher instance) |
MatcherBuilder(MatcherFluent<?> fluent,
Matcher instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
Matcher |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getName, getRegex, getValue, hasName, hasRegex, hasValue, withName, withNewName, withNewValue, withRegex, withValueaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic MatcherBuilder()
public MatcherBuilder(Boolean validationEnabled)
public MatcherBuilder(MatcherFluent<?> fluent)
public MatcherBuilder(MatcherFluent<?> fluent, Boolean validationEnabled)
public MatcherBuilder(MatcherFluent<?> fluent, Matcher instance)
public MatcherBuilder(MatcherFluent<?> fluent, Matcher instance, Boolean validationEnabled)
public MatcherBuilder(Matcher instance)
public Matcher build()
build in interface io.fabric8.kubernetes.api.builder.Builder<Matcher>public boolean equals(Object o)
equals in class MatcherFluentImpl<MatcherBuilder>public int hashCode()
hashCode in class MatcherFluentImpl<MatcherBuilder>Copyright © 2015–2020 Red Hat. All rights reserved.