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() |
boolean |
equals(Object o) |
int |
hashCode() |
addAllToOwnerReferences, addToAnnotations, addToAnnotations, addToLabels, addToLabels, addToOwnerReferences, addToOwnerReferences, getAnnotations, getFirstOwnerReference, getGenerateName, getLabels, getLastOwnerReference, getMatchingOwnerReference, getName, getNamespace, getOwnerReference, getOwnerReferences, hasAnnotations, hasGenerateName, hasLabels, hasMatchingOwnerReference, hasName, hasNamespace, hasOwnerReferences, removeAllFromOwnerReferences, removeFromAnnotations, removeFromAnnotations, removeFromLabels, removeFromLabels, removeFromOwnerReferences, setToOwnerReferences, withAnnotations, withGenerateName, withLabels, withName, withNamespace, withNewGenerateName, withNewName, withNewNamespace, withOwnerReferences, withOwnerReferencesaccept, accept, acceptInternal, aggregate, aggregate, build, build, builderOf, canVisit, hasCompatibleVisitMethodpublic 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>public boolean equals(Object o)
equals in class ObjectMetaFluentImpl<ObjectMetaBuilder>public int hashCode()
hashCode in class ObjectMetaFluentImpl<ObjectMetaBuilder>Copyright © 2015–2020 Red Hat. All rights reserved.