Vendor: Update k8s version
Signed-off-by: Michał Żyłowski <michal.zylowski@intel.com>
This commit is contained in:
parent
dfa93414c5
commit
52baf68d50
3756 changed files with 113013 additions and 92675 deletions
134
vendor/github.com/opencontainers/runtime-tools/completions/bash/oci-runtime-tool
generated
vendored
134
vendor/github.com/opencontainers/runtime-tools/completions/bash/oci-runtime-tool
generated
vendored
|
@ -297,72 +297,80 @@ _oci-runtime-tool_help() {
|
|||
|
||||
_oci-runtime-tool_generate() {
|
||||
local options_with_args="
|
||||
--arch
|
||||
--apparmor
|
||||
--args
|
||||
--bind
|
||||
--cap-add
|
||||
--cap-drop
|
||||
--cgroup
|
||||
--cgroup-path
|
||||
--cwd
|
||||
--disable-oom-kill
|
||||
--env
|
||||
--env-file
|
||||
--gid
|
||||
--gidmappings
|
||||
--groups
|
||||
--hostname
|
||||
--help
|
||||
--ipc
|
||||
--label
|
||||
--linux-network-classid
|
||||
--linux-network-priorities
|
||||
--linux-pids-limit
|
||||
--masked-paths
|
||||
--mount
|
||||
--mount-cgroups
|
||||
--mount-label
|
||||
--network
|
||||
--os
|
||||
--output
|
||||
--pid
|
||||
--poststart
|
||||
--poststop
|
||||
--prestart
|
||||
--readonly-paths
|
||||
--rootfs-path
|
||||
--rootfs-propagation
|
||||
--rlimits-add
|
||||
--rlimits-remove
|
||||
--rlimits-remove-all
|
||||
--seccomp-allow
|
||||
--seccomp-arch
|
||||
--seccomp-default
|
||||
--seccomp-default-force
|
||||
--seccomp-errno
|
||||
--seccomp-kill
|
||||
--seccomp-only
|
||||
--seccomp-remove
|
||||
--seccomp-remove-all
|
||||
--seccomp-trace
|
||||
--seccomp-trap
|
||||
--seccomp-syscalls
|
||||
--selinux-label
|
||||
--sysctl
|
||||
--tmplate
|
||||
--tmpfs
|
||||
--uid
|
||||
--uidmappings
|
||||
--user
|
||||
--uts
|
||||
--apparmor
|
||||
--arch
|
||||
--args
|
||||
--bind
|
||||
--cap-add
|
||||
--cap-drop
|
||||
--cgroups-path
|
||||
--cwd
|
||||
--env
|
||||
--env-file
|
||||
--gid
|
||||
--gidmappings
|
||||
--groups
|
||||
--hostname
|
||||
--label
|
||||
--linux-cpu-shares
|
||||
--linux-cpu-period
|
||||
--linux-cpu-quota
|
||||
--linux-cpus
|
||||
--linux-mem-kernel-limit
|
||||
--linux-mem-kernel-tcp
|
||||
--linux-mem-limit
|
||||
--linux-mem-reservation
|
||||
--linux-mem-swap
|
||||
--linux-mem-swappiness
|
||||
--linux-mems
|
||||
--linux-namespace-add
|
||||
--linux-namespace-remove
|
||||
--linux-network-classid
|
||||
--linux-network-priorities
|
||||
--linux-pids-limit
|
||||
--linux-realtime-period
|
||||
--linux-realtime-runtime
|
||||
--masked-paths
|
||||
--mount-cgroups
|
||||
--mount-label
|
||||
--oom-score-adj
|
||||
--os
|
||||
--output
|
||||
--poststart
|
||||
--poststop
|
||||
--prestart
|
||||
--readonly-paths
|
||||
--rootfs-path
|
||||
--rootfs-propagation
|
||||
--rlimits-add
|
||||
--rlimits-remove
|
||||
--seccomp-allow
|
||||
--seccomp-arch
|
||||
--seccomp-default
|
||||
--seccomp-default-force
|
||||
--seccomp-errno
|
||||
--seccomp-kill
|
||||
--seccomp-remove
|
||||
--seccomp-trace
|
||||
--seccomp-trap
|
||||
--selinux-label
|
||||
--sysctl
|
||||
--template
|
||||
--tmpfs
|
||||
--uid
|
||||
--uidmappings
|
||||
"
|
||||
|
||||
local boolean_options="
|
||||
--no-new-privileges
|
||||
--privileged
|
||||
--rootfs-readonly
|
||||
--tty
|
||||
--disable-oom-kill
|
||||
--linux-namespace-remove-all
|
||||
--no-new-privileges
|
||||
--privileged
|
||||
--rlimits-remove-all
|
||||
--rootfs-readonly
|
||||
--seccomp-only
|
||||
--seccomp-remove-all
|
||||
--tty
|
||||
"
|
||||
|
||||
local all_options="$options_with_args $boolean_options"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue