Skip to content

Commit

Permalink
Remove markNamespaceRefresh field
Browse files Browse the repository at this point in the history
  • Loading branch information
kairen committed Jan 16, 2019
1 parent 9072556 commit 2fbd03d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apis/inwinstack/v1/ip_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ type IP struct {

// IPSpec is the spec for a IP resource.
type IPSpec struct {
PoolName string `json:"poolName"`
MarkNamespaceRefresh bool `json:"markNamespaceRefresh"`
PoolName string `json:"poolName"`
}

type IPPhase string
Expand Down

0 comments on commit 2fbd03d

Please sign in to comment.