Class 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
    • 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.
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperty

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)