package ipconfig
import "k8s.io/kubernetes/pkg/util/ipconfig"
Package ipconfig provides an interface and implementations for running Windows ipconfig commands.
Index ¶
Types ¶
type Interface ¶
type Interface interface { // GetDNSSuffixSearchList returns the list of DNS suffix to search GetDNSSuffixSearchList() ([]string, error) }
Interface is an injectable interface for running ipconfig commands. Implementations must be goroutine-safe.
func New ¶
New returns a new Interface which will exec ipconfig.
Source Files ¶
doc.go ipconfig.go
- Version
- v1.13.5
- Published
- Mar 22, 2019
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 2 minutes ago –
Tools for package owners.