Class SyncSetObjectStatus
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.v1.SyncSetObjectStatus
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<SyncSetObjectStatusBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class SyncSetObjectStatus extends Object implements io.fabric8.kubernetes.api.builder.Editable<SyncSetObjectStatusBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
SyncSetObjectStatus describes the status of resources created or patches that have been applied from a SyncSet or SelectorSyncSet.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SyncSetObjectStatus()No args constructor for use in serializationSyncSetObjectStatus(List<SyncCondition> conditions, String name, List<SyncStatus> patches, String resourceApplyMode, List<SyncStatus> resources, List<SyncStatus> secrets)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SyncSetObjectStatusBuilderedit()Map<String,Object>getAdditionalProperties()List<SyncCondition>getConditions()Conditions is the list of SyncConditions used to indicate UnknownObject when a resource type cannot be determined from a SyncSet resource.StringgetName()Name is the name of the SyncSet.List<SyncStatus>getPatches()Patches is the list of SyncStatus for patches that have been applied.StringgetResourceApplyMode()ResourceApplyMode indicates if the Resource apply mode is "Upsert" (default) or "Sync".List<SyncStatus>getResources()Resources is the list of SyncStatus for objects that have been synced.List<SyncStatus>getSecrets()Secrets is the list of SyncStatus for secrets that have been synced.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetConditions(List<SyncCondition> conditions)Conditions is the list of SyncConditions used to indicate UnknownObject when a resource type cannot be determined from a SyncSet resource.voidsetName(String name)Name is the name of the SyncSet.voidsetPatches(List<SyncStatus> patches)Patches is the list of SyncStatus for patches that have been applied.voidsetResourceApplyMode(String resourceApplyMode)ResourceApplyMode indicates if the Resource apply mode is "Upsert" (default) or "Sync".voidsetResources(List<SyncStatus> resources)Resources is the list of SyncStatus for objects that have been synced.voidsetSecrets(List<SyncStatus> secrets)Secrets is the list of SyncStatus for secrets that have been synced.SyncSetObjectStatusBuildertoBuilder()
-
-
-
Constructor Detail
-
SyncSetObjectStatus
public SyncSetObjectStatus()
No args constructor for use in serialization
-
SyncSetObjectStatus
public SyncSetObjectStatus(List<SyncCondition> conditions, String name, List<SyncStatus> patches, String resourceApplyMode, List<SyncStatus> resources, List<SyncStatus> secrets)
-
-
Method Detail
-
getConditions
public List<SyncCondition> getConditions()
Conditions is the list of SyncConditions used to indicate UnknownObject when a resource type cannot be determined from a SyncSet resource.
-
setConditions
public void setConditions(List<SyncCondition> conditions)
Conditions is the list of SyncConditions used to indicate UnknownObject when a resource type cannot be determined from a SyncSet resource.
-
getName
public String getName()
Name is the name of the SyncSet.
-
setName
public void setName(String name)
Name is the name of the SyncSet.
-
getPatches
public List<SyncStatus> getPatches()
Patches is the list of SyncStatus for patches that have been applied.
-
setPatches
public void setPatches(List<SyncStatus> patches)
Patches is the list of SyncStatus for patches that have been applied.
-
getResourceApplyMode
public String getResourceApplyMode()
ResourceApplyMode indicates if the Resource apply mode is "Upsert" (default) or "Sync". ApplyMode "Upsert" indicates create and update. ApplyMode "Sync" indicates create, update and delete.
-
setResourceApplyMode
public void setResourceApplyMode(String resourceApplyMode)
ResourceApplyMode indicates if the Resource apply mode is "Upsert" (default) or "Sync". ApplyMode "Upsert" indicates create and update. ApplyMode "Sync" indicates create, update and delete.
-
getResources
public List<SyncStatus> getResources()
Resources is the list of SyncStatus for objects that have been synced.
-
setResources
public void setResources(List<SyncStatus> resources)
Resources is the list of SyncStatus for objects that have been synced.
-
getSecrets
public List<SyncStatus> getSecrets()
Secrets is the list of SyncStatus for secrets that have been synced.
-
setSecrets
public void setSecrets(List<SyncStatus> secrets)
Secrets is the list of SyncStatus for secrets that have been synced.
-
edit
public SyncSetObjectStatusBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<SyncSetObjectStatusBuilder>
-
toBuilder
public SyncSetObjectStatusBuilder toBuilder()
-
-