Skip to content

Commit

Permalink
filter_policies
Browse files Browse the repository at this point in the history
Signed-off-by: Freedisch <freeproduc@gmail.com>
  • Loading branch information
Freedisch committed Aug 18, 2023
1 parent 1efabae commit 54b9848
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions models/meshmodel/core/v1alpha1/policy.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@ type PolicyDefinitionDB struct {

type PolicyFilter struct {
Kind string
Greedy bool
SubType string
ModelName string
OrderOn string
Sort string
Limit int
Offset int
}

func (pf *PolicyFilter) Create(m map[string]interface{}) {
Expand Down

0 comments on commit 54b9848

Please sign in to comment.