public interface MatcherFluent<A extends MatcherFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Boolean |
getRegex() |
String |
getValue() |
Boolean |
hasName() |
Boolean |
hasRegex() |
Boolean |
hasValue() |
A |
withName(String name) |
A |
withNewName(String arg0)
Deprecated.
|
A |
withNewValue(String arg0)
Deprecated.
|
A |
withRegex(Boolean regex) |
A |
withValue(String value) |
String getName()
Boolean hasName()
@Deprecated A withNewName(String arg0)
Boolean getRegex()
Boolean hasRegex()
String getValue()
Boolean hasValue()
@Deprecated A withNewValue(String arg0)
Copyright © 2015–2020 Red Hat. All rights reserved.