Skip to content
This repository has been archived by the owner on Oct 17, 2018. It is now read-only.

Commit

Permalink
Add helper vars for constructing a drop policy applied staged metadatas
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob Skillington committed Jun 29, 2018
1 parent f6a2278 commit dc6333c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions metadata/metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ var (

// DropPipelineMetadatas is the drop policy list of pipeline metadatas.
DropPipelineMetadatas = []PipelineMetadata{DropPipelineMetadata}

// DropMetadata is the drop policy metadata.
DropMetadata = Metadata{Pipelines: DropPipelineMetadatas}

// DropStagedMetadata is the drop policy staged metadata.
DropStagedMetadata = StagedMetadata{Metadata: DropMetadata}

// DropStagedMetadatas is the drop policy staged metadatas.
DropStagedMetadatas = StagedMetadatas{DropStagedMetadata}
)

// PipelineMetadata contains pipeline metadata.
Expand Down

0 comments on commit dc6333c

Please sign in to comment.