package
Version:
v0.0.2-cli
Opens a new window with list of versions in this module.
Published: Jul 13, 2016
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CNIAddResult struct {
ContainerID string `json:"container_id"`
GroupID string `json:"group_id"`
IP string `json:"ip"`
}
type CNIDelResult struct {
ContainerID string `json:"container_id"`
}
type Destination struct {
ID string `json:"id"`
Port int `json:"port"`
Protocol string `json:"protocol"`
}
type Policy struct {
Source Source `json:"source"`
Destination Destination `json:"destination"`
}
type Source struct {
ID string `json:"id"`
Tag string `json:"tag,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.