Interface IngressControllerCaptureHTTPCookieFluent<A extends IngressControllerCaptureHTTPCookieFluent<A>>
-
- All Superinterfaces:
io.fabric8.kubernetes.api.builder.Fluent<A>
- All Known Subinterfaces:
AccessLoggingFluent.HttpCaptureCookiesNested<N>
- All Known Implementing Classes:
AccessLoggingFluentImpl.HttpCaptureCookiesNestedImpl,IngressControllerCaptureHTTPCookieBuilder,IngressControllerCaptureHTTPCookieFluentImpl
public interface IngressControllerCaptureHTTPCookieFluent<A extends IngressControllerCaptureHTTPCookieFluent<A>> extends io.fabric8.kubernetes.api.builder.Fluent<A>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMatchType()IntegergetMaxLength()StringgetName()StringgetNamePrefix()BooleanhasMatchType()BooleanhasMaxLength()BooleanhasName()BooleanhasNamePrefix()AwithMatchType(String matchType)AwithMaxLength(Integer maxLength)AwithName(String name)AwithNamePrefix(String namePrefix)AwithNewMatchType(String arg1)AwithNewMatchType(StringBuffer arg1)AwithNewMatchType(StringBuilder arg1)AwithNewName(String arg1)AwithNewName(StringBuffer arg1)AwithNewName(StringBuilder arg1)AwithNewNamePrefix(String arg1)AwithNewNamePrefix(StringBuffer arg1)AwithNewNamePrefix(StringBuilder arg1)
-
-
-
Method Detail
-
getMatchType
String getMatchType()
-
hasMatchType
Boolean hasMatchType()
-
withNewMatchType
A withNewMatchType(StringBuilder arg1)
-
withNewMatchType
A withNewMatchType(StringBuffer arg1)
-
getMaxLength
Integer getMaxLength()
-
hasMaxLength
Boolean hasMaxLength()
-
getName
String getName()
-
hasName
Boolean hasName()
-
withNewName
A withNewName(StringBuilder arg1)
-
withNewName
A withNewName(StringBuffer arg1)
-
getNamePrefix
String getNamePrefix()
-
hasNamePrefix
Boolean hasNamePrefix()
-
withNewNamePrefix
A withNewNamePrefix(StringBuilder arg1)
-
withNewNamePrefix
A withNewNamePrefix(StringBuffer arg1)
-
-