Class GRPCAuthConfigFluent<A extends GRPCAuthConfigFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.GRPCAuthConfigFluent<A>
-
- Direct Known Subclasses:
GRPCAuthConfigBuilder,HTTPExternalAuthFilterFluent.GrpcNested
public class GRPCAuthConfigFluent<A extends GRPCAuthConfigFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description GRPCAuthConfigFluent()GRPCAuthConfigFluent(GRPCAuthConfig instance)
-
Method Summary
-
-
-
Constructor Detail
-
GRPCAuthConfigFluent
public GRPCAuthConfigFluent()
-
GRPCAuthConfigFluent
public GRPCAuthConfigFluent(GRPCAuthConfig instance)
-
-
Method Detail
-
addAllToAllowedHeaders
public A addAllToAllowedHeaders(Collection<String> items)
-
copyInstance
protected void copyInstance(GRPCAuthConfig instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GRPCAuthConfigFluent<A>>
-
getAllowedHeader
public String getAllowedHeader(int index)
-
getFirstAllowedHeader
public String getFirstAllowedHeader()
-
getLastAllowedHeader
public String getLastAllowedHeader()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasAllowedHeaders
public boolean hasAllowedHeaders()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends GRPCAuthConfigFluent<A>>
-
removeAllFromAllowedHeaders
public A removeAllFromAllowedHeaders(Collection<String> items)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
-