public class ObjectMetaBuilder extends ObjectMetaFluentImpl<ObjectMetaBuilder> implements io.fabric8.kubernetes.api.builder.VisitableBuilder<ObjectMeta,ObjectMetaBuilder>
| Constructor and Description |
|---|
ObjectMetaBuilder() |
ObjectMetaBuilder(Boolean validationEnabled) |
ObjectMetaBuilder(ObjectMeta instance) |
ObjectMetaBuilder(ObjectMeta instance,
Boolean validationEnabled) |
ObjectMetaBuilder(ObjectMetaFluent<?> fluent) |
ObjectMetaBuilder(ObjectMetaFluent<?> fluent,
Boolean validationEnabled) |
ObjectMetaBuilder(ObjectMetaFluent<?> fluent,
ObjectMeta instance) |
ObjectMetaBuilder(ObjectMetaFluent<?> fluent,
ObjectMeta instance,
Boolean validationEnabled) |
| Modifier and Type | Method and Description |
|---|---|
ObjectMeta |
build() |
addAllToOwnerReferences, addToAdditionalProperties, addToAdditionalProperties, addToAnnotations, addToAnnotations, addToLabels, addToLabels, addToOwnerReferences, addToOwnerReferences, equals, getAdditionalProperties, getAnnotations, getFirstOwnerReference, getGenerateName, getLabels, getLastOwnerReference, getMatchingOwnerReference, getName, getNamespace, getOwnerReference, getOwnerReferences, hasAdditionalProperties, hasAnnotations, hasGenerateName, hashCode, hasLabels, hasMatchingOwnerReference, hasName, hasNamespace, hasOwnerReferences, removeAllFromOwnerReferences, removeFromAdditionalProperties, removeFromAdditionalProperties, removeFromAnnotations, removeFromAnnotations, removeFromLabels, removeFromLabels, removeFromOwnerReferences, setToOwnerReferences, toString, withAdditionalProperties, withAnnotations, withGenerateName, withLabels, withName, withNamespace, withOwnerReferences, withOwnerReferencesaccept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic ObjectMetaBuilder()
public ObjectMetaBuilder(Boolean validationEnabled)
public ObjectMetaBuilder(ObjectMetaFluent<?> fluent)
public ObjectMetaBuilder(ObjectMetaFluent<?> fluent, Boolean validationEnabled)
public ObjectMetaBuilder(ObjectMetaFluent<?> fluent, ObjectMeta instance)
public ObjectMetaBuilder(ObjectMetaFluent<?> fluent, ObjectMeta instance, Boolean validationEnabled)
public ObjectMetaBuilder(ObjectMeta instance)
public ObjectMetaBuilder(ObjectMeta instance, Boolean validationEnabled)
public ObjectMeta build()
build in interface io.fabric8.kubernetes.api.builder.Builder<ObjectMeta>Copyright © 2015–2022 Red Hat. All rights reserved.