Package io.fabric8.kubernetes.api.model
Class ManagedFieldsEntry
- java.lang.Object
-
- io.fabric8.kubernetes.api.model.ManagedFieldsEntry
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ManagedFieldsEntryBuilder>
,KubernetesResource
,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ManagedFieldsEntry extends Object implements io.fabric8.kubernetes.api.builder.Editable<ManagedFieldsEntryBuilder>, KubernetesResource
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ManagedFieldsEntry()
No args constructor for use in serializationManagedFieldsEntry(String apiVersion, String fieldsType, FieldsV1 fieldsV1, String manager, String operation, String subresource, String time)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ManagedFieldsEntryBuilder
edit()
Map<String,Object>
getAdditionalProperties()
String
getApiVersion()
APIVersion defines the version of this resource that this field set applies to.String
getFieldsType()
FieldsType is the discriminator for the different fields format and version.FieldsV1
getFieldsV1()
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.String
getManager()
Manager is an identifier of the workflow managing these fields.String
getOperation()
Operation is the type of operation which lead to this ManagedFieldsEntry being created.String
getSubresource()
Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource.String
getTime()
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.void
setAdditionalProperties(Map<String,Object> additionalProperties)
void
setAdditionalProperty(String name, Object value)
void
setApiVersion(String apiVersion)
APIVersion defines the version of this resource that this field set applies to.void
setFieldsType(String fieldsType)
FieldsType is the discriminator for the different fields format and version.void
setFieldsV1(FieldsV1 fieldsV1)
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.void
setManager(String manager)
Manager is an identifier of the workflow managing these fields.void
setOperation(String operation)
Operation is the type of operation which lead to this ManagedFieldsEntry being created.void
setSubresource(String subresource)
Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource.void
setTime(String time)
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.ManagedFieldsEntryBuilder
toBuilder()
-
-
-
Method Detail
-
getApiVersion
public String getApiVersion()
APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
-
setApiVersion
public void setApiVersion(String apiVersion)
APIVersion defines the version of this resource that this field set applies to. The format is "group/version" just like the top-level APIVersion field. It is necessary to track the version of a field set because it cannot be automatically converted.
-
getFieldsType
public String getFieldsType()
FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
-
setFieldsType
public void setFieldsType(String fieldsType)
FieldsType is the discriminator for the different fields format and version. There is currently only one possible value: "FieldsV1"
-
getFieldsV1
public FieldsV1 getFieldsV1()
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
-
setFieldsV1
public void setFieldsV1(FieldsV1 fieldsV1)
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
-
getManager
public String getManager()
Manager is an identifier of the workflow managing these fields.
-
setManager
public void setManager(String manager)
Manager is an identifier of the workflow managing these fields.
-
getOperation
public String getOperation()
Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
-
setOperation
public void setOperation(String operation)
Operation is the type of operation which lead to this ManagedFieldsEntry being created. The only valid values for this field are 'Apply' and 'Update'.
-
getSubresource
public String getSubresource()
Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
-
setSubresource
public void setSubresource(String subresource)
Subresource is the name of the subresource used to update that object, or empty string if the object was updated through the main resource. The value of this field is used to distinguish between managers, even if they share the same name. For example, a status update will be distinct from a regular update using the same manager name. Note that the APIVersion field is not related to the Subresource field and it always corresponds to the version of the main resource.
-
getTime
public String getTime()
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
-
setTime
public void setTime(String time)
ManagedFieldsEntry is a workflow-id, a FieldSet and the group version of the resource that the fieldset applies to.
-
edit
public ManagedFieldsEntryBuilder edit()
- Specified by:
edit
in interfaceio.fabric8.kubernetes.api.builder.Editable<ManagedFieldsEntryBuilder>
-
toBuilder
public ManagedFieldsEntryBuilder toBuilder()
-
-