Merge pull request #9899 from kellen-dunham/fix_9698

Fix #9698 Updated reference to network
This commit is contained in:
OpenShift Merge Robot
2021-04-01 23:47:46 +02:00
committed by GitHub

View File

@ -20,7 +20,7 @@ func PlayKube(w http.ResponseWriter, r *http.Request) {
runtime := r.Context().Value("runtime").(*libpod.Runtime) runtime := r.Context().Value("runtime").(*libpod.Runtime)
decoder := r.Context().Value("decoder").(*schema.Decoder) decoder := r.Context().Value("decoder").(*schema.Decoder)
query := struct { query := struct {
Network string `schema:"reference"` Network string `schema:"network"`
TLSVerify bool `schema:"tlsVerify"` TLSVerify bool `schema:"tlsVerify"`
LogDriver string `schema:"logDriver"` LogDriver string `schema:"logDriver"`
Start bool `schema:"start"` Start bool `schema:"start"`