public interface AttributeMatchFluent<A extends AttributeMatchFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
Condition |
getCondition() |
Integer |
getMapKey() |
Integer |
getName() |
String |
getRegex() |
Boolean |
hasCondition() |
Boolean |
hasMapKey() |
Boolean |
hasName() |
Boolean |
hasRegex() |
A |
withCondition(Condition condition) |
A |
withMapKey(Integer mapKey) |
A |
withName(Integer name) |
A |
withNewMapKey(int arg1) |
A |
withNewMapKey(String arg1) |
A |
withNewName(int arg1) |
A |
withNewName(String arg1) |
A |
withRegex(String regex) |
Condition getCondition()
Boolean hasCondition()
Integer getMapKey()
Boolean hasMapKey()
A withNewMapKey(int arg1)
Integer getName()
Boolean hasName()
A withNewName(int arg1)
String getRegex()
Boolean hasRegex()
Copyright © 2017–2018 Red Hat. All rights reserved.