public interface StringMatchFluent<A extends StringMatchFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
StringMatchFluent.StringMatchExactTypeNested<N> |
static interface |
StringMatchFluent.StringMatchPrefixTypeNested<N> |
static interface |
StringMatchFluent.StringMatchRegexTypeNested<N> |
@Deprecated IsStringMatchMatchType getMatchType()
IsStringMatchMatchType buildMatchType()
A withMatchType(IsStringMatchMatchType matchType)
Boolean hasMatchType()
A withStringMatchExactType(StringMatchExact stringMatchExactType)
StringMatchFluent.StringMatchExactTypeNested<A> withNewStringMatchExactType()
StringMatchFluent.StringMatchExactTypeNested<A> withNewStringMatchExactTypeLike(StringMatchExact item)
A withStringMatchPrefixType(StringMatchPrefix stringMatchPrefixType)
StringMatchFluent.StringMatchPrefixTypeNested<A> withNewStringMatchPrefixType()
StringMatchFluent.StringMatchPrefixTypeNested<A> withNewStringMatchPrefixTypeLike(StringMatchPrefix item)
A withStringMatchRegexType(StringMatchRegex stringMatchRegexType)
StringMatchFluent.StringMatchRegexTypeNested<A> withNewStringMatchRegexType()
StringMatchFluent.StringMatchRegexTypeNested<A> withNewStringMatchRegexTypeLike(StringMatchRegex item)
Copyright © 2015–2022 Red Hat. All rights reserved.