Class HTTPAuthConfigFluent<A extends HTTPAuthConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.HTTPAuthConfigFluent<A>
-
- Direct Known Subclasses:
HTTPAuthConfigBuilder,HTTPExternalAuthFilterFluent.HttpNested
public class HTTPAuthConfigFluent<A extends HTTPAuthConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description HTTPAuthConfigFluent()HTTPAuthConfigFluent(HTTPAuthConfig instance)
-
Method Summary
-
-
-
Constructor Detail
-
HTTPAuthConfigFluent
public HTTPAuthConfigFluent()
-
HTTPAuthConfigFluent
public HTTPAuthConfigFluent(HTTPAuthConfig instance)
-
-
Method Detail
-
addAllToAllowedHeaders
public A addAllToAllowedHeaders(Collection<String> items)
-
addAllToAllowedResponseHeaders
public A addAllToAllowedResponseHeaders(Collection<String> items)
-
copyInstance
protected void copyInstance(HTTPAuthConfig instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPAuthConfigFluent<A>>
-
getAllowedHeader
public String getAllowedHeader(int index)
-
getAllowedResponseHeader
public String getAllowedResponseHeader(int index)
-
getFirstAllowedHeader
public String getFirstAllowedHeader()
-
getFirstAllowedResponseHeader
public String getFirstAllowedResponseHeader()
-
getLastAllowedHeader
public String getLastAllowedHeader()
-
getLastAllowedResponseHeader
public String getLastAllowedResponseHeader()
-
getMatchingAllowedResponseHeader
public String getMatchingAllowedResponseHeader(Predicate<String> predicate)
-
getPath
public String getPath()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasAllowedHeaders
public boolean hasAllowedHeaders()
-
hasAllowedResponseHeaders
public boolean hasAllowedResponseHeaders()
-
hasMatchingAllowedResponseHeader
public boolean hasMatchingAllowedResponseHeader(Predicate<String> predicate)
-
hasPath
public boolean hasPath()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends HTTPAuthConfigFluent<A>>
-
removeAllFromAllowedHeaders
public A removeAllFromAllowedHeaders(Collection<String> items)
-
removeAllFromAllowedResponseHeaders
public A removeAllFromAllowedResponseHeaders(Collection<String> items)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withAllowedResponseHeaders
public A withAllowedResponseHeaders(List<String> allowedResponseHeaders)
-
-