mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-14 18:53:35 +00:00
cephfs
deploy
pkg
rbd
vendor
github.com
golang.org
google.golang.org
k8s.io
apimachinery
kubernetes
.github
Godeps
api
build
cluster
cmd
docs
examples
hack
logo
pkg
api
apis
auth
capabilities
client
cloudprovider
controller
credentialprovider
features
fieldpath
generated
kubeapiserver
kubectl
kubelet
kubemark
master
printers
probe
proxy
quota
registry
routes
scheduler
security
securitycontext
serviceaccount
ssh
util
async
bandwidth
config
configz
conntrack
dbus
ebtables
env
file
filesystem
flag
flock
goroutinemap
hash
initsystem
interrupt
io
ipconfig
ipset
iptables
ipvs
keymutex
labels
limitwriter
maps
metrics
mount
net
netsh
testing
BUILD
doc.go
netsh.go
netsh_test.go
node
normalizer
nsenter
oom
parsers
pointer
procfs
reflector
removeall
resizefs
resourcecontainer
rlimit
selinux
slice
strings
sysctl
system
tail
taints
template
term
threading
tolerations
version
workqueue
BUILD
verify-util-pkg.sh
version
volume
watch
.import-restrictions
BUILD
OWNERS
plugin
staging
test
third_party
translations
.bazelrc
.generated_files
.gitattributes
.gitignore
.kazelcfg.json
BUILD.bazel
CHANGELOG-1.10.md
CHANGELOG.md
CONTRIBUTING.md
LICENSE
Makefile
Makefile.generated_files
OWNERS
OWNERS_ALIASES
README.md
SUPPORT.md
WORKSPACE
code-of-conduct.md
labels.yaml
utils
.gitignore
.travis.yml
Gopkg.lock
Gopkg.toml
LICENSE
Makefile
README.md
deploy-cephfs.sh
deploy-rbd.sh
19 lines
725 B
Go
19 lines
725 B
Go
/*
|
|
Copyright 2016 The Kubernetes Authors.
|
|
|
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
you may not use this file except in compliance with the License.
|
|
You may obtain a copy of the License at
|
|
|
|
http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
Unless required by applicable law or agreed to in writing, software
|
|
distributed under the License is distributed on an "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
See the License for the specific language governing permissions and
|
|
limitations under the License.
|
|
*/
|
|
|
|
// Package netsh provides an interface and implementations for running Windows netsh commands.
|
|
package netsh // import "k8s.io/kubernetes/pkg/util/netsh"
|