public class MatcherFluentImpl<A extends MatcherFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A> implements MatcherFluent<A>
| Constructor and Description |
|---|
MatcherFluentImpl() |
MatcherFluentImpl(Matcher instance) |
public MatcherFluentImpl()
public MatcherFluentImpl(Matcher instance)
public String getExactMatch()
getExactMatch in interface MatcherFluent<A extends MatcherFluent<A>>public A withExactMatch(String exactMatch)
withExactMatch in interface MatcherFluent<A extends MatcherFluent<A>>public Boolean hasExactMatch()
hasExactMatch in interface MatcherFluent<A extends MatcherFluent<A>>@Deprecated public A withNewExactMatch(String arg0)
withNewExactMatch in interface MatcherFluent<A extends MatcherFluent<A>>public String getInvertMatch()
getInvertMatch in interface MatcherFluent<A extends MatcherFluent<A>>public A withInvertMatch(String invertMatch)
withInvertMatch in interface MatcherFluent<A extends MatcherFluent<A>>public Boolean hasInvertMatch()
hasInvertMatch in interface MatcherFluent<A extends MatcherFluent<A>>@Deprecated public A withNewInvertMatch(String arg0)
withNewInvertMatch in interface MatcherFluent<A extends MatcherFluent<A>>public String getName()
getName in interface MatcherFluent<A extends MatcherFluent<A>>public A withName(String name)
withName in interface MatcherFluent<A extends MatcherFluent<A>>public Boolean hasName()
hasName in interface MatcherFluent<A extends MatcherFluent<A>>@Deprecated public A withNewName(String arg0)
withNewName in interface MatcherFluent<A extends MatcherFluent<A>>public String getPrefixMatch()
getPrefixMatch in interface MatcherFluent<A extends MatcherFluent<A>>public A withPrefixMatch(String prefixMatch)
withPrefixMatch in interface MatcherFluent<A extends MatcherFluent<A>>public Boolean hasPrefixMatch()
hasPrefixMatch in interface MatcherFluent<A extends MatcherFluent<A>>@Deprecated public A withNewPrefixMatch(String arg0)
withNewPrefixMatch in interface MatcherFluent<A extends MatcherFluent<A>>public String getPresentMatch()
getPresentMatch in interface MatcherFluent<A extends MatcherFluent<A>>public A withPresentMatch(String presentMatch)
withPresentMatch in interface MatcherFluent<A extends MatcherFluent<A>>public Boolean hasPresentMatch()
hasPresentMatch in interface MatcherFluent<A extends MatcherFluent<A>>@Deprecated public A withNewPresentMatch(String arg0)
withNewPresentMatch in interface MatcherFluent<A extends MatcherFluent<A>>public String getRangeMatch()
getRangeMatch in interface MatcherFluent<A extends MatcherFluent<A>>public A withRangeMatch(String rangeMatch)
withRangeMatch in interface MatcherFluent<A extends MatcherFluent<A>>public Boolean hasRangeMatch()
hasRangeMatch in interface MatcherFluent<A extends MatcherFluent<A>>@Deprecated public A withNewRangeMatch(String arg0)
withNewRangeMatch in interface MatcherFluent<A extends MatcherFluent<A>>public String getRegexMatch()
getRegexMatch in interface MatcherFluent<A extends MatcherFluent<A>>public A withRegexMatch(String regexMatch)
withRegexMatch in interface MatcherFluent<A extends MatcherFluent<A>>public Boolean hasRegexMatch()
hasRegexMatch in interface MatcherFluent<A extends MatcherFluent<A>>@Deprecated public A withNewRegexMatch(String arg0)
withNewRegexMatch in interface MatcherFluent<A extends MatcherFluent<A>>public String getSafeRegexMatch()
getSafeRegexMatch in interface MatcherFluent<A extends MatcherFluent<A>>public A withSafeRegexMatch(String safeRegexMatch)
withSafeRegexMatch in interface MatcherFluent<A extends MatcherFluent<A>>public Boolean hasSafeRegexMatch()
hasSafeRegexMatch in interface MatcherFluent<A extends MatcherFluent<A>>@Deprecated public A withNewSafeRegexMatch(String arg0)
withNewSafeRegexMatch in interface MatcherFluent<A extends MatcherFluent<A>>public String getSuffixMatch()
getSuffixMatch in interface MatcherFluent<A extends MatcherFluent<A>>public A withSuffixMatch(String suffixMatch)
withSuffixMatch in interface MatcherFluent<A extends MatcherFluent<A>>public Boolean hasSuffixMatch()
hasSuffixMatch in interface MatcherFluent<A extends MatcherFluent<A>>@Deprecated public A withNewSuffixMatch(String arg0)
withNewSuffixMatch in interface MatcherFluent<A extends MatcherFluent<A>>Copyright © 2015–2021 Red Hat. All rights reserved.