Class IPAddressSpecFluent<A extends IPAddressSpecFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.networking.v1beta1.IPAddressSpecFluent<A>
-
- Direct Known Subclasses:
IPAddressFluent.SpecNested
,IPAddressSpecBuilder
public class IPAddressSpecFluent<A extends IPAddressSpecFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
IPAddressSpecFluent.ParentRefNested<N>
-
Constructor Summary
Constructors Constructor Description IPAddressSpecFluent()
IPAddressSpecFluent(IPAddressSpec instance)
-
Method Summary
-
-
-
Constructor Detail
-
IPAddressSpecFluent
public IPAddressSpecFluent()
-
IPAddressSpecFluent
public IPAddressSpecFluent(IPAddressSpec instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(IPAddressSpec instance)
-
buildParentRef
public ParentReference buildParentRef()
-
withParentRef
public A withParentRef(ParentReference parentRef)
-
hasParentRef
public boolean hasParentRef()
-
withNewParentRef
public A withNewParentRef(String group, String name, String namespace, String resource)
-
withNewParentRef
public IPAddressSpecFluent.ParentRefNested<A> withNewParentRef()
-
withNewParentRefLike
public IPAddressSpecFluent.ParentRefNested<A> withNewParentRefLike(ParentReference item)
-
editParentRef
public IPAddressSpecFluent.ParentRefNested<A> editParentRef()
-
editOrNewParentRef
public IPAddressSpecFluent.ParentRefNested<A> editOrNewParentRef()
-
editOrNewParentRefLike
public IPAddressSpecFluent.ParentRefNested<A> editOrNewParentRefLike(ParentReference item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IPAddressSpecFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends IPAddressSpecFluent<A>>
-
-