Class GRPCMethodMatchBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.GRPCMethodMatchFluent<GRPCMethodMatchBuilder>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.GRPCMethodMatchBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<GRPCMethodMatch>
,io.fabric8.kubernetes.api.builder.Visitable<GRPCMethodMatchBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<GRPCMethodMatch,GRPCMethodMatchBuilder>
public class GRPCMethodMatchBuilder extends GRPCMethodMatchFluent<GRPCMethodMatchBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<GRPCMethodMatch,GRPCMethodMatchBuilder>
-
-
Constructor Summary
Constructors Constructor Description GRPCMethodMatchBuilder()
GRPCMethodMatchBuilder(GRPCMethodMatch instance)
GRPCMethodMatchBuilder(GRPCMethodMatchFluent<?> fluent)
GRPCMethodMatchBuilder(GRPCMethodMatchFluent<?> fluent, GRPCMethodMatch instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GRPCMethodMatch
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.gatewayapi.v1.GRPCMethodMatchFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getMethod, getService, getType, hasAdditionalProperties, hashCode, hasMethod, hasService, hasType, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withMethod, withService, withType
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
GRPCMethodMatchBuilder
public GRPCMethodMatchBuilder()
-
GRPCMethodMatchBuilder
public GRPCMethodMatchBuilder(GRPCMethodMatchFluent<?> fluent)
-
GRPCMethodMatchBuilder
public GRPCMethodMatchBuilder(GRPCMethodMatchFluent<?> fluent, GRPCMethodMatch instance)
-
GRPCMethodMatchBuilder
public GRPCMethodMatchBuilder(GRPCMethodMatch instance)
-
-
Method Detail
-
build
public GRPCMethodMatch build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<GRPCMethodMatch>
-
-