Class ParentReferenceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.ParentReferenceFluent<ParentReferenceBuilder>
-
- io.fabric8.kubernetes.api.model.gatewayapi.v1.ParentReferenceBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<ParentReference>
,io.fabric8.kubernetes.api.builder.Visitable<ParentReferenceBuilder>
,io.fabric8.kubernetes.api.builder.VisitableBuilder<ParentReference,ParentReferenceBuilder>
public class ParentReferenceBuilder extends ParentReferenceFluent<ParentReferenceBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ParentReference,ParentReferenceBuilder>
-
-
Constructor Summary
Constructors Constructor Description ParentReferenceBuilder()
ParentReferenceBuilder(ParentReference instance)
ParentReferenceBuilder(ParentReferenceFluent<?> fluent)
ParentReferenceBuilder(ParentReferenceFluent<?> fluent, ParentReference instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParentReference
build()
-
Methods inherited from class io.fabric8.kubernetes.api.model.gatewayapi.v1.ParentReferenceFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getGroup, getKind, getName, getNamespace, getPort, getSectionName, hasAdditionalProperties, hasGroup, hashCode, hasKind, hasName, hasNamespace, hasPort, hasSectionName, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withGroup, withKind, withName, withNamespace, withPort, withSectionName
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
ParentReferenceBuilder
public ParentReferenceBuilder()
-
ParentReferenceBuilder
public ParentReferenceBuilder(ParentReferenceFluent<?> fluent)
-
ParentReferenceBuilder
public ParentReferenceBuilder(ParentReferenceFluent<?> fluent, ParentReference instance)
-
ParentReferenceBuilder
public ParentReferenceBuilder(ParentReference instance)
-
-
Method Detail
-
build
public ParentReference build()
- Specified by:
build
in interfaceio.fabric8.kubernetes.api.builder.Builder<ParentReference>
-
-