Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion vendor/src/github.com/docker/engine-api/types/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -553,7 +553,6 @@ type Rule struct {

type SecurityGroup struct {
GroupName string `json:"name" yaml:"name"`
GroupType string `json:"type" yaml:"type"`
// The human-readable description of the group
Description string `json:"description" yaml:"description"`
// The rules which determine how this security group operates.
Expand Down