1 Star 0 Fork 0

zhuchance/kubernetes

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
.github
Godeps
api
build
cluster
cmd
docs
examples
hack
logo
pkg
plugin
staging
test
conformance
e2e
e2e_node
builder
conformance
environment
jenkins
perftype
remote
runner
services
system
specs
BUILD
cgroup_validator.go
cgroup_validator_test.go
docker_validator.go
docker_validator_test.go
kernel_validator.go
kernel_validator_helper.go
kernel_validator_test.go
os_validator.go
os_validator_test.go
package_validator.go
package_validator_test.go
report.go
types.go
types_unix.go
types_windows.go
validators.go
BUILD
OWNERS
README.md
apparmor_test.go
benchmark_util.go
container.go
container_log_rotation_test.go
container_manager_test.go
cpu_manager_test.go
critical_pod_test.go
density_test.go
device_plugin.go
doc.go
docker_test.go
docker_util.go
dockershim_checkpoint_test.go
dynamic_kubelet_config_test.go
e2e_node_suite_test.go
eviction_test.go
framework.go
garbage_collector_test.go
gke_environment_test.go
gpu_device_plugin.go
gpus.go
gubernator.sh
hugepages_test.go
image_id_test.go
image_list.go
kubelet_test.go
lifecycle_hook_test.go
log_path_test.go
mirror_pod_test.go
node_container_manager_test.go
node_problem_detector_linux.go
pods_container_manager_test.go
resource_collector.go
resource_usage_test.go
restart_test.go
runtime_conformance_test.go
security_context_test.go
simple_mount.go
summary_test.go
util.go
volume_manager_test.go
fixtures
images
integration
kubemark
list
soak
typecheck
utils
BUILD
OWNERS
test_owners.csv
test_owners.json
third_party
translations
vendor
.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
克隆/下载
kernel_validator_helper.go 846 Bytes
一键复制 编辑 原始数据 按行查看 历史
/*
Copyright 2017 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 system
// KernelValidatorHelper is an interface intended to help with os specific kernel validation
type KernelValidatorHelper interface {
// GetKernelReleaseVersion gets the current kernel release version of the system
GetKernelReleaseVersion() (string, error)
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/meoom/kubernetes.git
git@gitee.com:meoom/kubernetes.git
meoom
kubernetes
kubernetes
v1.10.9

搜索帮助