public interface StringMatchFluent<A extends StringMatchFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StringMatchFluent.ExactMatchTypeNested<N> |
static interface |
StringMatchFluent.PrefixMatchTypeNested<N> |
static interface |
StringMatchFluent.RegexMatchTypeNested<N> |
@Deprecated StringMatch.MatchType getMatchType()
StringMatch.MatchType buildMatchType()
A withMatchType(StringMatch.MatchType matchType)
Boolean hasMatchType()
A withRegexMatchType(RegexMatchType regexMatchType)
StringMatchFluent.RegexMatchTypeNested<A> withNewRegexMatchType()
StringMatchFluent.RegexMatchTypeNested<A> withNewRegexMatchTypeLike(RegexMatchType item)
A withPrefixMatchType(PrefixMatchType prefixMatchType)
StringMatchFluent.PrefixMatchTypeNested<A> withNewPrefixMatchType()
StringMatchFluent.PrefixMatchTypeNested<A> withNewPrefixMatchTypeLike(PrefixMatchType item)
A withExactMatchType(ExactMatchType exactMatchType)
StringMatchFluent.ExactMatchTypeNested<A> withNewExactMatchType()
StringMatchFluent.ExactMatchTypeNested<A> withNewExactMatchTypeLike(ExactMatchType item)
Copyright © 2017–2018 Red Hat. All rights reserved.