Interface IngressControllerHTTPUniqueIdHeaderPolicyFluent<A extends IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
IngressControllerHTTPHeadersFluent.UniqueIdNested<N>
- All Known Implementing Classes:
IngressControllerHTTPHeadersFluentImpl.UniqueIdNestedImpl,IngressControllerHTTPUniqueIdHeaderPolicyBuilder,IngressControllerHTTPUniqueIdHeaderPolicyFluentImpl
public interface IngressControllerHTTPUniqueIdHeaderPolicyFluent<A extends IngressControllerHTTPUniqueIdHeaderPolicyFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetFormat()StringgetName()BooleanhasFormat()BooleanhasName()AwithFormat(String format)AwithName(String name)AwithNewFormat(String arg1)AwithNewFormat(StringBuffer arg1)AwithNewFormat(StringBuilder arg1)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)
-
-
-
Method Detail
-
getFormat
String getFormat()
-
hasFormat
Boolean hasFormat()
-
withNewFormat
A withNewFormat(StringBuilder arg1)
-
withNewFormat
A withNewFormat(StringBuffer arg1)
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
-