type Sidecar struct {
// AutomountServiceAccount mounts the service account's token. The service account must have the same name as the plugin. AutomountServiceAccountToken bool `json:"automountServiceAccountToken,omitempty"`
Container apiv1.Container `json:"container"`
}