Class GRPCAuthConfigBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.GRPCAuthConfigFluent<GRPCAuthConfigBuilder>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.GRPCAuthConfigBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<GRPCAuthConfig>,io.fabric8.kubernetes.api.builder.Visitable<GRPCAuthConfigBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<GRPCAuthConfig,GRPCAuthConfigBuilder>
public class GRPCAuthConfigBuilder extends GRPCAuthConfigFluent<GRPCAuthConfigBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<GRPCAuthConfig,GRPCAuthConfigBuilder>
-
-
Constructor Summary
Constructors Constructor Description GRPCAuthConfigBuilder()GRPCAuthConfigBuilder(GRPCAuthConfig instance)GRPCAuthConfigBuilder(GRPCAuthConfigFluent<?> fluent)GRPCAuthConfigBuilder(GRPCAuthConfigFluent<?> fluent, GRPCAuthConfig instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GRPCAuthConfigbuild()-
Methods inherited from class io.fabric8.kubernetes.api.model.gatewayapi.v1.GRPCAuthConfigFluent
addAllToAllowedHeaders, addToAdditionalProperties, addToAdditionalProperties, addToAllowedHeaders, addToAllowedHeaders, copyInstance, equals, getAdditionalProperties, getAllowedHeader, getAllowedHeaders, getFirstAllowedHeader, getLastAllowedHeader, getMatchingAllowedHeader, hasAdditionalProperties, hasAllowedHeaders, hashCode, hasMatchingAllowedHeader, removeAllFromAllowedHeaders, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromAllowedHeaders, setToAllowedHeaders, toString, withAdditionalProperties, withAllowedHeaders, withAllowedHeaders
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
GRPCAuthConfigBuilder
public GRPCAuthConfigBuilder()
-
GRPCAuthConfigBuilder
public GRPCAuthConfigBuilder(GRPCAuthConfigFluent<?> fluent)
-
GRPCAuthConfigBuilder
public GRPCAuthConfigBuilder(GRPCAuthConfig instance)
-
GRPCAuthConfigBuilder
public GRPCAuthConfigBuilder(GRPCAuthConfigFluent<?> fluent, GRPCAuthConfig instance)
-
-
Method Detail
-
build
public GRPCAuthConfig build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<GRPCAuthConfig>
-
-