public class StringMatchFluentImpl<A extends StringMatchFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements StringMatchFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
StringMatchFluentImpl.ExactMatchTypeNestedImpl<N> |
class |
StringMatchFluentImpl.PrefixMatchTypeNestedImpl<N> |
class |
StringMatchFluentImpl.RegexMatchTypeNestedImpl<N> |
StringMatchFluent.ExactMatchTypeNested<N>, StringMatchFluent.PrefixMatchTypeNested<N>, StringMatchFluent.RegexMatchTypeNested<N>| Constructor and Description |
|---|
StringMatchFluentImpl() |
StringMatchFluentImpl(StringMatch instance) |
public StringMatchFluentImpl()
public StringMatchFluentImpl(StringMatch instance)
@Deprecated public StringMatch.MatchType getMatchType()
getMatchType in interface StringMatchFluent<A extends StringMatchFluent<A>>public StringMatch.MatchType buildMatchType()
buildMatchType in interface StringMatchFluent<A extends StringMatchFluent<A>>public A withMatchType(StringMatch.MatchType matchType)
withMatchType in interface StringMatchFluent<A extends StringMatchFluent<A>>public Boolean hasMatchType()
hasMatchType in interface StringMatchFluent<A extends StringMatchFluent<A>>public A withRegexMatchType(RegexMatchType regexMatchType)
withRegexMatchType in interface StringMatchFluent<A extends StringMatchFluent<A>>public StringMatchFluent.RegexMatchTypeNested<A> withNewRegexMatchType()
withNewRegexMatchType in interface StringMatchFluent<A extends StringMatchFluent<A>>public StringMatchFluent.RegexMatchTypeNested<A> withNewRegexMatchTypeLike(RegexMatchType item)
withNewRegexMatchTypeLike in interface StringMatchFluent<A extends StringMatchFluent<A>>public A withNewRegexMatchType(String regex)
withNewRegexMatchType in interface StringMatchFluent<A extends StringMatchFluent<A>>public A withPrefixMatchType(PrefixMatchType prefixMatchType)
withPrefixMatchType in interface StringMatchFluent<A extends StringMatchFluent<A>>public StringMatchFluent.PrefixMatchTypeNested<A> withNewPrefixMatchType()
withNewPrefixMatchType in interface StringMatchFluent<A extends StringMatchFluent<A>>public StringMatchFluent.PrefixMatchTypeNested<A> withNewPrefixMatchTypeLike(PrefixMatchType item)
withNewPrefixMatchTypeLike in interface StringMatchFluent<A extends StringMatchFluent<A>>public A withNewPrefixMatchType(String prefix)
withNewPrefixMatchType in interface StringMatchFluent<A extends StringMatchFluent<A>>public A withExactMatchType(ExactMatchType exactMatchType)
withExactMatchType in interface StringMatchFluent<A extends StringMatchFluent<A>>public StringMatchFluent.ExactMatchTypeNested<A> withNewExactMatchType()
withNewExactMatchType in interface StringMatchFluent<A extends StringMatchFluent<A>>public StringMatchFluent.ExactMatchTypeNested<A> withNewExactMatchTypeLike(ExactMatchType item)
withNewExactMatchTypeLike in interface StringMatchFluent<A extends StringMatchFluent<A>>public A withNewExactMatchType(String exact)
withNewExactMatchType in interface StringMatchFluent<A extends StringMatchFluent<A>>Copyright © 2017–2018 Red Hat. All rights reserved.