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 |
|---|---|
EditableMatcher |
build() |
boolean |
equals(Object o) |
int |
hashCode() |
getExactMatch, getInvertMatch, getName, getPrefixMatch, getPresentMatch, getRangeMatch, getRegexMatch, getSafeRegexMatch, getSuffixMatch, hasExactMatch, hasInvertMatch, hasName, hasPrefixMatch, hasPresentMatch, hasRangeMatch, hasRegexMatch, hasSafeRegexMatch, hasSuffixMatch, withExactMatch, withInvertMatch, withName, withNewExactMatch, withNewInvertMatch, withNewName, withNewPrefixMatch, withNewPresentMatch, withNewRangeMatch, withNewRegexMatch, withNewSafeRegexMatch, withNewSuffixMatch, withPrefixMatch, withPresentMatch, withRangeMatch, withRegexMatch, withSafeRegexMatch, withSuffixMatchaccept, 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 EditableMatcher 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–2021 Red Hat. All rights reserved.