Documentation ¶
Overview ¶
Common code to parse agruments for both Kubernetes and Mesos.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CniArgs ¶
type CniArgs struct { ContrailArgs ContrailArgs `json:"contrail"` ContainerID string IfName string Netns string K8SArgs K8SArgs }
Definition of json data in STDIN
type ContrailArgs ¶
type ContrailArgs struct { VRouterArgs VRouterArgs `json:"vrouter"` Mode string `json:"mode"` Mtu int `json:"mtu"` Dir string `json:"dir"` Logging LoggingArgs `json:"log"` }
Contrail specific arguments
type LoggingArgs ¶
Logging arguments
Click to show internal directories.
Click to hide internal directories.