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.StringMatchExactTypeNestedImpl<N> |
class |
StringMatchFluentImpl.StringMatchPrefixTypeNestedImpl<N> |
class |
StringMatchFluentImpl.StringMatchRegexTypeNestedImpl<N> |
StringMatchFluent.StringMatchExactTypeNested<N>, StringMatchFluent.StringMatchPrefixTypeNested<N>, StringMatchFluent.StringMatchRegexTypeNested<N>| Constructor and Description |
|---|
StringMatchFluentImpl() |
StringMatchFluentImpl(StringMatch instance) |
public StringMatchFluentImpl()
public StringMatchFluentImpl(StringMatch instance)
@Deprecated public IsStringMatchMatchType getMatchType()
getMatchType in interface StringMatchFluent<A extends StringMatchFluent<A>>public IsStringMatchMatchType buildMatchType()
buildMatchType in interface StringMatchFluent<A extends StringMatchFluent<A>>public A withMatchType(IsStringMatchMatchType matchType)
withMatchType in interface StringMatchFluent<A extends StringMatchFluent<A>>public Boolean hasMatchType()
hasMatchType in interface StringMatchFluent<A extends StringMatchFluent<A>>public A withStringMatchPrefixType(StringMatchPrefix stringMatchPrefixType)
withStringMatchPrefixType in interface StringMatchFluent<A extends StringMatchFluent<A>>public StringMatchFluent.StringMatchPrefixTypeNested<A> withNewStringMatchPrefixType()
withNewStringMatchPrefixType in interface StringMatchFluent<A extends StringMatchFluent<A>>public StringMatchFluent.StringMatchPrefixTypeNested<A> withNewStringMatchPrefixTypeLike(StringMatchPrefix item)
withNewStringMatchPrefixTypeLike in interface StringMatchFluent<A extends StringMatchFluent<A>>public A withNewStringMatchPrefixType(String prefix)
withNewStringMatchPrefixType in interface StringMatchFluent<A extends StringMatchFluent<A>>public A withStringMatchRegexType(StringMatchRegex stringMatchRegexType)
withStringMatchRegexType in interface StringMatchFluent<A extends StringMatchFluent<A>>public StringMatchFluent.StringMatchRegexTypeNested<A> withNewStringMatchRegexType()
withNewStringMatchRegexType in interface StringMatchFluent<A extends StringMatchFluent<A>>public StringMatchFluent.StringMatchRegexTypeNested<A> withNewStringMatchRegexTypeLike(StringMatchRegex item)
withNewStringMatchRegexTypeLike in interface StringMatchFluent<A extends StringMatchFluent<A>>public A withNewStringMatchRegexType(String regex)
withNewStringMatchRegexType in interface StringMatchFluent<A extends StringMatchFluent<A>>public A withStringMatchExactType(StringMatchExact stringMatchExactType)
withStringMatchExactType in interface StringMatchFluent<A extends StringMatchFluent<A>>public StringMatchFluent.StringMatchExactTypeNested<A> withNewStringMatchExactType()
withNewStringMatchExactType in interface StringMatchFluent<A extends StringMatchFluent<A>>public StringMatchFluent.StringMatchExactTypeNested<A> withNewStringMatchExactTypeLike(StringMatchExact item)
withNewStringMatchExactTypeLike in interface StringMatchFluent<A extends StringMatchFluent<A>>public A withNewStringMatchExactType(String exact)
withNewStringMatchExactType in interface StringMatchFluent<A extends StringMatchFluent<A>>Copyright © 2015–2020 Red Hat. All rights reserved.