Package io.fabric8.kubernetes.api.model
Class ManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.kubernetes.api.model.ManagedFieldsEntryFluent<A>
-
- Direct Known Subclasses:
ManagedFieldsEntryBuilder
,ObjectMetaFluent.ManagedFieldsNested
public class ManagedFieldsEntryFluent<A extends ManagedFieldsEntryFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>
Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
ManagedFieldsEntryFluent.FieldsV1Nested<N>
-
Constructor Summary
Constructors Constructor Description ManagedFieldsEntryFluent()
ManagedFieldsEntryFluent(ManagedFieldsEntry instance)
-
Method Summary
-
-
-
Constructor Detail
-
ManagedFieldsEntryFluent
public ManagedFieldsEntryFluent()
-
ManagedFieldsEntryFluent
public ManagedFieldsEntryFluent(ManagedFieldsEntry instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ManagedFieldsEntry instance)
-
getApiVersion
public String getApiVersion()
-
hasApiVersion
public boolean hasApiVersion()
-
getFieldsType
public String getFieldsType()
-
hasFieldsType
public boolean hasFieldsType()
-
buildFieldsV1
public FieldsV1 buildFieldsV1()
-
hasFieldsV1
public boolean hasFieldsV1()
-
withNewFieldsV1
public ManagedFieldsEntryFluent.FieldsV1Nested<A> withNewFieldsV1()
-
withNewFieldsV1Like
public ManagedFieldsEntryFluent.FieldsV1Nested<A> withNewFieldsV1Like(FieldsV1 item)
-
editFieldsV1
public ManagedFieldsEntryFluent.FieldsV1Nested<A> editFieldsV1()
-
editOrNewFieldsV1
public ManagedFieldsEntryFluent.FieldsV1Nested<A> editOrNewFieldsV1()
-
editOrNewFieldsV1Like
public ManagedFieldsEntryFluent.FieldsV1Nested<A> editOrNewFieldsV1Like(FieldsV1 item)
-
getManager
public String getManager()
-
hasManager
public boolean hasManager()
-
getOperation
public String getOperation()
-
hasOperation
public boolean hasOperation()
-
getSubresource
public String getSubresource()
-
hasSubresource
public boolean hasSubresource()
-
getTime
public String getTime()
-
hasTime
public boolean hasTime()
-
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 ManagedFieldsEntryFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ManagedFieldsEntryFluent<A>>
-
-