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