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() |
addToAdditionalProperties, addToAdditionalProperties, equals, getAdditionalProperties, getName, getRegex, getValue, hasAdditionalProperties, hashCode, hasName, hasRegex, hasValue, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withName, withRegex, withRegex, withValueaccept, 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.