Class ParentReferenceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.networking.v1beta1.ParentReferenceFluent<ParentReferenceBuilder>
-
- io.fabric8.kubernetes.api.model.networking.v1beta1.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.networking.v1beta1.ParentReferenceFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getGroup, getName, getNamespace, getResource, hasAdditionalProperties, hasGroup, hashCode, hasName, hasNamespace, hasResource, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withGroup, withName, withNamespace, withResource
-
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>
-
-