Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit 302a6b5

Browse files
authored
Merge pull request #162 from carmark/sg_type_rm
remove 'type' of security group inspect
2 parents 829bf5f + 25e3d37 commit 302a6b5

File tree

1 file changed

+0
-1
lines changed
  • vendor/src/github.com/docker/engine-api/types

1 file changed

+0
-1
lines changed

vendor/src/github.com/docker/engine-api/types/types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,6 @@ type Rule struct {
553553

554554
type SecurityGroup struct {
555555
GroupName string `json:"name" yaml:"name"`
556-
GroupType string `json:"type" yaml:"type"`
557556
// The human-readable description of the group
558557
Description string `json:"description" yaml:"description"`
559558
// The rules which determine how this security group operates.

0 commit comments

Comments
 (0)