Class AttachedImageReferenceBuilder
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.AttachedImageReferenceFluent<AttachedImageReferenceBuilder>
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.AttachedImageReferenceBuilder
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Builder<AttachedImageReference>,io.fabric8.kubernetes.api.builder.Visitable<AttachedImageReferenceBuilder>,io.fabric8.kubernetes.api.builder.VisitableBuilder<AttachedImageReference,AttachedImageReferenceBuilder>
public class AttachedImageReferenceBuilder extends AttachedImageReferenceFluent<AttachedImageReferenceBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<AttachedImageReference,AttachedImageReferenceBuilder>
-
-
Constructor Summary
Constructors Constructor Description AttachedImageReferenceBuilder()AttachedImageReferenceBuilder(AttachedImageReference instance)AttachedImageReferenceBuilder(AttachedImageReferenceFluent<?> fluent)AttachedImageReferenceBuilder(AttachedImageReferenceFluent<?> fluent, AttachedImageReference instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttachedImageReferencebuild()-
Methods inherited from class io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.AttachedImageReferenceFluent
addToAdditionalProperties, addToAdditionalProperties, copyInstance, equals, getAdditionalProperties, getUrl, hasAdditionalProperties, hashCode, hasUrl, removeFromAdditionalProperties, removeFromAdditionalProperties, toString, withAdditionalProperties, withUrl
-
Methods inherited from class io.fabric8.kubernetes.api.builder.BaseFluent
aggregate, aggregate, build, build, builderOf, getVisitableMap
-
-
-
-
Constructor Detail
-
AttachedImageReferenceBuilder
public AttachedImageReferenceBuilder()
-
AttachedImageReferenceBuilder
public AttachedImageReferenceBuilder(AttachedImageReferenceFluent<?> fluent)
-
AttachedImageReferenceBuilder
public AttachedImageReferenceBuilder(AttachedImageReferenceFluent<?> fluent, AttachedImageReference instance)
-
AttachedImageReferenceBuilder
public AttachedImageReferenceBuilder(AttachedImageReference instance)
-
-
Method Detail
-
build
public AttachedImageReference build()
- Specified by:
buildin interfaceio.fabric8.kubernetes.api.builder.Builder<AttachedImageReference>
-
-