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