Class GatewayInfrastructureBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.GatewayInfrastructureFluent<GatewayInfrastructureBuilder>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.GatewayInfrastructureBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<GatewayInfrastructure>
,io.fabric8.kubernetes.api.builder.Visitable<GatewayInfrastructureBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<GatewayInfrastructure,GatewayInfrastructureBuilder>
public class GatewayInfrastructureBuilder extends GatewayInfrastructureFluent<GatewayInfrastructureBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<GatewayInfrastructure,GatewayInfrastructureBuilder>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.fabric8.kubernetes.api.model.gatewayapi.v1.GatewayInfrastructureFluent
GatewayInfrastructureFluent.ParametersRefNested<N>
-
-
Constructor Summary
Constructors Constructor Description GatewayInfrastructureBuilder()
GatewayInfrastructureBuilder(GatewayInfrastructure instance)
GatewayInfrastructureBuilder(GatewayInfrastructureFluent<?> fluent)
GatewayInfrastructureBuilder(GatewayInfrastructureFluent<?> fluent, GatewayInfrastructure instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GatewayInfrastructure
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.gatewayapi.v1.GatewayInfrastructureFluent
addToAdditionalProperties, addToAdditionalProperties, addToAnnotations, addToAnnotations, addToLabels, addToLabels, buildParametersRef, copyInstance, editOrNewParametersRef, editOrNewParametersRefLike, editParametersRef, equals, getAdditionalProperties, getAnnotations, getLabels, hasAdditionalProperties, hasAnnotations, hashCode, hasLabels, hasParametersRef, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromAnnotations, removeFromAnnotations, removeFromLabels, removeFromLabels, toString, withAdditionalProperties, withAnnotations, withLabels, withNewParametersRef, withNewParametersRef, withNewParametersRefLike, withParametersRef
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
GatewayInfrastructureBuilder
public GatewayInfrastructureBuilder()
-
GatewayInfrastructureBuilder
public GatewayInfrastructureBuilder(GatewayInfrastructureFluent<?> fluent)
-
GatewayInfrastructureBuilder
public GatewayInfrastructureBuilder(GatewayInfrastructureFluent<?> fluent, GatewayInfrastructure instance)
-
GatewayInfrastructureBuilder
public GatewayInfrastructureBuilder(GatewayInfrastructure instance)
-
-
Method Detail
-
build
public GatewayInfrastructure build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<GatewayInfrastructure>
-
-