public class StringMatchFluent<A extends StringMatchFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
StringMatchFluent.StringMatchExactTypeNested<N> |
class |
StringMatchFluent.StringMatchPrefixTypeNested<N> |
class |
StringMatchFluent.StringMatchRegexTypeNested<N> |
| Constructor and Description |
|---|
StringMatchFluent() |
StringMatchFluent(StringMatch instance) |
public StringMatchFluent()
public StringMatchFluent(StringMatch instance)
protected void copyInstance(StringMatch instance)
public IsStringMatchMatchType buildMatchType()
public A withMatchType(IsStringMatchMatchType matchType)
public boolean hasMatchType()
public StringMatchFluent.StringMatchPrefixTypeNested<A> withNewStringMatchPrefixType()
public StringMatchFluent.StringMatchPrefixTypeNested<A> withNewStringMatchPrefixTypeLike(StringMatchPrefix item)
public StringMatchFluent.StringMatchRegexTypeNested<A> withNewStringMatchRegexType()
public StringMatchFluent.StringMatchRegexTypeNested<A> withNewStringMatchRegexTypeLike(StringMatchRegex item)
public StringMatchFluent.StringMatchExactTypeNested<A> withNewStringMatchExactType()
public StringMatchFluent.StringMatchExactTypeNested<A> withNewStringMatchExactTypeLike(StringMatchExact item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
equals in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StringMatchFluent<A>>public int hashCode()
hashCode in class io.fabric8.kubernetes.api.builder.BaseFluent<A extends StringMatchFluent<A>>protected static <T> io.fabric8.kubernetes.api.builder.VisitableBuilder<T,?> builder(Object item)
Copyright © 2015–2024 Red Hat. All rights reserved.