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() |
equals, getExactMatch, getInvertMatch, getName, getPrefixMatch, getPresentMatch, getRangeMatch, getRegexMatch, getSafeRegexMatch, getSuffixMatch, hasExactMatch, hashCode, hasInvertMatch, hasName, hasPrefixMatch, hasPresentMatch, hasRangeMatch, hasRegexMatch, hasSafeRegexMatch, hasSuffixMatch, toString, withExactMatch, withInvertMatch, withName, withPrefixMatch, withPresentMatch, withRangeMatch, withRegexMatch, withSafeRegexMatch, withSuffixMatchaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic 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)
Copyright © 2015–2022 Red Hat. All rights reserved.