public interface IngressControllerHTTPUniqueIdHeaderPolicyFluent<A extends IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>>
extends io.fabric8.kubernetes.api.builder.Fluent<A>
| Modifier and Type | Method and Description |
|---|---|
String |
getFormat() |
String |
getName() |
Boolean |
hasFormat() |
Boolean |
hasName() |
A |
withFormat(String format) |
A |
withName(String name) |
A |
withNewFormat(String arg1) |
A |
withNewFormat(StringBuffer arg1) |
A |
withNewFormat(StringBuilder arg1) |
A |
withNewName(String arg1) |
A |
withNewName(StringBuffer arg1) |
A |
withNewName(StringBuilder arg1) |
String getFormat()
Boolean hasFormat()
A withNewFormat(StringBuilder arg1)
A withNewFormat(StringBuffer arg1)
String getName()
Boolean hasName()
A withNewName(StringBuilder arg1)
A withNewName(StringBuffer arg1)
Copyright © 2015–2021 Red Hat. All rights reserved.