public class VarFluent<A extends VarFluent<A>>
extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
| Modifier and Type | Class and Description |
|---|---|
class |
VarFluent.FieldrefNested<N> |
class |
VarFluent.ObjrefNested<N> |
accept, accept, accept, accept, aggregate, aggregate, build, build, builderOfpublic VarFluent()
public VarFluent(Var instance)
protected void copyInstance(Var instance)
public FieldSelector buildFieldref()
public A withFieldref(FieldSelector fieldref)
public boolean hasFieldref()
public VarFluent.FieldrefNested<A> withNewFieldref()
public VarFluent.FieldrefNested<A> withNewFieldrefLike(FieldSelector item)
public VarFluent.FieldrefNested<A> editFieldref()
public VarFluent.FieldrefNested<A> editOrNewFieldref()
public VarFluent.FieldrefNested<A> editOrNewFieldrefLike(FieldSelector item)
public String getName()
public boolean hasName()
public Target buildObjref()
public boolean hasObjref()
public VarFluent.ObjrefNested<A> withNewObjref()
public VarFluent.ObjrefNested<A> withNewObjrefLike(Target item)
public VarFluent.ObjrefNested<A> editObjref()
public VarFluent.ObjrefNested<A> editOrNewObjref()
public VarFluent.ObjrefNested<A> editOrNewObjrefLike(Target item)
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
public boolean hasAdditionalProperties()
public boolean equals(Object o)
public int hashCode()
Copyright © 2015–2023 Red Hat. All rights reserved.