Versions in this module Expand all Collapse all v0 v0.3.3 Mar 25, 2016 GO-2022-0451 GO-2022-0451: Ignition config accessible to unprivileged software on VMware in github.com/coreos/ignition v0.3.2 Mar 18, 2016 GO-2022-0451 GO-2022-0451: Ignition config accessible to unprivileged software on VMware in github.com/coreos/ignition Changes in this version + type HttpClient struct + func NewHttpClient(logger *log.Logger) HttpClient + func (c HttpClient) FetchConfig(url string, acceptedStatuses ...int) []byte + func (c HttpClient) Get(url string) ([]byte, int, error)