From fc5fa01b421a092d664281161e47f3815308793d Mon Sep 17 00:00:00 2001 From: Beata Skiba <bskiba@google.com> Date: Wed, 27 Nov 2019 23:25:08 +0100 Subject: [PATCH 1/2] Add generating bindata to update deps script for e2e --- .../hack/update-kubernetes-deps-in-e2e.sh | 38 +++++++++++++++---- 1 file changed, 31 insertions(+), 7 deletions(-) diff --git a/vertical-pod-autoscaler/hack/update-kubernetes-deps-in-e2e.sh b/vertical-pod-autoscaler/hack/update-kubernetes-deps-in-e2e.sh index 86e67ba3c1a8..1153804d2bd9 100755 --- a/vertical-pod-autoscaler/hack/update-kubernetes-deps-in-e2e.sh +++ b/vertical-pod-autoscaler/hack/update-kubernetes-deps-in-e2e.sh @@ -23,16 +23,17 @@ set -eou errexit pipefail nounset K8S_TAG=${K8S_TAG:-v1.16.2} K8S_TAG=${K8S_TAG#v} +K8S_FORK="git@github.com:kubernetes/kubernetes.git" export GO111MODULE=on function update_deps() { - # list staged k8s.io repos + # list staged k8s.io repos MODS=($( curl -sS https://raw.githubusercontent.com/kubernetes/kubernetes/v${K8S_TAG}/go.mod | sed -n 's|.*k8s.io/\(.*\) => ./staging/src/k8s.io/.*|k8s.io/\1|p' )) - + # get matching tag for each staged k8s.io repo for MOD in "${MODS[@]}"; do V=$( @@ -41,9 +42,25 @@ function update_deps() { ) go mod edit "-replace=${MOD}=${MOD}@${V}" done - - # update k8s.io/kubernetes to desired tag - go get "k8s.io/kubernetes@v${K8S_TAG}" +} + +function generate_bindata() { + WORK_DIR="$(mktemp -d /tmp/vpa-bindata.XXXX)" + echo "operating in ${WORK_DIR}" + echo Getting k8s + K8S_REPO=${WORK_DIR}/kubernetes + pushd ${WORK_DIR} + git clone ${K8S_FORK} ${K8S_REPO} + + pushd ${K8S_REPO} + echo "Syncing k8s to ${K8S_TAG}" + git checkout "v${K8S_TAG}" + echo "Generating k8s bindata" + hack/generate-bindata.sh + popd + popd + + cp ${WORK_DIR}/kubernetes/test/e2e/generated/* ./vendor/k8s.io/kubernetes/test/e2e/generated } @@ -53,12 +70,19 @@ function update_deps() { DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" # cd to e2e tests - cd $DIR/../e2e + cd ${DIR}/../e2e - # update k8s deps in e2e + echo "Updating VPA e2e dependencies to k8s ${K8S_TAG}" update_deps + echo "Updating k8s to ${K8S_TAG}" + go get "k8s.io/kubernetes@v${K8S_TAG}" + + echo "Running go mod tidy and vendoring deps" # tidy and vendor modules go mod tidy go mod vendor + + echo "Generating k8s bindata" + generate_bindata ) From e7332fb62af0ef6b33dbc558be0216af5b0c9d5c Mon Sep 17 00:00:00 2001 From: Beata Skiba <bskiba@google.com> Date: Wed, 27 Nov 2019 23:25:40 +0100 Subject: [PATCH 2/2] Run update-kubernetes-deps-in-e2e --- .../Microsoft/hcsshim/mksyscall_windows.go | 943 -- .../bson/bson_corpus_spec_test_generator.go | 294 - .../github.com/google/btree/btree_mem.go | 76 - .../miekg/dns/duplicate_generate.go | 144 - .../github.com/miekg/dns/msg_generate.go | 328 - .../github.com/miekg/dns/types_generate.go | 287 - .../vendor/golang.org/x/net/html/atom/gen.go | 712 -- .../golang.org/x/net/internal/iana/gen.go | 383 - .../x/net/internal/socket/defs_aix.go | 38 - .../x/net/internal/socket/defs_darwin.go | 36 - .../x/net/internal/socket/defs_dragonfly.go | 36 - .../x/net/internal/socket/defs_freebsd.go | 36 - .../x/net/internal/socket/defs_linux.go | 40 - .../x/net/internal/socket/defs_netbsd.go | 38 - .../x/net/internal/socket/defs_openbsd.go | 36 - .../x/net/internal/socket/defs_solaris.go | 36 - .../vendor/golang.org/x/net/ipv4/defs_aix.go | 39 - .../golang.org/x/net/ipv4/defs_darwin.go | 77 - .../golang.org/x/net/ipv4/defs_dragonfly.go | 38 - .../golang.org/x/net/ipv4/defs_freebsd.go | 75 - .../golang.org/x/net/ipv4/defs_linux.go | 122 - .../golang.org/x/net/ipv4/defs_netbsd.go | 37 - .../golang.org/x/net/ipv4/defs_openbsd.go | 37 - .../golang.org/x/net/ipv4/defs_solaris.go | 84 - .../e2e/vendor/golang.org/x/net/ipv4/gen.go | 199 - .../vendor/golang.org/x/net/ipv6/defs_aix.go | 82 - .../golang.org/x/net/ipv6/defs_darwin.go | 112 - .../golang.org/x/net/ipv6/defs_dragonfly.go | 82 - .../golang.org/x/net/ipv6/defs_freebsd.go | 105 - .../golang.org/x/net/ipv6/defs_linux.go | 147 - .../golang.org/x/net/ipv6/defs_netbsd.go | 80 - .../golang.org/x/net/ipv6/defs_openbsd.go | 89 - .../golang.org/x/net/ipv6/defs_solaris.go | 114 - .../e2e/vendor/golang.org/x/net/ipv6/gen.go | 199 - .../golang.org/x/sys/unix/mkasm_darwin.go | 78 - .../vendor/golang.org/x/sys/unix/mkpost.go | 122 - .../vendor/golang.org/x/sys/unix/mksyscall.go | 402 - .../x/sys/unix/mksyscall_aix_ppc.go | 415 - .../x/sys/unix/mksyscall_aix_ppc64.go | 614 -- .../x/sys/unix/mksyscall_solaris.go | 335 - .../golang.org/x/sys/unix/mksysctl_openbsd.go | 355 - .../vendor/golang.org/x/sys/unix/mksysnum.go | 190 - .../vendor/golang.org/x/sys/unix/types_aix.go | 237 - .../golang.org/x/sys/unix/types_darwin.go | 283 - .../golang.org/x/sys/unix/types_dragonfly.go | 263 - .../golang.org/x/sys/unix/types_freebsd.go | 400 - .../golang.org/x/sys/unix/types_netbsd.go | 290 - .../golang.org/x/sys/unix/types_openbsd.go | 283 - .../golang.org/x/sys/unix/types_solaris.go | 266 - .../x/text/encoding/charmap/maketables.go | 556 -- .../x/text/encoding/htmlindex/gen.go | 173 - .../text/encoding/internal/identifier/gen.go | 142 - .../x/text/encoding/japanese/maketables.go | 161 - .../x/text/encoding/korean/maketables.go | 143 - .../encoding/simplifiedchinese/maketables.go | 161 - .../encoding/traditionalchinese/maketables.go | 140 - .../x/text/internal/language/compact/gen.go | 64 - .../internal/language/compact/gen_index.go | 113 - .../internal/language/compact/gen_parents.go | 54 - .../x/text/internal/language/gen.go | 1520 --- .../x/text/internal/language/gen_common.go | 20 - .../vendor/golang.org/x/text/language/gen.go | 305 - .../golang.org/x/text/unicode/bidi/gen.go | 133 - .../x/text/unicode/bidi/gen_ranges.go | 57 - .../x/text/unicode/bidi/gen_trieval.go | 64 - .../x/text/unicode/norm/maketables.go | 986 -- .../golang.org/x/text/unicode/norm/triegen.go | 117 - .../e2e/vendor/golang.org/x/text/width/gen.go | 115 - .../golang.org/x/text/width/gen_common.go | 96 - .../golang.org/x/text/width/gen_trieval.go | 34 - .../kubernetes/test/e2e/framework/timer/BUILD | 33 - .../test/e2e/framework/timer/timer.go | 128 - .../kubernetes/test/e2e/generated/bindata.go | 8499 ----------------- .../kubernetes/test/e2e/scalability/BUILD | 65 - .../kubernetes/test/e2e/scalability/OWNERS | 11 - .../kubernetes/test/e2e/scalability/common.go | 24 - .../test/e2e/scalability/density.go | 1066 --- .../test/e2e/scalability/framework.go | 32 - .../kubernetes/test/e2e/scalability/load.go | 767 -- .../e2e/vendor/modules.txt | 1640 ++-- 80 files changed, 819 insertions(+), 26314 deletions(-) delete mode 100644 vertical-pod-autoscaler/e2e/vendor/github.com/Microsoft/hcsshim/mksyscall_windows.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/github.com/globalsign/mgo/bson/bson_corpus_spec_test_generator.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/github.com/google/btree/btree_mem.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/github.com/miekg/dns/duplicate_generate.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/github.com/miekg/dns/msg_generate.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/github.com/miekg/dns/types_generate.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/html/atom/gen.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/iana/gen.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_aix.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_darwin.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_dragonfly.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_freebsd.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_linux.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_netbsd.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_openbsd.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_solaris.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_aix.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_darwin.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_dragonfly.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_freebsd.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_linux.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_netbsd.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_openbsd.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_solaris.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/gen.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_aix.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_darwin.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_dragonfly.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_freebsd.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_linux.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_netbsd.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_openbsd.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_solaris.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/gen.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mkasm_darwin.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mkpost.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksyscall.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc64.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksyscall_solaris.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksysctl_openbsd.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksysnum.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_aix.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_darwin.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_dragonfly.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_freebsd.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_netbsd.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_openbsd.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_solaris.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/charmap/maketables.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/htmlindex/gen.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/internal/identifier/gen.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/japanese/maketables.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/korean/maketables.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/simplifiedchinese/maketables.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/traditionalchinese/maketables.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/compact/gen.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/compact/gen_index.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/compact/gen_parents.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/gen.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/gen_common.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/language/gen.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/bidi/gen.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/bidi/gen_ranges.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/bidi/gen_trieval.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/norm/maketables.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/norm/triegen.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/width/gen.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/width/gen_common.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/width/gen_trieval.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/framework/timer/BUILD delete mode 100644 vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/framework/timer/timer.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/generated/bindata.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/BUILD delete mode 100644 vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/OWNERS delete mode 100644 vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/common.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/density.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/framework.go delete mode 100644 vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/load.go diff --git a/vertical-pod-autoscaler/e2e/vendor/github.com/Microsoft/hcsshim/mksyscall_windows.go b/vertical-pod-autoscaler/e2e/vendor/github.com/Microsoft/hcsshim/mksyscall_windows.go deleted file mode 100644 index 7647734de980..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/github.com/Microsoft/hcsshim/mksyscall_windows.go +++ /dev/null @@ -1,943 +0,0 @@ -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -/* -mksyscall_windows generates windows system call bodies - -It parses all files specified on command line containing function -prototypes (like syscall_windows.go) and prints system call bodies -to standard output. - -The prototypes are marked by lines beginning with "//sys" and read -like func declarations if //sys is replaced by func, but: - -* The parameter lists must give a name for each argument. This - includes return parameters. - -* The parameter lists must give a type for each argument: - the (x, y, z int) shorthand is not allowed. - -* If the return parameter is an error number, it must be named err. - -* If go func name needs to be different from it's winapi dll name, - the winapi name could be specified at the end, after "=" sign, like - //sys LoadLibrary(libname string) (handle uint32, err error) = LoadLibraryA - -* Each function that returns err needs to supply a condition, that - return value of winapi will be tested against to detect failure. - This would set err to windows "last-error", otherwise it will be nil. - The value can be provided at end of //sys declaration, like - //sys LoadLibrary(libname string) (handle uint32, err error) [failretval==-1] = LoadLibraryA - and is [failretval==0] by default. - -Usage: - mksyscall_windows [flags] [path ...] - -The flags are: - -output - Specify output file name (outputs to console if blank). - -trace - Generate print statement after every syscall. -*/ -package main - -import ( - "bufio" - "bytes" - "errors" - "flag" - "fmt" - "go/format" - "go/parser" - "go/token" - "io" - "io/ioutil" - "log" - "os" - "path/filepath" - "runtime" - "sort" - "strconv" - "strings" - "text/template" -) - -var ( - filename = flag.String("output", "", "output file name (standard output if omitted)") - printTraceFlag = flag.Bool("trace", false, "generate print statement after every syscall") - systemDLL = flag.Bool("systemdll", true, "whether all DLLs should be loaded from the Windows system directory") - winio = flag.Bool("winio", false, "import go-winio") -) - -func trim(s string) string { - return strings.Trim(s, " \t") -} - -var packageName string - -func packagename() string { - return packageName -} - -func syscalldot() string { - if packageName == "syscall" { - return "" - } - return "syscall." -} - -// Param is function parameter -type Param struct { - Name string - Type string - fn *Fn - tmpVarIdx int -} - -// tmpVar returns temp variable name that will be used to represent p during syscall. -func (p *Param) tmpVar() string { - if p.tmpVarIdx < 0 { - p.tmpVarIdx = p.fn.curTmpVarIdx - p.fn.curTmpVarIdx++ - } - return fmt.Sprintf("_p%d", p.tmpVarIdx) -} - -// BoolTmpVarCode returns source code for bool temp variable. -func (p *Param) BoolTmpVarCode() string { - const code = `var %s uint32 - if %s { - %s = 1 - } else { - %s = 0 - }` - tmp := p.tmpVar() - return fmt.Sprintf(code, tmp, p.Name, tmp, tmp) -} - -// SliceTmpVarCode returns source code for slice temp variable. -func (p *Param) SliceTmpVarCode() string { - const code = `var %s *%s - if len(%s) > 0 { - %s = &%s[0] - }` - tmp := p.tmpVar() - return fmt.Sprintf(code, tmp, p.Type[2:], p.Name, tmp, p.Name) -} - -// StringTmpVarCode returns source code for string temp variable. -func (p *Param) StringTmpVarCode() string { - errvar := p.fn.Rets.ErrorVarName() - if errvar == "" { - errvar = "_" - } - tmp := p.tmpVar() - const code = `var %s %s - %s, %s = %s(%s)` - s := fmt.Sprintf(code, tmp, p.fn.StrconvType(), tmp, errvar, p.fn.StrconvFunc(), p.Name) - if errvar == "-" { - return s - } - const morecode = ` - if %s != nil { - return - }` - return s + fmt.Sprintf(morecode, errvar) -} - -// TmpVarCode returns source code for temp variable. -func (p *Param) TmpVarCode() string { - switch { - case p.Type == "bool": - return p.BoolTmpVarCode() - case strings.HasPrefix(p.Type, "[]"): - return p.SliceTmpVarCode() - default: - return "" - } -} - -// TmpVarHelperCode returns source code for helper's temp variable. -func (p *Param) TmpVarHelperCode() string { - if p.Type != "string" { - return "" - } - return p.StringTmpVarCode() -} - -// SyscallArgList returns source code fragments representing p parameter -// in syscall. Slices are translated into 2 syscall parameters: pointer to -// the first element and length. -func (p *Param) SyscallArgList() []string { - t := p.HelperType() - var s string - switch { - case t[0] == '*': - s = fmt.Sprintf("unsafe.Pointer(%s)", p.Name) - case t == "bool": - s = p.tmpVar() - case strings.HasPrefix(t, "[]"): - return []string{ - fmt.Sprintf("uintptr(unsafe.Pointer(%s))", p.tmpVar()), - fmt.Sprintf("uintptr(len(%s))", p.Name), - } - default: - s = p.Name - } - return []string{fmt.Sprintf("uintptr(%s)", s)} -} - -// IsError determines if p parameter is used to return error. -func (p *Param) IsError() bool { - return p.Name == "err" && p.Type == "error" -} - -// HelperType returns type of parameter p used in helper function. -func (p *Param) HelperType() string { - if p.Type == "string" { - return p.fn.StrconvType() - } - return p.Type -} - -// join concatenates parameters ps into a string with sep separator. -// Each parameter is converted into string by applying fn to it -// before conversion. -func join(ps []*Param, fn func(*Param) string, sep string) string { - if len(ps) == 0 { - return "" - } - a := make([]string, 0) - for _, p := range ps { - a = append(a, fn(p)) - } - return strings.Join(a, sep) -} - -// Rets describes function return parameters. -type Rets struct { - Name string - Type string - ReturnsError bool - FailCond string -} - -// ErrorVarName returns error variable name for r. -func (r *Rets) ErrorVarName() string { - if r.ReturnsError { - return "err" - } - if r.Type == "error" { - return r.Name - } - return "" -} - -// ToParams converts r into slice of *Param. -func (r *Rets) ToParams() []*Param { - ps := make([]*Param, 0) - if len(r.Name) > 0 { - ps = append(ps, &Param{Name: r.Name, Type: r.Type}) - } - if r.ReturnsError { - ps = append(ps, &Param{Name: "err", Type: "error"}) - } - return ps -} - -// List returns source code of syscall return parameters. -func (r *Rets) List() string { - s := join(r.ToParams(), func(p *Param) string { return p.Name + " " + p.Type }, ", ") - if len(s) > 0 { - s = "(" + s + ")" - } - return s -} - -// PrintList returns source code of trace printing part correspondent -// to syscall return values. -func (r *Rets) PrintList() string { - return join(r.ToParams(), func(p *Param) string { return fmt.Sprintf(`"%s=", %s, `, p.Name, p.Name) }, `", ", `) -} - -// SetReturnValuesCode returns source code that accepts syscall return values. -func (r *Rets) SetReturnValuesCode() string { - if r.Name == "" && !r.ReturnsError { - return "" - } - retvar := "r0" - if r.Name == "" { - retvar = "r1" - } - errvar := "_" - if r.ReturnsError { - errvar = "e1" - } - return fmt.Sprintf("%s, _, %s := ", retvar, errvar) -} - -func (r *Rets) useLongHandleErrorCode(retvar string) string { - const code = `if %s { - if e1 != 0 { - err = errnoErr(e1) - } else { - err = %sEINVAL - } - }` - cond := retvar + " == 0" - if r.FailCond != "" { - cond = strings.Replace(r.FailCond, "failretval", retvar, 1) - } - return fmt.Sprintf(code, cond, syscalldot()) -} - -// SetErrorCode returns source code that sets return parameters. -func (r *Rets) SetErrorCode() string { - const code = `if r0 != 0 { - %s = %sErrno(r0) - }` - const hrCode = `if int32(r0) < 0 { - if r0&0x1fff0000 == 0x00070000 { - r0 &= 0xffff - } - %s = %sErrno(r0) - }` - if r.Name == "" && !r.ReturnsError { - return "" - } - if r.Name == "" { - return r.useLongHandleErrorCode("r1") - } - if r.Type == "error" { - if r.Name == "hr" { - return fmt.Sprintf(hrCode, r.Name, syscalldot()) - } else { - return fmt.Sprintf(code, r.Name, syscalldot()) - } - } - s := "" - switch { - case r.Type[0] == '*': - s = fmt.Sprintf("%s = (%s)(unsafe.Pointer(r0))", r.Name, r.Type) - case r.Type == "bool": - s = fmt.Sprintf("%s = r0 != 0", r.Name) - default: - s = fmt.Sprintf("%s = %s(r0)", r.Name, r.Type) - } - if !r.ReturnsError { - return s - } - return s + "\n\t" + r.useLongHandleErrorCode(r.Name) -} - -// Fn describes syscall function. -type Fn struct { - Name string - Params []*Param - Rets *Rets - PrintTrace bool - confirmproc bool - dllname string - dllfuncname string - src string - // TODO: get rid of this field and just use parameter index instead - curTmpVarIdx int // insure tmp variables have uniq names -} - -// extractParams parses s to extract function parameters. -func extractParams(s string, f *Fn) ([]*Param, error) { - s = trim(s) - if s == "" { - return nil, nil - } - a := strings.Split(s, ",") - ps := make([]*Param, len(a)) - for i := range ps { - s2 := trim(a[i]) - b := strings.Split(s2, " ") - if len(b) != 2 { - b = strings.Split(s2, "\t") - if len(b) != 2 { - return nil, errors.New("Could not extract function parameter from \"" + s2 + "\"") - } - } - ps[i] = &Param{ - Name: trim(b[0]), - Type: trim(b[1]), - fn: f, - tmpVarIdx: -1, - } - } - return ps, nil -} - -// extractSection extracts text out of string s starting after start -// and ending just before end. found return value will indicate success, -// and prefix, body and suffix will contain correspondent parts of string s. -func extractSection(s string, start, end rune) (prefix, body, suffix string, found bool) { - s = trim(s) - if strings.HasPrefix(s, string(start)) { - // no prefix - body = s[1:] - } else { - a := strings.SplitN(s, string(start), 2) - if len(a) != 2 { - return "", "", s, false - } - prefix = a[0] - body = a[1] - } - a := strings.SplitN(body, string(end), 2) - if len(a) != 2 { - return "", "", "", false - } - return prefix, a[0], a[1], true -} - -// newFn parses string s and return created function Fn. -func newFn(s string) (*Fn, error) { - s = trim(s) - f := &Fn{ - Rets: &Rets{}, - src: s, - PrintTrace: *printTraceFlag, - } - // function name and args - prefix, body, s, found := extractSection(s, '(', ')') - if !found || prefix == "" { - return nil, errors.New("Could not extract function name and parameters from \"" + f.src + "\"") - } - f.Name = prefix - var err error - f.Params, err = extractParams(body, f) - if err != nil { - return nil, err - } - // return values - _, body, s, found = extractSection(s, '(', ')') - if found { - r, err := extractParams(body, f) - if err != nil { - return nil, err - } - switch len(r) { - case 0: - case 1: - if r[0].IsError() { - f.Rets.ReturnsError = true - } else { - f.Rets.Name = r[0].Name - f.Rets.Type = r[0].Type - } - case 2: - if !r[1].IsError() { - return nil, errors.New("Only last windows error is allowed as second return value in \"" + f.src + "\"") - } - f.Rets.ReturnsError = true - f.Rets.Name = r[0].Name - f.Rets.Type = r[0].Type - default: - return nil, errors.New("Too many return values in \"" + f.src + "\"") - } - } - // fail condition - _, body, s, found = extractSection(s, '[', ']') - if found { - f.Rets.FailCond = body - } - // dll and dll function names - s = trim(s) - if s == "" { - return f, nil - } - if !strings.HasPrefix(s, "=") { - return nil, errors.New("Could not extract dll name from \"" + f.src + "\"") - } - s = trim(s[1:]) - a := strings.Split(s, ".") - switch len(a) { - case 1: - f.dllfuncname = a[0] - case 2: - f.dllname = a[0] - f.dllfuncname = a[1] - default: - return nil, errors.New("Could not extract dll name from \"" + f.src + "\"") - } - if f.dllfuncname[len(f.dllfuncname)-1] == '?' { - f.confirmproc = true - f.dllfuncname = f.dllfuncname[0 : len(f.dllfuncname)-1] - } - return f, nil -} - -// DLLName returns DLL name for function f. -func (f *Fn) DLLName() string { - if f.dllname == "" { - return "kernel32" - } - return f.dllname -} - -// DLLName returns DLL function name for function f. -func (f *Fn) DLLFuncName() string { - if f.dllfuncname == "" { - return f.Name - } - return f.dllfuncname -} - -func (f *Fn) ConfirmProc() bool { - return f.confirmproc -} - -// ParamList returns source code for function f parameters. -func (f *Fn) ParamList() string { - return join(f.Params, func(p *Param) string { return p.Name + " " + p.Type }, ", ") -} - -// HelperParamList returns source code for helper function f parameters. -func (f *Fn) HelperParamList() string { - return join(f.Params, func(p *Param) string { return p.Name + " " + p.HelperType() }, ", ") -} - -// ParamPrintList returns source code of trace printing part correspondent -// to syscall input parameters. -func (f *Fn) ParamPrintList() string { - return join(f.Params, func(p *Param) string { return fmt.Sprintf(`"%s=", %s, `, p.Name, p.Name) }, `", ", `) -} - -// ParamCount return number of syscall parameters for function f. -func (f *Fn) ParamCount() int { - n := 0 - for _, p := range f.Params { - n += len(p.SyscallArgList()) - } - return n -} - -// SyscallParamCount determines which version of Syscall/Syscall6/Syscall9/... -// to use. It returns parameter count for correspondent SyscallX function. -func (f *Fn) SyscallParamCount() int { - n := f.ParamCount() - switch { - case n <= 3: - return 3 - case n <= 6: - return 6 - case n <= 9: - return 9 - case n <= 12: - return 12 - case n <= 15: - return 15 - default: - panic("too many arguments to system call") - } -} - -// Syscall determines which SyscallX function to use for function f. -func (f *Fn) Syscall() string { - c := f.SyscallParamCount() - if c == 3 { - return syscalldot() + "Syscall" - } - return syscalldot() + "Syscall" + strconv.Itoa(c) -} - -// SyscallParamList returns source code for SyscallX parameters for function f. -func (f *Fn) SyscallParamList() string { - a := make([]string, 0) - for _, p := range f.Params { - a = append(a, p.SyscallArgList()...) - } - for len(a) < f.SyscallParamCount() { - a = append(a, "0") - } - return strings.Join(a, ", ") -} - -// HelperCallParamList returns source code of call into function f helper. -func (f *Fn) HelperCallParamList() string { - a := make([]string, 0, len(f.Params)) - for _, p := range f.Params { - s := p.Name - if p.Type == "string" { - s = p.tmpVar() - } - a = append(a, s) - } - return strings.Join(a, ", ") -} - -// IsUTF16 is true, if f is W (utf16) function. It is false -// for all A (ascii) functions. -func (_ *Fn) IsUTF16() bool { - return true -} - -// StrconvFunc returns name of Go string to OS string function for f. -func (f *Fn) StrconvFunc() string { - if f.IsUTF16() { - return syscalldot() + "UTF16PtrFromString" - } - return syscalldot() + "BytePtrFromString" -} - -// StrconvType returns Go type name used for OS string for f. -func (f *Fn) StrconvType() string { - if f.IsUTF16() { - return "*uint16" - } - return "*byte" -} - -// HasStringParam is true, if f has at least one string parameter. -// Otherwise it is false. -func (f *Fn) HasStringParam() bool { - for _, p := range f.Params { - if p.Type == "string" { - return true - } - } - return false -} - -var uniqDllFuncName = make(map[string]bool) - -// IsNotDuplicate is true if f is not a duplicated function -func (f *Fn) IsNotDuplicate() bool { - funcName := f.DLLFuncName() - if uniqDllFuncName[funcName] == false { - uniqDllFuncName[funcName] = true - return true - } - return false -} - -// HelperName returns name of function f helper. -func (f *Fn) HelperName() string { - if !f.HasStringParam() { - return f.Name - } - return "_" + f.Name -} - -// Source files and functions. -type Source struct { - Funcs []*Fn - Files []string - StdLibImports []string - ExternalImports []string -} - -func (src *Source) Import(pkg string) { - src.StdLibImports = append(src.StdLibImports, pkg) - sort.Strings(src.StdLibImports) -} - -func (src *Source) ExternalImport(pkg string) { - src.ExternalImports = append(src.ExternalImports, pkg) - sort.Strings(src.ExternalImports) -} - -// ParseFiles parses files listed in fs and extracts all syscall -// functions listed in sys comments. It returns source files -// and functions collection *Source if successful. -func ParseFiles(fs []string) (*Source, error) { - src := &Source{ - Funcs: make([]*Fn, 0), - Files: make([]string, 0), - StdLibImports: []string{ - "unsafe", - }, - ExternalImports: make([]string, 0), - } - for _, file := range fs { - if err := src.ParseFile(file); err != nil { - return nil, err - } - } - return src, nil -} - -// DLLs return dll names for a source set src. -func (src *Source) DLLs() []string { - uniq := make(map[string]bool) - r := make([]string, 0) - for _, f := range src.Funcs { - name := f.DLLName() - if _, found := uniq[name]; !found { - uniq[name] = true - r = append(r, name) - } - } - return r -} - -// ParseFile adds additional file path to a source set src. -func (src *Source) ParseFile(path string) error { - file, err := os.Open(path) - if err != nil { - return err - } - defer file.Close() - - s := bufio.NewScanner(file) - for s.Scan() { - t := trim(s.Text()) - if len(t) < 7 { - continue - } - if !strings.HasPrefix(t, "//sys") { - continue - } - t = t[5:] - if !(t[0] == ' ' || t[0] == '\t') { - continue - } - f, err := newFn(t[1:]) - if err != nil { - return err - } - src.Funcs = append(src.Funcs, f) - } - if err := s.Err(); err != nil { - return err - } - src.Files = append(src.Files, path) - - // get package name - fset := token.NewFileSet() - _, err = file.Seek(0, 0) - if err != nil { - return err - } - pkg, err := parser.ParseFile(fset, "", file, parser.PackageClauseOnly) - if err != nil { - return err - } - packageName = pkg.Name.Name - - return nil -} - -// IsStdRepo returns true if src is part of standard library. -func (src *Source) IsStdRepo() (bool, error) { - if len(src.Files) == 0 { - return false, errors.New("no input files provided") - } - abspath, err := filepath.Abs(src.Files[0]) - if err != nil { - return false, err - } - goroot := runtime.GOROOT() - if runtime.GOOS == "windows" { - abspath = strings.ToLower(abspath) - goroot = strings.ToLower(goroot) - } - sep := string(os.PathSeparator) - if !strings.HasSuffix(goroot, sep) { - goroot += sep - } - return strings.HasPrefix(abspath, goroot), nil -} - -// Generate output source file from a source set src. -func (src *Source) Generate(w io.Writer) error { - const ( - pkgStd = iota // any package in std library - pkgXSysWindows // x/sys/windows package - pkgOther - ) - isStdRepo, err := src.IsStdRepo() - if err != nil { - return err - } - var pkgtype int - switch { - case isStdRepo: - pkgtype = pkgStd - case packageName == "windows": - // TODO: this needs better logic than just using package name - pkgtype = pkgXSysWindows - default: - pkgtype = pkgOther - } - if *systemDLL { - switch pkgtype { - case pkgStd: - src.Import("internal/syscall/windows/sysdll") - case pkgXSysWindows: - default: - src.ExternalImport("golang.org/x/sys/windows") - } - } - if *winio { - src.ExternalImport("github.com/Microsoft/go-winio") - } - if packageName != "syscall" { - src.Import("syscall") - } - funcMap := template.FuncMap{ - "packagename": packagename, - "syscalldot": syscalldot, - "newlazydll": func(dll string) string { - arg := "\"" + dll + ".dll\"" - if !*systemDLL { - return syscalldot() + "NewLazyDLL(" + arg + ")" - } - if strings.HasPrefix(dll, "api_") || strings.HasPrefix(dll, "ext_") { - arg = strings.Replace(arg, "_", "-", -1) - } - switch pkgtype { - case pkgStd: - return syscalldot() + "NewLazyDLL(sysdll.Add(" + arg + "))" - case pkgXSysWindows: - return "NewLazySystemDLL(" + arg + ")" - default: - return "windows.NewLazySystemDLL(" + arg + ")" - } - }, - } - t := template.Must(template.New("main").Funcs(funcMap).Parse(srcTemplate)) - err = t.Execute(w, src) - if err != nil { - return errors.New("Failed to execute template: " + err.Error()) - } - return nil -} - -func usage() { - fmt.Fprintf(os.Stderr, "usage: mksyscall_windows [flags] [path ...]\n") - flag.PrintDefaults() - os.Exit(1) -} - -func main() { - flag.Usage = usage - flag.Parse() - if len(flag.Args()) <= 0 { - fmt.Fprintf(os.Stderr, "no files to parse provided\n") - usage() - } - - src, err := ParseFiles(flag.Args()) - if err != nil { - log.Fatal(err) - } - - var buf bytes.Buffer - if err := src.Generate(&buf); err != nil { - log.Fatal(err) - } - - data, err := format.Source(buf.Bytes()) - if err != nil { - log.Fatal(err) - } - if *filename == "" { - _, err = os.Stdout.Write(data) - } else { - err = ioutil.WriteFile(*filename, data, 0644) - } - if err != nil { - log.Fatal(err) - } -} - -// TODO: use println instead to print in the following template -const srcTemplate = ` - -{{define "main"}}// Code generated mksyscall_windows.exe DO NOT EDIT - -package {{packagename}} - -import ( -{{range .StdLibImports}}"{{.}}" -{{end}} - -{{range .ExternalImports}}"{{.}}" -{{end}} -) - -var _ unsafe.Pointer - -// Do the interface allocations only once for common -// Errno values. -const ( - errnoERROR_IO_PENDING = 997 -) - -var ( - errERROR_IO_PENDING error = {{syscalldot}}Errno(errnoERROR_IO_PENDING) -) - -// errnoErr returns common boxed Errno values, to prevent -// allocations at runtime. -func errnoErr(e {{syscalldot}}Errno) error { - switch e { - case 0: - return nil - case errnoERROR_IO_PENDING: - return errERROR_IO_PENDING - } - // TODO: add more here, after collecting data on the common - // error values see on Windows. (perhaps when running - // all.bat?) - return e -} - -var ( -{{template "dlls" .}} -{{template "funcnames" .}}) -{{range .Funcs}}{{if .HasStringParam}}{{template "helperbody" .}}{{end}}{{template "funcbody" .}}{{end}} -{{end}} - -{{/* help functions */}} - -{{define "dlls"}}{{range .DLLs}} mod{{.}} = {{newlazydll .}} -{{end}}{{end}} - -{{define "funcnames"}}{{range .Funcs}}{{if .IsNotDuplicate}} proc{{.DLLFuncName}} = mod{{.DLLName}}.NewProc("{{.DLLFuncName}}"){{end}} -{{end}}{{end}} - -{{define "helperbody"}} -func {{.Name}}({{.ParamList}}) {{template "results" .}}{ -{{template "helpertmpvars" .}} return {{.HelperName}}({{.HelperCallParamList}}) -} -{{end}} - -{{define "funcbody"}} -func {{.HelperName}}({{.HelperParamList}}) {{template "results" .}}{ -{{template "tmpvars" .}} {{template "syscallcheck" .}}{{template "syscall" .}} -{{template "seterror" .}}{{template "printtrace" .}} return -} -{{end}} - -{{define "helpertmpvars"}}{{range .Params}}{{if .TmpVarHelperCode}} {{.TmpVarHelperCode}} -{{end}}{{end}}{{end}} - -{{define "tmpvars"}}{{range .Params}}{{if .TmpVarCode}} {{.TmpVarCode}} -{{end}}{{end}}{{end}} - -{{define "results"}}{{if .Rets.List}}{{.Rets.List}} {{end}}{{end}} - -{{define "syscall"}}{{.Rets.SetReturnValuesCode}}{{.Syscall}}(proc{{.DLLFuncName}}.Addr(), {{.ParamCount}}, {{.SyscallParamList}}){{end}} - -{{define "syscallcheck"}}{{if .ConfirmProc}}if {{.Rets.ErrorVarName}} = proc{{.DLLFuncName}}.Find(); {{.Rets.ErrorVarName}} != nil { - return -} -{{end}}{{end}} - - -{{define "seterror"}}{{if .Rets.SetErrorCode}} {{.Rets.SetErrorCode}} -{{end}}{{end}} - -{{define "printtrace"}}{{if .PrintTrace}} print("SYSCALL: {{.Name}}(", {{.ParamPrintList}}") (", {{.Rets.PrintList}}")\n") -{{end}}{{end}} - -` diff --git a/vertical-pod-autoscaler/e2e/vendor/github.com/globalsign/mgo/bson/bson_corpus_spec_test_generator.go b/vertical-pod-autoscaler/e2e/vendor/github.com/globalsign/mgo/bson/bson_corpus_spec_test_generator.go deleted file mode 100644 index 3525a004b6c8..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/github.com/globalsign/mgo/bson/bson_corpus_spec_test_generator.go +++ /dev/null @@ -1,294 +0,0 @@ -// +build ignore - -package main - -import ( - "bytes" - "fmt" - "go/format" - "html/template" - "io/ioutil" - "log" - "path/filepath" - "strings" - - "github.com/globalsign/mgo/internal/json" -) - -func main() { - log.SetFlags(0) - log.SetPrefix(name + ": ") - - var g Generator - - fmt.Fprintf(&g, "// Code generated by \"%s.go\"; DO NOT EDIT\n\n", name) - - src := g.generate() - - err := ioutil.WriteFile(fmt.Sprintf("%s.go", strings.TrimSuffix(name, "_generator")), src, 0644) - if err != nil { - log.Fatalf("writing output: %s", err) - } -} - -// Generator holds the state of the analysis. Primarily used to buffer -// the output for format.Source. -type Generator struct { - bytes.Buffer // Accumulated output. -} - -// format returns the gofmt-ed contents of the Generator's buffer. -func (g *Generator) format() []byte { - src, err := format.Source(g.Bytes()) - if err != nil { - // Should never happen, but can arise when developing this code. - // The user can compile the output to see the error. - log.Printf("warning: internal error: invalid Go generated: %s", err) - log.Printf("warning: compile the package to analyze the error") - return g.Bytes() - } - return src -} - -// EVERYTHING ABOVE IS CONSTANT BETWEEN THE GENERATORS - -const name = "bson_corpus_spec_test_generator" - -func (g *Generator) generate() []byte { - - testFiles, err := filepath.Glob("./specdata/specifications/source/bson-corpus/tests/*.json") - if err != nil { - log.Fatalf("error reading bson-corpus files: %s", err) - } - - tests, err := g.loadTests(testFiles) - if err != nil { - log.Fatalf("error loading tests: %s", err) - } - - tmpl, err := g.getTemplate() - if err != nil { - log.Fatalf("error loading template: %s", err) - } - - tmpl.Execute(&g.Buffer, tests) - - return g.format() -} - -func (g *Generator) loadTests(filenames []string) ([]*testDef, error) { - var tests []*testDef - for _, filename := range filenames { - test, err := g.loadTest(filename) - if err != nil { - return nil, err - } - - tests = append(tests, test) - } - - return tests, nil -} - -func (g *Generator) loadTest(filename string) (*testDef, error) { - content, err := ioutil.ReadFile(filename) - if err != nil { - return nil, err - } - - var testDef testDef - err = json.Unmarshal(content, &testDef) - if err != nil { - return nil, err - } - - names := make(map[string]struct{}) - - for i := len(testDef.Valid) - 1; i >= 0; i-- { - if testDef.BsonType == "0x05" && testDef.Valid[i].Description == "subtype 0x02" { - testDef.Valid = append(testDef.Valid[:i], testDef.Valid[i+1:]...) - continue - } - - name := cleanupFuncName(testDef.Description + "_" + testDef.Valid[i].Description) - nameIdx := name - j := 1 - for { - if _, ok := names[nameIdx]; !ok { - break - } - - nameIdx = fmt.Sprintf("%s_%d", name, j) - } - - names[nameIdx] = struct{}{} - - testDef.Valid[i].TestDef = &testDef - testDef.Valid[i].Name = nameIdx - testDef.Valid[i].StructTest = testDef.TestKey != "" && - (testDef.BsonType != "0x05" || strings.Contains(testDef.Valid[i].Description, "0x00")) && - !testDef.Deprecated - } - - for i := len(testDef.DecodeErrors) - 1; i >= 0; i-- { - if strings.Contains(testDef.DecodeErrors[i].Description, "UTF-8") { - testDef.DecodeErrors = append(testDef.DecodeErrors[:i], testDef.DecodeErrors[i+1:]...) - continue - } - - name := cleanupFuncName(testDef.Description + "_" + testDef.DecodeErrors[i].Description) - nameIdx := name - j := 1 - for { - if _, ok := names[nameIdx]; !ok { - break - } - - nameIdx = fmt.Sprintf("%s_%d", name, j) - } - names[nameIdx] = struct{}{} - - testDef.DecodeErrors[i].Name = nameIdx - } - - return &testDef, nil -} - -func (g *Generator) getTemplate() (*template.Template, error) { - content := `package bson_test - -import ( - "encoding/hex" - "time" - - . "gopkg.in/check.v1" - "github.com/globalsign/mgo/bson" -) - -func testValid(c *C, in []byte, expected []byte, result interface{}) { - err := bson.Unmarshal(in, result) - c.Assert(err, IsNil) - - out, err := bson.Marshal(result) - c.Assert(err, IsNil) - - c.Assert(string(expected), Equals, string(out), Commentf("roundtrip failed for %T, expected '%x' but got '%x'", result, expected, out)) -} - -func testDecodeSkip(c *C, in []byte) { - err := bson.Unmarshal(in, &struct{}{}) - c.Assert(err, IsNil) -} - -func testDecodeError(c *C, in []byte, result interface{}) { - err := bson.Unmarshal(in, result) - c.Assert(err, Not(IsNil)) -} - -{{range .}} -{{range .Valid}} -func (s *S) Test{{.Name}}(c *C) { - b, err := hex.DecodeString("{{.Bson}}") - c.Assert(err, IsNil) - - {{if .CanonicalBson}} - cb, err := hex.DecodeString("{{.CanonicalBson}}") - c.Assert(err, IsNil) - {{else}} - cb := b - {{end}} - - var resultD bson.D - testValid(c, b, cb, &resultD) - {{if .StructTest}}var resultS struct { - Element {{.TestDef.GoType}} ` + "`bson:\"{{.TestDef.TestKey}}\"`" + ` - } - testValid(c, b, cb, &resultS){{end}} - - testDecodeSkip(c, b) -} -{{end}} - -{{range .DecodeErrors}} -func (s *S) Test{{.Name}}(c *C) { - b, err := hex.DecodeString("{{.Bson}}") - c.Assert(err, IsNil) - - var resultD bson.D - testDecodeError(c, b, &resultD) -} -{{end}} -{{end}} -` - tmpl, err := template.New("").Parse(content) - if err != nil { - return nil, err - } - return tmpl, nil -} - -func cleanupFuncName(name string) string { - return strings.Map(func(r rune) rune { - if (r >= 48 && r <= 57) || (r >= 65 && r <= 90) || (r >= 97 && r <= 122) { - return r - } - return '_' - }, name) -} - -type testDef struct { - Description string `json:"description"` - BsonType string `json:"bson_type"` - TestKey string `json:"test_key"` - Valid []*valid `json:"valid"` - DecodeErrors []*decodeError `json:"decodeErrors"` - Deprecated bool `json:"deprecated"` -} - -func (t *testDef) GoType() string { - switch t.BsonType { - case "0x01": - return "float64" - case "0x02": - return "string" - case "0x03": - return "bson.D" - case "0x04": - return "[]interface{}" - case "0x05": - return "[]byte" - case "0x07": - return "bson.ObjectId" - case "0x08": - return "bool" - case "0x09": - return "time.Time" - case "0x0E": - return "string" - case "0x10": - return "int32" - case "0x12": - return "int64" - case "0x13": - return "bson.Decimal" - default: - return "interface{}" - } -} - -type valid struct { - Description string `json:"description"` - Bson string `json:"bson"` - CanonicalBson string `json:"canonical_bson"` - - Name string - StructTest bool - TestDef *testDef -} - -type decodeError struct { - Description string `json:"description"` - Bson string `json:"bson"` - - Name string -} diff --git a/vertical-pod-autoscaler/e2e/vendor/github.com/google/btree/btree_mem.go b/vertical-pod-autoscaler/e2e/vendor/github.com/google/btree/btree_mem.go deleted file mode 100644 index cb95b7fa1bc6..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/github.com/google/btree/btree_mem.go +++ /dev/null @@ -1,76 +0,0 @@ -// Copyright 2014 Google Inc. -// -// 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. - -// +build ignore - -// This binary compares memory usage between btree and gollrb. -package main - -import ( - "flag" - "fmt" - "math/rand" - "runtime" - "time" - - "github.com/google/btree" - "github.com/petar/GoLLRB/llrb" -) - -var ( - size = flag.Int("size", 1000000, "size of the tree to build") - degree = flag.Int("degree", 8, "degree of btree") - gollrb = flag.Bool("llrb", false, "use llrb instead of btree") -) - -func main() { - flag.Parse() - vals := rand.Perm(*size) - var t, v interface{} - v = vals - var stats runtime.MemStats - for i := 0; i < 10; i++ { - runtime.GC() - } - fmt.Println("-------- BEFORE ----------") - runtime.ReadMemStats(&stats) - fmt.Printf("%+v\n", stats) - start := time.Now() - if *gollrb { - tr := llrb.New() - for _, v := range vals { - tr.ReplaceOrInsert(llrb.Int(v)) - } - t = tr // keep it around - } else { - tr := btree.New(*degree) - for _, v := range vals { - tr.ReplaceOrInsert(btree.Int(v)) - } - t = tr // keep it around - } - fmt.Printf("%v inserts in %v\n", *size, time.Since(start)) - fmt.Println("-------- AFTER ----------") - runtime.ReadMemStats(&stats) - fmt.Printf("%+v\n", stats) - for i := 0; i < 10; i++ { - runtime.GC() - } - fmt.Println("-------- AFTER GC ----------") - runtime.ReadMemStats(&stats) - fmt.Printf("%+v\n", stats) - if t == v { - fmt.Println("to make sure vals and tree aren't GC'd") - } -} diff --git a/vertical-pod-autoscaler/e2e/vendor/github.com/miekg/dns/duplicate_generate.go b/vertical-pod-autoscaler/e2e/vendor/github.com/miekg/dns/duplicate_generate.go deleted file mode 100644 index 69f15eb1503a..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/github.com/miekg/dns/duplicate_generate.go +++ /dev/null @@ -1,144 +0,0 @@ -//+build ignore - -// types_generate.go is meant to run with go generate. It will use -// go/{importer,types} to track down all the RR struct types. Then for each type -// it will generate conversion tables (TypeToRR and TypeToString) and banal -// methods (len, Header, copy) based on the struct tags. The generated source is -// written to ztypes.go, and is meant to be checked into git. -package main - -import ( - "bytes" - "fmt" - "go/format" - "go/importer" - "go/types" - "log" - "os" -) - -var packageHdr = ` -// Code generated by "go run duplicate_generate.go"; DO NOT EDIT. - -package dns - -` - -func getTypeStruct(t types.Type, scope *types.Scope) (*types.Struct, bool) { - st, ok := t.Underlying().(*types.Struct) - if !ok { - return nil, false - } - if st.Field(0).Type() == scope.Lookup("RR_Header").Type() { - return st, false - } - if st.Field(0).Anonymous() { - st, _ := getTypeStruct(st.Field(0).Type(), scope) - return st, true - } - return nil, false -} - -func main() { - // Import and type-check the package - pkg, err := importer.Default().Import("github.com/miekg/dns") - fatalIfErr(err) - scope := pkg.Scope() - - // Collect actual types (*X) - var namedTypes []string - for _, name := range scope.Names() { - o := scope.Lookup(name) - if o == nil || !o.Exported() { - continue - } - - if st, _ := getTypeStruct(o.Type(), scope); st == nil { - continue - } - - if name == "PrivateRR" || name == "OPT" { - continue - } - - namedTypes = append(namedTypes, o.Name()) - } - - b := &bytes.Buffer{} - b.WriteString(packageHdr) - - // Generate the duplicate check for each type. - fmt.Fprint(b, "// isDuplicate() functions\n\n") - for _, name := range namedTypes { - - o := scope.Lookup(name) - st, isEmbedded := getTypeStruct(o.Type(), scope) - if isEmbedded { - continue - } - fmt.Fprintf(b, "func (r1 *%s) isDuplicate(_r2 RR) bool {\n", name) - fmt.Fprintf(b, "r2, ok := _r2.(*%s)\n", name) - fmt.Fprint(b, "if !ok { return false }\n") - fmt.Fprint(b, "_ = r2\n") - for i := 1; i < st.NumFields(); i++ { - field := st.Field(i).Name() - o2 := func(s string) { fmt.Fprintf(b, s+"\n", field, field) } - o3 := func(s string) { fmt.Fprintf(b, s+"\n", field, field, field) } - - // For some reason, a and aaaa don't pop up as *types.Slice here (mostly like because the are - // *indirectly* defined as a slice in the net package). - if _, ok := st.Field(i).Type().(*types.Slice); ok { - o2("if len(r1.%s) != len(r2.%s) {\nreturn false\n}") - - if st.Tag(i) == `dns:"cdomain-name"` || st.Tag(i) == `dns:"domain-name"` { - o3(`for i := 0; i < len(r1.%s); i++ { - if !isDulicateName(r1.%s[i], r2.%s[i]) { - return false - } - }`) - - continue - } - - o3(`for i := 0; i < len(r1.%s); i++ { - if r1.%s[i] != r2.%s[i] { - return false - } - }`) - - continue - } - - switch st.Tag(i) { - case `dns:"-"`: - // ignored - case `dns:"a"`, `dns:"aaaa"`: - o2("if !r1.%s.Equal(r2.%s) {\nreturn false\n}") - case `dns:"cdomain-name"`, `dns:"domain-name"`: - o2("if !isDulicateName(r1.%s, r2.%s) {\nreturn false\n}") - default: - o2("if r1.%s != r2.%s {\nreturn false\n}") - } - } - fmt.Fprintf(b, "return true\n}\n\n") - } - - // gofmt - res, err := format.Source(b.Bytes()) - if err != nil { - b.WriteTo(os.Stderr) - log.Fatal(err) - } - - // write result - f, err := os.Create("zduplicate.go") - fatalIfErr(err) - defer f.Close() - f.Write(res) -} - -func fatalIfErr(err error) { - if err != nil { - log.Fatal(err) - } -} diff --git a/vertical-pod-autoscaler/e2e/vendor/github.com/miekg/dns/msg_generate.go b/vertical-pod-autoscaler/e2e/vendor/github.com/miekg/dns/msg_generate.go deleted file mode 100644 index 721a0fce3236..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/github.com/miekg/dns/msg_generate.go +++ /dev/null @@ -1,328 +0,0 @@ -//+build ignore - -// msg_generate.go is meant to run with go generate. It will use -// go/{importer,types} to track down all the RR struct types. Then for each type -// it will generate pack/unpack methods based on the struct tags. The generated source is -// written to zmsg.go, and is meant to be checked into git. -package main - -import ( - "bytes" - "fmt" - "go/format" - "go/importer" - "go/types" - "log" - "os" - "strings" -) - -var packageHdr = ` -// Code generated by "go run msg_generate.go"; DO NOT EDIT. - -package dns - -` - -// getTypeStruct will take a type and the package scope, and return the -// (innermost) struct if the type is considered a RR type (currently defined as -// those structs beginning with a RR_Header, could be redefined as implementing -// the RR interface). The bool return value indicates if embedded structs were -// resolved. -func getTypeStruct(t types.Type, scope *types.Scope) (*types.Struct, bool) { - st, ok := t.Underlying().(*types.Struct) - if !ok { - return nil, false - } - if st.Field(0).Type() == scope.Lookup("RR_Header").Type() { - return st, false - } - if st.Field(0).Anonymous() { - st, _ := getTypeStruct(st.Field(0).Type(), scope) - return st, true - } - return nil, false -} - -func main() { - // Import and type-check the package - pkg, err := importer.Default().Import("github.com/miekg/dns") - fatalIfErr(err) - scope := pkg.Scope() - - // Collect actual types (*X) - var namedTypes []string - for _, name := range scope.Names() { - o := scope.Lookup(name) - if o == nil || !o.Exported() { - continue - } - if st, _ := getTypeStruct(o.Type(), scope); st == nil { - continue - } - if name == "PrivateRR" { - continue - } - - // Check if corresponding TypeX exists - if scope.Lookup("Type"+o.Name()) == nil && o.Name() != "RFC3597" { - log.Fatalf("Constant Type%s does not exist.", o.Name()) - } - - namedTypes = append(namedTypes, o.Name()) - } - - b := &bytes.Buffer{} - b.WriteString(packageHdr) - - fmt.Fprint(b, "// pack*() functions\n\n") - for _, name := range namedTypes { - o := scope.Lookup(name) - st, _ := getTypeStruct(o.Type(), scope) - - fmt.Fprintf(b, "func (rr *%s) pack(msg []byte, off int, compression compressionMap, compress bool) (off1 int, err error) {\n", name) - for i := 1; i < st.NumFields(); i++ { - o := func(s string) { - fmt.Fprintf(b, s, st.Field(i).Name()) - fmt.Fprint(b, `if err != nil { -return off, err -} -`) - } - - if _, ok := st.Field(i).Type().(*types.Slice); ok { - switch st.Tag(i) { - case `dns:"-"`: // ignored - case `dns:"txt"`: - o("off, err = packStringTxt(rr.%s, msg, off)\n") - case `dns:"opt"`: - o("off, err = packDataOpt(rr.%s, msg, off)\n") - case `dns:"nsec"`: - o("off, err = packDataNsec(rr.%s, msg, off)\n") - case `dns:"domain-name"`: - o("off, err = packDataDomainNames(rr.%s, msg, off, compression, false)\n") - default: - log.Fatalln(name, st.Field(i).Name(), st.Tag(i)) - } - continue - } - - switch { - case st.Tag(i) == `dns:"-"`: // ignored - case st.Tag(i) == `dns:"cdomain-name"`: - o("off, err = packDomainName(rr.%s, msg, off, compression, compress)\n") - case st.Tag(i) == `dns:"domain-name"`: - o("off, err = packDomainName(rr.%s, msg, off, compression, false)\n") - case st.Tag(i) == `dns:"a"`: - o("off, err = packDataA(rr.%s, msg, off)\n") - case st.Tag(i) == `dns:"aaaa"`: - o("off, err = packDataAAAA(rr.%s, msg, off)\n") - case st.Tag(i) == `dns:"uint48"`: - o("off, err = packUint48(rr.%s, msg, off)\n") - case st.Tag(i) == `dns:"txt"`: - o("off, err = packString(rr.%s, msg, off)\n") - - case strings.HasPrefix(st.Tag(i), `dns:"size-base32`): // size-base32 can be packed just like base32 - fallthrough - case st.Tag(i) == `dns:"base32"`: - o("off, err = packStringBase32(rr.%s, msg, off)\n") - - case strings.HasPrefix(st.Tag(i), `dns:"size-base64`): // size-base64 can be packed just like base64 - fallthrough - case st.Tag(i) == `dns:"base64"`: - o("off, err = packStringBase64(rr.%s, msg, off)\n") - - case strings.HasPrefix(st.Tag(i), `dns:"size-hex:SaltLength`): - // directly write instead of using o() so we get the error check in the correct place - field := st.Field(i).Name() - fmt.Fprintf(b, `// Only pack salt if value is not "-", i.e. empty -if rr.%s != "-" { - off, err = packStringHex(rr.%s, msg, off) - if err != nil { - return off, err - } -} -`, field, field) - continue - case strings.HasPrefix(st.Tag(i), `dns:"size-hex`): // size-hex can be packed just like hex - fallthrough - case st.Tag(i) == `dns:"hex"`: - o("off, err = packStringHex(rr.%s, msg, off)\n") - case st.Tag(i) == `dns:"any"`: - o("off, err = packStringAny(rr.%s, msg, off)\n") - case st.Tag(i) == `dns:"octet"`: - o("off, err = packStringOctet(rr.%s, msg, off)\n") - case st.Tag(i) == "": - switch st.Field(i).Type().(*types.Basic).Kind() { - case types.Uint8: - o("off, err = packUint8(rr.%s, msg, off)\n") - case types.Uint16: - o("off, err = packUint16(rr.%s, msg, off)\n") - case types.Uint32: - o("off, err = packUint32(rr.%s, msg, off)\n") - case types.Uint64: - o("off, err = packUint64(rr.%s, msg, off)\n") - case types.String: - o("off, err = packString(rr.%s, msg, off)\n") - default: - log.Fatalln(name, st.Field(i).Name()) - } - default: - log.Fatalln(name, st.Field(i).Name(), st.Tag(i)) - } - } - fmt.Fprintln(b, "return off, nil }\n") - } - - fmt.Fprint(b, "// unpack*() functions\n\n") - for _, name := range namedTypes { - o := scope.Lookup(name) - st, _ := getTypeStruct(o.Type(), scope) - - fmt.Fprintf(b, "func (rr *%s) unpack(msg []byte, off int) (off1 int, err error) {\n", name) - fmt.Fprint(b, `rdStart := off -_ = rdStart - -`) - for i := 1; i < st.NumFields(); i++ { - o := func(s string) { - fmt.Fprintf(b, s, st.Field(i).Name()) - fmt.Fprint(b, `if err != nil { -return off, err -} -`) - } - - // size-* are special, because they reference a struct member we should use for the length. - if strings.HasPrefix(st.Tag(i), `dns:"size-`) { - structMember := structMember(st.Tag(i)) - structTag := structTag(st.Tag(i)) - switch structTag { - case "hex": - fmt.Fprintf(b, "rr.%s, off, err = unpackStringHex(msg, off, off + int(rr.%s))\n", st.Field(i).Name(), structMember) - case "base32": - fmt.Fprintf(b, "rr.%s, off, err = unpackStringBase32(msg, off, off + int(rr.%s))\n", st.Field(i).Name(), structMember) - case "base64": - fmt.Fprintf(b, "rr.%s, off, err = unpackStringBase64(msg, off, off + int(rr.%s))\n", st.Field(i).Name(), structMember) - default: - log.Fatalln(name, st.Field(i).Name(), st.Tag(i)) - } - fmt.Fprint(b, `if err != nil { -return off, err -} -`) - continue - } - - if _, ok := st.Field(i).Type().(*types.Slice); ok { - switch st.Tag(i) { - case `dns:"-"`: // ignored - case `dns:"txt"`: - o("rr.%s, off, err = unpackStringTxt(msg, off)\n") - case `dns:"opt"`: - o("rr.%s, off, err = unpackDataOpt(msg, off)\n") - case `dns:"nsec"`: - o("rr.%s, off, err = unpackDataNsec(msg, off)\n") - case `dns:"domain-name"`: - o("rr.%s, off, err = unpackDataDomainNames(msg, off, rdStart + int(rr.Hdr.Rdlength))\n") - default: - log.Fatalln(name, st.Field(i).Name(), st.Tag(i)) - } - continue - } - - switch st.Tag(i) { - case `dns:"-"`: // ignored - case `dns:"cdomain-name"`: - fallthrough - case `dns:"domain-name"`: - o("rr.%s, off, err = UnpackDomainName(msg, off)\n") - case `dns:"a"`: - o("rr.%s, off, err = unpackDataA(msg, off)\n") - case `dns:"aaaa"`: - o("rr.%s, off, err = unpackDataAAAA(msg, off)\n") - case `dns:"uint48"`: - o("rr.%s, off, err = unpackUint48(msg, off)\n") - case `dns:"txt"`: - o("rr.%s, off, err = unpackString(msg, off)\n") - case `dns:"base32"`: - o("rr.%s, off, err = unpackStringBase32(msg, off, rdStart + int(rr.Hdr.Rdlength))\n") - case `dns:"base64"`: - o("rr.%s, off, err = unpackStringBase64(msg, off, rdStart + int(rr.Hdr.Rdlength))\n") - case `dns:"hex"`: - o("rr.%s, off, err = unpackStringHex(msg, off, rdStart + int(rr.Hdr.Rdlength))\n") - case `dns:"any"`: - o("rr.%s, off, err = unpackStringAny(msg, off, rdStart + int(rr.Hdr.Rdlength))\n") - case `dns:"octet"`: - o("rr.%s, off, err = unpackStringOctet(msg, off)\n") - case "": - switch st.Field(i).Type().(*types.Basic).Kind() { - case types.Uint8: - o("rr.%s, off, err = unpackUint8(msg, off)\n") - case types.Uint16: - o("rr.%s, off, err = unpackUint16(msg, off)\n") - case types.Uint32: - o("rr.%s, off, err = unpackUint32(msg, off)\n") - case types.Uint64: - o("rr.%s, off, err = unpackUint64(msg, off)\n") - case types.String: - o("rr.%s, off, err = unpackString(msg, off)\n") - default: - log.Fatalln(name, st.Field(i).Name()) - } - default: - log.Fatalln(name, st.Field(i).Name(), st.Tag(i)) - } - // If we've hit len(msg) we return without error. - if i < st.NumFields()-1 { - fmt.Fprintf(b, `if off == len(msg) { -return off, nil - } -`) - } - } - fmt.Fprintf(b, "return off, nil }\n\n") - } - - // gofmt - res, err := format.Source(b.Bytes()) - if err != nil { - b.WriteTo(os.Stderr) - log.Fatal(err) - } - - // write result - f, err := os.Create("zmsg.go") - fatalIfErr(err) - defer f.Close() - f.Write(res) -} - -// structMember will take a tag like dns:"size-base32:SaltLength" and return the last part of this string. -func structMember(s string) string { - fields := strings.Split(s, ":") - if len(fields) == 0 { - return "" - } - f := fields[len(fields)-1] - // f should have a closing " - if len(f) > 1 { - return f[:len(f)-1] - } - return f -} - -// structTag will take a tag like dns:"size-base32:SaltLength" and return base32. -func structTag(s string) string { - fields := strings.Split(s, ":") - if len(fields) < 2 { - return "" - } - return fields[1][len("\"size-"):] -} - -func fatalIfErr(err error) { - if err != nil { - log.Fatal(err) - } -} diff --git a/vertical-pod-autoscaler/e2e/vendor/github.com/miekg/dns/types_generate.go b/vertical-pod-autoscaler/e2e/vendor/github.com/miekg/dns/types_generate.go deleted file mode 100644 index aa05a0851b73..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/github.com/miekg/dns/types_generate.go +++ /dev/null @@ -1,287 +0,0 @@ -//+build ignore - -// types_generate.go is meant to run with go generate. It will use -// go/{importer,types} to track down all the RR struct types. Then for each type -// it will generate conversion tables (TypeToRR and TypeToString) and banal -// methods (len, Header, copy) based on the struct tags. The generated source is -// written to ztypes.go, and is meant to be checked into git. -package main - -import ( - "bytes" - "fmt" - "go/format" - "go/importer" - "go/types" - "log" - "os" - "strings" - "text/template" -) - -var skipLen = map[string]struct{}{ - "NSEC": {}, - "NSEC3": {}, - "OPT": {}, - "CSYNC": {}, -} - -var packageHdr = ` -// Code generated by "go run types_generate.go"; DO NOT EDIT. - -package dns - -import ( - "encoding/base64" - "net" -) - -` - -var TypeToRR = template.Must(template.New("TypeToRR").Parse(` -// TypeToRR is a map of constructors for each RR type. -var TypeToRR = map[uint16]func() RR{ -{{range .}}{{if ne . "RFC3597"}} Type{{.}}: func() RR { return new({{.}}) }, -{{end}}{{end}} } - -`)) - -var typeToString = template.Must(template.New("typeToString").Parse(` -// TypeToString is a map of strings for each RR type. -var TypeToString = map[uint16]string{ -{{range .}}{{if ne . "NSAPPTR"}} Type{{.}}: "{{.}}", -{{end}}{{end}} TypeNSAPPTR: "NSAP-PTR", -} - -`)) - -var headerFunc = template.Must(template.New("headerFunc").Parse(` -{{range .}} func (rr *{{.}}) Header() *RR_Header { return &rr.Hdr } -{{end}} - -`)) - -// getTypeStruct will take a type and the package scope, and return the -// (innermost) struct if the type is considered a RR type (currently defined as -// those structs beginning with a RR_Header, could be redefined as implementing -// the RR interface). The bool return value indicates if embedded structs were -// resolved. -func getTypeStruct(t types.Type, scope *types.Scope) (*types.Struct, bool) { - st, ok := t.Underlying().(*types.Struct) - if !ok { - return nil, false - } - if st.Field(0).Type() == scope.Lookup("RR_Header").Type() { - return st, false - } - if st.Field(0).Anonymous() { - st, _ := getTypeStruct(st.Field(0).Type(), scope) - return st, true - } - return nil, false -} - -func main() { - // Import and type-check the package - pkg, err := importer.Default().Import("github.com/miekg/dns") - fatalIfErr(err) - scope := pkg.Scope() - - // Collect constants like TypeX - var numberedTypes []string - for _, name := range scope.Names() { - o := scope.Lookup(name) - if o == nil || !o.Exported() { - continue - } - b, ok := o.Type().(*types.Basic) - if !ok || b.Kind() != types.Uint16 { - continue - } - if !strings.HasPrefix(o.Name(), "Type") { - continue - } - name := strings.TrimPrefix(o.Name(), "Type") - if name == "PrivateRR" { - continue - } - numberedTypes = append(numberedTypes, name) - } - - // Collect actual types (*X) - var namedTypes []string - for _, name := range scope.Names() { - o := scope.Lookup(name) - if o == nil || !o.Exported() { - continue - } - if st, _ := getTypeStruct(o.Type(), scope); st == nil { - continue - } - if name == "PrivateRR" { - continue - } - - // Check if corresponding TypeX exists - if scope.Lookup("Type"+o.Name()) == nil && o.Name() != "RFC3597" { - log.Fatalf("Constant Type%s does not exist.", o.Name()) - } - - namedTypes = append(namedTypes, o.Name()) - } - - b := &bytes.Buffer{} - b.WriteString(packageHdr) - - // Generate TypeToRR - fatalIfErr(TypeToRR.Execute(b, namedTypes)) - - // Generate typeToString - fatalIfErr(typeToString.Execute(b, numberedTypes)) - - // Generate headerFunc - fatalIfErr(headerFunc.Execute(b, namedTypes)) - - // Generate len() - fmt.Fprint(b, "// len() functions\n") - for _, name := range namedTypes { - if _, ok := skipLen[name]; ok { - continue - } - o := scope.Lookup(name) - st, isEmbedded := getTypeStruct(o.Type(), scope) - if isEmbedded { - continue - } - fmt.Fprintf(b, "func (rr *%s) len(off int, compression map[string]struct{}) int {\n", name) - fmt.Fprintf(b, "l := rr.Hdr.len(off, compression)\n") - for i := 1; i < st.NumFields(); i++ { - o := func(s string) { fmt.Fprintf(b, s, st.Field(i).Name()) } - - if _, ok := st.Field(i).Type().(*types.Slice); ok { - switch st.Tag(i) { - case `dns:"-"`: - // ignored - case `dns:"cdomain-name"`: - o("for _, x := range rr.%s { l += domainNameLen(x, off+l, compression, true) }\n") - case `dns:"domain-name"`: - o("for _, x := range rr.%s { l += domainNameLen(x, off+l, compression, false) }\n") - case `dns:"txt"`: - o("for _, x := range rr.%s { l += len(x) + 1 }\n") - default: - log.Fatalln(name, st.Field(i).Name(), st.Tag(i)) - } - continue - } - - switch { - case st.Tag(i) == `dns:"-"`: - // ignored - case st.Tag(i) == `dns:"cdomain-name"`: - o("l += domainNameLen(rr.%s, off+l, compression, true)\n") - case st.Tag(i) == `dns:"domain-name"`: - o("l += domainNameLen(rr.%s, off+l, compression, false)\n") - case st.Tag(i) == `dns:"octet"`: - o("l += len(rr.%s)\n") - case strings.HasPrefix(st.Tag(i), `dns:"size-base64`): - fallthrough - case st.Tag(i) == `dns:"base64"`: - o("l += base64.StdEncoding.DecodedLen(len(rr.%s))\n") - case strings.HasPrefix(st.Tag(i), `dns:"size-hex:`): // this has an extra field where the length is stored - o("l += len(rr.%s)/2\n") - case strings.HasPrefix(st.Tag(i), `dns:"size-hex`): - fallthrough - case st.Tag(i) == `dns:"hex"`: - o("l += len(rr.%s)/2 + 1\n") - case st.Tag(i) == `dns:"any"`: - o("l += len(rr.%s)\n") - case st.Tag(i) == `dns:"a"`: - o("l += net.IPv4len // %s\n") - case st.Tag(i) == `dns:"aaaa"`: - o("l += net.IPv6len // %s\n") - case st.Tag(i) == `dns:"txt"`: - o("for _, t := range rr.%s { l += len(t) + 1 }\n") - case st.Tag(i) == `dns:"uint48"`: - o("l += 6 // %s\n") - case st.Tag(i) == "": - switch st.Field(i).Type().(*types.Basic).Kind() { - case types.Uint8: - o("l++ // %s\n") - case types.Uint16: - o("l += 2 // %s\n") - case types.Uint32: - o("l += 4 // %s\n") - case types.Uint64: - o("l += 8 // %s\n") - case types.String: - o("l += len(rr.%s) + 1\n") - default: - log.Fatalln(name, st.Field(i).Name()) - } - default: - log.Fatalln(name, st.Field(i).Name(), st.Tag(i)) - } - } - fmt.Fprintf(b, "return l }\n") - } - - // Generate copy() - fmt.Fprint(b, "// copy() functions\n") - for _, name := range namedTypes { - o := scope.Lookup(name) - st, isEmbedded := getTypeStruct(o.Type(), scope) - if isEmbedded { - continue - } - fmt.Fprintf(b, "func (rr *%s) copy() RR {\n", name) - fields := []string{"rr.Hdr"} - for i := 1; i < st.NumFields(); i++ { - f := st.Field(i).Name() - if sl, ok := st.Field(i).Type().(*types.Slice); ok { - t := sl.Underlying().String() - t = strings.TrimPrefix(t, "[]") - if strings.Contains(t, ".") { - splits := strings.Split(t, ".") - t = splits[len(splits)-1] - } - // For the EDNS0 interface (used in the OPT RR), we need to call the copy method on each element. - if t == "EDNS0" { - fmt.Fprintf(b, "%s := make([]%s, len(rr.%s));\nfor i,e := range rr.%s {\n %s[i] = e.copy()\n}\n", - f, t, f, f, f) - fields = append(fields, f) - continue - } - fmt.Fprintf(b, "%s := make([]%s, len(rr.%s)); copy(%s, rr.%s)\n", - f, t, f, f, f) - fields = append(fields, f) - continue - } - if st.Field(i).Type().String() == "net.IP" { - fields = append(fields, "copyIP(rr."+f+")") - continue - } - fields = append(fields, "rr."+f) - } - fmt.Fprintf(b, "return &%s{%s}\n", name, strings.Join(fields, ",")) - fmt.Fprintf(b, "}\n") - } - - // gofmt - res, err := format.Source(b.Bytes()) - if err != nil { - b.WriteTo(os.Stderr) - log.Fatal(err) - } - - // write result - f, err := os.Create("ztypes.go") - fatalIfErr(err) - defer f.Close() - f.Write(res) -} - -func fatalIfErr(err error) { - if err != nil { - log.Fatal(err) - } -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/html/atom/gen.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/html/atom/gen.go deleted file mode 100644 index 5d052781bcea..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/html/atom/gen.go +++ /dev/null @@ -1,712 +0,0 @@ -// Copyright 2012 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -//go:generate go run gen.go -//go:generate go run gen.go -test - -package main - -import ( - "bytes" - "flag" - "fmt" - "go/format" - "io/ioutil" - "math/rand" - "os" - "sort" - "strings" -) - -// identifier converts s to a Go exported identifier. -// It converts "div" to "Div" and "accept-charset" to "AcceptCharset". -func identifier(s string) string { - b := make([]byte, 0, len(s)) - cap := true - for _, c := range s { - if c == '-' { - cap = true - continue - } - if cap && 'a' <= c && c <= 'z' { - c -= 'a' - 'A' - } - cap = false - b = append(b, byte(c)) - } - return string(b) -} - -var test = flag.Bool("test", false, "generate table_test.go") - -func genFile(name string, buf *bytes.Buffer) { - b, err := format.Source(buf.Bytes()) - if err != nil { - fmt.Fprintln(os.Stderr, err) - os.Exit(1) - } - if err := ioutil.WriteFile(name, b, 0644); err != nil { - fmt.Fprintln(os.Stderr, err) - os.Exit(1) - } -} - -func main() { - flag.Parse() - - var all []string - all = append(all, elements...) - all = append(all, attributes...) - all = append(all, eventHandlers...) - all = append(all, extra...) - sort.Strings(all) - - // uniq - lists have dups - w := 0 - for _, s := range all { - if w == 0 || all[w-1] != s { - all[w] = s - w++ - } - } - all = all[:w] - - if *test { - var buf bytes.Buffer - fmt.Fprintln(&buf, "// Code generated by go generate gen.go; DO NOT EDIT.\n") - fmt.Fprintln(&buf, "//go:generate go run gen.go -test\n") - fmt.Fprintln(&buf, "package atom\n") - fmt.Fprintln(&buf, "var testAtomList = []string{") - for _, s := range all { - fmt.Fprintf(&buf, "\t%q,\n", s) - } - fmt.Fprintln(&buf, "}") - - genFile("table_test.go", &buf) - return - } - - // Find hash that minimizes table size. - var best *table - for i := 0; i < 1000000; i++ { - if best != nil && 1<<(best.k-1) < len(all) { - break - } - h := rand.Uint32() - for k := uint(0); k <= 16; k++ { - if best != nil && k >= best.k { - break - } - var t table - if t.init(h, k, all) { - best = &t - break - } - } - } - if best == nil { - fmt.Fprintf(os.Stderr, "failed to construct string table\n") - os.Exit(1) - } - - // Lay out strings, using overlaps when possible. - layout := append([]string{}, all...) - - // Remove strings that are substrings of other strings - for changed := true; changed; { - changed = false - for i, s := range layout { - if s == "" { - continue - } - for j, t := range layout { - if i != j && t != "" && strings.Contains(s, t) { - changed = true - layout[j] = "" - } - } - } - } - - // Join strings where one suffix matches another prefix. - for { - // Find best i, j, k such that layout[i][len-k:] == layout[j][:k], - // maximizing overlap length k. - besti := -1 - bestj := -1 - bestk := 0 - for i, s := range layout { - if s == "" { - continue - } - for j, t := range layout { - if i == j { - continue - } - for k := bestk + 1; k <= len(s) && k <= len(t); k++ { - if s[len(s)-k:] == t[:k] { - besti = i - bestj = j - bestk = k - } - } - } - } - if bestk > 0 { - layout[besti] += layout[bestj][bestk:] - layout[bestj] = "" - continue - } - break - } - - text := strings.Join(layout, "") - - atom := map[string]uint32{} - for _, s := range all { - off := strings.Index(text, s) - if off < 0 { - panic("lost string " + s) - } - atom[s] = uint32(off<<8 | len(s)) - } - - var buf bytes.Buffer - // Generate the Go code. - fmt.Fprintln(&buf, "// Code generated by go generate gen.go; DO NOT EDIT.\n") - fmt.Fprintln(&buf, "//go:generate go run gen.go\n") - fmt.Fprintln(&buf, "package atom\n\nconst (") - - // compute max len - maxLen := 0 - for _, s := range all { - if maxLen < len(s) { - maxLen = len(s) - } - fmt.Fprintf(&buf, "\t%s Atom = %#x\n", identifier(s), atom[s]) - } - fmt.Fprintln(&buf, ")\n") - - fmt.Fprintf(&buf, "const hash0 = %#x\n\n", best.h0) - fmt.Fprintf(&buf, "const maxAtomLen = %d\n\n", maxLen) - - fmt.Fprintf(&buf, "var table = [1<<%d]Atom{\n", best.k) - for i, s := range best.tab { - if s == "" { - continue - } - fmt.Fprintf(&buf, "\t%#x: %#x, // %s\n", i, atom[s], s) - } - fmt.Fprintf(&buf, "}\n") - datasize := (1 << best.k) * 4 - - fmt.Fprintln(&buf, "const atomText =") - textsize := len(text) - for len(text) > 60 { - fmt.Fprintf(&buf, "\t%q +\n", text[:60]) - text = text[60:] - } - fmt.Fprintf(&buf, "\t%q\n\n", text) - - genFile("table.go", &buf) - - fmt.Fprintf(os.Stdout, "%d atoms; %d string bytes + %d tables = %d total data\n", len(all), textsize, datasize, textsize+datasize) -} - -type byLen []string - -func (x byLen) Less(i, j int) bool { return len(x[i]) > len(x[j]) } -func (x byLen) Swap(i, j int) { x[i], x[j] = x[j], x[i] } -func (x byLen) Len() int { return len(x) } - -// fnv computes the FNV hash with an arbitrary starting value h. -func fnv(h uint32, s string) uint32 { - for i := 0; i < len(s); i++ { - h ^= uint32(s[i]) - h *= 16777619 - } - return h -} - -// A table represents an attempt at constructing the lookup table. -// The lookup table uses cuckoo hashing, meaning that each string -// can be found in one of two positions. -type table struct { - h0 uint32 - k uint - mask uint32 - tab []string -} - -// hash returns the two hashes for s. -func (t *table) hash(s string) (h1, h2 uint32) { - h := fnv(t.h0, s) - h1 = h & t.mask - h2 = (h >> 16) & t.mask - return -} - -// init initializes the table with the given parameters. -// h0 is the initial hash value, -// k is the number of bits of hash value to use, and -// x is the list of strings to store in the table. -// init returns false if the table cannot be constructed. -func (t *table) init(h0 uint32, k uint, x []string) bool { - t.h0 = h0 - t.k = k - t.tab = make([]string, 1<<k) - t.mask = 1<<k - 1 - for _, s := range x { - if !t.insert(s) { - return false - } - } - return true -} - -// insert inserts s in the table. -func (t *table) insert(s string) bool { - h1, h2 := t.hash(s) - if t.tab[h1] == "" { - t.tab[h1] = s - return true - } - if t.tab[h2] == "" { - t.tab[h2] = s - return true - } - if t.push(h1, 0) { - t.tab[h1] = s - return true - } - if t.push(h2, 0) { - t.tab[h2] = s - return true - } - return false -} - -// push attempts to push aside the entry in slot i. -func (t *table) push(i uint32, depth int) bool { - if depth > len(t.tab) { - return false - } - s := t.tab[i] - h1, h2 := t.hash(s) - j := h1 + h2 - i - if t.tab[j] != "" && !t.push(j, depth+1) { - return false - } - t.tab[j] = s - return true -} - -// The lists of element names and attribute keys were taken from -// https://html.spec.whatwg.org/multipage/indices.html#index -// as of the "HTML Living Standard - Last Updated 16 April 2018" version. - -// "command", "keygen" and "menuitem" have been removed from the spec, -// but are kept here for backwards compatibility. -var elements = []string{ - "a", - "abbr", - "address", - "area", - "article", - "aside", - "audio", - "b", - "base", - "bdi", - "bdo", - "blockquote", - "body", - "br", - "button", - "canvas", - "caption", - "cite", - "code", - "col", - "colgroup", - "command", - "data", - "datalist", - "dd", - "del", - "details", - "dfn", - "dialog", - "div", - "dl", - "dt", - "em", - "embed", - "fieldset", - "figcaption", - "figure", - "footer", - "form", - "h1", - "h2", - "h3", - "h4", - "h5", - "h6", - "head", - "header", - "hgroup", - "hr", - "html", - "i", - "iframe", - "img", - "input", - "ins", - "kbd", - "keygen", - "label", - "legend", - "li", - "link", - "main", - "map", - "mark", - "menu", - "menuitem", - "meta", - "meter", - "nav", - "noscript", - "object", - "ol", - "optgroup", - "option", - "output", - "p", - "param", - "picture", - "pre", - "progress", - "q", - "rp", - "rt", - "ruby", - "s", - "samp", - "script", - "section", - "select", - "slot", - "small", - "source", - "span", - "strong", - "style", - "sub", - "summary", - "sup", - "table", - "tbody", - "td", - "template", - "textarea", - "tfoot", - "th", - "thead", - "time", - "title", - "tr", - "track", - "u", - "ul", - "var", - "video", - "wbr", -} - -// https://html.spec.whatwg.org/multipage/indices.html#attributes-3 -// -// "challenge", "command", "contextmenu", "dropzone", "icon", "keytype", "mediagroup", -// "radiogroup", "spellcheck", "scoped", "seamless", "sortable" and "sorted" have been removed from the spec, -// but are kept here for backwards compatibility. -var attributes = []string{ - "abbr", - "accept", - "accept-charset", - "accesskey", - "action", - "allowfullscreen", - "allowpaymentrequest", - "allowusermedia", - "alt", - "as", - "async", - "autocomplete", - "autofocus", - "autoplay", - "challenge", - "charset", - "checked", - "cite", - "class", - "color", - "cols", - "colspan", - "command", - "content", - "contenteditable", - "contextmenu", - "controls", - "coords", - "crossorigin", - "data", - "datetime", - "default", - "defer", - "dir", - "dirname", - "disabled", - "download", - "draggable", - "dropzone", - "enctype", - "for", - "form", - "formaction", - "formenctype", - "formmethod", - "formnovalidate", - "formtarget", - "headers", - "height", - "hidden", - "high", - "href", - "hreflang", - "http-equiv", - "icon", - "id", - "inputmode", - "integrity", - "is", - "ismap", - "itemid", - "itemprop", - "itemref", - "itemscope", - "itemtype", - "keytype", - "kind", - "label", - "lang", - "list", - "loop", - "low", - "manifest", - "max", - "maxlength", - "media", - "mediagroup", - "method", - "min", - "minlength", - "multiple", - "muted", - "name", - "nomodule", - "nonce", - "novalidate", - "open", - "optimum", - "pattern", - "ping", - "placeholder", - "playsinline", - "poster", - "preload", - "radiogroup", - "readonly", - "referrerpolicy", - "rel", - "required", - "reversed", - "rows", - "rowspan", - "sandbox", - "spellcheck", - "scope", - "scoped", - "seamless", - "selected", - "shape", - "size", - "sizes", - "sortable", - "sorted", - "slot", - "span", - "spellcheck", - "src", - "srcdoc", - "srclang", - "srcset", - "start", - "step", - "style", - "tabindex", - "target", - "title", - "translate", - "type", - "typemustmatch", - "updateviacache", - "usemap", - "value", - "width", - "workertype", - "wrap", -} - -// "onautocomplete", "onautocompleteerror", "onmousewheel", -// "onshow" and "onsort" have been removed from the spec, -// but are kept here for backwards compatibility. -var eventHandlers = []string{ - "onabort", - "onautocomplete", - "onautocompleteerror", - "onauxclick", - "onafterprint", - "onbeforeprint", - "onbeforeunload", - "onblur", - "oncancel", - "oncanplay", - "oncanplaythrough", - "onchange", - "onclick", - "onclose", - "oncontextmenu", - "oncopy", - "oncuechange", - "oncut", - "ondblclick", - "ondrag", - "ondragend", - "ondragenter", - "ondragexit", - "ondragleave", - "ondragover", - "ondragstart", - "ondrop", - "ondurationchange", - "onemptied", - "onended", - "onerror", - "onfocus", - "onhashchange", - "oninput", - "oninvalid", - "onkeydown", - "onkeypress", - "onkeyup", - "onlanguagechange", - "onload", - "onloadeddata", - "onloadedmetadata", - "onloadend", - "onloadstart", - "onmessage", - "onmessageerror", - "onmousedown", - "onmouseenter", - "onmouseleave", - "onmousemove", - "onmouseout", - "onmouseover", - "onmouseup", - "onmousewheel", - "onwheel", - "onoffline", - "ononline", - "onpagehide", - "onpageshow", - "onpaste", - "onpause", - "onplay", - "onplaying", - "onpopstate", - "onprogress", - "onratechange", - "onreset", - "onresize", - "onrejectionhandled", - "onscroll", - "onsecuritypolicyviolation", - "onseeked", - "onseeking", - "onselect", - "onshow", - "onsort", - "onstalled", - "onstorage", - "onsubmit", - "onsuspend", - "ontimeupdate", - "ontoggle", - "onunhandledrejection", - "onunload", - "onvolumechange", - "onwaiting", -} - -// extra are ad-hoc values not covered by any of the lists above. -var extra = []string{ - "acronym", - "align", - "annotation", - "annotation-xml", - "applet", - "basefont", - "bgsound", - "big", - "blink", - "center", - "color", - "desc", - "face", - "font", - "foreignObject", // HTML is case-insensitive, but SVG-embedded-in-HTML is case-sensitive. - "foreignobject", - "frame", - "frameset", - "image", - "isindex", - "listing", - "malignmark", - "marquee", - "math", - "mglyph", - "mi", - "mn", - "mo", - "ms", - "mtext", - "nobr", - "noembed", - "noframes", - "plaintext", - "prompt", - "public", - "rb", - "rtc", - "spacer", - "strike", - "svg", - "system", - "tt", - "xmp", -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/iana/gen.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/iana/gen.go deleted file mode 100644 index 2a7661c27b20..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/iana/gen.go +++ /dev/null @@ -1,383 +0,0 @@ -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -//go:generate go run gen.go - -// This program generates internet protocol constants and tables by -// reading IANA protocol registries. -package main - -import ( - "bytes" - "encoding/xml" - "fmt" - "go/format" - "io" - "io/ioutil" - "net/http" - "os" - "strconv" - "strings" -) - -var registries = []struct { - url string - parse func(io.Writer, io.Reader) error -}{ - { - "https://www.iana.org/assignments/dscp-registry/dscp-registry.xml", - parseDSCPRegistry, - }, - { - "https://www.iana.org/assignments/protocol-numbers/protocol-numbers.xml", - parseProtocolNumbers, - }, - { - "https://www.iana.org/assignments/address-family-numbers/address-family-numbers.xml", - parseAddrFamilyNumbers, - }, -} - -func main() { - var bb bytes.Buffer - fmt.Fprintf(&bb, "// go generate gen.go\n") - fmt.Fprintf(&bb, "// Code generated by the command above; DO NOT EDIT.\n\n") - fmt.Fprintf(&bb, "// Package iana provides protocol number resources managed by the Internet Assigned Numbers Authority (IANA).\n") - fmt.Fprintf(&bb, `package iana // import "golang.org/x/net/internal/iana"`+"\n\n") - for _, r := range registries { - resp, err := http.Get(r.url) - if err != nil { - fmt.Fprintln(os.Stderr, err) - os.Exit(1) - } - defer resp.Body.Close() - if resp.StatusCode != http.StatusOK { - fmt.Fprintf(os.Stderr, "got HTTP status code %v for %v\n", resp.StatusCode, r.url) - os.Exit(1) - } - if err := r.parse(&bb, resp.Body); err != nil { - fmt.Fprintln(os.Stderr, err) - os.Exit(1) - } - fmt.Fprintf(&bb, "\n") - } - b, err := format.Source(bb.Bytes()) - if err != nil { - fmt.Fprintln(os.Stderr, err) - os.Exit(1) - } - if err := ioutil.WriteFile("const.go", b, 0644); err != nil { - fmt.Fprintln(os.Stderr, err) - os.Exit(1) - } -} - -func parseDSCPRegistry(w io.Writer, r io.Reader) error { - dec := xml.NewDecoder(r) - var dr dscpRegistry - if err := dec.Decode(&dr); err != nil { - return err - } - fmt.Fprintf(w, "// %s, Updated: %s\n", dr.Title, dr.Updated) - fmt.Fprintf(w, "const (\n") - for _, dr := range dr.escapeDSCP() { - fmt.Fprintf(w, "DiffServ%s = %#02x", dr.Name, dr.Value) - fmt.Fprintf(w, "// %s\n", dr.OrigName) - } - for _, er := range dr.escapeECN() { - fmt.Fprintf(w, "%s = %#02x", er.Descr, er.Value) - fmt.Fprintf(w, "// %s\n", er.OrigDescr) - } - fmt.Fprintf(w, ")\n") - return nil -} - -type dscpRegistry struct { - XMLName xml.Name `xml:"registry"` - Title string `xml:"title"` - Updated string `xml:"updated"` - Note string `xml:"note"` - Registries []struct { - Title string `xml:"title"` - Registries []struct { - Title string `xml:"title"` - Records []struct { - Name string `xml:"name"` - Space string `xml:"space"` - } `xml:"record"` - } `xml:"registry"` - Records []struct { - Value string `xml:"value"` - Descr string `xml:"description"` - } `xml:"record"` - } `xml:"registry"` -} - -type canonDSCPRecord struct { - OrigName string - Name string - Value int -} - -func (drr *dscpRegistry) escapeDSCP() []canonDSCPRecord { - var drs []canonDSCPRecord - for _, preg := range drr.Registries { - if !strings.Contains(preg.Title, "Differentiated Services Field Codepoints") { - continue - } - for _, reg := range preg.Registries { - if !strings.Contains(reg.Title, "Pool 1 Codepoints") { - continue - } - drs = make([]canonDSCPRecord, len(reg.Records)) - sr := strings.NewReplacer( - "+", "", - "-", "", - "/", "", - ".", "", - " ", "", - ) - for i, dr := range reg.Records { - s := strings.TrimSpace(dr.Name) - drs[i].OrigName = s - drs[i].Name = sr.Replace(s) - n, err := strconv.ParseUint(dr.Space, 2, 8) - if err != nil { - continue - } - drs[i].Value = int(n) << 2 - } - } - } - return drs -} - -type canonECNRecord struct { - OrigDescr string - Descr string - Value int -} - -func (drr *dscpRegistry) escapeECN() []canonECNRecord { - var ers []canonECNRecord - for _, reg := range drr.Registries { - if !strings.Contains(reg.Title, "ECN Field") { - continue - } - ers = make([]canonECNRecord, len(reg.Records)) - sr := strings.NewReplacer( - "Capable", "", - "Not-ECT", "", - "ECT(1)", "", - "ECT(0)", "", - "CE", "", - "(", "", - ")", "", - "+", "", - "-", "", - "/", "", - ".", "", - " ", "", - ) - for i, er := range reg.Records { - s := strings.TrimSpace(er.Descr) - ers[i].OrigDescr = s - ss := strings.Split(s, " ") - if len(ss) > 1 { - ers[i].Descr = strings.Join(ss[1:], " ") - } else { - ers[i].Descr = ss[0] - } - ers[i].Descr = sr.Replace(er.Descr) - n, err := strconv.ParseUint(er.Value, 2, 8) - if err != nil { - continue - } - ers[i].Value = int(n) - } - } - return ers -} - -func parseProtocolNumbers(w io.Writer, r io.Reader) error { - dec := xml.NewDecoder(r) - var pn protocolNumbers - if err := dec.Decode(&pn); err != nil { - return err - } - prs := pn.escape() - prs = append([]canonProtocolRecord{{ - Name: "IP", - Descr: "IPv4 encapsulation, pseudo protocol number", - Value: 0, - }}, prs...) - fmt.Fprintf(w, "// %s, Updated: %s\n", pn.Title, pn.Updated) - fmt.Fprintf(w, "const (\n") - for _, pr := range prs { - if pr.Name == "" { - continue - } - fmt.Fprintf(w, "Protocol%s = %d", pr.Name, pr.Value) - s := pr.Descr - if s == "" { - s = pr.OrigName - } - fmt.Fprintf(w, "// %s\n", s) - } - fmt.Fprintf(w, ")\n") - return nil -} - -type protocolNumbers struct { - XMLName xml.Name `xml:"registry"` - Title string `xml:"title"` - Updated string `xml:"updated"` - RegTitle string `xml:"registry>title"` - Note string `xml:"registry>note"` - Records []struct { - Value string `xml:"value"` - Name string `xml:"name"` - Descr string `xml:"description"` - } `xml:"registry>record"` -} - -type canonProtocolRecord struct { - OrigName string - Name string - Descr string - Value int -} - -func (pn *protocolNumbers) escape() []canonProtocolRecord { - prs := make([]canonProtocolRecord, len(pn.Records)) - sr := strings.NewReplacer( - "-in-", "in", - "-within-", "within", - "-over-", "over", - "+", "P", - "-", "", - "/", "", - ".", "", - " ", "", - ) - for i, pr := range pn.Records { - if strings.Contains(pr.Name, "Deprecated") || - strings.Contains(pr.Name, "deprecated") { - continue - } - prs[i].OrigName = pr.Name - s := strings.TrimSpace(pr.Name) - switch pr.Name { - case "ISIS over IPv4": - prs[i].Name = "ISIS" - case "manet": - prs[i].Name = "MANET" - default: - prs[i].Name = sr.Replace(s) - } - ss := strings.Split(pr.Descr, "\n") - for i := range ss { - ss[i] = strings.TrimSpace(ss[i]) - } - if len(ss) > 1 { - prs[i].Descr = strings.Join(ss, " ") - } else { - prs[i].Descr = ss[0] - } - prs[i].Value, _ = strconv.Atoi(pr.Value) - } - return prs -} - -func parseAddrFamilyNumbers(w io.Writer, r io.Reader) error { - dec := xml.NewDecoder(r) - var afn addrFamilylNumbers - if err := dec.Decode(&afn); err != nil { - return err - } - afrs := afn.escape() - fmt.Fprintf(w, "// %s, Updated: %s\n", afn.Title, afn.Updated) - fmt.Fprintf(w, "const (\n") - for _, afr := range afrs { - if afr.Name == "" { - continue - } - fmt.Fprintf(w, "AddrFamily%s = %d", afr.Name, afr.Value) - fmt.Fprintf(w, "// %s\n", afr.Descr) - } - fmt.Fprintf(w, ")\n") - return nil -} - -type addrFamilylNumbers struct { - XMLName xml.Name `xml:"registry"` - Title string `xml:"title"` - Updated string `xml:"updated"` - RegTitle string `xml:"registry>title"` - Note string `xml:"registry>note"` - Records []struct { - Value string `xml:"value"` - Descr string `xml:"description"` - } `xml:"registry>record"` -} - -type canonAddrFamilyRecord struct { - Name string - Descr string - Value int -} - -func (afn *addrFamilylNumbers) escape() []canonAddrFamilyRecord { - afrs := make([]canonAddrFamilyRecord, len(afn.Records)) - sr := strings.NewReplacer( - "IP version 4", "IPv4", - "IP version 6", "IPv6", - "Identifier", "ID", - "-", "", - "-", "", - "/", "", - ".", "", - " ", "", - ) - for i, afr := range afn.Records { - if strings.Contains(afr.Descr, "Unassigned") || - strings.Contains(afr.Descr, "Reserved") { - continue - } - afrs[i].Descr = afr.Descr - s := strings.TrimSpace(afr.Descr) - switch s { - case "IP (IP version 4)": - afrs[i].Name = "IPv4" - case "IP6 (IP version 6)": - afrs[i].Name = "IPv6" - case "AFI for L2VPN information": - afrs[i].Name = "L2VPN" - case "E.164 with NSAP format subaddress": - afrs[i].Name = "E164withSubaddress" - case "MT IP: Multi-Topology IP version 4": - afrs[i].Name = "MTIPv4" - case "MAC/24": - afrs[i].Name = "MACFinal24bits" - case "MAC/40": - afrs[i].Name = "MACFinal40bits" - case "IPv6/64": - afrs[i].Name = "IPv6Initial64bits" - default: - n := strings.Index(s, "(") - if n > 0 { - s = s[:n] - } - n = strings.Index(s, ":") - if n > 0 { - s = s[:n] - } - afrs[i].Name = sr.Replace(s) - } - afrs[i].Value, _ = strconv.Atoi(afr.Value) - } - return afrs -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_aix.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_aix.go deleted file mode 100644 index ae1b21c5e1fd..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_aix.go +++ /dev/null @@ -1,38 +0,0 @@ -// Copyright 2019 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in_addr [4]byte /* in_addr */ -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package socket - -/* -#include <sys/socket.h> - -#include <netinet/in.h> -*/ -import "C" - -type iovec C.struct_iovec - -type msghdr C.struct_msghdr - -type mmsghdr C.struct_mmsghdr - -type cmsghdr C.struct_cmsghdr - -type sockaddrInet C.struct_sockaddr_in - -type sockaddrInet6 C.struct_sockaddr_in6 - -const ( - sizeofIovec = C.sizeof_struct_iovec - sizeofMsghdr = C.sizeof_struct_msghdr - sizeofCmsghdr = C.sizeof_struct_cmsghdr - - sizeofSockaddrInet = C.sizeof_struct_sockaddr_in - sizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 -) diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_darwin.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_darwin.go deleted file mode 100644 index b780bc67ab63..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_darwin.go +++ /dev/null @@ -1,36 +0,0 @@ -// Copyright 2017 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in_addr [4]byte /* in_addr */ -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package socket - -/* -#include <sys/socket.h> - -#include <netinet/in.h> -*/ -import "C" - -type iovec C.struct_iovec - -type msghdr C.struct_msghdr - -type cmsghdr C.struct_cmsghdr - -type sockaddrInet C.struct_sockaddr_in - -type sockaddrInet6 C.struct_sockaddr_in6 - -const ( - sizeofIovec = C.sizeof_struct_iovec - sizeofMsghdr = C.sizeof_struct_msghdr - sizeofCmsghdr = C.sizeof_struct_cmsghdr - - sizeofSockaddrInet = C.sizeof_struct_sockaddr_in - sizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 -) diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_dragonfly.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_dragonfly.go deleted file mode 100644 index b780bc67ab63..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_dragonfly.go +++ /dev/null @@ -1,36 +0,0 @@ -// Copyright 2017 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in_addr [4]byte /* in_addr */ -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package socket - -/* -#include <sys/socket.h> - -#include <netinet/in.h> -*/ -import "C" - -type iovec C.struct_iovec - -type msghdr C.struct_msghdr - -type cmsghdr C.struct_cmsghdr - -type sockaddrInet C.struct_sockaddr_in - -type sockaddrInet6 C.struct_sockaddr_in6 - -const ( - sizeofIovec = C.sizeof_struct_iovec - sizeofMsghdr = C.sizeof_struct_msghdr - sizeofCmsghdr = C.sizeof_struct_cmsghdr - - sizeofSockaddrInet = C.sizeof_struct_sockaddr_in - sizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 -) diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_freebsd.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_freebsd.go deleted file mode 100644 index b780bc67ab63..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_freebsd.go +++ /dev/null @@ -1,36 +0,0 @@ -// Copyright 2017 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in_addr [4]byte /* in_addr */ -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package socket - -/* -#include <sys/socket.h> - -#include <netinet/in.h> -*/ -import "C" - -type iovec C.struct_iovec - -type msghdr C.struct_msghdr - -type cmsghdr C.struct_cmsghdr - -type sockaddrInet C.struct_sockaddr_in - -type sockaddrInet6 C.struct_sockaddr_in6 - -const ( - sizeofIovec = C.sizeof_struct_iovec - sizeofMsghdr = C.sizeof_struct_msghdr - sizeofCmsghdr = C.sizeof_struct_cmsghdr - - sizeofSockaddrInet = C.sizeof_struct_sockaddr_in - sizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 -) diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_linux.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_linux.go deleted file mode 100644 index 85bb7450b04d..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_linux.go +++ /dev/null @@ -1,40 +0,0 @@ -// Copyright 2017 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in_addr [4]byte /* in_addr */ -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package socket - -/* -#include <linux/in.h> -#include <linux/in6.h> - -#define _GNU_SOURCE -#include <sys/socket.h> -*/ -import "C" - -type iovec C.struct_iovec - -type msghdr C.struct_msghdr - -type mmsghdr C.struct_mmsghdr - -type cmsghdr C.struct_cmsghdr - -type sockaddrInet C.struct_sockaddr_in - -type sockaddrInet6 C.struct_sockaddr_in6 - -const ( - sizeofIovec = C.sizeof_struct_iovec - sizeofMsghdr = C.sizeof_struct_msghdr - sizeofCmsghdr = C.sizeof_struct_cmsghdr - - sizeofSockaddrInet = C.sizeof_struct_sockaddr_in - sizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 -) diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_netbsd.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_netbsd.go deleted file mode 100644 index 5bfdd4676ce5..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_netbsd.go +++ /dev/null @@ -1,38 +0,0 @@ -// Copyright 2017 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in_addr [4]byte /* in_addr */ -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package socket - -/* -#include <sys/socket.h> - -#include <netinet/in.h> -*/ -import "C" - -type iovec C.struct_iovec - -type msghdr C.struct_msghdr - -type mmsghdr C.struct_mmsghdr - -type cmsghdr C.struct_cmsghdr - -type sockaddrInet C.struct_sockaddr_in - -type sockaddrInet6 C.struct_sockaddr_in6 - -const ( - sizeofIovec = C.sizeof_struct_iovec - sizeofMsghdr = C.sizeof_struct_msghdr - sizeofCmsghdr = C.sizeof_struct_cmsghdr - - sizeofSockaddrInet = C.sizeof_struct_sockaddr_in - sizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 -) diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_openbsd.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_openbsd.go deleted file mode 100644 index b780bc67ab63..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_openbsd.go +++ /dev/null @@ -1,36 +0,0 @@ -// Copyright 2017 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in_addr [4]byte /* in_addr */ -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package socket - -/* -#include <sys/socket.h> - -#include <netinet/in.h> -*/ -import "C" - -type iovec C.struct_iovec - -type msghdr C.struct_msghdr - -type cmsghdr C.struct_cmsghdr - -type sockaddrInet C.struct_sockaddr_in - -type sockaddrInet6 C.struct_sockaddr_in6 - -const ( - sizeofIovec = C.sizeof_struct_iovec - sizeofMsghdr = C.sizeof_struct_msghdr - sizeofCmsghdr = C.sizeof_struct_cmsghdr - - sizeofSockaddrInet = C.sizeof_struct_sockaddr_in - sizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 -) diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_solaris.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_solaris.go deleted file mode 100644 index b780bc67ab63..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/internal/socket/defs_solaris.go +++ /dev/null @@ -1,36 +0,0 @@ -// Copyright 2017 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in_addr [4]byte /* in_addr */ -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package socket - -/* -#include <sys/socket.h> - -#include <netinet/in.h> -*/ -import "C" - -type iovec C.struct_iovec - -type msghdr C.struct_msghdr - -type cmsghdr C.struct_cmsghdr - -type sockaddrInet C.struct_sockaddr_in - -type sockaddrInet6 C.struct_sockaddr_in6 - -const ( - sizeofIovec = C.sizeof_struct_iovec - sizeofMsghdr = C.sizeof_struct_msghdr - sizeofCmsghdr = C.sizeof_struct_cmsghdr - - sizeofSockaddrInet = C.sizeof_struct_sockaddr_in - sizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 -) diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_aix.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_aix.go deleted file mode 100644 index 0f37211c641c..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_aix.go +++ /dev/null @@ -1,39 +0,0 @@ -// Copyright 2019 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in_addr [4]byte /* in_addr */ - -package ipv4 - -/* -#include <netinet/in.h> -*/ -import "C" - -const ( - sysIP_OPTIONS = C.IP_OPTIONS - sysIP_HDRINCL = C.IP_HDRINCL - sysIP_TOS = C.IP_TOS - sysIP_TTL = C.IP_TTL - sysIP_RECVOPTS = C.IP_RECVOPTS - sysIP_RECVRETOPTS = C.IP_RECVRETOPTS - sysIP_RECVDSTADDR = C.IP_RECVDSTADDR - sysIP_RETOPTS = C.IP_RETOPTS - // IP_RECVIF is defined on AIX but doesn't work. - // IP_RECVINTERFACE must be used instead. - sysIP_RECVIF = C.IP_RECVINTERFACE - sysIP_RECVTTL = C.IP_RECVTTL - - sysIP_MULTICAST_IF = C.IP_MULTICAST_IF - sysIP_MULTICAST_TTL = C.IP_MULTICAST_TTL - sysIP_MULTICAST_LOOP = C.IP_MULTICAST_LOOP - sysIP_ADD_MEMBERSHIP = C.IP_ADD_MEMBERSHIP - sysIP_DROP_MEMBERSHIP = C.IP_DROP_MEMBERSHIP - - sizeofIPMreq = C.sizeof_struct_ip_mreq -) - -type ipMreq C.struct_ip_mreq diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_darwin.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_darwin.go deleted file mode 100644 index c8f2e05b81a0..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_darwin.go +++ /dev/null @@ -1,77 +0,0 @@ -// Copyright 2014 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in_addr [4]byte /* in_addr */ - -package ipv4 - -/* -#include <sys/socket.h> - -#include <netinet/in.h> -*/ -import "C" - -const ( - sysIP_OPTIONS = C.IP_OPTIONS - sysIP_HDRINCL = C.IP_HDRINCL - sysIP_TOS = C.IP_TOS - sysIP_TTL = C.IP_TTL - sysIP_RECVOPTS = C.IP_RECVOPTS - sysIP_RECVRETOPTS = C.IP_RECVRETOPTS - sysIP_RECVDSTADDR = C.IP_RECVDSTADDR - sysIP_RETOPTS = C.IP_RETOPTS - sysIP_RECVIF = C.IP_RECVIF - sysIP_STRIPHDR = C.IP_STRIPHDR - sysIP_RECVTTL = C.IP_RECVTTL - sysIP_BOUND_IF = C.IP_BOUND_IF - sysIP_PKTINFO = C.IP_PKTINFO - sysIP_RECVPKTINFO = C.IP_RECVPKTINFO - - sysIP_MULTICAST_IF = C.IP_MULTICAST_IF - sysIP_MULTICAST_TTL = C.IP_MULTICAST_TTL - sysIP_MULTICAST_LOOP = C.IP_MULTICAST_LOOP - sysIP_ADD_MEMBERSHIP = C.IP_ADD_MEMBERSHIP - sysIP_DROP_MEMBERSHIP = C.IP_DROP_MEMBERSHIP - sysIP_MULTICAST_VIF = C.IP_MULTICAST_VIF - sysIP_MULTICAST_IFINDEX = C.IP_MULTICAST_IFINDEX - sysIP_ADD_SOURCE_MEMBERSHIP = C.IP_ADD_SOURCE_MEMBERSHIP - sysIP_DROP_SOURCE_MEMBERSHIP = C.IP_DROP_SOURCE_MEMBERSHIP - sysIP_BLOCK_SOURCE = C.IP_BLOCK_SOURCE - sysIP_UNBLOCK_SOURCE = C.IP_UNBLOCK_SOURCE - sysMCAST_JOIN_GROUP = C.MCAST_JOIN_GROUP - sysMCAST_LEAVE_GROUP = C.MCAST_LEAVE_GROUP - sysMCAST_JOIN_SOURCE_GROUP = C.MCAST_JOIN_SOURCE_GROUP - sysMCAST_LEAVE_SOURCE_GROUP = C.MCAST_LEAVE_SOURCE_GROUP - sysMCAST_BLOCK_SOURCE = C.MCAST_BLOCK_SOURCE - sysMCAST_UNBLOCK_SOURCE = C.MCAST_UNBLOCK_SOURCE - - sizeofSockaddrStorage = C.sizeof_struct_sockaddr_storage - sizeofSockaddrInet = C.sizeof_struct_sockaddr_in - sizeofInetPktinfo = C.sizeof_struct_in_pktinfo - - sizeofIPMreq = C.sizeof_struct_ip_mreq - sizeofIPMreqn = C.sizeof_struct_ip_mreqn - sizeofIPMreqSource = C.sizeof_struct_ip_mreq_source - sizeofGroupReq = C.sizeof_struct_group_req - sizeofGroupSourceReq = C.sizeof_struct_group_source_req -) - -type sockaddrStorage C.struct_sockaddr_storage - -type sockaddrInet C.struct_sockaddr_in - -type inetPktinfo C.struct_in_pktinfo - -type ipMreq C.struct_ip_mreq - -type ipMreqn C.struct_ip_mreqn - -type ipMreqSource C.struct_ip_mreq_source - -type groupReq C.struct_group_req - -type groupSourceReq C.struct_group_source_req diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_dragonfly.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_dragonfly.go deleted file mode 100644 index f30544ea2475..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_dragonfly.go +++ /dev/null @@ -1,38 +0,0 @@ -// Copyright 2014 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in_addr [4]byte /* in_addr */ - -package ipv4 - -/* -#include <netinet/in.h> -*/ -import "C" - -const ( - sysIP_OPTIONS = C.IP_OPTIONS - sysIP_HDRINCL = C.IP_HDRINCL - sysIP_TOS = C.IP_TOS - sysIP_TTL = C.IP_TTL - sysIP_RECVOPTS = C.IP_RECVOPTS - sysIP_RECVRETOPTS = C.IP_RECVRETOPTS - sysIP_RECVDSTADDR = C.IP_RECVDSTADDR - sysIP_RETOPTS = C.IP_RETOPTS - sysIP_RECVIF = C.IP_RECVIF - sysIP_RECVTTL = C.IP_RECVTTL - - sysIP_MULTICAST_IF = C.IP_MULTICAST_IF - sysIP_MULTICAST_TTL = C.IP_MULTICAST_TTL - sysIP_MULTICAST_LOOP = C.IP_MULTICAST_LOOP - sysIP_MULTICAST_VIF = C.IP_MULTICAST_VIF - sysIP_ADD_MEMBERSHIP = C.IP_ADD_MEMBERSHIP - sysIP_DROP_MEMBERSHIP = C.IP_DROP_MEMBERSHIP - - sizeofIPMreq = C.sizeof_struct_ip_mreq -) - -type ipMreq C.struct_ip_mreq diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_freebsd.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_freebsd.go deleted file mode 100644 index 4dd57d865374..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_freebsd.go +++ /dev/null @@ -1,75 +0,0 @@ -// Copyright 2014 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in_addr [4]byte /* in_addr */ - -package ipv4 - -/* -#include <sys/socket.h> - -#include <netinet/in.h> -*/ -import "C" - -const ( - sysIP_OPTIONS = C.IP_OPTIONS - sysIP_HDRINCL = C.IP_HDRINCL - sysIP_TOS = C.IP_TOS - sysIP_TTL = C.IP_TTL - sysIP_RECVOPTS = C.IP_RECVOPTS - sysIP_RECVRETOPTS = C.IP_RECVRETOPTS - sysIP_RECVDSTADDR = C.IP_RECVDSTADDR - sysIP_SENDSRCADDR = C.IP_SENDSRCADDR - sysIP_RETOPTS = C.IP_RETOPTS - sysIP_RECVIF = C.IP_RECVIF - sysIP_ONESBCAST = C.IP_ONESBCAST - sysIP_BINDANY = C.IP_BINDANY - sysIP_RECVTTL = C.IP_RECVTTL - sysIP_MINTTL = C.IP_MINTTL - sysIP_DONTFRAG = C.IP_DONTFRAG - sysIP_RECVTOS = C.IP_RECVTOS - - sysIP_MULTICAST_IF = C.IP_MULTICAST_IF - sysIP_MULTICAST_TTL = C.IP_MULTICAST_TTL - sysIP_MULTICAST_LOOP = C.IP_MULTICAST_LOOP - sysIP_ADD_MEMBERSHIP = C.IP_ADD_MEMBERSHIP - sysIP_DROP_MEMBERSHIP = C.IP_DROP_MEMBERSHIP - sysIP_MULTICAST_VIF = C.IP_MULTICAST_VIF - sysIP_ADD_SOURCE_MEMBERSHIP = C.IP_ADD_SOURCE_MEMBERSHIP - sysIP_DROP_SOURCE_MEMBERSHIP = C.IP_DROP_SOURCE_MEMBERSHIP - sysIP_BLOCK_SOURCE = C.IP_BLOCK_SOURCE - sysIP_UNBLOCK_SOURCE = C.IP_UNBLOCK_SOURCE - sysMCAST_JOIN_GROUP = C.MCAST_JOIN_GROUP - sysMCAST_LEAVE_GROUP = C.MCAST_LEAVE_GROUP - sysMCAST_JOIN_SOURCE_GROUP = C.MCAST_JOIN_SOURCE_GROUP - sysMCAST_LEAVE_SOURCE_GROUP = C.MCAST_LEAVE_SOURCE_GROUP - sysMCAST_BLOCK_SOURCE = C.MCAST_BLOCK_SOURCE - sysMCAST_UNBLOCK_SOURCE = C.MCAST_UNBLOCK_SOURCE - - sizeofSockaddrStorage = C.sizeof_struct_sockaddr_storage - sizeofSockaddrInet = C.sizeof_struct_sockaddr_in - - sizeofIPMreq = C.sizeof_struct_ip_mreq - sizeofIPMreqn = C.sizeof_struct_ip_mreqn - sizeofIPMreqSource = C.sizeof_struct_ip_mreq_source - sizeofGroupReq = C.sizeof_struct_group_req - sizeofGroupSourceReq = C.sizeof_struct_group_source_req -) - -type sockaddrStorage C.struct_sockaddr_storage - -type sockaddrInet C.struct_sockaddr_in - -type ipMreq C.struct_ip_mreq - -type ipMreqn C.struct_ip_mreqn - -type ipMreqSource C.struct_ip_mreq_source - -type groupReq C.struct_group_req - -type groupSourceReq C.struct_group_source_req diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_linux.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_linux.go deleted file mode 100644 index beb11071ad02..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_linux.go +++ /dev/null @@ -1,122 +0,0 @@ -// Copyright 2014 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in_addr [4]byte /* in_addr */ - -package ipv4 - -/* -#include <time.h> - -#include <linux/errqueue.h> -#include <linux/icmp.h> -#include <linux/in.h> -#include <linux/filter.h> -#include <sys/socket.h> -*/ -import "C" - -const ( - sysIP_TOS = C.IP_TOS - sysIP_TTL = C.IP_TTL - sysIP_HDRINCL = C.IP_HDRINCL - sysIP_OPTIONS = C.IP_OPTIONS - sysIP_ROUTER_ALERT = C.IP_ROUTER_ALERT - sysIP_RECVOPTS = C.IP_RECVOPTS - sysIP_RETOPTS = C.IP_RETOPTS - sysIP_PKTINFO = C.IP_PKTINFO - sysIP_PKTOPTIONS = C.IP_PKTOPTIONS - sysIP_MTU_DISCOVER = C.IP_MTU_DISCOVER - sysIP_RECVERR = C.IP_RECVERR - sysIP_RECVTTL = C.IP_RECVTTL - sysIP_RECVTOS = C.IP_RECVTOS - sysIP_MTU = C.IP_MTU - sysIP_FREEBIND = C.IP_FREEBIND - sysIP_TRANSPARENT = C.IP_TRANSPARENT - sysIP_RECVRETOPTS = C.IP_RECVRETOPTS - sysIP_ORIGDSTADDR = C.IP_ORIGDSTADDR - sysIP_RECVORIGDSTADDR = C.IP_RECVORIGDSTADDR - sysIP_MINTTL = C.IP_MINTTL - sysIP_NODEFRAG = C.IP_NODEFRAG - sysIP_UNICAST_IF = C.IP_UNICAST_IF - - sysIP_MULTICAST_IF = C.IP_MULTICAST_IF - sysIP_MULTICAST_TTL = C.IP_MULTICAST_TTL - sysIP_MULTICAST_LOOP = C.IP_MULTICAST_LOOP - sysIP_ADD_MEMBERSHIP = C.IP_ADD_MEMBERSHIP - sysIP_DROP_MEMBERSHIP = C.IP_DROP_MEMBERSHIP - sysIP_UNBLOCK_SOURCE = C.IP_UNBLOCK_SOURCE - sysIP_BLOCK_SOURCE = C.IP_BLOCK_SOURCE - sysIP_ADD_SOURCE_MEMBERSHIP = C.IP_ADD_SOURCE_MEMBERSHIP - sysIP_DROP_SOURCE_MEMBERSHIP = C.IP_DROP_SOURCE_MEMBERSHIP - sysIP_MSFILTER = C.IP_MSFILTER - sysMCAST_JOIN_GROUP = C.MCAST_JOIN_GROUP - sysMCAST_LEAVE_GROUP = C.MCAST_LEAVE_GROUP - sysMCAST_JOIN_SOURCE_GROUP = C.MCAST_JOIN_SOURCE_GROUP - sysMCAST_LEAVE_SOURCE_GROUP = C.MCAST_LEAVE_SOURCE_GROUP - sysMCAST_BLOCK_SOURCE = C.MCAST_BLOCK_SOURCE - sysMCAST_UNBLOCK_SOURCE = C.MCAST_UNBLOCK_SOURCE - sysMCAST_MSFILTER = C.MCAST_MSFILTER - sysIP_MULTICAST_ALL = C.IP_MULTICAST_ALL - - //sysIP_PMTUDISC_DONT = C.IP_PMTUDISC_DONT - //sysIP_PMTUDISC_WANT = C.IP_PMTUDISC_WANT - //sysIP_PMTUDISC_DO = C.IP_PMTUDISC_DO - //sysIP_PMTUDISC_PROBE = C.IP_PMTUDISC_PROBE - //sysIP_PMTUDISC_INTERFACE = C.IP_PMTUDISC_INTERFACE - //sysIP_PMTUDISC_OMIT = C.IP_PMTUDISC_OMIT - - sysICMP_FILTER = C.ICMP_FILTER - - sysSO_EE_ORIGIN_NONE = C.SO_EE_ORIGIN_NONE - sysSO_EE_ORIGIN_LOCAL = C.SO_EE_ORIGIN_LOCAL - sysSO_EE_ORIGIN_ICMP = C.SO_EE_ORIGIN_ICMP - sysSO_EE_ORIGIN_ICMP6 = C.SO_EE_ORIGIN_ICMP6 - sysSO_EE_ORIGIN_TXSTATUS = C.SO_EE_ORIGIN_TXSTATUS - sysSO_EE_ORIGIN_TIMESTAMPING = C.SO_EE_ORIGIN_TIMESTAMPING - - sysSOL_SOCKET = C.SOL_SOCKET - sysSO_ATTACH_FILTER = C.SO_ATTACH_FILTER - - sizeofKernelSockaddrStorage = C.sizeof_struct___kernel_sockaddr_storage - sizeofSockaddrInet = C.sizeof_struct_sockaddr_in - sizeofInetPktinfo = C.sizeof_struct_in_pktinfo - sizeofSockExtendedErr = C.sizeof_struct_sock_extended_err - - sizeofIPMreq = C.sizeof_struct_ip_mreq - sizeofIPMreqn = C.sizeof_struct_ip_mreqn - sizeofIPMreqSource = C.sizeof_struct_ip_mreq_source - sizeofGroupReq = C.sizeof_struct_group_req - sizeofGroupSourceReq = C.sizeof_struct_group_source_req - - sizeofICMPFilter = C.sizeof_struct_icmp_filter - - sizeofSockFprog = C.sizeof_struct_sock_fprog -) - -type kernelSockaddrStorage C.struct___kernel_sockaddr_storage - -type sockaddrInet C.struct_sockaddr_in - -type inetPktinfo C.struct_in_pktinfo - -type sockExtendedErr C.struct_sock_extended_err - -type ipMreq C.struct_ip_mreq - -type ipMreqn C.struct_ip_mreqn - -type ipMreqSource C.struct_ip_mreq_source - -type groupReq C.struct_group_req - -type groupSourceReq C.struct_group_source_req - -type icmpFilter C.struct_icmp_filter - -type sockFProg C.struct_sock_fprog - -type sockFilter C.struct_sock_filter diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_netbsd.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_netbsd.go deleted file mode 100644 index 8f8af1b899eb..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_netbsd.go +++ /dev/null @@ -1,37 +0,0 @@ -// Copyright 2014 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in_addr [4]byte /* in_addr */ - -package ipv4 - -/* -#include <netinet/in.h> -*/ -import "C" - -const ( - sysIP_OPTIONS = C.IP_OPTIONS - sysIP_HDRINCL = C.IP_HDRINCL - sysIP_TOS = C.IP_TOS - sysIP_TTL = C.IP_TTL - sysIP_RECVOPTS = C.IP_RECVOPTS - sysIP_RECVRETOPTS = C.IP_RECVRETOPTS - sysIP_RECVDSTADDR = C.IP_RECVDSTADDR - sysIP_RETOPTS = C.IP_RETOPTS - sysIP_RECVIF = C.IP_RECVIF - sysIP_RECVTTL = C.IP_RECVTTL - - sysIP_MULTICAST_IF = C.IP_MULTICAST_IF - sysIP_MULTICAST_TTL = C.IP_MULTICAST_TTL - sysIP_MULTICAST_LOOP = C.IP_MULTICAST_LOOP - sysIP_ADD_MEMBERSHIP = C.IP_ADD_MEMBERSHIP - sysIP_DROP_MEMBERSHIP = C.IP_DROP_MEMBERSHIP - - sizeofIPMreq = C.sizeof_struct_ip_mreq -) - -type ipMreq C.struct_ip_mreq diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_openbsd.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_openbsd.go deleted file mode 100644 index 8f8af1b899eb..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_openbsd.go +++ /dev/null @@ -1,37 +0,0 @@ -// Copyright 2014 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in_addr [4]byte /* in_addr */ - -package ipv4 - -/* -#include <netinet/in.h> -*/ -import "C" - -const ( - sysIP_OPTIONS = C.IP_OPTIONS - sysIP_HDRINCL = C.IP_HDRINCL - sysIP_TOS = C.IP_TOS - sysIP_TTL = C.IP_TTL - sysIP_RECVOPTS = C.IP_RECVOPTS - sysIP_RECVRETOPTS = C.IP_RECVRETOPTS - sysIP_RECVDSTADDR = C.IP_RECVDSTADDR - sysIP_RETOPTS = C.IP_RETOPTS - sysIP_RECVIF = C.IP_RECVIF - sysIP_RECVTTL = C.IP_RECVTTL - - sysIP_MULTICAST_IF = C.IP_MULTICAST_IF - sysIP_MULTICAST_TTL = C.IP_MULTICAST_TTL - sysIP_MULTICAST_LOOP = C.IP_MULTICAST_LOOP - sysIP_ADD_MEMBERSHIP = C.IP_ADD_MEMBERSHIP - sysIP_DROP_MEMBERSHIP = C.IP_DROP_MEMBERSHIP - - sizeofIPMreq = C.sizeof_struct_ip_mreq -) - -type ipMreq C.struct_ip_mreq diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_solaris.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_solaris.go deleted file mode 100644 index aeb33e9c8f9a..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/defs_solaris.go +++ /dev/null @@ -1,84 +0,0 @@ -// Copyright 2014 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in_addr [4]byte /* in_addr */ - -package ipv4 - -/* -#include <sys/socket.h> - -#include <netinet/in.h> -*/ -import "C" - -const ( - sysIP_OPTIONS = C.IP_OPTIONS - sysIP_HDRINCL = C.IP_HDRINCL - sysIP_TOS = C.IP_TOS - sysIP_TTL = C.IP_TTL - sysIP_RECVOPTS = C.IP_RECVOPTS - sysIP_RECVRETOPTS = C.IP_RECVRETOPTS - sysIP_RECVDSTADDR = C.IP_RECVDSTADDR - sysIP_RETOPTS = C.IP_RETOPTS - sysIP_RECVIF = C.IP_RECVIF - sysIP_RECVSLLA = C.IP_RECVSLLA - sysIP_RECVTTL = C.IP_RECVTTL - - sysIP_MULTICAST_IF = C.IP_MULTICAST_IF - sysIP_MULTICAST_TTL = C.IP_MULTICAST_TTL - sysIP_MULTICAST_LOOP = C.IP_MULTICAST_LOOP - sysIP_ADD_MEMBERSHIP = C.IP_ADD_MEMBERSHIP - sysIP_DROP_MEMBERSHIP = C.IP_DROP_MEMBERSHIP - sysIP_BLOCK_SOURCE = C.IP_BLOCK_SOURCE - sysIP_UNBLOCK_SOURCE = C.IP_UNBLOCK_SOURCE - sysIP_ADD_SOURCE_MEMBERSHIP = C.IP_ADD_SOURCE_MEMBERSHIP - sysIP_DROP_SOURCE_MEMBERSHIP = C.IP_DROP_SOURCE_MEMBERSHIP - sysIP_NEXTHOP = C.IP_NEXTHOP - - sysIP_PKTINFO = C.IP_PKTINFO - sysIP_RECVPKTINFO = C.IP_RECVPKTINFO - sysIP_DONTFRAG = C.IP_DONTFRAG - - sysIP_BOUND_IF = C.IP_BOUND_IF - sysIP_UNSPEC_SRC = C.IP_UNSPEC_SRC - sysIP_BROADCAST_TTL = C.IP_BROADCAST_TTL - sysIP_DHCPINIT_IF = C.IP_DHCPINIT_IF - - sysIP_REUSEADDR = C.IP_REUSEADDR - sysIP_DONTROUTE = C.IP_DONTROUTE - sysIP_BROADCAST = C.IP_BROADCAST - - sysMCAST_JOIN_GROUP = C.MCAST_JOIN_GROUP - sysMCAST_LEAVE_GROUP = C.MCAST_LEAVE_GROUP - sysMCAST_BLOCK_SOURCE = C.MCAST_BLOCK_SOURCE - sysMCAST_UNBLOCK_SOURCE = C.MCAST_UNBLOCK_SOURCE - sysMCAST_JOIN_SOURCE_GROUP = C.MCAST_JOIN_SOURCE_GROUP - sysMCAST_LEAVE_SOURCE_GROUP = C.MCAST_LEAVE_SOURCE_GROUP - - sizeofSockaddrStorage = C.sizeof_struct_sockaddr_storage - sizeofSockaddrInet = C.sizeof_struct_sockaddr_in - sizeofInetPktinfo = C.sizeof_struct_in_pktinfo - - sizeofIPMreq = C.sizeof_struct_ip_mreq - sizeofIPMreqSource = C.sizeof_struct_ip_mreq_source - sizeofGroupReq = C.sizeof_struct_group_req - sizeofGroupSourceReq = C.sizeof_struct_group_source_req -) - -type sockaddrStorage C.struct_sockaddr_storage - -type sockaddrInet C.struct_sockaddr_in - -type inetPktinfo C.struct_in_pktinfo - -type ipMreq C.struct_ip_mreq - -type ipMreqSource C.struct_ip_mreq_source - -type groupReq C.struct_group_req - -type groupSourceReq C.struct_group_source_req diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/gen.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/gen.go deleted file mode 100644 index 1bb1737f672d..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv4/gen.go +++ /dev/null @@ -1,199 +0,0 @@ -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -//go:generate go run gen.go - -// This program generates system adaptation constants and types, -// internet protocol constants and tables by reading template files -// and IANA protocol registries. -package main - -import ( - "bytes" - "encoding/xml" - "fmt" - "go/format" - "io" - "io/ioutil" - "net/http" - "os" - "os/exec" - "runtime" - "strconv" - "strings" -) - -func main() { - if err := genzsys(); err != nil { - fmt.Fprintln(os.Stderr, err) - os.Exit(1) - } - if err := geniana(); err != nil { - fmt.Fprintln(os.Stderr, err) - os.Exit(1) - } -} - -func genzsys() error { - defs := "defs_" + runtime.GOOS + ".go" - f, err := os.Open(defs) - if err != nil { - if os.IsNotExist(err) { - return nil - } - return err - } - f.Close() - cmd := exec.Command("go", "tool", "cgo", "-godefs", defs) - b, err := cmd.Output() - if err != nil { - return err - } - b, err = format.Source(b) - if err != nil { - return err - } - zsys := "zsys_" + runtime.GOOS + ".go" - switch runtime.GOOS { - case "freebsd", "linux": - zsys = "zsys_" + runtime.GOOS + "_" + runtime.GOARCH + ".go" - } - if err := ioutil.WriteFile(zsys, b, 0644); err != nil { - return err - } - return nil -} - -var registries = []struct { - url string - parse func(io.Writer, io.Reader) error -}{ - { - "https://www.iana.org/assignments/icmp-parameters/icmp-parameters.xml", - parseICMPv4Parameters, - }, -} - -func geniana() error { - var bb bytes.Buffer - fmt.Fprintf(&bb, "// go generate gen.go\n") - fmt.Fprintf(&bb, "// Code generated by the command above; DO NOT EDIT.\n\n") - fmt.Fprintf(&bb, "package ipv4\n\n") - for _, r := range registries { - resp, err := http.Get(r.url) - if err != nil { - return err - } - defer resp.Body.Close() - if resp.StatusCode != http.StatusOK { - return fmt.Errorf("got HTTP status code %v for %v\n", resp.StatusCode, r.url) - } - if err := r.parse(&bb, resp.Body); err != nil { - return err - } - fmt.Fprintf(&bb, "\n") - } - b, err := format.Source(bb.Bytes()) - if err != nil { - return err - } - if err := ioutil.WriteFile("iana.go", b, 0644); err != nil { - return err - } - return nil -} - -func parseICMPv4Parameters(w io.Writer, r io.Reader) error { - dec := xml.NewDecoder(r) - var icp icmpv4Parameters - if err := dec.Decode(&icp); err != nil { - return err - } - prs := icp.escape() - fmt.Fprintf(w, "// %s, Updated: %s\n", icp.Title, icp.Updated) - fmt.Fprintf(w, "const (\n") - for _, pr := range prs { - if pr.Descr == "" { - continue - } - fmt.Fprintf(w, "ICMPType%s ICMPType = %d", pr.Descr, pr.Value) - fmt.Fprintf(w, "// %s\n", pr.OrigDescr) - } - fmt.Fprintf(w, ")\n\n") - fmt.Fprintf(w, "// %s, Updated: %s\n", icp.Title, icp.Updated) - fmt.Fprintf(w, "var icmpTypes = map[ICMPType]string{\n") - for _, pr := range prs { - if pr.Descr == "" { - continue - } - fmt.Fprintf(w, "%d: %q,\n", pr.Value, strings.ToLower(pr.OrigDescr)) - } - fmt.Fprintf(w, "}\n") - return nil -} - -type icmpv4Parameters struct { - XMLName xml.Name `xml:"registry"` - Title string `xml:"title"` - Updated string `xml:"updated"` - Registries []struct { - Title string `xml:"title"` - Records []struct { - Value string `xml:"value"` - Descr string `xml:"description"` - } `xml:"record"` - } `xml:"registry"` -} - -type canonICMPv4ParamRecord struct { - OrigDescr string - Descr string - Value int -} - -func (icp *icmpv4Parameters) escape() []canonICMPv4ParamRecord { - id := -1 - for i, r := range icp.Registries { - if strings.Contains(r.Title, "Type") || strings.Contains(r.Title, "type") { - id = i - break - } - } - if id < 0 { - return nil - } - prs := make([]canonICMPv4ParamRecord, len(icp.Registries[id].Records)) - sr := strings.NewReplacer( - "Messages", "", - "Message", "", - "ICMP", "", - "+", "P", - "-", "", - "/", "", - ".", "", - " ", "", - ) - for i, pr := range icp.Registries[id].Records { - if strings.Contains(pr.Descr, "Reserved") || - strings.Contains(pr.Descr, "Unassigned") || - strings.Contains(pr.Descr, "Deprecated") || - strings.Contains(pr.Descr, "Experiment") || - strings.Contains(pr.Descr, "experiment") { - continue - } - ss := strings.Split(pr.Descr, "\n") - if len(ss) > 1 { - prs[i].Descr = strings.Join(ss, " ") - } else { - prs[i].Descr = ss[0] - } - s := strings.TrimSpace(prs[i].Descr) - prs[i].OrigDescr = s - prs[i].Descr = sr.Replace(s) - prs[i].Value, _ = strconv.Atoi(pr.Value) - } - return prs -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_aix.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_aix.go deleted file mode 100644 index ea396a3cb8a7..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_aix.go +++ /dev/null @@ -1,82 +0,0 @@ -// Copyright 2019 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package ipv6 - -/* -#include <sys/param.h> -#include <sys/socket.h> - -#include <netinet/in.h> -#include <netinet/icmp6.h> -*/ -import "C" - -const ( - sysIPV6_UNICAST_HOPS = C.IPV6_UNICAST_HOPS - sysIPV6_MULTICAST_IF = C.IPV6_MULTICAST_IF - sysIPV6_MULTICAST_HOPS = C.IPV6_MULTICAST_HOPS - sysIPV6_MULTICAST_LOOP = C.IPV6_MULTICAST_LOOP - sysIPV6_JOIN_GROUP = C.IPV6_JOIN_GROUP - sysIPV6_LEAVE_GROUP = C.IPV6_LEAVE_GROUP - sysICMP6_FILTER = C.ICMP6_FILTER - - sysIPV6_CHECKSUM = C.IPV6_CHECKSUM - sysIPV6_V6ONLY = C.IPV6_V6ONLY - - sysIPV6_RTHDRDSTOPTS = C.IPV6_RTHDRDSTOPTS - - sysIPV6_RECVPKTINFO = C.IPV6_RECVPKTINFO - sysIPV6_RECVHOPLIMIT = C.IPV6_RECVHOPLIMIT - sysIPV6_RECVRTHDR = C.IPV6_RECVRTHDR - sysIPV6_RECVHOPOPTS = C.IPV6_RECVHOPOPTS - sysIPV6_RECVDSTOPTS = C.IPV6_RECVDSTOPTS - - sysIPV6_USE_MIN_MTU = C.IPV6_USE_MIN_MTU - sysIPV6_RECVPATHMTU = C.IPV6_RECVPATHMTU - sysIPV6_PATHMTU = C.IPV6_PATHMTU - - sysIPV6_PKTINFO = C.IPV6_PKTINFO - sysIPV6_HOPLIMIT = C.IPV6_HOPLIMIT - sysIPV6_NEXTHOP = C.IPV6_NEXTHOP - sysIPV6_HOPOPTS = C.IPV6_HOPOPTS - sysIPV6_DSTOPTS = C.IPV6_DSTOPTS - sysIPV6_RTHDR = C.IPV6_RTHDR - - sysIPV6_RECVTCLASS = C.IPV6_RECVTCLASS - - sysIPV6_TCLASS = C.IPV6_TCLASS - sysIPV6_DONTFRAG = C.IPV6_DONTFRAG - - sizeofSockaddrStorage = C.sizeof_struct_sockaddr_storage - sizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 - sizeofInet6Pktinfo = C.sizeof_struct_in6_pktinfo - sizeofIPv6Mtuinfo = C.sizeof_struct_ip6_mtuinfo - - sizeofIPv6Mreq = C.sizeof_struct_ipv6_mreq - sizeofGroupReq = C.sizeof_struct_group_req - sizeofGroupSourceReq = C.sizeof_struct_group_source_req - - sizeofICMPv6Filter = C.sizeof_struct_icmp6_filter -) - -type sockaddrStorage C.struct_sockaddr_storage - -type sockaddrInet6 C.struct_sockaddr_in6 - -type inet6Pktinfo C.struct_in6_pktinfo - -type ipv6Mtuinfo C.struct_ip6_mtuinfo - -type ipv6Mreq C.struct_ipv6_mreq - -type icmpv6Filter C.struct_icmp6_filter - -type groupReq C.struct_group_req - -type groupSourceReq C.struct_group_source_req diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_darwin.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_darwin.go deleted file mode 100644 index 55ddc116fc07..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_darwin.go +++ /dev/null @@ -1,112 +0,0 @@ -// Copyright 2014 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package ipv6 - -/* -#define __APPLE_USE_RFC_3542 -#include <netinet/in.h> -#include <netinet/icmp6.h> -*/ -import "C" - -const ( - sysIPV6_UNICAST_HOPS = C.IPV6_UNICAST_HOPS - sysIPV6_MULTICAST_IF = C.IPV6_MULTICAST_IF - sysIPV6_MULTICAST_HOPS = C.IPV6_MULTICAST_HOPS - sysIPV6_MULTICAST_LOOP = C.IPV6_MULTICAST_LOOP - sysIPV6_JOIN_GROUP = C.IPV6_JOIN_GROUP - sysIPV6_LEAVE_GROUP = C.IPV6_LEAVE_GROUP - - sysIPV6_PORTRANGE = C.IPV6_PORTRANGE - sysICMP6_FILTER = C.ICMP6_FILTER - sysIPV6_2292PKTINFO = C.IPV6_2292PKTINFO - sysIPV6_2292HOPLIMIT = C.IPV6_2292HOPLIMIT - sysIPV6_2292NEXTHOP = C.IPV6_2292NEXTHOP - sysIPV6_2292HOPOPTS = C.IPV6_2292HOPOPTS - sysIPV6_2292DSTOPTS = C.IPV6_2292DSTOPTS - sysIPV6_2292RTHDR = C.IPV6_2292RTHDR - - sysIPV6_2292PKTOPTIONS = C.IPV6_2292PKTOPTIONS - - sysIPV6_CHECKSUM = C.IPV6_CHECKSUM - sysIPV6_V6ONLY = C.IPV6_V6ONLY - - sysIPV6_IPSEC_POLICY = C.IPV6_IPSEC_POLICY - - sysIPV6_RECVTCLASS = C.IPV6_RECVTCLASS - sysIPV6_TCLASS = C.IPV6_TCLASS - - sysIPV6_RTHDRDSTOPTS = C.IPV6_RTHDRDSTOPTS - - sysIPV6_RECVPKTINFO = C.IPV6_RECVPKTINFO - - sysIPV6_RECVHOPLIMIT = C.IPV6_RECVHOPLIMIT - sysIPV6_RECVRTHDR = C.IPV6_RECVRTHDR - sysIPV6_RECVHOPOPTS = C.IPV6_RECVHOPOPTS - sysIPV6_RECVDSTOPTS = C.IPV6_RECVDSTOPTS - - sysIPV6_USE_MIN_MTU = C.IPV6_USE_MIN_MTU - sysIPV6_RECVPATHMTU = C.IPV6_RECVPATHMTU - - sysIPV6_PATHMTU = C.IPV6_PATHMTU - - sysIPV6_PKTINFO = C.IPV6_PKTINFO - sysIPV6_HOPLIMIT = C.IPV6_HOPLIMIT - sysIPV6_NEXTHOP = C.IPV6_NEXTHOP - sysIPV6_HOPOPTS = C.IPV6_HOPOPTS - sysIPV6_DSTOPTS = C.IPV6_DSTOPTS - sysIPV6_RTHDR = C.IPV6_RTHDR - - sysIPV6_AUTOFLOWLABEL = C.IPV6_AUTOFLOWLABEL - - sysIPV6_DONTFRAG = C.IPV6_DONTFRAG - - sysIPV6_PREFER_TEMPADDR = C.IPV6_PREFER_TEMPADDR - - sysIPV6_MSFILTER = C.IPV6_MSFILTER - sysMCAST_JOIN_GROUP = C.MCAST_JOIN_GROUP - sysMCAST_LEAVE_GROUP = C.MCAST_LEAVE_GROUP - sysMCAST_JOIN_SOURCE_GROUP = C.MCAST_JOIN_SOURCE_GROUP - sysMCAST_LEAVE_SOURCE_GROUP = C.MCAST_LEAVE_SOURCE_GROUP - sysMCAST_BLOCK_SOURCE = C.MCAST_BLOCK_SOURCE - sysMCAST_UNBLOCK_SOURCE = C.MCAST_UNBLOCK_SOURCE - - sysIPV6_BOUND_IF = C.IPV6_BOUND_IF - - sysIPV6_PORTRANGE_DEFAULT = C.IPV6_PORTRANGE_DEFAULT - sysIPV6_PORTRANGE_HIGH = C.IPV6_PORTRANGE_HIGH - sysIPV6_PORTRANGE_LOW = C.IPV6_PORTRANGE_LOW - - sizeofSockaddrStorage = C.sizeof_struct_sockaddr_storage - sizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 - sizeofInet6Pktinfo = C.sizeof_struct_in6_pktinfo - sizeofIPv6Mtuinfo = C.sizeof_struct_ip6_mtuinfo - - sizeofIPv6Mreq = C.sizeof_struct_ipv6_mreq - sizeofGroupReq = C.sizeof_struct_group_req - sizeofGroupSourceReq = C.sizeof_struct_group_source_req - - sizeofICMPv6Filter = C.sizeof_struct_icmp6_filter -) - -type sockaddrStorage C.struct_sockaddr_storage - -type sockaddrInet6 C.struct_sockaddr_in6 - -type inet6Pktinfo C.struct_in6_pktinfo - -type ipv6Mtuinfo C.struct_ip6_mtuinfo - -type ipv6Mreq C.struct_ipv6_mreq - -type icmpv6Filter C.struct_icmp6_filter - -type groupReq C.struct_group_req - -type groupSourceReq C.struct_group_source_req diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_dragonfly.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_dragonfly.go deleted file mode 100644 index 27a1d1d6f7bd..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_dragonfly.go +++ /dev/null @@ -1,82 +0,0 @@ -// Copyright 2014 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package ipv6 - -/* -#include <sys/param.h> -#include <sys/socket.h> - -#include <netinet/in.h> -#include <netinet/icmp6.h> -*/ -import "C" - -const ( - sysIPV6_UNICAST_HOPS = C.IPV6_UNICAST_HOPS - sysIPV6_MULTICAST_IF = C.IPV6_MULTICAST_IF - sysIPV6_MULTICAST_HOPS = C.IPV6_MULTICAST_HOPS - sysIPV6_MULTICAST_LOOP = C.IPV6_MULTICAST_LOOP - sysIPV6_JOIN_GROUP = C.IPV6_JOIN_GROUP - sysIPV6_LEAVE_GROUP = C.IPV6_LEAVE_GROUP - sysIPV6_PORTRANGE = C.IPV6_PORTRANGE - sysICMP6_FILTER = C.ICMP6_FILTER - - sysIPV6_CHECKSUM = C.IPV6_CHECKSUM - sysIPV6_V6ONLY = C.IPV6_V6ONLY - - sysIPV6_RTHDRDSTOPTS = C.IPV6_RTHDRDSTOPTS - sysIPV6_RECVPKTINFO = C.IPV6_RECVPKTINFO - sysIPV6_RECVHOPLIMIT = C.IPV6_RECVHOPLIMIT - sysIPV6_RECVRTHDR = C.IPV6_RECVRTHDR - sysIPV6_RECVHOPOPTS = C.IPV6_RECVHOPOPTS - sysIPV6_RECVDSTOPTS = C.IPV6_RECVDSTOPTS - - sysIPV6_USE_MIN_MTU = C.IPV6_USE_MIN_MTU - sysIPV6_RECVPATHMTU = C.IPV6_RECVPATHMTU - - sysIPV6_PATHMTU = C.IPV6_PATHMTU - - sysIPV6_PKTINFO = C.IPV6_PKTINFO - sysIPV6_HOPLIMIT = C.IPV6_HOPLIMIT - sysIPV6_NEXTHOP = C.IPV6_NEXTHOP - sysIPV6_HOPOPTS = C.IPV6_HOPOPTS - sysIPV6_DSTOPTS = C.IPV6_DSTOPTS - sysIPV6_RTHDR = C.IPV6_RTHDR - - sysIPV6_RECVTCLASS = C.IPV6_RECVTCLASS - - sysIPV6_AUTOFLOWLABEL = C.IPV6_AUTOFLOWLABEL - - sysIPV6_TCLASS = C.IPV6_TCLASS - sysIPV6_DONTFRAG = C.IPV6_DONTFRAG - - sysIPV6_PREFER_TEMPADDR = C.IPV6_PREFER_TEMPADDR - - sysIPV6_PORTRANGE_DEFAULT = C.IPV6_PORTRANGE_DEFAULT - sysIPV6_PORTRANGE_HIGH = C.IPV6_PORTRANGE_HIGH - sysIPV6_PORTRANGE_LOW = C.IPV6_PORTRANGE_LOW - - sizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 - sizeofInet6Pktinfo = C.sizeof_struct_in6_pktinfo - sizeofIPv6Mtuinfo = C.sizeof_struct_ip6_mtuinfo - - sizeofIPv6Mreq = C.sizeof_struct_ipv6_mreq - - sizeofICMPv6Filter = C.sizeof_struct_icmp6_filter -) - -type sockaddrInet6 C.struct_sockaddr_in6 - -type inet6Pktinfo C.struct_in6_pktinfo - -type ipv6Mtuinfo C.struct_ip6_mtuinfo - -type ipv6Mreq C.struct_ipv6_mreq - -type icmpv6Filter C.struct_icmp6_filter diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_freebsd.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_freebsd.go deleted file mode 100644 index 53e625389aea..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_freebsd.go +++ /dev/null @@ -1,105 +0,0 @@ -// Copyright 2014 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package ipv6 - -/* -#include <sys/param.h> -#include <sys/socket.h> - -#include <netinet/in.h> -#include <netinet/icmp6.h> -*/ -import "C" - -const ( - sysIPV6_UNICAST_HOPS = C.IPV6_UNICAST_HOPS - sysIPV6_MULTICAST_IF = C.IPV6_MULTICAST_IF - sysIPV6_MULTICAST_HOPS = C.IPV6_MULTICAST_HOPS - sysIPV6_MULTICAST_LOOP = C.IPV6_MULTICAST_LOOP - sysIPV6_JOIN_GROUP = C.IPV6_JOIN_GROUP - sysIPV6_LEAVE_GROUP = C.IPV6_LEAVE_GROUP - sysIPV6_PORTRANGE = C.IPV6_PORTRANGE - sysICMP6_FILTER = C.ICMP6_FILTER - - sysIPV6_CHECKSUM = C.IPV6_CHECKSUM - sysIPV6_V6ONLY = C.IPV6_V6ONLY - - sysIPV6_IPSEC_POLICY = C.IPV6_IPSEC_POLICY - - sysIPV6_RTHDRDSTOPTS = C.IPV6_RTHDRDSTOPTS - - sysIPV6_RECVPKTINFO = C.IPV6_RECVPKTINFO - sysIPV6_RECVHOPLIMIT = C.IPV6_RECVHOPLIMIT - sysIPV6_RECVRTHDR = C.IPV6_RECVRTHDR - sysIPV6_RECVHOPOPTS = C.IPV6_RECVHOPOPTS - sysIPV6_RECVDSTOPTS = C.IPV6_RECVDSTOPTS - - sysIPV6_USE_MIN_MTU = C.IPV6_USE_MIN_MTU - sysIPV6_RECVPATHMTU = C.IPV6_RECVPATHMTU - - sysIPV6_PATHMTU = C.IPV6_PATHMTU - - sysIPV6_PKTINFO = C.IPV6_PKTINFO - sysIPV6_HOPLIMIT = C.IPV6_HOPLIMIT - sysIPV6_NEXTHOP = C.IPV6_NEXTHOP - sysIPV6_HOPOPTS = C.IPV6_HOPOPTS - sysIPV6_DSTOPTS = C.IPV6_DSTOPTS - sysIPV6_RTHDR = C.IPV6_RTHDR - - sysIPV6_RECVTCLASS = C.IPV6_RECVTCLASS - - sysIPV6_AUTOFLOWLABEL = C.IPV6_AUTOFLOWLABEL - - sysIPV6_TCLASS = C.IPV6_TCLASS - sysIPV6_DONTFRAG = C.IPV6_DONTFRAG - - sysIPV6_PREFER_TEMPADDR = C.IPV6_PREFER_TEMPADDR - - sysIPV6_BINDANY = C.IPV6_BINDANY - - sysIPV6_MSFILTER = C.IPV6_MSFILTER - - sysMCAST_JOIN_GROUP = C.MCAST_JOIN_GROUP - sysMCAST_LEAVE_GROUP = C.MCAST_LEAVE_GROUP - sysMCAST_JOIN_SOURCE_GROUP = C.MCAST_JOIN_SOURCE_GROUP - sysMCAST_LEAVE_SOURCE_GROUP = C.MCAST_LEAVE_SOURCE_GROUP - sysMCAST_BLOCK_SOURCE = C.MCAST_BLOCK_SOURCE - sysMCAST_UNBLOCK_SOURCE = C.MCAST_UNBLOCK_SOURCE - - sysIPV6_PORTRANGE_DEFAULT = C.IPV6_PORTRANGE_DEFAULT - sysIPV6_PORTRANGE_HIGH = C.IPV6_PORTRANGE_HIGH - sysIPV6_PORTRANGE_LOW = C.IPV6_PORTRANGE_LOW - - sizeofSockaddrStorage = C.sizeof_struct_sockaddr_storage - sizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 - sizeofInet6Pktinfo = C.sizeof_struct_in6_pktinfo - sizeofIPv6Mtuinfo = C.sizeof_struct_ip6_mtuinfo - - sizeofIPv6Mreq = C.sizeof_struct_ipv6_mreq - sizeofGroupReq = C.sizeof_struct_group_req - sizeofGroupSourceReq = C.sizeof_struct_group_source_req - - sizeofICMPv6Filter = C.sizeof_struct_icmp6_filter -) - -type sockaddrStorage C.struct_sockaddr_storage - -type sockaddrInet6 C.struct_sockaddr_in6 - -type inet6Pktinfo C.struct_in6_pktinfo - -type ipv6Mtuinfo C.struct_ip6_mtuinfo - -type ipv6Mreq C.struct_ipv6_mreq - -type groupReq C.struct_group_req - -type groupSourceReq C.struct_group_source_req - -type icmpv6Filter C.struct_icmp6_filter diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_linux.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_linux.go deleted file mode 100644 index 3308cb2c3864..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_linux.go +++ /dev/null @@ -1,147 +0,0 @@ -// Copyright 2014 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package ipv6 - -/* -#include <linux/in.h> -#include <linux/in6.h> -#include <linux/ipv6.h> -#include <linux/icmpv6.h> -#include <linux/filter.h> -#include <sys/socket.h> -*/ -import "C" - -const ( - sysIPV6_ADDRFORM = C.IPV6_ADDRFORM - sysIPV6_2292PKTINFO = C.IPV6_2292PKTINFO - sysIPV6_2292HOPOPTS = C.IPV6_2292HOPOPTS - sysIPV6_2292DSTOPTS = C.IPV6_2292DSTOPTS - sysIPV6_2292RTHDR = C.IPV6_2292RTHDR - sysIPV6_2292PKTOPTIONS = C.IPV6_2292PKTOPTIONS - sysIPV6_CHECKSUM = C.IPV6_CHECKSUM - sysIPV6_2292HOPLIMIT = C.IPV6_2292HOPLIMIT - sysIPV6_NEXTHOP = C.IPV6_NEXTHOP - sysIPV6_FLOWINFO = C.IPV6_FLOWINFO - - sysIPV6_UNICAST_HOPS = C.IPV6_UNICAST_HOPS - sysIPV6_MULTICAST_IF = C.IPV6_MULTICAST_IF - sysIPV6_MULTICAST_HOPS = C.IPV6_MULTICAST_HOPS - sysIPV6_MULTICAST_LOOP = C.IPV6_MULTICAST_LOOP - sysIPV6_ADD_MEMBERSHIP = C.IPV6_ADD_MEMBERSHIP - sysIPV6_DROP_MEMBERSHIP = C.IPV6_DROP_MEMBERSHIP - sysMCAST_JOIN_GROUP = C.MCAST_JOIN_GROUP - sysMCAST_LEAVE_GROUP = C.MCAST_LEAVE_GROUP - sysMCAST_JOIN_SOURCE_GROUP = C.MCAST_JOIN_SOURCE_GROUP - sysMCAST_LEAVE_SOURCE_GROUP = C.MCAST_LEAVE_SOURCE_GROUP - sysMCAST_BLOCK_SOURCE = C.MCAST_BLOCK_SOURCE - sysMCAST_UNBLOCK_SOURCE = C.MCAST_UNBLOCK_SOURCE - sysMCAST_MSFILTER = C.MCAST_MSFILTER - sysIPV6_ROUTER_ALERT = C.IPV6_ROUTER_ALERT - sysIPV6_MTU_DISCOVER = C.IPV6_MTU_DISCOVER - sysIPV6_MTU = C.IPV6_MTU - sysIPV6_RECVERR = C.IPV6_RECVERR - sysIPV6_V6ONLY = C.IPV6_V6ONLY - sysIPV6_JOIN_ANYCAST = C.IPV6_JOIN_ANYCAST - sysIPV6_LEAVE_ANYCAST = C.IPV6_LEAVE_ANYCAST - - //sysIPV6_PMTUDISC_DONT = C.IPV6_PMTUDISC_DONT - //sysIPV6_PMTUDISC_WANT = C.IPV6_PMTUDISC_WANT - //sysIPV6_PMTUDISC_DO = C.IPV6_PMTUDISC_DO - //sysIPV6_PMTUDISC_PROBE = C.IPV6_PMTUDISC_PROBE - //sysIPV6_PMTUDISC_INTERFACE = C.IPV6_PMTUDISC_INTERFACE - //sysIPV6_PMTUDISC_OMIT = C.IPV6_PMTUDISC_OMIT - - sysIPV6_FLOWLABEL_MGR = C.IPV6_FLOWLABEL_MGR - sysIPV6_FLOWINFO_SEND = C.IPV6_FLOWINFO_SEND - - sysIPV6_IPSEC_POLICY = C.IPV6_IPSEC_POLICY - sysIPV6_XFRM_POLICY = C.IPV6_XFRM_POLICY - - sysIPV6_RECVPKTINFO = C.IPV6_RECVPKTINFO - sysIPV6_PKTINFO = C.IPV6_PKTINFO - sysIPV6_RECVHOPLIMIT = C.IPV6_RECVHOPLIMIT - sysIPV6_HOPLIMIT = C.IPV6_HOPLIMIT - sysIPV6_RECVHOPOPTS = C.IPV6_RECVHOPOPTS - sysIPV6_HOPOPTS = C.IPV6_HOPOPTS - sysIPV6_RTHDRDSTOPTS = C.IPV6_RTHDRDSTOPTS - sysIPV6_RECVRTHDR = C.IPV6_RECVRTHDR - sysIPV6_RTHDR = C.IPV6_RTHDR - sysIPV6_RECVDSTOPTS = C.IPV6_RECVDSTOPTS - sysIPV6_DSTOPTS = C.IPV6_DSTOPTS - sysIPV6_RECVPATHMTU = C.IPV6_RECVPATHMTU - sysIPV6_PATHMTU = C.IPV6_PATHMTU - sysIPV6_DONTFRAG = C.IPV6_DONTFRAG - - sysIPV6_RECVTCLASS = C.IPV6_RECVTCLASS - sysIPV6_TCLASS = C.IPV6_TCLASS - - sysIPV6_ADDR_PREFERENCES = C.IPV6_ADDR_PREFERENCES - - sysIPV6_PREFER_SRC_TMP = C.IPV6_PREFER_SRC_TMP - sysIPV6_PREFER_SRC_PUBLIC = C.IPV6_PREFER_SRC_PUBLIC - sysIPV6_PREFER_SRC_PUBTMP_DEFAULT = C.IPV6_PREFER_SRC_PUBTMP_DEFAULT - sysIPV6_PREFER_SRC_COA = C.IPV6_PREFER_SRC_COA - sysIPV6_PREFER_SRC_HOME = C.IPV6_PREFER_SRC_HOME - sysIPV6_PREFER_SRC_CGA = C.IPV6_PREFER_SRC_CGA - sysIPV6_PREFER_SRC_NONCGA = C.IPV6_PREFER_SRC_NONCGA - - sysIPV6_MINHOPCOUNT = C.IPV6_MINHOPCOUNT - - sysIPV6_ORIGDSTADDR = C.IPV6_ORIGDSTADDR - sysIPV6_RECVORIGDSTADDR = C.IPV6_RECVORIGDSTADDR - sysIPV6_TRANSPARENT = C.IPV6_TRANSPARENT - sysIPV6_UNICAST_IF = C.IPV6_UNICAST_IF - - sysICMPV6_FILTER = C.ICMPV6_FILTER - - sysICMPV6_FILTER_BLOCK = C.ICMPV6_FILTER_BLOCK - sysICMPV6_FILTER_PASS = C.ICMPV6_FILTER_PASS - sysICMPV6_FILTER_BLOCKOTHERS = C.ICMPV6_FILTER_BLOCKOTHERS - sysICMPV6_FILTER_PASSONLY = C.ICMPV6_FILTER_PASSONLY - - sysSOL_SOCKET = C.SOL_SOCKET - sysSO_ATTACH_FILTER = C.SO_ATTACH_FILTER - - sizeofKernelSockaddrStorage = C.sizeof_struct___kernel_sockaddr_storage - sizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 - sizeofInet6Pktinfo = C.sizeof_struct_in6_pktinfo - sizeofIPv6Mtuinfo = C.sizeof_struct_ip6_mtuinfo - sizeofIPv6FlowlabelReq = C.sizeof_struct_in6_flowlabel_req - - sizeofIPv6Mreq = C.sizeof_struct_ipv6_mreq - sizeofGroupReq = C.sizeof_struct_group_req - sizeofGroupSourceReq = C.sizeof_struct_group_source_req - - sizeofICMPv6Filter = C.sizeof_struct_icmp6_filter - - sizeofSockFprog = C.sizeof_struct_sock_fprog -) - -type kernelSockaddrStorage C.struct___kernel_sockaddr_storage - -type sockaddrInet6 C.struct_sockaddr_in6 - -type inet6Pktinfo C.struct_in6_pktinfo - -type ipv6Mtuinfo C.struct_ip6_mtuinfo - -type ipv6FlowlabelReq C.struct_in6_flowlabel_req - -type ipv6Mreq C.struct_ipv6_mreq - -type groupReq C.struct_group_req - -type groupSourceReq C.struct_group_source_req - -type icmpv6Filter C.struct_icmp6_filter - -type sockFProg C.struct_sock_fprog - -type sockFilter C.struct_sock_filter diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_netbsd.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_netbsd.go deleted file mode 100644 index be9ceb9cc067..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_netbsd.go +++ /dev/null @@ -1,80 +0,0 @@ -// Copyright 2014 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package ipv6 - -/* -#include <sys/param.h> -#include <sys/socket.h> - -#include <netinet/in.h> -#include <netinet/icmp6.h> -*/ -import "C" - -const ( - sysIPV6_UNICAST_HOPS = C.IPV6_UNICAST_HOPS - sysIPV6_MULTICAST_IF = C.IPV6_MULTICAST_IF - sysIPV6_MULTICAST_HOPS = C.IPV6_MULTICAST_HOPS - sysIPV6_MULTICAST_LOOP = C.IPV6_MULTICAST_LOOP - sysIPV6_JOIN_GROUP = C.IPV6_JOIN_GROUP - sysIPV6_LEAVE_GROUP = C.IPV6_LEAVE_GROUP - sysIPV6_PORTRANGE = C.IPV6_PORTRANGE - sysICMP6_FILTER = C.ICMP6_FILTER - - sysIPV6_CHECKSUM = C.IPV6_CHECKSUM - sysIPV6_V6ONLY = C.IPV6_V6ONLY - - sysIPV6_IPSEC_POLICY = C.IPV6_IPSEC_POLICY - - sysIPV6_RTHDRDSTOPTS = C.IPV6_RTHDRDSTOPTS - - sysIPV6_RECVPKTINFO = C.IPV6_RECVPKTINFO - sysIPV6_RECVHOPLIMIT = C.IPV6_RECVHOPLIMIT - sysIPV6_RECVRTHDR = C.IPV6_RECVRTHDR - sysIPV6_RECVHOPOPTS = C.IPV6_RECVHOPOPTS - sysIPV6_RECVDSTOPTS = C.IPV6_RECVDSTOPTS - - sysIPV6_USE_MIN_MTU = C.IPV6_USE_MIN_MTU - sysIPV6_RECVPATHMTU = C.IPV6_RECVPATHMTU - sysIPV6_PATHMTU = C.IPV6_PATHMTU - - sysIPV6_PKTINFO = C.IPV6_PKTINFO - sysIPV6_HOPLIMIT = C.IPV6_HOPLIMIT - sysIPV6_NEXTHOP = C.IPV6_NEXTHOP - sysIPV6_HOPOPTS = C.IPV6_HOPOPTS - sysIPV6_DSTOPTS = C.IPV6_DSTOPTS - sysIPV6_RTHDR = C.IPV6_RTHDR - - sysIPV6_RECVTCLASS = C.IPV6_RECVTCLASS - - sysIPV6_TCLASS = C.IPV6_TCLASS - sysIPV6_DONTFRAG = C.IPV6_DONTFRAG - - sysIPV6_PORTRANGE_DEFAULT = C.IPV6_PORTRANGE_DEFAULT - sysIPV6_PORTRANGE_HIGH = C.IPV6_PORTRANGE_HIGH - sysIPV6_PORTRANGE_LOW = C.IPV6_PORTRANGE_LOW - - sizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 - sizeofInet6Pktinfo = C.sizeof_struct_in6_pktinfo - sizeofIPv6Mtuinfo = C.sizeof_struct_ip6_mtuinfo - - sizeofIPv6Mreq = C.sizeof_struct_ipv6_mreq - - sizeofICMPv6Filter = C.sizeof_struct_icmp6_filter -) - -type sockaddrInet6 C.struct_sockaddr_in6 - -type inet6Pktinfo C.struct_in6_pktinfo - -type ipv6Mtuinfo C.struct_ip6_mtuinfo - -type ipv6Mreq C.struct_ipv6_mreq - -type icmpv6Filter C.struct_icmp6_filter diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_openbsd.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_openbsd.go deleted file mode 100644 index 177ddf87d2c7..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_openbsd.go +++ /dev/null @@ -1,89 +0,0 @@ -// Copyright 2014 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package ipv6 - -/* -#include <sys/param.h> -#include <sys/socket.h> - -#include <netinet/in.h> -#include <netinet/icmp6.h> -*/ -import "C" - -const ( - sysIPV6_UNICAST_HOPS = C.IPV6_UNICAST_HOPS - sysIPV6_MULTICAST_IF = C.IPV6_MULTICAST_IF - sysIPV6_MULTICAST_HOPS = C.IPV6_MULTICAST_HOPS - sysIPV6_MULTICAST_LOOP = C.IPV6_MULTICAST_LOOP - sysIPV6_JOIN_GROUP = C.IPV6_JOIN_GROUP - sysIPV6_LEAVE_GROUP = C.IPV6_LEAVE_GROUP - sysIPV6_PORTRANGE = C.IPV6_PORTRANGE - sysICMP6_FILTER = C.ICMP6_FILTER - - sysIPV6_CHECKSUM = C.IPV6_CHECKSUM - sysIPV6_V6ONLY = C.IPV6_V6ONLY - - sysIPV6_RTHDRDSTOPTS = C.IPV6_RTHDRDSTOPTS - - sysIPV6_RECVPKTINFO = C.IPV6_RECVPKTINFO - sysIPV6_RECVHOPLIMIT = C.IPV6_RECVHOPLIMIT - sysIPV6_RECVRTHDR = C.IPV6_RECVRTHDR - sysIPV6_RECVHOPOPTS = C.IPV6_RECVHOPOPTS - sysIPV6_RECVDSTOPTS = C.IPV6_RECVDSTOPTS - - sysIPV6_USE_MIN_MTU = C.IPV6_USE_MIN_MTU - sysIPV6_RECVPATHMTU = C.IPV6_RECVPATHMTU - - sysIPV6_PATHMTU = C.IPV6_PATHMTU - - sysIPV6_PKTINFO = C.IPV6_PKTINFO - sysIPV6_HOPLIMIT = C.IPV6_HOPLIMIT - sysIPV6_NEXTHOP = C.IPV6_NEXTHOP - sysIPV6_HOPOPTS = C.IPV6_HOPOPTS - sysIPV6_DSTOPTS = C.IPV6_DSTOPTS - sysIPV6_RTHDR = C.IPV6_RTHDR - - sysIPV6_AUTH_LEVEL = C.IPV6_AUTH_LEVEL - sysIPV6_ESP_TRANS_LEVEL = C.IPV6_ESP_TRANS_LEVEL - sysIPV6_ESP_NETWORK_LEVEL = C.IPV6_ESP_NETWORK_LEVEL - sysIPSEC6_OUTSA = C.IPSEC6_OUTSA - sysIPV6_RECVTCLASS = C.IPV6_RECVTCLASS - - sysIPV6_AUTOFLOWLABEL = C.IPV6_AUTOFLOWLABEL - sysIPV6_IPCOMP_LEVEL = C.IPV6_IPCOMP_LEVEL - - sysIPV6_TCLASS = C.IPV6_TCLASS - sysIPV6_DONTFRAG = C.IPV6_DONTFRAG - sysIPV6_PIPEX = C.IPV6_PIPEX - - sysIPV6_RTABLE = C.IPV6_RTABLE - - sysIPV6_PORTRANGE_DEFAULT = C.IPV6_PORTRANGE_DEFAULT - sysIPV6_PORTRANGE_HIGH = C.IPV6_PORTRANGE_HIGH - sysIPV6_PORTRANGE_LOW = C.IPV6_PORTRANGE_LOW - - sizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 - sizeofInet6Pktinfo = C.sizeof_struct_in6_pktinfo - sizeofIPv6Mtuinfo = C.sizeof_struct_ip6_mtuinfo - - sizeofIPv6Mreq = C.sizeof_struct_ipv6_mreq - - sizeofICMPv6Filter = C.sizeof_struct_icmp6_filter -) - -type sockaddrInet6 C.struct_sockaddr_in6 - -type inet6Pktinfo C.struct_in6_pktinfo - -type ipv6Mtuinfo C.struct_ip6_mtuinfo - -type ipv6Mreq C.struct_ipv6_mreq - -type icmpv6Filter C.struct_icmp6_filter diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_solaris.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_solaris.go deleted file mode 100644 index 0f8ce2b46ae4..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/defs_solaris.go +++ /dev/null @@ -1,114 +0,0 @@ -// Copyright 2014 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package ipv6 - -/* -#include <sys/socket.h> - -#include <netinet/in.h> -#include <netinet/icmp6.h> -*/ -import "C" - -const ( - sysIPV6_UNICAST_HOPS = C.IPV6_UNICAST_HOPS - sysIPV6_MULTICAST_IF = C.IPV6_MULTICAST_IF - sysIPV6_MULTICAST_HOPS = C.IPV6_MULTICAST_HOPS - sysIPV6_MULTICAST_LOOP = C.IPV6_MULTICAST_LOOP - sysIPV6_JOIN_GROUP = C.IPV6_JOIN_GROUP - sysIPV6_LEAVE_GROUP = C.IPV6_LEAVE_GROUP - - sysIPV6_PKTINFO = C.IPV6_PKTINFO - - sysIPV6_HOPLIMIT = C.IPV6_HOPLIMIT - sysIPV6_NEXTHOP = C.IPV6_NEXTHOP - sysIPV6_HOPOPTS = C.IPV6_HOPOPTS - sysIPV6_DSTOPTS = C.IPV6_DSTOPTS - - sysIPV6_RTHDR = C.IPV6_RTHDR - sysIPV6_RTHDRDSTOPTS = C.IPV6_RTHDRDSTOPTS - - sysIPV6_RECVPKTINFO = C.IPV6_RECVPKTINFO - sysIPV6_RECVHOPLIMIT = C.IPV6_RECVHOPLIMIT - sysIPV6_RECVHOPOPTS = C.IPV6_RECVHOPOPTS - - sysIPV6_RECVRTHDR = C.IPV6_RECVRTHDR - - sysIPV6_RECVRTHDRDSTOPTS = C.IPV6_RECVRTHDRDSTOPTS - - sysIPV6_CHECKSUM = C.IPV6_CHECKSUM - sysIPV6_RECVTCLASS = C.IPV6_RECVTCLASS - sysIPV6_USE_MIN_MTU = C.IPV6_USE_MIN_MTU - sysIPV6_DONTFRAG = C.IPV6_DONTFRAG - sysIPV6_SEC_OPT = C.IPV6_SEC_OPT - sysIPV6_SRC_PREFERENCES = C.IPV6_SRC_PREFERENCES - sysIPV6_RECVPATHMTU = C.IPV6_RECVPATHMTU - sysIPV6_PATHMTU = C.IPV6_PATHMTU - sysIPV6_TCLASS = C.IPV6_TCLASS - sysIPV6_V6ONLY = C.IPV6_V6ONLY - - sysIPV6_RECVDSTOPTS = C.IPV6_RECVDSTOPTS - - sysMCAST_JOIN_GROUP = C.MCAST_JOIN_GROUP - sysMCAST_LEAVE_GROUP = C.MCAST_LEAVE_GROUP - sysMCAST_BLOCK_SOURCE = C.MCAST_BLOCK_SOURCE - sysMCAST_UNBLOCK_SOURCE = C.MCAST_UNBLOCK_SOURCE - sysMCAST_JOIN_SOURCE_GROUP = C.MCAST_JOIN_SOURCE_GROUP - sysMCAST_LEAVE_SOURCE_GROUP = C.MCAST_LEAVE_SOURCE_GROUP - - sysIPV6_PREFER_SRC_HOME = C.IPV6_PREFER_SRC_HOME - sysIPV6_PREFER_SRC_COA = C.IPV6_PREFER_SRC_COA - sysIPV6_PREFER_SRC_PUBLIC = C.IPV6_PREFER_SRC_PUBLIC - sysIPV6_PREFER_SRC_TMP = C.IPV6_PREFER_SRC_TMP - sysIPV6_PREFER_SRC_NONCGA = C.IPV6_PREFER_SRC_NONCGA - sysIPV6_PREFER_SRC_CGA = C.IPV6_PREFER_SRC_CGA - - sysIPV6_PREFER_SRC_MIPMASK = C.IPV6_PREFER_SRC_MIPMASK - sysIPV6_PREFER_SRC_MIPDEFAULT = C.IPV6_PREFER_SRC_MIPDEFAULT - sysIPV6_PREFER_SRC_TMPMASK = C.IPV6_PREFER_SRC_TMPMASK - sysIPV6_PREFER_SRC_TMPDEFAULT = C.IPV6_PREFER_SRC_TMPDEFAULT - sysIPV6_PREFER_SRC_CGAMASK = C.IPV6_PREFER_SRC_CGAMASK - sysIPV6_PREFER_SRC_CGADEFAULT = C.IPV6_PREFER_SRC_CGADEFAULT - - sysIPV6_PREFER_SRC_MASK = C.IPV6_PREFER_SRC_MASK - - sysIPV6_PREFER_SRC_DEFAULT = C.IPV6_PREFER_SRC_DEFAULT - - sysIPV6_BOUND_IF = C.IPV6_BOUND_IF - sysIPV6_UNSPEC_SRC = C.IPV6_UNSPEC_SRC - - sysICMP6_FILTER = C.ICMP6_FILTER - - sizeofSockaddrStorage = C.sizeof_struct_sockaddr_storage - sizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 - sizeofInet6Pktinfo = C.sizeof_struct_in6_pktinfo - sizeofIPv6Mtuinfo = C.sizeof_struct_ip6_mtuinfo - - sizeofIPv6Mreq = C.sizeof_struct_ipv6_mreq - sizeofGroupReq = C.sizeof_struct_group_req - sizeofGroupSourceReq = C.sizeof_struct_group_source_req - - sizeofICMPv6Filter = C.sizeof_struct_icmp6_filter -) - -type sockaddrStorage C.struct_sockaddr_storage - -type sockaddrInet6 C.struct_sockaddr_in6 - -type inet6Pktinfo C.struct_in6_pktinfo - -type ipv6Mtuinfo C.struct_ip6_mtuinfo - -type ipv6Mreq C.struct_ipv6_mreq - -type groupReq C.struct_group_req - -type groupSourceReq C.struct_group_source_req - -type icmpv6Filter C.struct_icmp6_filter diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/gen.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/gen.go deleted file mode 100644 index 5885664fbcea..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/net/ipv6/gen.go +++ /dev/null @@ -1,199 +0,0 @@ -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -//go:generate go run gen.go - -// This program generates system adaptation constants and types, -// internet protocol constants and tables by reading template files -// and IANA protocol registries. -package main - -import ( - "bytes" - "encoding/xml" - "fmt" - "go/format" - "io" - "io/ioutil" - "net/http" - "os" - "os/exec" - "runtime" - "strconv" - "strings" -) - -func main() { - if err := genzsys(); err != nil { - fmt.Fprintln(os.Stderr, err) - os.Exit(1) - } - if err := geniana(); err != nil { - fmt.Fprintln(os.Stderr, err) - os.Exit(1) - } -} - -func genzsys() error { - defs := "defs_" + runtime.GOOS + ".go" - f, err := os.Open(defs) - if err != nil { - if os.IsNotExist(err) { - return nil - } - return err - } - f.Close() - cmd := exec.Command("go", "tool", "cgo", "-godefs", defs) - b, err := cmd.Output() - if err != nil { - return err - } - b, err = format.Source(b) - if err != nil { - return err - } - zsys := "zsys_" + runtime.GOOS + ".go" - switch runtime.GOOS { - case "freebsd", "linux": - zsys = "zsys_" + runtime.GOOS + "_" + runtime.GOARCH + ".go" - } - if err := ioutil.WriteFile(zsys, b, 0644); err != nil { - return err - } - return nil -} - -var registries = []struct { - url string - parse func(io.Writer, io.Reader) error -}{ - { - "https://www.iana.org/assignments/icmpv6-parameters/icmpv6-parameters.xml", - parseICMPv6Parameters, - }, -} - -func geniana() error { - var bb bytes.Buffer - fmt.Fprintf(&bb, "// go generate gen.go\n") - fmt.Fprintf(&bb, "// Code generated by the command above; DO NOT EDIT.\n\n") - fmt.Fprintf(&bb, "package ipv6\n\n") - for _, r := range registries { - resp, err := http.Get(r.url) - if err != nil { - return err - } - defer resp.Body.Close() - if resp.StatusCode != http.StatusOK { - return fmt.Errorf("got HTTP status code %v for %v\n", resp.StatusCode, r.url) - } - if err := r.parse(&bb, resp.Body); err != nil { - return err - } - fmt.Fprintf(&bb, "\n") - } - b, err := format.Source(bb.Bytes()) - if err != nil { - return err - } - if err := ioutil.WriteFile("iana.go", b, 0644); err != nil { - return err - } - return nil -} - -func parseICMPv6Parameters(w io.Writer, r io.Reader) error { - dec := xml.NewDecoder(r) - var icp icmpv6Parameters - if err := dec.Decode(&icp); err != nil { - return err - } - prs := icp.escape() - fmt.Fprintf(w, "// %s, Updated: %s\n", icp.Title, icp.Updated) - fmt.Fprintf(w, "const (\n") - for _, pr := range prs { - if pr.Name == "" { - continue - } - fmt.Fprintf(w, "ICMPType%s ICMPType = %d", pr.Name, pr.Value) - fmt.Fprintf(w, "// %s\n", pr.OrigName) - } - fmt.Fprintf(w, ")\n\n") - fmt.Fprintf(w, "// %s, Updated: %s\n", icp.Title, icp.Updated) - fmt.Fprintf(w, "var icmpTypes = map[ICMPType]string{\n") - for _, pr := range prs { - if pr.Name == "" { - continue - } - fmt.Fprintf(w, "%d: %q,\n", pr.Value, strings.ToLower(pr.OrigName)) - } - fmt.Fprintf(w, "}\n") - return nil -} - -type icmpv6Parameters struct { - XMLName xml.Name `xml:"registry"` - Title string `xml:"title"` - Updated string `xml:"updated"` - Registries []struct { - Title string `xml:"title"` - Records []struct { - Value string `xml:"value"` - Name string `xml:"name"` - } `xml:"record"` - } `xml:"registry"` -} - -type canonICMPv6ParamRecord struct { - OrigName string - Name string - Value int -} - -func (icp *icmpv6Parameters) escape() []canonICMPv6ParamRecord { - id := -1 - for i, r := range icp.Registries { - if strings.Contains(r.Title, "Type") || strings.Contains(r.Title, "type") { - id = i - break - } - } - if id < 0 { - return nil - } - prs := make([]canonICMPv6ParamRecord, len(icp.Registries[id].Records)) - sr := strings.NewReplacer( - "Messages", "", - "Message", "", - "ICMP", "", - "+", "P", - "-", "", - "/", "", - ".", "", - " ", "", - ) - for i, pr := range icp.Registries[id].Records { - if strings.Contains(pr.Name, "Reserved") || - strings.Contains(pr.Name, "Unassigned") || - strings.Contains(pr.Name, "Deprecated") || - strings.Contains(pr.Name, "Experiment") || - strings.Contains(pr.Name, "experiment") { - continue - } - ss := strings.Split(pr.Name, "\n") - if len(ss) > 1 { - prs[i].Name = strings.Join(ss, " ") - } else { - prs[i].Name = ss[0] - } - s := strings.TrimSpace(prs[i].Name) - prs[i].OrigName = s - prs[i].Name = sr.Replace(s) - prs[i].Value, _ = strconv.Atoi(pr.Value) - } - return prs -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mkasm_darwin.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mkasm_darwin.go deleted file mode 100644 index 6f7bb6edfb9d..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mkasm_darwin.go +++ /dev/null @@ -1,78 +0,0 @@ -// Copyright 2018 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// mkasm_darwin.go generates assembly trampolines to call libSystem routines from Go. -//This program must be run after mksyscall.go. -package main - -import ( - "bytes" - "fmt" - "io/ioutil" - "log" - "os" - "strings" -) - -func writeASMFile(in string, fileName string, buildTags string) { - trampolines := map[string]bool{} - - var out bytes.Buffer - - fmt.Fprintf(&out, "// go run mkasm_darwin.go %s\n", strings.Join(os.Args[1:], " ")) - fmt.Fprintf(&out, "// Code generated by the command above; DO NOT EDIT.\n") - fmt.Fprintf(&out, "\n") - fmt.Fprintf(&out, "// +build %s\n", buildTags) - fmt.Fprintf(&out, "\n") - fmt.Fprintf(&out, "#include \"textflag.h\"\n") - for _, line := range strings.Split(in, "\n") { - if !strings.HasPrefix(line, "func ") || !strings.HasSuffix(line, "_trampoline()") { - continue - } - fn := line[5 : len(line)-13] - if !trampolines[fn] { - trampolines[fn] = true - fmt.Fprintf(&out, "TEXT ·%s_trampoline(SB),NOSPLIT,$0-0\n", fn) - fmt.Fprintf(&out, "\tJMP\t%s(SB)\n", fn) - } - } - err := ioutil.WriteFile(fileName, out.Bytes(), 0644) - if err != nil { - log.Fatalf("can't write %s: %s", fileName, err) - } -} - -func main() { - in1, err := ioutil.ReadFile("syscall_darwin.go") - if err != nil { - log.Fatalf("can't open syscall_darwin.go: %s", err) - } - arch := os.Args[1] - in2, err := ioutil.ReadFile(fmt.Sprintf("syscall_darwin_%s.go", arch)) - if err != nil { - log.Fatalf("can't open syscall_darwin_%s.go: %s", arch, err) - } - in3, err := ioutil.ReadFile(fmt.Sprintf("zsyscall_darwin_%s.go", arch)) - if err != nil { - log.Fatalf("can't open zsyscall_darwin_%s.go: %s", arch, err) - } - in := string(in1) + string(in2) + string(in3) - - writeASMFile(in, fmt.Sprintf("zsyscall_darwin_%s.s", arch), "go1.12") - - in1, err = ioutil.ReadFile("syscall_darwin.1_13.go") - if err != nil { - log.Fatalf("can't open syscall_darwin.1_13.go: %s", err) - } - in2, err = ioutil.ReadFile(fmt.Sprintf("zsyscall_darwin_%s.1_13.go", arch)) - if err != nil { - log.Fatalf("can't open zsyscall_darwin_%s.1_13.go: %s", arch, err) - } - - in = string(in1) + string(in2) - - writeASMFile(in, fmt.Sprintf("zsyscall_darwin_%s.1_13.s", arch), "go1.13") -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mkpost.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mkpost.go deleted file mode 100644 index eb4332059aef..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mkpost.go +++ /dev/null @@ -1,122 +0,0 @@ -// Copyright 2016 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// mkpost processes the output of cgo -godefs to -// modify the generated types. It is used to clean up -// the sys API in an architecture specific manner. -// -// mkpost is run after cgo -godefs; see README.md. -package main - -import ( - "bytes" - "fmt" - "go/format" - "io/ioutil" - "log" - "os" - "regexp" -) - -func main() { - // Get the OS and architecture (using GOARCH_TARGET if it exists) - goos := os.Getenv("GOOS") - goarch := os.Getenv("GOARCH_TARGET") - if goarch == "" { - goarch = os.Getenv("GOARCH") - } - // Check that we are using the Docker-based build system if we should be. - if goos == "linux" { - if os.Getenv("GOLANG_SYS_BUILD") != "docker" { - os.Stderr.WriteString("In the Docker-based build system, mkpost should not be called directly.\n") - os.Stderr.WriteString("See README.md\n") - os.Exit(1) - } - } - - b, err := ioutil.ReadAll(os.Stdin) - if err != nil { - log.Fatal(err) - } - - if goos == "aix" { - // Replace type of Atim, Mtim and Ctim by Timespec in Stat_t - // to avoid having both StTimespec and Timespec. - sttimespec := regexp.MustCompile(`_Ctype_struct_st_timespec`) - b = sttimespec.ReplaceAll(b, []byte("Timespec")) - } - - // Intentionally export __val fields in Fsid and Sigset_t - valRegex := regexp.MustCompile(`type (Fsid|Sigset_t) struct {(\s+)X__(bits|val)(\s+\S+\s+)}`) - b = valRegex.ReplaceAll(b, []byte("type $1 struct {${2}Val$4}")) - - // Intentionally export __fds_bits field in FdSet - fdSetRegex := regexp.MustCompile(`type (FdSet) struct {(\s+)X__fds_bits(\s+\S+\s+)}`) - b = fdSetRegex.ReplaceAll(b, []byte("type $1 struct {${2}Bits$3}")) - - // If we have empty Ptrace structs, we should delete them. Only s390x emits - // nonempty Ptrace structs. - ptraceRexexp := regexp.MustCompile(`type Ptrace((Psw|Fpregs|Per) struct {\s*})`) - b = ptraceRexexp.ReplaceAll(b, nil) - - // Replace the control_regs union with a blank identifier for now. - controlRegsRegex := regexp.MustCompile(`(Control_regs)\s+\[0\]uint64`) - b = controlRegsRegex.ReplaceAll(b, []byte("_ [0]uint64")) - - // Remove fields that are added by glibc - // Note that this is unstable as the identifers are private. - removeFieldsRegex := regexp.MustCompile(`X__glibc\S*`) - b = removeFieldsRegex.ReplaceAll(b, []byte("_")) - - // Convert [65]int8 to [65]byte in Utsname members to simplify - // conversion to string; see golang.org/issue/20753 - convertUtsnameRegex := regexp.MustCompile(`((Sys|Node|Domain)name|Release|Version|Machine)(\s+)\[(\d+)\]u?int8`) - b = convertUtsnameRegex.ReplaceAll(b, []byte("$1$3[$4]byte")) - - // Convert [1024]int8 to [1024]byte in Ptmget members - convertPtmget := regexp.MustCompile(`([SC]n)(\s+)\[(\d+)\]u?int8`) - b = convertPtmget.ReplaceAll(b, []byte("$1[$3]byte")) - - // Remove spare fields (e.g. in Statx_t) - spareFieldsRegex := regexp.MustCompile(`X__spare\S*`) - b = spareFieldsRegex.ReplaceAll(b, []byte("_")) - - // Remove cgo padding fields - removePaddingFieldsRegex := regexp.MustCompile(`Pad_cgo_\d+`) - b = removePaddingFieldsRegex.ReplaceAll(b, []byte("_")) - - // Remove padding, hidden, or unused fields - removeFieldsRegex = regexp.MustCompile(`\b(X_\S+|Padding)`) - b = removeFieldsRegex.ReplaceAll(b, []byte("_")) - - // Remove the first line of warning from cgo - b = b[bytes.IndexByte(b, '\n')+1:] - // Modify the command in the header to include: - // mkpost, our own warning, and a build tag. - replacement := fmt.Sprintf(`$1 | go run mkpost.go -// Code generated by the command above; see README.md. DO NOT EDIT. - -// +build %s,%s`, goarch, goos) - cgoCommandRegex := regexp.MustCompile(`(cgo -godefs .*)`) - b = cgoCommandRegex.ReplaceAll(b, []byte(replacement)) - - // Rename Stat_t time fields - if goos == "freebsd" && goarch == "386" { - // Hide Stat_t.[AMCB]tim_ext fields - renameStatTimeExtFieldsRegex := regexp.MustCompile(`[AMCB]tim_ext`) - b = renameStatTimeExtFieldsRegex.ReplaceAll(b, []byte("_")) - } - renameStatTimeFieldsRegex := regexp.MustCompile(`([AMCB])(?:irth)?time?(?:spec)?\s+(Timespec|StTimespec)`) - b = renameStatTimeFieldsRegex.ReplaceAll(b, []byte("${1}tim ${2}")) - - // gofmt - b, err = format.Source(b) - if err != nil { - log.Fatal(err) - } - - os.Stdout.Write(b) -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksyscall.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksyscall.go deleted file mode 100644 index 9e540cc892b7..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksyscall.go +++ /dev/null @@ -1,402 +0,0 @@ -// Copyright 2018 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -/* -This program reads a file containing function prototypes -(like syscall_darwin.go) and generates system call bodies. -The prototypes are marked by lines beginning with "//sys" -and read like func declarations if //sys is replaced by func, but: - * The parameter lists must give a name for each argument. - This includes return parameters. - * The parameter lists must give a type for each argument: - the (x, y, z int) shorthand is not allowed. - * If the return parameter is an error number, it must be named errno. - -A line beginning with //sysnb is like //sys, except that the -goroutine will not be suspended during the execution of the system -call. This must only be used for system calls which can never -block, as otherwise the system call could cause all goroutines to -hang. -*/ -package main - -import ( - "bufio" - "flag" - "fmt" - "os" - "regexp" - "strings" -) - -var ( - b32 = flag.Bool("b32", false, "32bit big-endian") - l32 = flag.Bool("l32", false, "32bit little-endian") - plan9 = flag.Bool("plan9", false, "plan9") - openbsd = flag.Bool("openbsd", false, "openbsd") - netbsd = flag.Bool("netbsd", false, "netbsd") - dragonfly = flag.Bool("dragonfly", false, "dragonfly") - arm = flag.Bool("arm", false, "arm") // 64-bit value should use (even, odd)-pair - tags = flag.String("tags", "", "build tags") - filename = flag.String("output", "", "output file name (standard output if omitted)") -) - -// cmdLine returns this programs's commandline arguments -func cmdLine() string { - return "go run mksyscall.go " + strings.Join(os.Args[1:], " ") -} - -// buildTags returns build tags -func buildTags() string { - return *tags -} - -// Param is function parameter -type Param struct { - Name string - Type string -} - -// usage prints the program usage -func usage() { - fmt.Fprintf(os.Stderr, "usage: go run mksyscall.go [-b32 | -l32] [-tags x,y] [file ...]\n") - os.Exit(1) -} - -// parseParamList parses parameter list and returns a slice of parameters -func parseParamList(list string) []string { - list = strings.TrimSpace(list) - if list == "" { - return []string{} - } - return regexp.MustCompile(`\s*,\s*`).Split(list, -1) -} - -// parseParam splits a parameter into name and type -func parseParam(p string) Param { - ps := regexp.MustCompile(`^(\S*) (\S*)$`).FindStringSubmatch(p) - if ps == nil { - fmt.Fprintf(os.Stderr, "malformed parameter: %s\n", p) - os.Exit(1) - } - return Param{ps[1], ps[2]} -} - -func main() { - // Get the OS and architecture (using GOARCH_TARGET if it exists) - goos := os.Getenv("GOOS") - if goos == "" { - fmt.Fprintln(os.Stderr, "GOOS not defined in environment") - os.Exit(1) - } - goarch := os.Getenv("GOARCH_TARGET") - if goarch == "" { - goarch = os.Getenv("GOARCH") - } - - // Check that we are using the Docker-based build system if we should - if goos == "linux" { - if os.Getenv("GOLANG_SYS_BUILD") != "docker" { - fmt.Fprintf(os.Stderr, "In the Docker-based build system, mksyscall should not be called directly.\n") - fmt.Fprintf(os.Stderr, "See README.md\n") - os.Exit(1) - } - } - - flag.Usage = usage - flag.Parse() - if len(flag.Args()) <= 0 { - fmt.Fprintf(os.Stderr, "no files to parse provided\n") - usage() - } - - endianness := "" - if *b32 { - endianness = "big-endian" - } else if *l32 { - endianness = "little-endian" - } - - libc := false - if goos == "darwin" && (strings.Contains(buildTags(), ",go1.12") || strings.Contains(buildTags(), ",go1.13")) { - libc = true - } - trampolines := map[string]bool{} - - text := "" - for _, path := range flag.Args() { - file, err := os.Open(path) - if err != nil { - fmt.Fprintf(os.Stderr, err.Error()) - os.Exit(1) - } - s := bufio.NewScanner(file) - for s.Scan() { - t := s.Text() - t = strings.TrimSpace(t) - t = regexp.MustCompile(`\s+`).ReplaceAllString(t, ` `) - nonblock := regexp.MustCompile(`^\/\/sysnb `).FindStringSubmatch(t) - if regexp.MustCompile(`^\/\/sys `).FindStringSubmatch(t) == nil && nonblock == nil { - continue - } - - // Line must be of the form - // func Open(path string, mode int, perm int) (fd int, errno error) - // Split into name, in params, out params. - f := regexp.MustCompile(`^\/\/sys(nb)? (\w+)\(([^()]*)\)\s*(?:\(([^()]+)\))?\s*(?:=\s*((?i)SYS_[A-Z0-9_]+))?$`).FindStringSubmatch(t) - if f == nil { - fmt.Fprintf(os.Stderr, "%s:%s\nmalformed //sys declaration\n", path, t) - os.Exit(1) - } - funct, inps, outps, sysname := f[2], f[3], f[4], f[5] - - // ClockGettime doesn't have a syscall number on Darwin, only generate libc wrappers. - if goos == "darwin" && !libc && funct == "ClockGettime" { - continue - } - - // Split argument lists on comma. - in := parseParamList(inps) - out := parseParamList(outps) - - // Try in vain to keep people from editing this file. - // The theory is that they jump into the middle of the file - // without reading the header. - text += "// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT\n\n" - - // Go function header. - outDecl := "" - if len(out) > 0 { - outDecl = fmt.Sprintf(" (%s)", strings.Join(out, ", ")) - } - text += fmt.Sprintf("func %s(%s)%s {\n", funct, strings.Join(in, ", "), outDecl) - - // Check if err return available - errvar := "" - for _, param := range out { - p := parseParam(param) - if p.Type == "error" { - errvar = p.Name - break - } - } - - // Prepare arguments to Syscall. - var args []string - n := 0 - for _, param := range in { - p := parseParam(param) - if regexp.MustCompile(`^\*`).FindStringSubmatch(p.Type) != nil { - args = append(args, "uintptr(unsafe.Pointer("+p.Name+"))") - } else if p.Type == "string" && errvar != "" { - text += fmt.Sprintf("\tvar _p%d *byte\n", n) - text += fmt.Sprintf("\t_p%d, %s = BytePtrFromString(%s)\n", n, errvar, p.Name) - text += fmt.Sprintf("\tif %s != nil {\n\t\treturn\n\t}\n", errvar) - args = append(args, fmt.Sprintf("uintptr(unsafe.Pointer(_p%d))", n)) - n++ - } else if p.Type == "string" { - fmt.Fprintf(os.Stderr, path+":"+funct+" uses string arguments, but has no error return\n") - text += fmt.Sprintf("\tvar _p%d *byte\n", n) - text += fmt.Sprintf("\t_p%d, _ = BytePtrFromString(%s)\n", n, p.Name) - args = append(args, fmt.Sprintf("uintptr(unsafe.Pointer(_p%d))", n)) - n++ - } else if regexp.MustCompile(`^\[\](.*)`).FindStringSubmatch(p.Type) != nil { - // Convert slice into pointer, length. - // Have to be careful not to take address of &a[0] if len == 0: - // pass dummy pointer in that case. - // Used to pass nil, but some OSes or simulators reject write(fd, nil, 0). - text += fmt.Sprintf("\tvar _p%d unsafe.Pointer\n", n) - text += fmt.Sprintf("\tif len(%s) > 0 {\n\t\t_p%d = unsafe.Pointer(&%s[0])\n\t}", p.Name, n, p.Name) - text += fmt.Sprintf(" else {\n\t\t_p%d = unsafe.Pointer(&_zero)\n\t}\n", n) - args = append(args, fmt.Sprintf("uintptr(_p%d)", n), fmt.Sprintf("uintptr(len(%s))", p.Name)) - n++ - } else if p.Type == "int64" && (*openbsd || *netbsd) { - args = append(args, "0") - if endianness == "big-endian" { - args = append(args, fmt.Sprintf("uintptr(%s>>32)", p.Name), fmt.Sprintf("uintptr(%s)", p.Name)) - } else if endianness == "little-endian" { - args = append(args, fmt.Sprintf("uintptr(%s)", p.Name), fmt.Sprintf("uintptr(%s>>32)", p.Name)) - } else { - args = append(args, fmt.Sprintf("uintptr(%s)", p.Name)) - } - } else if p.Type == "int64" && *dragonfly { - if regexp.MustCompile(`^(?i)extp(read|write)`).FindStringSubmatch(funct) == nil { - args = append(args, "0") - } - if endianness == "big-endian" { - args = append(args, fmt.Sprintf("uintptr(%s>>32)", p.Name), fmt.Sprintf("uintptr(%s)", p.Name)) - } else if endianness == "little-endian" { - args = append(args, fmt.Sprintf("uintptr(%s)", p.Name), fmt.Sprintf("uintptr(%s>>32)", p.Name)) - } else { - args = append(args, fmt.Sprintf("uintptr(%s)", p.Name)) - } - } else if (p.Type == "int64" || p.Type == "uint64") && endianness != "" { - if len(args)%2 == 1 && *arm { - // arm abi specifies 64-bit argument uses - // (even, odd) pair - args = append(args, "0") - } - if endianness == "big-endian" { - args = append(args, fmt.Sprintf("uintptr(%s>>32)", p.Name), fmt.Sprintf("uintptr(%s)", p.Name)) - } else { - args = append(args, fmt.Sprintf("uintptr(%s)", p.Name), fmt.Sprintf("uintptr(%s>>32)", p.Name)) - } - } else { - args = append(args, fmt.Sprintf("uintptr(%s)", p.Name)) - } - } - - // Determine which form to use; pad args with zeros. - asm := "Syscall" - if nonblock != nil { - if errvar == "" && goos == "linux" { - asm = "RawSyscallNoError" - } else { - asm = "RawSyscall" - } - } else { - if errvar == "" && goos == "linux" { - asm = "SyscallNoError" - } - } - if len(args) <= 3 { - for len(args) < 3 { - args = append(args, "0") - } - } else if len(args) <= 6 { - asm += "6" - for len(args) < 6 { - args = append(args, "0") - } - } else if len(args) <= 9 { - asm += "9" - for len(args) < 9 { - args = append(args, "0") - } - } else { - fmt.Fprintf(os.Stderr, "%s:%s too many arguments to system call\n", path, funct) - } - - // System call number. - if sysname == "" { - sysname = "SYS_" + funct - sysname = regexp.MustCompile(`([a-z])([A-Z])`).ReplaceAllString(sysname, `${1}_$2`) - sysname = strings.ToUpper(sysname) - } - - var libcFn string - if libc { - asm = "syscall_" + strings.ToLower(asm[:1]) + asm[1:] // internal syscall call - sysname = strings.TrimPrefix(sysname, "SYS_") // remove SYS_ - sysname = strings.ToLower(sysname) // lowercase - libcFn = sysname - sysname = "funcPC(libc_" + sysname + "_trampoline)" - } - - // Actual call. - arglist := strings.Join(args, ", ") - call := fmt.Sprintf("%s(%s, %s)", asm, sysname, arglist) - - // Assign return values. - body := "" - ret := []string{"_", "_", "_"} - doErrno := false - for i := 0; i < len(out); i++ { - p := parseParam(out[i]) - reg := "" - if p.Name == "err" && !*plan9 { - reg = "e1" - ret[2] = reg - doErrno = true - } else if p.Name == "err" && *plan9 { - ret[0] = "r0" - ret[2] = "e1" - break - } else { - reg = fmt.Sprintf("r%d", i) - ret[i] = reg - } - if p.Type == "bool" { - reg = fmt.Sprintf("%s != 0", reg) - } - if p.Type == "int64" && endianness != "" { - // 64-bit number in r1:r0 or r0:r1. - if i+2 > len(out) { - fmt.Fprintf(os.Stderr, "%s:%s not enough registers for int64 return\n", path, funct) - } - if endianness == "big-endian" { - reg = fmt.Sprintf("int64(r%d)<<32 | int64(r%d)", i, i+1) - } else { - reg = fmt.Sprintf("int64(r%d)<<32 | int64(r%d)", i+1, i) - } - ret[i] = fmt.Sprintf("r%d", i) - ret[i+1] = fmt.Sprintf("r%d", i+1) - } - if reg != "e1" || *plan9 { - body += fmt.Sprintf("\t%s = %s(%s)\n", p.Name, p.Type, reg) - } - } - if ret[0] == "_" && ret[1] == "_" && ret[2] == "_" { - text += fmt.Sprintf("\t%s\n", call) - } else { - if errvar == "" && goos == "linux" { - // raw syscall without error on Linux, see golang.org/issue/22924 - text += fmt.Sprintf("\t%s, %s := %s\n", ret[0], ret[1], call) - } else { - text += fmt.Sprintf("\t%s, %s, %s := %s\n", ret[0], ret[1], ret[2], call) - } - } - text += body - - if *plan9 && ret[2] == "e1" { - text += "\tif int32(r0) == -1 {\n" - text += "\t\terr = e1\n" - text += "\t}\n" - } else if doErrno { - text += "\tif e1 != 0 {\n" - text += "\t\terr = errnoErr(e1)\n" - text += "\t}\n" - } - text += "\treturn\n" - text += "}\n\n" - - if libc && !trampolines[libcFn] { - // some system calls share a trampoline, like read and readlen. - trampolines[libcFn] = true - // Declare assembly trampoline. - text += fmt.Sprintf("func libc_%s_trampoline()\n", libcFn) - // Assembly trampoline calls the libc_* function, which this magic - // redirects to use the function from libSystem. - text += fmt.Sprintf("//go:linkname libc_%s libc_%s\n", libcFn, libcFn) - text += fmt.Sprintf("//go:cgo_import_dynamic libc_%s %s \"/usr/lib/libSystem.B.dylib\"\n", libcFn, libcFn) - text += "\n" - } - } - if err := s.Err(); err != nil { - fmt.Fprintf(os.Stderr, err.Error()) - os.Exit(1) - } - file.Close() - } - fmt.Printf(srcTemplate, cmdLine(), buildTags(), text) -} - -const srcTemplate = `// %s -// Code generated by the command above; see README.md. DO NOT EDIT. - -// +build %s - -package unix - -import ( - "syscall" - "unsafe" -) - -var _ syscall.Errno - -%s -` diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc.go deleted file mode 100644 index 3be3cdfc3b6e..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc.go +++ /dev/null @@ -1,415 +0,0 @@ -// Copyright 2019 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -/* -This program reads a file containing function prototypes -(like syscall_aix.go) and generates system call bodies. -The prototypes are marked by lines beginning with "//sys" -and read like func declarations if //sys is replaced by func, but: - * The parameter lists must give a name for each argument. - This includes return parameters. - * The parameter lists must give a type for each argument: - the (x, y, z int) shorthand is not allowed. - * If the return parameter is an error number, it must be named err. - * If go func name needs to be different than its libc name, - * or the function is not in libc, name could be specified - * at the end, after "=" sign, like - //sys getsockopt(s int, level int, name int, val uintptr, vallen *_Socklen) (err error) = libsocket.getsockopt -*/ -package main - -import ( - "bufio" - "flag" - "fmt" - "os" - "regexp" - "strings" -) - -var ( - b32 = flag.Bool("b32", false, "32bit big-endian") - l32 = flag.Bool("l32", false, "32bit little-endian") - aix = flag.Bool("aix", false, "aix") - tags = flag.String("tags", "", "build tags") -) - -// cmdLine returns this programs's commandline arguments -func cmdLine() string { - return "go run mksyscall_aix_ppc.go " + strings.Join(os.Args[1:], " ") -} - -// buildTags returns build tags -func buildTags() string { - return *tags -} - -// Param is function parameter -type Param struct { - Name string - Type string -} - -// usage prints the program usage -func usage() { - fmt.Fprintf(os.Stderr, "usage: go run mksyscall_aix_ppc.go [-b32 | -l32] [-tags x,y] [file ...]\n") - os.Exit(1) -} - -// parseParamList parses parameter list and returns a slice of parameters -func parseParamList(list string) []string { - list = strings.TrimSpace(list) - if list == "" { - return []string{} - } - return regexp.MustCompile(`\s*,\s*`).Split(list, -1) -} - -// parseParam splits a parameter into name and type -func parseParam(p string) Param { - ps := regexp.MustCompile(`^(\S*) (\S*)$`).FindStringSubmatch(p) - if ps == nil { - fmt.Fprintf(os.Stderr, "malformed parameter: %s\n", p) - os.Exit(1) - } - return Param{ps[1], ps[2]} -} - -func main() { - flag.Usage = usage - flag.Parse() - if len(flag.Args()) <= 0 { - fmt.Fprintf(os.Stderr, "no files to parse provided\n") - usage() - } - - endianness := "" - if *b32 { - endianness = "big-endian" - } else if *l32 { - endianness = "little-endian" - } - - pack := "" - text := "" - cExtern := "/*\n#include <stdint.h>\n#include <stddef.h>\n" - for _, path := range flag.Args() { - file, err := os.Open(path) - if err != nil { - fmt.Fprintf(os.Stderr, err.Error()) - os.Exit(1) - } - s := bufio.NewScanner(file) - for s.Scan() { - t := s.Text() - t = strings.TrimSpace(t) - t = regexp.MustCompile(`\s+`).ReplaceAllString(t, ` `) - if p := regexp.MustCompile(`^package (\S+)$`).FindStringSubmatch(t); p != nil && pack == "" { - pack = p[1] - } - nonblock := regexp.MustCompile(`^\/\/sysnb `).FindStringSubmatch(t) - if regexp.MustCompile(`^\/\/sys `).FindStringSubmatch(t) == nil && nonblock == nil { - continue - } - - // Line must be of the form - // func Open(path string, mode int, perm int) (fd int, err error) - // Split into name, in params, out params. - f := regexp.MustCompile(`^\/\/sys(nb)? (\w+)\(([^()]*)\)\s*(?:\(([^()]+)\))?\s*(?:=\s*(?:(\w*)\.)?(\w*))?$`).FindStringSubmatch(t) - if f == nil { - fmt.Fprintf(os.Stderr, "%s:%s\nmalformed //sys declaration\n", path, t) - os.Exit(1) - } - funct, inps, outps, modname, sysname := f[2], f[3], f[4], f[5], f[6] - - // Split argument lists on comma. - in := parseParamList(inps) - out := parseParamList(outps) - - inps = strings.Join(in, ", ") - outps = strings.Join(out, ", ") - - // Try in vain to keep people from editing this file. - // The theory is that they jump into the middle of the file - // without reading the header. - text += "// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT\n\n" - - // Check if value return, err return available - errvar := "" - retvar := "" - rettype := "" - for _, param := range out { - p := parseParam(param) - if p.Type == "error" { - errvar = p.Name - } else { - retvar = p.Name - rettype = p.Type - } - } - - // System call name. - if sysname == "" { - sysname = funct - } - sysname = regexp.MustCompile(`([a-z])([A-Z])`).ReplaceAllString(sysname, `${1}_$2`) - sysname = strings.ToLower(sysname) // All libc functions are lowercase. - - cRettype := "" - if rettype == "unsafe.Pointer" { - cRettype = "uintptr_t" - } else if rettype == "uintptr" { - cRettype = "uintptr_t" - } else if regexp.MustCompile(`^_`).FindStringSubmatch(rettype) != nil { - cRettype = "uintptr_t" - } else if rettype == "int" { - cRettype = "int" - } else if rettype == "int32" { - cRettype = "int" - } else if rettype == "int64" { - cRettype = "long long" - } else if rettype == "uint32" { - cRettype = "unsigned int" - } else if rettype == "uint64" { - cRettype = "unsigned long long" - } else { - cRettype = "int" - } - if sysname == "exit" { - cRettype = "void" - } - - // Change p.Types to c - var cIn []string - for _, param := range in { - p := parseParam(param) - if regexp.MustCompile(`^\*`).FindStringSubmatch(p.Type) != nil { - cIn = append(cIn, "uintptr_t") - } else if p.Type == "string" { - cIn = append(cIn, "uintptr_t") - } else if regexp.MustCompile(`^\[\](.*)`).FindStringSubmatch(p.Type) != nil { - cIn = append(cIn, "uintptr_t", "size_t") - } else if p.Type == "unsafe.Pointer" { - cIn = append(cIn, "uintptr_t") - } else if p.Type == "uintptr" { - cIn = append(cIn, "uintptr_t") - } else if regexp.MustCompile(`^_`).FindStringSubmatch(p.Type) != nil { - cIn = append(cIn, "uintptr_t") - } else if p.Type == "int" { - cIn = append(cIn, "int") - } else if p.Type == "int32" { - cIn = append(cIn, "int") - } else if p.Type == "int64" { - cIn = append(cIn, "long long") - } else if p.Type == "uint32" { - cIn = append(cIn, "unsigned int") - } else if p.Type == "uint64" { - cIn = append(cIn, "unsigned long long") - } else { - cIn = append(cIn, "int") - } - } - - if funct != "fcntl" && funct != "FcntlInt" && funct != "readlen" && funct != "writelen" { - if sysname == "select" { - // select is a keyword of Go. Its name is - // changed to c_select. - cExtern += "#define c_select select\n" - } - // Imports of system calls from libc - cExtern += fmt.Sprintf("%s %s", cRettype, sysname) - cIn := strings.Join(cIn, ", ") - cExtern += fmt.Sprintf("(%s);\n", cIn) - } - - // So file name. - if *aix { - if modname == "" { - modname = "libc.a/shr_64.o" - } else { - fmt.Fprintf(os.Stderr, "%s: only syscall using libc are available\n", funct) - os.Exit(1) - } - } - - strconvfunc := "C.CString" - - // Go function header. - if outps != "" { - outps = fmt.Sprintf(" (%s)", outps) - } - if text != "" { - text += "\n" - } - - text += fmt.Sprintf("func %s(%s)%s {\n", funct, strings.Join(in, ", "), outps) - - // Prepare arguments to Syscall. - var args []string - n := 0 - argN := 0 - for _, param := range in { - p := parseParam(param) - if regexp.MustCompile(`^\*`).FindStringSubmatch(p.Type) != nil { - args = append(args, "C.uintptr_t(uintptr(unsafe.Pointer("+p.Name+")))") - } else if p.Type == "string" && errvar != "" { - text += fmt.Sprintf("\t_p%d := uintptr(unsafe.Pointer(%s(%s)))\n", n, strconvfunc, p.Name) - args = append(args, fmt.Sprintf("C.uintptr_t(_p%d)", n)) - n++ - } else if p.Type == "string" { - fmt.Fprintf(os.Stderr, path+":"+funct+" uses string arguments, but has no error return\n") - text += fmt.Sprintf("\t_p%d := uintptr(unsafe.Pointer(%s(%s)))\n", n, strconvfunc, p.Name) - args = append(args, fmt.Sprintf("C.uintptr_t(_p%d)", n)) - n++ - } else if m := regexp.MustCompile(`^\[\](.*)`).FindStringSubmatch(p.Type); m != nil { - // Convert slice into pointer, length. - // Have to be careful not to take address of &a[0] if len == 0: - // pass nil in that case. - text += fmt.Sprintf("\tvar _p%d *%s\n", n, m[1]) - text += fmt.Sprintf("\tif len(%s) > 0 {\n\t\t_p%d = &%s[0]\n\t}\n", p.Name, n, p.Name) - args = append(args, fmt.Sprintf("C.uintptr_t(uintptr(unsafe.Pointer(_p%d)))", n)) - n++ - text += fmt.Sprintf("\tvar _p%d int\n", n) - text += fmt.Sprintf("\t_p%d = len(%s)\n", n, p.Name) - args = append(args, fmt.Sprintf("C.size_t(_p%d)", n)) - n++ - } else if p.Type == "int64" && endianness != "" { - if endianness == "big-endian" { - args = append(args, fmt.Sprintf("uintptr(%s>>32)", p.Name), fmt.Sprintf("uintptr(%s)", p.Name)) - } else { - args = append(args, fmt.Sprintf("uintptr(%s)", p.Name), fmt.Sprintf("uintptr(%s>>32)", p.Name)) - } - n++ - } else if p.Type == "bool" { - text += fmt.Sprintf("\tvar _p%d uint32\n", n) - text += fmt.Sprintf("\tif %s {\n\t\t_p%d = 1\n\t} else {\n\t\t_p%d = 0\n\t}\n", p.Name, n, n) - args = append(args, fmt.Sprintf("_p%d", n)) - } else if regexp.MustCompile(`^_`).FindStringSubmatch(p.Type) != nil { - args = append(args, fmt.Sprintf("C.uintptr_t(uintptr(%s))", p.Name)) - } else if p.Type == "unsafe.Pointer" { - args = append(args, fmt.Sprintf("C.uintptr_t(uintptr(%s))", p.Name)) - } else if p.Type == "int" { - if (argN == 2) && ((funct == "readlen") || (funct == "writelen")) { - args = append(args, fmt.Sprintf("C.size_t(%s)", p.Name)) - } else if argN == 0 && funct == "fcntl" { - args = append(args, fmt.Sprintf("C.uintptr_t(%s)", p.Name)) - } else if (argN == 2) && ((funct == "fcntl") || (funct == "FcntlInt")) { - args = append(args, fmt.Sprintf("C.uintptr_t(%s)", p.Name)) - } else { - args = append(args, fmt.Sprintf("C.int(%s)", p.Name)) - } - } else if p.Type == "int32" { - args = append(args, fmt.Sprintf("C.int(%s)", p.Name)) - } else if p.Type == "int64" { - args = append(args, fmt.Sprintf("C.longlong(%s)", p.Name)) - } else if p.Type == "uint32" { - args = append(args, fmt.Sprintf("C.uint(%s)", p.Name)) - } else if p.Type == "uint64" { - args = append(args, fmt.Sprintf("C.ulonglong(%s)", p.Name)) - } else if p.Type == "uintptr" { - args = append(args, fmt.Sprintf("C.uintptr_t(%s)", p.Name)) - } else { - args = append(args, fmt.Sprintf("C.int(%s)", p.Name)) - } - argN++ - } - - // Actual call. - arglist := strings.Join(args, ", ") - call := "" - if sysname == "exit" { - if errvar != "" { - call += "er :=" - } else { - call += "" - } - } else if errvar != "" { - call += "r0,er :=" - } else if retvar != "" { - call += "r0,_ :=" - } else { - call += "" - } - if sysname == "select" { - // select is a keyword of Go. Its name is - // changed to c_select. - call += fmt.Sprintf("C.c_%s(%s)", sysname, arglist) - } else { - call += fmt.Sprintf("C.%s(%s)", sysname, arglist) - } - - // Assign return values. - body := "" - for i := 0; i < len(out); i++ { - p := parseParam(out[i]) - reg := "" - if p.Name == "err" { - reg = "e1" - } else { - reg = "r0" - } - if reg != "e1" { - body += fmt.Sprintf("\t%s = %s(%s)\n", p.Name, p.Type, reg) - } - } - - // verify return - if sysname != "exit" && errvar != "" { - if regexp.MustCompile(`^uintptr`).FindStringSubmatch(cRettype) != nil { - body += "\tif (uintptr(r0) ==^uintptr(0) && er != nil) {\n" - body += fmt.Sprintf("\t\t%s = er\n", errvar) - body += "\t}\n" - } else { - body += "\tif (r0 ==-1 && er != nil) {\n" - body += fmt.Sprintf("\t\t%s = er\n", errvar) - body += "\t}\n" - } - } else if errvar != "" { - body += "\tif (er != nil) {\n" - body += fmt.Sprintf("\t\t%s = er\n", errvar) - body += "\t}\n" - } - - text += fmt.Sprintf("\t%s\n", call) - text += body - - text += "\treturn\n" - text += "}\n" - } - if err := s.Err(); err != nil { - fmt.Fprintf(os.Stderr, err.Error()) - os.Exit(1) - } - file.Close() - } - imp := "" - if pack != "unix" { - imp = "import \"golang.org/x/sys/unix\"\n" - - } - fmt.Printf(srcTemplate, cmdLine(), buildTags(), pack, cExtern, imp, text) -} - -const srcTemplate = `// %s -// Code generated by the command above; see README.md. DO NOT EDIT. - -// +build %s - -package %s - - -%s -*/ -import "C" -import ( - "unsafe" -) - - -%s - -%s -` diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc64.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc64.go deleted file mode 100644 index c960099517af..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksyscall_aix_ppc64.go +++ /dev/null @@ -1,614 +0,0 @@ -// Copyright 2019 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -/* -This program reads a file containing function prototypes -(like syscall_aix.go) and generates system call bodies. -The prototypes are marked by lines beginning with "//sys" -and read like func declarations if //sys is replaced by func, but: - * The parameter lists must give a name for each argument. - This includes return parameters. - * The parameter lists must give a type for each argument: - the (x, y, z int) shorthand is not allowed. - * If the return parameter is an error number, it must be named err. - * If go func name needs to be different than its libc name, - * or the function is not in libc, name could be specified - * at the end, after "=" sign, like - //sys getsockopt(s int, level int, name int, val uintptr, vallen *_Socklen) (err error) = libsocket.getsockopt - - -This program will generate three files and handle both gc and gccgo implementation: - - zsyscall_aix_ppc64.go: the common part of each implementation (error handler, pointer creation) - - zsyscall_aix_ppc64_gc.go: gc part with //go_cgo_import_dynamic and a call to syscall6 - - zsyscall_aix_ppc64_gccgo.go: gccgo part with C function and conversion to C type. - - The generated code looks like this - -zsyscall_aix_ppc64.go -func asyscall(...) (n int, err error) { - // Pointer Creation - r1, e1 := callasyscall(...) - // Type Conversion - // Error Handler - return -} - -zsyscall_aix_ppc64_gc.go -//go:cgo_import_dynamic libc_asyscall asyscall "libc.a/shr_64.o" -//go:linkname libc_asyscall libc_asyscall -var asyscall syscallFunc - -func callasyscall(...) (r1 uintptr, e1 Errno) { - r1, _, e1 = syscall6(uintptr(unsafe.Pointer(&libc_asyscall)), "nb_args", ... ) - return -} - -zsyscall_aix_ppc64_ggcgo.go - -// int asyscall(...) - -import "C" - -func callasyscall(...) (r1 uintptr, e1 Errno) { - r1 = uintptr(C.asyscall(...)) - e1 = syscall.GetErrno() - return -} -*/ - -package main - -import ( - "bufio" - "flag" - "fmt" - "io/ioutil" - "os" - "regexp" - "strings" -) - -var ( - b32 = flag.Bool("b32", false, "32bit big-endian") - l32 = flag.Bool("l32", false, "32bit little-endian") - aix = flag.Bool("aix", false, "aix") - tags = flag.String("tags", "", "build tags") -) - -// cmdLine returns this programs's commandline arguments -func cmdLine() string { - return "go run mksyscall_aix_ppc64.go " + strings.Join(os.Args[1:], " ") -} - -// buildTags returns build tags -func buildTags() string { - return *tags -} - -// Param is function parameter -type Param struct { - Name string - Type string -} - -// usage prints the program usage -func usage() { - fmt.Fprintf(os.Stderr, "usage: go run mksyscall_aix_ppc64.go [-b32 | -l32] [-tags x,y] [file ...]\n") - os.Exit(1) -} - -// parseParamList parses parameter list and returns a slice of parameters -func parseParamList(list string) []string { - list = strings.TrimSpace(list) - if list == "" { - return []string{} - } - return regexp.MustCompile(`\s*,\s*`).Split(list, -1) -} - -// parseParam splits a parameter into name and type -func parseParam(p string) Param { - ps := regexp.MustCompile(`^(\S*) (\S*)$`).FindStringSubmatch(p) - if ps == nil { - fmt.Fprintf(os.Stderr, "malformed parameter: %s\n", p) - os.Exit(1) - } - return Param{ps[1], ps[2]} -} - -func main() { - flag.Usage = usage - flag.Parse() - if len(flag.Args()) <= 0 { - fmt.Fprintf(os.Stderr, "no files to parse provided\n") - usage() - } - - endianness := "" - if *b32 { - endianness = "big-endian" - } else if *l32 { - endianness = "little-endian" - } - - pack := "" - // GCCGO - textgccgo := "" - cExtern := "/*\n#include <stdint.h>\n" - // GC - textgc := "" - dynimports := "" - linknames := "" - var vars []string - // COMMON - textcommon := "" - for _, path := range flag.Args() { - file, err := os.Open(path) - if err != nil { - fmt.Fprintf(os.Stderr, err.Error()) - os.Exit(1) - } - s := bufio.NewScanner(file) - for s.Scan() { - t := s.Text() - t = strings.TrimSpace(t) - t = regexp.MustCompile(`\s+`).ReplaceAllString(t, ` `) - if p := regexp.MustCompile(`^package (\S+)$`).FindStringSubmatch(t); p != nil && pack == "" { - pack = p[1] - } - nonblock := regexp.MustCompile(`^\/\/sysnb `).FindStringSubmatch(t) - if regexp.MustCompile(`^\/\/sys `).FindStringSubmatch(t) == nil && nonblock == nil { - continue - } - - // Line must be of the form - // func Open(path string, mode int, perm int) (fd int, err error) - // Split into name, in params, out params. - f := regexp.MustCompile(`^\/\/sys(nb)? (\w+)\(([^()]*)\)\s*(?:\(([^()]+)\))?\s*(?:=\s*(?:(\w*)\.)?(\w*))?$`).FindStringSubmatch(t) - if f == nil { - fmt.Fprintf(os.Stderr, "%s:%s\nmalformed //sys declaration\n", path, t) - os.Exit(1) - } - funct, inps, outps, modname, sysname := f[2], f[3], f[4], f[5], f[6] - - // Split argument lists on comma. - in := parseParamList(inps) - out := parseParamList(outps) - - inps = strings.Join(in, ", ") - outps = strings.Join(out, ", ") - - if sysname == "" { - sysname = funct - } - - onlyCommon := false - if funct == "readlen" || funct == "writelen" || funct == "FcntlInt" || funct == "FcntlFlock" { - // This function call another syscall which is already implemented. - // Therefore, the gc and gccgo part must not be generated. - onlyCommon = true - } - - // Try in vain to keep people from editing this file. - // The theory is that they jump into the middle of the file - // without reading the header. - - textcommon += "// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT\n\n" - if !onlyCommon { - textgccgo += "// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT\n\n" - textgc += "// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT\n\n" - } - - // Check if value return, err return available - errvar := "" - rettype := "" - for _, param := range out { - p := parseParam(param) - if p.Type == "error" { - errvar = p.Name - } else { - rettype = p.Type - } - } - - sysname = regexp.MustCompile(`([a-z])([A-Z])`).ReplaceAllString(sysname, `${1}_$2`) - sysname = strings.ToLower(sysname) // All libc functions are lowercase. - - // GCCGO Prototype return type - cRettype := "" - if rettype == "unsafe.Pointer" { - cRettype = "uintptr_t" - } else if rettype == "uintptr" { - cRettype = "uintptr_t" - } else if regexp.MustCompile(`^_`).FindStringSubmatch(rettype) != nil { - cRettype = "uintptr_t" - } else if rettype == "int" { - cRettype = "int" - } else if rettype == "int32" { - cRettype = "int" - } else if rettype == "int64" { - cRettype = "long long" - } else if rettype == "uint32" { - cRettype = "unsigned int" - } else if rettype == "uint64" { - cRettype = "unsigned long long" - } else { - cRettype = "int" - } - if sysname == "exit" { - cRettype = "void" - } - - // GCCGO Prototype arguments type - var cIn []string - for i, param := range in { - p := parseParam(param) - if regexp.MustCompile(`^\*`).FindStringSubmatch(p.Type) != nil { - cIn = append(cIn, "uintptr_t") - } else if p.Type == "string" { - cIn = append(cIn, "uintptr_t") - } else if regexp.MustCompile(`^\[\](.*)`).FindStringSubmatch(p.Type) != nil { - cIn = append(cIn, "uintptr_t", "size_t") - } else if p.Type == "unsafe.Pointer" { - cIn = append(cIn, "uintptr_t") - } else if p.Type == "uintptr" { - cIn = append(cIn, "uintptr_t") - } else if regexp.MustCompile(`^_`).FindStringSubmatch(p.Type) != nil { - cIn = append(cIn, "uintptr_t") - } else if p.Type == "int" { - if (i == 0 || i == 2) && funct == "fcntl" { - // These fcntl arguments needs to be uintptr to be able to call FcntlInt and FcntlFlock - cIn = append(cIn, "uintptr_t") - } else { - cIn = append(cIn, "int") - } - - } else if p.Type == "int32" { - cIn = append(cIn, "int") - } else if p.Type == "int64" { - cIn = append(cIn, "long long") - } else if p.Type == "uint32" { - cIn = append(cIn, "unsigned int") - } else if p.Type == "uint64" { - cIn = append(cIn, "unsigned long long") - } else { - cIn = append(cIn, "int") - } - } - - if !onlyCommon { - // GCCGO Prototype Generation - // Imports of system calls from libc - if sysname == "select" { - // select is a keyword of Go. Its name is - // changed to c_select. - cExtern += "#define c_select select\n" - } - cExtern += fmt.Sprintf("%s %s", cRettype, sysname) - cIn := strings.Join(cIn, ", ") - cExtern += fmt.Sprintf("(%s);\n", cIn) - } - // GC Library name - if modname == "" { - modname = "libc.a/shr_64.o" - } else { - fmt.Fprintf(os.Stderr, "%s: only syscall using libc are available\n", funct) - os.Exit(1) - } - sysvarname := fmt.Sprintf("libc_%s", sysname) - - if !onlyCommon { - // GC Runtime import of function to allow cross-platform builds. - dynimports += fmt.Sprintf("//go:cgo_import_dynamic %s %s \"%s\"\n", sysvarname, sysname, modname) - // GC Link symbol to proc address variable. - linknames += fmt.Sprintf("//go:linkname %s %s\n", sysvarname, sysvarname) - // GC Library proc address variable. - vars = append(vars, sysvarname) - } - - strconvfunc := "BytePtrFromString" - strconvtype := "*byte" - - // Go function header. - if outps != "" { - outps = fmt.Sprintf(" (%s)", outps) - } - if textcommon != "" { - textcommon += "\n" - } - - textcommon += fmt.Sprintf("func %s(%s)%s {\n", funct, strings.Join(in, ", "), outps) - - // Prepare arguments tocall. - var argscommon []string // Arguments in the common part - var argscall []string // Arguments for call prototype - var argsgc []string // Arguments for gc call (with syscall6) - var argsgccgo []string // Arguments for gccgo call (with C.name_of_syscall) - n := 0 - argN := 0 - for _, param := range in { - p := parseParam(param) - if regexp.MustCompile(`^\*`).FindStringSubmatch(p.Type) != nil { - argscommon = append(argscommon, fmt.Sprintf("uintptr(unsafe.Pointer(%s))", p.Name)) - argscall = append(argscall, fmt.Sprintf("%s uintptr", p.Name)) - argsgc = append(argsgc, p.Name) - argsgccgo = append(argsgccgo, fmt.Sprintf("C.uintptr_t(%s)", p.Name)) - } else if p.Type == "string" && errvar != "" { - textcommon += fmt.Sprintf("\tvar _p%d %s\n", n, strconvtype) - textcommon += fmt.Sprintf("\t_p%d, %s = %s(%s)\n", n, errvar, strconvfunc, p.Name) - textcommon += fmt.Sprintf("\tif %s != nil {\n\t\treturn\n\t}\n", errvar) - - argscommon = append(argscommon, fmt.Sprintf("uintptr(unsafe.Pointer(_p%d))", n)) - argscall = append(argscall, fmt.Sprintf("_p%d uintptr ", n)) - argsgc = append(argsgc, fmt.Sprintf("_p%d", n)) - argsgccgo = append(argsgccgo, fmt.Sprintf("C.uintptr_t(_p%d)", n)) - n++ - } else if p.Type == "string" { - fmt.Fprintf(os.Stderr, path+":"+funct+" uses string arguments, but has no error return\n") - textcommon += fmt.Sprintf("\tvar _p%d %s\n", n, strconvtype) - textcommon += fmt.Sprintf("\t_p%d, %s = %s(%s)\n", n, errvar, strconvfunc, p.Name) - textcommon += fmt.Sprintf("\tif %s != nil {\n\t\treturn\n\t}\n", errvar) - - argscommon = append(argscommon, fmt.Sprintf("uintptr(unsafe.Pointer(_p%d))", n)) - argscall = append(argscall, fmt.Sprintf("_p%d uintptr", n)) - argsgc = append(argsgc, fmt.Sprintf("_p%d", n)) - argsgccgo = append(argsgccgo, fmt.Sprintf("C.uintptr_t(_p%d)", n)) - n++ - } else if m := regexp.MustCompile(`^\[\](.*)`).FindStringSubmatch(p.Type); m != nil { - // Convert slice into pointer, length. - // Have to be careful not to take address of &a[0] if len == 0: - // pass nil in that case. - textcommon += fmt.Sprintf("\tvar _p%d *%s\n", n, m[1]) - textcommon += fmt.Sprintf("\tif len(%s) > 0 {\n\t\t_p%d = &%s[0]\n\t}\n", p.Name, n, p.Name) - argscommon = append(argscommon, fmt.Sprintf("uintptr(unsafe.Pointer(_p%d))", n), fmt.Sprintf("len(%s)", p.Name)) - argscall = append(argscall, fmt.Sprintf("_p%d uintptr", n), fmt.Sprintf("_lenp%d int", n)) - argsgc = append(argsgc, fmt.Sprintf("_p%d", n), fmt.Sprintf("uintptr(_lenp%d)", n)) - argsgccgo = append(argsgccgo, fmt.Sprintf("C.uintptr_t(_p%d)", n), fmt.Sprintf("C.size_t(_lenp%d)", n)) - n++ - } else if p.Type == "int64" && endianness != "" { - fmt.Fprintf(os.Stderr, path+":"+funct+" uses int64 with 32 bits mode. Case not yet implemented\n") - } else if p.Type == "bool" { - fmt.Fprintf(os.Stderr, path+":"+funct+" uses bool. Case not yet implemented\n") - } else if regexp.MustCompile(`^_`).FindStringSubmatch(p.Type) != nil || p.Type == "unsafe.Pointer" { - argscommon = append(argscommon, fmt.Sprintf("uintptr(%s)", p.Name)) - argscall = append(argscall, fmt.Sprintf("%s uintptr", p.Name)) - argsgc = append(argsgc, p.Name) - argsgccgo = append(argsgccgo, fmt.Sprintf("C.uintptr_t(%s)", p.Name)) - } else if p.Type == "int" { - if (argN == 0 || argN == 2) && ((funct == "fcntl") || (funct == "FcntlInt") || (funct == "FcntlFlock")) { - // These fcntl arguments need to be uintptr to be able to call FcntlInt and FcntlFlock - argscommon = append(argscommon, fmt.Sprintf("uintptr(%s)", p.Name)) - argscall = append(argscall, fmt.Sprintf("%s uintptr", p.Name)) - argsgc = append(argsgc, p.Name) - argsgccgo = append(argsgccgo, fmt.Sprintf("C.uintptr_t(%s)", p.Name)) - - } else { - argscommon = append(argscommon, p.Name) - argscall = append(argscall, fmt.Sprintf("%s int", p.Name)) - argsgc = append(argsgc, fmt.Sprintf("uintptr(%s)", p.Name)) - argsgccgo = append(argsgccgo, fmt.Sprintf("C.int(%s)", p.Name)) - } - } else if p.Type == "int32" { - argscommon = append(argscommon, p.Name) - argscall = append(argscall, fmt.Sprintf("%s int32", p.Name)) - argsgc = append(argsgc, fmt.Sprintf("uintptr(%s)", p.Name)) - argsgccgo = append(argsgccgo, fmt.Sprintf("C.int(%s)", p.Name)) - } else if p.Type == "int64" { - argscommon = append(argscommon, p.Name) - argscall = append(argscall, fmt.Sprintf("%s int64", p.Name)) - argsgc = append(argsgc, fmt.Sprintf("uintptr(%s)", p.Name)) - argsgccgo = append(argsgccgo, fmt.Sprintf("C.longlong(%s)", p.Name)) - } else if p.Type == "uint32" { - argscommon = append(argscommon, p.Name) - argscall = append(argscall, fmt.Sprintf("%s uint32", p.Name)) - argsgc = append(argsgc, fmt.Sprintf("uintptr(%s)", p.Name)) - argsgccgo = append(argsgccgo, fmt.Sprintf("C.uint(%s)", p.Name)) - } else if p.Type == "uint64" { - argscommon = append(argscommon, p.Name) - argscall = append(argscall, fmt.Sprintf("%s uint64", p.Name)) - argsgc = append(argsgc, fmt.Sprintf("uintptr(%s)", p.Name)) - argsgccgo = append(argsgccgo, fmt.Sprintf("C.ulonglong(%s)", p.Name)) - } else if p.Type == "uintptr" { - argscommon = append(argscommon, p.Name) - argscall = append(argscall, fmt.Sprintf("%s uintptr", p.Name)) - argsgc = append(argsgc, p.Name) - argsgccgo = append(argsgccgo, fmt.Sprintf("C.uintptr_t(%s)", p.Name)) - } else { - argscommon = append(argscommon, fmt.Sprintf("int(%s)", p.Name)) - argscall = append(argscall, fmt.Sprintf("%s int", p.Name)) - argsgc = append(argsgc, fmt.Sprintf("uintptr(%s)", p.Name)) - argsgccgo = append(argsgccgo, fmt.Sprintf("C.int(%s)", p.Name)) - } - argN++ - } - nargs := len(argsgc) - - // COMMON function generation - argscommonlist := strings.Join(argscommon, ", ") - callcommon := fmt.Sprintf("call%s(%s)", sysname, argscommonlist) - ret := []string{"_", "_"} - body := "" - doErrno := false - for i := 0; i < len(out); i++ { - p := parseParam(out[i]) - reg := "" - if p.Name == "err" { - reg = "e1" - ret[1] = reg - doErrno = true - } else { - reg = "r0" - ret[0] = reg - } - if p.Type == "bool" { - reg = fmt.Sprintf("%s != 0", reg) - } - if reg != "e1" { - body += fmt.Sprintf("\t%s = %s(%s)\n", p.Name, p.Type, reg) - } - } - if ret[0] == "_" && ret[1] == "_" { - textcommon += fmt.Sprintf("\t%s\n", callcommon) - } else { - textcommon += fmt.Sprintf("\t%s, %s := %s\n", ret[0], ret[1], callcommon) - } - textcommon += body - - if doErrno { - textcommon += "\tif e1 != 0 {\n" - textcommon += "\t\terr = errnoErr(e1)\n" - textcommon += "\t}\n" - } - textcommon += "\treturn\n" - textcommon += "}\n" - - if onlyCommon { - continue - } - - // CALL Prototype - callProto := fmt.Sprintf("func call%s(%s) (r1 uintptr, e1 Errno) {\n", sysname, strings.Join(argscall, ", ")) - - // GC function generation - asm := "syscall6" - if nonblock != nil { - asm = "rawSyscall6" - } - - if len(argsgc) <= 6 { - for len(argsgc) < 6 { - argsgc = append(argsgc, "0") - } - } else { - fmt.Fprintf(os.Stderr, "%s: too many arguments to system call", funct) - os.Exit(1) - } - argsgclist := strings.Join(argsgc, ", ") - callgc := fmt.Sprintf("%s(uintptr(unsafe.Pointer(&%s)), %d, %s)", asm, sysvarname, nargs, argsgclist) - - textgc += callProto - textgc += fmt.Sprintf("\tr1, _, e1 = %s\n", callgc) - textgc += "\treturn\n}\n" - - // GCCGO function generation - argsgccgolist := strings.Join(argsgccgo, ", ") - var callgccgo string - if sysname == "select" { - // select is a keyword of Go. Its name is - // changed to c_select. - callgccgo = fmt.Sprintf("C.c_%s(%s)", sysname, argsgccgolist) - } else { - callgccgo = fmt.Sprintf("C.%s(%s)", sysname, argsgccgolist) - } - textgccgo += callProto - textgccgo += fmt.Sprintf("\tr1 = uintptr(%s)\n", callgccgo) - textgccgo += "\te1 = syscall.GetErrno()\n" - textgccgo += "\treturn\n}\n" - } - if err := s.Err(); err != nil { - fmt.Fprintf(os.Stderr, err.Error()) - os.Exit(1) - } - file.Close() - } - imp := "" - if pack != "unix" { - imp = "import \"golang.org/x/sys/unix\"\n" - - } - - // Print zsyscall_aix_ppc64.go - err := ioutil.WriteFile("zsyscall_aix_ppc64.go", - []byte(fmt.Sprintf(srcTemplate1, cmdLine(), buildTags(), pack, imp, textcommon)), - 0644) - if err != nil { - fmt.Fprintf(os.Stderr, err.Error()) - os.Exit(1) - } - - // Print zsyscall_aix_ppc64_gc.go - vardecls := "\t" + strings.Join(vars, ",\n\t") - vardecls += " syscallFunc" - err = ioutil.WriteFile("zsyscall_aix_ppc64_gc.go", - []byte(fmt.Sprintf(srcTemplate2, cmdLine(), buildTags(), pack, imp, dynimports, linknames, vardecls, textgc)), - 0644) - if err != nil { - fmt.Fprintf(os.Stderr, err.Error()) - os.Exit(1) - } - - // Print zsyscall_aix_ppc64_gccgo.go - err = ioutil.WriteFile("zsyscall_aix_ppc64_gccgo.go", - []byte(fmt.Sprintf(srcTemplate3, cmdLine(), buildTags(), pack, cExtern, imp, textgccgo)), - 0644) - if err != nil { - fmt.Fprintf(os.Stderr, err.Error()) - os.Exit(1) - } -} - -const srcTemplate1 = `// %s -// Code generated by the command above; see README.md. DO NOT EDIT. - -// +build %s - -package %s - -import ( - "unsafe" -) - - -%s - -%s -` -const srcTemplate2 = `// %s -// Code generated by the command above; see README.md. DO NOT EDIT. - -// +build %s -// +build !gccgo - -package %s - -import ( - "unsafe" -) -%s -%s -%s -type syscallFunc uintptr - -var ( -%s -) - -// Implemented in runtime/syscall_aix.go. -func rawSyscall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno) -func syscall6(trap, nargs, a1, a2, a3, a4, a5, a6 uintptr) (r1, r2 uintptr, err Errno) - -%s -` -const srcTemplate3 = `// %s -// Code generated by the command above; see README.md. DO NOT EDIT. - -// +build %s -// +build gccgo - -package %s - -%s -*/ -import "C" -import ( - "syscall" -) - - -%s - -%s -` diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksyscall_solaris.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksyscall_solaris.go deleted file mode 100644 index 3d864738b695..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksyscall_solaris.go +++ /dev/null @@ -1,335 +0,0 @@ -// Copyright 2019 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -/* - This program reads a file containing function prototypes - (like syscall_solaris.go) and generates system call bodies. - The prototypes are marked by lines beginning with "//sys" - and read like func declarations if //sys is replaced by func, but: - * The parameter lists must give a name for each argument. - This includes return parameters. - * The parameter lists must give a type for each argument: - the (x, y, z int) shorthand is not allowed. - * If the return parameter is an error number, it must be named err. - * If go func name needs to be different than its libc name, - * or the function is not in libc, name could be specified - * at the end, after "=" sign, like - //sys getsockopt(s int, level int, name int, val uintptr, vallen *_Socklen) (err error) = libsocket.getsockopt -*/ - -package main - -import ( - "bufio" - "flag" - "fmt" - "os" - "regexp" - "strings" -) - -var ( - b32 = flag.Bool("b32", false, "32bit big-endian") - l32 = flag.Bool("l32", false, "32bit little-endian") - tags = flag.String("tags", "", "build tags") -) - -// cmdLine returns this programs's commandline arguments -func cmdLine() string { - return "go run mksyscall_solaris.go " + strings.Join(os.Args[1:], " ") -} - -// buildTags returns build tags -func buildTags() string { - return *tags -} - -// Param is function parameter -type Param struct { - Name string - Type string -} - -// usage prints the program usage -func usage() { - fmt.Fprintf(os.Stderr, "usage: go run mksyscall_solaris.go [-b32 | -l32] [-tags x,y] [file ...]\n") - os.Exit(1) -} - -// parseParamList parses parameter list and returns a slice of parameters -func parseParamList(list string) []string { - list = strings.TrimSpace(list) - if list == "" { - return []string{} - } - return regexp.MustCompile(`\s*,\s*`).Split(list, -1) -} - -// parseParam splits a parameter into name and type -func parseParam(p string) Param { - ps := regexp.MustCompile(`^(\S*) (\S*)$`).FindStringSubmatch(p) - if ps == nil { - fmt.Fprintf(os.Stderr, "malformed parameter: %s\n", p) - os.Exit(1) - } - return Param{ps[1], ps[2]} -} - -func main() { - flag.Usage = usage - flag.Parse() - if len(flag.Args()) <= 0 { - fmt.Fprintf(os.Stderr, "no files to parse provided\n") - usage() - } - - endianness := "" - if *b32 { - endianness = "big-endian" - } else if *l32 { - endianness = "little-endian" - } - - pack := "" - text := "" - dynimports := "" - linknames := "" - var vars []string - for _, path := range flag.Args() { - file, err := os.Open(path) - if err != nil { - fmt.Fprintf(os.Stderr, err.Error()) - os.Exit(1) - } - s := bufio.NewScanner(file) - for s.Scan() { - t := s.Text() - t = strings.TrimSpace(t) - t = regexp.MustCompile(`\s+`).ReplaceAllString(t, ` `) - if p := regexp.MustCompile(`^package (\S+)$`).FindStringSubmatch(t); p != nil && pack == "" { - pack = p[1] - } - nonblock := regexp.MustCompile(`^\/\/sysnb `).FindStringSubmatch(t) - if regexp.MustCompile(`^\/\/sys `).FindStringSubmatch(t) == nil && nonblock == nil { - continue - } - - // Line must be of the form - // func Open(path string, mode int, perm int) (fd int, err error) - // Split into name, in params, out params. - f := regexp.MustCompile(`^\/\/sys(nb)? (\w+)\(([^()]*)\)\s*(?:\(([^()]+)\))?\s*(?:=\s*(?:(\w*)\.)?(\w*))?$`).FindStringSubmatch(t) - if f == nil { - fmt.Fprintf(os.Stderr, "%s:%s\nmalformed //sys declaration\n", path, t) - os.Exit(1) - } - funct, inps, outps, modname, sysname := f[2], f[3], f[4], f[5], f[6] - - // Split argument lists on comma. - in := parseParamList(inps) - out := parseParamList(outps) - - inps = strings.Join(in, ", ") - outps = strings.Join(out, ", ") - - // Try in vain to keep people from editing this file. - // The theory is that they jump into the middle of the file - // without reading the header. - text += "// THIS FILE IS GENERATED BY THE COMMAND AT THE TOP; DO NOT EDIT\n\n" - - // So file name. - if modname == "" { - modname = "libc" - } - - // System call name. - if sysname == "" { - sysname = funct - } - - // System call pointer variable name. - sysvarname := fmt.Sprintf("proc%s", sysname) - - strconvfunc := "BytePtrFromString" - strconvtype := "*byte" - - sysname = strings.ToLower(sysname) // All libc functions are lowercase. - - // Runtime import of function to allow cross-platform builds. - dynimports += fmt.Sprintf("//go:cgo_import_dynamic libc_%s %s \"%s.so\"\n", sysname, sysname, modname) - // Link symbol to proc address variable. - linknames += fmt.Sprintf("//go:linkname %s libc_%s\n", sysvarname, sysname) - // Library proc address variable. - vars = append(vars, sysvarname) - - // Go function header. - outlist := strings.Join(out, ", ") - if outlist != "" { - outlist = fmt.Sprintf(" (%s)", outlist) - } - if text != "" { - text += "\n" - } - text += fmt.Sprintf("func %s(%s)%s {\n", funct, strings.Join(in, ", "), outlist) - - // Check if err return available - errvar := "" - for _, param := range out { - p := parseParam(param) - if p.Type == "error" { - errvar = p.Name - continue - } - } - - // Prepare arguments to Syscall. - var args []string - n := 0 - for _, param := range in { - p := parseParam(param) - if regexp.MustCompile(`^\*`).FindStringSubmatch(p.Type) != nil { - args = append(args, "uintptr(unsafe.Pointer("+p.Name+"))") - } else if p.Type == "string" && errvar != "" { - text += fmt.Sprintf("\tvar _p%d %s\n", n, strconvtype) - text += fmt.Sprintf("\t_p%d, %s = %s(%s)\n", n, errvar, strconvfunc, p.Name) - text += fmt.Sprintf("\tif %s != nil {\n\t\treturn\n\t}\n", errvar) - args = append(args, fmt.Sprintf("uintptr(unsafe.Pointer(_p%d))", n)) - n++ - } else if p.Type == "string" { - fmt.Fprintf(os.Stderr, path+":"+funct+" uses string arguments, but has no error return\n") - text += fmt.Sprintf("\tvar _p%d %s\n", n, strconvtype) - text += fmt.Sprintf("\t_p%d, _ = %s(%s)\n", n, strconvfunc, p.Name) - args = append(args, fmt.Sprintf("uintptr(unsafe.Pointer(_p%d))", n)) - n++ - } else if s := regexp.MustCompile(`^\[\](.*)`).FindStringSubmatch(p.Type); s != nil { - // Convert slice into pointer, length. - // Have to be careful not to take address of &a[0] if len == 0: - // pass nil in that case. - text += fmt.Sprintf("\tvar _p%d *%s\n", n, s[1]) - text += fmt.Sprintf("\tif len(%s) > 0 {\n\t\t_p%d = &%s[0]\n\t}\n", p.Name, n, p.Name) - args = append(args, fmt.Sprintf("uintptr(unsafe.Pointer(_p%d))", n), fmt.Sprintf("uintptr(len(%s))", p.Name)) - n++ - } else if p.Type == "int64" && endianness != "" { - if endianness == "big-endian" { - args = append(args, fmt.Sprintf("uintptr(%s>>32)", p.Name), fmt.Sprintf("uintptr(%s)", p.Name)) - } else { - args = append(args, fmt.Sprintf("uintptr(%s)", p.Name), fmt.Sprintf("uintptr(%s>>32)", p.Name)) - } - } else if p.Type == "bool" { - text += fmt.Sprintf("\tvar _p%d uint32\n", n) - text += fmt.Sprintf("\tif %s {\n\t\t_p%d = 1\n\t} else {\n\t\t_p%d = 0\n\t}\n", p.Name, n, n) - args = append(args, fmt.Sprintf("uintptr(_p%d)", n)) - n++ - } else { - args = append(args, fmt.Sprintf("uintptr(%s)", p.Name)) - } - } - nargs := len(args) - - // Determine which form to use; pad args with zeros. - asm := "sysvicall6" - if nonblock != nil { - asm = "rawSysvicall6" - } - if len(args) <= 6 { - for len(args) < 6 { - args = append(args, "0") - } - } else { - fmt.Fprintf(os.Stderr, "%s: too many arguments to system call\n", path) - os.Exit(1) - } - - // Actual call. - arglist := strings.Join(args, ", ") - call := fmt.Sprintf("%s(uintptr(unsafe.Pointer(&%s)), %d, %s)", asm, sysvarname, nargs, arglist) - - // Assign return values. - body := "" - ret := []string{"_", "_", "_"} - doErrno := false - for i := 0; i < len(out); i++ { - p := parseParam(out[i]) - reg := "" - if p.Name == "err" { - reg = "e1" - ret[2] = reg - doErrno = true - } else { - reg = fmt.Sprintf("r%d", i) - ret[i] = reg - } - if p.Type == "bool" { - reg = fmt.Sprintf("%d != 0", reg) - } - if p.Type == "int64" && endianness != "" { - // 64-bit number in r1:r0 or r0:r1. - if i+2 > len(out) { - fmt.Fprintf(os.Stderr, "%s: not enough registers for int64 return\n", path) - os.Exit(1) - } - if endianness == "big-endian" { - reg = fmt.Sprintf("int64(r%d)<<32 | int64(r%d)", i, i+1) - } else { - reg = fmt.Sprintf("int64(r%d)<<32 | int64(r%d)", i+1, i) - } - ret[i] = fmt.Sprintf("r%d", i) - ret[i+1] = fmt.Sprintf("r%d", i+1) - } - if reg != "e1" { - body += fmt.Sprintf("\t%s = %s(%s)\n", p.Name, p.Type, reg) - } - } - if ret[0] == "_" && ret[1] == "_" && ret[2] == "_" { - text += fmt.Sprintf("\t%s\n", call) - } else { - text += fmt.Sprintf("\t%s, %s, %s := %s\n", ret[0], ret[1], ret[2], call) - } - text += body - - if doErrno { - text += "\tif e1 != 0 {\n" - text += "\t\terr = e1\n" - text += "\t}\n" - } - text += "\treturn\n" - text += "}\n" - } - if err := s.Err(); err != nil { - fmt.Fprintf(os.Stderr, err.Error()) - os.Exit(1) - } - file.Close() - } - imp := "" - if pack != "unix" { - imp = "import \"golang.org/x/sys/unix\"\n" - - } - vardecls := "\t" + strings.Join(vars, ",\n\t") - vardecls += " syscallFunc" - fmt.Printf(srcTemplate, cmdLine(), buildTags(), pack, imp, dynimports, linknames, vardecls, text) -} - -const srcTemplate = `// %s -// Code generated by the command above; see README.md. DO NOT EDIT. - -// +build %s - -package %s - -import ( - "syscall" - "unsafe" -) -%s -%s -%s -var ( -%s -) - -%s -` diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksysctl_openbsd.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksysctl_openbsd.go deleted file mode 100644 index b6b409909cc3..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksysctl_openbsd.go +++ /dev/null @@ -1,355 +0,0 @@ -// Copyright 2019 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// Parse the header files for OpenBSD and generate a Go usable sysctl MIB. -// -// Build a MIB with each entry being an array containing the level, type and -// a hash that will contain additional entries if the current entry is a node. -// We then walk this MIB and create a flattened sysctl name to OID hash. - -package main - -import ( - "bufio" - "fmt" - "os" - "path/filepath" - "regexp" - "sort" - "strings" -) - -var ( - goos, goarch string -) - -// cmdLine returns this programs's commandline arguments. -func cmdLine() string { - return "go run mksysctl_openbsd.go " + strings.Join(os.Args[1:], " ") -} - -// buildTags returns build tags. -func buildTags() string { - return fmt.Sprintf("%s,%s", goarch, goos) -} - -// reMatch performs regular expression match and stores the substring slice to value pointed by m. -func reMatch(re *regexp.Regexp, str string, m *[]string) bool { - *m = re.FindStringSubmatch(str) - if *m != nil { - return true - } - return false -} - -type nodeElement struct { - n int - t string - pE *map[string]nodeElement -} - -var ( - debugEnabled bool - mib map[string]nodeElement - node *map[string]nodeElement - nodeMap map[string]string - sysCtl []string -) - -var ( - ctlNames1RE = regexp.MustCompile(`^#define\s+(CTL_NAMES)\s+{`) - ctlNames2RE = regexp.MustCompile(`^#define\s+(CTL_(.*)_NAMES)\s+{`) - ctlNames3RE = regexp.MustCompile(`^#define\s+((.*)CTL_NAMES)\s+{`) - netInetRE = regexp.MustCompile(`^netinet/`) - netInet6RE = regexp.MustCompile(`^netinet6/`) - netRE = regexp.MustCompile(`^net/`) - bracesRE = regexp.MustCompile(`{.*}`) - ctlTypeRE = regexp.MustCompile(`{\s+"(\w+)",\s+(CTLTYPE_[A-Z]+)\s+}`) - fsNetKernRE = regexp.MustCompile(`^(fs|net|kern)_`) -) - -func debug(s string) { - if debugEnabled { - fmt.Fprintln(os.Stderr, s) - } -} - -// Walk the MIB and build a sysctl name to OID mapping. -func buildSysctl(pNode *map[string]nodeElement, name string, oid []int) { - lNode := pNode // local copy of pointer to node - var keys []string - for k := range *lNode { - keys = append(keys, k) - } - sort.Strings(keys) - - for _, key := range keys { - nodename := name - if name != "" { - nodename += "." - } - nodename += key - - nodeoid := append(oid, (*pNode)[key].n) - - if (*pNode)[key].t == `CTLTYPE_NODE` { - if _, ok := nodeMap[nodename]; ok { - lNode = &mib - ctlName := nodeMap[nodename] - for _, part := range strings.Split(ctlName, ".") { - lNode = ((*lNode)[part]).pE - } - } else { - lNode = (*pNode)[key].pE - } - buildSysctl(lNode, nodename, nodeoid) - } else if (*pNode)[key].t != "" { - oidStr := []string{} - for j := range nodeoid { - oidStr = append(oidStr, fmt.Sprintf("%d", nodeoid[j])) - } - text := "\t{ \"" + nodename + "\", []_C_int{ " + strings.Join(oidStr, ", ") + " } }, \n" - sysCtl = append(sysCtl, text) - } - } -} - -func main() { - // Get the OS (using GOOS_TARGET if it exist) - goos = os.Getenv("GOOS_TARGET") - if goos == "" { - goos = os.Getenv("GOOS") - } - // Get the architecture (using GOARCH_TARGET if it exists) - goarch = os.Getenv("GOARCH_TARGET") - if goarch == "" { - goarch = os.Getenv("GOARCH") - } - // Check if GOOS and GOARCH environment variables are defined - if goarch == "" || goos == "" { - fmt.Fprintf(os.Stderr, "GOARCH or GOOS not defined in environment\n") - os.Exit(1) - } - - mib = make(map[string]nodeElement) - headers := [...]string{ - `sys/sysctl.h`, - `sys/socket.h`, - `sys/tty.h`, - `sys/malloc.h`, - `sys/mount.h`, - `sys/namei.h`, - `sys/sem.h`, - `sys/shm.h`, - `sys/vmmeter.h`, - `uvm/uvmexp.h`, - `uvm/uvm_param.h`, - `uvm/uvm_swap_encrypt.h`, - `ddb/db_var.h`, - `net/if.h`, - `net/if_pfsync.h`, - `net/pipex.h`, - `netinet/in.h`, - `netinet/icmp_var.h`, - `netinet/igmp_var.h`, - `netinet/ip_ah.h`, - `netinet/ip_carp.h`, - `netinet/ip_divert.h`, - `netinet/ip_esp.h`, - `netinet/ip_ether.h`, - `netinet/ip_gre.h`, - `netinet/ip_ipcomp.h`, - `netinet/ip_ipip.h`, - `netinet/pim_var.h`, - `netinet/tcp_var.h`, - `netinet/udp_var.h`, - `netinet6/in6.h`, - `netinet6/ip6_divert.h`, - `netinet6/pim6_var.h`, - `netinet/icmp6.h`, - `netmpls/mpls.h`, - } - - ctls := [...]string{ - `kern`, - `vm`, - `fs`, - `net`, - //debug /* Special handling required */ - `hw`, - //machdep /* Arch specific */ - `user`, - `ddb`, - //vfs /* Special handling required */ - `fs.posix`, - `kern.forkstat`, - `kern.intrcnt`, - `kern.malloc`, - `kern.nchstats`, - `kern.seminfo`, - `kern.shminfo`, - `kern.timecounter`, - `kern.tty`, - `kern.watchdog`, - `net.bpf`, - `net.ifq`, - `net.inet`, - `net.inet.ah`, - `net.inet.carp`, - `net.inet.divert`, - `net.inet.esp`, - `net.inet.etherip`, - `net.inet.gre`, - `net.inet.icmp`, - `net.inet.igmp`, - `net.inet.ip`, - `net.inet.ip.ifq`, - `net.inet.ipcomp`, - `net.inet.ipip`, - `net.inet.mobileip`, - `net.inet.pfsync`, - `net.inet.pim`, - `net.inet.tcp`, - `net.inet.udp`, - `net.inet6`, - `net.inet6.divert`, - `net.inet6.ip6`, - `net.inet6.icmp6`, - `net.inet6.pim6`, - `net.inet6.tcp6`, - `net.inet6.udp6`, - `net.mpls`, - `net.mpls.ifq`, - `net.key`, - `net.pflow`, - `net.pfsync`, - `net.pipex`, - `net.rt`, - `vm.swapencrypt`, - //vfsgenctl /* Special handling required */ - } - - // Node name "fixups" - ctlMap := map[string]string{ - "ipproto": "net.inet", - "net.inet.ipproto": "net.inet", - "net.inet6.ipv6proto": "net.inet6", - "net.inet6.ipv6": "net.inet6.ip6", - "net.inet.icmpv6": "net.inet6.icmp6", - "net.inet6.divert6": "net.inet6.divert", - "net.inet6.tcp6": "net.inet.tcp", - "net.inet6.udp6": "net.inet.udp", - "mpls": "net.mpls", - "swpenc": "vm.swapencrypt", - } - - // Node mappings - nodeMap = map[string]string{ - "net.inet.ip.ifq": "net.ifq", - "net.inet.pfsync": "net.pfsync", - "net.mpls.ifq": "net.ifq", - } - - mCtls := make(map[string]bool) - for _, ctl := range ctls { - mCtls[ctl] = true - } - - for _, header := range headers { - debug("Processing " + header) - file, err := os.Open(filepath.Join("/usr/include", header)) - if err != nil { - fmt.Fprintf(os.Stderr, "%v\n", err) - os.Exit(1) - } - s := bufio.NewScanner(file) - for s.Scan() { - var sub []string - if reMatch(ctlNames1RE, s.Text(), &sub) || - reMatch(ctlNames2RE, s.Text(), &sub) || - reMatch(ctlNames3RE, s.Text(), &sub) { - if sub[1] == `CTL_NAMES` { - // Top level. - node = &mib - } else { - // Node. - nodename := strings.ToLower(sub[2]) - ctlName := "" - if reMatch(netInetRE, header, &sub) { - ctlName = "net.inet." + nodename - } else if reMatch(netInet6RE, header, &sub) { - ctlName = "net.inet6." + nodename - } else if reMatch(netRE, header, &sub) { - ctlName = "net." + nodename - } else { - ctlName = nodename - ctlName = fsNetKernRE.ReplaceAllString(ctlName, `$1.`) - } - - if val, ok := ctlMap[ctlName]; ok { - ctlName = val - } - if _, ok := mCtls[ctlName]; !ok { - debug("Ignoring " + ctlName + "...") - continue - } - - // Walk down from the top of the MIB. - node = &mib - for _, part := range strings.Split(ctlName, ".") { - if _, ok := (*node)[part]; !ok { - debug("Missing node " + part) - (*node)[part] = nodeElement{n: 0, t: "", pE: &map[string]nodeElement{}} - } - node = (*node)[part].pE - } - } - - // Populate current node with entries. - i := -1 - for !strings.HasPrefix(s.Text(), "}") { - s.Scan() - if reMatch(bracesRE, s.Text(), &sub) { - i++ - } - if !reMatch(ctlTypeRE, s.Text(), &sub) { - continue - } - (*node)[sub[1]] = nodeElement{n: i, t: sub[2], pE: &map[string]nodeElement{}} - } - } - } - err = s.Err() - if err != nil { - fmt.Fprintf(os.Stderr, "%v\n", err) - os.Exit(1) - } - file.Close() - } - buildSysctl(&mib, "", []int{}) - - sort.Strings(sysCtl) - text := strings.Join(sysCtl, "") - - fmt.Printf(srcTemplate, cmdLine(), buildTags(), text) -} - -const srcTemplate = `// %s -// Code generated by the command above; DO NOT EDIT. - -// +build %s - -package unix - -type mibentry struct { - ctlname string - ctloid []_C_int -} - -var sysctlMib = []mibentry { -%s -} -` diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksysnum.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksysnum.go deleted file mode 100644 index baa6ecd85065..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/mksysnum.go +++ /dev/null @@ -1,190 +0,0 @@ -// Copyright 2018 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// Generate system call table for DragonFly, NetBSD, -// FreeBSD, OpenBSD or Darwin from master list -// (for example, /usr/src/sys/kern/syscalls.master or -// sys/syscall.h). -package main - -import ( - "bufio" - "fmt" - "io" - "io/ioutil" - "net/http" - "os" - "regexp" - "strings" -) - -var ( - goos, goarch string -) - -// cmdLine returns this programs's commandline arguments -func cmdLine() string { - return "go run mksysnum.go " + strings.Join(os.Args[1:], " ") -} - -// buildTags returns build tags -func buildTags() string { - return fmt.Sprintf("%s,%s", goarch, goos) -} - -func checkErr(err error) { - if err != nil { - fmt.Fprintf(os.Stderr, "%v\n", err) - os.Exit(1) - } -} - -// source string and substring slice for regexp -type re struct { - str string // source string - sub []string // matched sub-string -} - -// Match performs regular expression match -func (r *re) Match(exp string) bool { - r.sub = regexp.MustCompile(exp).FindStringSubmatch(r.str) - if r.sub != nil { - return true - } - return false -} - -// fetchFile fetches a text file from URL -func fetchFile(URL string) io.Reader { - resp, err := http.Get(URL) - checkErr(err) - defer resp.Body.Close() - body, err := ioutil.ReadAll(resp.Body) - checkErr(err) - return strings.NewReader(string(body)) -} - -// readFile reads a text file from path -func readFile(path string) io.Reader { - file, err := os.Open(os.Args[1]) - checkErr(err) - return file -} - -func format(name, num, proto string) string { - name = strings.ToUpper(name) - // There are multiple entries for enosys and nosys, so comment them out. - nm := re{str: name} - if nm.Match(`^SYS_E?NOSYS$`) { - name = fmt.Sprintf("// %s", name) - } - if name == `SYS_SYS_EXIT` { - name = `SYS_EXIT` - } - return fmt.Sprintf(" %s = %s; // %s\n", name, num, proto) -} - -func main() { - // Get the OS (using GOOS_TARGET if it exist) - goos = os.Getenv("GOOS_TARGET") - if goos == "" { - goos = os.Getenv("GOOS") - } - // Get the architecture (using GOARCH_TARGET if it exists) - goarch = os.Getenv("GOARCH_TARGET") - if goarch == "" { - goarch = os.Getenv("GOARCH") - } - // Check if GOOS and GOARCH environment variables are defined - if goarch == "" || goos == "" { - fmt.Fprintf(os.Stderr, "GOARCH or GOOS not defined in environment\n") - os.Exit(1) - } - - file := strings.TrimSpace(os.Args[1]) - var syscalls io.Reader - if strings.HasPrefix(file, "https://") || strings.HasPrefix(file, "http://") { - // Download syscalls.master file - syscalls = fetchFile(file) - } else { - syscalls = readFile(file) - } - - var text, line string - s := bufio.NewScanner(syscalls) - for s.Scan() { - t := re{str: line} - if t.Match(`^(.*)\\$`) { - // Handle continuation - line = t.sub[1] - line += strings.TrimLeft(s.Text(), " \t") - } else { - // New line - line = s.Text() - } - t = re{str: line} - if t.Match(`\\$`) { - continue - } - t = re{str: line} - - switch goos { - case "dragonfly": - if t.Match(`^([0-9]+)\s+STD\s+({ \S+\s+(\w+).*)$`) { - num, proto := t.sub[1], t.sub[2] - name := fmt.Sprintf("SYS_%s", t.sub[3]) - text += format(name, num, proto) - } - case "freebsd": - if t.Match(`^([0-9]+)\s+\S+\s+(?:(?:NO)?STD|COMPAT10)\s+({ \S+\s+(\w+).*)$`) { - num, proto := t.sub[1], t.sub[2] - name := fmt.Sprintf("SYS_%s", t.sub[3]) - text += format(name, num, proto) - } - case "openbsd": - if t.Match(`^([0-9]+)\s+STD\s+(NOLOCK\s+)?({ \S+\s+\*?(\w+).*)$`) { - num, proto, name := t.sub[1], t.sub[3], t.sub[4] - text += format(name, num, proto) - } - case "netbsd": - if t.Match(`^([0-9]+)\s+((STD)|(NOERR))\s+(RUMP\s+)?({\s+\S+\s*\*?\s*\|(\S+)\|(\S*)\|(\w+).*\s+})(\s+(\S+))?$`) { - num, proto, compat := t.sub[1], t.sub[6], t.sub[8] - name := t.sub[7] + "_" + t.sub[9] - if t.sub[11] != "" { - name = t.sub[7] + "_" + t.sub[11] - } - name = strings.ToUpper(name) - if compat == "" || compat == "13" || compat == "30" || compat == "50" { - text += fmt.Sprintf(" %s = %s; // %s\n", name, num, proto) - } - } - case "darwin": - if t.Match(`^#define\s+SYS_(\w+)\s+([0-9]+)`) { - name, num := t.sub[1], t.sub[2] - name = strings.ToUpper(name) - text += fmt.Sprintf(" SYS_%s = %s;\n", name, num) - } - default: - fmt.Fprintf(os.Stderr, "unrecognized GOOS=%s\n", goos) - os.Exit(1) - - } - } - err := s.Err() - checkErr(err) - - fmt.Printf(template, cmdLine(), buildTags(), text) -} - -const template = `// %s -// Code generated by the command above; see README.md. DO NOT EDIT. - -// +build %s - -package unix - -const( -%s)` diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_aix.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_aix.go deleted file mode 100644 index 40d2beede556..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_aix.go +++ /dev/null @@ -1,237 +0,0 @@ -// Copyright 2018 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore -// +build aix - -/* -Input to cgo -godefs. See also mkerrors.sh and mkall.sh -*/ - -// +godefs map struct_in_addr [4]byte /* in_addr */ -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package unix - -/* -#include <sys/types.h> -#include <sys/time.h> -#include <sys/limits.h> -#include <sys/un.h> -#include <utime.h> -#include <sys/utsname.h> -#include <sys/poll.h> -#include <sys/resource.h> -#include <sys/stat.h> -#include <sys/statfs.h> -#include <sys/termio.h> -#include <sys/ioctl.h> - -#include <termios.h> - -#include <net/if.h> -#include <net/if_dl.h> -#include <netinet/in.h> -#include <netinet/icmp6.h> - - -#include <dirent.h> -#include <fcntl.h> - -enum { - sizeofPtr = sizeof(void*), -}; - -union sockaddr_all { - struct sockaddr s1; // this one gets used for fields - struct sockaddr_in s2; // these pad it out - struct sockaddr_in6 s3; - struct sockaddr_un s4; - struct sockaddr_dl s5; -}; - -struct sockaddr_any { - struct sockaddr addr; - char pad[sizeof(union sockaddr_all) - sizeof(struct sockaddr)]; -}; - -*/ -import "C" - -// Machine characteristics - -const ( - SizeofPtr = C.sizeofPtr - SizeofShort = C.sizeof_short - SizeofInt = C.sizeof_int - SizeofLong = C.sizeof_long - SizeofLongLong = C.sizeof_longlong - PathMax = C.PATH_MAX -) - -// Basic types - -type ( - _C_short C.short - _C_int C.int - _C_long C.long - _C_long_long C.longlong -) - -type off64 C.off64_t -type off C.off_t -type Mode_t C.mode_t - -// Time - -type Timespec C.struct_timespec - -type Timeval C.struct_timeval - -type Timeval32 C.struct_timeval32 - -type Timex C.struct_timex - -type Time_t C.time_t - -type Tms C.struct_tms - -type Utimbuf C.struct_utimbuf - -type Timezone C.struct_timezone - -// Processes - -type Rusage C.struct_rusage - -type Rlimit C.struct_rlimit64 - -type Pid_t C.pid_t - -type _Gid_t C.gid_t - -type dev_t C.dev_t - -// Files - -type Stat_t C.struct_stat - -type StatxTimestamp C.struct_statx_timestamp - -type Statx_t C.struct_statx - -type Dirent C.struct_dirent - -// Sockets - -type RawSockaddrInet4 C.struct_sockaddr_in - -type RawSockaddrInet6 C.struct_sockaddr_in6 - -type RawSockaddrUnix C.struct_sockaddr_un - -type RawSockaddrDatalink C.struct_sockaddr_dl - -type RawSockaddr C.struct_sockaddr - -type RawSockaddrAny C.struct_sockaddr_any - -type _Socklen C.socklen_t - -type Cmsghdr C.struct_cmsghdr - -type ICMPv6Filter C.struct_icmp6_filter - -type Iovec C.struct_iovec - -type IPMreq C.struct_ip_mreq - -type IPv6Mreq C.struct_ipv6_mreq - -type IPv6MTUInfo C.struct_ip6_mtuinfo - -type Linger C.struct_linger - -type Msghdr C.struct_msghdr - -const ( - SizeofSockaddrInet4 = C.sizeof_struct_sockaddr_in - SizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 - SizeofSockaddrAny = C.sizeof_struct_sockaddr_any - SizeofSockaddrUnix = C.sizeof_struct_sockaddr_un - SizeofSockaddrDatalink = C.sizeof_struct_sockaddr_dl - SizeofLinger = C.sizeof_struct_linger - SizeofIPMreq = C.sizeof_struct_ip_mreq - SizeofIPv6Mreq = C.sizeof_struct_ipv6_mreq - SizeofIPv6MTUInfo = C.sizeof_struct_ip6_mtuinfo - SizeofMsghdr = C.sizeof_struct_msghdr - SizeofCmsghdr = C.sizeof_struct_cmsghdr - SizeofICMPv6Filter = C.sizeof_struct_icmp6_filter -) - -// Routing and interface messages - -const ( - SizeofIfMsghdr = C.sizeof_struct_if_msghdr -) - -type IfMsgHdr C.struct_if_msghdr - -// Misc - -type FdSet C.fd_set - -type Utsname C.struct_utsname - -type Ustat_t C.struct_ustat - -type Sigset_t C.sigset_t - -const ( - AT_FDCWD = C.AT_FDCWD - AT_REMOVEDIR = C.AT_REMOVEDIR - AT_SYMLINK_NOFOLLOW = C.AT_SYMLINK_NOFOLLOW -) - -// Terminal handling - -type Termios C.struct_termios - -type Termio C.struct_termio - -type Winsize C.struct_winsize - -//poll - -type PollFd struct { - Fd int32 - Events uint16 - Revents uint16 -} - -const ( - POLLERR = C.POLLERR - POLLHUP = C.POLLHUP - POLLIN = C.POLLIN - POLLNVAL = C.POLLNVAL - POLLOUT = C.POLLOUT - POLLPRI = C.POLLPRI - POLLRDBAND = C.POLLRDBAND - POLLRDNORM = C.POLLRDNORM - POLLWRBAND = C.POLLWRBAND - POLLWRNORM = C.POLLWRNORM -) - -//flock_t - -type Flock_t C.struct_flock64 - -// Statfs - -type Fsid_t C.struct_fsid_t -type Fsid64_t C.struct_fsid64_t - -type Statfs_t C.struct_statfs - -const RNDGETENTCNT = 0x80045200 diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_darwin.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_darwin.go deleted file mode 100644 index 155c2e692b45..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_darwin.go +++ /dev/null @@ -1,283 +0,0 @@ -// Copyright 2009 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -/* -Input to cgo -godefs. See README.md -*/ - -// +godefs map struct_in_addr [4]byte /* in_addr */ -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package unix - -/* -#define __DARWIN_UNIX03 0 -#define KERNEL -#define _DARWIN_USE_64_BIT_INODE -#include <dirent.h> -#include <fcntl.h> -#include <poll.h> -#include <signal.h> -#include <termios.h> -#include <unistd.h> -#include <mach/mach.h> -#include <mach/message.h> -#include <sys/event.h> -#include <sys/mman.h> -#include <sys/mount.h> -#include <sys/param.h> -#include <sys/ptrace.h> -#include <sys/resource.h> -#include <sys/select.h> -#include <sys/signal.h> -#include <sys/socket.h> -#include <sys/stat.h> -#include <sys/time.h> -#include <sys/types.h> -#include <sys/uio.h> -#include <sys/un.h> -#include <sys/utsname.h> -#include <sys/wait.h> -#include <net/bpf.h> -#include <net/if.h> -#include <net/if_dl.h> -#include <net/if_var.h> -#include <net/route.h> -#include <netinet/in.h> -#include <netinet/icmp6.h> -#include <netinet/tcp.h> - -enum { - sizeofPtr = sizeof(void*), -}; - -union sockaddr_all { - struct sockaddr s1; // this one gets used for fields - struct sockaddr_in s2; // these pad it out - struct sockaddr_in6 s3; - struct sockaddr_un s4; - struct sockaddr_dl s5; -}; - -struct sockaddr_any { - struct sockaddr addr; - char pad[sizeof(union sockaddr_all) - sizeof(struct sockaddr)]; -}; - -*/ -import "C" - -// Machine characteristics - -const ( - SizeofPtr = C.sizeofPtr - SizeofShort = C.sizeof_short - SizeofInt = C.sizeof_int - SizeofLong = C.sizeof_long - SizeofLongLong = C.sizeof_longlong -) - -// Basic types - -type ( - _C_short C.short - _C_int C.int - _C_long C.long - _C_long_long C.longlong -) - -// Time - -type Timespec C.struct_timespec - -type Timeval C.struct_timeval - -type Timeval32 C.struct_timeval32 - -// Processes - -type Rusage C.struct_rusage - -type Rlimit C.struct_rlimit - -type _Gid_t C.gid_t - -// Files - -type Stat_t C.struct_stat64 - -type Statfs_t C.struct_statfs64 - -type Flock_t C.struct_flock - -type Fstore_t C.struct_fstore - -type Radvisory_t C.struct_radvisory - -type Fbootstraptransfer_t C.struct_fbootstraptransfer - -type Log2phys_t C.struct_log2phys - -type Fsid C.struct_fsid - -type Dirent C.struct_dirent - -// Sockets - -type RawSockaddrInet4 C.struct_sockaddr_in - -type RawSockaddrInet6 C.struct_sockaddr_in6 - -type RawSockaddrUnix C.struct_sockaddr_un - -type RawSockaddrDatalink C.struct_sockaddr_dl - -type RawSockaddr C.struct_sockaddr - -type RawSockaddrAny C.struct_sockaddr_any - -type _Socklen C.socklen_t - -type Linger C.struct_linger - -type Iovec C.struct_iovec - -type IPMreq C.struct_ip_mreq - -type IPv6Mreq C.struct_ipv6_mreq - -type Msghdr C.struct_msghdr - -type Cmsghdr C.struct_cmsghdr - -type Inet4Pktinfo C.struct_in_pktinfo - -type Inet6Pktinfo C.struct_in6_pktinfo - -type IPv6MTUInfo C.struct_ip6_mtuinfo - -type ICMPv6Filter C.struct_icmp6_filter - -const ( - SizeofSockaddrInet4 = C.sizeof_struct_sockaddr_in - SizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 - SizeofSockaddrAny = C.sizeof_struct_sockaddr_any - SizeofSockaddrUnix = C.sizeof_struct_sockaddr_un - SizeofSockaddrDatalink = C.sizeof_struct_sockaddr_dl - SizeofLinger = C.sizeof_struct_linger - SizeofIPMreq = C.sizeof_struct_ip_mreq - SizeofIPv6Mreq = C.sizeof_struct_ipv6_mreq - SizeofMsghdr = C.sizeof_struct_msghdr - SizeofCmsghdr = C.sizeof_struct_cmsghdr - SizeofInet4Pktinfo = C.sizeof_struct_in_pktinfo - SizeofInet6Pktinfo = C.sizeof_struct_in6_pktinfo - SizeofIPv6MTUInfo = C.sizeof_struct_ip6_mtuinfo - SizeofICMPv6Filter = C.sizeof_struct_icmp6_filter -) - -// Ptrace requests - -const ( - PTRACE_TRACEME = C.PT_TRACE_ME - PTRACE_CONT = C.PT_CONTINUE - PTRACE_KILL = C.PT_KILL -) - -// Events (kqueue, kevent) - -type Kevent_t C.struct_kevent - -// Select - -type FdSet C.fd_set - -// Routing and interface messages - -const ( - SizeofIfMsghdr = C.sizeof_struct_if_msghdr - SizeofIfData = C.sizeof_struct_if_data - SizeofIfaMsghdr = C.sizeof_struct_ifa_msghdr - SizeofIfmaMsghdr = C.sizeof_struct_ifma_msghdr - SizeofIfmaMsghdr2 = C.sizeof_struct_ifma_msghdr2 - SizeofRtMsghdr = C.sizeof_struct_rt_msghdr - SizeofRtMetrics = C.sizeof_struct_rt_metrics -) - -type IfMsghdr C.struct_if_msghdr - -type IfData C.struct_if_data - -type IfaMsghdr C.struct_ifa_msghdr - -type IfmaMsghdr C.struct_ifma_msghdr - -type IfmaMsghdr2 C.struct_ifma_msghdr2 - -type RtMsghdr C.struct_rt_msghdr - -type RtMetrics C.struct_rt_metrics - -// Berkeley packet filter - -const ( - SizeofBpfVersion = C.sizeof_struct_bpf_version - SizeofBpfStat = C.sizeof_struct_bpf_stat - SizeofBpfProgram = C.sizeof_struct_bpf_program - SizeofBpfInsn = C.sizeof_struct_bpf_insn - SizeofBpfHdr = C.sizeof_struct_bpf_hdr -) - -type BpfVersion C.struct_bpf_version - -type BpfStat C.struct_bpf_stat - -type BpfProgram C.struct_bpf_program - -type BpfInsn C.struct_bpf_insn - -type BpfHdr C.struct_bpf_hdr - -// Terminal handling - -type Termios C.struct_termios - -type Winsize C.struct_winsize - -// fchmodat-like syscalls. - -const ( - AT_FDCWD = C.AT_FDCWD - AT_REMOVEDIR = C.AT_REMOVEDIR - AT_SYMLINK_FOLLOW = C.AT_SYMLINK_FOLLOW - AT_SYMLINK_NOFOLLOW = C.AT_SYMLINK_NOFOLLOW -) - -// poll - -type PollFd C.struct_pollfd - -const ( - POLLERR = C.POLLERR - POLLHUP = C.POLLHUP - POLLIN = C.POLLIN - POLLNVAL = C.POLLNVAL - POLLOUT = C.POLLOUT - POLLPRI = C.POLLPRI - POLLRDBAND = C.POLLRDBAND - POLLRDNORM = C.POLLRDNORM - POLLWRBAND = C.POLLWRBAND - POLLWRNORM = C.POLLWRNORM -) - -// uname - -type Utsname C.struct_utsname - -// Clockinfo - -const SizeofClockinfo = C.sizeof_struct_clockinfo - -type Clockinfo C.struct_clockinfo diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_dragonfly.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_dragonfly.go deleted file mode 100644 index 3365dd79d082..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_dragonfly.go +++ /dev/null @@ -1,263 +0,0 @@ -// Copyright 2009 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -/* -Input to cgo -godefs. See README.md -*/ - -// +godefs map struct_in_addr [4]byte /* in_addr */ -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package unix - -/* -#define KERNEL -#include <dirent.h> -#include <fcntl.h> -#include <poll.h> -#include <signal.h> -#include <termios.h> -#include <stdio.h> -#include <unistd.h> -#include <sys/event.h> -#include <sys/mman.h> -#include <sys/mount.h> -#include <sys/param.h> -#include <sys/ptrace.h> -#include <sys/resource.h> -#include <sys/select.h> -#include <sys/signal.h> -#include <sys/socket.h> -#include <sys/stat.h> -#include <sys/time.h> -#include <sys/types.h> -#include <sys/un.h> -#include <sys/utsname.h> -#include <sys/wait.h> -#include <net/bpf.h> -#include <net/if.h> -#include <net/if_dl.h> -#include <net/route.h> -#include <netinet/in.h> -#include <netinet/icmp6.h> -#include <netinet/tcp.h> - -enum { - sizeofPtr = sizeof(void*), -}; - -union sockaddr_all { - struct sockaddr s1; // this one gets used for fields - struct sockaddr_in s2; // these pad it out - struct sockaddr_in6 s3; - struct sockaddr_un s4; - struct sockaddr_dl s5; -}; - -struct sockaddr_any { - struct sockaddr addr; - char pad[sizeof(union sockaddr_all) - sizeof(struct sockaddr)]; -}; - -*/ -import "C" - -// Machine characteristics - -const ( - SizeofPtr = C.sizeofPtr - SizeofShort = C.sizeof_short - SizeofInt = C.sizeof_int - SizeofLong = C.sizeof_long - SizeofLongLong = C.sizeof_longlong -) - -// Basic types - -type ( - _C_short C.short - _C_int C.int - _C_long C.long - _C_long_long C.longlong -) - -// Time - -type Timespec C.struct_timespec - -type Timeval C.struct_timeval - -// Processes - -type Rusage C.struct_rusage - -type Rlimit C.struct_rlimit - -type _Gid_t C.gid_t - -// Files - -type Stat_t C.struct_stat - -type Statfs_t C.struct_statfs - -type Flock_t C.struct_flock - -type Dirent C.struct_dirent - -type Fsid C.struct_fsid - -// File system limits - -const ( - PathMax = C.PATH_MAX -) - -// Sockets - -type RawSockaddrInet4 C.struct_sockaddr_in - -type RawSockaddrInet6 C.struct_sockaddr_in6 - -type RawSockaddrUnix C.struct_sockaddr_un - -type RawSockaddrDatalink C.struct_sockaddr_dl - -type RawSockaddr C.struct_sockaddr - -type RawSockaddrAny C.struct_sockaddr_any - -type _Socklen C.socklen_t - -type Linger C.struct_linger - -type Iovec C.struct_iovec - -type IPMreq C.struct_ip_mreq - -type IPv6Mreq C.struct_ipv6_mreq - -type Msghdr C.struct_msghdr - -type Cmsghdr C.struct_cmsghdr - -type Inet6Pktinfo C.struct_in6_pktinfo - -type IPv6MTUInfo C.struct_ip6_mtuinfo - -type ICMPv6Filter C.struct_icmp6_filter - -const ( - SizeofSockaddrInet4 = C.sizeof_struct_sockaddr_in - SizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 - SizeofSockaddrAny = C.sizeof_struct_sockaddr_any - SizeofSockaddrUnix = C.sizeof_struct_sockaddr_un - SizeofSockaddrDatalink = C.sizeof_struct_sockaddr_dl - SizeofLinger = C.sizeof_struct_linger - SizeofIPMreq = C.sizeof_struct_ip_mreq - SizeofIPv6Mreq = C.sizeof_struct_ipv6_mreq - SizeofMsghdr = C.sizeof_struct_msghdr - SizeofCmsghdr = C.sizeof_struct_cmsghdr - SizeofInet6Pktinfo = C.sizeof_struct_in6_pktinfo - SizeofIPv6MTUInfo = C.sizeof_struct_ip6_mtuinfo - SizeofICMPv6Filter = C.sizeof_struct_icmp6_filter -) - -// Ptrace requests - -const ( - PTRACE_TRACEME = C.PT_TRACE_ME - PTRACE_CONT = C.PT_CONTINUE - PTRACE_KILL = C.PT_KILL -) - -// Events (kqueue, kevent) - -type Kevent_t C.struct_kevent - -// Select - -type FdSet C.fd_set - -// Routing and interface messages - -const ( - SizeofIfMsghdr = C.sizeof_struct_if_msghdr - SizeofIfData = C.sizeof_struct_if_data - SizeofIfaMsghdr = C.sizeof_struct_ifa_msghdr - SizeofIfmaMsghdr = C.sizeof_struct_ifma_msghdr - SizeofIfAnnounceMsghdr = C.sizeof_struct_if_announcemsghdr - SizeofRtMsghdr = C.sizeof_struct_rt_msghdr - SizeofRtMetrics = C.sizeof_struct_rt_metrics -) - -type IfMsghdr C.struct_if_msghdr - -type IfData C.struct_if_data - -type IfaMsghdr C.struct_ifa_msghdr - -type IfmaMsghdr C.struct_ifma_msghdr - -type IfAnnounceMsghdr C.struct_if_announcemsghdr - -type RtMsghdr C.struct_rt_msghdr - -type RtMetrics C.struct_rt_metrics - -// Berkeley packet filter - -const ( - SizeofBpfVersion = C.sizeof_struct_bpf_version - SizeofBpfStat = C.sizeof_struct_bpf_stat - SizeofBpfProgram = C.sizeof_struct_bpf_program - SizeofBpfInsn = C.sizeof_struct_bpf_insn - SizeofBpfHdr = C.sizeof_struct_bpf_hdr -) - -type BpfVersion C.struct_bpf_version - -type BpfStat C.struct_bpf_stat - -type BpfProgram C.struct_bpf_program - -type BpfInsn C.struct_bpf_insn - -type BpfHdr C.struct_bpf_hdr - -// Terminal handling - -type Termios C.struct_termios - -type Winsize C.struct_winsize - -// fchmodat-like syscalls. - -const ( - AT_FDCWD = C.AT_FDCWD - AT_SYMLINK_NOFOLLOW = C.AT_SYMLINK_NOFOLLOW -) - -// poll - -type PollFd C.struct_pollfd - -const ( - POLLERR = C.POLLERR - POLLHUP = C.POLLHUP - POLLIN = C.POLLIN - POLLNVAL = C.POLLNVAL - POLLOUT = C.POLLOUT - POLLPRI = C.POLLPRI - POLLRDBAND = C.POLLRDBAND - POLLRDNORM = C.POLLRDNORM - POLLWRBAND = C.POLLWRBAND - POLLWRNORM = C.POLLWRNORM -) - -// Uname - -type Utsname C.struct_utsname diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_freebsd.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_freebsd.go deleted file mode 100644 index a121dc3368f9..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_freebsd.go +++ /dev/null @@ -1,400 +0,0 @@ -// Copyright 2009 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -/* -Input to cgo -godefs. See README.md -*/ - -// +godefs map struct_in_addr [4]byte /* in_addr */ -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package unix - -/* -#define _WANT_FREEBSD11_STAT 1 -#define _WANT_FREEBSD11_STATFS 1 -#define _WANT_FREEBSD11_DIRENT 1 -#define _WANT_FREEBSD11_KEVENT 1 - -#include <dirent.h> -#include <fcntl.h> -#include <poll.h> -#include <signal.h> -#include <termios.h> -#include <stdio.h> -#include <unistd.h> -#include <sys/capsicum.h> -#include <sys/event.h> -#include <sys/mman.h> -#include <sys/mount.h> -#include <sys/param.h> -#include <sys/ptrace.h> -#include <sys/resource.h> -#include <sys/select.h> -#include <sys/signal.h> -#include <sys/socket.h> -#include <sys/stat.h> -#include <sys/time.h> -#include <sys/types.h> -#include <sys/un.h> -#include <sys/utsname.h> -#include <sys/wait.h> -#include <net/bpf.h> -#include <net/if.h> -#include <net/if_dl.h> -#include <net/route.h> -#include <netinet/in.h> -#include <netinet/icmp6.h> -#include <netinet/tcp.h> - -enum { - sizeofPtr = sizeof(void*), -}; - -union sockaddr_all { - struct sockaddr s1; // this one gets used for fields - struct sockaddr_in s2; // these pad it out - struct sockaddr_in6 s3; - struct sockaddr_un s4; - struct sockaddr_dl s5; -}; - -struct sockaddr_any { - struct sockaddr addr; - char pad[sizeof(union sockaddr_all) - sizeof(struct sockaddr)]; -}; - -// This structure is a duplicate of if_data on FreeBSD 8-STABLE. -// See /usr/include/net/if.h. -struct if_data8 { - u_char ifi_type; - u_char ifi_physical; - u_char ifi_addrlen; - u_char ifi_hdrlen; - u_char ifi_link_state; - u_char ifi_spare_char1; - u_char ifi_spare_char2; - u_char ifi_datalen; - u_long ifi_mtu; - u_long ifi_metric; - u_long ifi_baudrate; - u_long ifi_ipackets; - u_long ifi_ierrors; - u_long ifi_opackets; - u_long ifi_oerrors; - u_long ifi_collisions; - u_long ifi_ibytes; - u_long ifi_obytes; - u_long ifi_imcasts; - u_long ifi_omcasts; - u_long ifi_iqdrops; - u_long ifi_noproto; - u_long ifi_hwassist; -// FIXME: these are now unions, so maybe need to change definitions? -#undef ifi_epoch - time_t ifi_epoch; -#undef ifi_lastchange - struct timeval ifi_lastchange; -}; - -// This structure is a duplicate of if_msghdr on FreeBSD 8-STABLE. -// See /usr/include/net/if.h. -struct if_msghdr8 { - u_short ifm_msglen; - u_char ifm_version; - u_char ifm_type; - int ifm_addrs; - int ifm_flags; - u_short ifm_index; - struct if_data8 ifm_data; -}; -*/ -import "C" - -// Machine characteristics - -const ( - SizeofPtr = C.sizeofPtr - SizeofShort = C.sizeof_short - SizeofInt = C.sizeof_int - SizeofLong = C.sizeof_long - SizeofLongLong = C.sizeof_longlong -) - -// Basic types - -type ( - _C_short C.short - _C_int C.int - _C_long C.long - _C_long_long C.longlong -) - -// Time - -type Timespec C.struct_timespec - -type Timeval C.struct_timeval - -// Processes - -type Rusage C.struct_rusage - -type Rlimit C.struct_rlimit - -type _Gid_t C.gid_t - -// Files - -const ( - _statfsVersion = C.STATFS_VERSION - _dirblksiz = C.DIRBLKSIZ -) - -type Stat_t C.struct_stat - -type stat_freebsd11_t C.struct_freebsd11_stat - -type Statfs_t C.struct_statfs - -type statfs_freebsd11_t C.struct_freebsd11_statfs - -type Flock_t C.struct_flock - -type Dirent C.struct_dirent - -type dirent_freebsd11 C.struct_freebsd11_dirent - -type Fsid C.struct_fsid - -// File system limits - -const ( - PathMax = C.PATH_MAX -) - -// Advice to Fadvise - -const ( - FADV_NORMAL = C.POSIX_FADV_NORMAL - FADV_RANDOM = C.POSIX_FADV_RANDOM - FADV_SEQUENTIAL = C.POSIX_FADV_SEQUENTIAL - FADV_WILLNEED = C.POSIX_FADV_WILLNEED - FADV_DONTNEED = C.POSIX_FADV_DONTNEED - FADV_NOREUSE = C.POSIX_FADV_NOREUSE -) - -// Sockets - -type RawSockaddrInet4 C.struct_sockaddr_in - -type RawSockaddrInet6 C.struct_sockaddr_in6 - -type RawSockaddrUnix C.struct_sockaddr_un - -type RawSockaddrDatalink C.struct_sockaddr_dl - -type RawSockaddr C.struct_sockaddr - -type RawSockaddrAny C.struct_sockaddr_any - -type _Socklen C.socklen_t - -type Linger C.struct_linger - -type Iovec C.struct_iovec - -type IPMreq C.struct_ip_mreq - -type IPMreqn C.struct_ip_mreqn - -type IPv6Mreq C.struct_ipv6_mreq - -type Msghdr C.struct_msghdr - -type Cmsghdr C.struct_cmsghdr - -type Inet6Pktinfo C.struct_in6_pktinfo - -type IPv6MTUInfo C.struct_ip6_mtuinfo - -type ICMPv6Filter C.struct_icmp6_filter - -const ( - SizeofSockaddrInet4 = C.sizeof_struct_sockaddr_in - SizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 - SizeofSockaddrAny = C.sizeof_struct_sockaddr_any - SizeofSockaddrUnix = C.sizeof_struct_sockaddr_un - SizeofSockaddrDatalink = C.sizeof_struct_sockaddr_dl - SizeofLinger = C.sizeof_struct_linger - SizeofIPMreq = C.sizeof_struct_ip_mreq - SizeofIPMreqn = C.sizeof_struct_ip_mreqn - SizeofIPv6Mreq = C.sizeof_struct_ipv6_mreq - SizeofMsghdr = C.sizeof_struct_msghdr - SizeofCmsghdr = C.sizeof_struct_cmsghdr - SizeofInet6Pktinfo = C.sizeof_struct_in6_pktinfo - SizeofIPv6MTUInfo = C.sizeof_struct_ip6_mtuinfo - SizeofICMPv6Filter = C.sizeof_struct_icmp6_filter -) - -// Ptrace requests - -const ( - PTRACE_ATTACH = C.PT_ATTACH - PTRACE_CONT = C.PT_CONTINUE - PTRACE_DETACH = C.PT_DETACH - PTRACE_GETFPREGS = C.PT_GETFPREGS - PTRACE_GETFSBASE = C.PT_GETFSBASE - PTRACE_GETLWPLIST = C.PT_GETLWPLIST - PTRACE_GETNUMLWPS = C.PT_GETNUMLWPS - PTRACE_GETREGS = C.PT_GETREGS - PTRACE_GETXSTATE = C.PT_GETXSTATE - PTRACE_IO = C.PT_IO - PTRACE_KILL = C.PT_KILL - PTRACE_LWPEVENTS = C.PT_LWP_EVENTS - PTRACE_LWPINFO = C.PT_LWPINFO - PTRACE_SETFPREGS = C.PT_SETFPREGS - PTRACE_SETREGS = C.PT_SETREGS - PTRACE_SINGLESTEP = C.PT_STEP - PTRACE_TRACEME = C.PT_TRACE_ME -) - -const ( - PIOD_READ_D = C.PIOD_READ_D - PIOD_WRITE_D = C.PIOD_WRITE_D - PIOD_READ_I = C.PIOD_READ_I - PIOD_WRITE_I = C.PIOD_WRITE_I -) - -const ( - PL_FLAG_BORN = C.PL_FLAG_BORN - PL_FLAG_EXITED = C.PL_FLAG_EXITED - PL_FLAG_SI = C.PL_FLAG_SI -) - -const ( - TRAP_BRKPT = C.TRAP_BRKPT - TRAP_TRACE = C.TRAP_TRACE -) - -type PtraceLwpInfoStruct C.struct_ptrace_lwpinfo - -type __Siginfo C.struct___siginfo - -type Sigset_t C.sigset_t - -type Reg C.struct_reg - -type FpReg C.struct_fpreg - -type PtraceIoDesc C.struct_ptrace_io_desc - -// Events (kqueue, kevent) - -type Kevent_t C.struct_kevent_freebsd11 - -// Select - -type FdSet C.fd_set - -// Routing and interface messages - -const ( - sizeofIfMsghdr = C.sizeof_struct_if_msghdr - SizeofIfMsghdr = C.sizeof_struct_if_msghdr8 - sizeofIfData = C.sizeof_struct_if_data - SizeofIfData = C.sizeof_struct_if_data8 - SizeofIfaMsghdr = C.sizeof_struct_ifa_msghdr - SizeofIfmaMsghdr = C.sizeof_struct_ifma_msghdr - SizeofIfAnnounceMsghdr = C.sizeof_struct_if_announcemsghdr - SizeofRtMsghdr = C.sizeof_struct_rt_msghdr - SizeofRtMetrics = C.sizeof_struct_rt_metrics -) - -type ifMsghdr C.struct_if_msghdr - -type IfMsghdr C.struct_if_msghdr8 - -type ifData C.struct_if_data - -type IfData C.struct_if_data8 - -type IfaMsghdr C.struct_ifa_msghdr - -type IfmaMsghdr C.struct_ifma_msghdr - -type IfAnnounceMsghdr C.struct_if_announcemsghdr - -type RtMsghdr C.struct_rt_msghdr - -type RtMetrics C.struct_rt_metrics - -// Berkeley packet filter - -const ( - SizeofBpfVersion = C.sizeof_struct_bpf_version - SizeofBpfStat = C.sizeof_struct_bpf_stat - SizeofBpfZbuf = C.sizeof_struct_bpf_zbuf - SizeofBpfProgram = C.sizeof_struct_bpf_program - SizeofBpfInsn = C.sizeof_struct_bpf_insn - SizeofBpfHdr = C.sizeof_struct_bpf_hdr - SizeofBpfZbufHeader = C.sizeof_struct_bpf_zbuf_header -) - -type BpfVersion C.struct_bpf_version - -type BpfStat C.struct_bpf_stat - -type BpfZbuf C.struct_bpf_zbuf - -type BpfProgram C.struct_bpf_program - -type BpfInsn C.struct_bpf_insn - -type BpfHdr C.struct_bpf_hdr - -type BpfZbufHeader C.struct_bpf_zbuf_header - -// Terminal handling - -type Termios C.struct_termios - -type Winsize C.struct_winsize - -// fchmodat-like syscalls. - -const ( - AT_FDCWD = C.AT_FDCWD - AT_REMOVEDIR = C.AT_REMOVEDIR - AT_SYMLINK_FOLLOW = C.AT_SYMLINK_FOLLOW - AT_SYMLINK_NOFOLLOW = C.AT_SYMLINK_NOFOLLOW -) - -// poll - -type PollFd C.struct_pollfd - -const ( - POLLERR = C.POLLERR - POLLHUP = C.POLLHUP - POLLIN = C.POLLIN - POLLINIGNEOF = C.POLLINIGNEOF - POLLNVAL = C.POLLNVAL - POLLOUT = C.POLLOUT - POLLPRI = C.POLLPRI - POLLRDBAND = C.POLLRDBAND - POLLRDNORM = C.POLLRDNORM - POLLWRBAND = C.POLLWRBAND - POLLWRNORM = C.POLLWRNORM -) - -// Capabilities - -type CapRights C.struct_cap_rights - -// Uname - -type Utsname C.struct_utsname diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_netbsd.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_netbsd.go deleted file mode 100644 index 4a96d72c37d1..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_netbsd.go +++ /dev/null @@ -1,290 +0,0 @@ -// Copyright 2009 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -/* -Input to cgo -godefs. See README.md -*/ - -// +godefs map struct_in_addr [4]byte /* in_addr */ -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package unix - -/* -#define KERNEL -#include <dirent.h> -#include <fcntl.h> -#include <poll.h> -#include <signal.h> -#include <termios.h> -#include <stdio.h> -#include <unistd.h> -#include <sys/param.h> -#include <sys/types.h> -#include <sys/event.h> -#include <sys/mman.h> -#include <sys/mount.h> -#include <sys/ptrace.h> -#include <sys/resource.h> -#include <sys/select.h> -#include <sys/signal.h> -#include <sys/socket.h> -#include <sys/stat.h> -#include <sys/sysctl.h> -#include <sys/time.h> -#include <sys/uio.h> -#include <sys/un.h> -#include <sys/utsname.h> -#include <sys/wait.h> -#include <net/bpf.h> -#include <net/if.h> -#include <net/if_dl.h> -#include <net/route.h> -#include <netinet/in.h> -#include <netinet/icmp6.h> -#include <netinet/tcp.h> - -enum { - sizeofPtr = sizeof(void*), -}; - -union sockaddr_all { - struct sockaddr s1; // this one gets used for fields - struct sockaddr_in s2; // these pad it out - struct sockaddr_in6 s3; - struct sockaddr_un s4; - struct sockaddr_dl s5; -}; - -struct sockaddr_any { - struct sockaddr addr; - char pad[sizeof(union sockaddr_all) - sizeof(struct sockaddr)]; -}; - -*/ -import "C" - -// Machine characteristics - -const ( - SizeofPtr = C.sizeofPtr - SizeofShort = C.sizeof_short - SizeofInt = C.sizeof_int - SizeofLong = C.sizeof_long - SizeofLongLong = C.sizeof_longlong -) - -// Basic types - -type ( - _C_short C.short - _C_int C.int - _C_long C.long - _C_long_long C.longlong -) - -// Time - -type Timespec C.struct_timespec - -type Timeval C.struct_timeval - -// Processes - -type Rusage C.struct_rusage - -type Rlimit C.struct_rlimit - -type _Gid_t C.gid_t - -// Files - -type Stat_t C.struct_stat - -type Statfs_t C.struct_statfs - -type Flock_t C.struct_flock - -type Dirent C.struct_dirent - -type Fsid C.fsid_t - -// File system limits - -const ( - PathMax = C.PATH_MAX -) - -// Advice to Fadvise - -const ( - FADV_NORMAL = C.POSIX_FADV_NORMAL - FADV_RANDOM = C.POSIX_FADV_RANDOM - FADV_SEQUENTIAL = C.POSIX_FADV_SEQUENTIAL - FADV_WILLNEED = C.POSIX_FADV_WILLNEED - FADV_DONTNEED = C.POSIX_FADV_DONTNEED - FADV_NOREUSE = C.POSIX_FADV_NOREUSE -) - -// Sockets - -type RawSockaddrInet4 C.struct_sockaddr_in - -type RawSockaddrInet6 C.struct_sockaddr_in6 - -type RawSockaddrUnix C.struct_sockaddr_un - -type RawSockaddrDatalink C.struct_sockaddr_dl - -type RawSockaddr C.struct_sockaddr - -type RawSockaddrAny C.struct_sockaddr_any - -type _Socklen C.socklen_t - -type Linger C.struct_linger - -type Iovec C.struct_iovec - -type IPMreq C.struct_ip_mreq - -type IPv6Mreq C.struct_ipv6_mreq - -type Msghdr C.struct_msghdr - -type Cmsghdr C.struct_cmsghdr - -type Inet6Pktinfo C.struct_in6_pktinfo - -type IPv6MTUInfo C.struct_ip6_mtuinfo - -type ICMPv6Filter C.struct_icmp6_filter - -const ( - SizeofSockaddrInet4 = C.sizeof_struct_sockaddr_in - SizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 - SizeofSockaddrAny = C.sizeof_struct_sockaddr_any - SizeofSockaddrUnix = C.sizeof_struct_sockaddr_un - SizeofSockaddrDatalink = C.sizeof_struct_sockaddr_dl - SizeofLinger = C.sizeof_struct_linger - SizeofIPMreq = C.sizeof_struct_ip_mreq - SizeofIPv6Mreq = C.sizeof_struct_ipv6_mreq - SizeofMsghdr = C.sizeof_struct_msghdr - SizeofCmsghdr = C.sizeof_struct_cmsghdr - SizeofInet6Pktinfo = C.sizeof_struct_in6_pktinfo - SizeofIPv6MTUInfo = C.sizeof_struct_ip6_mtuinfo - SizeofICMPv6Filter = C.sizeof_struct_icmp6_filter -) - -// Ptrace requests - -const ( - PTRACE_TRACEME = C.PT_TRACE_ME - PTRACE_CONT = C.PT_CONTINUE - PTRACE_KILL = C.PT_KILL -) - -// Events (kqueue, kevent) - -type Kevent_t C.struct_kevent - -// Select - -type FdSet C.fd_set - -// Routing and interface messages - -const ( - SizeofIfMsghdr = C.sizeof_struct_if_msghdr - SizeofIfData = C.sizeof_struct_if_data - SizeofIfaMsghdr = C.sizeof_struct_ifa_msghdr - SizeofIfAnnounceMsghdr = C.sizeof_struct_if_announcemsghdr - SizeofRtMsghdr = C.sizeof_struct_rt_msghdr - SizeofRtMetrics = C.sizeof_struct_rt_metrics -) - -type IfMsghdr C.struct_if_msghdr - -type IfData C.struct_if_data - -type IfaMsghdr C.struct_ifa_msghdr - -type IfAnnounceMsghdr C.struct_if_announcemsghdr - -type RtMsghdr C.struct_rt_msghdr - -type RtMetrics C.struct_rt_metrics - -type Mclpool C.struct_mclpool - -// Berkeley packet filter - -const ( - SizeofBpfVersion = C.sizeof_struct_bpf_version - SizeofBpfStat = C.sizeof_struct_bpf_stat - SizeofBpfProgram = C.sizeof_struct_bpf_program - SizeofBpfInsn = C.sizeof_struct_bpf_insn - SizeofBpfHdr = C.sizeof_struct_bpf_hdr -) - -type BpfVersion C.struct_bpf_version - -type BpfStat C.struct_bpf_stat - -type BpfProgram C.struct_bpf_program - -type BpfInsn C.struct_bpf_insn - -type BpfHdr C.struct_bpf_hdr - -type BpfTimeval C.struct_bpf_timeval - -// Terminal handling - -type Termios C.struct_termios - -type Winsize C.struct_winsize - -type Ptmget C.struct_ptmget - -// fchmodat-like syscalls. - -const ( - AT_FDCWD = C.AT_FDCWD - AT_SYMLINK_FOLLOW = C.AT_SYMLINK_FOLLOW - AT_SYMLINK_NOFOLLOW = C.AT_SYMLINK_NOFOLLOW -) - -// poll - -type PollFd C.struct_pollfd - -const ( - POLLERR = C.POLLERR - POLLHUP = C.POLLHUP - POLLIN = C.POLLIN - POLLNVAL = C.POLLNVAL - POLLOUT = C.POLLOUT - POLLPRI = C.POLLPRI - POLLRDBAND = C.POLLRDBAND - POLLRDNORM = C.POLLRDNORM - POLLWRBAND = C.POLLWRBAND - POLLWRNORM = C.POLLWRNORM -) - -// Sysctl - -type Sysctlnode C.struct_sysctlnode - -// Uname - -type Utsname C.struct_utsname - -// Clockinfo - -const SizeofClockinfo = C.sizeof_struct_clockinfo - -type Clockinfo C.struct_clockinfo diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_openbsd.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_openbsd.go deleted file mode 100644 index 775cb57dc8a8..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_openbsd.go +++ /dev/null @@ -1,283 +0,0 @@ -// Copyright 2009 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -/* -Input to cgo -godefs. See README.md -*/ - -// +godefs map struct_in_addr [4]byte /* in_addr */ -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package unix - -/* -#define KERNEL -#include <dirent.h> -#include <fcntl.h> -#include <poll.h> -#include <signal.h> -#include <termios.h> -#include <stdio.h> -#include <unistd.h> -#include <sys/param.h> -#include <sys/types.h> -#include <sys/event.h> -#include <sys/mman.h> -#include <sys/mount.h> -#include <sys/ptrace.h> -#include <sys/resource.h> -#include <sys/select.h> -#include <sys/signal.h> -#include <sys/socket.h> -#include <sys/stat.h> -#include <sys/time.h> -#include <sys/uio.h> -#include <sys/un.h> -#include <sys/utsname.h> -#include <sys/wait.h> -#include <uvm/uvmexp.h> -#include <net/bpf.h> -#include <net/if.h> -#include <net/if_dl.h> -#include <net/route.h> -#include <netinet/in.h> -#include <netinet/icmp6.h> -#include <netinet/tcp.h> - -enum { - sizeofPtr = sizeof(void*), -}; - -union sockaddr_all { - struct sockaddr s1; // this one gets used for fields - struct sockaddr_in s2; // these pad it out - struct sockaddr_in6 s3; - struct sockaddr_un s4; - struct sockaddr_dl s5; -}; - -struct sockaddr_any { - struct sockaddr addr; - char pad[sizeof(union sockaddr_all) - sizeof(struct sockaddr)]; -}; - -*/ -import "C" - -// Machine characteristics - -const ( - SizeofPtr = C.sizeofPtr - SizeofShort = C.sizeof_short - SizeofInt = C.sizeof_int - SizeofLong = C.sizeof_long - SizeofLongLong = C.sizeof_longlong -) - -// Basic types - -type ( - _C_short C.short - _C_int C.int - _C_long C.long - _C_long_long C.longlong -) - -// Time - -type Timespec C.struct_timespec - -type Timeval C.struct_timeval - -// Processes - -type Rusage C.struct_rusage - -type Rlimit C.struct_rlimit - -type _Gid_t C.gid_t - -// Files - -type Stat_t C.struct_stat - -type Statfs_t C.struct_statfs - -type Flock_t C.struct_flock - -type Dirent C.struct_dirent - -type Fsid C.fsid_t - -// File system limits - -const ( - PathMax = C.PATH_MAX -) - -// Sockets - -type RawSockaddrInet4 C.struct_sockaddr_in - -type RawSockaddrInet6 C.struct_sockaddr_in6 - -type RawSockaddrUnix C.struct_sockaddr_un - -type RawSockaddrDatalink C.struct_sockaddr_dl - -type RawSockaddr C.struct_sockaddr - -type RawSockaddrAny C.struct_sockaddr_any - -type _Socklen C.socklen_t - -type Linger C.struct_linger - -type Iovec C.struct_iovec - -type IPMreq C.struct_ip_mreq - -type IPv6Mreq C.struct_ipv6_mreq - -type Msghdr C.struct_msghdr - -type Cmsghdr C.struct_cmsghdr - -type Inet6Pktinfo C.struct_in6_pktinfo - -type IPv6MTUInfo C.struct_ip6_mtuinfo - -type ICMPv6Filter C.struct_icmp6_filter - -const ( - SizeofSockaddrInet4 = C.sizeof_struct_sockaddr_in - SizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 - SizeofSockaddrAny = C.sizeof_struct_sockaddr_any - SizeofSockaddrUnix = C.sizeof_struct_sockaddr_un - SizeofSockaddrDatalink = C.sizeof_struct_sockaddr_dl - SizeofLinger = C.sizeof_struct_linger - SizeofIPMreq = C.sizeof_struct_ip_mreq - SizeofIPv6Mreq = C.sizeof_struct_ipv6_mreq - SizeofMsghdr = C.sizeof_struct_msghdr - SizeofCmsghdr = C.sizeof_struct_cmsghdr - SizeofInet6Pktinfo = C.sizeof_struct_in6_pktinfo - SizeofIPv6MTUInfo = C.sizeof_struct_ip6_mtuinfo - SizeofICMPv6Filter = C.sizeof_struct_icmp6_filter -) - -// Ptrace requests - -const ( - PTRACE_TRACEME = C.PT_TRACE_ME - PTRACE_CONT = C.PT_CONTINUE - PTRACE_KILL = C.PT_KILL -) - -// Events (kqueue, kevent) - -type Kevent_t C.struct_kevent - -// Select - -type FdSet C.fd_set - -// Routing and interface messages - -const ( - SizeofIfMsghdr = C.sizeof_struct_if_msghdr - SizeofIfData = C.sizeof_struct_if_data - SizeofIfaMsghdr = C.sizeof_struct_ifa_msghdr - SizeofIfAnnounceMsghdr = C.sizeof_struct_if_announcemsghdr - SizeofRtMsghdr = C.sizeof_struct_rt_msghdr - SizeofRtMetrics = C.sizeof_struct_rt_metrics -) - -type IfMsghdr C.struct_if_msghdr - -type IfData C.struct_if_data - -type IfaMsghdr C.struct_ifa_msghdr - -type IfAnnounceMsghdr C.struct_if_announcemsghdr - -type RtMsghdr C.struct_rt_msghdr - -type RtMetrics C.struct_rt_metrics - -type Mclpool C.struct_mclpool - -// Berkeley packet filter - -const ( - SizeofBpfVersion = C.sizeof_struct_bpf_version - SizeofBpfStat = C.sizeof_struct_bpf_stat - SizeofBpfProgram = C.sizeof_struct_bpf_program - SizeofBpfInsn = C.sizeof_struct_bpf_insn - SizeofBpfHdr = C.sizeof_struct_bpf_hdr -) - -type BpfVersion C.struct_bpf_version - -type BpfStat C.struct_bpf_stat - -type BpfProgram C.struct_bpf_program - -type BpfInsn C.struct_bpf_insn - -type BpfHdr C.struct_bpf_hdr - -type BpfTimeval C.struct_bpf_timeval - -// Terminal handling - -type Termios C.struct_termios - -type Winsize C.struct_winsize - -// fchmodat-like syscalls. - -const ( - AT_FDCWD = C.AT_FDCWD - AT_SYMLINK_FOLLOW = C.AT_SYMLINK_FOLLOW - AT_SYMLINK_NOFOLLOW = C.AT_SYMLINK_NOFOLLOW -) - -// poll - -type PollFd C.struct_pollfd - -const ( - POLLERR = C.POLLERR - POLLHUP = C.POLLHUP - POLLIN = C.POLLIN - POLLNVAL = C.POLLNVAL - POLLOUT = C.POLLOUT - POLLPRI = C.POLLPRI - POLLRDBAND = C.POLLRDBAND - POLLRDNORM = C.POLLRDNORM - POLLWRBAND = C.POLLWRBAND - POLLWRNORM = C.POLLWRNORM -) - -// Signal Sets - -type Sigset_t C.sigset_t - -// Uname - -type Utsname C.struct_utsname - -// Uvmexp - -const SizeofUvmexp = C.sizeof_struct_uvmexp - -type Uvmexp C.struct_uvmexp - -// Clockinfo - -const SizeofClockinfo = C.sizeof_struct_clockinfo - -type Clockinfo C.struct_clockinfo diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_solaris.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_solaris.go deleted file mode 100644 index 2b716f93481d..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/sys/unix/types_solaris.go +++ /dev/null @@ -1,266 +0,0 @@ -// Copyright 2009 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -/* -Input to cgo -godefs. See README.md -*/ - -// +godefs map struct_in_addr [4]byte /* in_addr */ -// +godefs map struct_in6_addr [16]byte /* in6_addr */ - -package unix - -/* -#define KERNEL -// These defines ensure that builds done on newer versions of Solaris are -// backwards-compatible with older versions of Solaris and -// OpenSolaris-based derivatives. -#define __USE_SUNOS_SOCKETS__ // msghdr -#define __USE_LEGACY_PROTOTYPES__ // iovec -#include <dirent.h> -#include <fcntl.h> -#include <netdb.h> -#include <limits.h> -#include <poll.h> -#include <signal.h> -#include <termios.h> -#include <termio.h> -#include <stdio.h> -#include <unistd.h> -#include <sys/mman.h> -#include <sys/mount.h> -#include <sys/param.h> -#include <sys/resource.h> -#include <sys/select.h> -#include <sys/signal.h> -#include <sys/socket.h> -#include <sys/stat.h> -#include <sys/statvfs.h> -#include <sys/time.h> -#include <sys/times.h> -#include <sys/types.h> -#include <sys/utsname.h> -#include <sys/un.h> -#include <sys/wait.h> -#include <net/bpf.h> -#include <net/if.h> -#include <net/if_dl.h> -#include <net/route.h> -#include <netinet/in.h> -#include <netinet/icmp6.h> -#include <netinet/tcp.h> -#include <ustat.h> -#include <utime.h> - -enum { - sizeofPtr = sizeof(void*), -}; - -union sockaddr_all { - struct sockaddr s1; // this one gets used for fields - struct sockaddr_in s2; // these pad it out - struct sockaddr_in6 s3; - struct sockaddr_un s4; - struct sockaddr_dl s5; -}; - -struct sockaddr_any { - struct sockaddr addr; - char pad[sizeof(union sockaddr_all) - sizeof(struct sockaddr)]; -}; - -*/ -import "C" - -// Machine characteristics - -const ( - SizeofPtr = C.sizeofPtr - SizeofShort = C.sizeof_short - SizeofInt = C.sizeof_int - SizeofLong = C.sizeof_long - SizeofLongLong = C.sizeof_longlong - PathMax = C.PATH_MAX - MaxHostNameLen = C.MAXHOSTNAMELEN -) - -// Basic types - -type ( - _C_short C.short - _C_int C.int - _C_long C.long - _C_long_long C.longlong -) - -// Time - -type Timespec C.struct_timespec - -type Timeval C.struct_timeval - -type Timeval32 C.struct_timeval32 - -type Tms C.struct_tms - -type Utimbuf C.struct_utimbuf - -// Processes - -type Rusage C.struct_rusage - -type Rlimit C.struct_rlimit - -type _Gid_t C.gid_t - -// Files - -type Stat_t C.struct_stat - -type Flock_t C.struct_flock - -type Dirent C.struct_dirent - -// Filesystems - -type _Fsblkcnt_t C.fsblkcnt_t - -type Statvfs_t C.struct_statvfs - -// Sockets - -type RawSockaddrInet4 C.struct_sockaddr_in - -type RawSockaddrInet6 C.struct_sockaddr_in6 - -type RawSockaddrUnix C.struct_sockaddr_un - -type RawSockaddrDatalink C.struct_sockaddr_dl - -type RawSockaddr C.struct_sockaddr - -type RawSockaddrAny C.struct_sockaddr_any - -type _Socklen C.socklen_t - -type Linger C.struct_linger - -type Iovec C.struct_iovec - -type IPMreq C.struct_ip_mreq - -type IPv6Mreq C.struct_ipv6_mreq - -type Msghdr C.struct_msghdr - -type Cmsghdr C.struct_cmsghdr - -type Inet6Pktinfo C.struct_in6_pktinfo - -type IPv6MTUInfo C.struct_ip6_mtuinfo - -type ICMPv6Filter C.struct_icmp6_filter - -const ( - SizeofSockaddrInet4 = C.sizeof_struct_sockaddr_in - SizeofSockaddrInet6 = C.sizeof_struct_sockaddr_in6 - SizeofSockaddrAny = C.sizeof_struct_sockaddr_any - SizeofSockaddrUnix = C.sizeof_struct_sockaddr_un - SizeofSockaddrDatalink = C.sizeof_struct_sockaddr_dl - SizeofLinger = C.sizeof_struct_linger - SizeofIPMreq = C.sizeof_struct_ip_mreq - SizeofIPv6Mreq = C.sizeof_struct_ipv6_mreq - SizeofMsghdr = C.sizeof_struct_msghdr - SizeofCmsghdr = C.sizeof_struct_cmsghdr - SizeofInet6Pktinfo = C.sizeof_struct_in6_pktinfo - SizeofIPv6MTUInfo = C.sizeof_struct_ip6_mtuinfo - SizeofICMPv6Filter = C.sizeof_struct_icmp6_filter -) - -// Select - -type FdSet C.fd_set - -// Misc - -type Utsname C.struct_utsname - -type Ustat_t C.struct_ustat - -const ( - AT_FDCWD = C.AT_FDCWD - AT_SYMLINK_NOFOLLOW = C.AT_SYMLINK_NOFOLLOW - AT_SYMLINK_FOLLOW = C.AT_SYMLINK_FOLLOW - AT_REMOVEDIR = C.AT_REMOVEDIR - AT_EACCESS = C.AT_EACCESS -) - -// Routing and interface messages - -const ( - SizeofIfMsghdr = C.sizeof_struct_if_msghdr - SizeofIfData = C.sizeof_struct_if_data - SizeofIfaMsghdr = C.sizeof_struct_ifa_msghdr - SizeofRtMsghdr = C.sizeof_struct_rt_msghdr - SizeofRtMetrics = C.sizeof_struct_rt_metrics -) - -type IfMsghdr C.struct_if_msghdr - -type IfData C.struct_if_data - -type IfaMsghdr C.struct_ifa_msghdr - -type RtMsghdr C.struct_rt_msghdr - -type RtMetrics C.struct_rt_metrics - -// Berkeley packet filter - -const ( - SizeofBpfVersion = C.sizeof_struct_bpf_version - SizeofBpfStat = C.sizeof_struct_bpf_stat - SizeofBpfProgram = C.sizeof_struct_bpf_program - SizeofBpfInsn = C.sizeof_struct_bpf_insn - SizeofBpfHdr = C.sizeof_struct_bpf_hdr -) - -type BpfVersion C.struct_bpf_version - -type BpfStat C.struct_bpf_stat - -type BpfProgram C.struct_bpf_program - -type BpfInsn C.struct_bpf_insn - -type BpfTimeval C.struct_bpf_timeval - -type BpfHdr C.struct_bpf_hdr - -// Terminal handling - -type Termios C.struct_termios - -type Termio C.struct_termio - -type Winsize C.struct_winsize - -// poll - -type PollFd C.struct_pollfd - -const ( - POLLERR = C.POLLERR - POLLHUP = C.POLLHUP - POLLIN = C.POLLIN - POLLNVAL = C.POLLNVAL - POLLOUT = C.POLLOUT - POLLPRI = C.POLLPRI - POLLRDBAND = C.POLLRDBAND - POLLRDNORM = C.POLLRDNORM - POLLWRBAND = C.POLLWRBAND - POLLWRNORM = C.POLLWRNORM -) diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/charmap/maketables.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/charmap/maketables.go deleted file mode 100644 index f7941701e830..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/charmap/maketables.go +++ /dev/null @@ -1,556 +0,0 @@ -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -package main - -import ( - "bufio" - "fmt" - "log" - "net/http" - "sort" - "strings" - "unicode/utf8" - - "golang.org/x/text/encoding" - "golang.org/x/text/internal/gen" -) - -const ascii = "\x00\x01\x02\x03\x04\x05\x06\x07\x08\x09\x0a\x0b\x0c\x0d\x0e\x0f" + - "\x10\x11\x12\x13\x14\x15\x16\x17\x18\x19\x1a\x1b\x1c\x1d\x1e\x1f" + - ` !"#$%&'()*+,-./0123456789:;<=>?` + - `@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_` + - "`abcdefghijklmnopqrstuvwxyz{|}~\u007f" - -var encodings = []struct { - name string - mib string - comment string - varName string - replacement byte - mapping string -}{ - { - "IBM Code Page 037", - "IBM037", - "", - "CodePage037", - 0x3f, - "http://source.icu-project.org/repos/icu/data/trunk/charset/data/ucm/glibc-IBM037-2.1.2.ucm", - }, - { - "IBM Code Page 437", - "PC8CodePage437", - "", - "CodePage437", - encoding.ASCIISub, - "http://source.icu-project.org/repos/icu/data/trunk/charset/data/ucm/glibc-IBM437-2.1.2.ucm", - }, - { - "IBM Code Page 850", - "PC850Multilingual", - "", - "CodePage850", - encoding.ASCIISub, - "http://source.icu-project.org/repos/icu/data/trunk/charset/data/ucm/glibc-IBM850-2.1.2.ucm", - }, - { - "IBM Code Page 852", - "PCp852", - "", - "CodePage852", - encoding.ASCIISub, - "http://source.icu-project.org/repos/icu/data/trunk/charset/data/ucm/glibc-IBM852-2.1.2.ucm", - }, - { - "IBM Code Page 855", - "IBM855", - "", - "CodePage855", - encoding.ASCIISub, - "http://source.icu-project.org/repos/icu/data/trunk/charset/data/ucm/glibc-IBM855-2.1.2.ucm", - }, - { - "Windows Code Page 858", // PC latin1 with Euro - "IBM00858", - "", - "CodePage858", - encoding.ASCIISub, - "http://source.icu-project.org/repos/icu/data/trunk/charset/data/ucm/windows-858-2000.ucm", - }, - { - "IBM Code Page 860", - "IBM860", - "", - "CodePage860", - encoding.ASCIISub, - "http://source.icu-project.org/repos/icu/data/trunk/charset/data/ucm/glibc-IBM860-2.1.2.ucm", - }, - { - "IBM Code Page 862", - "PC862LatinHebrew", - "", - "CodePage862", - encoding.ASCIISub, - "http://source.icu-project.org/repos/icu/data/trunk/charset/data/ucm/glibc-IBM862-2.1.2.ucm", - }, - { - "IBM Code Page 863", - "IBM863", - "", - "CodePage863", - encoding.ASCIISub, - "http://source.icu-project.org/repos/icu/data/trunk/charset/data/ucm/glibc-IBM863-2.1.2.ucm", - }, - { - "IBM Code Page 865", - "IBM865", - "", - "CodePage865", - encoding.ASCIISub, - "http://source.icu-project.org/repos/icu/data/trunk/charset/data/ucm/glibc-IBM865-2.1.2.ucm", - }, - { - "IBM Code Page 866", - "IBM866", - "", - "CodePage866", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-ibm866.txt", - }, - { - "IBM Code Page 1047", - "IBM1047", - "", - "CodePage1047", - 0x3f, - "http://source.icu-project.org/repos/icu/data/trunk/charset/data/ucm/glibc-IBM1047-2.1.2.ucm", - }, - { - "IBM Code Page 1140", - "IBM01140", - "", - "CodePage1140", - 0x3f, - "http://source.icu-project.org/repos/icu/data/trunk/charset/data/ucm/ibm-1140_P100-1997.ucm", - }, - { - "ISO 8859-1", - "ISOLatin1", - "", - "ISO8859_1", - encoding.ASCIISub, - "http://source.icu-project.org/repos/icu/data/trunk/charset/data/ucm/iso-8859_1-1998.ucm", - }, - { - "ISO 8859-2", - "ISOLatin2", - "", - "ISO8859_2", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-iso-8859-2.txt", - }, - { - "ISO 8859-3", - "ISOLatin3", - "", - "ISO8859_3", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-iso-8859-3.txt", - }, - { - "ISO 8859-4", - "ISOLatin4", - "", - "ISO8859_4", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-iso-8859-4.txt", - }, - { - "ISO 8859-5", - "ISOLatinCyrillic", - "", - "ISO8859_5", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-iso-8859-5.txt", - }, - { - "ISO 8859-6", - "ISOLatinArabic", - "", - "ISO8859_6,ISO8859_6E,ISO8859_6I", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-iso-8859-6.txt", - }, - { - "ISO 8859-7", - "ISOLatinGreek", - "", - "ISO8859_7", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-iso-8859-7.txt", - }, - { - "ISO 8859-8", - "ISOLatinHebrew", - "", - "ISO8859_8,ISO8859_8E,ISO8859_8I", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-iso-8859-8.txt", - }, - { - "ISO 8859-9", - "ISOLatin5", - "", - "ISO8859_9", - encoding.ASCIISub, - "http://source.icu-project.org/repos/icu/data/trunk/charset/data/ucm/iso-8859_9-1999.ucm", - }, - { - "ISO 8859-10", - "ISOLatin6", - "", - "ISO8859_10", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-iso-8859-10.txt", - }, - { - "ISO 8859-13", - "ISO885913", - "", - "ISO8859_13", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-iso-8859-13.txt", - }, - { - "ISO 8859-14", - "ISO885914", - "", - "ISO8859_14", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-iso-8859-14.txt", - }, - { - "ISO 8859-15", - "ISO885915", - "", - "ISO8859_15", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-iso-8859-15.txt", - }, - { - "ISO 8859-16", - "ISO885916", - "", - "ISO8859_16", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-iso-8859-16.txt", - }, - { - "KOI8-R", - "KOI8R", - "", - "KOI8R", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-koi8-r.txt", - }, - { - "KOI8-U", - "KOI8U", - "", - "KOI8U", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-koi8-u.txt", - }, - { - "Macintosh", - "Macintosh", - "", - "Macintosh", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-macintosh.txt", - }, - { - "Macintosh Cyrillic", - "MacintoshCyrillic", - "", - "MacintoshCyrillic", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-x-mac-cyrillic.txt", - }, - { - "Windows 874", - "Windows874", - "", - "Windows874", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-windows-874.txt", - }, - { - "Windows 1250", - "Windows1250", - "", - "Windows1250", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-windows-1250.txt", - }, - { - "Windows 1251", - "Windows1251", - "", - "Windows1251", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-windows-1251.txt", - }, - { - "Windows 1252", - "Windows1252", - "", - "Windows1252", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-windows-1252.txt", - }, - { - "Windows 1253", - "Windows1253", - "", - "Windows1253", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-windows-1253.txt", - }, - { - "Windows 1254", - "Windows1254", - "", - "Windows1254", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-windows-1254.txt", - }, - { - "Windows 1255", - "Windows1255", - "", - "Windows1255", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-windows-1255.txt", - }, - { - "Windows 1256", - "Windows1256", - "", - "Windows1256", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-windows-1256.txt", - }, - { - "Windows 1257", - "Windows1257", - "", - "Windows1257", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-windows-1257.txt", - }, - { - "Windows 1258", - "Windows1258", - "", - "Windows1258", - encoding.ASCIISub, - "http://encoding.spec.whatwg.org/index-windows-1258.txt", - }, - { - "X-User-Defined", - "XUserDefined", - "It is defined at http://encoding.spec.whatwg.org/#x-user-defined", - "XUserDefined", - encoding.ASCIISub, - ascii + - "\uf780\uf781\uf782\uf783\uf784\uf785\uf786\uf787" + - "\uf788\uf789\uf78a\uf78b\uf78c\uf78d\uf78e\uf78f" + - "\uf790\uf791\uf792\uf793\uf794\uf795\uf796\uf797" + - "\uf798\uf799\uf79a\uf79b\uf79c\uf79d\uf79e\uf79f" + - "\uf7a0\uf7a1\uf7a2\uf7a3\uf7a4\uf7a5\uf7a6\uf7a7" + - "\uf7a8\uf7a9\uf7aa\uf7ab\uf7ac\uf7ad\uf7ae\uf7af" + - "\uf7b0\uf7b1\uf7b2\uf7b3\uf7b4\uf7b5\uf7b6\uf7b7" + - "\uf7b8\uf7b9\uf7ba\uf7bb\uf7bc\uf7bd\uf7be\uf7bf" + - "\uf7c0\uf7c1\uf7c2\uf7c3\uf7c4\uf7c5\uf7c6\uf7c7" + - "\uf7c8\uf7c9\uf7ca\uf7cb\uf7cc\uf7cd\uf7ce\uf7cf" + - "\uf7d0\uf7d1\uf7d2\uf7d3\uf7d4\uf7d5\uf7d6\uf7d7" + - "\uf7d8\uf7d9\uf7da\uf7db\uf7dc\uf7dd\uf7de\uf7df" + - "\uf7e0\uf7e1\uf7e2\uf7e3\uf7e4\uf7e5\uf7e6\uf7e7" + - "\uf7e8\uf7e9\uf7ea\uf7eb\uf7ec\uf7ed\uf7ee\uf7ef" + - "\uf7f0\uf7f1\uf7f2\uf7f3\uf7f4\uf7f5\uf7f6\uf7f7" + - "\uf7f8\uf7f9\uf7fa\uf7fb\uf7fc\uf7fd\uf7fe\uf7ff", - }, -} - -func getWHATWG(url string) string { - res, err := http.Get(url) - if err != nil { - log.Fatalf("%q: Get: %v", url, err) - } - defer res.Body.Close() - - mapping := make([]rune, 128) - for i := range mapping { - mapping[i] = '\ufffd' - } - - scanner := bufio.NewScanner(res.Body) - for scanner.Scan() { - s := strings.TrimSpace(scanner.Text()) - if s == "" || s[0] == '#' { - continue - } - x, y := 0, 0 - if _, err := fmt.Sscanf(s, "%d\t0x%x", &x, &y); err != nil { - log.Fatalf("could not parse %q", s) - } - if x < 0 || 128 <= x { - log.Fatalf("code %d is out of range", x) - } - if 0x80 <= y && y < 0xa0 { - // We diverge from the WHATWG spec by mapping control characters - // in the range [0x80, 0xa0) to U+FFFD. - continue - } - mapping[x] = rune(y) - } - return ascii + string(mapping) -} - -func getUCM(url string) string { - res, err := http.Get(url) - if err != nil { - log.Fatalf("%q: Get: %v", url, err) - } - defer res.Body.Close() - - mapping := make([]rune, 256) - for i := range mapping { - mapping[i] = '\ufffd' - } - - charsFound := 0 - scanner := bufio.NewScanner(res.Body) - for scanner.Scan() { - s := strings.TrimSpace(scanner.Text()) - if s == "" || s[0] == '#' { - continue - } - var c byte - var r rune - if _, err := fmt.Sscanf(s, `<U%x> \x%x |0`, &r, &c); err != nil { - continue - } - mapping[c] = r - charsFound++ - } - - if charsFound < 200 { - log.Fatalf("%q: only %d characters found (wrong page format?)", url, charsFound) - } - - return string(mapping) -} - -func main() { - mibs := map[string]bool{} - all := []string{} - - w := gen.NewCodeWriter() - defer w.WriteGoFile("tables.go", "charmap") - - printf := func(s string, a ...interface{}) { fmt.Fprintf(w, s, a...) } - - printf("import (\n") - printf("\t\"golang.org/x/text/encoding\"\n") - printf("\t\"golang.org/x/text/encoding/internal/identifier\"\n") - printf(")\n\n") - for _, e := range encodings { - varNames := strings.Split(e.varName, ",") - all = append(all, varNames...) - varName := varNames[0] - switch { - case strings.HasPrefix(e.mapping, "http://encoding.spec.whatwg.org/"): - e.mapping = getWHATWG(e.mapping) - case strings.HasPrefix(e.mapping, "http://source.icu-project.org/repos/icu/data/trunk/charset/data/ucm/"): - e.mapping = getUCM(e.mapping) - } - - asciiSuperset, low := strings.HasPrefix(e.mapping, ascii), 0x00 - if asciiSuperset { - low = 0x80 - } - lvn := 1 - if strings.HasPrefix(varName, "ISO") || strings.HasPrefix(varName, "KOI") { - lvn = 3 - } - lowerVarName := strings.ToLower(varName[:lvn]) + varName[lvn:] - printf("// %s is the %s encoding.\n", varName, e.name) - if e.comment != "" { - printf("//\n// %s\n", e.comment) - } - printf("var %s *Charmap = &%s\n\nvar %s = Charmap{\nname: %q,\n", - varName, lowerVarName, lowerVarName, e.name) - if mibs[e.mib] { - log.Fatalf("MIB type %q declared multiple times.", e.mib) - } - printf("mib: identifier.%s,\n", e.mib) - printf("asciiSuperset: %t,\n", asciiSuperset) - printf("low: 0x%02x,\n", low) - printf("replacement: 0x%02x,\n", e.replacement) - - printf("decode: [256]utf8Enc{\n") - i, backMapping := 0, map[rune]byte{} - for _, c := range e.mapping { - if _, ok := backMapping[c]; !ok && c != utf8.RuneError { - backMapping[c] = byte(i) - } - var buf [8]byte - n := utf8.EncodeRune(buf[:], c) - if n > 3 { - panic(fmt.Sprintf("rune %q (%U) is too long", c, c)) - } - printf("{%d,[3]byte{0x%02x,0x%02x,0x%02x}},", n, buf[0], buf[1], buf[2]) - if i%2 == 1 { - printf("\n") - } - i++ - } - printf("},\n") - - printf("encode: [256]uint32{\n") - encode := make([]uint32, 0, 256) - for c, i := range backMapping { - encode = append(encode, uint32(i)<<24|uint32(c)) - } - sort.Sort(byRune(encode)) - for len(encode) < cap(encode) { - encode = append(encode, encode[len(encode)-1]) - } - for i, enc := range encode { - printf("0x%08x,", enc) - if i%8 == 7 { - printf("\n") - } - } - printf("},\n}\n") - - // Add an estimate of the size of a single Charmap{} struct value, which - // includes two 256 elem arrays of 4 bytes and some extra fields, which - // align to 3 uint64s on 64-bit architectures. - w.Size += 2*4*256 + 3*8 - } - // TODO: add proper line breaking. - printf("var listAll = []encoding.Encoding{\n%s,\n}\n\n", strings.Join(all, ",\n")) -} - -type byRune []uint32 - -func (b byRune) Len() int { return len(b) } -func (b byRune) Less(i, j int) bool { return b[i]&0xffffff < b[j]&0xffffff } -func (b byRune) Swap(i, j int) { b[i], b[j] = b[j], b[i] } diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/htmlindex/gen.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/htmlindex/gen.go deleted file mode 100644 index ac6b4a77fd76..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/htmlindex/gen.go +++ /dev/null @@ -1,173 +0,0 @@ -// Copyright 2015 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -package main - -import ( - "bytes" - "encoding/json" - "fmt" - "log" - "strings" - - "golang.org/x/text/internal/gen" -) - -type group struct { - Encodings []struct { - Labels []string - Name string - } -} - -func main() { - gen.Init() - - r := gen.Open("https://encoding.spec.whatwg.org", "whatwg", "encodings.json") - var groups []group - if err := json.NewDecoder(r).Decode(&groups); err != nil { - log.Fatalf("Error reading encodings.json: %v", err) - } - - w := &bytes.Buffer{} - fmt.Fprintln(w, "type htmlEncoding byte") - fmt.Fprintln(w, "const (") - for i, g := range groups { - for _, e := range g.Encodings { - key := strings.ToLower(e.Name) - name := consts[key] - if name == "" { - log.Fatalf("No const defined for %s.", key) - } - if i == 0 { - fmt.Fprintf(w, "%s htmlEncoding = iota\n", name) - } else { - fmt.Fprintf(w, "%s\n", name) - } - } - } - fmt.Fprintln(w, "numEncodings") - fmt.Fprint(w, ")\n\n") - - fmt.Fprintln(w, "var canonical = [numEncodings]string{") - for _, g := range groups { - for _, e := range g.Encodings { - fmt.Fprintf(w, "%q,\n", strings.ToLower(e.Name)) - } - } - fmt.Fprint(w, "}\n\n") - - fmt.Fprintln(w, "var nameMap = map[string]htmlEncoding{") - for _, g := range groups { - for _, e := range g.Encodings { - for _, l := range e.Labels { - key := strings.ToLower(e.Name) - name := consts[key] - fmt.Fprintf(w, "%q: %s,\n", l, name) - } - } - } - fmt.Fprint(w, "}\n\n") - - var tags []string - fmt.Fprintln(w, "var localeMap = []htmlEncoding{") - for _, loc := range locales { - tags = append(tags, loc.tag) - fmt.Fprintf(w, "%s, // %s \n", consts[loc.name], loc.tag) - } - fmt.Fprint(w, "}\n\n") - - fmt.Fprintf(w, "const locales = %q\n", strings.Join(tags, " ")) - - gen.WriteGoFile("tables.go", "htmlindex", w.Bytes()) -} - -// consts maps canonical encoding name to internal constant. -var consts = map[string]string{ - "utf-8": "utf8", - "ibm866": "ibm866", - "iso-8859-2": "iso8859_2", - "iso-8859-3": "iso8859_3", - "iso-8859-4": "iso8859_4", - "iso-8859-5": "iso8859_5", - "iso-8859-6": "iso8859_6", - "iso-8859-7": "iso8859_7", - "iso-8859-8": "iso8859_8", - "iso-8859-8-i": "iso8859_8I", - "iso-8859-10": "iso8859_10", - "iso-8859-13": "iso8859_13", - "iso-8859-14": "iso8859_14", - "iso-8859-15": "iso8859_15", - "iso-8859-16": "iso8859_16", - "koi8-r": "koi8r", - "koi8-u": "koi8u", - "macintosh": "macintosh", - "windows-874": "windows874", - "windows-1250": "windows1250", - "windows-1251": "windows1251", - "windows-1252": "windows1252", - "windows-1253": "windows1253", - "windows-1254": "windows1254", - "windows-1255": "windows1255", - "windows-1256": "windows1256", - "windows-1257": "windows1257", - "windows-1258": "windows1258", - "x-mac-cyrillic": "macintoshCyrillic", - "gbk": "gbk", - "gb18030": "gb18030", - // "hz-gb-2312": "hzgb2312", // Was removed from WhatWG - "big5": "big5", - "euc-jp": "eucjp", - "iso-2022-jp": "iso2022jp", - "shift_jis": "shiftJIS", - "euc-kr": "euckr", - "replacement": "replacement", - "utf-16be": "utf16be", - "utf-16le": "utf16le", - "x-user-defined": "xUserDefined", -} - -// locales is taken from -// https://html.spec.whatwg.org/multipage/syntax.html#encoding-sniffing-algorithm. -var locales = []struct{ tag, name string }{ - // The default value. Explicitly state latin to benefit from the exact - // script option, while still making 1252 the default encoding for languages - // written in Latin script. - {"und_Latn", "windows-1252"}, - {"ar", "windows-1256"}, - {"ba", "windows-1251"}, - {"be", "windows-1251"}, - {"bg", "windows-1251"}, - {"cs", "windows-1250"}, - {"el", "iso-8859-7"}, - {"et", "windows-1257"}, - {"fa", "windows-1256"}, - {"he", "windows-1255"}, - {"hr", "windows-1250"}, - {"hu", "iso-8859-2"}, - {"ja", "shift_jis"}, - {"kk", "windows-1251"}, - {"ko", "euc-kr"}, - {"ku", "windows-1254"}, - {"ky", "windows-1251"}, - {"lt", "windows-1257"}, - {"lv", "windows-1257"}, - {"mk", "windows-1251"}, - {"pl", "iso-8859-2"}, - {"ru", "windows-1251"}, - {"sah", "windows-1251"}, - {"sk", "windows-1250"}, - {"sl", "iso-8859-2"}, - {"sr", "windows-1251"}, - {"tg", "windows-1251"}, - {"th", "windows-874"}, - {"tr", "windows-1254"}, - {"tt", "windows-1251"}, - {"uk", "windows-1251"}, - {"vi", "windows-1258"}, - {"zh-hans", "gb18030"}, - {"zh-hant", "big5"}, -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/internal/identifier/gen.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/internal/identifier/gen.go deleted file mode 100644 index 26cfef9c6b71..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/internal/identifier/gen.go +++ /dev/null @@ -1,142 +0,0 @@ -// Copyright 2015 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -package main - -import ( - "bytes" - "encoding/xml" - "fmt" - "io" - "log" - "strings" - - "golang.org/x/text/internal/gen" -) - -type registry struct { - XMLName xml.Name `xml:"registry"` - Updated string `xml:"updated"` - Registry []struct { - ID string `xml:"id,attr"` - Record []struct { - Name string `xml:"name"` - Xref []struct { - Type string `xml:"type,attr"` - Data string `xml:"data,attr"` - } `xml:"xref"` - Desc struct { - Data string `xml:",innerxml"` - // Any []struct { - // Data string `xml:",chardata"` - // } `xml:",any"` - // Data string `xml:",chardata"` - } `xml:"description,"` - MIB string `xml:"value"` - Alias []string `xml:"alias"` - MIME string `xml:"preferred_alias"` - } `xml:"record"` - } `xml:"registry"` -} - -func main() { - r := gen.OpenIANAFile("assignments/character-sets/character-sets.xml") - reg := ®istry{} - if err := xml.NewDecoder(r).Decode(®); err != nil && err != io.EOF { - log.Fatalf("Error decoding charset registry: %v", err) - } - if len(reg.Registry) == 0 || reg.Registry[0].ID != "character-sets-1" { - log.Fatalf("Unexpected ID %s", reg.Registry[0].ID) - } - - w := &bytes.Buffer{} - fmt.Fprintf(w, "const (\n") - for _, rec := range reg.Registry[0].Record { - constName := "" - for _, a := range rec.Alias { - if strings.HasPrefix(a, "cs") && strings.IndexByte(a, '-') == -1 { - // Some of the constant definitions have comments in them. Strip those. - constName = strings.Title(strings.SplitN(a[2:], "\n", 2)[0]) - } - } - if constName == "" { - switch rec.MIB { - case "2085": - constName = "HZGB2312" // Not listed as alias for some reason. - default: - log.Fatalf("No cs alias defined for %s.", rec.MIB) - } - } - if rec.MIME != "" { - rec.MIME = fmt.Sprintf(" (MIME: %s)", rec.MIME) - } - fmt.Fprintf(w, "// %s is the MIB identifier with IANA name %s%s.\n//\n", constName, rec.Name, rec.MIME) - if len(rec.Desc.Data) > 0 { - fmt.Fprint(w, "// ") - d := xml.NewDecoder(strings.NewReader(rec.Desc.Data)) - inElem := true - attr := "" - for { - t, err := d.Token() - if err != nil { - if err != io.EOF { - log.Fatal(err) - } - break - } - switch x := t.(type) { - case xml.CharData: - attr = "" // Don't need attribute info. - a := bytes.Split([]byte(x), []byte("\n")) - for i, b := range a { - if b = bytes.TrimSpace(b); len(b) != 0 { - if !inElem && i > 0 { - fmt.Fprint(w, "\n// ") - } - inElem = false - fmt.Fprintf(w, "%s ", string(b)) - } - } - case xml.StartElement: - if x.Name.Local == "xref" { - inElem = true - use := false - for _, a := range x.Attr { - if a.Name.Local == "type" { - use = use || a.Value != "person" - } - if a.Name.Local == "data" && use { - // Patch up URLs to use https. From some links, the - // https version is different from the http one. - s := a.Value - s = strings.Replace(s, "http://", "https://", -1) - s = strings.Replace(s, "/unicode/", "/", -1) - attr = s + " " - } - } - } - case xml.EndElement: - inElem = false - fmt.Fprint(w, attr) - } - } - fmt.Fprint(w, "\n") - } - for _, x := range rec.Xref { - switch x.Type { - case "rfc": - fmt.Fprintf(w, "// Reference: %s\n", strings.ToUpper(x.Data)) - case "uri": - fmt.Fprintf(w, "// Reference: %s\n", x.Data) - } - } - fmt.Fprintf(w, "%s MIB = %s\n", constName, rec.MIB) - fmt.Fprintln(w) - } - fmt.Fprintln(w, ")") - - gen.WriteGoFile("mib.go", "identifier", w.Bytes()) -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/japanese/maketables.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/japanese/maketables.go deleted file mode 100644 index 023957a672a0..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/japanese/maketables.go +++ /dev/null @@ -1,161 +0,0 @@ -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -package main - -// This program generates tables.go: -// go run maketables.go | gofmt > tables.go - -// TODO: Emoji extensions? -// https://www.unicode.org/faq/emoji_dingbats.html -// https://www.unicode.org/Public/UNIDATA/EmojiSources.txt - -import ( - "bufio" - "fmt" - "log" - "net/http" - "sort" - "strings" -) - -type entry struct { - jisCode, table int -} - -func main() { - fmt.Printf("// generated by go run maketables.go; DO NOT EDIT\n\n") - fmt.Printf("// Package japanese provides Japanese encodings such as EUC-JP and Shift JIS.\n") - fmt.Printf(`package japanese // import "golang.org/x/text/encoding/japanese"` + "\n\n") - - reverse := [65536]entry{} - for i := range reverse { - reverse[i].table = -1 - } - - tables := []struct { - url string - name string - }{ - {"http://encoding.spec.whatwg.org/index-jis0208.txt", "0208"}, - {"http://encoding.spec.whatwg.org/index-jis0212.txt", "0212"}, - } - for i, table := range tables { - res, err := http.Get(table.url) - if err != nil { - log.Fatalf("%q: Get: %v", table.url, err) - } - defer res.Body.Close() - - mapping := [65536]uint16{} - - scanner := bufio.NewScanner(res.Body) - for scanner.Scan() { - s := strings.TrimSpace(scanner.Text()) - if s == "" || s[0] == '#' { - continue - } - x, y := 0, uint16(0) - if _, err := fmt.Sscanf(s, "%d 0x%x", &x, &y); err != nil { - log.Fatalf("%q: could not parse %q", table.url, s) - } - if x < 0 || 120*94 <= x { - log.Fatalf("%q: JIS code %d is out of range", table.url, x) - } - mapping[x] = y - if reverse[y].table == -1 { - reverse[y] = entry{jisCode: x, table: i} - } - } - if err := scanner.Err(); err != nil { - log.Fatalf("%q: scanner error: %v", table.url, err) - } - - fmt.Printf("// jis%sDecode is the decoding table from JIS %s code to Unicode.\n// It is defined at %s\n", - table.name, table.name, table.url) - fmt.Printf("var jis%sDecode = [...]uint16{\n", table.name) - for i, m := range mapping { - if m != 0 { - fmt.Printf("\t%d: 0x%04X,\n", i, m) - } - } - fmt.Printf("}\n\n") - } - - // Any run of at least separation continuous zero entries in the reverse map will - // be a separate encode table. - const separation = 1024 - - intervals := []interval(nil) - low, high := -1, -1 - for i, v := range reverse { - if v.table == -1 { - continue - } - if low < 0 { - low = i - } else if i-high >= separation { - if high >= 0 { - intervals = append(intervals, interval{low, high}) - } - low = i - } - high = i + 1 - } - if high >= 0 { - intervals = append(intervals, interval{low, high}) - } - sort.Sort(byDecreasingLength(intervals)) - - fmt.Printf("const (\n") - fmt.Printf("\tjis0208 = 1\n") - fmt.Printf("\tjis0212 = 2\n") - fmt.Printf("\tcodeMask = 0x7f\n") - fmt.Printf("\tcodeShift = 7\n") - fmt.Printf("\ttableShift = 14\n") - fmt.Printf(")\n\n") - - fmt.Printf("const numEncodeTables = %d\n\n", len(intervals)) - fmt.Printf("// encodeX are the encoding tables from Unicode to JIS code,\n") - fmt.Printf("// sorted by decreasing length.\n") - for i, v := range intervals { - fmt.Printf("// encode%d: %5d entries for runes in [%5d, %5d).\n", i, v.len(), v.low, v.high) - } - fmt.Printf("//\n") - fmt.Printf("// The high two bits of the value record whether the JIS code comes from the\n") - fmt.Printf("// JIS0208 table (high bits == 1) or the JIS0212 table (high bits == 2).\n") - fmt.Printf("// The low 14 bits are two 7-bit unsigned integers j1 and j2 that form the\n") - fmt.Printf("// JIS code (94*j1 + j2) within that table.\n") - fmt.Printf("\n") - - for i, v := range intervals { - fmt.Printf("const encode%dLow, encode%dHigh = %d, %d\n\n", i, i, v.low, v.high) - fmt.Printf("var encode%d = [...]uint16{\n", i) - for j := v.low; j < v.high; j++ { - x := reverse[j] - if x.table == -1 { - continue - } - fmt.Printf("\t%d - %d: jis%s<<14 | 0x%02X<<7 | 0x%02X,\n", - j, v.low, tables[x.table].name, x.jisCode/94, x.jisCode%94) - } - fmt.Printf("}\n\n") - } -} - -// interval is a half-open interval [low, high). -type interval struct { - low, high int -} - -func (i interval) len() int { return i.high - i.low } - -// byDecreasingLength sorts intervals by decreasing length. -type byDecreasingLength []interval - -func (b byDecreasingLength) Len() int { return len(b) } -func (b byDecreasingLength) Less(i, j int) bool { return b[i].len() > b[j].len() } -func (b byDecreasingLength) Swap(i, j int) { b[i], b[j] = b[j], b[i] } diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/korean/maketables.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/korean/maketables.go deleted file mode 100644 index c84034fb67d8..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/korean/maketables.go +++ /dev/null @@ -1,143 +0,0 @@ -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -package main - -// This program generates tables.go: -// go run maketables.go | gofmt > tables.go - -import ( - "bufio" - "fmt" - "log" - "net/http" - "sort" - "strings" -) - -func main() { - fmt.Printf("// generated by go run maketables.go; DO NOT EDIT\n\n") - fmt.Printf("// Package korean provides Korean encodings such as EUC-KR.\n") - fmt.Printf(`package korean // import "golang.org/x/text/encoding/korean"` + "\n\n") - - res, err := http.Get("http://encoding.spec.whatwg.org/index-euc-kr.txt") - if err != nil { - log.Fatalf("Get: %v", err) - } - defer res.Body.Close() - - mapping := [65536]uint16{} - reverse := [65536]uint16{} - - scanner := bufio.NewScanner(res.Body) - for scanner.Scan() { - s := strings.TrimSpace(scanner.Text()) - if s == "" || s[0] == '#' { - continue - } - x, y := uint16(0), uint16(0) - if _, err := fmt.Sscanf(s, "%d 0x%x", &x, &y); err != nil { - log.Fatalf("could not parse %q", s) - } - if x < 0 || 178*(0xc7-0x81)+(0xfe-0xc7)*94+(0xff-0xa1) <= x { - log.Fatalf("EUC-KR code %d is out of range", x) - } - mapping[x] = y - if reverse[y] == 0 { - c0, c1 := uint16(0), uint16(0) - if x < 178*(0xc7-0x81) { - c0 = uint16(x/178) + 0x81 - c1 = uint16(x % 178) - switch { - case c1 < 1*26: - c1 += 0x41 - case c1 < 2*26: - c1 += 0x47 - default: - c1 += 0x4d - } - } else { - x -= 178 * (0xc7 - 0x81) - c0 = uint16(x/94) + 0xc7 - c1 = uint16(x%94) + 0xa1 - } - reverse[y] = c0<<8 | c1 - } - } - if err := scanner.Err(); err != nil { - log.Fatalf("scanner error: %v", err) - } - - fmt.Printf("// decode is the decoding table from EUC-KR code to Unicode.\n") - fmt.Printf("// It is defined at http://encoding.spec.whatwg.org/index-euc-kr.txt\n") - fmt.Printf("var decode = [...]uint16{\n") - for i, v := range mapping { - if v != 0 { - fmt.Printf("\t%d: 0x%04X,\n", i, v) - } - } - fmt.Printf("}\n\n") - - // Any run of at least separation continuous zero entries in the reverse map will - // be a separate encode table. - const separation = 1024 - - intervals := []interval(nil) - low, high := -1, -1 - for i, v := range reverse { - if v == 0 { - continue - } - if low < 0 { - low = i - } else if i-high >= separation { - if high >= 0 { - intervals = append(intervals, interval{low, high}) - } - low = i - } - high = i + 1 - } - if high >= 0 { - intervals = append(intervals, interval{low, high}) - } - sort.Sort(byDecreasingLength(intervals)) - - fmt.Printf("const numEncodeTables = %d\n\n", len(intervals)) - fmt.Printf("// encodeX are the encoding tables from Unicode to EUC-KR code,\n") - fmt.Printf("// sorted by decreasing length.\n") - for i, v := range intervals { - fmt.Printf("// encode%d: %5d entries for runes in [%5d, %5d).\n", i, v.len(), v.low, v.high) - } - fmt.Printf("\n") - - for i, v := range intervals { - fmt.Printf("const encode%dLow, encode%dHigh = %d, %d\n\n", i, i, v.low, v.high) - fmt.Printf("var encode%d = [...]uint16{\n", i) - for j := v.low; j < v.high; j++ { - x := reverse[j] - if x == 0 { - continue - } - fmt.Printf("\t%d-%d: 0x%04X,\n", j, v.low, x) - } - fmt.Printf("}\n\n") - } -} - -// interval is a half-open interval [low, high). -type interval struct { - low, high int -} - -func (i interval) len() int { return i.high - i.low } - -// byDecreasingLength sorts intervals by decreasing length. -type byDecreasingLength []interval - -func (b byDecreasingLength) Len() int { return len(b) } -func (b byDecreasingLength) Less(i, j int) bool { return b[i].len() > b[j].len() } -func (b byDecreasingLength) Swap(i, j int) { b[i], b[j] = b[j], b[i] } diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/simplifiedchinese/maketables.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/simplifiedchinese/maketables.go deleted file mode 100644 index 55016c786204..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/simplifiedchinese/maketables.go +++ /dev/null @@ -1,161 +0,0 @@ -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -package main - -// This program generates tables.go: -// go run maketables.go | gofmt > tables.go - -import ( - "bufio" - "fmt" - "log" - "net/http" - "sort" - "strings" -) - -func main() { - fmt.Printf("// generated by go run maketables.go; DO NOT EDIT\n\n") - fmt.Printf("// Package simplifiedchinese provides Simplified Chinese encodings such as GBK.\n") - fmt.Printf(`package simplifiedchinese // import "golang.org/x/text/encoding/simplifiedchinese"` + "\n\n") - - printGB18030() - printGBK() -} - -func printGB18030() { - res, err := http.Get("http://encoding.spec.whatwg.org/index-gb18030.txt") - if err != nil { - log.Fatalf("Get: %v", err) - } - defer res.Body.Close() - - fmt.Printf("// gb18030 is the table from http://encoding.spec.whatwg.org/index-gb18030.txt\n") - fmt.Printf("var gb18030 = [...][2]uint16{\n") - scanner := bufio.NewScanner(res.Body) - for scanner.Scan() { - s := strings.TrimSpace(scanner.Text()) - if s == "" || s[0] == '#' { - continue - } - x, y := uint32(0), uint32(0) - if _, err := fmt.Sscanf(s, "%d 0x%x", &x, &y); err != nil { - log.Fatalf("could not parse %q", s) - } - if x < 0x10000 && y < 0x10000 { - fmt.Printf("\t{0x%04x, 0x%04x},\n", x, y) - } - } - fmt.Printf("}\n\n") -} - -func printGBK() { - res, err := http.Get("http://encoding.spec.whatwg.org/index-gbk.txt") - if err != nil { - log.Fatalf("Get: %v", err) - } - defer res.Body.Close() - - mapping := [65536]uint16{} - reverse := [65536]uint16{} - - scanner := bufio.NewScanner(res.Body) - for scanner.Scan() { - s := strings.TrimSpace(scanner.Text()) - if s == "" || s[0] == '#' { - continue - } - x, y := uint16(0), uint16(0) - if _, err := fmt.Sscanf(s, "%d 0x%x", &x, &y); err != nil { - log.Fatalf("could not parse %q", s) - } - if x < 0 || 126*190 <= x { - log.Fatalf("GBK code %d is out of range", x) - } - mapping[x] = y - if reverse[y] == 0 { - c0, c1 := x/190, x%190 - if c1 >= 0x3f { - c1++ - } - reverse[y] = (0x81+c0)<<8 | (0x40 + c1) - } - } - if err := scanner.Err(); err != nil { - log.Fatalf("scanner error: %v", err) - } - - fmt.Printf("// decode is the decoding table from GBK code to Unicode.\n") - fmt.Printf("// It is defined at http://encoding.spec.whatwg.org/index-gbk.txt\n") - fmt.Printf("var decode = [...]uint16{\n") - for i, v := range mapping { - if v != 0 { - fmt.Printf("\t%d: 0x%04X,\n", i, v) - } - } - fmt.Printf("}\n\n") - - // Any run of at least separation continuous zero entries in the reverse map will - // be a separate encode table. - const separation = 1024 - - intervals := []interval(nil) - low, high := -1, -1 - for i, v := range reverse { - if v == 0 { - continue - } - if low < 0 { - low = i - } else if i-high >= separation { - if high >= 0 { - intervals = append(intervals, interval{low, high}) - } - low = i - } - high = i + 1 - } - if high >= 0 { - intervals = append(intervals, interval{low, high}) - } - sort.Sort(byDecreasingLength(intervals)) - - fmt.Printf("const numEncodeTables = %d\n\n", len(intervals)) - fmt.Printf("// encodeX are the encoding tables from Unicode to GBK code,\n") - fmt.Printf("// sorted by decreasing length.\n") - for i, v := range intervals { - fmt.Printf("// encode%d: %5d entries for runes in [%5d, %5d).\n", i, v.len(), v.low, v.high) - } - fmt.Printf("\n") - - for i, v := range intervals { - fmt.Printf("const encode%dLow, encode%dHigh = %d, %d\n\n", i, i, v.low, v.high) - fmt.Printf("var encode%d = [...]uint16{\n", i) - for j := v.low; j < v.high; j++ { - x := reverse[j] - if x == 0 { - continue - } - fmt.Printf("\t%d-%d: 0x%04X,\n", j, v.low, x) - } - fmt.Printf("}\n\n") - } -} - -// interval is a half-open interval [low, high). -type interval struct { - low, high int -} - -func (i interval) len() int { return i.high - i.low } - -// byDecreasingLength sorts intervals by decreasing length. -type byDecreasingLength []interval - -func (b byDecreasingLength) Len() int { return len(b) } -func (b byDecreasingLength) Less(i, j int) bool { return b[i].len() > b[j].len() } -func (b byDecreasingLength) Swap(i, j int) { b[i], b[j] = b[j], b[i] } diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/traditionalchinese/maketables.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/traditionalchinese/maketables.go deleted file mode 100644 index cf7fdb31a521..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/encoding/traditionalchinese/maketables.go +++ /dev/null @@ -1,140 +0,0 @@ -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -package main - -// This program generates tables.go: -// go run maketables.go | gofmt > tables.go - -import ( - "bufio" - "fmt" - "log" - "net/http" - "sort" - "strings" -) - -func main() { - fmt.Printf("// generated by go run maketables.go; DO NOT EDIT\n\n") - fmt.Printf("// Package traditionalchinese provides Traditional Chinese encodings such as Big5.\n") - fmt.Printf(`package traditionalchinese // import "golang.org/x/text/encoding/traditionalchinese"` + "\n\n") - - res, err := http.Get("http://encoding.spec.whatwg.org/index-big5.txt") - if err != nil { - log.Fatalf("Get: %v", err) - } - defer res.Body.Close() - - mapping := [65536]uint32{} - reverse := [65536 * 4]uint16{} - - scanner := bufio.NewScanner(res.Body) - for scanner.Scan() { - s := strings.TrimSpace(scanner.Text()) - if s == "" || s[0] == '#' { - continue - } - x, y := uint16(0), uint32(0) - if _, err := fmt.Sscanf(s, "%d 0x%x", &x, &y); err != nil { - log.Fatalf("could not parse %q", s) - } - if x < 0 || 126*157 <= x { - log.Fatalf("Big5 code %d is out of range", x) - } - mapping[x] = y - - // The WHATWG spec http://encoding.spec.whatwg.org/#indexes says that - // "The index pointer for code point in index is the first pointer - // corresponding to code point in index", which would normally mean - // that the code below should be guarded by "if reverse[y] == 0", but - // last instead of first seems to match the behavior of - // "iconv -f UTF-8 -t BIG5". For example, U+8005 者 occurs twice in - // http://encoding.spec.whatwg.org/index-big5.txt, as index 2148 - // (encoded as "\x8e\xcd") and index 6543 (encoded as "\xaa\xcc") - // and "echo 者 | iconv -f UTF-8 -t BIG5 | xxd" gives "\xaa\xcc". - c0, c1 := x/157, x%157 - if c1 < 0x3f { - c1 += 0x40 - } else { - c1 += 0x62 - } - reverse[y] = (0x81+c0)<<8 | c1 - } - if err := scanner.Err(); err != nil { - log.Fatalf("scanner error: %v", err) - } - - fmt.Printf("// decode is the decoding table from Big5 code to Unicode.\n") - fmt.Printf("// It is defined at http://encoding.spec.whatwg.org/index-big5.txt\n") - fmt.Printf("var decode = [...]uint32{\n") - for i, v := range mapping { - if v != 0 { - fmt.Printf("\t%d: 0x%08X,\n", i, v) - } - } - fmt.Printf("}\n\n") - - // Any run of at least separation continuous zero entries in the reverse map will - // be a separate encode table. - const separation = 1024 - - intervals := []interval(nil) - low, high := -1, -1 - for i, v := range reverse { - if v == 0 { - continue - } - if low < 0 { - low = i - } else if i-high >= separation { - if high >= 0 { - intervals = append(intervals, interval{low, high}) - } - low = i - } - high = i + 1 - } - if high >= 0 { - intervals = append(intervals, interval{low, high}) - } - sort.Sort(byDecreasingLength(intervals)) - - fmt.Printf("const numEncodeTables = %d\n\n", len(intervals)) - fmt.Printf("// encodeX are the encoding tables from Unicode to Big5 code,\n") - fmt.Printf("// sorted by decreasing length.\n") - for i, v := range intervals { - fmt.Printf("// encode%d: %5d entries for runes in [%6d, %6d).\n", i, v.len(), v.low, v.high) - } - fmt.Printf("\n") - - for i, v := range intervals { - fmt.Printf("const encode%dLow, encode%dHigh = %d, %d\n\n", i, i, v.low, v.high) - fmt.Printf("var encode%d = [...]uint16{\n", i) - for j := v.low; j < v.high; j++ { - x := reverse[j] - if x == 0 { - continue - } - fmt.Printf("\t%d-%d: 0x%04X,\n", j, v.low, x) - } - fmt.Printf("}\n\n") - } -} - -// interval is a half-open interval [low, high). -type interval struct { - low, high int -} - -func (i interval) len() int { return i.high - i.low } - -// byDecreasingLength sorts intervals by decreasing length. -type byDecreasingLength []interval - -func (b byDecreasingLength) Len() int { return len(b) } -func (b byDecreasingLength) Less(i, j int) bool { return b[i].len() > b[j].len() } -func (b byDecreasingLength) Swap(i, j int) { b[i], b[j] = b[j], b[i] } diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/compact/gen.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/compact/gen.go deleted file mode 100644 index 0c36a052f62f..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/compact/gen.go +++ /dev/null @@ -1,64 +0,0 @@ -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// Language tag table generator. -// Data read from the web. - -package main - -import ( - "flag" - "fmt" - "log" - - "golang.org/x/text/internal/gen" - "golang.org/x/text/unicode/cldr" -) - -var ( - test = flag.Bool("test", - false, - "test existing tables; can be used to compare web data with package data.") - outputFile = flag.String("output", - "tables.go", - "output file for generated tables") -) - -func main() { - gen.Init() - - w := gen.NewCodeWriter() - defer w.WriteGoFile("tables.go", "compact") - - fmt.Fprintln(w, `import "golang.org/x/text/internal/language"`) - - b := newBuilder(w) - gen.WriteCLDRVersion(w) - - b.writeCompactIndex() -} - -type builder struct { - w *gen.CodeWriter - data *cldr.CLDR - supp *cldr.SupplementalData -} - -func newBuilder(w *gen.CodeWriter) *builder { - r := gen.OpenCLDRCoreZip() - defer r.Close() - d := &cldr.Decoder{} - data, err := d.DecodeZip(r) - if err != nil { - log.Fatal(err) - } - b := builder{ - w: w, - data: data, - supp: data.Supplemental(), - } - return &b -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/compact/gen_index.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/compact/gen_index.go deleted file mode 100644 index 136cefaf088d..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/compact/gen_index.go +++ /dev/null @@ -1,113 +0,0 @@ -// Copyright 2015 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -package main - -// This file generates derivative tables based on the language package itself. - -import ( - "fmt" - "log" - "sort" - "strings" - - "golang.org/x/text/internal/language" -) - -// Compact indices: -// Note -va-X variants only apply to localization variants. -// BCP variants only ever apply to language. -// The only ambiguity between tags is with regions. - -func (b *builder) writeCompactIndex() { - // Collect all language tags for which we have any data in CLDR. - m := map[language.Tag]bool{} - for _, lang := range b.data.Locales() { - // We include all locales unconditionally to be consistent with en_US. - // We want en_US, even though it has no data associated with it. - - // TODO: put any of the languages for which no data exists at the end - // of the index. This allows all components based on ICU to use that - // as the cutoff point. - // if x := data.RawLDML(lang); false || - // x.LocaleDisplayNames != nil || - // x.Characters != nil || - // x.Delimiters != nil || - // x.Measurement != nil || - // x.Dates != nil || - // x.Numbers != nil || - // x.Units != nil || - // x.ListPatterns != nil || - // x.Collations != nil || - // x.Segmentations != nil || - // x.Rbnf != nil || - // x.Annotations != nil || - // x.Metadata != nil { - - // TODO: support POSIX natively, albeit non-standard. - tag := language.Make(strings.Replace(lang, "_POSIX", "-u-va-posix", 1)) - m[tag] = true - // } - } - - // TODO: plural rules are also defined for the deprecated tags: - // iw mo sh tl - // Consider removing these as compact tags. - - // Include locales for plural rules, which uses a different structure. - for _, plurals := range b.supp.Plurals { - for _, rules := range plurals.PluralRules { - for _, lang := range strings.Split(rules.Locales, " ") { - m[language.Make(lang)] = true - } - } - } - - var coreTags []language.CompactCoreInfo - var special []string - - for t := range m { - if x := t.Extensions(); len(x) != 0 && fmt.Sprint(x) != "[u-va-posix]" { - log.Fatalf("Unexpected extension %v in %v", x, t) - } - if len(t.Variants()) == 0 && len(t.Extensions()) == 0 { - cci, ok := language.GetCompactCore(t) - if !ok { - log.Fatalf("Locale for non-basic language %q", t) - } - coreTags = append(coreTags, cci) - } else { - special = append(special, t.String()) - } - } - - w := b.w - - sort.Slice(coreTags, func(i, j int) bool { return coreTags[i] < coreTags[j] }) - sort.Strings(special) - - w.WriteComment(` - NumCompactTags is the number of common tags. The maximum tag is - NumCompactTags-1.`) - w.WriteConst("NumCompactTags", len(m)) - - fmt.Fprintln(w, "const (") - for i, t := range coreTags { - fmt.Fprintf(w, "%s ID = %d\n", ident(t.Tag().String()), i) - } - for i, t := range special { - fmt.Fprintf(w, "%s ID = %d\n", ident(t), i+len(coreTags)) - } - fmt.Fprintln(w, ")") - - w.WriteVar("coreTags", coreTags) - - w.WriteConst("specialTagsStr", strings.Join(special, " ")) -} - -func ident(s string) string { - return strings.Replace(s, "-", "", -1) + "Index" -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/compact/gen_parents.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/compact/gen_parents.go deleted file mode 100644 index 9543d583239a..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/compact/gen_parents.go +++ /dev/null @@ -1,54 +0,0 @@ -// Copyright 2018 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -package main - -import ( - "log" - - "golang.org/x/text/internal/gen" - "golang.org/x/text/internal/language" - "golang.org/x/text/internal/language/compact" - "golang.org/x/text/unicode/cldr" -) - -func main() { - r := gen.OpenCLDRCoreZip() - defer r.Close() - - d := &cldr.Decoder{} - data, err := d.DecodeZip(r) - if err != nil { - log.Fatalf("DecodeZip: %v", err) - } - - w := gen.NewCodeWriter() - defer w.WriteGoFile("parents.go", "compact") - - // Create parents table. - type ID uint16 - parents := make([]ID, compact.NumCompactTags) - for _, loc := range data.Locales() { - tag := language.MustParse(loc) - index, ok := compact.FromTag(tag) - if !ok { - continue - } - parentIndex := compact.ID(0) // und - for p := tag.Parent(); p != language.Und; p = p.Parent() { - if x, ok := compact.FromTag(p); ok { - parentIndex = x - break - } - } - parents[index] = ID(parentIndex) - } - - w.WriteComment(` - parents maps a compact index of a tag to the compact index of the parent of - this tag.`) - w.WriteVar("parents", parents) -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/gen.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/gen.go deleted file mode 100644 index cdcc7febcb36..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/gen.go +++ /dev/null @@ -1,1520 +0,0 @@ -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// Language tag table generator. -// Data read from the web. - -package main - -import ( - "bufio" - "flag" - "fmt" - "io" - "io/ioutil" - "log" - "math" - "reflect" - "regexp" - "sort" - "strconv" - "strings" - - "golang.org/x/text/internal/gen" - "golang.org/x/text/internal/tag" - "golang.org/x/text/unicode/cldr" -) - -var ( - test = flag.Bool("test", - false, - "test existing tables; can be used to compare web data with package data.") - outputFile = flag.String("output", - "tables.go", - "output file for generated tables") -) - -var comment = []string{ - ` -lang holds an alphabetically sorted list of ISO-639 language identifiers. -All entries are 4 bytes. The index of the identifier (divided by 4) is the language tag. -For 2-byte language identifiers, the two successive bytes have the following meaning: - - if the first letter of the 2- and 3-letter ISO codes are the same: - the second and third letter of the 3-letter ISO code. - - otherwise: a 0 and a by 2 bits right-shifted index into altLangISO3. -For 3-byte language identifiers the 4th byte is 0.`, - ` -langNoIndex is a bit vector of all 3-letter language codes that are not used as an index -in lookup tables. The language ids for these language codes are derived directly -from the letters and are not consecutive.`, - ` -altLangISO3 holds an alphabetically sorted list of 3-letter language code alternatives -to 2-letter language codes that cannot be derived using the method described above. -Each 3-letter code is followed by its 1-byte langID.`, - ` -altLangIndex is used to convert indexes in altLangISO3 to langIDs.`, - ` -AliasMap maps langIDs to their suggested replacements.`, - ` -script is an alphabetically sorted list of ISO 15924 codes. The index -of the script in the string, divided by 4, is the internal scriptID.`, - ` -isoRegionOffset needs to be added to the index of regionISO to obtain the regionID -for 2-letter ISO codes. (The first isoRegionOffset regionIDs are reserved for -the UN.M49 codes used for groups.)`, - ` -regionISO holds a list of alphabetically sorted 2-letter ISO region codes. -Each 2-letter codes is followed by two bytes with the following meaning: - - [A-Z}{2}: the first letter of the 2-letter code plus these two - letters form the 3-letter ISO code. - - 0, n: index into altRegionISO3.`, - ` -regionTypes defines the status of a region for various standards.`, - ` -m49 maps regionIDs to UN.M49 codes. The first isoRegionOffset entries are -codes indicating collections of regions.`, - ` -m49Index gives indexes into fromM49 based on the three most significant bits -of a 10-bit UN.M49 code. To search an UN.M49 code in fromM49, search in - fromM49[m49Index[msb39(code)]:m49Index[msb3(code)+1]] -for an entry where the first 7 bits match the 7 lsb of the UN.M49 code. -The region code is stored in the 9 lsb of the indexed value.`, - ` -fromM49 contains entries to map UN.M49 codes to regions. See m49Index for details.`, - ` -altRegionISO3 holds a list of 3-letter region codes that cannot be -mapped to 2-letter codes using the default algorithm. This is a short list.`, - ` -altRegionIDs holds a list of regionIDs the positions of which match those -of the 3-letter ISO codes in altRegionISO3.`, - ` -variantNumSpecialized is the number of specialized variants in variants.`, - ` -suppressScript is an index from langID to the dominant script for that language, -if it exists. If a script is given, it should be suppressed from the language tag.`, - ` -likelyLang is a lookup table, indexed by langID, for the most likely -scripts and regions given incomplete information. If more entries exist for a -given language, region and script are the index and size respectively -of the list in likelyLangList.`, - ` -likelyLangList holds lists info associated with likelyLang.`, - ` -likelyRegion is a lookup table, indexed by regionID, for the most likely -languages and scripts given incomplete information. If more entries exist -for a given regionID, lang and script are the index and size respectively -of the list in likelyRegionList. -TODO: exclude containers and user-definable regions from the list.`, - ` -likelyRegionList holds lists info associated with likelyRegion.`, - ` -likelyScript is a lookup table, indexed by scriptID, for the most likely -languages and regions given a script.`, - ` -nRegionGroups is the number of region groups.`, - ` -regionInclusion maps region identifiers to sets of regions in regionInclusionBits, -where each set holds all groupings that are directly connected in a region -containment graph.`, - ` -regionInclusionBits is an array of bit vectors where every vector represents -a set of region groupings. These sets are used to compute the distance -between two regions for the purpose of language matching.`, - ` -regionInclusionNext marks, for each entry in regionInclusionBits, the set of -all groups that are reachable from the groups set in the respective entry.`, -} - -// TODO: consider changing some of these structures to tries. This can reduce -// memory, but may increase the need for memory allocations. This could be -// mitigated if we can piggyback on language tags for common cases. - -func failOnError(e error) { - if e != nil { - log.Panic(e) - } -} - -type setType int - -const ( - Indexed setType = 1 + iota // all elements must be of same size - Linear -) - -type stringSet struct { - s []string - sorted, frozen bool - - // We often need to update values after the creation of an index is completed. - // We include a convenience map for keeping track of this. - update map[string]string - typ setType // used for checking. -} - -func (ss *stringSet) clone() stringSet { - c := *ss - c.s = append([]string(nil), c.s...) - return c -} - -func (ss *stringSet) setType(t setType) { - if ss.typ != t && ss.typ != 0 { - log.Panicf("type %d cannot be assigned as it was already %d", t, ss.typ) - } -} - -// parse parses a whitespace-separated string and initializes ss with its -// components. -func (ss *stringSet) parse(s string) { - scan := bufio.NewScanner(strings.NewReader(s)) - scan.Split(bufio.ScanWords) - for scan.Scan() { - ss.add(scan.Text()) - } -} - -func (ss *stringSet) assertChangeable() { - if ss.frozen { - log.Panic("attempt to modify a frozen stringSet") - } -} - -func (ss *stringSet) add(s string) { - ss.assertChangeable() - ss.s = append(ss.s, s) - ss.sorted = ss.frozen -} - -func (ss *stringSet) freeze() { - ss.compact() - ss.frozen = true -} - -func (ss *stringSet) compact() { - if ss.sorted { - return - } - a := ss.s - sort.Strings(a) - k := 0 - for i := 1; i < len(a); i++ { - if a[k] != a[i] { - a[k+1] = a[i] - k++ - } - } - ss.s = a[:k+1] - ss.sorted = ss.frozen -} - -type funcSorter struct { - fn func(a, b string) bool - sort.StringSlice -} - -func (s funcSorter) Less(i, j int) bool { - return s.fn(s.StringSlice[i], s.StringSlice[j]) -} - -func (ss *stringSet) sortFunc(f func(a, b string) bool) { - ss.compact() - sort.Sort(funcSorter{f, sort.StringSlice(ss.s)}) -} - -func (ss *stringSet) remove(s string) { - ss.assertChangeable() - if i, ok := ss.find(s); ok { - copy(ss.s[i:], ss.s[i+1:]) - ss.s = ss.s[:len(ss.s)-1] - } -} - -func (ss *stringSet) replace(ol, nu string) { - ss.s[ss.index(ol)] = nu - ss.sorted = ss.frozen -} - -func (ss *stringSet) index(s string) int { - ss.setType(Indexed) - i, ok := ss.find(s) - if !ok { - if i < len(ss.s) { - log.Panicf("find: item %q is not in list. Closest match is %q.", s, ss.s[i]) - } - log.Panicf("find: item %q is not in list", s) - - } - return i -} - -func (ss *stringSet) find(s string) (int, bool) { - ss.compact() - i := sort.SearchStrings(ss.s, s) - return i, i != len(ss.s) && ss.s[i] == s -} - -func (ss *stringSet) slice() []string { - ss.compact() - return ss.s -} - -func (ss *stringSet) updateLater(v, key string) { - if ss.update == nil { - ss.update = map[string]string{} - } - ss.update[v] = key -} - -// join joins the string and ensures that all entries are of the same length. -func (ss *stringSet) join() string { - ss.setType(Indexed) - n := len(ss.s[0]) - for _, s := range ss.s { - if len(s) != n { - log.Panicf("join: not all entries are of the same length: %q", s) - } - } - ss.s = append(ss.s, strings.Repeat("\xff", n)) - return strings.Join(ss.s, "") -} - -// ianaEntry holds information for an entry in the IANA Language Subtag Repository. -// All types use the same entry. -// See http://tools.ietf.org/html/bcp47#section-5.1 for a description of the various -// fields. -type ianaEntry struct { - typ string - description []string - scope string - added string - preferred string - deprecated string - suppressScript string - macro string - prefix []string -} - -type builder struct { - w *gen.CodeWriter - hw io.Writer // MultiWriter for w and w.Hash - data *cldr.CLDR - supp *cldr.SupplementalData - - // indices - locale stringSet // common locales - lang stringSet // canonical language ids (2 or 3 letter ISO codes) with data - langNoIndex stringSet // 3-letter ISO codes with no associated data - script stringSet // 4-letter ISO codes - region stringSet // 2-letter ISO or 3-digit UN M49 codes - variant stringSet // 4-8-alphanumeric variant code. - - // Region codes that are groups with their corresponding group IDs. - groups map[int]index - - // langInfo - registry map[string]*ianaEntry -} - -type index uint - -func newBuilder(w *gen.CodeWriter) *builder { - r := gen.OpenCLDRCoreZip() - defer r.Close() - d := &cldr.Decoder{} - data, err := d.DecodeZip(r) - failOnError(err) - b := builder{ - w: w, - hw: io.MultiWriter(w, w.Hash), - data: data, - supp: data.Supplemental(), - } - b.parseRegistry() - return &b -} - -func (b *builder) parseRegistry() { - r := gen.OpenIANAFile("assignments/language-subtag-registry") - defer r.Close() - b.registry = make(map[string]*ianaEntry) - - scan := bufio.NewScanner(r) - scan.Split(bufio.ScanWords) - var record *ianaEntry - for more := scan.Scan(); more; { - key := scan.Text() - more = scan.Scan() - value := scan.Text() - switch key { - case "Type:": - record = &ianaEntry{typ: value} - case "Subtag:", "Tag:": - if s := strings.SplitN(value, "..", 2); len(s) > 1 { - for a := s[0]; a <= s[1]; a = inc(a) { - b.addToRegistry(a, record) - } - } else { - b.addToRegistry(value, record) - } - case "Suppress-Script:": - record.suppressScript = value - case "Added:": - record.added = value - case "Deprecated:": - record.deprecated = value - case "Macrolanguage:": - record.macro = value - case "Preferred-Value:": - record.preferred = value - case "Prefix:": - record.prefix = append(record.prefix, value) - case "Scope:": - record.scope = value - case "Description:": - buf := []byte(value) - for more = scan.Scan(); more; more = scan.Scan() { - b := scan.Bytes() - if b[0] == '%' || b[len(b)-1] == ':' { - break - } - buf = append(buf, ' ') - buf = append(buf, b...) - } - record.description = append(record.description, string(buf)) - continue - default: - continue - } - more = scan.Scan() - } - if scan.Err() != nil { - log.Panic(scan.Err()) - } -} - -func (b *builder) addToRegistry(key string, entry *ianaEntry) { - if info, ok := b.registry[key]; ok { - if info.typ != "language" || entry.typ != "extlang" { - log.Fatalf("parseRegistry: tag %q already exists", key) - } - } else { - b.registry[key] = entry - } -} - -var commentIndex = make(map[string]string) - -func init() { - for _, s := range comment { - key := strings.TrimSpace(strings.SplitN(s, " ", 2)[0]) - commentIndex[key] = s - } -} - -func (b *builder) comment(name string) { - if s := commentIndex[name]; len(s) > 0 { - b.w.WriteComment(s) - } else { - fmt.Fprintln(b.w) - } -} - -func (b *builder) pf(f string, x ...interface{}) { - fmt.Fprintf(b.hw, f, x...) - fmt.Fprint(b.hw, "\n") -} - -func (b *builder) p(x ...interface{}) { - fmt.Fprintln(b.hw, x...) -} - -func (b *builder) addSize(s int) { - b.w.Size += s - b.pf("// Size: %d bytes", s) -} - -func (b *builder) writeConst(name string, x interface{}) { - b.comment(name) - b.w.WriteConst(name, x) -} - -// writeConsts computes f(v) for all v in values and writes the results -// as constants named _v to a single constant block. -func (b *builder) writeConsts(f func(string) int, values ...string) { - b.pf("const (") - for _, v := range values { - b.pf("\t_%s = %v", v, f(v)) - } - b.pf(")") -} - -// writeType writes the type of the given value, which must be a struct. -func (b *builder) writeType(value interface{}) { - b.comment(reflect.TypeOf(value).Name()) - b.w.WriteType(value) -} - -func (b *builder) writeSlice(name string, ss interface{}) { - b.writeSliceAddSize(name, 0, ss) -} - -func (b *builder) writeSliceAddSize(name string, extraSize int, ss interface{}) { - b.comment(name) - b.w.Size += extraSize - v := reflect.ValueOf(ss) - t := v.Type().Elem() - b.pf("// Size: %d bytes, %d elements", v.Len()*int(t.Size())+extraSize, v.Len()) - - fmt.Fprintf(b.w, "var %s = ", name) - b.w.WriteArray(ss) - b.p() -} - -type FromTo struct { - From, To uint16 -} - -func (b *builder) writeSortedMap(name string, ss *stringSet, index func(s string) uint16) { - ss.sortFunc(func(a, b string) bool { - return index(a) < index(b) - }) - m := []FromTo{} - for _, s := range ss.s { - m = append(m, FromTo{index(s), index(ss.update[s])}) - } - b.writeSlice(name, m) -} - -const base = 'z' - 'a' + 1 - -func strToInt(s string) uint { - v := uint(0) - for i := 0; i < len(s); i++ { - v *= base - v += uint(s[i] - 'a') - } - return v -} - -// converts the given integer to the original ASCII string passed to strToInt. -// len(s) must match the number of characters obtained. -func intToStr(v uint, s []byte) { - for i := len(s) - 1; i >= 0; i-- { - s[i] = byte(v%base) + 'a' - v /= base - } -} - -func (b *builder) writeBitVector(name string, ss []string) { - vec := make([]uint8, int(math.Ceil(math.Pow(base, float64(len(ss[0])))/8))) - for _, s := range ss { - v := strToInt(s) - vec[v/8] |= 1 << (v % 8) - } - b.writeSlice(name, vec) -} - -// TODO: convert this type into a list or two-stage trie. -func (b *builder) writeMapFunc(name string, m map[string]string, f func(string) uint16) { - b.comment(name) - v := reflect.ValueOf(m) - sz := v.Len() * (2 + int(v.Type().Key().Size())) - for _, k := range m { - sz += len(k) - } - b.addSize(sz) - keys := []string{} - b.pf(`var %s = map[string]uint16{`, name) - for k := range m { - keys = append(keys, k) - } - sort.Strings(keys) - for _, k := range keys { - b.pf("\t%q: %v,", k, f(m[k])) - } - b.p("}") -} - -func (b *builder) writeMap(name string, m interface{}) { - b.comment(name) - v := reflect.ValueOf(m) - sz := v.Len() * (2 + int(v.Type().Key().Size()) + int(v.Type().Elem().Size())) - b.addSize(sz) - f := strings.FieldsFunc(fmt.Sprintf("%#v", m), func(r rune) bool { - return strings.IndexRune("{}, ", r) != -1 - }) - sort.Strings(f[1:]) - b.pf(`var %s = %s{`, name, f[0]) - for _, kv := range f[1:] { - b.pf("\t%s,", kv) - } - b.p("}") -} - -func (b *builder) langIndex(s string) uint16 { - if s == "und" { - return 0 - } - if i, ok := b.lang.find(s); ok { - return uint16(i) - } - return uint16(strToInt(s)) + uint16(len(b.lang.s)) -} - -// inc advances the string to its lexicographical successor. -func inc(s string) string { - const maxTagLength = 4 - var buf [maxTagLength]byte - intToStr(strToInt(strings.ToLower(s))+1, buf[:len(s)]) - for i := 0; i < len(s); i++ { - if s[i] <= 'Z' { - buf[i] -= 'a' - 'A' - } - } - return string(buf[:len(s)]) -} - -func (b *builder) parseIndices() { - meta := b.supp.Metadata - - for k, v := range b.registry { - var ss *stringSet - switch v.typ { - case "language": - if len(k) == 2 || v.suppressScript != "" || v.scope == "special" { - b.lang.add(k) - continue - } else { - ss = &b.langNoIndex - } - case "region": - ss = &b.region - case "script": - ss = &b.script - case "variant": - ss = &b.variant - default: - continue - } - ss.add(k) - } - // Include any language for which there is data. - for _, lang := range b.data.Locales() { - if x := b.data.RawLDML(lang); false || - x.LocaleDisplayNames != nil || - x.Characters != nil || - x.Delimiters != nil || - x.Measurement != nil || - x.Dates != nil || - x.Numbers != nil || - x.Units != nil || - x.ListPatterns != nil || - x.Collations != nil || - x.Segmentations != nil || - x.Rbnf != nil || - x.Annotations != nil || - x.Metadata != nil { - - from := strings.Split(lang, "_") - if lang := from[0]; lang != "root" { - b.lang.add(lang) - } - } - } - // Include locales for plural rules, which uses a different structure. - for _, plurals := range b.data.Supplemental().Plurals { - for _, rules := range plurals.PluralRules { - for _, lang := range strings.Split(rules.Locales, " ") { - if lang = strings.Split(lang, "_")[0]; lang != "root" { - b.lang.add(lang) - } - } - } - } - // Include languages in likely subtags. - for _, m := range b.supp.LikelySubtags.LikelySubtag { - from := strings.Split(m.From, "_") - b.lang.add(from[0]) - } - // Include ISO-639 alpha-3 bibliographic entries. - for _, a := range meta.Alias.LanguageAlias { - if a.Reason == "bibliographic" { - b.langNoIndex.add(a.Type) - } - } - // Include regions in territoryAlias (not all are in the IANA registry!) - for _, reg := range b.supp.Metadata.Alias.TerritoryAlias { - if len(reg.Type) == 2 { - b.region.add(reg.Type) - } - } - - for _, s := range b.lang.s { - if len(s) == 3 { - b.langNoIndex.remove(s) - } - } - b.writeConst("NumLanguages", len(b.lang.slice())+len(b.langNoIndex.slice())) - b.writeConst("NumScripts", len(b.script.slice())) - b.writeConst("NumRegions", len(b.region.slice())) - - // Add dummy codes at the start of each list to represent "unspecified". - b.lang.add("---") - b.script.add("----") - b.region.add("---") - - // common locales - b.locale.parse(meta.DefaultContent.Locales) -} - -// TODO: region inclusion data will probably not be use used in future matchers. - -func (b *builder) computeRegionGroups() { - b.groups = make(map[int]index) - - // Create group indices. - for i := 1; b.region.s[i][0] < 'A'; i++ { // Base M49 indices on regionID. - b.groups[i] = index(len(b.groups)) - } - for _, g := range b.supp.TerritoryContainment.Group { - // Skip UN and EURO zone as they are flattening the containment - // relationship. - if g.Type == "EZ" || g.Type == "UN" { - continue - } - group := b.region.index(g.Type) - if _, ok := b.groups[group]; !ok { - b.groups[group] = index(len(b.groups)) - } - } - if len(b.groups) > 64 { - log.Fatalf("only 64 groups supported, found %d", len(b.groups)) - } - b.writeConst("nRegionGroups", len(b.groups)) -} - -var langConsts = []string{ - "af", "am", "ar", "az", "bg", "bn", "ca", "cs", "da", "de", "el", "en", "es", - "et", "fa", "fi", "fil", "fr", "gu", "he", "hi", "hr", "hu", "hy", "id", "is", - "it", "ja", "ka", "kk", "km", "kn", "ko", "ky", "lo", "lt", "lv", "mk", "ml", - "mn", "mo", "mr", "ms", "mul", "my", "nb", "ne", "nl", "no", "pa", "pl", "pt", - "ro", "ru", "sh", "si", "sk", "sl", "sq", "sr", "sv", "sw", "ta", "te", "th", - "tl", "tn", "tr", "uk", "ur", "uz", "vi", "zh", "zu", - - // constants for grandfathered tags (if not already defined) - "jbo", "ami", "bnn", "hak", "tlh", "lb", "nv", "pwn", "tao", "tay", "tsu", - "nn", "sfb", "vgt", "sgg", "cmn", "nan", "hsn", -} - -// writeLanguage generates all tables needed for language canonicalization. -func (b *builder) writeLanguage() { - meta := b.supp.Metadata - - b.writeConst("nonCanonicalUnd", b.lang.index("und")) - b.writeConsts(func(s string) int { return int(b.langIndex(s)) }, langConsts...) - b.writeConst("langPrivateStart", b.langIndex("qaa")) - b.writeConst("langPrivateEnd", b.langIndex("qtz")) - - // Get language codes that need to be mapped (overlong 3-letter codes, - // deprecated 2-letter codes, legacy and grandfathered tags.) - langAliasMap := stringSet{} - aliasTypeMap := map[string]AliasType{} - - // altLangISO3 get the alternative ISO3 names that need to be mapped. - altLangISO3 := stringSet{} - // Add dummy start to avoid the use of index 0. - altLangISO3.add("---") - altLangISO3.updateLater("---", "aa") - - lang := b.lang.clone() - for _, a := range meta.Alias.LanguageAlias { - if a.Replacement == "" { - a.Replacement = "und" - } - // TODO: support mapping to tags - repl := strings.SplitN(a.Replacement, "_", 2)[0] - if a.Reason == "overlong" { - if len(a.Replacement) == 2 && len(a.Type) == 3 { - lang.updateLater(a.Replacement, a.Type) - } - } else if len(a.Type) <= 3 { - switch a.Reason { - case "macrolanguage": - aliasTypeMap[a.Type] = Macro - case "deprecated": - // handled elsewhere - continue - case "bibliographic", "legacy": - if a.Type == "no" { - continue - } - aliasTypeMap[a.Type] = Legacy - default: - log.Fatalf("new %s alias: %s", a.Reason, a.Type) - } - langAliasMap.add(a.Type) - langAliasMap.updateLater(a.Type, repl) - } - } - // Manually add the mapping of "nb" (Norwegian) to its macro language. - // This can be removed if CLDR adopts this change. - langAliasMap.add("nb") - langAliasMap.updateLater("nb", "no") - aliasTypeMap["nb"] = Macro - - for k, v := range b.registry { - // Also add deprecated values for 3-letter ISO codes, which CLDR omits. - if v.typ == "language" && v.deprecated != "" && v.preferred != "" { - langAliasMap.add(k) - langAliasMap.updateLater(k, v.preferred) - aliasTypeMap[k] = Deprecated - } - } - // Fix CLDR mappings. - lang.updateLater("tl", "tgl") - lang.updateLater("sh", "hbs") - lang.updateLater("mo", "mol") - lang.updateLater("no", "nor") - lang.updateLater("tw", "twi") - lang.updateLater("nb", "nob") - lang.updateLater("ak", "aka") - lang.updateLater("bh", "bih") - - // Ensure that each 2-letter code is matched with a 3-letter code. - for _, v := range lang.s[1:] { - s, ok := lang.update[v] - if !ok { - if s, ok = lang.update[langAliasMap.update[v]]; !ok { - continue - } - lang.update[v] = s - } - if v[0] != s[0] { - altLangISO3.add(s) - altLangISO3.updateLater(s, v) - } - } - - // Complete canonicalized language tags. - lang.freeze() - for i, v := range lang.s { - // We can avoid these manual entries by using the IANA registry directly. - // Seems easier to update the list manually, as changes are rare. - // The panic in this loop will trigger if we miss an entry. - add := "" - if s, ok := lang.update[v]; ok { - if s[0] == v[0] { - add = s[1:] - } else { - add = string([]byte{0, byte(altLangISO3.index(s))}) - } - } else if len(v) == 3 { - add = "\x00" - } else { - log.Panicf("no data for long form of %q", v) - } - lang.s[i] += add - } - b.writeConst("lang", tag.Index(lang.join())) - - b.writeConst("langNoIndexOffset", len(b.lang.s)) - - // space of all valid 3-letter language identifiers. - b.writeBitVector("langNoIndex", b.langNoIndex.slice()) - - altLangIndex := []uint16{} - for i, s := range altLangISO3.slice() { - altLangISO3.s[i] += string([]byte{byte(len(altLangIndex))}) - if i > 0 { - idx := b.lang.index(altLangISO3.update[s]) - altLangIndex = append(altLangIndex, uint16(idx)) - } - } - b.writeConst("altLangISO3", tag.Index(altLangISO3.join())) - b.writeSlice("altLangIndex", altLangIndex) - - b.writeSortedMap("AliasMap", &langAliasMap, b.langIndex) - types := make([]AliasType, len(langAliasMap.s)) - for i, s := range langAliasMap.s { - types[i] = aliasTypeMap[s] - } - b.writeSlice("AliasTypes", types) -} - -var scriptConsts = []string{ - "Latn", "Hani", "Hans", "Hant", "Qaaa", "Qaai", "Qabx", "Zinh", "Zyyy", - "Zzzz", -} - -func (b *builder) writeScript() { - b.writeConsts(b.script.index, scriptConsts...) - b.writeConst("script", tag.Index(b.script.join())) - - supp := make([]uint8, len(b.lang.slice())) - for i, v := range b.lang.slice()[1:] { - if sc := b.registry[v].suppressScript; sc != "" { - supp[i+1] = uint8(b.script.index(sc)) - } - } - b.writeSlice("suppressScript", supp) - - // There is only one deprecated script in CLDR. This value is hard-coded. - // We check here if the code must be updated. - for _, a := range b.supp.Metadata.Alias.ScriptAlias { - if a.Type != "Qaai" { - log.Panicf("unexpected deprecated stript %q", a.Type) - } - } -} - -func parseM49(s string) int16 { - if len(s) == 0 { - return 0 - } - v, err := strconv.ParseUint(s, 10, 10) - failOnError(err) - return int16(v) -} - -var regionConsts = []string{ - "001", "419", "BR", "CA", "ES", "GB", "MD", "PT", "UK", "US", - "ZZ", "XA", "XC", "XK", // Unofficial tag for Kosovo. -} - -func (b *builder) writeRegion() { - b.writeConsts(b.region.index, regionConsts...) - - isoOffset := b.region.index("AA") - m49map := make([]int16, len(b.region.slice())) - fromM49map := make(map[int16]int) - altRegionISO3 := "" - altRegionIDs := []uint16{} - - b.writeConst("isoRegionOffset", isoOffset) - - // 2-letter region lookup and mapping to numeric codes. - regionISO := b.region.clone() - regionISO.s = regionISO.s[isoOffset:] - regionISO.sorted = false - - regionTypes := make([]byte, len(b.region.s)) - - // Is the region valid BCP 47? - for s, e := range b.registry { - if len(s) == 2 && s == strings.ToUpper(s) { - i := b.region.index(s) - for _, d := range e.description { - if strings.Contains(d, "Private use") { - regionTypes[i] = iso3166UserAssigned - } - } - regionTypes[i] |= bcp47Region - } - } - - // Is the region a valid ccTLD? - r := gen.OpenIANAFile("domains/root/db") - defer r.Close() - - buf, err := ioutil.ReadAll(r) - failOnError(err) - re := regexp.MustCompile(`"/domains/root/db/([a-z]{2}).html"`) - for _, m := range re.FindAllSubmatch(buf, -1) { - i := b.region.index(strings.ToUpper(string(m[1]))) - regionTypes[i] |= ccTLD - } - - b.writeSlice("regionTypes", regionTypes) - - iso3Set := make(map[string]int) - update := func(iso2, iso3 string) { - i := regionISO.index(iso2) - if j, ok := iso3Set[iso3]; !ok && iso3[0] == iso2[0] { - regionISO.s[i] += iso3[1:] - iso3Set[iso3] = -1 - } else { - if ok && j >= 0 { - regionISO.s[i] += string([]byte{0, byte(j)}) - } else { - iso3Set[iso3] = len(altRegionISO3) - regionISO.s[i] += string([]byte{0, byte(len(altRegionISO3))}) - altRegionISO3 += iso3 - altRegionIDs = append(altRegionIDs, uint16(isoOffset+i)) - } - } - } - for _, tc := range b.supp.CodeMappings.TerritoryCodes { - i := regionISO.index(tc.Type) + isoOffset - if d := m49map[i]; d != 0 { - log.Panicf("%s found as a duplicate UN.M49 code of %03d", tc.Numeric, d) - } - m49 := parseM49(tc.Numeric) - m49map[i] = m49 - if r := fromM49map[m49]; r == 0 { - fromM49map[m49] = i - } else if r != i { - dep := b.registry[regionISO.s[r-isoOffset]].deprecated - if t := b.registry[tc.Type]; t != nil && dep != "" && (t.deprecated == "" || t.deprecated > dep) { - fromM49map[m49] = i - } - } - } - for _, ta := range b.supp.Metadata.Alias.TerritoryAlias { - if len(ta.Type) == 3 && ta.Type[0] <= '9' && len(ta.Replacement) == 2 { - from := parseM49(ta.Type) - if r := fromM49map[from]; r == 0 { - fromM49map[from] = regionISO.index(ta.Replacement) + isoOffset - } - } - } - for _, tc := range b.supp.CodeMappings.TerritoryCodes { - if len(tc.Alpha3) == 3 { - update(tc.Type, tc.Alpha3) - } - } - // This entries are not included in territoryCodes. Mostly 3-letter variants - // of deleted codes and an entry for QU. - for _, m := range []struct{ iso2, iso3 string }{ - {"CT", "CTE"}, - {"DY", "DHY"}, - {"HV", "HVO"}, - {"JT", "JTN"}, - {"MI", "MID"}, - {"NH", "NHB"}, - {"NQ", "ATN"}, - {"PC", "PCI"}, - {"PU", "PUS"}, - {"PZ", "PCZ"}, - {"RH", "RHO"}, - {"VD", "VDR"}, - {"WK", "WAK"}, - // These three-letter codes are used for others as well. - {"FQ", "ATF"}, - } { - update(m.iso2, m.iso3) - } - for i, s := range regionISO.s { - if len(s) != 4 { - regionISO.s[i] = s + " " - } - } - b.writeConst("regionISO", tag.Index(regionISO.join())) - b.writeConst("altRegionISO3", altRegionISO3) - b.writeSlice("altRegionIDs", altRegionIDs) - - // Create list of deprecated regions. - // TODO: consider inserting SF -> FI. Not included by CLDR, but is the only - // Transitionally-reserved mapping not included. - regionOldMap := stringSet{} - // Include regions in territoryAlias (not all are in the IANA registry!) - for _, reg := range b.supp.Metadata.Alias.TerritoryAlias { - if len(reg.Type) == 2 && reg.Reason == "deprecated" && len(reg.Replacement) == 2 { - regionOldMap.add(reg.Type) - regionOldMap.updateLater(reg.Type, reg.Replacement) - i, _ := regionISO.find(reg.Type) - j, _ := regionISO.find(reg.Replacement) - if k := m49map[i+isoOffset]; k == 0 { - m49map[i+isoOffset] = m49map[j+isoOffset] - } - } - } - b.writeSortedMap("regionOldMap", ®ionOldMap, func(s string) uint16 { - return uint16(b.region.index(s)) - }) - // 3-digit region lookup, groupings. - for i := 1; i < isoOffset; i++ { - m := parseM49(b.region.s[i]) - m49map[i] = m - fromM49map[m] = i - } - b.writeSlice("m49", m49map) - - const ( - searchBits = 7 - regionBits = 9 - ) - if len(m49map) >= 1<<regionBits { - log.Fatalf("Maximum number of regions exceeded: %d > %d", len(m49map), 1<<regionBits) - } - m49Index := [9]int16{} - fromM49 := []uint16{} - m49 := []int{} - for k, _ := range fromM49map { - m49 = append(m49, int(k)) - } - sort.Ints(m49) - for _, k := range m49[1:] { - val := (k & (1<<searchBits - 1)) << regionBits - fromM49 = append(fromM49, uint16(val|fromM49map[int16(k)])) - m49Index[1:][k>>searchBits] = int16(len(fromM49)) - } - b.writeSlice("m49Index", m49Index) - b.writeSlice("fromM49", fromM49) -} - -const ( - // TODO: put these lists in regionTypes as user data? Could be used for - // various optimizations and refinements and could be exposed in the API. - iso3166Except = "AC CP DG EA EU FX IC SU TA UK" - iso3166Trans = "AN BU CS NT TP YU ZR" // SF is not in our set of Regions. - // DY and RH are actually not deleted, but indeterminately reserved. - iso3166DelCLDR = "CT DD DY FQ HV JT MI NH NQ PC PU PZ RH VD WK YD" -) - -const ( - iso3166UserAssigned = 1 << iota - ccTLD - bcp47Region -) - -func find(list []string, s string) int { - for i, t := range list { - if t == s { - return i - } - } - return -1 -} - -// writeVariants generates per-variant information and creates a map from variant -// name to index value. We assign index values such that sorting multiple -// variants by index value will result in the correct order. -// There are two types of variants: specialized and general. Specialized variants -// are only applicable to certain language or language-script pairs. Generalized -// variants apply to any language. Generalized variants always sort after -// specialized variants. We will therefore always assign a higher index value -// to a generalized variant than any other variant. Generalized variants are -// sorted alphabetically among themselves. -// Specialized variants may also sort after other specialized variants. Such -// variants will be ordered after any of the variants they may follow. -// We assume that if a variant x is followed by a variant y, then for any prefix -// p of x, p-x is a prefix of y. This allows us to order tags based on the -// maximum of the length of any of its prefixes. -// TODO: it is possible to define a set of Prefix values on variants such that -// a total order cannot be defined to the point that this algorithm breaks. -// In other words, we cannot guarantee the same order of variants for the -// future using the same algorithm or for non-compliant combinations of -// variants. For this reason, consider using simple alphabetic sorting -// of variants and ignore Prefix restrictions altogether. -func (b *builder) writeVariant() { - generalized := stringSet{} - specialized := stringSet{} - specializedExtend := stringSet{} - // Collate the variants by type and check assumptions. - for _, v := range b.variant.slice() { - e := b.registry[v] - if len(e.prefix) == 0 { - generalized.add(v) - continue - } - c := strings.Split(e.prefix[0], "-") - hasScriptOrRegion := false - if len(c) > 1 { - _, hasScriptOrRegion = b.script.find(c[1]) - if !hasScriptOrRegion { - _, hasScriptOrRegion = b.region.find(c[1]) - - } - } - if len(c) == 1 || len(c) == 2 && hasScriptOrRegion { - // Variant is preceded by a language. - specialized.add(v) - continue - } - // Variant is preceded by another variant. - specializedExtend.add(v) - prefix := c[0] + "-" - if hasScriptOrRegion { - prefix += c[1] - } - for _, p := range e.prefix { - // Verify that the prefix minus the last element is a prefix of the - // predecessor element. - i := strings.LastIndex(p, "-") - pred := b.registry[p[i+1:]] - if find(pred.prefix, p[:i]) < 0 { - log.Fatalf("prefix %q for variant %q not consistent with predecessor spec", p, v) - } - // The sorting used below does not work in the general case. It works - // if we assume that variants that may be followed by others only have - // prefixes of the same length. Verify this. - count := strings.Count(p[:i], "-") - for _, q := range pred.prefix { - if c := strings.Count(q, "-"); c != count { - log.Fatalf("variant %q preceding %q has a prefix %q of size %d; want %d", p[i+1:], v, q, c, count) - } - } - if !strings.HasPrefix(p, prefix) { - log.Fatalf("prefix %q of variant %q should start with %q", p, v, prefix) - } - } - } - - // Sort extended variants. - a := specializedExtend.s - less := func(v, w string) bool { - // Sort by the maximum number of elements. - maxCount := func(s string) (max int) { - for _, p := range b.registry[s].prefix { - if c := strings.Count(p, "-"); c > max { - max = c - } - } - return - } - if cv, cw := maxCount(v), maxCount(w); cv != cw { - return cv < cw - } - // Sort by name as tie breaker. - return v < w - } - sort.Sort(funcSorter{less, sort.StringSlice(a)}) - specializedExtend.frozen = true - - // Create index from variant name to index. - variantIndex := make(map[string]uint8) - add := func(s []string) { - for _, v := range s { - variantIndex[v] = uint8(len(variantIndex)) - } - } - add(specialized.slice()) - add(specializedExtend.s) - numSpecialized := len(variantIndex) - add(generalized.slice()) - if n := len(variantIndex); n > 255 { - log.Fatalf("maximum number of variants exceeded: was %d; want <= 255", n) - } - b.writeMap("variantIndex", variantIndex) - b.writeConst("variantNumSpecialized", numSpecialized) -} - -func (b *builder) writeLanguageInfo() { -} - -// writeLikelyData writes tables that are used both for finding parent relations and for -// language matching. Each entry contains additional bits to indicate the status of the -// data to know when it cannot be used for parent relations. -func (b *builder) writeLikelyData() { - const ( - isList = 1 << iota - scriptInFrom - regionInFrom - ) - type ( // generated types - likelyScriptRegion struct { - region uint16 - script uint8 - flags uint8 - } - likelyLangScript struct { - lang uint16 - script uint8 - flags uint8 - } - likelyLangRegion struct { - lang uint16 - region uint16 - } - // likelyTag is used for getting likely tags for group regions, where - // the likely region might be a region contained in the group. - likelyTag struct { - lang uint16 - region uint16 - script uint8 - } - ) - var ( // generated variables - likelyRegionGroup = make([]likelyTag, len(b.groups)) - likelyLang = make([]likelyScriptRegion, len(b.lang.s)) - likelyRegion = make([]likelyLangScript, len(b.region.s)) - likelyScript = make([]likelyLangRegion, len(b.script.s)) - likelyLangList = []likelyScriptRegion{} - likelyRegionList = []likelyLangScript{} - ) - type fromTo struct { - from, to []string - } - langToOther := map[int][]fromTo{} - regionToOther := map[int][]fromTo{} - for _, m := range b.supp.LikelySubtags.LikelySubtag { - from := strings.Split(m.From, "_") - to := strings.Split(m.To, "_") - if len(to) != 3 { - log.Fatalf("invalid number of subtags in %q: found %d, want 3", m.To, len(to)) - } - if len(from) > 3 { - log.Fatalf("invalid number of subtags: found %d, want 1-3", len(from)) - } - if from[0] != to[0] && from[0] != "und" { - log.Fatalf("unexpected language change in expansion: %s -> %s", from, to) - } - if len(from) == 3 { - if from[2] != to[2] { - log.Fatalf("unexpected region change in expansion: %s -> %s", from, to) - } - if from[0] != "und" { - log.Fatalf("unexpected fully specified from tag: %s -> %s", from, to) - } - } - if len(from) == 1 || from[0] != "und" { - id := 0 - if from[0] != "und" { - id = b.lang.index(from[0]) - } - langToOther[id] = append(langToOther[id], fromTo{from, to}) - } else if len(from) == 2 && len(from[1]) == 4 { - sid := b.script.index(from[1]) - likelyScript[sid].lang = uint16(b.langIndex(to[0])) - likelyScript[sid].region = uint16(b.region.index(to[2])) - } else { - r := b.region.index(from[len(from)-1]) - if id, ok := b.groups[r]; ok { - if from[0] != "und" { - log.Fatalf("region changed unexpectedly: %s -> %s", from, to) - } - likelyRegionGroup[id].lang = uint16(b.langIndex(to[0])) - likelyRegionGroup[id].script = uint8(b.script.index(to[1])) - likelyRegionGroup[id].region = uint16(b.region.index(to[2])) - } else { - regionToOther[r] = append(regionToOther[r], fromTo{from, to}) - } - } - } - b.writeType(likelyLangRegion{}) - b.writeSlice("likelyScript", likelyScript) - - for id := range b.lang.s { - list := langToOther[id] - if len(list) == 1 { - likelyLang[id].region = uint16(b.region.index(list[0].to[2])) - likelyLang[id].script = uint8(b.script.index(list[0].to[1])) - } else if len(list) > 1 { - likelyLang[id].flags = isList - likelyLang[id].region = uint16(len(likelyLangList)) - likelyLang[id].script = uint8(len(list)) - for _, x := range list { - flags := uint8(0) - if len(x.from) > 1 { - if x.from[1] == x.to[2] { - flags = regionInFrom - } else { - flags = scriptInFrom - } - } - likelyLangList = append(likelyLangList, likelyScriptRegion{ - region: uint16(b.region.index(x.to[2])), - script: uint8(b.script.index(x.to[1])), - flags: flags, - }) - } - } - } - // TODO: merge suppressScript data with this table. - b.writeType(likelyScriptRegion{}) - b.writeSlice("likelyLang", likelyLang) - b.writeSlice("likelyLangList", likelyLangList) - - for id := range b.region.s { - list := regionToOther[id] - if len(list) == 1 { - likelyRegion[id].lang = uint16(b.langIndex(list[0].to[0])) - likelyRegion[id].script = uint8(b.script.index(list[0].to[1])) - if len(list[0].from) > 2 { - likelyRegion[id].flags = scriptInFrom - } - } else if len(list) > 1 { - likelyRegion[id].flags = isList - likelyRegion[id].lang = uint16(len(likelyRegionList)) - likelyRegion[id].script = uint8(len(list)) - for i, x := range list { - if len(x.from) == 2 && i != 0 || i > 0 && len(x.from) != 3 { - log.Fatalf("unspecified script must be first in list: %v at %d", x.from, i) - } - x := likelyLangScript{ - lang: uint16(b.langIndex(x.to[0])), - script: uint8(b.script.index(x.to[1])), - } - if len(list[0].from) > 2 { - x.flags = scriptInFrom - } - likelyRegionList = append(likelyRegionList, x) - } - } - } - b.writeType(likelyLangScript{}) - b.writeSlice("likelyRegion", likelyRegion) - b.writeSlice("likelyRegionList", likelyRegionList) - - b.writeType(likelyTag{}) - b.writeSlice("likelyRegionGroup", likelyRegionGroup) -} - -func (b *builder) writeRegionInclusionData() { - var ( - // mm holds for each group the set of groups with a distance of 1. - mm = make(map[int][]index) - - // containment holds for each group the transitive closure of - // containment of other groups. - containment = make(map[index][]index) - ) - for _, g := range b.supp.TerritoryContainment.Group { - // Skip UN and EURO zone as they are flattening the containment - // relationship. - if g.Type == "EZ" || g.Type == "UN" { - continue - } - group := b.region.index(g.Type) - groupIdx := b.groups[group] - for _, mem := range strings.Split(g.Contains, " ") { - r := b.region.index(mem) - mm[r] = append(mm[r], groupIdx) - if g, ok := b.groups[r]; ok { - mm[group] = append(mm[group], g) - containment[groupIdx] = append(containment[groupIdx], g) - } - } - } - - regionContainment := make([]uint64, len(b.groups)) - for _, g := range b.groups { - l := containment[g] - - // Compute the transitive closure of containment. - for i := 0; i < len(l); i++ { - l = append(l, containment[l[i]]...) - } - - // Compute the bitmask. - regionContainment[g] = 1 << g - for _, v := range l { - regionContainment[g] |= 1 << v - } - } - b.writeSlice("regionContainment", regionContainment) - - regionInclusion := make([]uint8, len(b.region.s)) - bvs := make(map[uint64]index) - // Make the first bitvector positions correspond with the groups. - for r, i := range b.groups { - bv := uint64(1 << i) - for _, g := range mm[r] { - bv |= 1 << g - } - bvs[bv] = i - regionInclusion[r] = uint8(bvs[bv]) - } - for r := 1; r < len(b.region.s); r++ { - if _, ok := b.groups[r]; !ok { - bv := uint64(0) - for _, g := range mm[r] { - bv |= 1 << g - } - if bv == 0 { - // Pick the world for unspecified regions. - bv = 1 << b.groups[b.region.index("001")] - } - if _, ok := bvs[bv]; !ok { - bvs[bv] = index(len(bvs)) - } - regionInclusion[r] = uint8(bvs[bv]) - } - } - b.writeSlice("regionInclusion", regionInclusion) - regionInclusionBits := make([]uint64, len(bvs)) - for k, v := range bvs { - regionInclusionBits[v] = uint64(k) - } - // Add bit vectors for increasingly large distances until a fixed point is reached. - regionInclusionNext := []uint8{} - for i := 0; i < len(regionInclusionBits); i++ { - bits := regionInclusionBits[i] - next := bits - for i := uint(0); i < uint(len(b.groups)); i++ { - if bits&(1<<i) != 0 { - next |= regionInclusionBits[i] - } - } - if _, ok := bvs[next]; !ok { - bvs[next] = index(len(bvs)) - regionInclusionBits = append(regionInclusionBits, next) - } - regionInclusionNext = append(regionInclusionNext, uint8(bvs[next])) - } - b.writeSlice("regionInclusionBits", regionInclusionBits) - b.writeSlice("regionInclusionNext", regionInclusionNext) -} - -type parentRel struct { - lang uint16 - script uint8 - maxScript uint8 - toRegion uint16 - fromRegion []uint16 -} - -func (b *builder) writeParents() { - b.writeType(parentRel{}) - - parents := []parentRel{} - - // Construct parent overrides. - n := 0 - for _, p := range b.data.Supplemental().ParentLocales.ParentLocale { - // Skipping non-standard scripts to root is implemented using addTags. - if p.Parent == "root" { - continue - } - - sub := strings.Split(p.Parent, "_") - parent := parentRel{lang: b.langIndex(sub[0])} - if len(sub) == 2 { - // TODO: check that all undefined scripts are indeed Latn in these - // cases. - parent.maxScript = uint8(b.script.index("Latn")) - parent.toRegion = uint16(b.region.index(sub[1])) - } else { - parent.script = uint8(b.script.index(sub[1])) - parent.maxScript = parent.script - parent.toRegion = uint16(b.region.index(sub[2])) - } - for _, c := range strings.Split(p.Locales, " ") { - region := b.region.index(c[strings.LastIndex(c, "_")+1:]) - parent.fromRegion = append(parent.fromRegion, uint16(region)) - } - parents = append(parents, parent) - n += len(parent.fromRegion) - } - b.writeSliceAddSize("parents", n*2, parents) -} - -func main() { - gen.Init() - - gen.Repackage("gen_common.go", "common.go", "language") - - w := gen.NewCodeWriter() - defer w.WriteGoFile("tables.go", "language") - - fmt.Fprintln(w, `import "golang.org/x/text/internal/tag"`) - - b := newBuilder(w) - gen.WriteCLDRVersion(w) - - b.parseIndices() - b.writeType(FromTo{}) - b.writeLanguage() - b.writeScript() - b.writeRegion() - b.writeVariant() - // TODO: b.writeLocale() - b.computeRegionGroups() - b.writeLikelyData() - b.writeRegionInclusionData() - b.writeParents() -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/gen_common.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/gen_common.go deleted file mode 100644 index c419ceeb1910..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/internal/language/gen_common.go +++ /dev/null @@ -1,20 +0,0 @@ -// Copyright 2014 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -package main - -// This file contains code common to the maketables.go and the package code. - -// AliasType is the type of an alias in AliasMap. -type AliasType int8 - -const ( - Deprecated AliasType = iota - Macro - Legacy - - AliasTypeUnknown AliasType = -1 -) diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/language/gen.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/language/gen.go deleted file mode 100644 index 3004eb42c11a..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/language/gen.go +++ /dev/null @@ -1,305 +0,0 @@ -// Copyright 2013 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// Language tag table generator. -// Data read from the web. - -package main - -import ( - "flag" - "fmt" - "io" - "log" - "sort" - "strconv" - "strings" - - "golang.org/x/text/internal/gen" - "golang.org/x/text/internal/language" - "golang.org/x/text/unicode/cldr" -) - -var ( - test = flag.Bool("test", - false, - "test existing tables; can be used to compare web data with package data.") - outputFile = flag.String("output", - "tables.go", - "output file for generated tables") -) - -func main() { - gen.Init() - - w := gen.NewCodeWriter() - defer w.WriteGoFile("tables.go", "language") - - b := newBuilder(w) - gen.WriteCLDRVersion(w) - - b.writeConstants() - b.writeMatchData() -} - -type builder struct { - w *gen.CodeWriter - hw io.Writer // MultiWriter for w and w.Hash - data *cldr.CLDR - supp *cldr.SupplementalData -} - -func (b *builder) langIndex(s string) uint16 { - return uint16(language.MustParseBase(s)) -} - -func (b *builder) regionIndex(s string) int { - return int(language.MustParseRegion(s)) -} - -func (b *builder) scriptIndex(s string) int { - return int(language.MustParseScript(s)) -} - -func newBuilder(w *gen.CodeWriter) *builder { - r := gen.OpenCLDRCoreZip() - defer r.Close() - d := &cldr.Decoder{} - data, err := d.DecodeZip(r) - if err != nil { - log.Fatal(err) - } - b := builder{ - w: w, - hw: io.MultiWriter(w, w.Hash), - data: data, - supp: data.Supplemental(), - } - return &b -} - -// writeConsts computes f(v) for all v in values and writes the results -// as constants named _v to a single constant block. -func (b *builder) writeConsts(f func(string) int, values ...string) { - fmt.Fprintln(b.w, "const (") - for _, v := range values { - fmt.Fprintf(b.w, "\t_%s = %v\n", v, f(v)) - } - fmt.Fprintln(b.w, ")") -} - -// TODO: region inclusion data will probably not be use used in future matchers. - -var langConsts = []string{ - "de", "en", "fr", "it", "mo", "no", "nb", "pt", "sh", "mul", "und", -} - -var scriptConsts = []string{ - "Latn", "Hani", "Hans", "Hant", "Qaaa", "Qaai", "Qabx", "Zinh", "Zyyy", - "Zzzz", -} - -var regionConsts = []string{ - "001", "419", "BR", "CA", "ES", "GB", "MD", "PT", "UK", "US", - "ZZ", "XA", "XC", "XK", // Unofficial tag for Kosovo. -} - -func (b *builder) writeConstants() { - b.writeConsts(func(s string) int { return int(b.langIndex(s)) }, langConsts...) - b.writeConsts(b.regionIndex, regionConsts...) - b.writeConsts(b.scriptIndex, scriptConsts...) -} - -type mutualIntelligibility struct { - want, have uint16 - distance uint8 - oneway bool -} - -type scriptIntelligibility struct { - wantLang, haveLang uint16 - wantScript, haveScript uint8 - distance uint8 - // Always oneway -} - -type regionIntelligibility struct { - lang uint16 // compact language id - script uint8 // 0 means any - group uint8 // 0 means any; if bit 7 is set it means inverse - distance uint8 - // Always twoway. -} - -// writeMatchData writes tables with languages and scripts for which there is -// mutual intelligibility. The data is based on CLDR's languageMatching data. -// Note that we use a different algorithm than the one defined by CLDR and that -// we slightly modify the data. For example, we convert scores to confidence levels. -// We also drop all region-related data as we use a different algorithm to -// determine region equivalence. -func (b *builder) writeMatchData() { - lm := b.supp.LanguageMatching.LanguageMatches - cldr.MakeSlice(&lm).SelectAnyOf("type", "written_new") - - regionHierarchy := map[string][]string{} - for _, g := range b.supp.TerritoryContainment.Group { - regions := strings.Split(g.Contains, " ") - regionHierarchy[g.Type] = append(regionHierarchy[g.Type], regions...) - } - regionToGroups := make([]uint8, language.NumRegions) - - idToIndex := map[string]uint8{} - for i, mv := range lm[0].MatchVariable { - if i > 6 { - log.Fatalf("Too many groups: %d", i) - } - idToIndex[mv.Id] = uint8(i + 1) - // TODO: also handle '-' - for _, r := range strings.Split(mv.Value, "+") { - todo := []string{r} - for k := 0; k < len(todo); k++ { - r := todo[k] - regionToGroups[b.regionIndex(r)] |= 1 << uint8(i) - todo = append(todo, regionHierarchy[r]...) - } - } - } - b.w.WriteVar("regionToGroups", regionToGroups) - - // maps language id to in- and out-of-group region. - paradigmLocales := [][3]uint16{} - locales := strings.Split(lm[0].ParadigmLocales[0].Locales, " ") - for i := 0; i < len(locales); i += 2 { - x := [3]uint16{} - for j := 0; j < 2; j++ { - pc := strings.SplitN(locales[i+j], "-", 2) - x[0] = b.langIndex(pc[0]) - if len(pc) == 2 { - x[1+j] = uint16(b.regionIndex(pc[1])) - } - } - paradigmLocales = append(paradigmLocales, x) - } - b.w.WriteVar("paradigmLocales", paradigmLocales) - - b.w.WriteType(mutualIntelligibility{}) - b.w.WriteType(scriptIntelligibility{}) - b.w.WriteType(regionIntelligibility{}) - - matchLang := []mutualIntelligibility{} - matchScript := []scriptIntelligibility{} - matchRegion := []regionIntelligibility{} - // Convert the languageMatch entries in lists keyed by desired language. - for _, m := range lm[0].LanguageMatch { - // Different versions of CLDR use different separators. - desired := strings.Replace(m.Desired, "-", "_", -1) - supported := strings.Replace(m.Supported, "-", "_", -1) - d := strings.Split(desired, "_") - s := strings.Split(supported, "_") - if len(d) != len(s) { - log.Fatalf("not supported: desired=%q; supported=%q", desired, supported) - continue - } - distance, _ := strconv.ParseInt(m.Distance, 10, 8) - switch len(d) { - case 2: - if desired == supported && desired == "*_*" { - continue - } - // language-script pair. - matchScript = append(matchScript, scriptIntelligibility{ - wantLang: uint16(b.langIndex(d[0])), - haveLang: uint16(b.langIndex(s[0])), - wantScript: uint8(b.scriptIndex(d[1])), - haveScript: uint8(b.scriptIndex(s[1])), - distance: uint8(distance), - }) - if m.Oneway != "true" { - matchScript = append(matchScript, scriptIntelligibility{ - wantLang: uint16(b.langIndex(s[0])), - haveLang: uint16(b.langIndex(d[0])), - wantScript: uint8(b.scriptIndex(s[1])), - haveScript: uint8(b.scriptIndex(d[1])), - distance: uint8(distance), - }) - } - case 1: - if desired == supported && desired == "*" { - continue - } - if distance == 1 { - // nb == no is already handled by macro mapping. Check there - // really is only this case. - if d[0] != "no" || s[0] != "nb" { - log.Fatalf("unhandled equivalence %s == %s", s[0], d[0]) - } - continue - } - // TODO: consider dropping oneway field and just doubling the entry. - matchLang = append(matchLang, mutualIntelligibility{ - want: uint16(b.langIndex(d[0])), - have: uint16(b.langIndex(s[0])), - distance: uint8(distance), - oneway: m.Oneway == "true", - }) - case 3: - if desired == supported && desired == "*_*_*" { - continue - } - if desired != supported { - // This is now supported by CLDR, but only one case, which - // should already be covered by paradigm locales. For instance, - // test case "und, en, en-GU, en-IN, en-GB ; en-ZA ; en-GB" in - // testdata/CLDRLocaleMatcherTest.txt tests this. - if supported != "en_*_GB" { - log.Fatalf("not supported: desired=%q; supported=%q", desired, supported) - } - continue - } - ri := regionIntelligibility{ - lang: b.langIndex(d[0]), - distance: uint8(distance), - } - if d[1] != "*" { - ri.script = uint8(b.scriptIndex(d[1])) - } - switch { - case d[2] == "*": - ri.group = 0x80 // not contained in anything - case strings.HasPrefix(d[2], "$!"): - ri.group = 0x80 - d[2] = "$" + d[2][len("$!"):] - fallthrough - case strings.HasPrefix(d[2], "$"): - ri.group |= idToIndex[d[2]] - } - matchRegion = append(matchRegion, ri) - default: - log.Fatalf("not supported: desired=%q; supported=%q", desired, supported) - } - } - sort.SliceStable(matchLang, func(i, j int) bool { - return matchLang[i].distance < matchLang[j].distance - }) - b.w.WriteComment(` - matchLang holds pairs of langIDs of base languages that are typically - mutually intelligible. Each pair is associated with a confidence and - whether the intelligibility goes one or both ways.`) - b.w.WriteVar("matchLang", matchLang) - - b.w.WriteComment(` - matchScript holds pairs of scriptIDs where readers of one script - can typically also read the other. Each is associated with a confidence.`) - sort.SliceStable(matchScript, func(i, j int) bool { - return matchScript[i].distance < matchScript[j].distance - }) - b.w.WriteVar("matchScript", matchScript) - - sort.SliceStable(matchRegion, func(i, j int) bool { - return matchRegion[i].distance < matchRegion[j].distance - }) - b.w.WriteVar("matchRegion", matchRegion) -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/bidi/gen.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/bidi/gen.go deleted file mode 100644 index 987fc169cc04..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/bidi/gen.go +++ /dev/null @@ -1,133 +0,0 @@ -// Copyright 2015 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -package main - -import ( - "flag" - "log" - - "golang.org/x/text/internal/gen" - "golang.org/x/text/internal/triegen" - "golang.org/x/text/internal/ucd" -) - -var outputFile = flag.String("out", "tables.go", "output file") - -func main() { - gen.Init() - gen.Repackage("gen_trieval.go", "trieval.go", "bidi") - gen.Repackage("gen_ranges.go", "ranges_test.go", "bidi") - - genTables() -} - -// bidiClass names and codes taken from class "bc" in -// https://www.unicode.org/Public/8.0.0/ucd/PropertyValueAliases.txt -var bidiClass = map[string]Class{ - "AL": AL, // ArabicLetter - "AN": AN, // ArabicNumber - "B": B, // ParagraphSeparator - "BN": BN, // BoundaryNeutral - "CS": CS, // CommonSeparator - "EN": EN, // EuropeanNumber - "ES": ES, // EuropeanSeparator - "ET": ET, // EuropeanTerminator - "L": L, // LeftToRight - "NSM": NSM, // NonspacingMark - "ON": ON, // OtherNeutral - "R": R, // RightToLeft - "S": S, // SegmentSeparator - "WS": WS, // WhiteSpace - - "FSI": Control, - "PDF": Control, - "PDI": Control, - "LRE": Control, - "LRI": Control, - "LRO": Control, - "RLE": Control, - "RLI": Control, - "RLO": Control, -} - -func genTables() { - if numClass > 0x0F { - log.Fatalf("Too many Class constants (%#x > 0x0F).", numClass) - } - w := gen.NewCodeWriter() - defer w.WriteVersionedGoFile(*outputFile, "bidi") - - gen.WriteUnicodeVersion(w) - - t := triegen.NewTrie("bidi") - - // Build data about bracket mapping. These bits need to be or-ed with - // any other bits. - orMask := map[rune]uint64{} - - xorMap := map[rune]int{} - xorMasks := []rune{0} // First value is no-op. - - ucd.Parse(gen.OpenUCDFile("BidiBrackets.txt"), func(p *ucd.Parser) { - r1 := p.Rune(0) - r2 := p.Rune(1) - xor := r1 ^ r2 - if _, ok := xorMap[xor]; !ok { - xorMap[xor] = len(xorMasks) - xorMasks = append(xorMasks, xor) - } - entry := uint64(xorMap[xor]) << xorMaskShift - switch p.String(2) { - case "o": - entry |= openMask - case "c", "n": - default: - log.Fatalf("Unknown bracket class %q.", p.String(2)) - } - orMask[r1] = entry - }) - - w.WriteComment(` - xorMasks contains masks to be xor-ed with brackets to get the reverse - version.`) - w.WriteVar("xorMasks", xorMasks) - - done := map[rune]bool{} - - insert := func(r rune, c Class) { - if !done[r] { - t.Insert(r, orMask[r]|uint64(c)) - done[r] = true - } - } - - // Insert the derived BiDi properties. - ucd.Parse(gen.OpenUCDFile("extracted/DerivedBidiClass.txt"), func(p *ucd.Parser) { - r := p.Rune(0) - class, ok := bidiClass[p.String(1)] - if !ok { - log.Fatalf("%U: Unknown BiDi class %q", r, p.String(1)) - } - insert(r, class) - }) - visitDefaults(insert) - - // TODO: use sparse blocks. This would reduce table size considerably - // from the looks of it. - - sz, err := t.Gen(w) - if err != nil { - log.Fatal(err) - } - w.Size += sz -} - -// dummy values to make methods in gen_common compile. The real versions -// will be generated by this file to tables.go. -var ( - xorMasks []rune -) diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/bidi/gen_ranges.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/bidi/gen_ranges.go deleted file mode 100644 index 02c3b505d640..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/bidi/gen_ranges.go +++ /dev/null @@ -1,57 +0,0 @@ -// Copyright 2015 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -package main - -import ( - "unicode" - - "golang.org/x/text/internal/gen" - "golang.org/x/text/internal/ucd" - "golang.org/x/text/unicode/rangetable" -) - -// These tables are hand-extracted from: -// https://www.unicode.org/Public/8.0.0/ucd/extracted/DerivedBidiClass.txt -func visitDefaults(fn func(r rune, c Class)) { - // first write default values for ranges listed above. - visitRunes(fn, AL, []rune{ - 0x0600, 0x07BF, // Arabic - 0x08A0, 0x08FF, // Arabic Extended-A - 0xFB50, 0xFDCF, // Arabic Presentation Forms - 0xFDF0, 0xFDFF, - 0xFE70, 0xFEFF, - 0x0001EE00, 0x0001EEFF, // Arabic Mathematical Alpha Symbols - }) - visitRunes(fn, R, []rune{ - 0x0590, 0x05FF, // Hebrew - 0x07C0, 0x089F, // Nko et al. - 0xFB1D, 0xFB4F, - 0x00010800, 0x00010FFF, // Cypriot Syllabary et. al. - 0x0001E800, 0x0001EDFF, - 0x0001EF00, 0x0001EFFF, - }) - visitRunes(fn, ET, []rune{ // European Terminator - 0x20A0, 0x20Cf, // Currency symbols - }) - rangetable.Visit(unicode.Noncharacter_Code_Point, func(r rune) { - fn(r, BN) // Boundary Neutral - }) - ucd.Parse(gen.OpenUCDFile("DerivedCoreProperties.txt"), func(p *ucd.Parser) { - if p.String(1) == "Default_Ignorable_Code_Point" { - fn(p.Rune(0), BN) // Boundary Neutral - } - }) -} - -func visitRunes(fn func(r rune, c Class), c Class, runes []rune) { - for i := 0; i < len(runes); i += 2 { - lo, hi := runes[i], runes[i+1] - for j := lo; j <= hi; j++ { - fn(j, c) - } - } -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/bidi/gen_trieval.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/bidi/gen_trieval.go deleted file mode 100644 index 9cb994289492..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/bidi/gen_trieval.go +++ /dev/null @@ -1,64 +0,0 @@ -// Copyright 2015 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -package main - -// Class is the Unicode BiDi class. Each rune has a single class. -type Class uint - -const ( - L Class = iota // LeftToRight - R // RightToLeft - EN // EuropeanNumber - ES // EuropeanSeparator - ET // EuropeanTerminator - AN // ArabicNumber - CS // CommonSeparator - B // ParagraphSeparator - S // SegmentSeparator - WS // WhiteSpace - ON // OtherNeutral - BN // BoundaryNeutral - NSM // NonspacingMark - AL // ArabicLetter - Control // Control LRO - PDI - - numClass - - LRO // LeftToRightOverride - RLO // RightToLeftOverride - LRE // LeftToRightEmbedding - RLE // RightToLeftEmbedding - PDF // PopDirectionalFormat - LRI // LeftToRightIsolate - RLI // RightToLeftIsolate - FSI // FirstStrongIsolate - PDI // PopDirectionalIsolate - - unknownClass = ^Class(0) -) - -var controlToClass = map[rune]Class{ - 0x202D: LRO, // LeftToRightOverride, - 0x202E: RLO, // RightToLeftOverride, - 0x202A: LRE, // LeftToRightEmbedding, - 0x202B: RLE, // RightToLeftEmbedding, - 0x202C: PDF, // PopDirectionalFormat, - 0x2066: LRI, // LeftToRightIsolate, - 0x2067: RLI, // RightToLeftIsolate, - 0x2068: FSI, // FirstStrongIsolate, - 0x2069: PDI, // PopDirectionalIsolate, -} - -// A trie entry has the following bits: -// 7..5 XOR mask for brackets -// 4 1: Bracket open, 0: Bracket close -// 3..0 Class type - -const ( - openMask = 0x10 - xorMaskShift = 5 -) diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/norm/maketables.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/norm/maketables.go deleted file mode 100644 index 30a3aa93343d..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/norm/maketables.go +++ /dev/null @@ -1,986 +0,0 @@ -// Copyright 2011 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// Normalization table generator. -// Data read from the web. -// See forminfo.go for a description of the trie values associated with each rune. - -package main - -import ( - "bytes" - "encoding/binary" - "flag" - "fmt" - "io" - "log" - "sort" - "strconv" - "strings" - - "golang.org/x/text/internal/gen" - "golang.org/x/text/internal/triegen" - "golang.org/x/text/internal/ucd" -) - -func main() { - gen.Init() - loadUnicodeData() - compactCCC() - loadCompositionExclusions() - completeCharFields(FCanonical) - completeCharFields(FCompatibility) - computeNonStarterCounts() - verifyComputed() - printChars() - testDerived() - printTestdata() - makeTables() -} - -var ( - tablelist = flag.String("tables", - "all", - "comma-separated list of which tables to generate; "+ - "can be 'decomp', 'recomp', 'info' and 'all'") - test = flag.Bool("test", - false, - "test existing tables against DerivedNormalizationProps and generate test data for regression testing") - verbose = flag.Bool("verbose", - false, - "write data to stdout as it is parsed") -) - -const MaxChar = 0x10FFFF // anything above this shouldn't exist - -// Quick Check properties of runes allow us to quickly -// determine whether a rune may occur in a normal form. -// For a given normal form, a rune may be guaranteed to occur -// verbatim (QC=Yes), may or may not combine with another -// rune (QC=Maybe), or may not occur (QC=No). -type QCResult int - -const ( - QCUnknown QCResult = iota - QCYes - QCNo - QCMaybe -) - -func (r QCResult) String() string { - switch r { - case QCYes: - return "Yes" - case QCNo: - return "No" - case QCMaybe: - return "Maybe" - } - return "***UNKNOWN***" -} - -const ( - FCanonical = iota // NFC or NFD - FCompatibility // NFKC or NFKD - FNumberOfFormTypes -) - -const ( - MComposed = iota // NFC or NFKC - MDecomposed // NFD or NFKD - MNumberOfModes -) - -// This contains only the properties we're interested in. -type Char struct { - name string - codePoint rune // if zero, this index is not a valid code point. - ccc uint8 // canonical combining class - origCCC uint8 - excludeInComp bool // from CompositionExclusions.txt - compatDecomp bool // it has a compatibility expansion - - nTrailingNonStarters uint8 - nLeadingNonStarters uint8 // must be equal to trailing if non-zero - - forms [FNumberOfFormTypes]FormInfo // For FCanonical and FCompatibility - - state State -} - -var chars = make([]Char, MaxChar+1) -var cccMap = make(map[uint8]uint8) - -func (c Char) String() string { - buf := new(bytes.Buffer) - - fmt.Fprintf(buf, "%U [%s]:\n", c.codePoint, c.name) - fmt.Fprintf(buf, " ccc: %v\n", c.ccc) - fmt.Fprintf(buf, " excludeInComp: %v\n", c.excludeInComp) - fmt.Fprintf(buf, " compatDecomp: %v\n", c.compatDecomp) - fmt.Fprintf(buf, " state: %v\n", c.state) - fmt.Fprintf(buf, " NFC:\n") - fmt.Fprint(buf, c.forms[FCanonical]) - fmt.Fprintf(buf, " NFKC:\n") - fmt.Fprint(buf, c.forms[FCompatibility]) - - return buf.String() -} - -// In UnicodeData.txt, some ranges are marked like this: -// 3400;<CJK Ideograph Extension A, First>;Lo;0;L;;;;;N;;;;; -// 4DB5;<CJK Ideograph Extension A, Last>;Lo;0;L;;;;;N;;;;; -// parseCharacter keeps a state variable indicating the weirdness. -type State int - -const ( - SNormal State = iota // known to be zero for the type - SFirst - SLast - SMissing -) - -var lastChar = rune('\u0000') - -func (c Char) isValid() bool { - return c.codePoint != 0 && c.state != SMissing -} - -type FormInfo struct { - quickCheck [MNumberOfModes]QCResult // index: MComposed or MDecomposed - verified [MNumberOfModes]bool // index: MComposed or MDecomposed - - combinesForward bool // May combine with rune on the right - combinesBackward bool // May combine with rune on the left - isOneWay bool // Never appears in result - inDecomp bool // Some decompositions result in this char. - decomp Decomposition - expandedDecomp Decomposition -} - -func (f FormInfo) String() string { - buf := bytes.NewBuffer(make([]byte, 0)) - - fmt.Fprintf(buf, " quickCheck[C]: %v\n", f.quickCheck[MComposed]) - fmt.Fprintf(buf, " quickCheck[D]: %v\n", f.quickCheck[MDecomposed]) - fmt.Fprintf(buf, " cmbForward: %v\n", f.combinesForward) - fmt.Fprintf(buf, " cmbBackward: %v\n", f.combinesBackward) - fmt.Fprintf(buf, " isOneWay: %v\n", f.isOneWay) - fmt.Fprintf(buf, " inDecomp: %v\n", f.inDecomp) - fmt.Fprintf(buf, " decomposition: %X\n", f.decomp) - fmt.Fprintf(buf, " expandedDecomp: %X\n", f.expandedDecomp) - - return buf.String() -} - -type Decomposition []rune - -func parseDecomposition(s string, skipfirst bool) (a []rune, err error) { - decomp := strings.Split(s, " ") - if len(decomp) > 0 && skipfirst { - decomp = decomp[1:] - } - for _, d := range decomp { - point, err := strconv.ParseUint(d, 16, 64) - if err != nil { - return a, err - } - a = append(a, rune(point)) - } - return a, nil -} - -func loadUnicodeData() { - f := gen.OpenUCDFile("UnicodeData.txt") - defer f.Close() - p := ucd.New(f) - for p.Next() { - r := p.Rune(ucd.CodePoint) - char := &chars[r] - - char.ccc = uint8(p.Uint(ucd.CanonicalCombiningClass)) - decmap := p.String(ucd.DecompMapping) - - exp, err := parseDecomposition(decmap, false) - isCompat := false - if err != nil { - if len(decmap) > 0 { - exp, err = parseDecomposition(decmap, true) - if err != nil { - log.Fatalf(`%U: bad decomp |%v|: "%s"`, r, decmap, err) - } - isCompat = true - } - } - - char.name = p.String(ucd.Name) - char.codePoint = r - char.forms[FCompatibility].decomp = exp - if !isCompat { - char.forms[FCanonical].decomp = exp - } else { - char.compatDecomp = true - } - if len(decmap) > 0 { - char.forms[FCompatibility].decomp = exp - } - } - if err := p.Err(); err != nil { - log.Fatal(err) - } -} - -// compactCCC converts the sparse set of CCC values to a continguous one, -// reducing the number of bits needed from 8 to 6. -func compactCCC() { - m := make(map[uint8]uint8) - for i := range chars { - c := &chars[i] - m[c.ccc] = 0 - } - cccs := []int{} - for v, _ := range m { - cccs = append(cccs, int(v)) - } - sort.Ints(cccs) - for i, c := range cccs { - cccMap[uint8(i)] = uint8(c) - m[uint8(c)] = uint8(i) - } - for i := range chars { - c := &chars[i] - c.origCCC = c.ccc - c.ccc = m[c.ccc] - } - if len(m) >= 1<<6 { - log.Fatalf("too many difference CCC values: %d >= 64", len(m)) - } -} - -// CompositionExclusions.txt has form: -// 0958 # ... -// See https://unicode.org/reports/tr44/ for full explanation -func loadCompositionExclusions() { - f := gen.OpenUCDFile("CompositionExclusions.txt") - defer f.Close() - p := ucd.New(f) - for p.Next() { - c := &chars[p.Rune(0)] - if c.excludeInComp { - log.Fatalf("%U: Duplicate entry in exclusions.", c.codePoint) - } - c.excludeInComp = true - } - if e := p.Err(); e != nil { - log.Fatal(e) - } -} - -// hasCompatDecomp returns true if any of the recursive -// decompositions contains a compatibility expansion. -// In this case, the character may not occur in NFK*. -func hasCompatDecomp(r rune) bool { - c := &chars[r] - if c.compatDecomp { - return true - } - for _, d := range c.forms[FCompatibility].decomp { - if hasCompatDecomp(d) { - return true - } - } - return false -} - -// Hangul related constants. -const ( - HangulBase = 0xAC00 - HangulEnd = 0xD7A4 // hangulBase + Jamo combinations (19 * 21 * 28) - - JamoLBase = 0x1100 - JamoLEnd = 0x1113 - JamoVBase = 0x1161 - JamoVEnd = 0x1176 - JamoTBase = 0x11A8 - JamoTEnd = 0x11C3 - - JamoLVTCount = 19 * 21 * 28 - JamoTCount = 28 -) - -func isHangul(r rune) bool { - return HangulBase <= r && r < HangulEnd -} - -func isHangulWithoutJamoT(r rune) bool { - if !isHangul(r) { - return false - } - r -= HangulBase - return r < JamoLVTCount && r%JamoTCount == 0 -} - -func ccc(r rune) uint8 { - return chars[r].ccc -} - -// Insert a rune in a buffer, ordered by Canonical Combining Class. -func insertOrdered(b Decomposition, r rune) Decomposition { - n := len(b) - b = append(b, 0) - cc := ccc(r) - if cc > 0 { - // Use bubble sort. - for ; n > 0; n-- { - if ccc(b[n-1]) <= cc { - break - } - b[n] = b[n-1] - } - } - b[n] = r - return b -} - -// Recursively decompose. -func decomposeRecursive(form int, r rune, d Decomposition) Decomposition { - dcomp := chars[r].forms[form].decomp - if len(dcomp) == 0 { - return insertOrdered(d, r) - } - for _, c := range dcomp { - d = decomposeRecursive(form, c, d) - } - return d -} - -func completeCharFields(form int) { - // Phase 0: pre-expand decomposition. - for i := range chars { - f := &chars[i].forms[form] - if len(f.decomp) == 0 { - continue - } - exp := make(Decomposition, 0) - for _, c := range f.decomp { - exp = decomposeRecursive(form, c, exp) - } - f.expandedDecomp = exp - } - - // Phase 1: composition exclusion, mark decomposition. - for i := range chars { - c := &chars[i] - f := &c.forms[form] - - // Marks script-specific exclusions and version restricted. - f.isOneWay = c.excludeInComp - - // Singletons - f.isOneWay = f.isOneWay || len(f.decomp) == 1 - - // Non-starter decompositions - if len(f.decomp) > 1 { - chk := c.ccc != 0 || chars[f.decomp[0]].ccc != 0 - f.isOneWay = f.isOneWay || chk - } - - // Runes that decompose into more than two runes. - f.isOneWay = f.isOneWay || len(f.decomp) > 2 - - if form == FCompatibility { - f.isOneWay = f.isOneWay || hasCompatDecomp(c.codePoint) - } - - for _, r := range f.decomp { - chars[r].forms[form].inDecomp = true - } - } - - // Phase 2: forward and backward combining. - for i := range chars { - c := &chars[i] - f := &c.forms[form] - - if !f.isOneWay && len(f.decomp) == 2 { - f0 := &chars[f.decomp[0]].forms[form] - f1 := &chars[f.decomp[1]].forms[form] - if !f0.isOneWay { - f0.combinesForward = true - } - if !f1.isOneWay { - f1.combinesBackward = true - } - } - if isHangulWithoutJamoT(rune(i)) { - f.combinesForward = true - } - } - - // Phase 3: quick check values. - for i := range chars { - c := &chars[i] - f := &c.forms[form] - - switch { - case len(f.decomp) > 0: - f.quickCheck[MDecomposed] = QCNo - case isHangul(rune(i)): - f.quickCheck[MDecomposed] = QCNo - default: - f.quickCheck[MDecomposed] = QCYes - } - switch { - case f.isOneWay: - f.quickCheck[MComposed] = QCNo - case (i & 0xffff00) == JamoLBase: - f.quickCheck[MComposed] = QCYes - if JamoLBase <= i && i < JamoLEnd { - f.combinesForward = true - } - if JamoVBase <= i && i < JamoVEnd { - f.quickCheck[MComposed] = QCMaybe - f.combinesBackward = true - f.combinesForward = true - } - if JamoTBase <= i && i < JamoTEnd { - f.quickCheck[MComposed] = QCMaybe - f.combinesBackward = true - } - case !f.combinesBackward: - f.quickCheck[MComposed] = QCYes - default: - f.quickCheck[MComposed] = QCMaybe - } - } -} - -func computeNonStarterCounts() { - // Phase 4: leading and trailing non-starter count - for i := range chars { - c := &chars[i] - - runes := []rune{rune(i)} - // We always use FCompatibility so that the CGJ insertion points do not - // change for repeated normalizations with different forms. - if exp := c.forms[FCompatibility].expandedDecomp; len(exp) > 0 { - runes = exp - } - // We consider runes that combine backwards to be non-starters for the - // purpose of Stream-Safe Text Processing. - for _, r := range runes { - if cr := &chars[r]; cr.ccc == 0 && !cr.forms[FCompatibility].combinesBackward { - break - } - c.nLeadingNonStarters++ - } - for i := len(runes) - 1; i >= 0; i-- { - if cr := &chars[runes[i]]; cr.ccc == 0 && !cr.forms[FCompatibility].combinesBackward { - break - } - c.nTrailingNonStarters++ - } - if c.nTrailingNonStarters > 3 { - log.Fatalf("%U: Decomposition with more than 3 (%d) trailing modifiers (%U)", i, c.nTrailingNonStarters, runes) - } - - if isHangul(rune(i)) { - c.nTrailingNonStarters = 2 - if isHangulWithoutJamoT(rune(i)) { - c.nTrailingNonStarters = 1 - } - } - - if l, t := c.nLeadingNonStarters, c.nTrailingNonStarters; l > 0 && l != t { - log.Fatalf("%U: number of leading and trailing non-starters should be equal (%d vs %d)", i, l, t) - } - if t := c.nTrailingNonStarters; t > 3 { - log.Fatalf("%U: number of trailing non-starters is %d > 3", t) - } - } -} - -func printBytes(w io.Writer, b []byte, name string) { - fmt.Fprintf(w, "// %s: %d bytes\n", name, len(b)) - fmt.Fprintf(w, "var %s = [...]byte {", name) - for i, c := range b { - switch { - case i%64 == 0: - fmt.Fprintf(w, "\n// Bytes %x - %x\n", i, i+63) - case i%8 == 0: - fmt.Fprintf(w, "\n") - } - fmt.Fprintf(w, "0x%.2X, ", c) - } - fmt.Fprint(w, "\n}\n\n") -} - -// See forminfo.go for format. -func makeEntry(f *FormInfo, c *Char) uint16 { - e := uint16(0) - if r := c.codePoint; HangulBase <= r && r < HangulEnd { - e |= 0x40 - } - if f.combinesForward { - e |= 0x20 - } - if f.quickCheck[MDecomposed] == QCNo { - e |= 0x4 - } - switch f.quickCheck[MComposed] { - case QCYes: - case QCNo: - e |= 0x10 - case QCMaybe: - e |= 0x18 - default: - log.Fatalf("Illegal quickcheck value %v.", f.quickCheck[MComposed]) - } - e |= uint16(c.nTrailingNonStarters) - return e -} - -// decompSet keeps track of unique decompositions, grouped by whether -// the decomposition is followed by a trailing and/or leading CCC. -type decompSet [7]map[string]bool - -const ( - normalDecomp = iota - firstMulti - firstCCC - endMulti - firstLeadingCCC - firstCCCZeroExcept - firstStarterWithNLead - lastDecomp -) - -var cname = []string{"firstMulti", "firstCCC", "endMulti", "firstLeadingCCC", "firstCCCZeroExcept", "firstStarterWithNLead", "lastDecomp"} - -func makeDecompSet() decompSet { - m := decompSet{} - for i := range m { - m[i] = make(map[string]bool) - } - return m -} -func (m *decompSet) insert(key int, s string) { - m[key][s] = true -} - -func printCharInfoTables(w io.Writer) int { - mkstr := func(r rune, f *FormInfo) (int, string) { - d := f.expandedDecomp - s := string([]rune(d)) - if max := 1 << 6; len(s) >= max { - const msg = "%U: too many bytes in decomposition: %d >= %d" - log.Fatalf(msg, r, len(s), max) - } - head := uint8(len(s)) - if f.quickCheck[MComposed] != QCYes { - head |= 0x40 - } - if f.combinesForward { - head |= 0x80 - } - s = string([]byte{head}) + s - - lccc := ccc(d[0]) - tccc := ccc(d[len(d)-1]) - cc := ccc(r) - if cc != 0 && lccc == 0 && tccc == 0 { - log.Fatalf("%U: trailing and leading ccc are 0 for non-zero ccc %d", r, cc) - } - if tccc < lccc && lccc != 0 { - const msg = "%U: lccc (%d) must be <= tcc (%d)" - log.Fatalf(msg, r, lccc, tccc) - } - index := normalDecomp - nTrail := chars[r].nTrailingNonStarters - nLead := chars[r].nLeadingNonStarters - if tccc > 0 || lccc > 0 || nTrail > 0 { - tccc <<= 2 - tccc |= nTrail - s += string([]byte{tccc}) - index = endMulti - for _, r := range d[1:] { - if ccc(r) == 0 { - index = firstCCC - } - } - if lccc > 0 || nLead > 0 { - s += string([]byte{lccc}) - if index == firstCCC { - log.Fatalf("%U: multi-segment decomposition not supported for decompositions with leading CCC != 0", r) - } - index = firstLeadingCCC - } - if cc != lccc { - if cc != 0 { - log.Fatalf("%U: for lccc != ccc, expected ccc to be 0; was %d", r, cc) - } - index = firstCCCZeroExcept - } - } else if len(d) > 1 { - index = firstMulti - } - return index, s - } - - decompSet := makeDecompSet() - const nLeadStr = "\x00\x01" // 0-byte length and tccc with nTrail. - decompSet.insert(firstStarterWithNLead, nLeadStr) - - // Store the uniqued decompositions in a byte buffer, - // preceded by their byte length. - for _, c := range chars { - for _, f := range c.forms { - if len(f.expandedDecomp) == 0 { - continue - } - if f.combinesBackward { - log.Fatalf("%U: combinesBackward and decompose", c.codePoint) - } - index, s := mkstr(c.codePoint, &f) - decompSet.insert(index, s) - } - } - - decompositions := bytes.NewBuffer(make([]byte, 0, 10000)) - size := 0 - positionMap := make(map[string]uint16) - decompositions.WriteString("\000") - fmt.Fprintln(w, "const (") - for i, m := range decompSet { - sa := []string{} - for s := range m { - sa = append(sa, s) - } - sort.Strings(sa) - for _, s := range sa { - p := decompositions.Len() - decompositions.WriteString(s) - positionMap[s] = uint16(p) - } - if cname[i] != "" { - fmt.Fprintf(w, "%s = 0x%X\n", cname[i], decompositions.Len()) - } - } - fmt.Fprintln(w, "maxDecomp = 0x8000") - fmt.Fprintln(w, ")") - b := decompositions.Bytes() - printBytes(w, b, "decomps") - size += len(b) - - varnames := []string{"nfc", "nfkc"} - for i := 0; i < FNumberOfFormTypes; i++ { - trie := triegen.NewTrie(varnames[i]) - - for r, c := range chars { - f := c.forms[i] - d := f.expandedDecomp - if len(d) != 0 { - _, key := mkstr(c.codePoint, &f) - trie.Insert(rune(r), uint64(positionMap[key])) - if c.ccc != ccc(d[0]) { - // We assume the lead ccc of a decomposition !=0 in this case. - if ccc(d[0]) == 0 { - log.Fatalf("Expected leading CCC to be non-zero; ccc is %d", c.ccc) - } - } - } else if c.nLeadingNonStarters > 0 && len(f.expandedDecomp) == 0 && c.ccc == 0 && !f.combinesBackward { - // Handle cases where it can't be detected that the nLead should be equal - // to nTrail. - trie.Insert(c.codePoint, uint64(positionMap[nLeadStr])) - } else if v := makeEntry(&f, &c)<<8 | uint16(c.ccc); v != 0 { - trie.Insert(c.codePoint, uint64(0x8000|v)) - } - } - sz, err := trie.Gen(w, triegen.Compact(&normCompacter{name: varnames[i]})) - if err != nil { - log.Fatal(err) - } - size += sz - } - return size -} - -func contains(sa []string, s string) bool { - for _, a := range sa { - if a == s { - return true - } - } - return false -} - -func makeTables() { - w := &bytes.Buffer{} - - size := 0 - if *tablelist == "" { - return - } - list := strings.Split(*tablelist, ",") - if *tablelist == "all" { - list = []string{"recomp", "info"} - } - - // Compute maximum decomposition size. - max := 0 - for _, c := range chars { - if n := len(string(c.forms[FCompatibility].expandedDecomp)); n > max { - max = n - } - } - fmt.Fprintln(w, `import "sync"`) - fmt.Fprintln(w) - - fmt.Fprintln(w, "const (") - fmt.Fprintln(w, "\t// Version is the Unicode edition from which the tables are derived.") - fmt.Fprintf(w, "\tVersion = %q\n", gen.UnicodeVersion()) - fmt.Fprintln(w) - fmt.Fprintln(w, "\t// MaxTransformChunkSize indicates the maximum number of bytes that Transform") - fmt.Fprintln(w, "\t// may need to write atomically for any Form. Making a destination buffer at") - fmt.Fprintln(w, "\t// least this size ensures that Transform can always make progress and that") - fmt.Fprintln(w, "\t// the user does not need to grow the buffer on an ErrShortDst.") - fmt.Fprintf(w, "\tMaxTransformChunkSize = %d+maxNonStarters*4\n", len(string(0x034F))+max) - fmt.Fprintln(w, ")\n") - - // Print the CCC remap table. - size += len(cccMap) - fmt.Fprintf(w, "var ccc = [%d]uint8{", len(cccMap)) - for i := 0; i < len(cccMap); i++ { - if i%8 == 0 { - fmt.Fprintln(w) - } - fmt.Fprintf(w, "%3d, ", cccMap[uint8(i)]) - } - fmt.Fprintln(w, "\n}\n") - - if contains(list, "info") { - size += printCharInfoTables(w) - } - - if contains(list, "recomp") { - // Note that we use 32 bit keys, instead of 64 bit. - // This clips the bits of three entries, but we know - // this won't cause a collision. The compiler will catch - // any changes made to UnicodeData.txt that introduces - // a collision. - // Note that the recomposition map for NFC and NFKC - // are identical. - - // Recomposition map - nrentries := 0 - for _, c := range chars { - f := c.forms[FCanonical] - if !f.isOneWay && len(f.decomp) > 0 { - nrentries++ - } - } - sz := nrentries * 8 - size += sz - fmt.Fprintf(w, "// recompMap: %d bytes (entries only)\n", sz) - fmt.Fprintln(w, "var recompMap map[uint32]rune") - fmt.Fprintln(w, "var recompMapOnce sync.Once\n") - fmt.Fprintln(w, `const recompMapPacked = "" +`) - var buf [8]byte - for i, c := range chars { - f := c.forms[FCanonical] - d := f.decomp - if !f.isOneWay && len(d) > 0 { - key := uint32(uint16(d[0]))<<16 + uint32(uint16(d[1])) - binary.BigEndian.PutUint32(buf[:4], key) - binary.BigEndian.PutUint32(buf[4:], uint32(i)) - fmt.Fprintf(w, "\t\t%q + // 0x%.8X: 0x%.8X\n", string(buf[:]), key, uint32(i)) - } - } - // hack so we don't have to special case the trailing plus sign - fmt.Fprintf(w, ` ""`) - fmt.Fprintln(w) - } - - fmt.Fprintf(w, "// Total size of tables: %dKB (%d bytes)\n", (size+512)/1024, size) - gen.WriteVersionedGoFile("tables.go", "norm", w.Bytes()) -} - -func printChars() { - if *verbose { - for _, c := range chars { - if !c.isValid() || c.state == SMissing { - continue - } - fmt.Println(c) - } - } -} - -// verifyComputed does various consistency tests. -func verifyComputed() { - for i, c := range chars { - for _, f := range c.forms { - isNo := (f.quickCheck[MDecomposed] == QCNo) - if (len(f.decomp) > 0) != isNo && !isHangul(rune(i)) { - log.Fatalf("%U: NF*D QC must be No if rune decomposes", i) - } - - isMaybe := f.quickCheck[MComposed] == QCMaybe - if f.combinesBackward != isMaybe { - log.Fatalf("%U: NF*C QC must be Maybe if combinesBackward", i) - } - if len(f.decomp) > 0 && f.combinesForward && isMaybe { - log.Fatalf("%U: NF*C QC must be Yes or No if combinesForward and decomposes", i) - } - - if len(f.expandedDecomp) != 0 { - continue - } - if a, b := c.nLeadingNonStarters > 0, (c.ccc > 0 || f.combinesBackward); a != b { - // We accept these runes to be treated differently (it only affects - // segment breaking in iteration, most likely on improper use), but - // reconsider if more characters are added. - // U+FF9E HALFWIDTH KATAKANA VOICED SOUND MARK;Lm;0;L;<narrow> 3099;;;;N;;;;; - // U+FF9F HALFWIDTH KATAKANA SEMI-VOICED SOUND MARK;Lm;0;L;<narrow> 309A;;;;N;;;;; - // U+3133 HANGUL LETTER KIYEOK-SIOS;Lo;0;L;<compat> 11AA;;;;N;HANGUL LETTER GIYEOG SIOS;;;; - // U+318E HANGUL LETTER ARAEAE;Lo;0;L;<compat> 11A1;;;;N;HANGUL LETTER ALAE AE;;;; - // U+FFA3 HALFWIDTH HANGUL LETTER KIYEOK-SIOS;Lo;0;L;<narrow> 3133;;;;N;HALFWIDTH HANGUL LETTER GIYEOG SIOS;;;; - // U+FFDC HALFWIDTH HANGUL LETTER I;Lo;0;L;<narrow> 3163;;;;N;;;;; - if i != 0xFF9E && i != 0xFF9F && !(0x3133 <= i && i <= 0x318E) && !(0xFFA3 <= i && i <= 0xFFDC) { - log.Fatalf("%U: nLead was %v; want %v", i, a, b) - } - } - } - nfc := c.forms[FCanonical] - nfkc := c.forms[FCompatibility] - if nfc.combinesBackward != nfkc.combinesBackward { - log.Fatalf("%U: Cannot combine combinesBackward\n", c.codePoint) - } - } -} - -// Use values in DerivedNormalizationProps.txt to compare against the -// values we computed. -// DerivedNormalizationProps.txt has form: -// 00C0..00C5 ; NFD_QC; N # ... -// 0374 ; NFD_QC; N # ... -// See https://unicode.org/reports/tr44/ for full explanation -func testDerived() { - f := gen.OpenUCDFile("DerivedNormalizationProps.txt") - defer f.Close() - p := ucd.New(f) - for p.Next() { - r := p.Rune(0) - c := &chars[r] - - var ftype, mode int - qt := p.String(1) - switch qt { - case "NFC_QC": - ftype, mode = FCanonical, MComposed - case "NFD_QC": - ftype, mode = FCanonical, MDecomposed - case "NFKC_QC": - ftype, mode = FCompatibility, MComposed - case "NFKD_QC": - ftype, mode = FCompatibility, MDecomposed - default: - continue - } - var qr QCResult - switch p.String(2) { - case "Y": - qr = QCYes - case "N": - qr = QCNo - case "M": - qr = QCMaybe - default: - log.Fatalf(`Unexpected quick check value "%s"`, p.String(2)) - } - if got := c.forms[ftype].quickCheck[mode]; got != qr { - log.Printf("%U: FAILED %s (was %v need %v)\n", r, qt, got, qr) - } - c.forms[ftype].verified[mode] = true - } - if err := p.Err(); err != nil { - log.Fatal(err) - } - // Any unspecified value must be QCYes. Verify this. - for i, c := range chars { - for j, fd := range c.forms { - for k, qr := range fd.quickCheck { - if !fd.verified[k] && qr != QCYes { - m := "%U: FAIL F:%d M:%d (was %v need Yes) %s\n" - log.Printf(m, i, j, k, qr, c.name) - } - } - } - } -} - -var testHeader = `const ( - Yes = iota - No - Maybe -) - -type formData struct { - qc uint8 - combinesForward bool - decomposition string -} - -type runeData struct { - r rune - ccc uint8 - nLead uint8 - nTrail uint8 - f [2]formData // 0: canonical; 1: compatibility -} - -func f(qc uint8, cf bool, dec string) [2]formData { - return [2]formData{{qc, cf, dec}, {qc, cf, dec}} -} - -func g(qc, qck uint8, cf, cfk bool, d, dk string) [2]formData { - return [2]formData{{qc, cf, d}, {qck, cfk, dk}} -} - -var testData = []runeData{ -` - -func printTestdata() { - type lastInfo struct { - ccc uint8 - nLead uint8 - nTrail uint8 - f string - } - - last := lastInfo{} - w := &bytes.Buffer{} - fmt.Fprintf(w, testHeader) - for r, c := range chars { - f := c.forms[FCanonical] - qc, cf, d := f.quickCheck[MComposed], f.combinesForward, string(f.expandedDecomp) - f = c.forms[FCompatibility] - qck, cfk, dk := f.quickCheck[MComposed], f.combinesForward, string(f.expandedDecomp) - s := "" - if d == dk && qc == qck && cf == cfk { - s = fmt.Sprintf("f(%s, %v, %q)", qc, cf, d) - } else { - s = fmt.Sprintf("g(%s, %s, %v, %v, %q, %q)", qc, qck, cf, cfk, d, dk) - } - current := lastInfo{c.ccc, c.nLeadingNonStarters, c.nTrailingNonStarters, s} - if last != current { - fmt.Fprintf(w, "\t{0x%x, %d, %d, %d, %s},\n", r, c.origCCC, c.nLeadingNonStarters, c.nTrailingNonStarters, s) - last = current - } - } - fmt.Fprintln(w, "}") - gen.WriteVersionedGoFile("data_test.go", "norm", w.Bytes()) -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/norm/triegen.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/norm/triegen.go deleted file mode 100644 index 45d711900d14..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/unicode/norm/triegen.go +++ /dev/null @@ -1,117 +0,0 @@ -// Copyright 2011 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// Trie table generator. -// Used by make*tables tools to generate a go file with trie data structures -// for mapping UTF-8 to a 16-bit value. All but the last byte in a UTF-8 byte -// sequence are used to lookup offsets in the index table to be used for the -// next byte. The last byte is used to index into a table with 16-bit values. - -package main - -import ( - "fmt" - "io" -) - -const maxSparseEntries = 16 - -type normCompacter struct { - sparseBlocks [][]uint64 - sparseOffset []uint16 - sparseCount int - name string -} - -func mostFrequentStride(a []uint64) int { - counts := make(map[int]int) - var v int - for _, x := range a { - if stride := int(x) - v; v != 0 && stride >= 0 { - counts[stride]++ - } - v = int(x) - } - var maxs, maxc int - for stride, cnt := range counts { - if cnt > maxc || (cnt == maxc && stride < maxs) { - maxs, maxc = stride, cnt - } - } - return maxs -} - -func countSparseEntries(a []uint64) int { - stride := mostFrequentStride(a) - var v, count int - for _, tv := range a { - if int(tv)-v != stride { - if tv != 0 { - count++ - } - } - v = int(tv) - } - return count -} - -func (c *normCompacter) Size(v []uint64) (sz int, ok bool) { - if n := countSparseEntries(v); n <= maxSparseEntries { - return (n+1)*4 + 2, true - } - return 0, false -} - -func (c *normCompacter) Store(v []uint64) uint32 { - h := uint32(len(c.sparseOffset)) - c.sparseBlocks = append(c.sparseBlocks, v) - c.sparseOffset = append(c.sparseOffset, uint16(c.sparseCount)) - c.sparseCount += countSparseEntries(v) + 1 - return h -} - -func (c *normCompacter) Handler() string { - return c.name + "Sparse.lookup" -} - -func (c *normCompacter) Print(w io.Writer) (retErr error) { - p := func(f string, x ...interface{}) { - if _, err := fmt.Fprintf(w, f, x...); retErr == nil && err != nil { - retErr = err - } - } - - ls := len(c.sparseBlocks) - p("// %sSparseOffset: %d entries, %d bytes\n", c.name, ls, ls*2) - p("var %sSparseOffset = %#v\n\n", c.name, c.sparseOffset) - - ns := c.sparseCount - p("// %sSparseValues: %d entries, %d bytes\n", c.name, ns, ns*4) - p("var %sSparseValues = [%d]valueRange {", c.name, ns) - for i, b := range c.sparseBlocks { - p("\n// Block %#x, offset %#x", i, c.sparseOffset[i]) - var v int - stride := mostFrequentStride(b) - n := countSparseEntries(b) - p("\n{value:%#04x,lo:%#02x},", stride, uint8(n)) - for i, nv := range b { - if int(nv)-v != stride { - if v != 0 { - p(",hi:%#02x},", 0x80+i-1) - } - if nv != 0 { - p("\n{value:%#04x,lo:%#02x", nv, 0x80+i) - } - } - v = int(nv) - } - if v != 0 { - p(",hi:%#02x},", 0x80+len(b)-1) - } - } - p("\n}\n\n") - return -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/width/gen.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/width/gen.go deleted file mode 100644 index 092277e1f64b..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/width/gen.go +++ /dev/null @@ -1,115 +0,0 @@ -// Copyright 2015 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -// This program generates the trie for width operations. The generated table -// includes width category information as well as the normalization mappings. -package main - -import ( - "bytes" - "fmt" - "io" - "log" - "math" - "unicode/utf8" - - "golang.org/x/text/internal/gen" - "golang.org/x/text/internal/triegen" -) - -// See gen_common.go for flags. - -func main() { - gen.Init() - genTables() - genTests() - gen.Repackage("gen_trieval.go", "trieval.go", "width") - gen.Repackage("gen_common.go", "common_test.go", "width") -} - -func genTables() { - t := triegen.NewTrie("width") - // fold and inverse mappings. See mapComment for a description of the format - // of each entry. Add dummy value to make an index of 0 mean no mapping. - inverse := [][4]byte{{}} - mapping := map[[4]byte]int{[4]byte{}: 0} - - getWidthData(func(r rune, tag elem, alt rune) { - idx := 0 - if alt != 0 { - var buf [4]byte - buf[0] = byte(utf8.EncodeRune(buf[1:], alt)) - s := string(r) - buf[buf[0]] ^= s[len(s)-1] - var ok bool - if idx, ok = mapping[buf]; !ok { - idx = len(mapping) - if idx > math.MaxUint8 { - log.Fatalf("Index %d does not fit in a byte.", idx) - } - mapping[buf] = idx - inverse = append(inverse, buf) - } - } - t.Insert(r, uint64(tag|elem(idx))) - }) - - w := &bytes.Buffer{} - gen.WriteUnicodeVersion(w) - - sz, err := t.Gen(w) - if err != nil { - log.Fatal(err) - } - - sz += writeMappings(w, inverse) - - fmt.Fprintf(w, "// Total table size %d bytes (%dKiB)\n", sz, sz/1024) - - gen.WriteVersionedGoFile(*outputFile, "width", w.Bytes()) -} - -const inverseDataComment = ` -// inverseData contains 4-byte entries of the following format: -// <length> <modified UTF-8-encoded rune> <0 padding> -// The last byte of the UTF-8-encoded rune is xor-ed with the last byte of the -// UTF-8 encoding of the original rune. Mappings often have the following -// pattern: -// A -> A (U+FF21 -> U+0041) -// ï¼¢ -> B (U+FF22 -> U+0042) -// ... -// By xor-ing the last byte the same entry can be shared by many mappings. This -// reduces the total number of distinct entries by about two thirds. -// The resulting entry for the aforementioned mappings is -// { 0x01, 0xE0, 0x00, 0x00 } -// Using this entry to map U+FF21 (UTF-8 [EF BC A1]), we get -// E0 ^ A1 = 41. -// Similarly, for U+FF22 (UTF-8 [EF BC A2]), we get -// E0 ^ A2 = 42. -// Note that because of the xor-ing, the byte sequence stored in the entry is -// not valid UTF-8.` - -func writeMappings(w io.Writer, data [][4]byte) int { - fmt.Fprintln(w, inverseDataComment) - fmt.Fprintf(w, "var inverseData = [%d][4]byte{\n", len(data)) - for _, x := range data { - fmt.Fprintf(w, "{ 0x%02x, 0x%02x, 0x%02x, 0x%02x },\n", x[0], x[1], x[2], x[3]) - } - fmt.Fprintln(w, "}") - return len(data) * 4 -} - -func genTests() { - w := &bytes.Buffer{} - fmt.Fprintf(w, "\nvar mapRunes = map[rune]struct{r rune; e elem}{\n") - getWidthData(func(r rune, tag elem, alt rune) { - if alt != 0 { - fmt.Fprintf(w, "\t0x%X: {0x%X, 0x%X},\n", r, alt, tag) - } - }) - fmt.Fprintln(w, "}") - gen.WriteGoFile("runes_test.go", "width", w.Bytes()) -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/width/gen_common.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/width/gen_common.go deleted file mode 100644 index 601e75268430..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/width/gen_common.go +++ /dev/null @@ -1,96 +0,0 @@ -// Copyright 2015 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -package main - -// This code is shared between the main code generator and the test code. - -import ( - "flag" - "log" - "strconv" - "strings" - - "golang.org/x/text/internal/gen" - "golang.org/x/text/internal/ucd" -) - -var ( - outputFile = flag.String("out", "tables.go", "output file") -) - -var typeMap = map[string]elem{ - "A": tagAmbiguous, - "N": tagNeutral, - "Na": tagNarrow, - "W": tagWide, - "F": tagFullwidth, - "H": tagHalfwidth, -} - -// getWidthData calls f for every entry for which it is defined. -// -// f may be called multiple times for the same rune. The last call to f is the -// correct value. f is not called for all runes. The default tag type is -// Neutral. -func getWidthData(f func(r rune, tag elem, alt rune)) { - // Set the default values for Unified Ideographs. In line with Annex 11, - // we encode full ranges instead of the defined runes in Unified_Ideograph. - for _, b := range []struct{ lo, hi rune }{ - {0x4E00, 0x9FFF}, // the CJK Unified Ideographs block, - {0x3400, 0x4DBF}, // the CJK Unified Ideographs Externsion A block, - {0xF900, 0xFAFF}, // the CJK Compatibility Ideographs block, - {0x20000, 0x2FFFF}, // the Supplementary Ideographic Plane, - {0x30000, 0x3FFFF}, // the Tertiary Ideographic Plane, - } { - for r := b.lo; r <= b.hi; r++ { - f(r, tagWide, 0) - } - } - - inverse := map[rune]rune{} - maps := map[string]bool{ - "<wide>": true, - "<narrow>": true, - } - - // We cannot reuse package norm's decomposition, as we need an unexpanded - // decomposition. We make use of the opportunity to verify that the - // decomposition type is as expected. - ucd.Parse(gen.OpenUCDFile("UnicodeData.txt"), func(p *ucd.Parser) { - r := p.Rune(0) - s := strings.SplitN(p.String(ucd.DecompMapping), " ", 2) - if !maps[s[0]] { - return - } - x, err := strconv.ParseUint(s[1], 16, 32) - if err != nil { - log.Fatalf("Error parsing rune %q", s[1]) - } - if inverse[r] != 0 || inverse[rune(x)] != 0 { - log.Fatalf("Circular dependency in mapping between %U and %U", r, x) - } - inverse[r] = rune(x) - inverse[rune(x)] = r - }) - - // <rune range>;<type> - ucd.Parse(gen.OpenUCDFile("EastAsianWidth.txt"), func(p *ucd.Parser) { - tag, ok := typeMap[p.String(1)] - if !ok { - log.Fatalf("Unknown width type %q", p.String(1)) - } - r := p.Rune(0) - alt, ok := inverse[r] - if tag == tagFullwidth || tag == tagHalfwidth && r != wonSign { - tag |= tagNeedsFold - if !ok { - log.Fatalf("Narrow or wide rune %U has no decomposition", r) - } - } - f(r, tag, alt) - }) -} diff --git a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/width/gen_trieval.go b/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/width/gen_trieval.go deleted file mode 100644 index c17334aa618d..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/golang.org/x/text/width/gen_trieval.go +++ /dev/null @@ -1,34 +0,0 @@ -// Copyright 2015 The Go Authors. All rights reserved. -// Use of this source code is governed by a BSD-style -// license that can be found in the LICENSE file. - -// +build ignore - -package main - -// elem is an entry of the width trie. The high byte is used to encode the type -// of the rune. The low byte is used to store the index to a mapping entry in -// the inverseData array. -type elem uint16 - -const ( - tagNeutral elem = iota << typeShift - tagAmbiguous - tagWide - tagNarrow - tagFullwidth - tagHalfwidth -) - -const ( - numTypeBits = 3 - typeShift = 16 - numTypeBits - - // tagNeedsFold is true for all fullwidth and halfwidth runes except for - // the Won sign U+20A9. - tagNeedsFold = 0x1000 - - // The Korean Won sign is halfwidth, but SHOULD NOT be mapped to a wide - // variant. - wonSign rune = 0x20A9 -) diff --git a/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/framework/timer/BUILD b/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/framework/timer/BUILD deleted file mode 100644 index bd6ed627bd76..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/framework/timer/BUILD +++ /dev/null @@ -1,33 +0,0 @@ -load("@io_bazel_rules_go//go:def.bzl", "go_library", "go_test") - -go_library( - name = "go_default_library", - srcs = ["timer.go"], - importpath = "k8s.io/kubernetes/test/e2e/framework/timer", - visibility = ["//visibility:public"], - deps = [ - "//test/e2e/framework/metrics:go_default_library", - "//test/e2e/perftype:go_default_library", - ], -) - -go_test( - name = "go_default_test", - srcs = ["timer_test.go"], - embed = [":go_default_library"], - deps = ["//vendor/github.com/onsi/gomega:go_default_library"], -) - -filegroup( - name = "package-srcs", - srcs = glob(["**"]), - tags = ["automanaged"], - visibility = ["//visibility:private"], -) - -filegroup( - name = "all-srcs", - srcs = [":package-srcs"], - tags = ["automanaged"], - visibility = ["//visibility:public"], -) diff --git a/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/framework/timer/timer.go b/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/framework/timer/timer.go deleted file mode 100644 index 552aaaaafd3c..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/framework/timer/timer.go +++ /dev/null @@ -1,128 +0,0 @@ -/* -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 timer - -import ( - "time" - - "bytes" - "fmt" - - e2emetrics "k8s.io/kubernetes/test/e2e/framework/metrics" - "k8s.io/kubernetes/test/e2e/perftype" - "sync" -) - -var now = time.Now - -// Phase represents a phase of a test. Phases can overlap. -type Phase struct { - sequenceNumber int - name string - startTime time.Time - endTime time.Time -} - -func (phase *Phase) ended() bool { - return !phase.endTime.IsZero() -} - -// End marks the phase as ended, unless it had already been ended before. -func (phase *Phase) End() { - if !phase.ended() { - phase.endTime = now() - } -} - -func (phase *Phase) label() string { - return fmt.Sprintf("%03d-%s", phase.sequenceNumber, phase.name) -} - -func (phase *Phase) duration() time.Duration { - endTime := phase.endTime - if !phase.ended() { - endTime = now() - } - return endTime.Sub(phase.startTime) -} - -func (phase *Phase) humanReadable() string { - if phase.ended() { - return fmt.Sprintf("Phase %s: %v\n", phase.label(), phase.duration()) - } - return fmt.Sprintf("Phase %s: %v so far\n", phase.label(), phase.duration()) -} - -// A TestPhaseTimer groups phases and provides a way to export their measurements as JSON or human-readable text. -// It is safe to use concurrently. -type TestPhaseTimer struct { - lock sync.Mutex - phases []*Phase -} - -// NewTestPhaseTimer creates a new TestPhaseTimer. -func NewTestPhaseTimer() *TestPhaseTimer { - return &TestPhaseTimer{} -} - -// StartPhase starts a new phase. -// sequenceNumber is an integer prepended to phaseName in the output, such that lexicographic sorting -// of phases in perfdash reconstructs the order of execution. Unfortunately it needs to be -// provided manually, since a simple incrementing counter would have the effect that inserting -// a new phase would renumber subsequent phases, breaking the continuity of historical records. -func (timer *TestPhaseTimer) StartPhase(sequenceNumber int, phaseName string) *Phase { - timer.lock.Lock() - defer timer.lock.Unlock() - newPhase := &Phase{sequenceNumber: sequenceNumber, name: phaseName, startTime: now()} - timer.phases = append(timer.phases, newPhase) - return newPhase -} - -// SummaryKind returns the summary of test summary. -func (timer *TestPhaseTimer) SummaryKind() string { - return "TestPhaseTimer" -} - -// PrintHumanReadable returns durations of all phases. -func (timer *TestPhaseTimer) PrintHumanReadable() string { - buf := bytes.Buffer{} - timer.lock.Lock() - defer timer.lock.Unlock() - for _, phase := range timer.phases { - buf.WriteString(phase.humanReadable()) - } - return buf.String() -} - -// PrintJSON returns durations of all phases with JSON format. -func (timer *TestPhaseTimer) PrintJSON() string { - data := perftype.PerfData{ - Version: "v1", - DataItems: []perftype.DataItem{{ - Unit: "s", - Labels: map[string]string{"test": "phases"}, - Data: make(map[string]float64)}}} - timer.lock.Lock() - defer timer.lock.Unlock() - for _, phase := range timer.phases { - data.DataItems[0].Data[phase.label()] = phase.duration().Seconds() - if !phase.ended() { - data.DataItems[0].Labels["ended"] = "false" - } - } - return e2emetrics.PrettyPrintJSON(data) -} diff --git a/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/generated/bindata.go b/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/generated/bindata.go deleted file mode 100644 index 2bc9c5c0702f..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/generated/bindata.go +++ /dev/null @@ -1,8499 +0,0 @@ -// Code generated by go-bindata. -// sources: -// test/e2e/testing-manifests/flexvolume/attachable-with-long-mount -// test/e2e/testing-manifests/flexvolume/dummy -// test/e2e/testing-manifests/flexvolume/dummy-attachable -// test/e2e/testing-manifests/guestbook/frontend-deployment.yaml.in -// test/e2e/testing-manifests/guestbook/frontend-service.yaml -// test/e2e/testing-manifests/guestbook/legacy/frontend-controller.yaml -// test/e2e/testing-manifests/guestbook/legacy/redis-master-controller.yaml -// test/e2e/testing-manifests/guestbook/legacy/redis-slave-controller.yaml -// test/e2e/testing-manifests/guestbook/redis-master-deployment.yaml.in -// test/e2e/testing-manifests/guestbook/redis-master-service.yaml -// test/e2e/testing-manifests/guestbook/redis-slave-deployment.yaml.in -// test/e2e/testing-manifests/guestbook/redis-slave-service.yaml -// test/e2e/testing-manifests/ingress/gce/static-ip-2/ing.yaml -// test/e2e/testing-manifests/ingress/gce/static-ip-2/rc.yaml -// test/e2e/testing-manifests/ingress/gce/static-ip-2/svc.yaml -// test/e2e/testing-manifests/ingress/http/ing.yaml -// test/e2e/testing-manifests/ingress/http/rc.yaml -// test/e2e/testing-manifests/ingress/http/svc.yaml -// test/e2e/testing-manifests/ingress/http2/ing.yaml -// test/e2e/testing-manifests/ingress/http2/rc.yaml -// test/e2e/testing-manifests/ingress/http2/svc.yaml -// test/e2e/testing-manifests/ingress/multiple-certs/ing.yaml -// test/e2e/testing-manifests/ingress/multiple-certs/rc.yaml -// test/e2e/testing-manifests/ingress/multiple-certs/svc.yaml -// test/e2e/testing-manifests/ingress/neg/ing.yaml -// test/e2e/testing-manifests/ingress/neg/rc.yaml -// test/e2e/testing-manifests/ingress/neg/svc.yaml -// test/e2e/testing-manifests/ingress/neg-clusterip/ing.yaml -// test/e2e/testing-manifests/ingress/neg-clusterip/rc.yaml -// test/e2e/testing-manifests/ingress/neg-clusterip/svc.yaml -// test/e2e/testing-manifests/ingress/neg-exposed/ing.yaml -// test/e2e/testing-manifests/ingress/neg-exposed/rc.yaml -// test/e2e/testing-manifests/ingress/neg-exposed/svc.yaml -// test/e2e/testing-manifests/ingress/nginx/rc.yaml -// test/e2e/testing-manifests/ingress/pre-shared-cert/ing.yaml -// test/e2e/testing-manifests/ingress/pre-shared-cert/rc.yaml -// test/e2e/testing-manifests/ingress/pre-shared-cert/svc.yaml -// test/e2e/testing-manifests/ingress/static-ip/ing.yaml -// test/e2e/testing-manifests/ingress/static-ip/rc.yaml -// test/e2e/testing-manifests/ingress/static-ip/secret.yaml -// test/e2e/testing-manifests/ingress/static-ip/svc.yaml -// test/e2e/testing-manifests/kubectl/busybox-pod.yaml -// test/e2e/testing-manifests/kubectl/httpd-deployment1.yaml.in -// test/e2e/testing-manifests/kubectl/httpd-deployment2.yaml.in -// test/e2e/testing-manifests/kubectl/httpd-deployment3.yaml.in -// test/e2e/testing-manifests/kubectl/pause-pod.yaml.in -// test/e2e/testing-manifests/kubectl/pod-with-readiness-probe.yaml.in -// test/e2e/testing-manifests/kubectl/redis-master-controller.json.in -// test/e2e/testing-manifests/kubectl/redis-master-pod.yaml -// test/e2e/testing-manifests/kubectl/redis-master-service.json -// test/e2e/testing-manifests/pod -// test/e2e/testing-manifests/rbd-storage-class.yaml -// test/e2e/testing-manifests/sample-device-plugin.yaml -// test/e2e/testing-manifests/serviceloadbalancer/haproxyrc.yaml -// test/e2e/testing-manifests/serviceloadbalancer/netexecrc.yaml -// test/e2e/testing-manifests/serviceloadbalancer/netexecsvc.yaml -// test/e2e/testing-manifests/serviceloadbalancer/nginxrc.yaml -// test/e2e/testing-manifests/serviceloadbalancer/nginxsvc.yaml -// test/e2e/testing-manifests/statefulset/cassandra/controller.yaml -// test/e2e/testing-manifests/statefulset/cassandra/pdb.yaml -// test/e2e/testing-manifests/statefulset/cassandra/service.yaml -// test/e2e/testing-manifests/statefulset/cassandra/statefulset.yaml -// test/e2e/testing-manifests/statefulset/cassandra/tester.yaml -// test/e2e/testing-manifests/statefulset/cockroachdb/service.yaml -// test/e2e/testing-manifests/statefulset/cockroachdb/statefulset.yaml -// test/e2e/testing-manifests/statefulset/etcd/pdb.yaml -// test/e2e/testing-manifests/statefulset/etcd/service.yaml -// test/e2e/testing-manifests/statefulset/etcd/statefulset.yaml -// test/e2e/testing-manifests/statefulset/etcd/tester.yaml -// test/e2e/testing-manifests/statefulset/mysql-galera/service.yaml -// test/e2e/testing-manifests/statefulset/mysql-galera/statefulset.yaml -// test/e2e/testing-manifests/statefulset/mysql-upgrade/configmap.yaml -// test/e2e/testing-manifests/statefulset/mysql-upgrade/service.yaml -// test/e2e/testing-manifests/statefulset/mysql-upgrade/statefulset.yaml -// test/e2e/testing-manifests/statefulset/mysql-upgrade/tester.yaml -// test/e2e/testing-manifests/statefulset/nginx/service.yaml -// test/e2e/testing-manifests/statefulset/nginx/statefulset.yaml -// test/e2e/testing-manifests/statefulset/redis/service.yaml -// test/e2e/testing-manifests/statefulset/redis/statefulset.yaml -// test/e2e/testing-manifests/statefulset/zookeeper/service.yaml -// test/e2e/testing-manifests/statefulset/zookeeper/statefulset.yaml -// test/e2e/testing-manifests/storage-csi/OWNERS -// test/e2e/testing-manifests/storage-csi/controller-role.yaml -// test/e2e/testing-manifests/storage-csi/external-attacher/rbac.yaml -// test/e2e/testing-manifests/storage-csi/external-provisioner/rbac.yaml -// test/e2e/testing-manifests/storage-csi/external-resizer/rbac.yaml -// test/e2e/testing-manifests/storage-csi/external-snapshotter/rbac.yaml -// test/e2e/testing-manifests/storage-csi/gce-pd/controller_ss.yaml -// test/e2e/testing-manifests/storage-csi/gce-pd/csi-controller-rbac.yaml -// test/e2e/testing-manifests/storage-csi/gce-pd/node_ds.yaml -// test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-attacher.yaml -// test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-driverinfo.yaml -// test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml -// test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-provisioner.yaml -// test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-resizer.yaml -// test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-snapshotter.yaml -// test/e2e/testing-manifests/storage-csi/hostpath/hostpath/e2e-test-rbac.yaml -// test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpath-attacher.yaml -// test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpath-provisioner.yaml -// test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpathplugin.yaml -// test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/e2e-test-rbac.yaml -// test/e2e/testing-manifests/storage-csi/hostpath/usage/csi-storageclass.yaml -// test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver-attacher.yaml -// test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver-resizer.yaml -// test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver.yaml -// test/e2e/testing-manifests/storage-csi/mock/csi-mock-driverinfo.yaml -// test/e2e/testing-manifests/storage-csi/mock/csi-mock-rbac.yaml -// test/e2e/testing-manifests/storage-csi/mock/csi-storageclass.yaml -// test/images/Makefile -// test/images/OWNERS -// test/images/agnhost/.gitignore -// test/images/agnhost/BASEIMAGE -// test/images/agnhost/Dockerfile -// test/images/agnhost/Makefile -// test/images/agnhost/VERSION -// test/images/agnhost/agnhost.go -// test/images/agnhost/audit-proxy/main.go -// test/images/agnhost/connect/connect.go -// test/images/agnhost/crd-conversion-webhook/config.go -// test/images/agnhost/crd-conversion-webhook/converter/converter_test.go -// test/images/agnhost/crd-conversion-webhook/converter/example_converter.go -// test/images/agnhost/crd-conversion-webhook/converter/framework.go -// test/images/agnhost/crd-conversion-webhook/main.go -// test/images/agnhost/dns/common.go -// test/images/agnhost/dns/dns.go -// test/images/agnhost/dns/dns_windows.go -// test/images/agnhost/entrypoint-tester/ep.go -// test/images/agnhost/fakegitserver/gitserver.go -// test/images/agnhost/inclusterclient/main.go -// test/images/agnhost/liveness/server.go -// test/images/agnhost/logs-generator/logs_generator.go -// test/images/agnhost/net/common/common.go -// test/images/agnhost/net/main.go -// test/images/agnhost/net/nat/closewait.go -// test/images/agnhost/netexec/netexec.go -// test/images/agnhost/nettest/nettest.go -// test/images/agnhost/no-snat-test/main.go -// test/images/agnhost/no-snat-test-proxy/main.go -// test/images/agnhost/pause/pause.go -// test/images/agnhost/port-forward-tester/portforwardtester.go -// test/images/agnhost/porter/localhost.crt -// test/images/agnhost/porter/localhost.key -// test/images/agnhost/porter/porter.go -// test/images/agnhost/serve-hostname/serve_hostname.go -// test/images/agnhost/webhook/addlabel.go -// test/images/agnhost/webhook/addlabel_test.go -// test/images/agnhost/webhook/alwaysallow.go -// test/images/agnhost/webhook/alwaysdeny.go -// test/images/agnhost/webhook/config.go -// test/images/agnhost/webhook/configmap.go -// test/images/agnhost/webhook/convert.go -// test/images/agnhost/webhook/convert_test.go -// test/images/agnhost/webhook/crd.go -// test/images/agnhost/webhook/customresource.go -// test/images/agnhost/webhook/main.go -// test/images/agnhost/webhook/patch_test.go -// test/images/agnhost/webhook/pods.go -// test/images/agnhost/webhook/scheme.go -// test/images/apparmor-loader/BASEIMAGE -// test/images/apparmor-loader/Dockerfile -// test/images/apparmor-loader/Makefile -// test/images/apparmor-loader/VERSION -// test/images/apparmor-loader/example-configmap.yaml -// test/images/apparmor-loader/example-daemon.yaml -// test/images/apparmor-loader/example-namespace.yaml -// test/images/apparmor-loader/example-pod.yaml -// test/images/apparmor-loader/loader.go -// test/images/cuda-vector-add/BASEIMAGE -// test/images/cuda-vector-add/Dockerfile -// test/images/cuda-vector-add/VERSION -// test/images/dnsutils/BASEIMAGE -// test/images/dnsutils/Dockerfile -// test/images/dnsutils/Dockerfile_windows -// test/images/dnsutils/VERSION -// test/images/echoserver/BASEIMAGE -// test/images/echoserver/Dockerfile -// test/images/echoserver/VERSION -// test/images/echoserver/nginx.conf -// test/images/echoserver/run.sh -// test/images/echoserver/template.lua -// test/images/image-util.sh -// test/images/ipc-utils/BASEIMAGE -// test/images/ipc-utils/Dockerfile -// test/images/ipc-utils/VERSION -// test/images/jessie-dnsutils/BASEIMAGE -// test/images/jessie-dnsutils/Dockerfile -// test/images/jessie-dnsutils/VERSION -// test/images/jessie-dnsutils/fixup-apt-list.sh -// test/images/kitten/BASEIMAGE -// test/images/kitten/Dockerfile -// test/images/kitten/VERSION -// test/images/kitten/html/data.json -// test/images/metadata-concealment/Dockerfile -// test/images/metadata-concealment/Makefile -// test/images/metadata-concealment/VERSION -// test/images/metadata-concealment/check_metadata_concealment.go -// test/images/mounttest/Dockerfile -// test/images/mounttest/Makefile -// test/images/mounttest/VERSION -// test/images/mounttest/mt.go -// test/images/mounttest-user/BASEIMAGE -// test/images/mounttest-user/Dockerfile -// test/images/mounttest-user/VERSION -// test/images/nautilus/BASEIMAGE -// test/images/nautilus/Dockerfile -// test/images/nautilus/VERSION -// test/images/nautilus/html/data.json -// test/images/node-perf/npb-ep/BASEIMAGE -// test/images/node-perf/npb-ep/Dockerfile -// test/images/node-perf/npb-ep/VERSION -// test/images/node-perf/npb-is/BASEIMAGE -// test/images/node-perf/npb-is/Dockerfile -// test/images/node-perf/npb-is/VERSION -// test/images/node-perf/tf-wide-deep/BASEIMAGE -// test/images/node-perf/tf-wide-deep/Dockerfile -// test/images/node-perf/tf-wide-deep/VERSION -// test/images/nonewprivs/.gitignore -// test/images/nonewprivs/BASEIMAGE -// test/images/nonewprivs/Dockerfile -// test/images/nonewprivs/Makefile -// test/images/nonewprivs/VERSION -// test/images/nonewprivs/nnp.go -// test/images/nonroot/Dockerfile -// test/images/nonroot/VERSION -// test/images/pets/peer-finder/BASEIMAGE -// test/images/pets/peer-finder/Dockerfile -// test/images/pets/peer-finder/Makefile -// test/images/pets/peer-finder/VERSION -// test/images/pets/peer-finder/peer-finder.go -// test/images/pets/redis-installer/BASEIMAGE -// test/images/pets/redis-installer/Dockerfile -// test/images/pets/redis-installer/Makefile -// test/images/pets/redis-installer/VERSION -// test/images/pets/redis-installer/install.sh -// test/images/pets/redis-installer/on-start.sh -// test/images/pets/zookeeper-installer/BASEIMAGE -// test/images/pets/zookeeper-installer/Dockerfile -// test/images/pets/zookeeper-installer/Makefile -// test/images/pets/zookeeper-installer/VERSION -// test/images/pets/zookeeper-installer/install.sh -// test/images/pets/zookeeper-installer/on-start.sh -// test/images/redis/BASEIMAGE -// test/images/redis/Dockerfile -// test/images/redis/VERSION -// test/images/redis/redis.conf -// test/images/regression-issue-74839/.gitignore -// test/images/regression-issue-74839/Dockerfile -// test/images/regression-issue-74839/Makefile -// test/images/regression-issue-74839/VERSION -// test/images/regression-issue-74839/main.go -// test/images/regression-issue-74839/tcp.go -// test/images/resource-consumer/.gitignore -// test/images/resource-consumer/BASEIMAGE -// test/images/resource-consumer/Dockerfile -// test/images/resource-consumer/Makefile -// test/images/resource-consumer/VERSION -// test/images/resource-consumer/common/common.go -// test/images/resource-consumer/consume-cpu/consume_cpu.go -// test/images/resource-consumer/resource_consumer.go -// test/images/resource-consumer/resource_consumer_handler.go -// test/images/resource-consumer/utils.go -// test/images/resource-consumer-controller/BASEIMAGE -// test/images/resource-consumer-controller/Dockerfile -// test/images/resource-consumer-controller/Makefile -// test/images/resource-consumer-controller/VERSION -// test/images/resource-consumer-controller/controller.go -// test/images/sample-apiserver/BASEIMAGE -// test/images/sample-apiserver/Dockerfile -// test/images/sample-apiserver/VERSION -// test/images/sample-device-plugin/BASEIMAGE -// test/images/sample-device-plugin/Dockerfile -// test/images/sample-device-plugin/Makefile -// test/images/sample-device-plugin/VERSION -// test/images/sample-device-plugin/sampledeviceplugin.go -// test/images/test-webserver/Dockerfile -// test/images/test-webserver/Makefile -// test/images/test-webserver/VERSION -// test/images/test-webserver/test-webserver.go -// test/images/volume/gluster/BASEIMAGE -// test/images/volume/gluster/Dockerfile -// test/images/volume/gluster/VERSION -// test/images/volume/gluster/glusterd.vol -// test/images/volume/gluster/index.html -// test/images/volume/gluster/run_gluster.sh -// test/images/volume/iscsi/BASEIMAGE -// test/images/volume/iscsi/Dockerfile -// test/images/volume/iscsi/VERSION -// test/images/volume/iscsi/block.tar.gz -// test/images/volume/iscsi/create_block.sh -// test/images/volume/iscsi/run_iscsi_target.sh -// test/images/volume/nfs/BASEIMAGE -// test/images/volume/nfs/Dockerfile -// test/images/volume/nfs/VERSION -// test/images/volume/nfs/index.html -// test/images/volume/nfs/run_nfs.sh -// test/images/volume/rbd/BASEIMAGE -// test/images/volume/rbd/Dockerfile -// test/images/volume/rbd/VERSION -// test/images/volume/rbd/block.tar.gz -// test/images/volume/rbd/bootstrap.sh -// test/images/volume/rbd/ceph.conf.sh -// test/images/volume/rbd/create_block.sh -// test/images/volume/rbd/keyring -// test/images/volume/rbd/mon.sh -// test/images/volume/rbd/osd.sh -// test/fixtures/doc-yaml/admin/daemon.yaml -// test/fixtures/doc-yaml/admin/high-availability/etcd.yaml -// test/fixtures/doc-yaml/admin/high-availability/kube-apiserver.yaml -// test/fixtures/doc-yaml/admin/high-availability/kube-controller-manager.yaml -// test/fixtures/doc-yaml/admin/high-availability/kube-scheduler.yaml -// test/fixtures/doc-yaml/admin/limitrange/invalid-pod.yaml -// test/fixtures/doc-yaml/admin/limitrange/limits.yaml -// test/fixtures/doc-yaml/admin/limitrange/namespace.yaml -// test/fixtures/doc-yaml/admin/limitrange/valid-pod.yaml -// test/fixtures/doc-yaml/admin/namespaces/namespace-dev.json -// test/fixtures/doc-yaml/admin/namespaces/namespace-prod.json -// test/fixtures/doc-yaml/admin/resourcequota/limits.yaml -// test/fixtures/doc-yaml/admin/resourcequota/namespace.yaml -// test/fixtures/doc-yaml/admin/resourcequota/quota.yaml -// test/fixtures/doc-yaml/user-guide/configmap/configmap.yaml -// test/fixtures/doc-yaml/user-guide/deployment.yaml -// test/fixtures/doc-yaml/user-guide/downward-api/dapi-pod.yaml.in -// test/fixtures/doc-yaml/user-guide/job.yaml -// test/fixtures/doc-yaml/user-guide/liveness/exec-liveness.yaml.in -// test/fixtures/doc-yaml/user-guide/liveness/http-liveness.yaml.in -// test/fixtures/doc-yaml/user-guide/multi-pod.yaml -// test/fixtures/doc-yaml/user-guide/persistent-volumes/claims/claim-01.yaml -// test/fixtures/doc-yaml/user-guide/persistent-volumes/claims/claim-02.yaml -// test/fixtures/doc-yaml/user-guide/persistent-volumes/claims/claim-03.json -// test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/gce.yaml -// test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/local-01.yaml -// test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/local-02.yaml -// test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/nfs.yaml -// test/fixtures/doc-yaml/user-guide/pod.yaml -// test/fixtures/doc-yaml/user-guide/replicaset/redis-slave.yaml -// test/fixtures/doc-yaml/user-guide/replication.yaml -// test/fixtures/doc-yaml/user-guide/secrets/secret-env-pod.yaml -// test/fixtures/doc-yaml/user-guide/secrets/secret-pod.yaml.in -// test/fixtures/doc-yaml/user-guide/secrets/secret.yaml -// test/fixtures/doc-yaml/user-guide/update-demo/images/kitten/html/data.json -// test/fixtures/doc-yaml/user-guide/update-demo/images/nautilus/html/data.json -// test/fixtures/doc-yaml/user-guide/update-demo/kitten-rc.yaml.in -// test/fixtures/doc-yaml/user-guide/update-demo/nautilus-rc.yaml.in -// test/fixtures/doc-yaml/user-guide/walkthrough/podtemplate.json -// test/fixtures/pkg/kubectl/OWNERS -// test/fixtures/pkg/kubectl/plugins/bar/kubectl-bar -// test/fixtures/pkg/kubectl/plugins/foo/kubectl-foo -// test/fixtures/pkg/kubectl/plugins/kubectl-foo -// test/fixtures/pkg/kubectl/plugins/version/kubectl-version -// DO NOT EDIT! - -package generated - -import ( - "bytes" - "compress/gzip" - "fmt" - "io" - "io/ioutil" - "os" - "path/filepath" - "strings" - "time" -) - -func bindataRead(data []byte, name string) ([]byte, error) { - gz, err := gzip.NewReader(bytes.NewBuffer(data)) - if err != nil { - return nil, fmt.Errorf("Read %q: %v", name, err) - } - - var buf bytes.Buffer - _, err = io.Copy(&buf, gz) - clErr := gz.Close() - - if err != nil { - return nil, fmt.Errorf("Read %q: %v", name, err) - } - if clErr != nil { - return nil, err - } - - return buf.Bytes(), nil -} - -type asset struct { - bytes []byte - info os.FileInfo -} - -type bindataFileInfo struct { - name string - size int64 - mode os.FileMode - modTime time.Time -} - -func (fi bindataFileInfo) Name() string { - return fi.name -} -func (fi bindataFileInfo) Size() int64 { - return fi.size -} -func (fi bindataFileInfo) Mode() os.FileMode { - return fi.mode -} -func (fi bindataFileInfo) ModTime() time.Time { - return fi.modTime -} -func (fi bindataFileInfo) IsDir() bool { - return false -} -func (fi bindataFileInfo) Sys() interface{} { - return nil -} - -var _testE2eTestingManifestsFlexvolumeAttachableWithLongMount = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x56\x6f\x6f\xda\xc8\x13\x7e\xef\x4f\x31\x5d\xd0\x4f\x4d\x45\x20\xe1\x57\xa9\x52\xa2\x54\xc7\x85\xe4\x8a\x4a\xa0\x0a\x34\xbd\xea\x38\x45\x8b\x3d\xb6\x47\xb7\xde\x75\x77\xd7\x21\x5c\xc4\x77\x3f\xad\x6d\x08\xe6\x5f\x93\x3b\xbf\x63\x77\xe6\x99\x67\x9e\xf9\xb3\xd4\xde\xb4\xa6\x24\x5b\x26\xf6\xbc\x1a\x5c\xaa\x74\xae\x29\x8a\x2d\xb4\x4f\x4e\x3f\xc0\x38\x46\xf8\x9c\x4d\x51\x4b\xb4\x68\xa0\x93\xd9\x58\x69\xd3\xf4\x6a\x5e\x0d\xfa\xe4\xa3\x34\x18\x40\x26\x03\xd4\x60\x63\x84\x4e\xca\xfd\x18\x97\x37\x0d\xb8\x43\x6d\x48\x49\x68\x37\x4f\xe0\xad\x33\x60\xe5\x15\x3b\x3a\xf7\x6a\x30\x57\x19\x24\x7c\x0e\x52\x59\xc8\x0c\x82\x8d\xc9\x40\x48\x02\x01\x1f\x7d\x4c\x2d\x90\x04\x5f\x25\xa9\x20\x2e\x7d\x84\x19\xd9\x38\x0f\x53\x82\x34\xbd\x1a\x7c\x2f\x21\xd4\xd4\x72\x92\xc0\xc1\x57\xe9\x1c\x54\xb8\x6e\x07\xdc\xe6\x84\xdd\x17\x5b\x9b\x9e\xb5\x5a\xb3\xd9\xac\xc9\x73\xb2\x4d\xa5\xa3\x96\x28\x0c\x4d\xab\xdf\xbb\xbc\x1a\x8c\xae\x8e\xdb\xcd\x93\xdc\xe5\xab\x14\x68\x0c\x68\xfc\x91\x91\xc6\x00\xa6\x73\xe0\x69\x2a\xc8\xe7\x53\x81\x20\xf8\x0c\x94\x06\x1e\x69\xc4\x00\xac\x72\x7c\x67\x9a\x2c\xc9\xa8\x01\x46\x85\x76\xc6\x35\x7a\x35\x08\xc8\x58\x4d\xd3\xcc\x56\xc4\x5a\xb2\x23\x53\x31\x50\x12\xb8\x04\xd6\x19\x41\x6f\xc4\xe0\xd7\xce\xa8\x37\x6a\x78\x35\xf8\xd6\x1b\x7f\x1a\x7e\x1d\xc3\xb7\xce\xed\x6d\x67\x30\xee\x5d\x8d\x60\x78\x0b\x97\xc3\x41\xb7\x37\xee\x0d\x07\x23\x18\x5e\x43\x67\xf0\x1d\x3e\xf7\x06\xdd\x06\x20\xd9\x18\x35\xe0\x63\xaa\x1d\x7f\xa5\x81\x9c\x8c\x18\x38\xcd\x46\x88\x15\x02\xa1\x2a\x08\x99\x14\x7d\x0a\xc9\x07\xc1\x65\x94\xf1\x08\x21\x52\x0f\xa8\x25\xc9\x08\x52\xd4\x09\x19\x57\x4c\x03\x5c\x06\x5e\x0d\x04\x25\x64\xb9\xcd\x4f\xb6\x92\x6a\xba\x5e\x1a\xbb\x72\x06\x9a\x1e\x50\xbb\x24\x31\xc7\xe7\x42\xcc\x21\x40\x43\x91\x2c\x34\xb3\x68\x2c\x70\x10\x4a\x46\x90\xa8\x4c\x3a\xf5\xc0\xf8\x28\xb9\x26\xe5\xd5\x60\x16\x93\x1f\x83\xcf\x25\xf8\xdc\x35\x09\x87\x07\x25\xb2\x04\x9d\xef\x14\x21\x40\xeb\xca\x18\x38\x3b\x81\x05\x82\x8b\x46\x12\x52\xad\x22\x97\x7e\xd3\xf3\xbc\xeb\xfe\xd5\xef\xf7\xdd\xaf\x37\x37\xdf\xef\xfb\xc3\xdf\x2e\xea\x4f\xd5\x83\xb3\x63\xd6\xb2\x49\xda\x0a\x05\x3e\x1e\x07\x59\x92\xcc\x9b\x42\x45\x6c\xe1\x79\x77\x9d\x7e\xaf\x7b\x7f\x33\x18\x77\xaf\xee\x7a\x97\x57\x17\xa1\x52\x2e\x37\x6e\x5d\x58\xe0\x62\xc6\xe7\xae\x3f\x6c\xa6\xa5\x01\x25\x11\x1e\xb8\xa0\xa0\xe4\x11\xe0\x03\xf9\x08\x46\x01\x87\x80\xc2\x10\x35\xae\x4e\xbd\x1a\x98\x58\xcd\x5c\xb6\x59\x0a\x79\xef\x9a\x6c\x6a\xf0\x47\x96\xdb\x14\xb2\xf9\x5c\x88\xb2\x74\x06\x38\x4c\xb3\xc8\xcb\xf1\xb9\xc5\x1b\x17\xa1\x9b\x43\x0d\x75\x97\xf0\xed\x11\x3c\x79\x50\x7e\xcf\x7c\xeb\xa7\xab\xc3\xcb\x4e\xbf\x7f\x51\x6f\xaf\x7e\x53\x08\x7f\x00\xab\xaf\x6c\x19\xbc\xb9\x00\x56\xdf\xc8\x98\xc1\x9f\xe7\xae\xb4\x72\xe5\xb7\xfc\x84\x8a\x80\x3d\x4d\x98\xb1\xdc\x66\x66\xc2\xce\x26\xec\x9a\x93\xc8\x34\x4e\x58\x63\xc2\x12\x34\x86\x47\x98\x9f\xe7\x79\xb0\xfa\x93\xa3\xb0\x60\xae\x2f\xd1\x77\xcd\x5e\x0a\xc4\xea\x4f\x1b\x51\x17\xac\x01\x91\xb2\x6b\x06\x6b\x57\x13\xb6\x60\x5b\x6c\xf0\x91\x2c\x9c\xac\x8e\x43\xf2\x16\x9e\x27\x54\x54\xd1\x25\xd5\x24\x6d\x08\xac\xfe\x8e\xc1\xc7\xff\x9d\x3a\x93\x00\xa7\x59\xd5\x08\xfd\x58\x01\xab\xbf\x75\x2a\x1f\x41\x6e\xfa\xd1\x31\xa8\xb6\xcc\x82\x39\xef\xa2\x0f\x2a\xee\x39\x20\xb0\xb2\x43\xea\xbf\x3c\x53\xdd\x21\xd8\x28\xf3\x7d\x34\x26\x17\xac\xc8\x35\x3f\xde\x25\x48\x25\xeb\x32\xdb\x9c\xff\x3e\x06\xc5\x4d\x85\x41\x0d\xc6\xc3\xee\x10\xc8\x98\x0c\xe1\xfd\xfb\x0f\xff\xff\x50\x0e\x90\x1b\x99\x94\x1b\xb7\xce\xbf\xdc\x81\xe4\x09\x36\xf2\xb5\xbc\xde\xc7\x2f\xca\x63\x27\xc7\x19\x27\x1b\x2a\xbd\x5f\xac\x8a\x41\x85\xf1\xce\x4e\xde\x37\x03\xd5\x6e\xae\xa2\xfe\xcb\x32\xfc\xbc\x00\x64\x8a\x00\x18\xec\xca\xec\xf9\xf6\x35\xad\xb0\xf4\x99\xb0\x33\xab\x33\xdc\x5d\x78\x95\x17\xa7\xa0\xbb\xb3\xfe\xeb\x06\xfb\x44\x6d\xbf\x56\xd4\x0a\x6a\x05\xf2\x4b\x67\xfc\x69\xbd\x4a\xc9\x5f\x01\x69\x38\x4e\x21\x57\xd1\xdd\x2e\xe0\x63\x2b\xc0\x87\x96\xcc\x84\x80\xb6\x1b\xc0\x95\x6d\xde\x67\xc7\x16\x6c\x92\x86\x06\xa4\xdb\xa4\x2f\x70\x33\x02\x31\x85\xd3\xf6\xc9\xc6\xf0\x7e\x42\x21\x14\x84\x5a\x25\xe0\x56\x7a\xf1\x62\xbc\x59\x0e\xf2\x12\xb6\x45\x32\xc0\xc7\x66\x6c\x13\xf1\xb2\xca\xec\xac\x43\x26\x7f\x52\x87\x8a\xc1\x66\x1d\x36\x45\xd3\xc9\x3e\x86\x7b\x45\xc8\x0a\xf1\x5e\x20\xd7\xab\x73\xc3\xc7\x94\xcb\xa0\x90\x6f\x57\x6a\xeb\xf7\x2f\xee\xef\x03\x91\x42\xb3\x3f\x4a\x68\xfe\x5b\x04\x95\x3a\x9d\xbd\xf2\xd5\x53\x29\x83\x0b\x60\x24\xc9\x6e\xbf\x70\xcb\xd9\x95\x64\x5f\x33\xb5\x3e\x4f\xf9\x94\x04\x59\x42\x77\xf9\xb4\x9c\xe3\x72\x8a\x1b\x30\x61\xe5\x3f\x49\x73\x3d\xba\x45\x43\x7f\xe3\x72\xc0\xb7\x19\x87\xe4\x79\x26\xa6\xd0\x7a\x9e\xcf\x0d\x96\x94\xe9\x99\x64\x81\x7d\xb4\xf5\x10\x2e\x97\xe8\xbb\xad\x9b\xf3\xf3\xb5\x0c\x77\x3b\x2f\xdf\x8c\x83\xce\x95\xbd\xba\x8d\xb1\xb1\xcc\x0f\x42\x3d\xaf\xc7\x6d\x9c\xf5\xd5\x79\x10\x64\x6d\xbc\x76\x64\x54\xdd\x82\x07\x81\x2a\x93\xba\x0d\xb5\x31\xc8\x07\xa1\xd6\x27\x63\x1b\xa9\x3a\x37\x2f\x00\x0a\xcd\x3e\x10\x37\x16\x07\x01\xde\x6d\x7b\xee\xe8\xe3\x81\xb2\x60\xb2\x34\x55\xda\xba\x67\x67\xff\x1f\x2c\x34\xdc\x77\xe3\x4a\x16\x4e\xbd\x7f\x02\x00\x00\xff\xff\x9b\x84\xf0\xd3\x3c\x0e\x00\x00") - -func testE2eTestingManifestsFlexvolumeAttachableWithLongMountBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsFlexvolumeAttachableWithLongMount, - "test/e2e/testing-manifests/flexvolume/attachable-with-long-mount", - ) -} - -func testE2eTestingManifestsFlexvolumeAttachableWithLongMount() (*asset, error) { - bytes, err := testE2eTestingManifestsFlexvolumeAttachableWithLongMountBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/flexvolume/attachable-with-long-mount", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsFlexvolumeDummy = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x92\x5f\x4f\xe3\x46\x14\xc5\x9f\x3d\x9f\xe2\xec\x24\xaa\x16\x44\x6c\xe0\xa5\x12\x08\xd4\x14\xd8\x12\x2d\x24\x15\x09\xdd\xa2\xa6\x5a\x4d\xec\x6b\x7b\xd4\xf1\xcc\x74\x66\x4c\x12\x45\xf9\xee\x95\x1d\x87\x2e\x65\x85\xea\x37\xdf\xbf\xbf\x73\xee\xf4\x3e\x24\x0b\xa9\x13\x5f\x32\xd6\xc3\x95\xb1\x6b\x27\x8b\x32\xe0\xf4\xf8\xe4\x47\xcc\x4a\xc2\xe7\x7a\x41\x4e\x53\x20\x8f\x61\x1d\x4a\xe3\x7c\xcc\x7a\xac\x87\x3b\x99\x92\xf6\x94\xa1\xd6\x19\x39\x84\x92\x30\xb4\x22\x2d\x69\x9f\x39\xc2\x6f\xe4\xbc\x34\x1a\xa7\xf1\x31\x3e\x36\x05\xbc\x4b\xf1\x83\x73\xd6\xc3\xda\xd4\xa8\xc4\x1a\xda\x04\xd4\x9e\x10\x4a\xe9\x91\x4b\x45\xa0\x55\x4a\x36\x40\x6a\xa4\xa6\xb2\x4a\x0a\x9d\x12\x96\x32\x94\xed\x9a\x6e\x48\xcc\x7a\x78\xea\x46\x98\x45\x10\x52\x43\x20\x35\x76\x0d\x93\x7f\x5b\x07\x11\x5a\xe0\xe6\x2b\x43\xb0\x67\x49\xb2\x5c\x2e\x63\xd1\xc2\xc6\xc6\x15\x89\xda\x15\xfa\xe4\x6e\x74\x75\x33\x9e\xde\x0c\x4e\xe3\xe3\xb6\xe5\x51\x2b\xf2\x1e\x8e\xfe\xae\xa5\xa3\x0c\x8b\x35\x84\xb5\x4a\xa6\x62\xa1\x08\x4a\x2c\x61\x1c\x44\xe1\x88\x32\x04\xd3\xf0\x2e\x9d\x0c\x52\x17\x47\xf0\x26\x0f\x4b\xe1\x88\xf5\x90\x49\x1f\x9c\x5c\xd4\xe1\x95\x59\x7b\x3a\xe9\x5f\x15\x18\x0d\xa1\xc1\x87\x53\x8c\xa6\x1c\x3f\x0f\xa7\xa3\xe9\x11\xeb\xe1\xcb\x68\x76\x3b\x79\x9c\xe1\xcb\xf0\xe1\x61\x38\x9e\x8d\x6e\xa6\x98\x3c\xe0\x6a\x32\xbe\x1e\xcd\x46\x93\xf1\x14\x93\x4f\x18\x8e\x9f\xf0\x79\x34\xbe\x3e\x02\xc9\x50\x92\x03\xad\xac\x6b\xf8\x8d\x83\x6c\x6c\xa4\xac\xf1\x6c\x4a\xf4\x0a\x20\x37\x3b\x20\x6f\x29\x95\xb9\x4c\xa1\x84\x2e\x6a\x51\x10\x0a\xf3\x4c\x4e\x4b\x5d\xc0\x92\xab\xa4\x6f\x8e\xe9\x21\x74\xc6\x7a\x50\xb2\x92\x41\x84\x36\xf2\x46\x54\xdc\xbc\xa5\x59\x73\xce\xcc\xc9\x67\xda\xad\xa7\x8a\x74\xf0\x10\x08\x95\xcd\xfd\xee\x9c\x02\xd6\xd1\xc0\x1a\x5b\x2b\xd1\xa8\x6f\xaf\x2f\x75\x46\xab\xb8\x0c\x95\x8a\x19\xfb\x74\x77\xf3\xfb\xd7\xeb\xc7\xfb\xfb\xa7\xaf\x77\x93\x5f\x2e\xfa\x9b\xd7\x81\xb3\x01\x4f\x42\x65\x93\x5c\xd1\x6a\x90\xd5\x55\xb5\x8e\x95\x29\xf8\x96\x31\x65\x8a\x8f\x07\xd8\xb0\xc8\x3a\xa9\x43\x0e\xde\x3f\xe4\xb8\xfc\xe1\x84\x6d\x19\xcb\x68\x51\x77\x59\x4a\x4b\x03\xde\xff\x98\x89\x40\x07\x68\x6b\x2e\xc1\xff\xbb\x66\xcb\xdb\x36\x53\x99\x5a\x87\x5d\x63\x3b\x03\xbc\x8b\xa1\xff\x13\x67\xd1\xfd\x78\xf6\xeb\x70\x76\x7b\xd1\x3f\x61\x51\xf5\x57\x26\x1d\x06\x16\xfd\x4d\x17\xde\xe2\x32\xc9\xe8\x39\xd1\xb5\x52\x38\x6d\x50\xa2\x5d\xef\x20\x74\x9e\x68\xa3\xe9\xdd\xfa\x1d\xed\x2d\x29\x65\x90\x3b\x53\xa1\xd1\xfd\x6c\x54\x5d\xd1\x87\x3d\xf9\xbe\x3b\xf9\xd7\x47\xce\x22\x65\x0a\xf0\xcd\x9c\xfb\x20\x42\xed\xe7\xfc\x6c\xce\xa7\x75\x9a\x92\xf7\x73\xbe\xe5\x2c\xa2\x95\x0c\x38\x6e\x54\xd6\xfa\xad\xca\x2e\xf6\x56\xa5\xab\xf0\xdd\x8d\x6f\xd1\xeb\x6e\xc2\x3b\xea\xfe\x3f\xa3\xb1\xcd\x76\x26\x73\xfc\x01\xde\x37\x96\xe3\x02\x5c\x6a\x19\x38\xfe\x3c\x6f\x5e\xa2\x7e\x41\x6f\xa2\x3b\xee\xf7\xc6\x1f\xcd\x79\x2a\xac\x58\x48\x25\x83\xa4\x26\xb9\x99\x73\x11\x82\x48\xcb\x39\x3f\xcb\x85\xf2\xb4\xfd\x06\x21\x97\x8c\xf9\x52\xe6\x81\xb1\x54\x78\xea\x18\xa4\xee\x2e\x7a\xc0\xa2\xe8\xe5\x61\x1c\xb2\x28\x3a\x3f\x67\x51\xe7\x61\x93\x7b\xb1\x73\x9f\x3b\x6c\xa2\xdf\xe1\x1b\x9b\x00\x5f\x5b\x6b\x5c\xa0\x6c\x67\xc2\x1e\x81\xbc\x48\x19\x6b\x7f\x4e\xd8\x3f\x01\x00\x00\xff\xff\x5b\x74\xc1\x62\xc5\x05\x00\x00") - -func testE2eTestingManifestsFlexvolumeDummyBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsFlexvolumeDummy, - "test/e2e/testing-manifests/flexvolume/dummy", - ) -} - -func testE2eTestingManifestsFlexvolumeDummy() (*asset, error) { - bytes, err := testE2eTestingManifestsFlexvolumeDummyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/flexvolume/dummy", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsFlexvolumeDummyAttachable = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x55\x7d\x4f\xdb\xc8\x13\xfe\xdb\xfb\x29\xa6\x9b\xe8\xa7\x52\xe5\x05\xf8\x55\xaa\x04\xa2\xba\x1c\x81\x6b\xd4\x90\x54\x24\xa5\x57\x5d\x4e\xd5\xc6\x1e\xdb\xab\xb3\x77\xb7\xfb\x42\xc8\xa1\x7c\xf7\xd3\xfa\x05\x6c\xa0\x94\xfa\xcf\x99\xc7\x33\xcf\x3c\xf3\xb2\x9d\x57\xc3\x35\x17\x43\x93\x12\xd2\x81\x53\xa9\xb6\x9a\x27\xa9\x85\xc3\xfd\x83\x77\xb0\x4c\x11\x3e\xba\x35\x6a\x81\x16\x0d\x8c\x9c\x4d\xa5\x36\x03\xd2\x21\x1d\x98\xf2\x10\x85\xc1\x08\x9c\x88\x50\x83\x4d\x11\x46\x8a\x85\x29\xd6\x9e\x1e\x5c\xa1\x36\x5c\x0a\x38\x1c\xec\xc3\x6b\x0f\xa0\x95\x8b\xee\x1d\x93\x0e\x6c\xa5\x83\x9c\x6d\x41\x48\x0b\xce\x20\xd8\x94\x1b\x88\x79\x86\x80\x37\x21\x2a\x0b\x5c\x40\x28\x73\x95\x71\x26\x42\x84\x0d\xb7\x69\x91\xa6\x0a\x32\x20\x1d\xf8\x5a\x85\x90\x6b\xcb\xb8\x00\x06\xa1\x54\x5b\x90\x71\x13\x07\xcc\x16\x84\xfd\x97\x5a\xab\x8e\x86\xc3\xcd\x66\x33\x60\x05\xd9\x81\xd4\xc9\x30\x2b\x81\x66\x38\x9d\x9c\x9e\xcd\x16\x67\xfd\xc3\xc1\x7e\xf1\xcb\x67\x91\xa1\x31\xa0\xf1\xbb\xe3\x1a\x23\x58\x6f\x81\x29\x95\xf1\x90\xad\x33\x84\x8c\x6d\x40\x6a\x60\x89\x46\x8c\xc0\x4a\xcf\x77\xa3\xb9\xe5\x22\xe9\x81\x91\xb1\xdd\x30\x8d\xa4\x03\x11\x37\x56\xf3\xb5\xb3\x2d\xb1\x6a\x76\xdc\xb4\x00\x52\x00\x13\x40\x47\x0b\x98\x2c\x28\xfc\x3e\x5a\x4c\x16\x3d\xd2\x81\x2f\x93\xe5\x87\xf9\xe7\x25\x7c\x19\x5d\x5e\x8e\x66\xcb\xc9\xd9\x02\xe6\x97\x70\x3a\x9f\x8d\x27\xcb\xc9\x7c\xb6\x80\xf9\x39\x8c\x66\x5f\xe1\xe3\x64\x36\xee\x01\x72\x9b\xa2\x06\xbc\x51\xda\xf3\x97\x1a\xb8\x97\x11\x23\xaf\xd9\x02\xb1\x45\x20\x96\x25\x21\xa3\x30\xe4\x31\x0f\x21\x63\x22\x71\x2c\x41\x48\xe4\x35\x6a\xc1\x45\x02\x0a\x75\xce\x8d\x6f\xa6\x01\x26\x22\xd2\x81\x8c\xe7\xdc\x32\x5b\x58\x1e\x15\x35\xf0\xb3\xb4\xf4\xed\x8c\x34\xbf\xc6\x32\x3d\xe6\x28\xac\x01\x06\x36\x57\xb1\x29\xdb\xc9\x40\x69\xec\x2b\xa9\x5c\xc6\x7c\xf5\x45\xf7\xb9\x88\xf0\x66\x90\xda\x3c\xf3\x74\x47\xd6\xb2\x30\xf5\x32\xd5\x6d\xe8\xc1\xda\x59\xe0\xd6\xdb\x18\x08\xd9\x97\x0a\x6c\xca\x2c\xb0\x6c\xc3\xb6\x1e\x67\x9d\x16\x06\x8c\x0b\x43\x34\x66\x40\xc8\xf9\xf4\xec\xcf\x6f\xe3\xcf\x17\x17\x5f\xbf\x4d\xe7\x7f\x9c\x74\x6f\xdb\x86\xa3\x3e\x1d\xda\x5c\x0d\xe3\x0c\x6f\xfa\x91\xcb\xf3\xed\x20\x93\x09\xdd\x11\x72\x35\x9a\x4e\xc6\xdf\x2e\x66\xcb\xf1\xd9\xd5\xe4\xf4\xec\x24\x96\xd2\x97\xc6\x4a\x4e\x0f\xf2\x49\x81\x70\xcd\x32\x1e\x41\x2e\x9d\xb0\x10\xe1\x35\x0f\x11\x8c\x04\x06\x11\x8f\x63\xd4\x78\x67\x25\x1d\x30\xa9\xdc\x78\x6d\x9d\x82\x62\x74\x8d\x5b\x1b\xfc\xee\x0a\x4c\xa9\x5a\xc8\xb2\xac\xea\x9c\xaf\x74\xed\x12\x52\xc4\x67\x16\x2f\x7c\x86\x71\x11\x6a\xae\xc7\x1c\x5f\xef\xc1\x2d\x09\xee\x89\x76\x0f\x48\x70\x3a\x9a\x4e\x4f\xba\x87\x24\xe0\x31\xfc\x05\xb4\x7b\xe7\xa5\xf0\xea\x04\x68\xf7\x41\x71\x14\xfe\x3e\xf6\x4d\x14\x24\x08\x32\x99\x00\xbd\x5d\x51\x63\x99\x75\x66\x45\x8f\x56\xf4\x9c\xf1\xcc\x69\x5c\xd1\xde\x8a\xe6\x68\x0c\x4b\xb0\xb0\x17\x24\x69\xf7\xd6\x67\xdb\x51\x3f\x73\x18\xfa\x56\x56\xd5\xd3\xee\xed\x83\x3c\x3b\xda\x83\x44\xda\x06\xa0\xe1\x5a\xd1\x1d\x25\x41\x80\x37\xdc\xc2\x3e\x09\x62\x4e\x76\x84\x64\x32\x29\xeb\x53\x9a\x0b\x1b\x03\xed\xbe\xa1\xf0\xfe\x7f\x07\xde\x17\xe1\xda\x55\x5e\x0c\x53\x09\xb4\xfb\xda\xeb\xb3\x07\x05\xe6\xbd\x0f\xdf\x6e\xf6\x8e\xfa\xdf\xca\x0e\x96\xff\x15\x21\x80\x56\x4d\xed\xfe\x46\xc9\x53\xf5\x2f\xca\x69\x2a\xea\x2f\xa9\x17\xe6\xa7\xea\x2b\x8b\xa8\x6a\x28\x38\x3e\x4a\x56\x9a\xca\x64\x1d\x58\xce\xc7\x73\xe0\xc6\x38\x84\xb7\x6f\xdf\xfd\xff\x1d\x54\x6e\x6e\x40\x31\xe3\x8f\xec\xa7\x2b\x10\x2c\xc7\x5e\x71\x2c\x9b\xe3\xf5\x3c\xd7\x36\x8f\x0d\xe3\x36\x96\xfa\x89\xda\x5b\x9e\x92\x55\x7b\x96\x7e\x34\x77\xed\xb1\x6a\xc7\xf9\x55\x1d\x9f\x51\x90\x9b\x32\x24\x46\x2d\xda\xf7\xe6\x17\xb5\xad\x06\xaf\xe8\x91\xd5\x0e\x1f\x34\x49\x16\xb2\x96\x94\xda\xbd\x6a\x7a\x1e\x89\x73\xf8\x62\x71\x5a\x71\xca\x20\x9f\x46\xcb\x0f\x85\xbe\xf9\x3f\x11\xd7\xd0\x57\x50\xc8\xe0\xcd\x3b\x78\x3f\x8c\xf0\x7a\x28\x5c\x96\xc1\xa1\x9f\xf6\xa0\xec\x7b\xdf\x56\x17\x54\xf8\x83\xf3\x1c\xbe\x5c\x88\x0f\x98\x65\x12\x62\x2d\x73\xf0\x07\xee\x5a\x66\x2e\xc7\x57\xf5\x72\xd4\x7f\x0f\xef\xaf\xee\x4f\x84\x6c\xcb\xe6\xc4\x8f\x64\x6b\x79\xee\x64\xbb\xab\x58\xe7\x3f\x4a\xff\xb8\x10\x57\x56\xfe\x5c\xad\x2f\x67\x8c\x37\x8a\x89\xa8\x94\xa1\x45\xb8\xe9\xf8\xf9\x3c\x3d\x15\x34\x36\x4f\x04\x8c\xcd\xaf\x06\x93\xca\x2b\x44\xaa\xb3\x2d\x15\x85\x13\xa0\x5c\x70\xdb\x38\xd1\xf5\x06\x08\x6e\x5f\x34\xfb\x21\x53\x6c\xcd\x33\x6e\x39\x7a\xe7\x6d\xbd\x0d\xd5\x2e\xf4\x60\x45\xab\xf7\xd5\x9c\x2f\x2e\xd1\xf0\x7f\xb1\x5e\x93\x06\xb9\x98\x13\x62\x52\x1e\x5b\x42\x42\x66\xb0\x62\xc7\x05\x09\xca\x68\x7b\x24\x08\xea\x23\xf2\x86\x04\xc1\xf1\xb1\x67\x5a\x7b\xea\xa3\x57\x7b\x5a\xd7\xc2\x03\x1e\x9c\xa1\x1a\x77\xbf\xe6\x1e\xd4\x5c\xfa\x1a\xd1\x98\xb4\x22\x51\x7b\x63\x6b\x54\x6b\x22\x3d\xee\xc1\x88\xd6\xb8\xe6\x20\xec\x15\xaf\x51\x73\x30\xda\xa8\xd8\xdc\x23\x7c\xa7\x6b\xef\x9b\xbd\xa7\x9f\xd1\x99\xb4\x60\x9c\x52\x52\x5b\x7f\x88\x9a\xaf\x1d\x1a\x16\xfa\x49\xe2\x16\x0e\xc8\x7f\x01\x00\x00\xff\xff\xae\x82\x6a\x82\x97\x0b\x00\x00") - -func testE2eTestingManifestsFlexvolumeDummyAttachableBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsFlexvolumeDummyAttachable, - "test/e2e/testing-manifests/flexvolume/dummy-attachable", - ) -} - -func testE2eTestingManifestsFlexvolumeDummyAttachable() (*asset, error) { - bytes, err := testE2eTestingManifestsFlexvolumeDummyAttachableBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/flexvolume/dummy-attachable", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsGuestbookFrontendDeploymentYamlIn = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x4d\x6f\x13\x31\x10\x86\xef\xfb\x2b\x5e\x89\x43\x2f\x0d\xa4\xe2\x82\x7c\x44\xd0\x52\x89\xaa\x88\x56\x5c\xab\x89\x77\x92\x58\xb5\x67\x8c\x3d\xbb\x28\xaa\xfa\xdf\x91\x43\x3e\x76\x11\xf8\xf8\xcc\xcc\xe3\xd7\xf2\x50\x0e\x3f\xb8\xd4\xa0\xe2\x40\x39\xd7\x77\xe3\x55\xf7\x1c\xa4\x77\xf8\xc4\x39\xea\x2e\xb1\x58\x97\xd8\xa8\x27\x23\xd7\x01\x42\x89\x1d\xd6\x45\xc5\x58\xfa\xae\x66\xf6\x0d\x17\xce\x31\x78\xaa\x0e\xef\x3b\xa0\x72\x64\x6f\x5a\x5a\x05\x48\x64\x7e\xfb\x95\x56\x1c\xeb\x1f\x80\x76\x95\xc3\x66\xe0\x6a\x2b\xd5\xe7\x03\xb4\xc0\x65\xa2\x06\x8c\x53\x8e\x64\x7c\xd0\x4c\x52\xb4\x13\x67\xc6\xff\x38\xff\x61\x05\x8e\xa1\xdb\xf1\x2a\x46\x41\xb8\x9c\x4c\x8b\xc3\x1b\xf3\x36\x2f\x0a\xf7\xa1\x9e\x54\x21\xd1\x86\x1d\x5e\x5e\xde\xde\x7c\xbc\x3e\x08\x6f\x1b\x7b\x7d\x3d\xf5\x14\xae\x3a\x14\xcf\x93\x60\x0d\xfe\x6c\xb9\x66\x0c\xf0\x79\x70\xb8\x5a\x2e\xd3\x8c\x26\x4e\x5a\x76\xfb\xc2\x5d\x38\x55\x58\xc6\xf3\xf0\x31\xe1\xcd\xe7\xc7\xa7\x2f\xf7\x0f\x8f\x0f\x4f\xd7\xdf\xef\xef\x26\x96\x91\xe2\xc0\x0e\xbd\xd4\x09\x7c\x83\xdb\x35\x76\x3a\x14\xf8\x38\x54\xe3\xd2\xde\xbe\x0e\x1b\xf4\xca\x15\xa2\x86\x20\x3e\x0e\x3d\x83\xda\x24\x2a\x97\x31\x78\xbe\x84\x6d\x59\x60\x3a\x53\x05\xa9\xc6\xd4\x83\xbc\xe7\x5a\x5b\xbc\x50\x54\xda\xb6\x60\xa4\x12\x68\x15\xb9\xc2\x14\xeb\x20\xfd\xd1\x84\xad\x56\xfb\xcb\xb2\xd6\x4b\x78\x4d\xfb\x41\x1d\xac\xdd\x85\x8b\x73\xfc\x0b\xc4\x20\x0c\x5a\xe9\xc8\x97\x20\xe9\x31\xc8\xb1\xdd\xb6\x3c\x93\xed\x3b\x57\x1c\xf5\x97\x9b\xf1\x83\x8d\x65\x3c\xe1\xac\x65\xfa\x19\x8b\xf3\x16\x7c\xd3\x62\x0e\x1f\x96\xdd\xef\x00\x00\x00\xff\xff\x15\xa6\x03\x54\x19\x03\x00\x00") - -func testE2eTestingManifestsGuestbookFrontendDeploymentYamlInBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsGuestbookFrontendDeploymentYamlIn, - "test/e2e/testing-manifests/guestbook/frontend-deployment.yaml.in", - ) -} - -func testE2eTestingManifestsGuestbookFrontendDeploymentYamlIn() (*asset, error) { - bytes, err := testE2eTestingManifestsGuestbookFrontendDeploymentYamlInBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/guestbook/frontend-deployment.yaml.in", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsGuestbookFrontendServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8f\x3f\x4b\x04\x31\x10\xc5\xfb\x7c\x8a\x07\xb6\x9e\x68\x27\x29\xed\x04\x0b\x41\xb0\x9f\x4d\x66\xcf\x70\xd9\x99\x30\x99\x9c\xee\xb7\x97\xdd\xb5\xb0\xbc\x6e\x98\xf7\x87\xdf\xa3\x56\x3e\xd9\x7a\x51\x89\xb8\x3e\x85\x4b\x91\x1c\xf1\xc1\x76\x2d\x89\xc3\xc2\x4e\x99\x9c\x62\x00\x84\x16\x8e\x98\x4d\xc5\x59\x72\x00\x2a\x4d\x5c\xfb\x26\x01\xd4\x5a\xc4\x79\x70\xf7\x49\xf5\xb2\xbf\xbc\xb0\xfd\xf3\xf7\xc6\x69\xf3\xde\xa1\xcc\x58\x75\x18\x52\x1d\xdd\xd9\xd0\x47\x6b\x6a\xde\x51\xfc\x1e\x43\x92\x2e\x0b\x8b\xc3\xbf\x18\xb3\xd6\xaa\xdf\x45\xce\x70\x05\x0d\xd7\x85\xbc\x24\xaa\x75\x45\x32\x26\xe7\xbd\x90\x04\xfc\xe3\x6c\x42\x15\x55\x29\x9f\x26\xaa\x24\x89\x33\x5e\xdf\x31\xab\x1d\x55\x7f\x20\xe8\xc7\xb6\x87\x3d\xea\x6b\xe3\x88\x37\xa5\xfc\x72\x64\x2c\x00\x3b\xcd\xc6\x7a\xda\xcf\x88\xe7\xc7\x00\x74\xae\x9c\x5c\xed\xd6\xc1\xbf\x01\x00\x00\xff\xff\xc5\xce\xd2\xc0\x59\x01\x00\x00") - -func testE2eTestingManifestsGuestbookFrontendServiceYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsGuestbookFrontendServiceYaml, - "test/e2e/testing-manifests/guestbook/frontend-service.yaml", - ) -} - -func testE2eTestingManifestsGuestbookFrontendServiceYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsGuestbookFrontendServiceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/guestbook/frontend-service.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsGuestbookLegacyFrontendControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x92\x3f\x6f\xdb\x30\x10\xc5\x77\x7d\x8a\x07\x74\xc8\x62\x37\x0e\xda\xa1\xe0\x5a\xf4\xdf\x10\xa4\x48\x82\xae\xc6\x89\x3a\xcb\x44\xa8\x3b\x96\x3c\xa9\xc8\xb7\x2f\xe8\x46\xb2\x54\x6e\xfa\x1d\xdf\xef\x1e\x24\x51\x0a\xbf\x38\x97\xa0\xe2\x30\xdd\x35\x2f\x41\x3a\x87\x47\x4e\x31\x78\xb2\xa0\xf2\x59\xc5\xb2\xc6\xc8\xb9\x19\xd8\xa8\x23\x23\xd7\x00\x42\x03\x3b\x9c\xb2\x8a\xb1\x74\x4d\x49\xec\x2b\xce\xff\x82\xc5\xe1\x43\x03\x18\x0f\x29\x92\x71\x9d\x00\xeb\x78\x3d\x91\x5a\x8e\x65\x7e\x02\x28\x25\x87\x7e\xe4\x62\xad\xea\xcb\x82\x2d\x70\x5e\x6d\xaa\x68\xde\x56\x8f\x57\x31\x0a\xc2\x79\x31\xed\xdf\xca\xa5\x73\xda\x67\xee\x42\x59\x54\x61\xa0\x9e\x1d\x7a\x9f\xdf\x07\xbd\xed\x55\xfb\xc8\xc7\x42\x43\x8a\x5c\x6e\xfb\x76\x3f\x2f\x71\xd3\xc7\x25\x93\xb9\xe8\x98\x3d\xaf\x8a\x56\xf8\xbb\xf6\xdc\x30\xc0\xa7\xd1\xe1\xee\x70\x18\x36\x74\xe0\x41\xf3\xeb\x65\x70\x1f\x96\x09\xcb\x74\x0d\xcf\x8d\xbf\x7d\x79\x3e\x7e\x7f\x78\x7a\x7e\x3a\x7e\x7d\x7c\xb8\x5f\x59\x26\x8a\x23\x3b\x74\x52\x56\xf0\x1d\x7e\x9c\xf0\xaa\x63\x86\x8f\x63\x31\xce\xf5\x5d\x9c\x42\x8f\x4e\xb9\x40\xd4\x10\xc4\xc7\xb1\x63\x50\x4d\xa2\x70\x9e\x82\xe7\x1d\xec\xcc\x02\xd3\x8d\x2a\x48\x31\xa6\x0e\xe4\x3d\x97\x52\xeb\x85\xac\x32\xb0\x18\x26\xca\x81\xda\xc8\x05\xa6\x38\x05\xe9\x66\x13\xce\x5a\xec\x3f\xcb\x49\x77\xf0\x3a\x5c\x82\x3a\x5a\xdd\x85\x9b\x6b\xfd\x1b\xc4\x20\x0c\x6a\x75\xe2\x1d\x48\x3a\x8c\x32\x5f\xb7\x33\x6f\x64\x97\x9b\x2d\x47\xfd\xe3\x36\xfc\xcd\xc6\x32\x2d\x38\x69\x5e\x7f\x8c\xfd\xf5\xaf\xf8\xa9\xd9\x1c\x3e\x1d\x9a\xbf\x01\x00\x00\xff\xff\x1c\xa9\xd8\xd7\xe8\x02\x00\x00") - -func testE2eTestingManifestsGuestbookLegacyFrontendControllerYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsGuestbookLegacyFrontendControllerYaml, - "test/e2e/testing-manifests/guestbook/legacy/frontend-controller.yaml", - ) -} - -func testE2eTestingManifestsGuestbookLegacyFrontendControllerYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsGuestbookLegacyFrontendControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/guestbook/legacy/frontend-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsGuestbookLegacyRedisMasterControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\x41\x4f\xc3\x30\x0c\x85\xef\xf9\x15\xfe\x03\xdd\x56\xa1\x81\xc8\x95\x33\x12\xe2\xc0\xdd\x4d\x2d\x64\x35\x89\x83\xe3\x22\xed\xdf\xa3\x74\xa3\xeb\x60\xbe\xe5\xbd\xf8\x7d\xcf\x58\xf8\x83\xb4\xb2\x64\x0f\xdf\xbd\x9b\x38\x8f\x1e\xde\xa9\x44\x0e\x68\x2c\xf9\x45\xb2\xa9\xc4\x48\xea\x12\x19\x8e\x68\xe8\x1d\x40\xc6\x44\x1e\x94\x46\xae\x5d\xc2\x6a\xa4\x0e\x20\xe2\x40\xb1\x36\x1b\x00\x4b\xb9\xf8\xcb\x53\x25\x92\x87\xf5\x27\x80\x31\xa9\x87\x01\xc3\x44\x79\x74\xb5\x50\x68\x7b\x7a\x06\x57\x0f\xbd\x03\x30\x4a\x25\xa2\xd1\x39\x71\x8b\x6f\xb3\xa5\xdd\x21\xde\xa5\xfe\x27\x37\xe5\x97\xde\x26\x48\x36\xe4\x4c\xba\x26\x77\x97\x63\xff\xc4\x70\xc2\x4f\xf2\x30\x4a\x98\x48\x77\x2c\xfb\xc8\x83\xa2\x9e\xf6\x4b\x05\x7f\xdc\x1d\x76\xc7\x0e\x63\xe1\x4c\xd7\x3e\x54\x65\xd6\x40\x9b\xd6\x4d\xfc\x9a\xa9\xda\x8d\x06\x10\xca\xec\xa1\x3f\x1c\xd2\x8d\x9a\x28\x89\x9e\x16\xe3\x95\x57\xa7\x88\x6e\xd7\xbb\xeb\x11\x6f\xa2\xe6\xe1\xf1\xe1\xe9\xd9\xfd\x04\x00\x00\xff\xff\xab\x8c\xb0\x65\xe9\x01\x00\x00") - -func testE2eTestingManifestsGuestbookLegacyRedisMasterControllerYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsGuestbookLegacyRedisMasterControllerYaml, - "test/e2e/testing-manifests/guestbook/legacy/redis-master-controller.yaml", - ) -} - -func testE2eTestingManifestsGuestbookLegacyRedisMasterControllerYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsGuestbookLegacyRedisMasterControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/guestbook/legacy/redis-master-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsGuestbookLegacyRedisSlaveControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x53\xcd\x6e\xdb\x3c\x10\xbc\xeb\x29\x16\xce\x21\x17\xdb\x72\x9c\xc8\xfe\xcc\xeb\x87\xfe\x1d\x82\x14\x49\xd0\x1e\x8a\x22\x58\x52\x6b\x9b\x30\xb9\xab\x92\x94\x5a\xbf\x7d\x41\xf9\x4f\x46\xa3\x1b\x77\x76\x66\x96\x9c\x15\x36\xf6\x1b\x85\x68\x85\x15\x74\x77\xc5\xce\x72\xad\xe0\x99\x1a\x67\x0d\x26\x2b\xfc\xbf\x70\x0a\xe2\x1c\x85\xc2\x53\xc2\x1a\x13\xaa\x02\x80\xd1\x93\x82\x40\xb5\x8d\x93\xe8\xb0\xa3\x02\xc0\xa1\x26\x17\x33\x0a\x80\x4d\x73\x84\xfb\x63\x10\x47\x0a\x4e\x8d\x00\xc9\x52\x50\xa0\xd1\xec\x88\xeb\x22\x36\x64\x32\x2d\x1c\x6c\xa3\x82\x79\x01\x90\xc8\x37\x0e\x13\x1d\x04\x87\xe6\xf9\x1b\x9a\xbd\x63\xf8\x9e\xe9\xbf\xc6\xb9\x72\x32\xcf\x9f\x11\x4e\x68\x99\xc2\x59\x78\x72\xbc\xe9\xb5\x8a\xf5\xb8\x21\x05\xb5\x98\x1d\x85\xa9\x95\xd2\x59\x1d\x30\xec\xcb\x7e\x00\x55\x4d\x67\xd3\x6a\x82\xae\xb1\x7c\xe1\xdc\xc0\x77\x02\x0c\x04\xc2\x6e\x0f\xd6\x37\x8e\x3c\x71\xb2\xbc\x81\xb4\x25\xa8\x39\x82\x34\xf9\xc5\x41\xd6\x6a\xc0\xda\xa6\xd4\x44\x55\x96\x1b\x9b\xb6\xad\x9e\x1a\xf1\xe5\xae\xd5\x14\x98\x12\xc5\x92\xfe\x60\x56\x8a\xa5\x76\xa2\xcb\xd5\xd2\x2c\xa9\x9e\x91\x5e\x54\x55\x85\x0f\x7a\xb1\x58\xd6\xf3\xff\x96\xcb\xf5\x6a\x51\xd5\xf7\xab\x39\xcd\x66\xa8\xcd\x43\x55\x6e\x5a\x8a\x49\x8b\xec\xca\x41\x84\x65\x68\x79\x1a\xb7\x67\x6f\x23\xde\x63\x5e\x87\x1f\x30\x3a\xb6\x51\xe8\x28\x8c\xc6\x30\x9a\x1c\x28\xb2\xce\x87\x03\xe8\x31\xa6\x03\xb8\xb8\x5f\xae\x46\xf0\xf3\x12\x04\x45\x69\x83\xa1\x41\x5c\xb9\xf8\x2b\x0f\x71\x55\x03\x30\x4d\xab\xe0\x6e\x36\xf3\x57\x55\x4f\x5e\xc2\xbe\x07\x1e\xed\x19\x21\xee\x2e\xe4\x53\x50\x9f\x3e\xbc\xbe\x7d\x7e\x7a\x79\x7d\x79\xfb\xf8\xfc\xf4\x38\x50\xe9\xd0\xb5\x39\x33\x8e\x83\xe2\x0d\x7c\x59\xc3\x5e\xda\x00\xc6\xb5\x79\xfc\xbc\x02\x6b\xbb\x81\x5a\x28\x02\x4b\x02\xcb\xc6\xb5\x35\x01\xf6\x09\xe5\x07\xb0\x86\xc6\x39\x32\x86\x24\x57\x52\x96\x63\x22\xac\x01\x8d\xa1\x18\x01\x39\x4f\x68\x83\x70\xce\x19\x3a\x0c\x16\xb5\x23\x48\x02\x6b\xcb\x75\x9f\xfa\xe1\xcd\xae\x54\x8e\x16\xb7\x11\xb6\x12\xd3\xb8\x4f\x21\xf3\xa5\x4d\x3d\xe5\xf6\x72\x91\x5b\x70\x96\x09\x50\x4b\x47\x63\xc0\xe3\x42\x9f\x84\x5a\x3e\x51\x33\xad\xef\xd4\xe4\xe4\xb7\xba\xea\x3a\xaa\x11\x77\xe7\x72\x23\x61\x18\xcb\xe4\xf2\x5b\x7c\x95\x90\x14\xe4\x78\x8b\xbf\x01\x00\x00\xff\xff\xb9\x3d\x32\x31\x38\x04\x00\x00") - -func testE2eTestingManifestsGuestbookLegacyRedisSlaveControllerYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsGuestbookLegacyRedisSlaveControllerYaml, - "test/e2e/testing-manifests/guestbook/legacy/redis-slave-controller.yaml", - ) -} - -func testE2eTestingManifestsGuestbookLegacyRedisSlaveControllerYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsGuestbookLegacyRedisSlaveControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/guestbook/legacy/redis-slave-controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsGuestbookRedisMasterDeploymentYamlIn = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\xcd\x4a\x43\x31\x10\x85\xf7\x79\x8a\x79\x81\x6a\x2f\x82\x62\xd6\x6e\x04\x05\x71\xe1\x7e\x9a\x7b\xd0\xd0\xfc\x39\x99\x2b\x94\xd2\x77\x97\xd8\xd8\xde\xab\x9d\x5d\xce\x21\xdf\x37\x09\x17\xff\x06\xa9\x3e\x27\x4b\x5c\x4a\xbd\xfe\x1a\xcc\xd6\xa7\xd1\xd2\x03\x4a\xc8\xbb\x88\xa4\x26\x42\x79\x64\x65\x6b\x88\x12\x47\x58\x12\x8c\xbe\xae\x22\x57\x85\x98\x5a\xe0\x5a\x25\x28\xc1\x3b\xae\x96\x06\x43\x54\x11\xe0\x34\x4b\x6b\x88\x22\xab\xfb\x78\xe2\x0d\x42\x3d\x06\xd4\x74\x1d\xd4\x03\xc9\x01\x96\x3a\xf4\x18\xa9\x87\x58\xda\xb0\xdb\x22\x8d\x86\x48\x11\x4b\x60\x45\x87\xce\xf6\x6a\x13\x16\xfc\x0b\x86\x8b\x8e\xff\x16\xa2\xdf\x27\xb5\x71\x39\x29\xfb\x04\x39\x91\x57\xfd\x17\xfe\x60\x7c\xe4\x77\x58\xda\xef\xaf\x5e\x9b\xf3\xb1\x1d\x0f\x87\xb3\x1a\x35\x4f\xe2\x30\x5b\xb0\x85\x9f\x13\xaa\x2e\x32\x22\x57\x26\x4b\xc3\x7a\x1d\x17\x69\x44\xcc\xb2\xfb\x29\x9e\xfd\xa9\x29\x59\xe6\xd7\x57\xe7\x7d\x5f\xb2\xa8\xa5\xdb\x9b\xbb\x7b\xf3\x1d\x00\x00\xff\xff\x2d\xdf\x6e\xe2\xe7\x01\x00\x00") - -func testE2eTestingManifestsGuestbookRedisMasterDeploymentYamlInBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsGuestbookRedisMasterDeploymentYamlIn, - "test/e2e/testing-manifests/guestbook/redis-master-deployment.yaml.in", - ) -} - -func testE2eTestingManifestsGuestbookRedisMasterDeploymentYamlIn() (*asset, error) { - bytes, err := testE2eTestingManifestsGuestbookRedisMasterDeploymentYamlInBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/guestbook/redis-master-deployment.yaml.in", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsGuestbookRedisMasterServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x8d\x41\xaa\xc3\x30\x0c\x44\xf7\x3e\xc5\x5c\x20\x8b\xcf\x87\x96\xea\x14\x85\x42\xf7\x8a\x3d\x14\x13\xc7\x36\xb2\xc8\xf9\x4b\xd2\x52\xba\xee\x4e\xd2\x7b\x9a\xd1\x9e\xef\xb4\x91\x5b\x15\x6c\x7f\x61\xc9\x35\x09\x6e\xb4\x2d\x47\x86\x95\xae\x49\x5d\x25\x00\x55\x57\x0a\x8c\x29\x8f\x69\xd5\xe1\xb4\x00\x14\x9d\x59\xc6\x8e\x01\xed\xfd\xcd\x8f\xd5\x5a\xa1\xe0\x63\x02\x9e\x69\x82\x59\xe3\xc2\x9a\xc2\xe8\x8c\xfb\x5f\x6f\xe6\x47\xc0\x74\x8c\x82\xd3\xff\xf9\xf2\xf2\xd5\x1e\xf4\xeb\xf7\x71\xb0\x30\x7a\xb3\x5f\x0a\x9f\x01\x00\x00\xff\xff\x35\x30\xd5\x6a\xe9\x00\x00\x00") - -func testE2eTestingManifestsGuestbookRedisMasterServiceYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsGuestbookRedisMasterServiceYaml, - "test/e2e/testing-manifests/guestbook/redis-master-service.yaml", - ) -} - -func testE2eTestingManifestsGuestbookRedisMasterServiceYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsGuestbookRedisMasterServiceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/guestbook/redis-master-service.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsGuestbookRedisSlaveDeploymentYamlIn = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x53\xcd\x6e\xdb\x3c\x10\xbc\xeb\x29\x16\xce\x21\x17\x3b\x72\x9c\xd8\xfe\xcc\xf3\xd7\x9f\x00\x0d\x52\x24\x41\x7b\x28\x8a\x60\x49\xad\x6d\xc2\x24\x57\xe5\x8f\x5a\x23\xc8\xbb\x17\xb4\x64\x5b\x42\xa3\x9b\x66\x38\x33\xab\x1d\x0a\x6b\xfd\x8d\x7c\xd0\xec\x04\x60\x5d\x87\xb2\xb9\x2e\x76\xda\x55\x02\xfe\xa7\xda\xf0\xde\x92\x8b\x85\xa5\x88\x15\x46\x14\x05\x80\x43\x4b\x02\x3c\x55\x3a\x4c\x82\xc1\x86\x8a\x50\x93\xca\x8c\xa7\xda\x68\x85\x41\xc0\xac\x00\x08\x64\x48\x45\xf6\x99\x01\xb0\x18\xd5\xf6\x0b\x4a\x32\xa1\x05\x20\xa7\x75\x3e\x1d\xe0\xd9\x90\x80\xd6\xb3\x45\xa2\x26\x2f\x40\xa2\xda\x91\xab\x0a\x80\x48\xb6\x36\x18\xa9\xf3\xec\x4d\x95\x1f\x33\xb0\x7f\x27\xe0\xbd\x88\x7f\x43\x00\x8e\x1f\x94\x1f\xc5\x2e\xa2\x76\xe4\x4f\xc6\x93\x6e\x05\x43\x17\x6d\x71\x43\x02\x5e\x5f\xaf\x1e\x73\xe2\x5d\x7e\x7d\x7b\x3b\xd1\x17\xf0\x9d\x00\x3d\x01\x3b\xb3\x07\x6d\x6b\x43\x79\xb3\xda\x6d\x20\x6e\x09\x2a\x17\x80\xeb\xa8\xd9\x01\xaf\x45\x4f\xb5\x8d\xb1\x0e\xa2\x2c\x37\x3a\x6e\x93\xbc\x52\x6c\xcb\x5d\x92\xe4\x1d\x45\x0a\x25\xfd\xc1\xec\x14\x4a\x69\x58\x96\xab\xa5\x5a\x52\x35\x25\xb9\x98\xcf\xe7\x78\x2b\x17\x8b\x65\x35\xfb\x6f\xb9\x5c\xaf\x16\xf3\xea\x66\x35\xa3\xe9\x14\xa5\xba\x9d\x97\x9b\x44\x21\x4a\xe6\x5d\xd9\xab\xb1\xf4\xc9\x5d\x85\xed\x29\x5b\xb1\xb5\x98\xef\xc1\x0f\x18\x75\xc7\xc8\x37\xe4\x47\x63\x18\x4d\x5a\x09\xaf\xf3\x4b\x4b\x5a\x0c\xb1\x25\x17\x37\xcb\xd5\x08\x7e\x9e\x77\x4e\x81\x93\x57\xd4\x6b\x26\x83\xbf\xf2\x10\x03\x0c\x40\xd5\x49\xc0\xf5\x74\x6a\x07\xa8\x25\xcb\x7e\x7f\x20\xee\xf5\x89\x21\xd7\x9c\xc5\xc7\x4e\x3e\x7d\x78\x7e\xf9\xfc\xf0\xf4\xfc\xf4\xf2\xf1\xf1\xe1\xbe\xe7\xd2\xa0\x49\x24\xf2\x9e\x7b\xe0\x05\xdc\xad\x61\xcf\xc9\x83\x32\x29\x8f\x9f\xdb\x5e\xeb\x0d\x54\x4c\x01\x1c\x47\xd0\x4e\x99\x54\x11\xe0\xa1\xa1\xbc\x00\xad\x68\x9c\x2b\x73\x10\x79\x60\xa5\x5d\x88\x84\x15\xa0\x52\x14\x02\xa0\xcb\x13\x6a\xcf\x2e\xf7\x0c\x0d\x7a\x8d\xd2\x10\x44\x86\xb5\x76\xd5\xa1\xf5\x76\x67\x03\x97\x2e\xe2\x32\xc0\x96\x43\x1c\x1f\x5a\xc8\x7a\x4e\xf1\x20\xb9\x3c\x7f\xc8\x25\x18\xed\x08\x50\x72\x43\x63\xc0\xee\xee\x1e\x8d\x92\x3b\x4a\xb3\xec\x70\x52\x92\xe1\xdf\x62\x70\xaa\x73\x23\xd7\x9c\xe0\x9a\x7d\xbf\x96\xc9\xf9\x0f\xf8\xca\x3e\x0a\xc8\xf5\x16\x7f\x03\x00\x00\xff\xff\x36\xf6\xf3\x52\x36\x04\x00\x00") - -func testE2eTestingManifestsGuestbookRedisSlaveDeploymentYamlInBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsGuestbookRedisSlaveDeploymentYamlIn, - "test/e2e/testing-manifests/guestbook/redis-slave-deployment.yaml.in", - ) -} - -func testE2eTestingManifestsGuestbookRedisSlaveDeploymentYamlIn() (*asset, error) { - bytes, err := testE2eTestingManifestsGuestbookRedisSlaveDeploymentYamlInBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/guestbook/redis-slave-deployment.yaml.in", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsGuestbookRedisSlaveServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x8c\x41\xaa\xc3\x30\x10\x43\xf7\x3e\x85\x2e\x90\xc5\xe7\x43\x4b\xe7\x1a\x85\xee\x27\xb6\x16\x43\x1c\xdb\xcc\x98\x9c\xbf\x24\xb4\x17\xe8\x4e\xe2\xe9\x49\x87\xbd\xe8\x61\xbd\x09\x8e\xbf\xb4\x59\x2b\x82\x27\xfd\xb0\xcc\xb4\x73\x6a\xd1\xa9\x92\x80\xa6\x3b\x05\xce\x62\xb1\x44\xd5\x83\x09\xa8\xba\xb2\xc6\x49\x01\x1d\xe3\x83\xaf\xea\xbd\x52\xf0\x1d\x02\xd3\xe8\x82\x55\xf3\xc6\x56\x52\x0c\xe6\x53\x1b\xdd\xe7\xe5\x2f\x57\x14\xdc\xfe\xef\x8f\x04\x04\x2b\xf3\xec\xfe\xc3\xf5\x3b\x00\x00\xff\xff\x51\x66\x08\x5a\xd1\x00\x00\x00") - -func testE2eTestingManifestsGuestbookRedisSlaveServiceYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsGuestbookRedisSlaveServiceYaml, - "test/e2e/testing-manifests/guestbook/redis-slave-service.yaml", - ) -} - -func testE2eTestingManifestsGuestbookRedisSlaveServiceYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsGuestbookRedisSlaveServiceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/guestbook/redis-slave-service.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressGceStaticIp2IngYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\x31\x4e\x03\x31\x10\x45\x7b\x9f\xe2\x2b\xd4\xbb\x21\x1d\xf2\x0d\x68\x10\x05\xa2\x9f\xb5\x87\xd8\xca\x66\xc6\xf2\x4c\x22\xb8\x3d\xda\x4d\x36\x14\x74\xf3\x9f\xec\xa7\x47\xad\x7e\x72\xb7\xaa\x12\xc1\xdf\xce\xb2\x9c\xb6\xbf\x1e\x26\x76\x3a\x84\x53\x95\x1c\xf1\x2a\xc7\xce\x66\xe1\xcc\x4e\x99\x9c\x62\x00\x84\xce\x1c\x61\x4e\x5e\xd3\x50\x5b\x00\x9e\xf0\x51\xaa\x81\x44\x74\xa1\x2a\x58\x56\xce\x9c\x31\xfd\xc0\x0b\xc3\xd9\x1c\x97\xa6\x02\x9a\x67\x4d\xe4\x55\x8e\xa0\xbb\xa4\xb6\x71\x95\xfc\xfd\xb7\xb8\x02\x9c\x2e\x13\x77\x61\x67\x1b\xab\xee\xeb\x2d\x66\x3c\xce\x3a\xd1\x3c\x3c\x0a\x86\x5b\xd1\x6e\xb3\xed\x82\x35\x4e\x8b\xa2\x5f\x66\x5e\x5d\x03\x8a\x9a\x47\x6c\x8a\xa5\x67\x4c\x7a\x0e\x00\x50\xdc\x5b\x5c\x2f\xa0\x91\x17\xdb\xc6\xb0\xce\x88\xfd\x97\xea\x1d\x01\x13\xa5\x13\x4b\x8e\x0f\x00\x18\xf7\x6b\x4d\xfc\xb6\x66\x70\x2a\x5a\x98\x32\x77\x1b\x16\xb3\xfd\x7f\xf8\xae\xdd\x23\x5e\x9e\xc3\x6f\x00\x00\x00\xff\xff\x8b\x88\x7e\x57\x84\x01\x00\x00") - -func testE2eTestingManifestsIngressGceStaticIp2IngYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressGceStaticIp2IngYaml, - "test/e2e/testing-manifests/ingress/gce/static-ip-2/ing.yaml", - ) -} - -func testE2eTestingManifestsIngressGceStaticIp2IngYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressGceStaticIp2IngYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/gce/static-ip-2/ing.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressGceStaticIp2RcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8e\x31\x6e\x03\x31\x0c\x04\x7b\xbd\x82\x1f\x90\xed\x5c\x65\xa8\xcd\x07\x82\x14\xe9\x69\xdd\xc2\x27\x58\x12\x05\x92\xf1\xfb\x03\x25\x38\xc7\x45\xb2\x1d\xb1\xdc\xc1\xf0\x28\x1f\x50\x2b\xd2\x13\xdd\x5f\xc2\xad\xf4\x35\xd1\x3b\x46\x2d\x99\xbd\x48\x7f\x95\xee\x2a\xb5\x42\x43\x83\xf3\xca\xce\x29\x10\x75\x6e\x48\x84\xbc\xc9\x06\x5e\xa1\x16\x37\xf7\x61\xc1\x06\xf2\xec\xf5\x87\x60\x89\x96\x40\xe4\x68\xa3\xb2\x63\x36\x44\xcf\x9c\x99\xca\x17\x54\xdb\x2f\x22\x1e\xe3\x2f\xf4\xac\x76\xfc\x4c\x96\xee\x5c\x3a\xf4\x31\x8d\xff\x6a\xed\xe8\xd2\xf8\x8a\x44\xd7\xac\x87\x22\xc7\xdb\xe7\x05\xda\xe1\xb0\x88\x05\xd1\x61\x1e\xbf\x3f\xec\x38\x11\x06\xbd\x43\xd3\x72\x58\x1e\xfb\x21\xea\x4f\xa6\xf1\x57\xe2\x4d\xd4\x13\x9d\x4f\xe7\x53\xf8\x0a\x00\x00\xff\xff\xa9\x29\xab\x0c\x53\x01\x00\x00") - -func testE2eTestingManifestsIngressGceStaticIp2RcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressGceStaticIp2RcYaml, - "test/e2e/testing-manifests/ingress/gce/static-ip-2/rc.yaml", - ) -} - -func testE2eTestingManifestsIngressGceStaticIp2RcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressGceStaticIp2RcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/gce/static-ip-2/rc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressGceStaticIp2SvcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\xc1\x0a\xc2\x30\x0c\x86\xef\x7d\x8a\xff\x05\x06\x7a\x93\x5e\xbd\xcb\x40\xf1\x1e\xdb\xe0\x8a\xdd\x12\xd2\x30\xf0\xed\x65\x75\x47\xf1\x16\x3e\xbe\x24\x1f\x69\xb9\xb3\xb5\x22\x4b\xc4\x7a\x0c\xaf\xb2\xe4\x88\x2b\xdb\x5a\x12\x87\x99\x9d\x32\x39\xc5\x00\x2c\x34\x73\x04\xa7\x49\x26\xa6\xcc\xd6\x86\xc9\x5d\x5b\x00\x2a\x3d\xb8\xb6\xcd\x01\x48\xf5\x97\xd4\x94\xd3\x26\xf8\x5b\x39\xe2\x22\x99\x47\x31\x0f\x80\x8a\x79\x5f\x1d\xfa\x18\x71\x3a\xf4\x3b\x4e\xf6\x64\x1f\x77\xb4\x43\x35\x71\x49\x52\x23\x6e\xe7\xb1\x93\x6f\xd4\xf6\x23\x00\x8d\x2b\x27\x17\xfb\x5b\xf2\x09\x00\x00\xff\xff\x0d\x93\xec\x7c\xf0\x00\x00\x00") - -func testE2eTestingManifestsIngressGceStaticIp2SvcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressGceStaticIp2SvcYaml, - "test/e2e/testing-manifests/ingress/gce/static-ip-2/svc.yaml", - ) -} - -func testE2eTestingManifestsIngressGceStaticIp2SvcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressGceStaticIp2SvcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/gce/static-ip-2/svc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressHttpIngYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\xcf\xb1\x4e\x03\x31\x0c\x06\xe0\x3d\x4f\xf1\x4b\xcc\xbd\xd2\x0d\xe5\x0d\x58\x10\x13\xbb\x93\xf3\x71\xd1\xf5\x92\x60\xfb\xaa\xc2\xd3\xa3\xb4\x1c\x2a\x0c\x95\x40\x6a\x26\xdb\xc9\x6f\x7d\xa1\x9a\x5e\x58\x34\x95\xec\xc1\x47\xe3\xdc\x4a\xdd\x1e\x76\x81\x8d\x76\x6e\x4a\xb9\xf7\x78\xcc\xaf\xc2\xaa\x6e\x66\xa3\x9e\x8c\xbc\x03\x32\xcd\xec\xc1\x71\x2c\x33\x55\xa7\x95\x63\x9b\xde\x61\x5a\x02\xcf\x31\x41\xf8\x6d\x49\xc2\x0a\x42\xcf\x03\x2d\x7b\x43\xa0\x38\x71\xee\x3b\x87\xb5\x6c\x11\x40\x59\x0e\x29\xf2\xd3\xf7\xc6\x91\xa9\x67\xd1\xe3\xe5\xed\x73\x11\xf3\x78\xb8\x77\x80\x2c\x7b\xd6\x16\xdd\x60\x2c\x6a\x1e\x43\x29\x5d\x20\xe9\x62\x99\x4f\x91\xd1\xac\x9e\x57\x03\x95\x6c\xd4\xb5\xd9\x9c\x5a\x8f\xed\x50\xca\xd7\xe8\x97\xe5\x7c\xae\x8b\x7e\xbc\xb9\x70\xad\x9c\x46\x09\xf4\xf1\x07\x4e\x20\xf9\x0f\xe7\xfd\x2a\xe7\xd6\x1f\xfe\x0c\x00\x00\xff\xff\xf3\xe2\x96\x80\x3b\x02\x00\x00") - -func testE2eTestingManifestsIngressHttpIngYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressHttpIngYaml, - "test/e2e/testing-manifests/ingress/http/ing.yaml", - ) -} - -func testE2eTestingManifestsIngressHttpIngYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressHttpIngYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/http/ing.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressHttpRcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\x3d\x8e\xe3\x30\x0c\x85\x7b\x9f\x82\x17\x70\xfe\xaa\x40\xed\x16\xdb\x06\xbb\x8b\xed\x19\xf9\x4d\x24\x44\x16\x05\x92\x4e\x31\xa7\x1f\x78\x66\x9c\x38\x98\xbc\x4e\xfc\xf4\x3e\x11\xe2\x96\xff\x43\x2d\x4b\x0d\x74\xdb\x77\xd7\x5c\x87\x40\x7f\xd0\x4a\x8e\xec\x59\xea\x2f\xa9\xae\x52\x0a\xb4\x1b\xe1\x3c\xb0\x73\xe8\x88\x2a\x8f\x08\x84\x98\x24\x81\x07\xa8\x75\xd6\x10\x67\xa2\x5f\x5d\x0b\xb4\xef\x88\x1c\x63\x2b\xec\x98\x09\xd1\xda\x30\xa7\xf0\x19\xc5\x96\x13\x11\xb7\xf6\x2c\x9d\x87\x8b\x78\x4e\x94\xea\x9c\x2b\xf4\x5e\xea\x5f\xac\xb2\xe8\xf2\xc8\x17\x04\xba\x44\xdd\x64\xd9\x5e\xa7\x33\xb4\xc2\x61\x3d\x0e\xe8\x1d\xe6\xfd\xe7\x0d\xdb\xce\x65\x83\xde\xa0\xe1\xb0\x39\xdc\xfb\x4d\xd4\x57\xdb\xf5\x8f\xe7\x4f\xa2\x1e\xe8\xb8\x3b\xee\xee\x54\xc1\x43\xae\x30\x3b\xa9\x9c\xf1\x68\x11\x25\xf7\xf6\x1b\xbe\x1e\x11\x35\xf6\x14\x68\x9b\xc0\xc5\xd3\xfb\x33\xfa\x29\x27\x6a\xd0\x2c\xc3\x5f\x44\xa9\xc3\xf7\xdf\x2e\xf1\x3c\x42\x26\x7f\xc9\x6c\x8a\x11\x66\xff\x92\xc2\x92\x94\xe1\x99\xbe\x71\x2e\x93\x62\x4d\x77\xdd\x47\x00\x00\x00\xff\xff\xb8\x09\xcb\x33\x12\x02\x00\x00") - -func testE2eTestingManifestsIngressHttpRcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressHttpRcYaml, - "test/e2e/testing-manifests/ingress/http/rc.yaml", - ) -} - -func testE2eTestingManifestsIngressHttpRcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressHttpRcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/http/rc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressHttpSvcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x8f\xb1\x4a\x06\x41\x0c\x84\xfb\x3c\xc5\xbc\xc0\x82\x76\xb2\xad\xbd\x1c\x28\xf6\x71\x37\x78\x8b\xfb\x5f\x42\x36\x1c\xde\xdb\xcb\xad\xd7\x58\xd8\xd8\xd9\x85\xef\x23\xc3\x0c\x5b\x7b\x15\x1f\x4d\xb7\x8c\xfd\x9e\x3e\xda\x56\x33\x9e\xc5\xf7\x56\x84\x6e\x12\x5c\x39\x38\x13\xb0\xf1\x4d\x32\xa4\xac\xba\x0a\x57\xf1\xf1\x49\x40\xe7\x37\xe9\xe3\xd4\x00\x9b\xfd\xf0\x34\x4c\xca\xa9\xe2\x30\xc9\x78\xd2\x2a\x8b\x7a\x10\x60\xea\x31\x9f\xd2\x3c\x33\x1e\xee\x66\x42\xb0\xbf\x4b\x2c\x17\xba\xa0\xb9\x86\x16\xed\x19\x2f\x8f\xcb\x24\xdf\x4d\xd6\x08\x23\x60\x48\x97\x12\xea\xbf\x74\x48\x29\xd1\xdf\x27\x1e\xff\x61\x22\x7d\x05\x00\x00\xff\xff\xb7\x97\x1c\xfe\xc3\x01\x00\x00") - -func testE2eTestingManifestsIngressHttpSvcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressHttpSvcYaml, - "test/e2e/testing-manifests/ingress/http/svc.yaml", - ) -} - -func testE2eTestingManifestsIngressHttpSvcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressHttpSvcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/http/svc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressHttp2IngYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcc\xb1\xce\xc2\x30\x10\x03\xe0\x3d\x4f\x61\xe9\xdf\x7f\x54\xd1\x29\x6f\xc0\x82\x98\xd8\xaf\x89\xa1\x51\x49\x5a\xee\xae\x15\x8f\x8f\x3a\x80\xd8\x3e\xd9\xb2\x65\x29\x57\xaa\x95\xb9\x45\xf0\xe5\x6c\x3b\xed\xb0\x75\x03\x5d\xba\x30\x95\x96\x23\x4e\xed\xae\x34\x0b\x95\x2e\x59\x5c\x62\x00\x9a\x54\x46\x30\x8d\x73\x95\x25\xd8\xc2\xb4\xa7\x7f\x98\xd6\x81\x35\x15\x28\x9f\x6b\x51\x1a\x04\x99\x37\x59\x1f\x8e\x41\xd2\xc4\x96\xff\x03\x3e\xdc\x27\x80\x51\xb7\x92\x78\xfe\x3e\x8e\x94\x4c\xb5\xdf\xf2\x32\xab\x47\xf4\xfd\x31\xbc\x03\x00\x00\xff\xff\xd2\xb6\x90\xcc\xb2\x00\x00\x00") - -func testE2eTestingManifestsIngressHttp2IngYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressHttp2IngYaml, - "test/e2e/testing-manifests/ingress/http2/ing.yaml", - ) -} - -func testE2eTestingManifestsIngressHttp2IngYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressHttp2IngYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/http2/ing.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressHttp2RcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8e\xbd\x6e\x03\x31\x0c\x83\x77\x3f\x85\x5e\xc0\x39\xe4\x9a\xa1\xf0\xdc\xb1\x43\xa7\xee\x8a\x8f\xc8\x19\xf1\x1f\x24\x35\x40\xdf\xbe\x70\xdb\xfc\x01\xc7\x51\xd4\x47\x92\x7b\xfa\x84\x68\x6a\x35\x10\xf7\xae\xd3\x65\xef\xce\xa9\x2e\x81\xde\xd0\x73\xfb\x2e\xa8\xe6\x0a\x8c\x17\x36\x0e\x8e\xa8\x72\x41\x20\xc4\xb5\xad\xe0\x05\xa2\x4e\x3b\xe2\x70\x04\x3d\xa7\xc8\x1a\x68\xef\x88\x14\x19\xd1\x9a\x0c\x87\xa8\xb0\xc5\xf5\x9d\x8f\xc8\xfa\x77\xa0\xd1\xf6\x9c\x43\x64\x28\x3d\xb3\xe1\x9f\x79\x68\x1d\xca\x4f\xf8\x66\x00\xd1\x75\xcc\x50\x6c\xd5\x38\x55\xc8\x0d\xf2\x1b\xf3\xaf\x71\xa9\xf0\x09\x81\x4e\x51\x76\xa9\x4d\xe7\xaf\x23\xa4\xc2\xa0\x1e\x33\xbc\x41\xcd\xff\x7e\xe8\x34\x60\x85\x5c\x20\x61\xde\xcd\x37\xbe\x37\xb1\x87\x75\xfe\x5e\xff\xd1\xc4\x02\xbd\x1e\x0e\x2f\xee\x27\x00\x00\xff\xff\x5a\xc7\xda\xaa\x6f\x01\x00\x00") - -func testE2eTestingManifestsIngressHttp2RcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressHttp2RcYaml, - "test/e2e/testing-manifests/ingress/http2/rc.yaml", - ) -} - -func testE2eTestingManifestsIngressHttp2RcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressHttp2RcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/http2/rc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressHttp2SvcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8f\xbf\x4e\x03\x31\x0c\xc6\xf7\x3c\x85\x75\x4b\xa7\x1e\xa2\x74\x40\x5e\x59\x98\xd0\x49\x9c\xd8\xdd\x9c\xc5\x45\x4d\x63\xcb\x31\x95\x10\xe2\xdd\x51\x52\x6e\x60\xc0\x93\xfd\x7d\xfe\xf3\x33\x69\x7a\x63\xab\x49\x0a\xc2\xf5\x3e\x9c\x53\x59\x10\x5e\xd9\xae\x29\x72\xb8\xb0\xd3\x42\x4e\x18\x00\xa8\x14\x71\xf2\x24\xa5\xb6\xb2\x45\xbd\xb5\x8d\x94\x75\xa5\xf1\xfc\x71\x62\x2b\xec\x5c\xc7\x24\x77\xa4\xba\x57\x13\x97\x28\xb9\x22\xec\xbe\x86\xd5\x5d\x0f\x03\x0e\xcf\xf3\x3c\x1d\x86\xef\x5d\x00\x28\x74\x61\x04\x8e\xab\xac\x4c\x0b\x5b\x0d\x00\x99\x4e\x9c\x7f\x4f\x90\xea\x5f\xbb\x2a\xc7\x66\xf9\xa7\x32\xc2\x8b\x2c\x3c\x89\x79\x00\x50\x31\xef\x43\xfb\x9e\x22\x1c\x8f\x0f\x7d\x85\x93\xbd\xb3\x4f\x5d\x7b\xdc\xc4\x0d\x0c\x61\x7e\x9a\xba\x72\x23\xe9\x88\xa1\x3d\x96\x39\xba\xd8\x3f\x14\x3f\x01\x00\x00\xff\xff\x9d\xf4\x34\x9b\x34\x01\x00\x00") - -func testE2eTestingManifestsIngressHttp2SvcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressHttp2SvcYaml, - "test/e2e/testing-manifests/ingress/http2/svc.yaml", - ) -} - -func testE2eTestingManifestsIngressHttp2SvcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressHttp2SvcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/http2/svc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressMultipleCertsIngYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x8e\x3b\x4e\x04\x31\x10\x44\x73\x9f\xa2\x2e\x30\xbb\x2c\x10\xa0\xbe\x01\x09\x22\x22\xef\xf5\x94\xb0\xb5\x33\xb6\xe5\xee\x5d\x71\x7c\xe4\xe1\x13\xc0\x05\x26\x7b\x55\x76\x97\x9e\xb6\xfc\xc6\x6e\xb9\x16\x01\x3f\x9c\x65\xa0\x1d\x6f\xa7\x33\x5d\x4f\xe1\x92\xcb\x2c\x78\x2e\xef\x9d\x66\x61\xa5\xeb\xac\xae\x12\x80\xa2\x2b\x05\xeb\x75\xf1\xdc\x16\x4e\x91\xdd\x2d\x58\x63\x1c\x8f\xfd\xba\xd0\x06\x4c\x48\xd5\x5c\xe0\x34\x3f\x1d\xf2\xd7\xce\x21\xd6\x35\x00\x40\x72\x6f\xb2\x11\xd0\xd4\x93\xfd\x84\x69\x8b\x82\xe3\xb8\xfb\xee\x80\xb3\xc6\x0b\xcb\x2c\xbf\x05\x60\xec\xb7\x1c\xf9\xb2\xc9\x30\xa6\x9a\xa8\x33\xbb\x4d\x63\xda\xfe\x7f\x7c\xad\xdd\x05\x4f\x77\x7f\xd4\xee\xf7\xab\xf6\xb0\x5f\xb5\xc7\x3d\xa9\x7d\x06\x00\x00\xff\xff\x44\x1a\x7f\x5f\xc9\x02\x00\x00") - -func testE2eTestingManifestsIngressMultipleCertsIngYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressMultipleCertsIngYaml, - "test/e2e/testing-manifests/ingress/multiple-certs/ing.yaml", - ) -} - -func testE2eTestingManifestsIngressMultipleCertsIngYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressMultipleCertsIngYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/multiple-certs/ing.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressMultipleCertsRcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8e\x31\x6e\x03\x31\x0c\x04\x7b\xbd\x82\x1f\x90\xed\x5c\x65\xa8\xcd\x07\x82\x14\xe9\x69\xdd\xc2\x27\x58\x12\x05\x92\xf1\xfb\x03\x25\x38\xc7\x45\xb2\x1d\xb1\xdc\xc1\xf0\x28\x1f\x50\x2b\xd2\x13\xdd\x5f\xc2\xad\xf4\x35\xd1\x3b\x46\x2d\x99\xbd\x48\x7f\x95\xee\x2a\xb5\x42\x43\x83\xf3\xca\xce\x29\x10\x75\x6e\x48\x84\xbc\xc9\x06\x5e\xa1\x16\x37\xf7\x61\xc1\x06\xf2\xec\xf5\x87\x60\x89\x96\x40\xe4\x68\xa3\xb2\x63\x36\x44\xcf\x9c\x99\xca\x17\x54\xdb\x2f\x22\x1e\xe3\x2f\xf4\xac\x76\xfc\x4c\x96\xee\x5c\x3a\xf4\x31\x8d\xff\x6a\xed\xe8\xd2\xf8\x8a\x44\xd7\xac\x87\x22\xc7\xdb\xe7\x05\xda\xe1\xb0\x88\x05\xd1\x61\x1e\xbf\x3f\xec\x38\x11\x06\xbd\x43\xd3\x72\x58\x1e\xfb\x21\xea\x4f\xa6\xf1\x57\xe2\x4d\xd4\x13\x9d\x4f\xe7\x53\xf8\x0a\x00\x00\xff\xff\xa9\x29\xab\x0c\x53\x01\x00\x00") - -func testE2eTestingManifestsIngressMultipleCertsRcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressMultipleCertsRcYaml, - "test/e2e/testing-manifests/ingress/multiple-certs/rc.yaml", - ) -} - -func testE2eTestingManifestsIngressMultipleCertsRcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressMultipleCertsRcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/multiple-certs/rc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressMultipleCertsSvcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\xc1\x0a\xc2\x30\x0c\x86\xef\x7d\x8a\xff\x05\x06\x7a\x93\x5e\xbd\xcb\x40\xf1\x1e\xdb\xe0\x8a\xdd\x12\xd2\x30\xf0\xed\x65\x75\x47\xf1\x16\x3e\xbe\x24\x1f\x69\xb9\xb3\xb5\x22\x4b\xc4\x7a\x0c\xaf\xb2\xe4\x88\x2b\xdb\x5a\x12\x87\x99\x9d\x32\x39\xc5\x00\x2c\x34\x73\x04\xa7\x49\x26\xa6\xcc\xd6\x86\xc9\x5d\x5b\x00\x2a\x3d\xb8\xb6\xcd\x01\x48\xf5\x97\xd4\x94\xd3\x26\xf8\x5b\x39\xe2\x22\x99\x47\x31\x0f\x80\x8a\x79\x5f\x1d\xfa\x18\x71\x3a\xf4\x3b\x4e\xf6\x64\x1f\x77\xb4\x43\x35\x71\x49\x52\x23\x6e\xe7\xb1\x93\x6f\xd4\xf6\x23\x00\x8d\x2b\x27\x17\xfb\x5b\xf2\x09\x00\x00\xff\xff\x0d\x93\xec\x7c\xf0\x00\x00\x00") - -func testE2eTestingManifestsIngressMultipleCertsSvcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressMultipleCertsSvcYaml, - "test/e2e/testing-manifests/ingress/multiple-certs/svc.yaml", - ) -} - -func testE2eTestingManifestsIngressMultipleCertsSvcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressMultipleCertsSvcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/multiple-certs/svc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressNegIngYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xca\x31\x0e\xc2\x30\x10\x44\xd1\xde\xa7\x98\x1b\x40\x3a\xb4\x37\xa0\x41\x54\xf4\x1b\x7b\x04\x56\x94\x75\xe4\x5d\x59\x1c\x1f\xb9\x23\xdd\xd3\xcc\xd7\xa3\xbe\xd8\xbd\x36\x13\xf0\x1b\xb4\x49\xbf\x8c\x65\x65\xe8\x92\xb6\x6a\x45\x70\xb7\x77\xa7\x7b\xda\x19\x5a\x34\x54\x12\x60\xba\x53\xf0\x69\x1e\x53\xc9\x0f\xe6\x39\xaf\x9a\x37\x5a\x99\x04\x9c\x7d\xd4\xcc\xc7\x39\xfd\x7b\x9e\xad\x87\xe0\x76\xfd\x05\x00\x00\xff\xff\xb9\xd4\x18\x7e\x86\x00\x00\x00") - -func testE2eTestingManifestsIngressNegIngYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressNegIngYaml, - "test/e2e/testing-manifests/ingress/neg/ing.yaml", - ) -} - -func testE2eTestingManifestsIngressNegIngYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressNegIngYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/neg/ing.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressNegRcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x90\x41\x6b\x42\x31\x10\x84\xef\xf9\x15\xfb\x07\x9e\xfa\x3c\xf4\x90\x73\xa1\x14\x4a\x79\xb4\xd0\xfb\x9a\x37\xd5\x60\xb2\x09\xd9\x55\xf0\xdf\x97\x68\x15\x5b\xf7\x92\xb0\xcc\x7c\x3b\x0c\xd7\xf8\x85\xa6\xb1\x88\x27\xae\x55\x97\xc7\xd1\xed\xa3\xcc\x9e\x9e\x51\x53\x39\x65\x88\xb9\x0c\xe3\x99\x8d\xbd\x23\x4a\xbc\x41\xd2\xfe\x23\x6a\x07\xf1\xb4\x2b\x6a\xc2\x19\x8e\xa8\x3f\x77\x0b\xad\x08\x5d\x98\xa3\x7c\x80\xe7\xd3\x27\x42\x91\x59\x3d\x3d\xad\x1c\x91\x22\x21\x58\x69\x17\x54\x66\x0b\xbb\xb7\x3b\xf6\x23\xdd\x90\x6b\x62\xc3\xaf\xe1\x2e\x53\x9f\xf4\xc7\xfb\xe8\x26\xba\xc6\xe9\x13\x8a\x18\x47\x41\xbb\x39\x06\x8a\x99\xb7\xf0\xb4\x0d\x6d\x11\xcb\x72\x7f\xd8\xa0\x09\x0c\x3a\x60\x8d\xc1\xa0\x36\x9c\x15\xba\x54\xb4\x23\x86\x2b\xdb\x8f\x8b\xf1\x76\xf5\xac\x98\x0e\x29\x4d\x25\xc5\x70\xf2\xf4\xfa\xfd\x5e\x6c\x6a\xd0\xde\xe3\x55\xf5\xaf\xa7\xcb\xd2\xd0\x72\x14\xb6\x58\xe4\xa5\x71\xc0\x84\x16\xcb\x7c\xeb\x6c\x5c\xaf\xdc\x4f\x00\x00\x00\xff\xff\xed\xb6\x7e\xf0\xad\x01\x00\x00") - -func testE2eTestingManifestsIngressNegRcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressNegRcYaml, - "test/e2e/testing-manifests/ingress/neg/rc.yaml", - ) -} - -func testE2eTestingManifestsIngressNegRcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressNegRcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/neg/rc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressNegSvcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8f\xbd\x4a\x44\x41\x0c\x85\xfb\x79\x8a\xb0\xcd\x56\xae\x8a\xe0\x4f\x3a\xb1\x97\x05\xc5\x7e\x98\x9b\x1d\x83\x73\x93\x21\xc9\x5d\x58\xc4\x77\x97\x19\x2b\xbb\x93\x93\x9c\x2f\x49\xee\xfc\x41\xe6\xac\x82\x70\xbe\x4d\x5f\x2c\x0b\xc2\x1b\xd9\x99\x0b\xa5\x95\x22\x2f\x39\x32\x26\x00\xc9\x2b\x21\x7c\xaa\xc7\x50\x09\x20\x8b\x68\xe4\x60\x15\x1f\x7d\x80\xd2\x74\x5b\x0e\x55\xb5\x36\x3a\x14\x5d\xaf\x85\x2a\xc2\xfe\x7b\xc7\x52\x8d\xdc\x77\x18\xb6\xd1\xcf\x3e\x79\xa7\x32\x22\x5d\x2d\x66\xf6\x6a\x4a\x84\xc7\x9b\x09\xea\xa6\xa1\x45\x1b\xc2\xfb\xcb\x71\x3a\x91\xad\x52\x1c\xe7\xd0\xd3\xdd\xc3\x7d\x02\x70\x6a\x54\x42\xed\x6f\xb7\x6d\xf2\xef\x38\x27\x1f\x3f\x3d\x9f\x4e\x2c\x1c\x17\x84\x57\x95\xe1\xc7\xa5\xd3\x28\x16\x1a\xb0\xf4\x1b\x00\x00\xff\xff\xf5\x31\x62\x40\xfe\x00\x00\x00") - -func testE2eTestingManifestsIngressNegSvcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressNegSvcYaml, - "test/e2e/testing-manifests/ingress/neg/svc.yaml", - ) -} - -func testE2eTestingManifestsIngressNegSvcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressNegSvcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/neg/svc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressNegClusteripIngYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xca\x31\x0e\xc2\x30\x10\x44\xd1\xde\xa7\x98\x1b\x40\x3a\xb4\x37\xa0\x41\x54\xf4\x1b\x7b\x04\x56\x94\x75\xe4\x5d\x59\x1c\x1f\xb9\x23\xdd\xd3\xcc\xd7\xa3\xbe\xd8\xbd\x36\x13\xf0\x1b\xb4\x49\xbf\x8c\x65\x65\xe8\x92\xb6\x6a\x45\x70\xb7\x77\xa7\x7b\xda\x19\x5a\x34\x54\x12\x60\xba\x53\xf0\x69\x1e\x53\xc9\x0f\xe6\x39\xaf\x9a\x37\x5a\x99\x04\x9c\x7d\xd4\xcc\xc7\x39\xfd\x7b\x9e\xad\x87\xe0\x76\xfd\x05\x00\x00\xff\xff\xb9\xd4\x18\x7e\x86\x00\x00\x00") - -func testE2eTestingManifestsIngressNegClusteripIngYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressNegClusteripIngYaml, - "test/e2e/testing-manifests/ingress/neg-clusterip/ing.yaml", - ) -} - -func testE2eTestingManifestsIngressNegClusteripIngYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressNegClusteripIngYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/neg-clusterip/ing.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressNegClusteripRcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x90\x41\x6b\x42\x31\x10\x84\xef\xf9\x15\xfb\x07\x9e\xfa\x3c\xf4\x90\x73\xa1\x14\x4a\x79\xb4\xd0\xfb\x9a\x37\xd5\x60\xb2\x09\xd9\x55\xf0\xdf\x97\x68\x15\x5b\xf7\x92\xb0\xcc\x7c\x3b\x0c\xd7\xf8\x85\xa6\xb1\x88\x27\xae\x55\x97\xc7\xd1\xed\xa3\xcc\x9e\x9e\x51\x53\x39\x65\x88\xb9\x0c\xe3\x99\x8d\xbd\x23\x4a\xbc\x41\xd2\xfe\x23\x6a\x07\xf1\xb4\x2b\x6a\xc2\x19\x8e\xa8\x3f\x77\x0b\xad\x08\x5d\x98\xa3\x7c\x80\xe7\xd3\x27\x42\x91\x59\x3d\x3d\xad\x1c\x91\x22\x21\x58\x69\x17\x54\x66\x0b\xbb\xb7\x3b\xf6\x23\xdd\x90\x6b\x62\xc3\xaf\xe1\x2e\x53\x9f\xf4\xc7\xfb\xe8\x26\xba\xc6\xe9\x13\x8a\x18\x47\x41\xbb\x39\x06\x8a\x99\xb7\xf0\xb4\x0d\x6d\x11\xcb\x72\x7f\xd8\xa0\x09\x0c\x3a\x60\x8d\xc1\xa0\x36\x9c\x15\xba\x54\xb4\x23\x86\x2b\xdb\x8f\x8b\xf1\x76\xf5\xac\x98\x0e\x29\x4d\x25\xc5\x70\xf2\xf4\xfa\xfd\x5e\x6c\x6a\xd0\xde\xe3\x55\xf5\xaf\xa7\xcb\xd2\xd0\x72\x14\xb6\x58\xe4\xa5\x71\xc0\x84\x16\xcb\x7c\xeb\x6c\x5c\xaf\xdc\x4f\x00\x00\x00\xff\xff\xed\xb6\x7e\xf0\xad\x01\x00\x00") - -func testE2eTestingManifestsIngressNegClusteripRcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressNegClusteripRcYaml, - "test/e2e/testing-manifests/ingress/neg-clusterip/rc.yaml", - ) -} - -func testE2eTestingManifestsIngressNegClusteripRcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressNegClusteripRcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/neg-clusterip/rc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressNegClusteripSvcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8f\xcb\x4a\x44\x31\x0c\x86\xf7\x7d\x8a\x30\x9b\x59\x39\x2a\x82\x97\xec\x64\x56\x6e\xe4\x80\xe2\xbe\xf4\x64\x6a\xb1\x27\x29\x49\x3a\x30\x88\xef\x2e\xad\x2b\x77\x3f\x5f\xf2\xe5\x12\x5b\xf9\x20\xb5\x22\x8c\x70\xbe\x0d\x5f\x85\x57\x84\x37\xd2\x73\x49\x14\x36\xf2\xb8\x46\x8f\x18\x00\x38\x6e\x84\xf0\x29\xe6\x23\x05\x80\xc8\x2c\x1e\xbd\x08\xdb\xa8\x03\xa4\x2a\x7d\x3d\x64\x91\x5c\xe9\x90\x64\xbb\x66\xca\x08\xfb\xef\x5d\xe1\xac\x64\xb6\x43\xd7\x4e\x3f\xfb\x60\x8d\xd2\x50\x9a\xa8\x4f\xf7\x6a\x46\x84\xc7\x9b\x39\xa8\xa9\xb8\x24\xa9\x08\xef\xc7\x65\x12\x8f\x9a\xc9\x97\xd9\xf4\x74\xf7\x70\x1f\x00\x8c\x2a\x25\x17\xfd\xdb\xad\x9d\xff\x1d\x67\x64\xe3\xa7\xe7\xd3\xa9\x70\xf1\x0b\xc2\xab\xf0\xe0\x7e\x69\x84\x70\xac\xdd\x9c\xf4\x65\x09\xbf\x01\x00\x00\xff\xff\x99\xd1\x46\x3d\xff\x00\x00\x00") - -func testE2eTestingManifestsIngressNegClusteripSvcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressNegClusteripSvcYaml, - "test/e2e/testing-manifests/ingress/neg-clusterip/svc.yaml", - ) -} - -func testE2eTestingManifestsIngressNegClusteripSvcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressNegClusteripSvcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/neg-clusterip/svc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressNegExposedIngYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xca\x31\x0e\xc2\x30\x10\x44\xd1\xde\xa7\x98\x1b\x40\x3a\xb4\x37\xa0\x41\x54\xf4\x1b\x7b\x04\x56\x94\x75\xe4\x5d\x59\x1c\x1f\xb9\x23\xdd\xd3\xcc\xd7\xa3\xbe\xd8\xbd\x36\x13\xf0\x1b\xb4\x49\xbf\x8c\x65\x65\xe8\x92\xb6\x6a\x45\x70\xb7\x77\xa7\x7b\xda\x19\x5a\x34\x54\x12\x60\xba\x53\xf0\x69\x1e\x53\xc9\x0f\xe6\x39\xaf\x9a\x37\x5a\x99\x04\x9c\x7d\xd4\xcc\xc7\x39\xfd\x7b\x9e\xad\x87\xe0\x76\xfd\x05\x00\x00\xff\xff\xb9\xd4\x18\x7e\x86\x00\x00\x00") - -func testE2eTestingManifestsIngressNegExposedIngYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressNegExposedIngYaml, - "test/e2e/testing-manifests/ingress/neg-exposed/ing.yaml", - ) -} - -func testE2eTestingManifestsIngressNegExposedIngYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressNegExposedIngYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/neg-exposed/ing.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressNegExposedRcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x90\x31\x6e\xf3\x30\x0c\x85\x77\x9f\x82\x17\x50\xec\x64\x0a\x04\x64\xfa\xff\xb1\x43\x86\xa2\x6b\xc1\xc8\x6c\x2c\x44\x12\x05\x91\x0e\xd0\xdb\x17\x4a\x1b\x5b\x45\xd6\xa0\x5c\x24\x3c\xf1\xbd\x4f\x24\x66\xff\x46\x45\x3c\x27\x0b\x98\xb3\xf4\xd7\x6d\x77\xf1\x69\xb4\xf0\x9f\x72\xe0\xcf\x48\x49\xbb\x48\x8a\x23\x2a\xda\x0e\x20\xe0\x89\x82\xd4\x1b\x40\x99\x93\x85\x89\x45\x13\x46\xea\x00\xea\xd1\x08\x92\xc9\xd5\x46\xa1\x40\x4e\xb9\x7c\x9b\x22\xaa\x9b\x5e\x9a\x94\xc7\x1c\xa5\x98\x03\x2a\xfd\x18\x1a\x7a\xad\xf0\xcb\xfb\xe8\x06\xb8\x83\x6b\x39\x4e\x8a\x3e\x51\x59\x1c\x06\x7c\xc4\x33\x59\x38\xbb\xb2\xf1\xdc\x5f\xe6\x13\x95\x44\x4a\x62\x68\x47\x46\x49\xd4\xdc\x3a\xa4\x17\x2a\x57\x32\xf7\x6c\xbb\xdd\x6c\x17\xea\x3a\xeb\xaa\x39\x8e\x11\xd3\xb8\x7e\xcd\x40\x7f\xf2\xa9\x97\xa9\x51\x8c\x6b\x9f\x6f\x84\xf7\x3b\x01\xcc\xa4\x9a\x0f\x5a\x66\x02\x33\x8f\xf9\xf0\x81\x41\x08\x4c\xe6\xa2\x87\xfd\x30\x0c\x8b\xb5\x2a\xd2\x82\x72\x61\x65\xc7\xc1\xc2\xeb\xbf\xe3\xa2\x37\xf3\x1f\xb9\xa8\x85\x26\xe4\xd9\x7b\xd8\xfd\xd9\x1e\xf6\xcf\xd8\xc3\x7e\xe8\xbe\x02\x00\x00\xff\xff\x7c\x23\xde\xdf\xfd\x02\x00\x00") - -func testE2eTestingManifestsIngressNegExposedRcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressNegExposedRcYaml, - "test/e2e/testing-manifests/ingress/neg-exposed/rc.yaml", - ) -} - -func testE2eTestingManifestsIngressNegExposedRcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressNegExposedRcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/neg-exposed/rc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressNegExposedSvcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\x3f\x6b\xf3\x30\x10\xc6\x77\x7d\x8a\x43\x4b\x96\xbc\x79\x9d\xc6\x43\xb8\xad\x64\xea\x52\x0c\x2d\x5d\x8b\x90\x2f\xae\xa8\xad\x13\xba\x73\x68\x30\xfe\xee\x45\x6a\xa1\x7f\xa6\x6e\x3f\x9d\xa4\xdf\x23\x3d\x2e\x85\x27\xca\x12\x38\x22\x5c\xf6\xe6\x35\xc4\x1e\xe1\x81\xf2\x25\x78\x32\x13\xa9\xeb\x9d\x3a\x34\x00\xd1\x4d\x84\xf0\xc2\xa2\x85\x0c\x80\x8b\x91\xd5\x69\xe0\x28\x65\x1f\xc0\x8f\x3c\xf7\xbb\x81\x79\x18\x69\xe7\x79\xfa\x1f\x69\x40\xd8\x2c\x36\xc4\x21\x93\x88\x45\xcd\x33\x6d\x2d\xbd\x25\x16\xea\x9f\x13\x67\x15\x8b\x8b\x3d\x36\x16\x97\x75\x6b\xdb\xf6\x50\x60\x5d\x37\x46\x12\xf9\x62\xad\x67\x0a\xfc\xab\x88\x70\x6c\x6a\xd6\xd7\x6b\xf6\x75\x9d\x32\x2b\x7b\x1e\x11\x1e\x4f\x5d\x9d\xa8\xcb\x03\x69\xf7\x79\xa9\x69\xbe\x39\xda\xf6\xf0\x4b\x72\xf3\x27\x49\xcd\x16\x1a\xc9\x2b\xe7\x8f\x3f\xe7\x39\xfe\x28\x45\x48\x4a\x97\xb7\xe7\x73\x88\x41\xaf\x08\xf7\x1c\xcb\x5c\xaf\x89\x10\x4e\xe3\x2c\x4a\xf9\xae\x33\xef\x01\x00\x00\xff\xff\xab\x60\x86\x5b\x77\x01\x00\x00") - -func testE2eTestingManifestsIngressNegExposedSvcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressNegExposedSvcYaml, - "test/e2e/testing-manifests/ingress/neg-exposed/svc.yaml", - ) -} - -func testE2eTestingManifestsIngressNegExposedSvcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressNegExposedSvcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/neg-exposed/svc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressNginxRcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x54\x41\x6f\xdb\x3c\x0c\xbd\xfb\x57\x10\xe8\x59\xae\xf3\xb5\x05\xf2\x19\xd8\xa1\x68\xb7\x6e\x87\x6d\x46\x5a\xec\x3a\xd0\x32\x13\x0b\x91\x25\x43\xa4\x93\x76\xbf\x7e\x50\xe2\x38\x76\x9b\xac\xbb\x8c\x47\xbe\x27\xf2\xf1\x89\xd2\x05\xb8\x95\x71\xcf\x60\xdc\x2a\x10\x33\x68\xef\x24\x78\x6b\x29\xc0\xe2\x2e\xc1\xd6\xfc\xa0\xc0\xc6\xbb\x1c\x36\xb3\x64\x6d\x5c\x95\xc3\x82\x5a\x6b\x34\x8a\xf1\xee\x6e\x60\x27\x0d\x09\x56\x28\x98\x27\x00\x0e\x1b\xca\xf7\x85\x55\x5f\x58\x1d\x0b\x27\x00\x16\x4b\xb2\x1c\xa9\x00\xeb\x39\x2b\x6c\xdb\xd7\x7c\x5b\x26\xdc\x92\x8e\x9c\xb0\x6f\xc8\x39\xcc\x12\x00\x26\x4b\x5a\x7c\x78\xef\x34\x80\x50\xd3\x5a\x14\xda\x33\xc7\x02\x63\x8c\x35\xbc\x57\x69\x1f\xa7\xc6\xea\xe1\x83\xd4\x18\x42\xa1\x31\x6e\xe7\xcf\x43\x40\x4d\x05\x05\xe3\xab\x47\xd2\xde\x55\x9c\x43\xd6\xd3\xa2\x21\x68\x1c\x85\x41\x83\x02\xd3\xe0\x8a\xf2\x28\x25\x5d\xe9\x90\x1a\x7f\x79\xce\xc4\x3c\x4b\xff\x4f\x33\x55\x92\x60\x3a\x1b\x14\x5a\xb3\x21\x47\xcc\x45\xf0\x25\x1d\x47\x03\xa8\x45\xda\x07\x92\x71\x0a\xa0\x45\xa9\x73\xb8\xac\x09\xad\xd4\xbf\xa6\x90\x0f\x92\xc3\x2c\xfb\xef\xe6\x7a\x92\x67\x5d\x53\x34\xe1\xf3\xd3\x53\x31\x02\x8c\x33\x62\xd0\xde\x93\xc5\x97\x61\xd0\xab\x6c\xc4\x10\xd3\x90\xef\x64\x00\x6f\xfe\xc6\xd5\x18\x17\xd0\x31\x41\xe5\xb7\x6e\x8b\xa1\x82\xdb\xe2\xcb\x00\x91\xdb\x8c\x07\x52\x7d\xa9\xe2\xfb\xfd\xcf\x6f\xb7\x5f\x3f\x4e\x84\x6f\xd0\x76\xf4\x29\xf8\x66\x6a\x01\xc0\xd2\x90\xad\x16\xb4\x7c\x9d\xef\x91\x62\xe7\xd1\x61\x77\xd2\xd8\xe1\x0f\x2d\x1f\x8b\xdb\xbb\x7f\xd6\x97\x5b\xd4\xc7\xe6\xf1\x86\x46\xdb\xab\x8e\xfb\x54\xec\xee\x6e\x3e\x76\xbf\xf6\x2c\x6f\xd2\x6f\x8e\x5c\x5f\x5f\x9d\x3c\x33\xce\x5f\xc0\x96\x80\x9e\x5b\xcf\x04\xb3\x79\x36\xcf\x40\x3c\xa0\xd6\xf1\xef\xd8\xff\x24\x2c\x28\x0c\xc6\x41\x17\x2c\xf4\xfb\x1b\x73\x1d\x8f\x8a\x48\x6d\x18\x0c\x83\x6f\xe3\x33\x41\x7b\x5e\xd4\xae\xc9\x49\x59\x53\x04\xc3\x6a\x62\xc7\xd9\x97\x33\xe2\x28\x55\xd1\x12\x3b\x2b\xaa\x44\xbd\x26\x57\x29\xa6\xb0\x31\x9a\x3e\xac\xbb\x92\x14\xbf\xb0\x50\x73\x79\xe0\xc4\x37\x74\x20\x26\xbf\x03\x00\x00\xff\xff\xb7\x0a\xf3\x4a\x38\x05\x00\x00") - -func testE2eTestingManifestsIngressNginxRcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressNginxRcYaml, - "test/e2e/testing-manifests/ingress/nginx/rc.yaml", - ) -} - -func testE2eTestingManifestsIngressNginxRcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressNginxRcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/nginx/rc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressPreSharedCertIngYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x4f\xbb\x52\xc3\x30\x10\xec\xfd\x15\x3b\xa1\xb6\x43\x3a\x46\x25\x1d\x0d\x43\x45\x7f\x96\x96\x58\x13\x5b\x32\xba\x73\xc2\xe7\x33\xb2\x09\x8f\x54\xa8\xd2\xed\xec\x53\xe6\xf8\xca\xa2\x31\x27\x07\x7e\x18\x53\xfd\xea\xfe\x7c\xe8\x69\x72\x68\x4e\x31\x05\x87\xa7\x74\x2c\x54\x6d\x26\x9a\x04\x31\x71\x0d\x90\x64\xa2\xc3\x5c\xd8\xea\x20\x85\xa1\xf5\x2c\xd6\x00\x77\x78\xe4\x98\x2f\x90\x94\xb2\x89\xc5\x9c\x70\x89\xe3\x88\x9e\x90\x10\x18\xb0\xcc\x39\xc1\xa8\xe6\x56\xf6\x0f\x4f\x37\x00\x71\x4b\xeb\x8e\x7e\xee\x4e\x4b\xcf\x92\x68\xd4\x2e\xe6\xfd\x4d\x9a\xc3\xae\xfa\xb4\x37\xf0\xae\xd1\x99\x7e\x33\xab\xfa\xc9\x47\x14\xbe\x2f\xb1\x50\x21\x08\x7c\x93\x65\x34\xf4\xe2\x4f\x4c\xa1\x6b\x70\xfd\x56\x09\xa0\x2c\xe7\xe8\xf9\xbc\xee\xa3\x1f\xf2\x40\x09\x2c\xda\x0e\x66\xb3\xfe\xa6\xbc\xe4\xda\xe1\xe1\xbe\x01\xca\x32\x72\xed\xdf\x62\xc8\x6a\x6e\x1d\xd8\x5d\x97\xf8\x3c\xad\xba\xea\xb0\x85\x00\xb3\xd8\xa0\xd7\xa3\x5d\x4f\x87\x7d\x95\x7d\x61\x37\xb5\xb6\xf7\x8f\x72\x7f\x88\xdf\x15\x3f\x03\x00\x00\xff\xff\x06\x27\x40\x9b\xe8\x01\x00\x00") - -func testE2eTestingManifestsIngressPreSharedCertIngYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressPreSharedCertIngYaml, - "test/e2e/testing-manifests/ingress/pre-shared-cert/ing.yaml", - ) -} - -func testE2eTestingManifestsIngressPreSharedCertIngYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressPreSharedCertIngYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/pre-shared-cert/ing.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressPreSharedCertRcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8e\x31\x6e\x03\x31\x0c\x04\x7b\xbd\x82\x1f\x90\xed\x5c\x65\xa8\xcd\x07\x82\x14\xe9\x69\xdd\xc2\x27\x58\x12\x05\x92\xf1\xfb\x03\x25\x38\xc7\x45\xb2\x1d\xb1\xdc\xc1\xf0\x28\x1f\x50\x2b\xd2\x13\xdd\x5f\xc2\xad\xf4\x35\xd1\x3b\x46\x2d\x99\xbd\x48\x7f\x95\xee\x2a\xb5\x42\x43\x83\xf3\xca\xce\x29\x10\x75\x6e\x48\x84\xbc\xc9\x06\x5e\xa1\x16\x37\xf7\x61\xc1\x06\xf2\xec\xf5\x87\x60\x89\x96\x40\xe4\x68\xa3\xb2\x63\x36\x44\xcf\x9c\x99\xca\x17\x54\xdb\x2f\x22\x1e\xe3\x2f\xf4\xac\x76\xfc\x4c\x96\xee\x5c\x3a\xf4\x31\x8d\xff\x6a\xed\xe8\xd2\xf8\x8a\x44\xd7\xac\x87\x22\xc7\xdb\xe7\x05\xda\xe1\xb0\x88\x05\xd1\x61\x1e\xbf\x3f\xec\x38\x11\x06\xbd\x43\xd3\x72\x58\x1e\xfb\x21\xea\x4f\xa6\xf1\x57\xe2\x4d\xd4\x13\x9d\x4f\xe7\x53\xf8\x0a\x00\x00\xff\xff\xa9\x29\xab\x0c\x53\x01\x00\x00") - -func testE2eTestingManifestsIngressPreSharedCertRcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressPreSharedCertRcYaml, - "test/e2e/testing-manifests/ingress/pre-shared-cert/rc.yaml", - ) -} - -func testE2eTestingManifestsIngressPreSharedCertRcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressPreSharedCertRcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/pre-shared-cert/rc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressPreSharedCertSvcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\xc1\x0a\xc2\x30\x0c\x86\xef\x7d\x8a\xff\x05\x06\x7a\x93\x5e\xbd\xcb\x40\xf1\x1e\xdb\xe0\x8a\xdd\x12\xd2\x30\xf0\xed\x65\x75\x47\xf1\x16\x3e\xbe\x24\x1f\x69\xb9\xb3\xb5\x22\x4b\xc4\x7a\x0c\xaf\xb2\xe4\x88\x2b\xdb\x5a\x12\x87\x99\x9d\x32\x39\xc5\x00\x2c\x34\x73\x04\xa7\x49\x26\xa6\xcc\xd6\x86\xc9\x5d\x5b\x00\x2a\x3d\xb8\xb6\xcd\x01\x48\xf5\x97\xd4\x94\xd3\x26\xf8\x5b\x39\xe2\x22\x99\x47\x31\x0f\x80\x8a\x79\x5f\x1d\xfa\x18\x71\x3a\xf4\x3b\x4e\xf6\x64\x1f\x77\xb4\x43\x35\x71\x49\x52\x23\x6e\xe7\xb1\x93\x6f\xd4\xf6\x23\x00\x8d\x2b\x27\x17\xfb\x5b\xf2\x09\x00\x00\xff\xff\x0d\x93\xec\x7c\xf0\x00\x00\x00") - -func testE2eTestingManifestsIngressPreSharedCertSvcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressPreSharedCertSvcYaml, - "test/e2e/testing-manifests/ingress/pre-shared-cert/svc.yaml", - ) -} - -func testE2eTestingManifestsIngressPreSharedCertSvcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressPreSharedCertSvcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/pre-shared-cert/svc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressStaticIpIngYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8e\xc1\x8e\xa3\x40\x0c\x44\xef\x7c\x45\x29\x7b\x26\xd9\xdc\x56\xfc\xc1\x5e\x56\x7b\x88\xe6\x6e\xba\x4b\x60\x01\xdd\xa8\x6d\xa2\xe4\xef\x47\x0d\x99\xc9\xdc\xec\x92\xfd\xea\xc9\xaa\x1f\x2c\xa6\x39\x75\xe0\xc3\x99\xea\x68\x97\xfb\xb5\xa7\xcb\xb5\x99\x34\xc5\x0e\x7f\xd3\x50\x68\xd6\x2c\x74\x89\xe2\xd2\x35\x40\x92\x85\x1d\xcc\xc5\x35\xb4\xba\x36\xc0\x2f\xdc\x46\x35\x48\x4a\xb9\xa6\x39\xa1\x6e\x31\x32\xa2\x7f\xc2\x47\xc2\x69\x8e\x6d\xcd\x09\x32\xcf\x39\x88\x6b\x1a\x20\x2f\x88\xae\xe7\x1d\xf2\xfe\xb7\x6e\x0f\x30\x6d\x3d\x4b\xa2\xd3\xce\x9a\x2f\x7a\xc8\x9c\x87\x39\xf7\x32\xb7\xdf\x06\xed\x61\x74\xfa\xa2\x9d\x1a\x5b\x19\x2a\xc2\xe7\x17\xe9\xf0\x33\xdb\x16\x5a\x4d\x5b\x63\x28\x74\xf0\xa1\xe6\x76\xd4\xdf\x32\x06\x26\x16\x71\x42\x1d\x65\x4b\xbb\xfa\x22\x13\xa1\x75\x56\x43\xd4\xc2\xe0\xb9\x3c\xeb\x4b\x8b\x83\xf2\x6f\xaf\x7f\x53\x1b\xa0\x97\x30\x31\xc5\x5a\x0e\x18\xcb\x5d\x03\x8f\x33\x86\x31\x8f\x94\xc8\x62\xed\xe8\xbe\xda\xcf\x93\xff\xb9\x78\x87\x3f\xbf\x9b\xcf\x00\x00\x00\xff\xff\x9a\x0a\x65\x96\x9d\x01\x00\x00") - -func testE2eTestingManifestsIngressStaticIpIngYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressStaticIpIngYaml, - "test/e2e/testing-manifests/ingress/static-ip/ing.yaml", - ) -} - -func testE2eTestingManifestsIngressStaticIpIngYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressStaticIpIngYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/static-ip/ing.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressStaticIpRcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8e\x31\x6e\x03\x31\x0c\x04\x7b\xbd\x82\x1f\x90\xed\x5c\x65\xa8\xcd\x07\x82\x14\xe9\x69\xdd\xc2\x27\x58\x12\x05\x92\xf1\xfb\x03\x25\x38\xc7\x45\xb2\x1d\xb1\xdc\xc1\xf0\x28\x1f\x50\x2b\xd2\x13\xdd\x5f\xc2\xad\xf4\x35\xd1\x3b\x46\x2d\x99\xbd\x48\x7f\x95\xee\x2a\xb5\x42\x43\x83\xf3\xca\xce\x29\x10\x75\x6e\x48\x84\xbc\xc9\x06\x5e\xa1\x16\x37\xf7\x61\xc1\x06\xf2\xec\xf5\x87\x60\x89\x96\x40\xe4\x68\xa3\xb2\x63\x36\x44\xcf\x9c\x99\xca\x17\x54\xdb\x2f\x22\x1e\xe3\x2f\xf4\xac\x76\xfc\x4c\x96\xee\x5c\x3a\xf4\x31\x8d\xff\x6a\xed\xe8\xd2\xf8\x8a\x44\xd7\xac\x87\x22\xc7\xdb\xe7\x05\xda\xe1\xb0\x88\x05\xd1\x61\x1e\xbf\x3f\xec\x38\x11\x06\xbd\x43\xd3\x72\x58\x1e\xfb\x21\xea\x4f\xa6\xf1\x57\xe2\x4d\xd4\x13\x9d\x4f\xe7\x53\xf8\x0a\x00\x00\xff\xff\xa9\x29\xab\x0c\x53\x01\x00\x00") - -func testE2eTestingManifestsIngressStaticIpRcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressStaticIpRcYaml, - "test/e2e/testing-manifests/ingress/static-ip/rc.yaml", - ) -} - -func testE2eTestingManifestsIngressStaticIpRcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressStaticIpRcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/static-ip/rc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressStaticIpSecretYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x97\xdd\x8e\xa3\xbc\x9a\x85\xcf\xfb\x2a\xfa\x06\x66\x64\x43\x28\x75\x5a\xda\x07\x05\xb1\x21\x24\x76\x82\xf1\x6b\x83\xcf\x08\x46\x45\xc5\x86\xd0\x29\x2a\x3f\x5c\xfd\x28\xdf\xb7\xf7\x48\xf3\xa7\x39\x5e\x7a\x25\x84\xd6\xb3\xd6\x72\x33\x7d\xaa\xee\xfa\xf5\x79\x19\x7f\xff\xbc\xe1\x1f\xb6\x99\x9b\xdf\x3f\x7e\xfe\x9c\xfd\xd7\xbf\xb7\xd7\xf9\xf7\xcf\x7d\x89\xe6\x7d\x89\x13\x01\x36\x97\x9f\xf1\x46\xa8\x1c\x4a\x30\x79\x81\x28\x88\xbf\x34\x34\x27\x0e\xe7\x25\x88\x7d\xe7\xf8\xa6\xd0\xfd\xd1\x20\x1a\x96\x90\xc7\x06\xf9\x5d\x01\xeb\x88\x3b\x1c\x9b\x30\xae\xb5\xe3\xb5\x04\x72\x17\x88\xcb\x16\xac\x2c\xf5\x76\x11\x94\xd2\xc2\xf1\x50\x01\xe5\x45\x68\x57\xc2\x89\x18\x50\x3e\x4a\x5f\xef\x0a\x47\xb9\x04\xf6\x54\x67\x61\xd4\x42\xc3\xda\x59\x65\x95\x7b\x1e\x2a\xc1\xc1\xd3\x50\x68\x6b\x04\x35\x02\x60\x26\x45\x25\xbe\x0c\xd8\xd4\xa6\x3c\xeb\xd2\x07\x3b\x41\x14\xd4\x5e\xc4\x06\x4c\xc8\xb2\xfe\xd0\x38\xf2\x90\x4a\x9c\xbb\xf7\xe9\x28\x08\x0d\x25\x08\x5d\xff\x53\xeb\xfe\xa5\x91\x35\x29\x2a\xcb\x05\x35\xbd\x04\x1e\x76\xc4\x90\x42\xf1\xc4\xa0\x48\xff\x7f\xdf\x92\x38\x35\x6a\x10\x1a\x14\xdd\x0b\x42\xd1\x29\x55\x99\x18\xc5\x59\x84\xfd\x97\x4c\xf1\xc1\x0e\x39\x14\x88\xc7\x80\x7c\x28\x28\x35\xa5\x9b\x6f\xda\xf9\x8b\x1d\xf8\xa1\x50\xaf\x7f\x90\x8b\x02\xc4\x68\x90\x2a\x0a\x10\x9b\x02\x51\x71\x42\x6c\x67\x02\x4b\x0b\x47\xf7\xcc\x3d\x52\xb3\xd0\x51\x60\xcb\x58\xc0\x9e\x06\x6c\x0f\x1b\xb1\xed\xdc\x7a\x6c\x25\xd7\xa5\xc6\xf7\x96\xb6\x48\x29\x43\x0e\x80\x07\xd0\x8f\x27\x04\x62\xd0\x1b\xbb\x11\xe7\x1c\x33\x14\xcd\x4d\x25\x32\x3e\x52\xd7\xdc\xa7\xcf\xc6\x15\x91\xa8\x68\x29\xdd\xf4\x79\x22\xbe\x34\x32\x66\x2d\xc1\xcd\x3e\x20\x2b\x73\xf6\xb7\x6e\xf8\x0a\x59\xa0\xbe\x25\xea\xbf\x19\xca\x17\x8b\xdf\x23\x21\x73\x5f\x9e\xfb\xe1\xb0\xe9\x93\xee\xec\x30\x4b\xcd\x91\x85\xb6\x6a\x75\xf4\xa7\x19\xd9\x92\x38\x84\xb9\x7e\x54\xcc\x51\x6d\xd0\x74\x53\x5a\x49\x19\xe6\x65\xe3\xcd\xa6\x71\x13\x96\x4b\x9f\xeb\x8c\xc6\xa7\x8d\x2d\x98\x37\x73\x33\xf8\x1b\xa4\x96\x36\x99\x42\x1c\xd6\xb3\x92\x7d\x53\x06\x38\x16\x92\xf7\x6d\xea\x73\x11\xda\xdc\x0c\xbf\x76\xdd\x68\x6a\x7e\x7e\xbf\x2b\x64\x66\x9b\xf6\xae\x08\xb7\x57\x46\x63\x06\xa1\x29\x44\xb0\x3e\x37\xcf\xf5\xb3\xdc\xb4\xb7\x93\xce\x6f\xa7\x94\xef\x55\x26\x9c\x1d\x56\xf8\x94\x92\xa0\x81\x1a\x77\xa3\x9a\x4c\x25\xf4\x49\xbd\x07\x0c\xdd\x97\xce\x29\x03\xef\x13\x02\xc5\x2f\x6c\xe4\xa2\x4c\x1f\xea\xe4\x3d\x31\xa3\x5f\x35\x78\x9a\x20\x80\x6b\x31\x90\xc8\xe8\x5f\x77\x71\x8e\x3d\x5f\x5a\xc4\xbc\xe9\x0b\x70\x0b\x10\xb1\x91\x9b\x9e\x1b\x6c\x22\xa5\xdc\xf3\x44\x6c\x65\xaa\x7e\x7f\xa2\x3c\x92\xf4\x63\x49\xdc\x94\xea\x0d\x8b\xf8\xd9\x57\x65\x6a\xc2\xee\xcc\xcf\x75\xd5\x3f\x4f\xe9\xea\x0e\x84\x4e\x7c\xa0\x7f\x14\xf0\xd8\x22\x15\x17\x9a\x1e\x00\x30\xe5\x99\xdd\x82\xf2\x44\xf9\xed\x5d\xa2\x3c\xd1\xa0\x52\x81\x66\x72\x82\x48\x31\x9d\xe7\x4d\x4a\x76\x4c\xd3\x46\x6e\xd4\x5c\x3b\x91\xa8\x60\xba\x69\x29\x0e\x0c\x70\x72\x20\x36\x66\x4a\xb9\xb2\xb2\x42\x03\x4e\x6a\xa0\xff\xfd\xf6\x51\xab\x89\x71\x8d\x3f\x05\xc9\xab\x66\x58\x1b\x4e\x56\x0f\x09\x34\x14\xf7\xe9\xaf\x5b\x51\x59\x21\x1c\x8e\xe5\x8b\xd9\x73\xff\xbf\xfa\x53\x92\xff\xf4\x67\x52\xc0\x25\xd4\x1b\x86\xa1\x9a\x70\x33\x5a\x52\x54\x79\x26\xe1\x72\x3d\x54\xf4\x5b\x2c\x86\x24\xae\x77\x35\xf0\xb8\x90\x4a\x9d\x02\x6b\xac\x9e\x64\x3d\x58\xde\x84\x9c\x02\x56\x8b\x59\xf2\x91\x6d\xec\x4d\xa4\x2b\x2c\x03\xfe\x56\x52\xba\x2a\x87\x22\xea\xf4\x5c\xab\x45\x39\x31\x14\xb7\xce\x4f\x8d\x5c\x4c\x26\xc0\x1f\xcd\x48\xa1\x40\xed\xee\x00\x13\x14\xc1\xba\x6f\x49\xfe\x30\x63\x1f\x76\x99\xe8\x1b\xe9\x91\x05\x7b\x68\x86\xfa\x5e\x56\x93\xda\x07\xfc\x22\xc3\xbc\x6e\x86\xcb\xbd\xc4\x35\xae\x83\xa9\x51\x83\x30\x36\xa4\x61\xa1\x14\x34\x48\x91\x46\x91\x95\xf5\x34\xac\xcf\x8a\x9a\x62\xba\xca\x4c\x55\xbc\xfa\xb8\x17\x9e\x56\x12\xd7\x77\x0b\xf8\xde\x8d\x1f\xf7\x1a\xf0\xb1\x74\x1f\x0f\x3b\xd8\xf4\xa0\xf3\xa3\x49\xa7\xe3\xe9\x39\x63\x70\x53\xcc\xc8\x3a\x2a\xf5\xd7\x52\x0f\x82\xb6\xc3\x1c\x31\xfd\x11\x14\x03\x77\x2d\x4c\x47\x90\xef\x38\x71\x82\xef\x97\x8f\x67\x49\xec\x1f\x96\xcc\x13\x4f\xc5\x78\x48\xa7\xb9\x18\xfd\x28\x86\x69\xa8\xa5\x0b\x6b\xd7\x2e\xdd\xa8\x0e\x72\xc0\xa0\x5c\x7f\xdc\x85\xfd\xe3\x94\xe5\x2f\xb6\x8f\x45\xa8\x06\xf1\xb9\x4e\x34\x50\xda\x62\xf3\x3c\x6c\xac\xd7\x23\xdb\xd9\x80\x61\xa0\x53\xde\x0c\xe2\xd6\x39\x5e\x0a\xcf\x93\x6e\x58\xd7\xfb\xc5\x97\x2c\x9d\x8b\x42\x6f\x43\x35\x7c\xad\x4e\xe9\x94\x03\x59\x3f\x3b\xa8\x97\xae\x12\x21\x23\xe2\xb3\x18\xa7\x9d\xd1\x82\x95\x9a\x3e\x35\x89\x8a\x5a\xab\xb0\x80\x89\x1f\x8b\xcb\x5f\x39\xbe\x07\x75\x10\xc9\xff\x91\xf1\x1f\xff\xf8\xc7\x3f\x7b\xc1\x75\xcf\xff\xd1\x0b\x05\x38\xaf\x0b\x25\xe8\x96\xcc\x54\xff\x97\x5e\x50\x41\x01\x3e\x29\x40\xc4\xd2\xe5\x63\x13\xd2\x4b\x13\xf8\xec\x50\xb5\xf7\xc2\x51\x21\xc0\xc4\x85\xe2\x9b\xc2\xcd\xc6\x06\x76\x84\xc0\xc7\xe6\x2f\x36\xd6\xf9\x4b\x2f\x42\x31\x75\xd4\x1f\x34\xe4\x5f\x8d\x74\x8b\x1c\x56\xbb\x26\xc5\x7f\x76\x68\xbb\xea\x86\xf5\xde\x6e\xa8\x2c\x47\xda\xab\x51\xa5\xc2\x93\x9b\x22\x1f\xf7\x72\x20\xf7\x93\xff\x78\xec\x42\x7b\x31\x59\x8e\x3a\x3f\xdd\x5a\x9f\xe3\x56\x47\x8d\x58\x44\xb8\xc7\xf9\xbe\xc1\x42\xaa\x45\x49\xa1\x7a\x54\x2c\x06\xc4\x7d\x1a\xd8\x68\xb6\xfb\x80\x72\x0e\xbf\x22\x16\xc6\x6f\xcd\x06\x22\x1b\xe4\x5c\x24\xeb\x52\x0e\xd1\x64\xdc\xc7\x0d\x08\x3d\xef\x03\xe5\xca\x6c\x42\x07\x62\x1e\xed\xa6\x40\x1c\x45\x6f\x32\x50\x8d\x1a\xc5\x28\xbc\xdf\xd4\x60\xb6\x4d\x30\x3d\x18\x75\x8f\xc4\xd3\x5b\xa7\xf3\x3f\xd6\xf1\x94\x0f\x76\x67\xaa\x4b\x74\xa2\xd3\x8d\x67\x94\x70\x92\xe7\xf5\x98\x7b\x95\xc5\x5f\x40\xac\x6c\x53\x9b\xc8\x73\xfe\xd0\xda\x27\x2d\xe2\x5b\xee\x50\xc8\xca\x19\x49\x67\x2e\x7a\xcc\x8d\xa6\xf4\xb1\x0f\x05\xe9\xe4\xfb\xae\x1d\xa7\x55\x0b\xfd\x0e\x36\x66\xb5\x7b\xfe\xc2\x27\x69\x76\x9a\xf0\x2b\xc7\xfd\x27\x2f\xe7\x46\x85\xea\xd6\xa4\xea\xcc\x83\xf5\x77\xeb\x4d\xd3\x7c\xce\xa8\x93\x6e\xd5\x11\x4b\x38\x56\xf4\x14\x88\xa7\x80\x2d\x56\xee\xf2\x2c\x24\x5b\xb5\x78\xca\x74\x31\x5d\x4f\xa3\x19\x55\x68\xea\x16\xa2\xc4\x90\x1e\xef\x9e\xf3\xe1\x44\xed\x58\xa0\xe8\xcd\x86\x76\xda\x23\x91\x8b\x81\x7f\x09\x14\xdd\x61\x78\x7c\xb7\x98\xdf\x55\xc5\x27\x26\x7d\x04\xbe\x8e\xf6\x81\x0a\xd4\xf0\xb1\x1c\x08\x8a\x18\xb2\x4b\x2d\x55\x93\x9c\x3d\xb1\xc8\xe3\x93\xfe\xf5\x28\xb4\xe5\x85\xa3\xb1\x00\xfe\xca\x92\xb8\xa4\x6d\xc4\x64\x7f\xa9\xbd\x45\x6c\x31\x0d\xbc\xfa\x66\xe1\x05\x1f\x04\xb2\x24\xc2\xf5\x98\x47\x2c\x98\x98\xc2\x1c\x29\xff\xb1\x62\x61\x7f\x61\x1b\xf1\x07\x9e\xbf\x76\x22\x98\x6b\xfd\x39\x6f\x21\x9d\xd8\xa9\xaa\x57\xdc\x6f\xaf\x2a\xb3\x52\x8e\x79\x68\x42\x4a\x98\x14\x9a\x8d\x02\x9d\x9e\x73\x50\x8e\xfd\x0d\x36\xc6\xf3\xaa\x0d\x0f\x95\x89\x4a\xba\xc5\xa7\xb3\x60\x0c\xe7\x7f\x4e\x23\x7d\x2b\x83\xf9\x20\x33\x35\xab\xf7\xe9\x06\x98\x9f\xcd\x73\x36\xad\xeb\x53\x83\x5e\x5c\xda\xb4\xc0\xe6\x0d\x32\x83\x8b\x01\x47\x3c\x54\x5f\x00\xfd\x11\x34\x16\x05\xe0\x45\xe1\x7e\xa5\x52\xab\xf7\xc8\x56\x0c\xc7\xe1\x1e\xf1\x54\xe9\x9e\x74\x83\xd5\x7a\xe8\xbd\x0a\xa7\x63\x32\xa8\x50\x4b\xff\x14\xd4\xe2\xa2\x9a\xde\x4a\xcc\x9d\xd4\x04\x09\x17\x0d\x8d\x9e\xb4\xf0\x5e\xb7\x1b\x12\x8a\x05\xee\xc6\xcd\x47\xb5\xf0\x46\x3a\xfc\x3c\x68\x73\x2e\x11\x4e\x4a\x67\x27\x0b\xbf\x56\x80\x7b\x90\xc8\xa7\x80\xa6\x09\xe8\xfb\xae\xc6\xb0\x28\x35\xbd\xb2\x7d\xdf\x9d\xcd\x81\x55\xdb\xc8\x2e\x14\x2b\x45\xae\x8d\x57\xea\xb4\x89\x63\x13\xf0\xf2\x90\x89\x15\x0c\x8f\x55\x2d\x63\x80\x85\x6f\x21\xe5\x48\x8e\xdb\xdb\x0e\xc7\x4b\x0d\x1f\xc8\x50\x1b\xc9\x85\xe3\x3a\x14\x09\xbc\x5f\xa2\x5d\xe0\x1f\x4a\xf7\x91\xf5\x71\xd6\xf9\x18\xea\x85\x7e\xcb\x8a\xaf\xb4\x5b\x2b\x41\xee\xd7\xae\xca\x3f\xb9\xe7\xdf\x2a\x7b\x0f\xf7\x61\xfc\x59\x2f\xe2\x60\x30\xdd\x17\x83\x15\x82\x9a\xf8\x90\x59\xb4\x0b\xcc\x56\x9e\xcd\xb5\xc4\xea\x53\xa1\x7a\x49\x06\xee\x0f\xc9\x3a\x61\x67\x7e\x6b\xdc\x76\xd9\x3f\x67\x5f\x6e\xf2\xab\x24\x8f\x03\x77\xaf\x0e\xcb\x03\x49\xf9\x51\xfa\x8f\x45\x50\x76\xfb\x2b\x0f\x1d\xf5\x07\x4a\x96\x66\x63\x1a\x3b\x4c\x65\x99\xda\x74\xf7\x9c\x33\xe3\x58\x08\xc1\x3d\x3a\x95\xbf\x76\x2c\x35\x52\xea\xcb\x0d\x90\xda\xd5\x61\xac\xed\x12\x13\x7b\x8e\xa3\xd6\x01\x36\x0b\x8d\x55\x10\xc5\x2f\xe6\x24\x22\xc8\xe8\x17\xaf\x7e\x3c\x85\xe6\x6b\xff\xfc\x0a\xcd\xd9\xa6\x36\xf4\x82\x0d\x6b\xcf\x9c\xc9\xcb\x61\x5e\x14\xe1\x71\xf9\x3e\x31\x81\xbd\x02\x78\x6d\x4c\x58\x95\xae\x97\x45\xc5\xee\x9d\xbe\x5f\x9b\xe1\x12\x70\xaa\x8e\x00\x73\x62\x30\x25\xa0\x67\x62\xc8\x7a\x3a\x6d\x18\x2a\xb1\x2f\x2c\x88\xb8\xa9\x62\x2d\xb3\xfe\xed\x04\xfe\x2a\xa8\xa8\x4b\x14\x2d\x9d\xcf\xcf\x89\x7b\x34\x05\xe6\x47\x80\x69\xc7\xa4\xda\xb4\x67\x51\x36\xe0\x9f\xbb\xc0\x3c\x6d\xe5\xee\x0d\xc9\x8b\xf6\x1c\x1b\x3b\xd8\x40\x6c\x2c\x98\x2c\xfe\x6e\xc0\x7f\x36\xd4\x1f\xf8\x98\x8b\x76\xec\x2b\xa1\xed\x1e\x1c\xff\x34\xa3\x7f\xed\xe8\x41\x04\xf5\x8e\xa3\xed\xbd\xc4\x31\x97\x9a\xbf\x09\x07\x81\xad\x44\xcc\xa5\x08\x9a\xd1\x7e\x75\xf4\x7d\xa5\x94\x59\x01\xf6\x84\xfb\xf8\xdb\x02\x97\xc5\x30\xcd\x87\x64\xee\x4f\xca\xde\x85\xeb\x27\xe6\x26\xc4\x16\xb5\xe3\xe7\x36\xaa\x91\x7b\xb6\x68\xce\xe0\x7e\x79\xb2\xa5\x8f\x34\xb5\x91\xd9\x70\x51\xa2\x7c\x2c\xc0\x32\x20\x7e\x53\x87\xd3\x54\x0f\x24\x68\x17\xe3\x4f\x60\x74\xa1\x78\x54\x6b\xf5\x56\x04\xeb\x49\x69\xf1\xa5\xa1\xbd\xf3\x2c\xe6\xc2\xcd\x60\x65\x3e\x95\x5a\x24\xa0\x3e\xae\x4c\xc6\x59\xe2\xf8\xb6\x04\x23\xcb\x41\x05\xcd\x60\x2a\xe1\x54\xd4\x49\xff\x66\xd0\x74\xee\xb4\x8d\x9a\x00\x56\x7a\xf8\xba\xaa\xf1\xd5\xeb\x6b\xde\x29\x76\x6d\xd2\x87\xac\x87\xf9\x4f\x0d\xdc\x28\x49\x9f\x16\xd4\xcc\xd4\x47\x28\xb4\xe0\x22\x9d\xff\x94\x63\xb1\x3b\x90\xc7\x43\x56\x71\x0a\xc9\xba\x54\xd9\x64\xba\x6c\x1b\x76\x80\xa7\x32\x59\x17\x2f\xde\x9b\xd1\xee\x4f\xf0\xb8\x37\xcf\x19\x35\x30\xaf\x6a\x84\x03\x4d\xfd\xae\x54\xd3\x52\x3a\xdc\x6b\xb0\x4a\x81\xb9\x41\x16\xc7\x27\x64\x63\x08\x72\xd2\x7e\x4c\x59\x8d\xd4\x65\x17\xe6\x14\xb4\xcd\x8c\xf2\xe9\xa1\xea\x97\x4e\x4d\x0b\x0b\xf3\xb1\x46\x0f\xdd\x4a\xee\x79\x30\xb3\xda\x45\xe3\x81\xda\xeb\x8b\x9d\x13\x36\x49\xe3\xc5\xd2\x6c\x84\xd3\x1b\x71\x97\xc9\x5c\x89\xe0\x71\x69\xc7\x8f\x9b\x59\x6c\x9f\x8c\xb1\xd0\x9e\x46\x02\x7e\x45\x3a\xf3\xba\xd3\x0e\x43\xa8\xe2\x17\xeb\xdd\xe8\x22\xed\x55\x29\xd2\xfe\x66\x69\x5c\xe9\x4c\xe1\x86\x44\x47\x53\xf1\xe3\x21\xb5\x47\x51\xd1\xba\x1b\x8b\x27\xaf\x28\x51\xc3\x74\xd9\x05\xea\x6a\x47\xde\xd7\x8b\xdb\x41\x20\x16\xf0\x04\x99\x60\x7a\xf9\xa5\x38\x11\x8a\xea\xd0\xbe\xd9\xd1\xee\x1b\x62\xbe\x9b\x40\x1c\x80\x10\xd4\x54\xfe\x5e\x62\x95\xb2\xc5\xd2\x22\xb0\xa6\x00\xf1\xad\x86\xf9\x8d\x8d\xf4\xc9\x36\xe2\xc1\xf5\xbc\x34\xa9\xe0\xed\xb0\x5d\x89\x8f\x29\x06\x95\xf7\xa5\xef\x59\x5b\xc5\x57\x23\xfb\x5b\x01\xf6\xab\x40\x13\x67\x83\x7a\x31\x60\xec\xd9\x13\xa6\xe1\xd1\x54\xb6\x34\xd4\x5f\x4b\xa4\x40\x0f\xf3\xb6\xad\x54\x23\x36\x5c\x75\xaa\xdf\xef\x70\x7e\x14\x10\x7d\xeb\x73\x9e\x59\xd7\xde\x93\x81\xe6\xb5\xef\xb3\x83\xac\x57\x86\xf6\x93\xf9\x9c\xdf\xca\x85\x86\x7c\x78\x38\xa3\x45\x62\x53\xb3\x6d\x70\x2c\x6b\x69\x93\x02\x99\x44\x83\x78\x36\xd0\x62\x9e\xac\xbf\xe5\xd9\x7c\x6a\xa0\x53\x37\x60\x5e\x07\xc6\x6b\xf2\xf0\x25\x9a\x8e\x22\xfd\xb5\x93\x59\x2f\x4f\x78\x7b\xef\x5c\xc4\xbb\xc1\x70\x95\xd1\x7b\x3d\xf6\x67\x9b\x99\x1c\x24\x5a\x27\x9f\x7f\xef\x13\x01\x11\xd9\xd2\xb8\x2c\x95\x89\x15\x81\x8f\x12\x29\xf3\xf7\xae\x41\xbb\x1f\xee\x73\xb4\xbf\x7f\x96\x5d\x7b\xed\xe6\x1f\x43\x37\x37\xff\x7a\x1a\x8f\xcd\xd0\xfd\x7e\x0d\xa1\x7f\xfb\xfa\x5b\x9c\x9f\x53\xf7\xfb\xe7\x61\x6a\xfe\x7c\x77\x3f\x7e\xfc\x47\x00\x00\x00\xff\xff\x16\x44\xcf\x58\x51\x0f\x00\x00") - -func testE2eTestingManifestsIngressStaticIpSecretYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressStaticIpSecretYaml, - "test/e2e/testing-manifests/ingress/static-ip/secret.yaml", - ) -} - -func testE2eTestingManifestsIngressStaticIpSecretYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressStaticIpSecretYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/static-ip/secret.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsIngressStaticIpSvcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x8e\xc1\x0a\xc2\x30\x0c\x86\xef\x7d\x8a\xff\x05\x06\x7a\x93\x5e\xbd\xcb\x40\xf1\x1e\xdb\xe0\x8a\xdd\x12\xd2\x30\xf0\xed\x65\x75\x47\xf1\x16\x3e\xbe\x24\x1f\x69\xb9\xb3\xb5\x22\x4b\xc4\x7a\x0c\xaf\xb2\xe4\x88\x2b\xdb\x5a\x12\x87\x99\x9d\x32\x39\xc5\x00\x2c\x34\x73\x04\xa7\x49\x26\xa6\xcc\xd6\x86\xc9\x5d\x5b\x00\x2a\x3d\xb8\xb6\xcd\x01\x48\xf5\x97\xd4\x94\xd3\x26\xf8\x5b\x39\xe2\x22\x99\x47\x31\x0f\x80\x8a\x79\x5f\x1d\xfa\x18\x71\x3a\xf4\x3b\x4e\xf6\x64\x1f\x77\xb4\x43\x35\x71\x49\x52\x23\x6e\xe7\xb1\x93\x6f\xd4\xf6\x23\x00\x8d\x2b\x27\x17\xfb\x5b\xf2\x09\x00\x00\xff\xff\x0d\x93\xec\x7c\xf0\x00\x00\x00") - -func testE2eTestingManifestsIngressStaticIpSvcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsIngressStaticIpSvcYaml, - "test/e2e/testing-manifests/ingress/static-ip/svc.yaml", - ) -} - -func testE2eTestingManifestsIngressStaticIpSvcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsIngressStaticIpSvcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/ingress/static-ip/svc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsKubectlBusyboxPodYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8f\x31\x4f\x03\x31\x0c\x85\xf7\xfc\x8a\xa7\x1b\xda\x85\xe3\x5a\x21\x31\x64\x40\x62\x64\x41\x37\xb1\x20\x06\x27\xe7\xa3\x51\x93\x38\x4a\x52\xe0\xfe\x3d\x4a\x04\x82\x2e\xb6\xe4\xf7\xd9\xcf\x8f\x92\x7b\xe1\x5c\x9c\x44\x8d\x8f\xa3\x3a\xbb\xb8\x68\xcc\xb2\xa8\xc0\x95\x16\xaa\xa4\x15\x10\x29\xb0\x86\xb9\x94\xcd\xc8\xd7\x51\x01\x9e\x0c\xfb\xd2\x24\x80\x52\xfa\xa7\x95\xc4\xb6\xcd\xad\xc4\x4a\x2e\x72\xee\xd4\x08\x17\xe8\xfd\xef\x46\x5f\xb4\x12\x02\x35\xbb\xd7\x61\x32\x2e\x4e\xe5\x34\xdc\x60\x18\x6d\xab\xe1\xbc\xb8\x8c\x31\x61\xca\x22\x75\x5a\x45\x26\x43\x19\xbb\x1d\xd8\x9e\x04\xfb\x55\xc4\x50\xde\xe3\xe1\x1a\x68\xfd\xf6\x07\x2c\x9e\x39\xe1\xee\xfe\x70\x18\xde\xba\x5f\x7f\x61\xbe\x78\x3f\x8b\x77\x76\xd3\x78\x5a\x9f\xa5\xce\x99\x0b\xc7\xda\x89\xab\x9c\x0a\xc8\x5c\x2a\xe5\xfa\xcb\x3f\xfa\x4f\xda\x8a\xfa\x0e\x00\x00\xff\xff\x4e\x0c\x6d\xc8\x33\x01\x00\x00") - -func testE2eTestingManifestsKubectlBusyboxPodYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsKubectlBusyboxPodYaml, - "test/e2e/testing-manifests/kubectl/busybox-pod.yaml", - ) -} - -func testE2eTestingManifestsKubectlBusyboxPodYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsKubectlBusyboxPodYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/kubectl/busybox-pod.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsKubectlHttpdDeployment1YamlIn = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8e\xcb\x6a\xc3\x30\x10\x45\xf7\xfa\x8a\xfb\x03\xee\x6b\x55\xb4\xee\xa2\x85\x52\xba\xea\x7e\x2a\x0d\xb5\xa8\x1e\x83\x34\x24\x04\xe3\x7f\x0f\x22\x8e\xed\x64\x96\x77\xce\x7d\x90\x84\x1f\xae\x2d\x94\x6c\x41\x22\xed\xf1\xf0\x6c\xfe\x43\xf6\x16\x6f\x2c\xb1\x9c\x12\x67\x35\x89\x95\x3c\x29\x59\x03\x64\x4a\x6c\x31\xaa\x8a\x1f\xfc\x86\x34\x61\xd7\xdf\x95\x25\x06\x47\xcd\xe2\xc5\x00\x8d\x23\x3b\x2d\xb5\x7f\x80\x44\xea\xc6\x4f\xfa\xe5\xd8\x2e\x02\x7a\xe5\x12\x66\x00\xe5\x24\x91\x94\x17\x7a\x57\xda\x2f\xde\x18\xef\xac\xc0\x75\x40\x3f\x57\xb2\x52\xc8\x5c\x57\x7c\xd8\xef\x5e\x23\x42\xa2\x3f\xb6\x98\xa6\x87\xf7\xae\x7f\xf1\xf1\xa3\x2b\xf3\xbc\x12\x52\xaa\xee\x3a\x87\x2d\xfa\xbb\x54\xb5\x78\x7d\x32\xe7\x00\x00\x00\xff\xff\xda\xd6\x43\x63\x42\x01\x00\x00") - -func testE2eTestingManifestsKubectlHttpdDeployment1YamlInBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsKubectlHttpdDeployment1YamlIn, - "test/e2e/testing-manifests/kubectl/httpd-deployment1.yaml.in", - ) -} - -func testE2eTestingManifestsKubectlHttpdDeployment1YamlIn() (*asset, error) { - bytes, err := testE2eTestingManifestsKubectlHttpdDeployment1YamlInBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/kubectl/httpd-deployment1.yaml.in", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsKubectlHttpdDeployment2YamlIn = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8e\xcb\xaa\x02\x31\x0c\x86\xf7\x7d\x8a\xbc\xc0\x9c\xcb\xee\xd0\xf5\x59\x28\x88\xb8\x72\x1f\xdb\xe0\x14\x7b\x09\x6d\x50\x64\x98\x77\x97\xe0\x38\x33\x9a\x55\xf9\xfb\xfd\xf9\x82\x1c\x8e\x54\x5b\x28\xd9\x02\x32\xb7\xef\xeb\xaf\xb9\x84\xec\x2d\xfc\x13\xc7\x72\x4f\x94\xc5\x24\x12\xf4\x28\x68\x0d\x40\xc6\x44\x16\x7a\x11\xf6\x9d\x5f\x90\xc6\xe4\xf4\xbb\x51\x24\x27\xa5\xea\x1b\x20\xa1\xb8\x7e\x87\x27\x8a\xed\x19\x80\x4a\xa6\xba\x01\x10\x4a\x1c\x51\x68\xa2\x57\x1a\x9d\xf8\x56\xfc\xa8\x02\xbc\x94\x3a\xae\x64\xc1\x90\xa9\xce\x78\xb7\xbe\x74\x5e\x11\x12\x9e\xc9\xc2\x30\x7c\x6d\x34\xdf\xd3\x6d\xab\xc9\x38\xce\x04\x97\x2a\x2b\x67\xb7\xac\x3e\x94\x2a\x16\xfe\x7e\xcc\x23\x00\x00\xff\xff\xbb\xc5\xc3\x6b\x34\x01\x00\x00") - -func testE2eTestingManifestsKubectlHttpdDeployment2YamlInBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsKubectlHttpdDeployment2YamlIn, - "test/e2e/testing-manifests/kubectl/httpd-deployment2.yaml.in", - ) -} - -func testE2eTestingManifestsKubectlHttpdDeployment2YamlIn() (*asset, error) { - bytes, err := testE2eTestingManifestsKubectlHttpdDeployment2YamlInBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/kubectl/httpd-deployment2.yaml.in", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsKubectlHttpdDeployment3YamlIn = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8e\xbb\xae\xc2\x30\x0c\x86\xf7\x3c\x85\x5f\xa0\xe7\xc0\x86\x32\x33\x80\xc4\xc0\xc4\x6e\x12\x8b\x46\xe4\x62\x25\x16\x12\xaa\xfa\xee\xc8\xa2\xb4\x05\x4f\x89\xff\xcb\x67\xe4\x70\xa1\xda\x42\xc9\x16\x90\xb9\xfd\x3f\xb6\xe6\x1e\xb2\xb7\xb0\x27\x8e\xe5\x99\x28\x8b\x49\x24\xe8\x51\xd0\x1a\x80\x8c\x89\x2c\xf4\x22\xec\x3b\xbf\x58\x1a\x93\x53\xb9\x51\x24\x27\xa5\xea\x1b\x20\xa1\xb8\xfe\x84\x57\x8a\xed\xbd\x00\x85\x4c\x71\x03\x20\x94\x38\xa2\xd0\xe4\x5e\x61\x74\xe2\x57\xf0\x27\x0a\xf0\x41\xea\xb8\x92\x05\x43\xa6\x3a\xdb\xbb\xf5\xa5\x73\x45\x48\x78\x23\x0b\xc3\xf0\x77\xd0\xfd\x51\xbf\xe3\x38\xcb\x5c\xaa\xac\x80\xdd\xd2\x7b\x2e\x55\x2c\xec\x36\xe6\x15\x00\x00\xff\xff\x2d\xb9\xc2\x0f\x31\x01\x00\x00") - -func testE2eTestingManifestsKubectlHttpdDeployment3YamlInBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsKubectlHttpdDeployment3YamlIn, - "test/e2e/testing-manifests/kubectl/httpd-deployment3.yaml.in", - ) -} - -func testE2eTestingManifestsKubectlHttpdDeployment3YamlIn() (*asset, error) { - bytes, err := testE2eTestingManifestsKubectlHttpdDeployment3YamlInBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/kubectl/httpd-deployment3.yaml.in", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsKubectlPausePodYamlIn = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8c\x31\x0e\xc2\x30\x0c\x45\xf7\x9c\xe2\x5f\xa0\x08\x36\xe4\x1b\xb0\x65\x62\x37\x8d\x85\x22\x1a\x3b\x4a\x0c\x4b\xd5\xbb\xa3\x54\x48\x08\x46\xbf\xe7\xff\xb8\xe6\xab\xb4\x9e\x4d\x09\xaf\x53\x78\x64\x4d\x84\x68\x29\x14\x71\x4e\xec\x4c\x01\x50\x2e\x42\xa8\xfc\xec\x12\x80\x85\x6f\xb2\xf4\xc1\x7f\x4d\xaf\x32\x0f\x3a\x9b\x3a\x67\x95\xb6\xff\x4c\x7f\x6b\x20\x17\xbe\x0b\x61\x5d\x0f\x71\xb0\xcb\x38\xb7\x6d\x57\xd5\x9a\x7f\xca\xd3\xb7\x13\xad\x39\xe1\x7c\x0c\xef\x00\x00\x00\xff\xff\x04\xec\xd3\x24\xad\x00\x00\x00") - -func testE2eTestingManifestsKubectlPausePodYamlInBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsKubectlPausePodYamlIn, - "test/e2e/testing-manifests/kubectl/pause-pod.yaml.in", - ) -} - -func testE2eTestingManifestsKubectlPausePodYamlIn() (*asset, error) { - bytes, err := testE2eTestingManifestsKubectlPausePodYamlInBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/kubectl/pause-pod.yaml.in", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsKubectlPodWithReadinessProbeYamlIn = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8c\x4d\x4a\x04\x41\x0c\x46\xf7\x7d\x8a\xef\x02\xe3\xcf\x42\x90\xac\x05\x75\xd7\x20\xb8\xcf\x74\x05\x27\xd8\x95\x14\x55\x51\x90\x61\xee\x2e\x55\x8e\x4c\xeb\xf2\x7b\x2f\x79\x5c\xf4\x55\x6a\x53\x37\xc2\xe7\xed\xf4\xae\x96\x08\xb3\xa7\x29\x4b\x70\xe2\x60\x9a\x00\xe3\x2c\x84\x43\x44\x49\x13\xb0\xf2\x5e\xd6\xd6\xf9\x5f\xd3\x8a\x2c\x9d\x2e\x6e\xc1\x6a\x52\xc7\xcd\xee\xdf\x37\xa0\x99\xdf\x84\x70\x3c\x5e\x3d\x75\xf6\xdc\xe7\xe9\x34\x54\xf1\x1a\xe7\xf2\xee\xd2\x99\xbd\x06\xe1\xfe\x66\xf0\x2a\x9c\xd4\xa4\xb5\xb9\xfa\x5e\x7e\x6e\x31\xea\x8f\x12\xbf\x13\x28\x1c\x07\xc2\xf5\x65\x6f\x1b\x80\x9a\x86\xf2\xfa\x20\x2b\x7f\xbd\xc8\xe2\x96\x1a\xe1\xee\x2c\x43\xb3\xf8\x47\x6c\xf8\x77\x00\x00\x00\xff\xff\xe7\xf2\x7c\x22\x26\x01\x00\x00") - -func testE2eTestingManifestsKubectlPodWithReadinessProbeYamlInBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsKubectlPodWithReadinessProbeYamlIn, - "test/e2e/testing-manifests/kubectl/pod-with-readiness-probe.yaml.in", - ) -} - -func testE2eTestingManifestsKubectlPodWithReadinessProbeYamlIn() (*asset, error) { - bytes, err := testE2eTestingManifestsKubectlPodWithReadinessProbeYamlInBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/kubectl/pod-with-readiness-probe.yaml.in", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsKubectlRedisMasterControllerJsonIn = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x92\x3f\x4b\xc4\x40\x10\xc5\xfb\x7c\x8a\x30\xb5\x0a\x87\xa0\xb8\xad\x95\x9d\x5c\x61\x23\x16\x63\x32\xc8\xe2\x66\x77\x99\x19\xae\x09\xfb\xdd\x65\x2f\xb9\x98\x3f\x9b\xb3\xb0\x0a\xbc\xf9\xf1\xde\x9b\xc9\xf6\x55\x5d\xd7\xf0\x6d\x7d\x0b\x06\x8e\x14\x9d\x6d\x50\x6d\xf0\xcf\xc1\x2b\x07\xe7\x88\xe1\xe6\x8c\x60\xb4\x6f\xc4\x62\x83\x07\x03\xa7\xc3\xa8\x76\xa4\xd8\xa2\x22\x98\xb3\x51\x96\x3c\x76\x04\x06\x98\x5a\x2b\xb7\x1d\x8a\x5e\x2c\xf2\xd0\xe1\x27\x39\xf9\xa5\x07\xe7\x78\xe1\x27\x30\xeb\x1c\x5c\x36\x1a\x2d\xc6\x41\xca\xdf\x34\x84\x4b\xa4\x66\x16\xcc\x43\x7b\x01\x73\x98\xf2\x84\x1c\x35\x1a\xf8\x3f\x89\x93\x99\x52\x17\x1d\x2a\x2d\xcd\xb6\x27\xd8\xdf\xf5\x7a\xfe\xb5\x16\xb3\xed\x57\xb5\xb6\x97\x18\xc5\x26\x78\x45\xeb\x89\x05\xcc\xfb\x3a\x65\x53\xea\xaf\x5f\xb7\x00\x6d\x87\x5f\x04\xa6\x86\xbe\xbf\x3b\x66\xfa\x25\x0b\x29\x95\xe9\x18\x58\x4b\x1d\xf6\x9b\x94\xfa\x08\xf1\x69\xa7\xcf\x7a\xe1\xd7\xc0\x0a\xe6\xe1\xfe\xf1\xa9\x0c\xa7\x82\xfc\xb1\xd6\x96\xd0\x6c\x9c\x16\x4f\xb1\x4a\xd5\x4f\x00\x00\x00\xff\xff\x4c\xf8\x18\x11\x44\x03\x00\x00") - -func testE2eTestingManifestsKubectlRedisMasterControllerJsonInBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsKubectlRedisMasterControllerJsonIn, - "test/e2e/testing-manifests/kubectl/redis-master-controller.json.in", - ) -} - -func testE2eTestingManifestsKubectlRedisMasterControllerJsonIn() (*asset, error) { - bytes, err := testE2eTestingManifestsKubectlRedisMasterControllerJsonInBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/kubectl/redis-master-controller.json.in", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsKubectlRedisMasterPodYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x51\x4d\x6b\x23\x31\x0c\xbd\xcf\xaf\x10\xb9\x3b\x5f\x0b\xbb\xac\x6e\x0b\x9b\x43\xa1\x09\xa1\x09\xbd\x3b\x33\x8f\xd4\xc4\x1f\x83\x2d\x0f\x94\xd2\xff\x5e\x66\xe2\x4c\x27\xbd\x96\xfa\x24\x3f\xe9\xe9\x49\x4f\xba\x35\xcf\x88\xc9\x04\xcf\xd4\xad\xaa\x8b\xf1\x0d\xd3\x3e\x34\x95\x83\xe8\x46\x8b\xe6\x8a\xc8\xea\x13\x6c\xea\x23\x22\xaf\x1d\x98\x22\x1a\x93\x86\xff\x10\xa9\x04\x2f\xc6\xc3\x32\xcd\x24\x66\xcc\xae\xa9\x60\xc1\xe4\x74\x12\xc4\xea\x8e\xa9\x0a\x98\x5a\xd4\x7d\xdb\x3a\x78\xd1\xc6\x23\x16\x11\x55\x8a\x47\x6e\xff\x8c\xd3\x67\x30\x9d\xeb\x38\x37\x61\x71\xc9\x27\x44\x0f\x41\x52\x58\x43\x09\x92\xa8\xa1\x22\x2d\x06\x09\x5e\xcd\x97\x85\x08\xdf\x71\x09\x3f\x5b\x6f\xff\x1d\x8e\x9b\xa7\x11\x26\xea\xb4\xcd\xb8\x9b\x9f\xa8\x0d\x51\xd2\x94\x3b\x0e\xba\x0f\x51\x98\x7e\xff\xfa\xf3\xb7\x64\x23\x52\xc8\xb1\xc6\xa4\xdc\x1a\x67\xa6\x74\xa2\xba\xcd\x4c\xb3\xe5\x7c\x75\x13\xe8\x82\xcd\x0e\xdb\x90\xfd\xbd\x8e\xeb\x91\xbd\x96\x17\xa6\xc5\xd4\x31\xd5\x9f\x64\xd2\xf0\xba\xcb\x08\xde\x96\xbb\x9d\xe3\x47\x9c\x3b\x6c\x76\xc7\x87\xdd\xe6\xf1\x9b\xde\xad\x8b\x79\x57\x0b\xbe\x1c\x7e\xb2\x26\x5c\x2b\xaf\xff\x4d\x64\x7a\x7b\xaf\x3e\x02\x00\x00\xff\xff\x5a\xef\xee\x2b\xaf\x02\x00\x00") - -func testE2eTestingManifestsKubectlRedisMasterPodYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsKubectlRedisMasterPodYaml, - "test/e2e/testing-manifests/kubectl/redis-master-pod.yaml", - ) -} - -func testE2eTestingManifestsKubectlRedisMasterPodYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsKubectlRedisMasterPodYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/kubectl/redis-master-pod.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsKubectlRedisMasterServiceJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x8f\xb1\xaa\xc3\x30\x0c\x45\xf7\x7c\x85\xd0\x9c\x37\x3c\x1e\xbc\x52\x7f\x45\xa1\xd0\xa5\x74\x50\x13\x51\x4c\x9d\xd8\x48\x22\x4b\xc9\xbf\x17\xc7\x6e\x92\xbd\x53\xe0\xdc\x9b\x7b\xac\x57\x03\x00\xf8\xf4\x63\x8f\x0e\xcf\x2c\x93\xef\x18\xdb\x05\x52\xf2\x17\x16\xf5\x71\x44\x87\xd3\x6f\xa5\x03\x1b\xf5\x64\x84\x6e\xf9\x35\xa3\x91\x06\x46\x87\xc2\xbd\xd7\x9f\x81\xd4\x58\x4a\x39\x87\x81\xee\x1c\x74\x6b\x97\xe5\xf4\xe9\xaf\xc5\xcc\x25\x86\x3c\x54\x27\x6a\x30\xe7\xef\x5c\xe4\x9a\xb8\xdb\x89\x53\x14\x53\x74\x70\x5d\x37\x76\x96\x12\xa3\xfb\xff\x3b\x1c\xdb\x3d\x36\x92\x07\xdb\x69\x09\xeb\xa3\x95\x65\xda\x8c\xd5\x09\x00\xb7\xf5\x0c\xe5\xc0\x9d\x45\xf9\xfa\x90\x66\x6e\xde\x01\x00\x00\xff\xff\xb3\x89\x96\xff\x74\x01\x00\x00") - -func testE2eTestingManifestsKubectlRedisMasterServiceJsonBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsKubectlRedisMasterServiceJson, - "test/e2e/testing-manifests/kubectl/redis-master-service.json", - ) -} - -func testE2eTestingManifestsKubectlRedisMasterServiceJson() (*asset, error) { - bytes, err := testE2eTestingManifestsKubectlRedisMasterServiceJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/kubectl/redis-master-service.json", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsPod = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xcc\x31\x6e\xc3\x30\x0c\x85\xe1\x5d\xa7\x78\x40\x67\x17\xed\x56\x68\xed\x05\x3c\x75\x67\x2d\xda\x21\x22\x91\x82\xc4\x24\xf6\xed\x03\x07\x01\x02\x67\xfd\xc8\xff\x7d\xe0\xd7\xea\x06\x9b\x51\x2d\x7d\x6e\x54\x32\x6e\xe2\x27\xbb\x38\x66\xc9\x0c\x5e\x9d\xb5\x8b\x29\x66\x6b\x70\xee\x1e\xa8\xca\x1f\xb7\xdd\x22\xae\xdf\xe1\x2c\x9a\x22\x46\x4b\xa1\xb0\x53\x22\xa7\x18\x00\xa5\xc2\x11\xba\x88\xae\x01\xc8\xf4\xcf\xb9\xef\x7e\xbc\xf4\xca\xd3\xae\x93\xa9\x93\x28\xb7\xc7\xcf\xf0\x56\x03\x52\x68\x39\x40\xb5\xe6\xcf\xbd\xe1\x55\x8f\xd6\x3c\xe2\xe7\x2b\xdc\x03\x00\x00\xff\xff\xaf\xc0\x71\x4d\xd6\x00\x00\x00") - -func testE2eTestingManifestsPodBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsPod, - "test/e2e/testing-manifests/pod", - ) -} - -func testE2eTestingManifestsPod() (*asset, error) { - bytes, err := testE2eTestingManifestsPodBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/pod", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsRbdStorageClassYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8e\xb1\x6e\xc3\x30\x0c\x44\x77\x7d\x05\x91\xdd\x6a\xdc\xa1\x49\xb9\x76\xea\xd2\x25\x40\x77\xc6\x22\x5a\xc1\x96\x28\x90\x4c\x8a\xfe\x7d\x61\x79\x28\x32\x78\x93\xde\x1d\xef\x8e\x5a\xfe\x64\xb5\x2c\x15\xc1\x5c\x94\xbe\x38\xce\x67\x8b\x59\x9e\xee\x63\x98\x73\x4d\x08\x97\x8d\xbf\x2d\x64\x16\x0a\x3b\x25\x72\xc2\x00\x00\x95\x0a\x23\xd8\x22\x3f\xa1\xa9\xdc\xf3\x9a\xc3\x8a\x30\xdf\xae\xac\x95\x9d\x7b\x90\x5e\x53\x68\xa4\x54\xd8\x59\xad\x1f\x42\x91\x9a\x5d\xd4\x10\xc6\xe7\x53\x3c\xc6\x63\x1c\xf1\xe5\x74\x7e\xed\x22\xa5\x92\xeb\x7b\xc2\xed\xf1\x8f\x2e\x3c\x29\xfb\x47\x2f\x9d\xb8\x7d\x0f\xd6\xc1\xb0\x6b\xb3\x46\x13\x23\x1c\xd6\x3d\x83\xfd\x9a\x73\x39\x74\x5f\x13\x59\xb6\x99\xfd\x7b\x33\xd6\xb5\xef\x01\xec\xb5\xad\x5a\x08\x7f\x01\x00\x00\xff\xff\x71\x84\xc8\x20\x39\x01\x00\x00") - -func testE2eTestingManifestsRbdStorageClassYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsRbdStorageClassYaml, - "test/e2e/testing-manifests/rbd-storage-class.yaml", - ) -} - -func testE2eTestingManifestsRbdStorageClassYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsRbdStorageClassYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/rbd-storage-class.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsSampleDevicePluginYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x93\x41\x6f\xdb\x30\x0c\x85\xef\xfe\x15\x44\xee\xaa\xd7\x9d\x06\x5d\xdb\x62\x28\xd6\x75\x45\x83\xee\x5a\x30\xf2\xab\x23\x54\x96\x04\x89\x36\x92\x7f\x3f\x38\x76\x62\xb7\x4d\x97\x65\xba\x45\x79\xfa\xc8\x47\x3e\x73\xb4\xbf\x91\xb2\x0d\x5e\x13\xc7\x98\xcb\xee\xb2\x78\xb5\xbe\xd2\x74\xcd\x68\x82\x5f\x42\x8a\x06\xc2\x15\x0b\xeb\x82\xc8\x73\x03\x4d\x99\x9b\xe8\xa0\x2a\x74\xd6\x40\x45\xd7\xd6\xd6\xab\x15\x84\x47\x45\x8e\x6c\xa0\xe9\xb5\x5d\x41\xe5\x6d\x16\x34\x05\x91\xe3\x15\x5c\xee\x21\x44\xaf\xdf\xb2\xe2\x18\x8f\x93\x8a\x1c\x61\x7a\x5d\x86\x83\x91\x90\x86\x37\x0d\x8b\x59\xdf\xcd\x20\xa7\x30\x44\x82\x26\x3a\x16\x8c\x80\x99\x8f\xfe\xb8\x37\xac\xd3\xb4\xfe\xb0\xf7\x41\x58\x6c\xf0\xe3\xc3\x7d\xaf\xfd\x89\xc9\x86\x64\x65\x7b\xe5\x38\xe7\xfb\x61\x52\x3b\xf7\xca\x87\x0a\xca\x24\x2b\xd6\xb0\x1b\xd5\x12\x1c\xd2\x1c\x45\xa4\x28\xc4\xfe\x2e\x24\x4d\x8b\x9b\x8d\xcd\x92\x17\x87\xf6\xf0\xf2\x02\x23\x9a\x16\xf7\xe1\x66\x03\xd3\x0a\x16\x67\x3e\x5b\x9a\x35\xaa\xd6\x1d\xde\x75\xc1\xb5\x0d\x66\xd5\x87\xed\x1e\xf3\x4d\xb4\x0e\x59\x1e\x58\xd6\xd3\xbc\x88\x62\xff\x9b\xca\x8e\x53\xe9\xec\xaa\xec\xf7\xed\x20\xe5\x1b\x40\x7e\x47\x1f\x6f\x55\x42\x6d\xb3\xa4\xad\x8a\x29\xac\xa0\x9a\x50\xe1\x7f\x6a\x8d\xb8\xe7\x3d\x8e\x3e\x9a\xf9\x17\xec\x24\x33\xc1\x0b\x5b\x8f\x34\x9b\x8b\x6d\xb8\x86\xa6\xda\xa4\x0b\x1b\x76\xa5\x93\x87\x20\x2b\x7c\x85\x12\x64\x51\x3b\x45\x2e\x8f\x25\x47\x5f\x5e\x7c\xa1\x43\xc5\xcf\x3f\xa0\x69\x63\xbe\x9b\x3a\xdc\xfb\x78\xb8\x7b\xfa\x7e\x7b\xff\xbc\xfc\x75\xf5\xe3\xf9\xfa\xf6\x71\xe6\xa0\x63\xd7\x42\xd3\xe2\xc4\x1a\xa6\x44\x64\x98\x76\x17\xd3\xe0\x05\x1b\x99\x4f\xa3\x8f\x70\x67\x1d\x6a\x54\x9a\x24\xb5\xd3\x4a\x86\xac\xfc\x0c\xad\x97\xfc\xb1\xbb\xe3\x46\x88\x9a\x5e\xff\x70\x46\x4a\xce\xcb\xc9\xdf\x0b\xbc\x8f\xc6\xb1\xae\x3f\x41\x0d\xff\xb4\xb1\x62\xc1\x52\x12\x0b\xea\xed\xe0\x5a\xb6\x11\x9a\x1e\x83\x73\xd6\xd7\x4f\x3b\x41\xf1\x27\x00\x00\xff\xff\x4f\x53\x11\xfc\x45\x05\x00\x00") - -func testE2eTestingManifestsSampleDevicePluginYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsSampleDevicePluginYaml, - "test/e2e/testing-manifests/sample-device-plugin.yaml", - ) -} - -func testE2eTestingManifestsSampleDevicePluginYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsSampleDevicePluginYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/sample-device-plugin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsServiceloadbalancerHaproxyrcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x53\xcd\x8e\xd3\x30\x10\xbe\xe7\x29\x46\xe2\x4a\xba\x8d\xb2\xa0\x62\x89\xc3\x6a\x91\xe0\x18\x41\xc5\x7d\xea\x8e\x1a\x6b\x27\x1e\x63\x4f\xc3\x06\xc4\xbb\xa3\xa4\x6d\xea\x5d\xda\x05\x7c\xf4\x37\xfe\xfe\x26\x79\x70\x7e\x6b\xe0\x33\x05\x76\x16\xd5\x89\xbf\x17\xaf\x51\x98\x29\x16\x18\xdc\x57\x8a\xc9\x89\x37\xd0\x57\x45\x47\x8a\x5b\x54\x34\x05\x80\xc7\x8e\x0c\x24\x8a\xbd\xb3\x54\xb2\xe0\x76\x83\x8c\xde\x52\x2c\x00\x18\x37\xc4\x69\x1c\x03\xc0\x10\xae\xce\x01\xf4\x19\x7d\x0a\x64\xc7\x37\xf1\xe0\x25\x19\xa8\x0a\x80\x44\x4c\x56\x25\xfe\x2f\x1b\x80\x52\x17\x18\x95\x0e\x2f\x73\xf3\xe3\xc9\x3d\xfe\x9d\xf9\x4f\x76\x80\x93\xdf\xf1\x58\xf1\x8a\xce\x53\x9c\x19\x4b\x70\x1d\xee\xc8\xc0\xc3\x2a\x2d\x76\x36\x2e\x9c\xdc\x1c\xe9\x79\x63\x96\x8b\x6a\xe6\x9d\xe6\x9a\x3d\x73\x23\xec\xec\x60\xe0\x8e\xbf\xe3\x90\x66\x9c\x5d\x4f\x9e\x52\x6a\xa2\x6c\xe8\x6c\x18\xa0\x55\x0d\x1f\x49\xf3\x2b\x80\x80\xda\x1a\xb8\x69\x09\x59\xdb\x1f\x4f\x21\x89\x6a\x60\xb5\x5c\x55\x4f\xae\x93\x6d\x69\x5c\xe6\xa7\xf5\xba\xc9\x00\xe7\x9d\x3a\xe4\x0f\xc4\x38\x7c\x21\x2b\x7e\x9b\x0c\xd4\xcb\x6c\x42\x5d\x47\xb2\xd7\x19\x7c\x33\x63\x87\xaf\xa3\xc5\x10\xe5\x71\x28\x72\xfd\xac\xf1\x57\x70\xc7\x3c\x85\x38\xf5\x7e\xce\x5c\x9e\x1b\x6d\x8e\xae\xf3\xe0\x92\xf4\xc2\x75\x88\xa2\x62\x85\x0d\xac\xef\x9b\x4c\xc6\xef\x9c\x7f\x9c\x84\x5e\x10\xb8\xbd\xad\xaf\x28\xfc\x93\x46\x37\xa4\x6f\x7c\x9d\xbd\xae\x97\x6f\x2f\xd2\x3f\x03\xae\xd1\x1f\xab\x84\xa4\xa8\x2f\x84\xa8\xde\xd5\x97\x65\x9e\x01\x97\x65\x22\x25\xd9\x47\x4b\xc9\xc0\xcf\x5f\xe7\x1f\x23\xee\xb2\xa5\x95\x50\x96\x6a\x43\x79\xda\xd8\xfb\x29\xb8\x19\x63\xbc\x9e\x7a\x4e\xbd\x35\x63\x97\xbf\x03\x00\x00\xff\xff\x95\xb6\xdf\x12\x58\x04\x00\x00") - -func testE2eTestingManifestsServiceloadbalancerHaproxyrcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsServiceloadbalancerHaproxyrcYaml, - "test/e2e/testing-manifests/serviceloadbalancer/haproxyrc.yaml", - ) -} - -func testE2eTestingManifestsServiceloadbalancerHaproxyrcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsServiceloadbalancerHaproxyrcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/serviceloadbalancer/haproxyrc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsServiceloadbalancerNetexecrcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x90\xcd\xee\xd3\x30\x10\xc4\xef\x79\x8a\x91\x38\x27\x6d\xe9\xa5\xf2\x0d\xc1\xbd\x08\x21\xee\xdb\x78\xdb\x58\x75\x76\x2d\xef\xa6\x85\xb7\x47\x2e\xfd\xe2\xbf\xb7\x8c\xe6\x37\x33\x31\x95\xf4\x8b\xab\x25\x95\x80\xcb\xa6\x3b\x27\x89\x01\x3f\xb8\xe4\x34\x92\x27\x95\xaf\x2a\x5e\x35\x67\xae\xdd\xcc\x4e\x91\x9c\x42\x07\x08\xcd\x1c\x20\xec\xfc\x9b\xc7\xce\x0a\x8f\x4d\xfd\x84\x2f\x66\xcb\xcc\x86\x3f\xba\x60\xa2\x0b\x63\x0b\xd1\xc8\x86\x24\x4d\xab\x18\xf3\x62\xce\x75\xe8\x80\xfa\xaf\xc5\x02\xb6\x1d\xe0\x3c\x97\x4c\xce\x2d\x07\x78\xef\x6a\x97\xe9\xc0\xd9\x1e\x5f\x00\x95\xf2\xaa\x6f\xc2\x63\x42\xbb\x51\xc5\x29\x09\xd7\x27\xd0\x7f\x18\xfc\x88\x49\x33\x9d\x38\xe0\x34\xd6\x21\xe9\xea\xbc\x1c\xb8\x36\x8b\xf5\xfc\x99\x7b\x67\xf3\xfe\xe6\xb0\xd5\x1d\x0c\x9b\x61\xfd\x84\x8b\x56\x7f\x9b\xd4\xbf\x7a\xbf\x6b\xf5\x80\xdd\x7a\xf7\x32\xb7\xc7\xf9\x39\x25\x43\x32\xb8\xe2\xa8\x75\x64\xf8\xc4\xc6\x28\x1a\x6f\x5a\x26\x89\x50\x41\x4c\xc7\x23\x57\x16\xc7\xa4\xe6\x36\xfc\x9f\xb1\xff\xb6\x0f\x58\xec\x06\x23\xea\x55\xae\x54\x23\xa8\x24\x34\xfc\xc4\xde\xf2\xda\xdf\x22\x89\x39\x53\x7c\xe7\x5b\xe0\x7d\xdc\xa6\xfb\x1b\x00\x00\xff\xff\x4a\x68\xfa\x6c\xfb\x01\x00\x00") - -func testE2eTestingManifestsServiceloadbalancerNetexecrcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsServiceloadbalancerNetexecrcYaml, - "test/e2e/testing-manifests/serviceloadbalancer/netexecrc.yaml", - ) -} - -func testE2eTestingManifestsServiceloadbalancerNetexecrcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsServiceloadbalancerNetexecrcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/serviceloadbalancer/netexecrc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsServiceloadbalancerNetexecsvcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xce\xb1\x6a\x03\x31\x10\x04\xd0\x5e\x5f\x31\x3f\x10\x48\xba\xa0\x36\x7d\x38\xc8\x91\x7e\xad\x1b\x6c\x61\x9d\x76\x91\x96\xc3\xfe\x7b\x73\xf2\x81\x1b\x77\xcb\x1b\x86\x1d\xb1\xfc\xcf\xd6\xb3\xd6\x88\xed\x2b\x5c\x73\x5d\x22\xfe\xd8\xb6\x9c\x18\x56\xba\x2c\xe2\x12\x03\x50\x65\x65\x44\xa5\xf3\xc6\x14\x80\x22\x27\x96\xbe\x27\x80\x98\xbd\xa2\x6e\x4c\x3b\xcf\x77\x63\xc4\xaf\x2e\x9c\xb4\x79\x00\x4c\x9b\x8f\xc2\xc7\x38\x23\xbe\x3f\x47\xdb\xa5\x9d\xe9\xd3\x41\x07\x5a\x53\xd7\xa4\x25\x62\xfe\x99\x86\x3c\x07\x5c\xdc\x2d\x00\x9d\x85\xc9\xb5\xbd\xf9\xff\x08\x00\x00\xff\xff\x99\xb6\xda\xa2\xd2\x00\x00\x00") - -func testE2eTestingManifestsServiceloadbalancerNetexecsvcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsServiceloadbalancerNetexecsvcYaml, - "test/e2e/testing-manifests/serviceloadbalancer/netexecsvc.yaml", - ) -} - -func testE2eTestingManifestsServiceloadbalancerNetexecsvcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsServiceloadbalancerNetexecsvcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/serviceloadbalancer/netexecsvc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsServiceloadbalancerNginxrcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8e\x4b\x4e\xc6\x30\x0c\x84\xf7\x39\x85\x2f\x50\xf8\xbb\x43\xde\x72\x01\xc4\x82\xbd\xdb\x5a\xad\x45\xe2\x58\x8e\x85\xe0\xf6\x28\x94\x3e\x66\x37\xc9\x37\x33\x26\x93\x0f\xf6\x26\x55\x11\xbe\xc6\xf4\x29\xba\x20\xbc\xb3\x65\x99\x29\xa4\xea\x6b\xd5\xf0\x9a\x33\x7b\x2a\x1c\xb4\x50\x10\x26\x00\xa5\xc2\x08\xe5\x67\xd0\x55\xf4\x3b\x35\xe3\xb9\x3f\xfb\x1e\x6c\x08\x63\x02\x08\x2e\x96\x29\xb8\xff\x00\xdc\xe3\x5d\x99\x26\xce\xed\x70\x00\x64\x86\xb0\xd7\x75\x7b\x54\x76\xcd\x55\x83\x44\xd9\x4f\x7c\xf8\xbf\xe0\x8f\xdf\x22\xac\x9d\x3d\x52\x68\x65\x84\xc9\x9c\xda\x46\x1a\xdb\xf3\x05\xe1\xf8\xf4\x38\x41\xab\x1e\xb7\xfd\xe1\x9a\x79\xab\x1e\x08\x2f\x8f\xf4\x1b\x00\x00\xff\xff\xdc\xf9\xe9\xab\x1e\x01\x00\x00") - -func testE2eTestingManifestsServiceloadbalancerNginxrcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsServiceloadbalancerNginxrcYaml, - "test/e2e/testing-manifests/serviceloadbalancer/nginxrc.yaml", - ) -} - -func testE2eTestingManifestsServiceloadbalancerNginxrcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsServiceloadbalancerNginxrcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/serviceloadbalancer/nginxrc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsServiceloadbalancerNginxsvcYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8c\x41\x0a\x02\x31\x0c\x45\xf7\x39\xc5\xbf\x80\xa0\x3b\xc9\xd6\x0b\x08\x8a\xfb\xd8\x09\x5a\xec\x34\xa1\x0d\xc5\xe3\xcb\x54\x77\xee\x3e\xef\x7d\x9e\x78\xbe\x69\xeb\xd9\x2a\x63\x1c\xe8\x95\xeb\xc2\xb8\x68\x1b\x39\x29\xad\x1a\xb2\x48\x08\x13\x50\x65\x55\x46\x7d\xe4\xfa\xee\x23\x11\x50\xe4\xae\xa5\x6f\x0a\x10\xf7\x9f\xa3\xee\x9a\x36\xe8\xd6\x62\xda\xdd\x9c\x8c\xe3\x7e\x5e\xbd\x59\x58\xb2\xc2\xb8\x9e\xce\x93\x7c\xcb\xcf\x08\x27\xa0\x6b\xd1\x14\xd6\xfe\xba\xf4\x09\x00\x00\xff\xff\x55\x0d\xe9\x5c\xaa\x00\x00\x00") - -func testE2eTestingManifestsServiceloadbalancerNginxsvcYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsServiceloadbalancerNginxsvcYaml, - "test/e2e/testing-manifests/serviceloadbalancer/nginxsvc.yaml", - ) -} - -func testE2eTestingManifestsServiceloadbalancerNginxsvcYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsServiceloadbalancerNginxsvcYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/serviceloadbalancer/nginxsvc.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetCassandraControllerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\x41\x6f\xd3\x4c\x10\xbd\xe7\x57\x8c\xfa\x5d\xbf\xb8\x4e\xa1\x82\xee\xcd\x6a\x8c\xa8\x50\x5a\x2b\x41\x05\x71\x89\xa6\xeb\x49\xba\x74\x77\x67\xd9\x5d\x1b\x2a\xc4\x7f\x47\x8e\x69\xe2\xd8\x2e\xe2\xd0\xb9\xf9\xcd\xbc\x37\xcf\xcf\x23\xa3\x53\xb7\xe4\x83\x62\x2b\xa0\x9e\x4d\x1e\x94\x2d\x05\x2c\xc9\x69\x25\x31\x2a\xb6\x97\x6c\xa3\x67\xad\xc9\x4f\x0c\x45\x2c\x31\xa2\x98\x00\x58\x34\x24\x40\x62\x08\x68\x4b\x8f\x13\x80\xff\xe0\xe3\x3d\x81\xc6\x3b\xd2\x01\xbe\x2b\xad\xe1\x8e\x00\x9d\xd3\x8a\x4a\xc0\x2a\xb2\xc1\xa8\x24\x6a\xfd\xb8\x1b\xde\x78\x36\x10\x0f\x0c\x65\x77\x4f\x8e\x4b\x88\x64\x9c\xc6\x48\xff\x83\xda\x80\xe5\x08\x81\xe2\x8e\xd3\x8e\x36\xeb\x9b\x27\x74\xae\xeb\x20\x38\x92\x4d\xcb\xb7\xde\x83\x80\xb3\xbd\xab\x40\x9a\x64\x64\xff\xf2\xbe\x92\x1d\xe9\x49\xbf\xb5\x36\x62\x0e\xf6\xe4\x76\xa4\x1b\x65\x53\xdd\x37\x6b\x6a\x40\x07\x78\x7a\xbf\xa6\x24\xdb\x88\xca\x92\xef\x50\xa6\x20\xd9\x18\xb4\xe5\x01\x6a\xe1\x53\x5f\xd9\x24\xdc\x77\x50\x4f\x81\x2b\x2f\x29\x1c\x8f\x6a\x65\x54\xec\x61\x00\xd2\x55\x02\xd2\xe4\xbc\x03\x93\xad\xfb\x4b\xda\x7b\x58\x64\x9f\xd7\xef\xf3\xac\x58\xaf\xae\xbe\xe4\x3d\x9d\x1a\x75\x45\x02\xce\x67\x67\x8b\x51\xee\x8e\x77\x9d\x7f\x7a\x9e\x3a\x4b\xd3\x71\xea\x65\xb6\x5a\x65\xd7\xf3\x65\xb6\x5e\xe5\xf9\x7c\x5d\x2c\x6f\x6e\xaf\xe6\xf9\x72\x5c\xe5\x44\x71\xf2\xf0\x36\x24\xfb\x74\x93\x0f\xd5\x1d\x79\x4b\x91\xc2\x8a\xa8\x2c\x3c\xd7\xaa\x24\x7f\x32\xba\xaa\xb8\x99\xaf\xaf\xb3\x45\xbe\x2a\xb2\xcb\x51\x9b\xef\x3c\x9b\x7e\x84\x00\x1b\x45\xba\x5c\xd2\x66\xd8\xf9\xd3\x2b\x30\xde\x8b\xfd\x59\x24\xcd\xb2\xe0\x50\xd2\xb3\x26\xae\x8a\x17\xdf\x1e\x22\xc6\x2a\x24\x8e\xcb\x23\x71\x65\x70\x4b\x02\xb6\xd2\x27\x8a\x4f\xb7\xcc\x5b\x4d\xd3\x80\xc6\x69\x0a\xa7\xfb\x14\x45\x3d\x7b\xd5\x21\x0d\xff\x0f\x4f\xe5\xd8\xf7\x8f\x6c\x7a\x38\xe8\x82\x7d\x14\xf0\x26\x4d\xd3\x9e\xd7\x56\x50\xd9\xe8\x71\x6a\xb9\xec\x07\x33\x14\x98\x8d\x0a\x44\x1d\xa6\xff\x2c\x32\xbb\xb8\x18\x15\xf9\x6a\x7e\xfc\x9d\x79\x91\xbe\x3e\x1b\x65\xca\x6f\xba\x83\xd7\xac\x2b\x43\x0b\xae\xec\x30\x11\xd3\xa0\xed\x77\x39\x84\xbc\x6e\x8e\x63\x54\xb8\xd3\x68\x55\x8f\xfe\x0c\x83\x99\xa6\xc8\xb8\xf8\x38\x57\x5e\xc0\xcf\x5f\x93\xc9\xef\x00\x00\x00\xff\xff\xa4\xa9\x50\x3c\x08\x06\x00\x00") - -func testE2eTestingManifestsStatefulsetCassandraControllerYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetCassandraControllerYaml, - "test/e2e/testing-manifests/statefulset/cassandra/controller.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetCassandraControllerYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetCassandraControllerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/cassandra/controller.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetCassandraPdbYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcc\x3d\xae\xc2\x30\x10\xc4\xf1\xde\xa7\x98\x0b\x3c\x3d\x85\xd2\x1d\x88\x92\x82\x8a\x7e\x6c\xaf\x60\x85\x3f\x56\xb6\x13\x89\xdb\xa3\x88\x26\xf5\x7f\xe6\x47\xd3\x87\xf4\xa1\xad\x7a\x58\xcb\x1a\x3f\xff\xdb\x12\x64\x72\x71\x6f\xad\xc9\xe3\xde\xd2\x55\x47\x5f\x6d\x6a\xab\x97\x35\x3d\x65\xba\x22\x93\x89\x93\xde\x01\x95\x45\x3c\x22\xc7\x60\x4d\x9d\x7f\x96\x82\x03\x32\x83\xe4\xb1\x77\xc0\x52\x38\x0c\xdc\x30\x89\x7b\x28\x5a\xcf\x1b\x35\x33\x64\xf1\x38\x39\x60\x48\x96\x38\x5b\xff\xdd\x0a\x67\x7c\xdd\x0e\x0e\x40\xb3\xa3\xf4\x0d\x00\x00\xff\xff\x20\x15\x65\x49\xbc\x00\x00\x00") - -func testE2eTestingManifestsStatefulsetCassandraPdbYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetCassandraPdbYaml, - "test/e2e/testing-manifests/statefulset/cassandra/pdb.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetCassandraPdbYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetCassandraPdbYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/cassandra/pdb.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetCassandraServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8d\x31\xca\x42\x31\x10\x84\xfb\x3d\xc5\x5c\xe0\x87\x5f\xb1\x71\x6f\x60\x23\x82\x60\xbf\x26\x53\x04\xf3\x92\xb0\x1b\xdf\xf9\xe5\x89\x85\x85\xdd\xcc\x30\x7c\x9f\x8d\x72\xa3\x47\xe9\x4d\xb1\xee\xe4\x51\x5a\x56\x5c\xe9\x6b\x49\x94\x85\xd3\xb2\x4d\x53\x01\xaa\xdd\x59\x63\x4b\x80\x8d\xa1\x48\x16\x61\x2d\xbb\x09\xd0\x6c\xe1\xf7\x12\x83\x69\xbb\xa6\xfa\x8c\x49\x3f\x5d\x14\xe7\xde\x28\xc0\xe8\x3e\x3f\x94\xbf\x77\x51\x1c\xff\x0f\x7b\x01\x82\x95\x69\x76\xff\xa9\x78\x05\x00\x00\xff\xff\x9d\xcf\x54\x9b\xa7\x00\x00\x00") - -func testE2eTestingManifestsStatefulsetCassandraServiceYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetCassandraServiceYaml, - "test/e2e/testing-manifests/statefulset/cassandra/service.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetCassandraServiceYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetCassandraServiceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/cassandra/service.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetCassandraStatefulsetYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x56\xdf\x6f\xe3\x36\x0c\x7e\xcf\x5f\x41\x64\x7b\xd8\x80\xd9\x49\xee\x76\xd8\xea\xb7\x20\xc9\x6e\xc5\xf5\x47\x10\x77\xbb\x61\xc3\x10\x30\x12\xdb\x68\x95\x25\x9f\x48\x67\xcd\x7f\x3f\xc8\x49\x5c\xbb\x71\x8b\x7b\x98\x9f\x8c\x8f\xfc\xc8\x8f\x94\x08\x0a\x4b\xf3\x3b\x05\x36\xde\x65\x80\x65\xc9\xa3\xdd\x64\xf0\x68\x9c\xce\x20\x17\x14\xba\xaf\x6c\x4e\x32\x28\x48\x50\xa3\x60\x36\x00\x70\x58\x50\x06\x0a\x99\xd1\xe9\x80\x03\x2e\x49\x45\x9c\x29\xec\x8c\xa2\x9b\x17\x66\x80\x40\xa5\x35\x0a\x39\x83\xf7\xb5\x9b\x25\x25\x3e\x44\x0a\x40\x81\xa2\xb6\x57\xb8\x21\xcb\x07\x00\xa2\x8a\x2e\x5f\xa8\x28\x2d\x0a\x1d\x19\x2d\x29\xf1\xb3\x1d\x72\x0f\x1d\xe0\xa4\x30\x7e\xca\x3b\x41\xe3\x28\x34\x94\xe4\xac\xa2\x53\x28\x53\xe0\x03\x65\xf0\xa0\x42\x6a\xfc\xe8\xc1\xfb\x07\x4b\x09\x63\x51\x5a\xe2\x51\xe3\x9e\xed\x26\xef\xbb\x94\x65\x65\xed\xd2\x5b\xa3\xf6\x19\x4c\xed\xbf\xb8\xe7\xc6\x5e\xfa\x20\x2d\xb1\xc9\xb3\x9e\xa5\x0f\x92\xc1\x4f\xe3\xf1\xb8\xb1\x9e\x7a\x6d\x9c\x04\x4c\x9c\xd7\xf4\x26\x71\x72\x46\x14\xcb\xc9\x57\x91\x27\x17\x17\x67\xe4\x7f\x8a\xa7\xd7\x19\x17\xe3\x1f\xdf\x9d\x31\xd4\x17\xdb\x60\x81\xd8\x57\x41\x51\xab\xd8\x08\x7e\xa9\x88\xa5\x83\x81\x2a\xab\x0c\x86\xef\xc7\xe3\x62\xd8\x86\x0b\x2a\x7c\xd8\x67\x30\xf9\x68\x1a\x98\x49\x55\xc1\xc8\x7e\xe6\x9d\xd0\x93\xb4\xc3\x28\x2c\x71\x63\xac\x11\xd3\x4d\x09\x80\x5a\x77\x81\x58\xce\xe5\x72\xb6\xbe\xba\x9d\x7d\x6a\x0c\xd6\xdc\x93\xda\x2b\x4b\x6d\xdf\x32\x50\x2e\xbe\xec\xd2\xe9\xe9\xf9\x36\x35\xd9\x7d\x51\xa0\xeb\xc9\x33\xda\x18\x37\xe2\xed\x19\x9e\xa8\x33\x28\x1e\x91\x78\x6f\x41\x07\x34\xae\x31\x93\xdb\xb5\xc3\x9e\x6e\xeb\xf5\xf4\x8f\xf5\xaf\x8b\xe9\x72\x9d\x5f\xfe\xb9\xe8\xc4\xda\xa1\xad\x28\x83\x0f\x93\x77\xd7\x3d\xbc\x9a\x73\xb3\xf8\xfc\x1a\x6d\x32\x1e\xf7\xd1\x96\xb7\xf3\xf5\xcd\xf4\x7a\x91\x2f\xa7\xb3\x1e\xde\x2f\xc1\x17\x2f\x8b\xbf\x37\x64\xf5\x8a\xee\x5f\xe2\x47\xcb\x12\x65\x9b\x35\xd3\x9c\xc6\x34\x5c\xa2\xa2\x9e\xe4\xb3\x69\x9e\x4f\x6f\xe6\xab\xe9\x3a\x5f\x2c\xe6\x79\x9f\xec\x61\x33\x8e\xc9\x38\x6d\xfe\xd3\x6f\xbf\xeb\x08\xff\x3e\xe5\x9d\x4a\x95\xad\x58\x28\xa4\xd6\x2b\xb4\xc3\x37\xf3\xcd\xae\x7e\xcb\xef\x16\xab\x3a\x42\x6f\xda\x4f\x3f\xcf\xa9\xf0\x6f\x07\x99\xcf\x7a\xa9\xf3\xd9\x24\xf9\x1a\xfa\x6a\xda\xba\xa6\xed\x00\x2b\x54\x8f\x6f\x85\x88\xa5\x5f\x2e\xff\xc7\xc3\x62\x41\xa9\x38\x2d\xbd\x6e\x85\x0d\x84\xda\x38\x62\x5e\x06\xbf\xe9\x4c\xcf\xf9\xa0\xf4\x8e\xc9\x71\x48\x36\xf8\x62\x4c\xce\x86\x24\x81\x51\x4c\xb6\x4f\xca\x98\x29\xed\xb8\x1b\x67\xc4\xa0\x9d\x93\xc5\x7d\x4e\xca\x3b\xcd\x19\x4c\x3e\xb4\x3c\xc4\x14\xe4\x2b\x69\x8c\xcf\xb6\x6f\xe0\x6e\x4b\x4c\xb0\xf3\xb6\x2a\x08\x0a\x5f\x39\x61\xc0\x40\x50\xc6\xcd\xc8\x42\x4e\xd2\xe8\xb3\xaf\x41\x6b\x1e\x09\x8c\xb3\xc6\x11\x28\x8b\xa6\xe0\x1f\x5a\xa1\x36\x95\x80\xf3\x02\xf4\x84\x4a\xec\x1e\x36\xa4\xb0\x62\x02\xd9\x52\x7d\x2c\x0c\x8e\x48\x83\xf8\xc3\xea\x6b\xfc\xbc\x23\xf0\xf7\xad\x40\x91\xc0\xc7\x15\x0c\xa5\xd7\x47\x79\x9c\x36\x3e\x07\xe0\xba\x96\xdb\x5e\x29\x2f\xd6\x59\x12\xe7\xab\xd5\x88\xba\xbe\xc3\x81\x3e\x2f\xb1\xf5\xd1\xe9\xd4\x8b\x58\xa8\xf2\x6e\x47\x41\x0e\x6a\x8f\xcd\x39\x14\x0c\x9b\x7d\xad\x2f\x2e\x85\xe0\xad\xa5\x50\x53\xd1\xe9\x43\x74\xd2\x80\x52\x7b\x94\x28\x5b\x86\x82\x9c\x18\xef\x22\xbc\xf1\x3b\x4a\x6b\x6f\xed\xeb\x46\x1d\x9b\xc3\xb1\xa7\x50\x06\xaf\x2b\x15\x7d\xa1\x72\x62\x2c\x30\x6b\xf8\x38\x5b\x2c\x9b\x83\x98\x1b\x7e\x04\x1f\xc0\xcb\x96\x42\x6d\x2e\xf5\xe0\xd4\x8b\x59\x54\x77\x77\x7c\x2e\xd4\x3d\x49\xce\xde\x0b\xaf\x76\xa7\xfd\x4a\x40\xa5\x88\xf9\xda\x6b\xe2\x0c\xfe\x82\xe1\x8a\x50\x7f\x0e\x46\xe8\xd6\x29\x1a\xc2\xdf\x83\xd3\xdd\x3f\x5b\x72\x7d\x2b\x8e\xc5\x87\xfa\x25\x11\x77\xd9\xe0\xbf\x00\x00\x00\xff\xff\xe4\xd5\x43\x1f\x72\x09\x00\x00") - -func testE2eTestingManifestsStatefulsetCassandraStatefulsetYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetCassandraStatefulsetYaml, - "test/e2e/testing-manifests/statefulset/cassandra/statefulset.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetCassandraStatefulsetYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetCassandraStatefulsetYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/cassandra/statefulset.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetCassandraTesterYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x52\xbb\x6e\x1b\x31\x10\xec\xef\x2b\xf6\x07\xa8\x87\xd3\x08\xec\x6c\x08\x48\xe3\x42\x80\x81\xf4\x7b\xe4\x40\xb7\x30\x8f\x24\xc8\xd5\x05\x97\xaf\x0f\xce\xb1\x24\x9e\xad\x2a\x5b\x72\x38\xcb\x19\xce\x70\x96\x5f\x28\x55\x52\xb4\xc4\x39\xd7\xed\xb4\xef\xde\x25\x7a\x4b\x47\xe4\x90\xe6\x11\x51\xbb\x11\xca\x9e\x95\x6d\x47\x14\x79\x84\x25\xc7\xb5\x72\xf4\x85\x8d\xa2\xaa\xa9\x28\x13\x4a\x57\x33\xdc\x72\xa7\x20\x07\x71\x5c\x2d\xfd\xe8\x88\x2a\x02\x9c\xa6\xb2\x20\x44\x23\xab\x1b\x5e\xb9\x47\xa8\xff\x0e\x68\x79\xd7\x52\xbb\x87\x48\x31\xe6\xc0\x8a\x4f\x4e\xf3\xfe\x32\x61\x45\x7f\xb8\x80\xe8\x2a\x66\x19\x97\xa2\xb2\x44\x94\x1b\xc9\x7c\x1a\xf9\xca\x5a\x46\x46\x3e\xc3\xd2\xfb\xa1\x6e\xce\xae\x6c\x24\x6d\xef\x76\xf1\x84\x0f\xcb\x76\xb7\xd9\xaf\x09\xa7\x4b\x08\xa7\x14\xc4\xcd\x96\x9e\xc3\x6f\x9e\xeb\x0d\xcf\xa9\x68\x23\xd7\xdc\xf5\x9c\x52\x51\x4b\x87\xdd\x61\x77\x43\x0b\xd8\x4b\x44\xad\xa7\x92\x7a\xdc\x59\x44\x83\x6a\xfe\x09\x6d\x8f\x88\x32\xeb\x60\x69\x3b\x80\x83\x0e\x7f\xd6\xd0\xf7\xe5\x44\x12\x45\x85\xc3\x11\x81\xe7\x37\xb8\x14\x7d\xb5\xf4\xd4\x5c\xc8\x28\x92\x7c\x03\x19\x63\xba\xb6\x26\xf9\xc3\xe4\x76\xda\xf7\x50\xbe\xb6\xe5\x94\xfc\x51\x6a\xb9\x64\x95\x14\x5f\x2e\xfe\x8c\x47\xb5\x59\x7e\x0e\xc5\x64\xdf\x77\xeb\x14\xb3\xef\xd7\x59\x5c\xd3\x1b\x25\x3e\x4f\x2c\x81\xfb\x00\x4b\xfb\xff\xaa\xd3\x57\x03\xb7\x8a\xbf\xa1\x4c\xe2\xb0\x12\xda\xaa\x7a\xd0\xab\xef\xad\xb9\x2a\x6d\x42\x36\xeb\xaf\x5f\x2b\x7e\xd4\xf6\x39\xc3\xd2\x6b\x62\xff\xc2\x81\xa3\x43\xe9\xfe\x06\x00\x00\xff\xff\x6a\x4a\xab\x39\x98\x03\x00\x00") - -func testE2eTestingManifestsStatefulsetCassandraTesterYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetCassandraTesterYaml, - "test/e2e/testing-manifests/statefulset/cassandra/tester.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetCassandraTesterYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetCassandraTesterYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/cassandra/tester.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetCockroachdbServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x94\x41\x6f\x24\x45\x0c\x85\xef\xfd\x2b\x9e\x66\x0f\x7b\xd9\xcc\x86\x95\x80\x55\xdf\x10\x70\xc8\x25\x8a\x08\xe2\x8a\xdc\x55\x9e\xa9\x22\xd5\x76\xab\xec\x9e\x61\xfe\x3d\xaa\xea\x99\x80\x42\xf6\xda\xf6\xfb\x5c\xb6\x9f\x9b\x96\xfc\x07\x57\xcb\x2a\x23\x4e\xdf\x0d\x2f\x59\xe2\x88\x67\xae\xa7\x1c\x78\x98\xd9\x29\x92\xd3\x38\x00\x1f\xf0\x7b\xca\x06\xdb\x42\x50\x29\x17\xf0\xdf\xd9\xdc\xe0\x8a\x50\x99\x9c\xf1\xcb\xe3\x33\x58\xbc\x66\x36\x1c\xb4\x82\x29\x24\x2c\x1a\x91\x05\x9e\x18\xe6\xe4\x7c\x58\x4b\xe7\x19\x3b\x6c\x0d\x09\x9e\xc8\x5b\xf8\x82\x40\x82\xca\xa6\xe5\xc4\x9b\x56\x3d\x71\xfd\x68\x78\x78\x02\xc5\x58\xd9\x8c\x6d\x8f\x07\x47\x54\x36\x88\x7a\x27\x5d\xab\x13\x8a\x52\xbc\x9b\xa8\x90\x04\x8e\xf8\xb9\xac\xe6\x5c\x9b\x56\x22\x2c\xe9\x5a\x62\xd3\x60\x62\xac\xc6\x11\x31\x57\x0e\x5e\x2e\x98\x2e\x08\x25\xb3\xb8\x75\x5e\x16\xcc\x6a\x8e\x90\x6b\x58\x67\xf3\x86\xb3\xfd\x00\x08\xcd\x3c\x22\x68\x78\xa9\x4a\x21\xc5\x69\x00\x0a\x4d\x5c\xac\x8d\x08\xa0\x65\x79\x1b\x26\x11\x75\xf2\xac\x72\xcd\xf9\x80\x5f\x85\xa6\xc2\xa0\xd5\x75\x26\xcf\x01\xb3\x4a\x76\xad\x59\x8e\xd0\x03\xa8\x14\x64\xb9\x56\xc5\x39\xb1\xe0\xa9\xea\xcc\x9e\x78\x35\x64\x43\x5d\x45\x5a\xee\x75\xa8\x61\x6b\x73\xdf\xe9\xcb\x6b\xe6\x3e\xeb\x67\x0b\x95\x16\x1e\xb1\xf3\xba\xf2\xee\x9d\x84\x85\x3c\x8d\xd8\xfd\xd9\x16\xb3\xda\xe7\x13\x55\x7b\x37\x4d\xab\x8f\xd8\x7d\xbd\xff\x7a\xbf\x1b\x6c\xe1\xd0\x5a\x69\x1f\x7b\x4f\x77\xd8\xe2\x5f\x7e\xf8\xf2\xfd\x8f\x5d\xed\x54\x8f\xec\x4f\x6f\xbe\x6e\xd3\x3b\xd6\x25\xfc\x47\xd4\x98\xff\xd3\xbc\x7e\xdc\x24\xc9\x7d\x19\x70\x6b\xf4\xe1\x69\xc4\xa3\x0a\x0f\x80\x71\xe1\xe0\x5a\xbf\x39\xfd\xab\x6b\xb3\x41\x98\x23\xc7\xe6\xd5\x99\x5e\xb8\x0f\x6e\x61\xae\x77\x87\x2c\x91\x2b\xce\x5a\x5f\x5a\xd3\x0b\xd7\x72\xe9\x7e\x71\x45\xe2\xb2\x80\x4e\x9a\x63\x47\x71\x3c\x32\x02\xd9\xb6\x95\xca\xaf\x5b\xc2\x3d\x82\xce\x6c\x58\x17\xd0\xc1\xb9\xa2\xa8\xf5\x0d\xb9\xa1\x1d\x50\x07\xb6\x17\xb4\x63\xe9\xac\xc8\x21\x47\x6e\x9c\xe6\x70\x64\xbf\xf9\xf3\xd5\xcb\xc2\xe7\x5b\xc7\xd0\x0a\xaf\x97\xf6\xa4\xbf\x34\x0b\x48\xb6\xd3\xcb\x72\xec\x30\x15\xde\xe3\xe1\xd0\x28\x9b\xdc\xde\xe8\xbb\x89\xfe\xad\x91\xe8\xc4\x9d\xc4\xf1\x3d\xd6\x27\x9c\xf9\x63\x04\x4b\x6c\x0d\x9d\xb3\x27\xf8\x59\x61\xbc\x50\x6d\x6f\xbb\x52\x0d\x25\x9b\x73\xb7\xe2\x76\xc0\x30\x9a\xf9\xf6\x8b\xd8\x46\x26\x71\xd1\x2c\xfe\x09\xe7\x94\x43\xc2\xb9\xd7\x9f\x18\x27\xae\x17\x4c\x14\x9b\x6b\x97\x75\x2a\xd9\xd2\xa3\xfa\x6f\x4c\xf1\xf2\xd3\xed\xd0\x47\x34\xdb\x0e\xff\x04\x00\x00\xff\xff\x6a\xf0\xa9\x28\xa3\x04\x00\x00") - -func testE2eTestingManifestsStatefulsetCockroachdbServiceYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetCockroachdbServiceYaml, - "test/e2e/testing-manifests/statefulset/cockroachdb/service.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetCockroachdbServiceYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetCockroachdbServiceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/cockroachdb/service.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetCockroachdbStatefulsetYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x57\xdf\x6f\xdb\xc8\xf1\x7f\xf7\x5f\x31\x5f\x7d\x0f\xb0\xdd\x9a\x92\x9c\xe2\xd2\x54\x80\x1f\x5c\xc7\x0d\x8c\x36\x8e\x61\x05\x77\x0f\x69\x90\x5b\xed\x0e\xc5\xad\x96\x3b\xbc\xdd\xa1\x14\xb5\xe9\xff\x5e\xcc\x92\xa2\x48\xca\x39\xa0\x40\xe5\x17\x93\x3b\xf3\xd9\x99\xcf\xfc\xa4\xaa\xec\x4f\x18\xa2\x25\xbf\x00\x55\x55\x71\xb6\xbd\x3e\xdb\x58\x6f\x16\xb0\x64\xc5\x98\xd7\x6e\x89\x7c\x56\x22\x2b\xa3\x58\x2d\xce\x00\xbc\x2a\x71\x01\x9a\xf4\x26\x90\xd2\x85\x59\x9d\xc5\x0a\xb5\x9c\x44\x0c\x5b\xab\xf1\x31\x09\x4c\x7a\x12\x93\x33\x80\x80\x95\xb3\x5a\xc5\x05\xfc\x21\x89\x3a\xd4\x4c\x41\xd4\x00\x4a\xc5\xba\xf8\x9b\x5a\xa1\x8b\xcd\x0b\x10\x5b\x86\x97\x00\x30\x96\x95\x53\x8c\xad\x4e\xcf\x24\xf9\xb9\x81\xfa\x8b\x00\x00\x07\x4b\xe5\xf7\xff\xf0\xe0\x2d\x83\x26\xcf\xca\x7a\x0c\x11\x54\x40\x08\xb5\x07\xf2\x6e\x0f\xe4\x35\x82\xf5\xc0\x05\x82\xb3\x39\xb2\x2d\x11\x28\x07\x05\x15\x99\x2b\x58\x61\x4e\x01\x3b\x28\xcb\xe7\x11\x22\xab\xc0\x68\xa0\xae\x20\xa7\x90\x34\x73\x1b\x22\x83\xe8\x4e\xe1\x81\xa1\x50\x11\x98\x00\xbf\x5a\x86\x58\x6b\x8d\x31\xe6\xb5\x73\xfb\x0e\xa7\x81\x4d\xaa\x15\x99\xf3\x08\xa5\xb2\x7e\x6c\xa3\x72\x8e\x76\x68\x04\x29\x5d\x39\xed\xd4\x3f\x16\x36\x42\xa5\x02\x5b\x5d\x3b\x15\xc0\x0e\x3c\x04\x43\x18\x41\xc1\xdb\xc7\x25\x38\xa2\x4d\x6b\x27\x71\x81\x41\xae\x8b\x60\x7d\x07\x25\x26\x44\x64\xb9\xa4\x40\x57\x81\x41\xc6\x50\x5a\x8f\xb0\x2b\x30\x69\x50\x00\x4f\x0c\x0a\xb4\xab\x23\x63\x00\xe5\x02\x2a\xb3\x17\xf7\x22\xc7\xa3\x55\x0f\x39\x28\xbf\xef\xdf\x93\x24\xae\x40\x8c\x0b\xa8\x38\x59\x95\x5b\xd7\x11\xde\xc5\x2d\x93\x10\x77\x40\xc6\x86\x94\x35\x7b\xb1\xaa\x52\x31\x02\x17\x8a\xc1\xfa\x9c\x42\xa9\xd8\x92\x07\xe5\xc8\xaf\xe5\x38\x51\x18\x6c\xa9\xc2\xbe\xc7\x80\xc8\x77\x70\x6d\x34\x0c\x6a\x6b\xc4\x2d\x25\x5c\x95\xa5\xf2\x26\x73\xe2\x68\xee\xd4\x3a\x49\xd4\x31\x79\xed\x1b\xba\xad\x5f\xc3\xdd\xc1\xc0\xb7\x7f\x1e\xb1\x9f\x92\xa7\x54\xcc\x12\xad\xa4\xa4\xda\x50\x56\x52\x67\x91\xd1\x33\x6c\xc9\xd5\x25\x82\x8d\x80\x65\xc5\x7b\xc8\xc0\xe6\xc2\x46\xa1\xe2\xd1\x59\xc5\x0a\xf2\x40\xa5\x00\x04\xdc\x5a\xaa\x85\x38\xd4\xb5\x38\x7a\xd5\xb8\x9e\x84\x76\xd6\x39\x50\x6e\xa7\xf6\x11\x56\x28\xd6\x9a\x83\x51\x92\x00\x77\x5d\xf6\x1c\x52\x3f\x6b\x8b\x78\x45\xc4\x91\x83\xaa\xba\xaa\xb1\xa5\x5a\x0f\xab\x7b\x76\x8c\xc5\xe6\x4d\xcc\x04\x70\x31\x9f\x5e\x0f\x35\x9e\x6a\xe7\x9e\xc8\x59\xbd\x5f\xc0\x43\xfe\x48\xfc\x14\x30\xa2\xe7\x63\x35\x86\x75\xaf\x36\x33\x98\x64\xe4\xb3\xc4\xe6\xcd\xec\xf0\xdf\x34\x16\x93\x81\x48\xdb\x4f\x6e\x46\x9d\xa4\xf9\xa1\xdf\xf6\x01\x1b\x87\x9e\x3e\xbc\xfd\xf2\x78\xfb\xfe\x7e\xf9\x74\x7b\x77\xdf\x9d\x02\x6c\x95\xab\xf1\x2f\x81\xca\x45\xef\x25\x40\x6e\xd1\x99\x67\xcc\x87\x6f\xdb\xf7\x4f\x8a\x8b\x45\xd7\x66\xa6\x72\x41\xac\x94\xc6\x4e\xb6\x09\xe2\x7b\xaa\x3d\xc7\x53\x53\x44\xc9\xd8\xd0\x43\x2e\x45\xb2\x41\x9d\x1c\x59\x9d\x0d\x73\xfd\xe0\xa0\xca\x73\xa1\x7a\x7f\x04\xae\xc8\xdc\x7a\xb6\xb7\x27\x07\x20\xe9\x91\x63\x08\x68\xde\xd6\xc1\xfa\xf5\x52\x17\x68\x6a\x67\xfd\xfa\x61\xed\xa9\x7b\x7d\x7f\xc8\x9d\xbe\x6a\x06\x3b\xb4\xeb\x82\x17\x70\x3d\x9f\x0f\x68\x90\xfb\xda\xbb\x3e\x62\x28\xc7\x1c\xa5\x7e\xbb\x1c\xb4\xf1\xfe\x2f\xb5\xf4\xfb\xaf\x55\xc0\x28\xc3\x25\x9e\x4a\x64\xb0\xc1\x7d\x1a\x3a\x27\x47\x00\x54\x61\x50\x02\x0c\x0f\xfe\x85\xe3\x14\xcf\x17\x30\x05\x75\xdc\xf3\x8f\x3f\xa6\x8a\x1c\xad\xf7\x7f\x95\x7b\x37\xf5\x0a\x83\x47\xc6\x38\xb5\x34\x2b\x28\xb2\xc4\xad\xd5\xd0\xdf\x2d\x99\x97\xd0\x7f\xab\x68\x16\xdb\xeb\xe9\xfc\xbf\x2c\x96\x8a\xc2\x30\xa3\x3a\x73\x9e\x28\xf0\x02\x5e\xbd\x7e\xf5\xe3\x1f\x7b\xbe\x35\x96\xad\x43\xa5\xbf\xaf\xf3\x66\xfe\x66\x7e\xa2\x52\x30\x57\xff\x8b\x74\xfe\x6e\x36\x77\xe2\x6d\x5f\x1d\x66\xde\x64\xb6\xb2\x7e\xb6\x52\xfd\xba\x6f\x2a\x1f\xf5\xd7\xe1\xab\x6f\x83\x50\x4a\xab\x4d\x7d\x4e\x06\xf2\xaf\xb5\x72\x36\xb7\x68\xe0\x97\x43\x14\x21\xcb\x7f\x91\xe6\xaa\x43\xad\xad\x72\x8b\x91\xf2\x87\x34\x88\x3c\x19\x4c\xf3\xd4\x9f\x33\xa8\x95\x43\xe9\xf4\x32\x16\x65\x7e\xcb\xf4\xa8\xfd\x11\xfa\x80\x3c\x1d\x40\xdd\x3d\xdf\x3e\xbf\x5b\xde\x5c\x4c\x52\xff\x9a\xc0\x24\xcb\x1c\xad\x99\x22\x1b\x0c\x21\x3d\x5b\x1f\x51\xd7\x01\xd3\x83\xa0\x4c\x60\xf2\xc3\x45\xcf\xd0\xcb\xe6\x84\xb9\x3a\x1c\xcf\xa7\xe9\x6f\x72\x39\x32\xfb\x67\x6c\x86\xcb\x4e\xf9\x34\x96\xa5\x34\xad\x72\xf6\x9f\x08\x0a\x3c\xee\xba\x39\x7c\xb1\xda\x03\x95\x96\xd3\xa4\x12\x4f\xfe\x41\xd6\xa7\x69\x36\x86\xb4\x39\xec\xf0\x3c\x20\xc4\x3a\x6d\x1d\x8a\xdb\xe7\xe3\xee\x22\x34\xc1\x85\x9d\xe2\x14\xac\x37\xf8\x15\xe6\x97\xa0\xbc\xe9\x4f\xd2\x03\x9a\xd0\x8a\x1d\xa3\xdd\xc4\x6f\x88\x0e\xb5\xf7\x62\x8f\x6a\x16\x14\x89\x5c\x9a\xf4\xad\xcd\x2f\xc2\xd9\x28\x51\x8c\x75\x55\x51\x6c\xf6\x9d\x95\xf8\x7a\xd0\xbf\xd8\x15\x56\x17\x62\x96\xd5\x69\x89\x48\x0e\x74\xfb\xc8\x08\x6e\xb8\x9d\x24\x1f\x76\x08\xb1\xa0\xda\x19\x28\xd5\xa6\x25\x41\x56\x1a\xa6\x76\x2f\x69\x89\x25\x8f\x97\xd3\x11\xdc\x83\x6c\x7c\xb9\xac\x09\x4c\x69\x6b\xdc\x59\x2e\xa8\x66\xc8\xb2\x44\xb7\xec\x22\x10\x30\x65\x86\xf0\x3c\x26\x67\x04\xd7\xa3\x6a\x78\x93\xcd\xe1\x13\xfc\x5f\x3f\x69\x2e\x27\x70\x73\x33\xd8\xaf\xb3\xf9\x04\x3e\xc3\xb7\x6f\xf0\xf7\x71\x47\xfc\x04\x19\xfe\xc6\xb4\x99\xb5\x54\x7d\x69\x48\xf9\x52\xaa\xb0\xc1\x30\x81\xcf\x03\x1c\x2e\x70\xdc\x84\x53\x36\x1a\x12\x5f\x92\xb7\x3d\x63\x64\x87\xa3\x60\x24\xa6\x04\x6a\x4b\xd6\x08\x8b\x92\x45\xb2\x14\x95\x95\x64\xe5\x09\x1a\x53\x83\x63\x39\xa2\xcb\xaf\xa0\x89\xac\xae\x43\x40\xcf\x6e\x9f\x36\x57\xb9\x6c\x47\x61\x73\xa2\x7c\x21\xd5\x13\x17\xb3\xd9\xda\x72\x51\xaf\xa6\x9a\xca\xd9\x8b\xcd\x78\x66\x63\xac\x31\xce\xfe\xf4\xfa\xd5\x8f\xa3\x80\x1e\x8a\xf9\xf7\x37\x17\x93\x26\x82\x93\x11\xc5\xd3\xde\xd3\x55\xff\xe4\xfa\xbb\x27\xaf\xfa\x27\xa3\x7a\xce\xed\xe0\x51\x16\xbb\x17\xfb\x28\xfc\xf0\xaf\xc6\xb2\x4f\xbf\xfb\xfc\xef\x6e\x39\x7c\x24\x19\xfa\x59\x64\xaa\xa0\x90\x9e\x65\x23\x04\xfc\xb5\xb6\x01\xcd\x15\x28\x58\x3e\xbc\xfb\x78\xff\xfc\x1e\x2a\x57\x47\x88\x54\x62\xfa\x06\x11\x29\xe5\x5c\xaa\x93\xf3\xe3\xa6\xe9\x11\x0d\x9a\xf4\x2d\xb0\x0e\x4a\xcb\x47\x1f\xc4\xa2\x66\x43\x3b\xdf\x7c\xf2\x48\xf8\x0e\x7c\x35\x9f\x01\x69\xdb\x7e\x27\xd2\x4f\x18\x2c\x99\x25\x6a\xf2\x26\x2e\xe0\xf5\x61\xcc\x34\xf3\xe4\x64\x80\x8e\x07\xc9\x71\x2b\xfe\x29\x29\xdc\x39\x65\x07\xcb\x86\x96\x17\x8f\x23\xdd\xed\x51\xf6\x63\xfb\x59\x98\x6e\xca\x4e\xbe\x0b\x4f\x6f\xed\x7f\x04\xaa\xf4\x0d\xf6\x5e\xca\x6e\xb0\x9e\x3e\xa3\x32\x3f\x07\xcb\xf8\xc1\x6b\x3c\x8c\xa2\x80\x91\xea\xa0\xfb\xa2\xc2\x39\x46\x1e\xac\x22\x91\x29\xa4\x85\xe0\xfa\x9d\x3d\xfb\x4f\x00\x00\x00\xff\xff\x35\xe0\x44\xba\x60\x0f\x00\x00") - -func testE2eTestingManifestsStatefulsetCockroachdbStatefulsetYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetCockroachdbStatefulsetYaml, - "test/e2e/testing-manifests/statefulset/cockroachdb/statefulset.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetCockroachdbStatefulsetYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetCockroachdbStatefulsetYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/cockroachdb/statefulset.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetEtcdPdbYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xcc\x3d\x0e\xc2\x30\x0c\xc5\xf1\x3d\xa7\x78\x17\x40\xa8\x8c\xd9\x40\x8c\x0c\x4c\xec\x4e\x6c\x81\x45\x3e\xac\xc6\xad\xc4\xed\x51\x55\x06\xd6\xf7\xd7\xfb\x91\xe9\x43\xe6\xa1\xbd\x45\x58\x2f\x9a\x3f\xc7\x75\x4a\xe2\x34\x85\xb7\x36\x8e\xb8\x77\xbe\xea\x98\x17\x73\xed\xed\xb2\xf0\x53\x3c\x54\x71\x62\x72\x8a\x01\x68\x54\x25\x42\x3c\xf3\xc1\x38\x05\xa0\x50\x92\x32\xb6\x04\x18\xa7\xbd\x85\x61\x92\xb7\xad\x6a\x3b\xaf\xa4\x85\x52\x91\x88\x53\x00\x86\x14\xc9\xde\xe7\xfd\x51\xc9\xf3\xeb\xf6\x47\x00\x64\xf6\x43\xbe\x01\x00\x00\xff\xff\x37\xe7\x80\xf7\xad\x00\x00\x00") - -func testE2eTestingManifestsStatefulsetEtcdPdbYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetEtcdPdbYaml, - "test/e2e/testing-manifests/statefulset/etcd/pdb.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetEtcdPdbYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetEtcdPdbYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/etcd/pdb.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetEtcdServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8e\xcd\x4a\xc0\x30\x10\x84\xef\x79\x8a\x79\x81\x82\x3f\x07\x35\x37\x8f\x5e\x8a\x28\x78\xdf\x26\x03\x06\xd3\x24\xec\x6e\x0b\xbe\xbd\xb4\x08\x62\x6f\xc3\x37\x1f\xc3\xc8\x28\x1f\x54\x2b\xbd\x45\xec\xb7\xe1\xab\xb4\x1c\xf1\x4e\xdd\x4b\x62\x58\xe9\x92\xc5\x25\x06\xa0\xc9\xca\x08\x7a\xca\x01\xa8\xb2\xb0\xda\x81\x01\x19\xe3\x97\xdb\x60\x3a\xd8\xe8\xea\x67\x39\x9d\x31\xe2\xee\xfe\xf1\xe6\x74\xff\x46\x26\xa3\xee\xd4\x7f\xd2\xc3\xd3\x55\x4a\xb5\xb0\x79\x00\x52\xdd\xcc\xa9\x2f\xaf\x11\x73\x6f\x0c\x80\xb1\x32\x79\xd7\xeb\x09\x60\x6c\x4b\x2d\xf6\x39\x77\x7f\xa3\xe4\xef\xe7\x9c\x95\x66\xb4\x08\xd7\x8d\xe1\x27\x00\x00\xff\xff\x50\x82\x1d\x25\xf2\x00\x00\x00") - -func testE2eTestingManifestsStatefulsetEtcdServiceYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetEtcdServiceYaml, - "test/e2e/testing-manifests/statefulset/etcd/service.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetEtcdServiceYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetEtcdServiceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/etcd/service.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetEtcdStatefulsetYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x58\x6d\x6f\xdb\xb6\x13\x7f\x9f\x4f\x71\x7f\xc7\x48\xed\xff\x2a\x3f\x24\x2b\x92\xaa\x48\x8b\x2c\x31\xd6\x00\x49\x6a\xc4\x5e\x0b\xac\xdb\x0c\x46\x3a\xc7\x5c\x28\x52\x25\x29\x27\x81\xeb\xef\x3e\x50\x92\x65\x3d\x50\x8e\x0b\x24\x7b\x35\xbf\xd8\x1a\xea\xf8\xbb\xe3\x3d\xfc\xee\x48\x12\xd2\xcf\x28\x15\x15\xdc\x05\x12\x86\xaa\x3b\xef\xef\xdc\x51\xee\xbb\x30\xd2\x44\xe3\x34\x62\x23\xd4\x3b\x01\x6a\xe2\x13\x4d\xdc\x1d\x00\x4e\x02\x74\x01\xb5\xe7\xef\x00\x30\x72\x83\x4c\x99\x65\x30\xdb\xd3\x75\x15\xa2\x67\xd6\x14\xca\x39\xf5\xf0\x2a\xbf\x43\x62\xc8\xa8\x47\x94\x0b\x07\xb1\x04\x43\x4f\x0b\x99\x20\x04\x44\x7b\xb3\x8b\x1c\x64\x1e\x14\x40\x63\x10\x32\xa2\x31\x15\xce\xd9\x64\x7e\x05\xbb\xcc\x8f\x15\x80\x8a\x50\x00\x2b\x1b\xcd\xcf\x13\x5c\x13\xca\x51\x66\xd2\x4e\x15\x0e\x80\x06\xe4\x16\x5d\xb8\x3b\x52\x9d\x5b\x4f\x76\xa8\xe8\x9a\xcf\xee\x41\x67\xbf\xb3\xff\x73\x51\x6a\x18\x31\x36\x14\x8c\x7a\x8f\x2e\x9c\xb0\x7b\xf2\xa8\xb2\xef\xa1\x90\x3a\x67\x95\xb3\xd6\x3e\x14\x52\xbb\xb0\x7f\x70\xd4\xcb\xbe\xae\x8e\x15\x22\xca\x4d\x5b\x0e\xdf\x56\xb6\x78\x8c\x22\xd7\xd9\xb2\x44\x25\x22\xe9\x61\x4e\xb5\x59\xfc\x16\xa1\xd2\x85\x35\x00\x2f\x8c\x5c\xe8\xf7\x7a\x41\x61\x35\xc0\x40\xc8\x47\x17\xde\xf4\xf7\x2f\x69\xf6\x05\xf9\x3c\x7f\x96\x44\xf5\xf9\xd5\xf9\xf8\xfc\xe4\x62\x72\x7a\xf1\xdb\x68\x3c\xb8\x9e\x8c\xce\x7f\x1f\xe4\xb0\xe6\x84\x45\xe8\x42\xe3\xa0\x51\xd9\x39\x1a\x8c\x27\x57\x27\x97\x16\xe9\x42\x24\xe6\x82\x45\x01\x5e\x8a\x88\x17\x5d\x99\x80\x98\xac\xf0\xa9\xcc\x61\x04\x46\x72\x48\xf4\xcc\x85\xee\x9c\xc8\xae\x8c\x78\xb7\x00\xc8\xe8\x14\xbd\x47\x8f\x61\xde\x13\xa1\xc4\x91\x16\x61\xd1\x39\xf8\xb0\xce\x9b\xcc\x61\x22\x08\x08\xf7\xcb\xcb\xc6\xa2\x46\xf7\x86\xf2\xae\x9a\x35\x6c\xdf\x1c\xf4\x6c\xeb\xdf\x2b\x6b\x00\x83\xe1\xe8\xb8\x51\x15\x06\x98\x0a\x09\x14\x28\x87\x66\x4b\xe1\x37\xe8\x41\xb3\xd5\x6a\x2e\x6c\x11\x58\x82\x03\xfd\x76\xbb\xfd\x0e\x7c\x61\x01\xca\xb4\x34\x17\x83\xe1\x68\x19\xff\xd7\xfd\xe9\xf5\x72\xa6\x75\xe8\x76\xbb\xcd\xc5\x2a\x36\x4b\xa7\xb9\xa0\xcb\x4e\x6e\xc1\x35\x09\x68\x33\xce\x17\x1c\x77\x2c\xeb\x1f\x3f\x8d\xc6\x66\xe7\x71\xb3\x35\x13\x4a\x9b\xb0\xb5\x6d\x72\x01\x06\x37\x28\x27\x33\xa2\x66\xad\x36\x2c\x6a\xac\x36\x91\xf4\x34\x4b\xa5\x81\x51\xa5\xe1\x3b\xdc\x4a\x0c\x21\x33\x7e\xa5\xb1\x6c\xf7\x51\x0f\xbe\x83\x17\x69\x70\xfc\x57\xee\x2b\x70\xa6\xfd\xf5\xdf\x5f\xe3\xbf\x2d\x4a\x97\x36\x5b\xd1\x9b\x09\x68\x5c\x63\x20\xe6\x94\xdf\x42\x4e\x25\x4c\xa5\x08\x62\x2b\xc1\x63\x91\xd2\x28\x1b\x36\x80\xc1\xf8\xf4\xec\x74\x7c\x31\x19\x5c\x9d\x0d\x3f\x9d\x5f\x8d\x8f\x93\x40\x94\x8f\x27\x8d\x06\x84\x66\x2b\xe7\x9c\xb6\x05\x8e\x4e\xe1\x2b\x34\x3f\x80\x13\x67\xc5\x9f\xef\x40\xcf\x90\xd7\x78\x70\x17\xae\x13\x54\x9c\xa3\x7c\xd4\x33\x73\x00\xa1\x67\x28\xef\xa9\x42\xb3\x71\x65\x38\xdc\x53\xc6\x80\x0b\x60\x82\xdf\xa2\x04\xe5\x11\x86\x4e\x14\xd6\xe0\xca\x00\x1c\x39\x2d\xd6\x5c\xf7\xff\xb6\x2c\x5e\x33\x8a\xa5\x98\xec\x65\x54\x2d\xa0\x72\xe9\x3c\x9d\x66\xbb\xa0\xb4\x90\xb8\xf2\x2d\xf5\x81\x72\x2d\x60\xf8\xf9\x34\x2e\x2c\xd3\x6d\xe4\xda\xf1\x21\x23\x1e\x06\x79\x56\x4d\x0c\x66\xa6\x89\x4d\x12\x31\x6b\x9e\xde\xcf\x28\x43\xf8\x9f\x35\x53\xf7\xde\x77\x7d\x9c\x77\x79\xc4\x98\xa9\x4c\x50\x0c\x31\x84\xfe\xbb\xa4\x78\xca\x48\x2f\x9b\xeb\xf0\xbe\x14\xab\x34\xc7\xa8\x5f\x35\xe4\x81\x6a\xe8\x15\x96\x4b\x65\x81\xa1\xb2\x3a\xa3\x86\xca\x9e\x91\xc8\x9e\x97\xc6\xec\x71\x30\xd5\x9e\xa8\xd8\xe4\x83\xa7\x08\xec\x5f\xa4\xae\x65\x39\xf3\x25\x3a\x7f\x0b\xca\x4d\xad\x93\xa9\xc9\xf3\x29\xa1\x2c\x92\xf8\xa1\x20\x17\xd3\x88\x83\xa5\xbc\xf0\x71\x4a\x22\xa6\x3b\x31\xa9\xd5\x71\xcb\x8a\x11\x33\x35\xb1\x74\x72\xd4\xaa\x9b\xb3\x54\x3b\x6e\xb6\x3c\xa2\xeb\x12\xd1\xd2\x27\xb2\xa3\xa4\x18\xd5\x8c\xab\x30\x6b\x0b\x43\xd5\x2e\x7b\x3f\x0a\x7d\xa2\x11\x9a\x8b\x4c\xd9\x72\x9b\x28\x58\x4a\x03\xbd\xe4\xac\x8e\x63\x38\xa7\xd0\x0b\xfe\xb0\x66\xac\xe3\x98\xd0\x23\x77\xcc\xa0\xe7\x44\x92\xa9\xad\xe2\xff\x04\x58\x32\x02\x6e\x09\x77\xf8\xf6\x75\x2a\xd3\xdf\x3f\xec\xf4\x3a\xbd\x4e\x3f\x5e\xad\x55\x42\xfc\x39\x4a\x4d\x15\xfe\xa8\x9e\x5a\x44\x33\xb8\x39\x3e\x95\x1b\x92\xad\xb0\x73\x4a\xcb\x39\x6d\x44\x1c\xa3\xed\xfc\xac\xf0\x25\x59\x3a\x5e\x5b\xe5\xbe\x71\x9b\x8b\xdd\xcc\xc6\x4a\x71\x10\xdf\x8f\x0b\x03\x38\xde\xaf\xf2\x43\x0b\xc3\x7a\x4a\x9b\x0f\xab\x7e\xd8\x22\x4a\x45\x41\x2c\xca\x18\x50\x4e\x35\x25\x0c\x42\xe1\x2b\x20\x12\x81\xcc\x09\x65\xe4\x86\x61\xbb\x5a\x54\x8d\xc4\x2f\xe7\x67\xcb\x06\x38\xb7\x26\x4b\xec\x64\x57\x5b\x5e\x0f\xe6\x2a\x51\x97\xdc\xb6\x32\x49\xcf\x41\x98\x44\xe2\x3f\x9a\x33\xa2\xff\xa1\x22\x77\x39\xb8\xfc\x65\x70\x3d\xf9\x78\x32\xfa\x78\xfc\xc4\x94\x91\x90\x03\x37\x47\xc9\xed\x5a\x36\x36\x8e\x1b\xbb\xf1\x40\x91\xda\x62\x70\x13\xaf\x2a\xb8\x89\x74\xdc\x05\x94\x08\x10\x24\x12\x25\x78\x52\x46\x86\x98\xb0\xda\x82\xd2\x48\xa9\x18\x2f\x1d\xfa\x0d\x20\x70\xa1\xe1\x06\xc1\x93\x48\x34\xfa\xaf\xe1\x1e\xc1\x23\x7c\x35\x39\xad\xb5\xd7\x21\x72\x1f\x24\x6a\x49\x71\x8e\x71\xfc\x8d\x91\x56\xd9\x9a\xd1\xac\xe0\x8c\x6a\xa3\xa3\xd5\xd8\x24\x54\x79\x92\x24\xdd\x3a\xe5\xaa\x2c\x59\xd2\x48\x7c\xbf\xc0\x2e\xdb\x35\x8d\xb8\xbf\x34\xfe\x32\x99\x33\x69\x54\x7a\x3e\xc7\xfb\x74\x96\x99\x20\x9f\xab\xaa\xb1\xd9\x64\xc9\xf1\x89\xc9\x32\x39\xd6\xe0\x81\x9a\x9a\xb1\x5d\x10\x92\x11\xb1\x3c\x21\x96\x2d\xb0\x42\x9b\xf9\xa3\x3a\x9c\xdb\x9c\x5b\xed\x26\x4f\x29\x48\xae\xca\x3f\xea\x97\xe2\x20\x08\x7b\x96\x30\xff\xd7\x19\x5e\xac\x33\xd4\xee\x4d\x49\x39\x67\xd5\xf3\xb8\x72\x85\xbb\x6a\x05\xcd\x45\x5c\x50\x25\x12\xaf\x8f\x6b\x69\xbf\xa3\x74\x32\x7d\xd8\x50\x26\xa3\xf1\xc9\x78\xb0\xdc\xd8\xfd\x9e\x69\x80\x4e\xee\x2a\x5a\x46\x58\x3b\x5f\x27\x65\xfd\x85\xc4\x65\x1d\xeb\xdd\x34\x56\x9b\xbe\xe9\x19\x4a\x8f\x42\x3b\x05\x84\x06\xc5\xf9\x02\x7d\x70\x3c\xe8\x6f\xc6\x7a\x0f\xd9\x6d\x09\xf6\xf6\xe0\x46\x22\xb9\xb3\x82\xa6\xd7\xa8\x6a\x6d\x57\xc6\xf9\xea\x23\xc5\x70\x30\xb8\xae\xdc\x51\x9e\xc9\xbd\x29\x76\x73\x11\xff\x63\x99\xfe\xdf\xdc\x50\xca\xe7\x3e\xde\xee\xca\x72\xd4\x6b\x3c\x71\x9c\xcd\xbc\xb4\x0b\x75\xa3\xf3\x0f\xb2\xd5\x4b\x54\xda\xb3\xb1\xdf\x8b\x33\xdf\xf3\xb2\x5e\x95\x1d\xb4\xb8\xc3\x64\x1c\xca\x96\xfa\xdb\x6c\x84\x55\xa6\x6d\xa5\x25\xe1\x20\x33\x80\xd8\xa4\xb7\x9b\xcf\x93\xc7\xd9\x53\x46\x68\x30\x4e\x5f\xec\xe3\x47\x5a\xa7\xe6\xc9\x3e\xff\x5c\x9b\x7f\x95\x27\x9e\x87\x4a\x5d\x0a\x1f\x0b\x6f\xbc\x8d\x6b\x24\xfe\x17\x49\x35\x7e\xe2\x1e\xae\x72\xdf\xf2\xbc\x6d\x7b\xdc\xde\x85\x28\x54\x5a\x22\x09\x40\xa2\x27\x82\x00\xb9\x8f\x3e\x04\xe4\x01\xa8\x82\xc3\x5e\xef\x32\x27\xac\xb4\x90\xf1\x8b\x7f\xff\x57\xba\xf3\x4f\x00\x00\x00\xff\xff\x47\x5f\x27\x5d\x29\x19\x00\x00") - -func testE2eTestingManifestsStatefulsetEtcdStatefulsetYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetEtcdStatefulsetYaml, - "test/e2e/testing-manifests/statefulset/etcd/statefulset.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetEtcdStatefulsetYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetEtcdStatefulsetYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/etcd/statefulset.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetEtcdTesterYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8f\xc1\x4e\xc3\x30\x10\x44\xef\xf9\x8a\xfd\x81\xb4\xa5\x5c\x2a\xdf\x90\x2a\x71\xe1\x10\x09\x89\xfb\xd6\x19\x1a\xab\x1b\xdb\xf2\x6e\x8b\xc2\xd7\xa3\x94\xd2\xba\xc0\x1c\x3d\x7e\xb3\x33\x9c\xc3\x1b\x8a\x86\x14\x1d\x71\xce\xba\x3c\x3d\x34\x87\x10\x7b\x47\x5b\x64\x49\xd3\x88\x68\xcd\x08\xe3\x9e\x8d\x5d\x43\x14\x79\x84\x23\x98\xef\x5b\x83\x5a\xab\x28\x27\x94\x46\x33\xfc\x6c\x17\x64\x09\x9e\xd5\xd1\x63\x43\xa4\x10\x78\x4b\x65\x76\x88\x46\x36\x3f\xbc\xf0\x0e\xa2\xdf\x0f\x34\x9f\x74\x54\xe7\x10\x19\xc6\x2c\x6c\xb8\x30\xd5\xe9\x59\x72\x87\xff\x1b\x40\xf4\x53\x66\x96\x4f\xd1\x38\x44\x94\x2b\xd4\x5e\x36\xfc\xa6\x66\x85\x91\xf7\x70\x74\xd8\xe8\x62\xef\xcb\x22\xa4\xe5\x79\xa9\x1a\x1b\xde\x8f\xa2\xb0\x16\x6b\x9c\x97\xbb\xd5\x62\x75\xcf\x75\x47\x91\x2e\x49\xf0\x93\xa3\x27\xf9\xe0\x49\xaf\x7e\x4e\xc5\xaa\xd6\xed\xad\x56\x97\x8a\x39\xda\xac\x36\xb7\xb0\x02\xee\x43\x84\x6a\x57\xd2\x0e\x37\x8a\x68\x30\xcb\xcf\xb0\xfa\x89\x28\xb3\x0d\x8e\x96\x03\x58\x6c\xf8\xbc\xb7\xfe\x86\x13\x85\x18\x2c\xb0\x6c\x21\x3c\xbd\xc2\xa7\xd8\xab\xa3\x75\xf5\x21\xa3\x84\xd4\x57\x56\xf3\x15\x00\x00\xff\xff\x5f\xc9\x70\x5d\x26\x02\x00\x00") - -func testE2eTestingManifestsStatefulsetEtcdTesterYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetEtcdTesterYaml, - "test/e2e/testing-manifests/statefulset/etcd/tester.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetEtcdTesterYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetEtcdTesterYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/etcd/tester.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetMysqlGaleraServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8e\x31\x4b\xc4\x40\x10\x85\xfb\xfd\x15\x0f\xae\x13\x0c\xca\x81\xc5\x76\x07\x36\x36\x41\x3c\xb0\x9f\xdb\x7d\x7a\xc1\x4d\x76\x9d\x99\x04\xee\xdf\x4b\x12\xbb\xeb\x66\xe6\x7d\xf3\xf1\x0e\x38\xe1\x4a\xc9\x85\x66\x30\xea\x32\x24\xc2\x2b\x92\x52\x9c\x78\xed\xcf\x50\xa6\xaa\xd9\x82\xb4\xe1\x93\x6a\x43\x9d\x22\x96\xe7\xf0\x33\x4c\x39\xe2\xbc\xbf\x84\x91\x2e\x59\x5c\x62\x00\x26\x19\x19\xf1\x2d\x85\x2a\x01\x28\x72\x61\xb1\x35\x00\xa4\xb5\x88\xf1\x66\xbf\x25\x58\x63\x5a\x8f\xad\xaa\x6f\xe9\xe3\x36\x46\x1c\x8f\x4f\x2f\x1b\xbc\x7b\x76\x1a\x38\xe0\xa1\x5b\x9d\xa2\x5d\xe6\x97\xcc\xc5\x3b\x5b\x52\x97\xca\x6c\x4e\xed\x4a\x4d\xb2\x62\xff\xfb\xdb\x7b\x44\x5f\x27\x06\xc0\x58\x98\xbc\xea\x5d\x03\xa0\xcd\x97\x32\xd8\xb5\xaf\xfe\x41\xc9\xb7\x53\xce\x4a\x33\x5a\x84\xeb\xcc\xf0\x17\x00\x00\xff\xff\xf3\xa7\x43\xb4\x1d\x01\x00\x00") - -func testE2eTestingManifestsStatefulsetMysqlGaleraServiceYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetMysqlGaleraServiceYaml, - "test/e2e/testing-manifests/statefulset/mysql-galera/service.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetMysqlGaleraServiceYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetMysqlGaleraServiceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/mysql-galera/service.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetMysqlGaleraStatefulsetYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x55\x51\x6f\xe3\x36\x0c\x7e\xcf\xaf\x20\xbc\x87\x7b\x52\xdc\x5c\x7b\xb7\x83\x86\x3c\x14\xed\x6d\x18\xb0\x5e\x83\x6b\xb1\x3d\x0c\xc3\xc0\xc8\x74\xac\x8b\x2c\xf9\x44\x39\x5d\x36\xec\xbf\x0f\x76\x1c\x5b\xb6\xdb\x62\x7b\x9b\x9f\x0c\x92\x1f\xf9\xf1\x13\x29\x61\xa5\x7f\x26\xcf\xda\x59\x09\x58\x55\x9c\x1e\x56\x8b\xbd\xb6\x99\x84\x87\x80\x81\xf2\xda\x3c\x50\x58\x94\x14\x30\xc3\x80\x72\x01\x60\xb1\x24\x09\xe5\x91\xbf\x9a\x05\x57\xa4\x1a\x1b\x93\x3f\x68\x45\x9f\x5a\x57\xb2\x43\x43\x1e\x93\x05\x80\xa7\xca\x68\x85\x2c\xe1\xb2\x8d\x32\xa4\x82\xf3\x0d\x02\xa0\xc4\xa0\x8a\x9f\x70\x4b\x86\x4f\x06\x68\x08\x9c\x33\x03\x04\x2a\x2b\x83\x81\xba\xe8\x88\x41\xf3\x99\x11\x70\x02\x05\x38\x13\x6b\x3e\x6d\x75\xb8\x71\x36\xa0\xb6\xe4\x7b\x88\xe8\x1a\xd1\x96\x03\x1a\xd3\x27\xd2\x25\xee\x48\xc2\xfe\x03\x2f\x77\xca\x2f\xb5\x4b\x4f\xed\x88\x2e\x50\x5e\x2c\x57\xe3\xe0\x4d\x6d\xcc\xc6\x19\xad\x8e\x12\xae\xcd\x13\x1e\x79\x60\xe5\x77\x11\x47\x01\x89\x10\x4f\xce\xef\x45\xa6\xfd\x3a\x3d\xff\x25\x7d\xc0\xc1\x99\xba\xa4\x3b\x57\xdb\x30\x82\x9d\x98\x36\xf1\x99\xf6\xbd\x1d\xa0\x6c\x22\x37\x18\x0a\x09\xc9\x33\xe9\xce\x40\xe5\x6c\xae\x77\x2f\xe1\x28\xa8\xb4\x15\x2e\x99\x28\xb3\x75\x2e\x70\xf0\x58\x4d\xb5\xc9\x68\xab\xd1\xca\x2f\xc4\xac\xa9\x77\x2a\x57\x96\x68\xb3\x51\xbb\x3d\xa9\xb4\x22\xf2\x22\xd7\x36\xa3\x88\xe0\x54\x1e\xe1\xac\xe0\x80\x3e\xac\x23\xe4\xd9\xb6\xe4\x22\x19\x49\xd9\x0d\xdd\x7a\x18\xb7\xd3\x47\xf6\x30\x17\x6f\x73\x7f\xfb\xfb\xa7\xeb\xbb\x8f\x0f\x9b\xeb\x9b\x8f\x91\x14\x07\x34\x35\x7d\xef\x5d\x29\x23\x23\x40\xae\xc9\x64\x9f\x29\x1f\x5b\x9b\x31\x1b\xd6\xe5\xb0\x9a\x38\x5b\xd0\x49\xd6\xf3\xb8\x2e\x9b\xea\x5c\xa1\xa2\xff\xd9\x21\xab\x17\x17\x62\x58\x22\x78\x76\x1d\x5a\xbf\x38\x89\x2e\xe9\xed\xd0\x58\xe5\xfc\xb8\xa3\xbe\xc6\xc6\xf9\x20\xe1\xf2\xf2\xe2\x7d\xc4\xef\xb9\x6a\x33\xcc\xd5\xd5\xd5\xd5\x0c\xc3\x1c\x5e\x41\xbc\x7b\xff\xed\x0c\xd1\xdd\x43\x41\x3b\xfb\x2a\xf2\xc3\x0c\xa9\xa3\x5a\xb3\x71\x15\x19\xe5\x58\x9b\xc0\x22\xd7\x86\xd6\x83\xca\x69\x79\xec\x14\x5a\x2a\x9b\x8f\x20\x35\x93\x5f\x7b\xe7\x86\xb4\x9e\x30\xd3\x96\x98\x37\xde\x6d\x29\x9e\xb8\x6f\xe0\xf1\xfe\xf6\x5e\xc2\x8f\x39\x64\x4e\xed\xc9\x03\xfd\x41\x0a\x34\xc3\xb6\xde\xed\x8e\xf0\xa5\xe6\x00\x35\xd3\xfc\x78\x0a\x42\x13\x8a\x3f\xe5\x6a\x79\x11\xe5\x6b\xd0\xe3\x89\x9e\x2d\xed\x89\x26\x17\x13\x83\x50\x13\x43\xd2\xd6\x01\x51\x43\xd3\x0b\x08\x82\x37\x5c\xb8\x27\x68\x86\x7e\x8b\x4c\xfc\xdd\x9b\x24\x82\x34\x77\xb0\x46\x73\x4b\x06\x8f\x0f\xa4\x9c\xcd\x58\xc2\xea\x5d\x14\x11\x74\x49\xae\x0e\xbd\x33\xf6\x71\xad\x14\x31\x3f\x16\x9e\xb8\x70\x26\x93\xf0\xf6\x5f\xae\x53\x43\xe7\xc5\x75\x4a\x0f\xe8\x53\xa3\xb7\xe9\x7f\x5a\xa6\xe1\x94\x17\x31\x83\xd9\x1e\x4d\x72\x50\x59\x85\xe3\xad\xf6\x12\xfe\xfa\x7b\x12\x39\xdd\xf9\x49\xe8\x29\xff\x8d\x41\x5d\x3e\x76\x6f\x62\x5b\x4c\xcc\x1e\xc5\x79\xcf\xf1\x3b\x88\xad\x88\x77\x2e\x23\x96\xf0\x2b\x24\x9f\x09\xb3\x5f\xbc\x0e\x74\x6f\x15\x25\xf0\x5b\x17\xe6\x89\x5d\xed\x15\x45\x6a\x7a\xfa\x5a\x13\xc7\xfa\x02\x70\x70\xbe\xbd\x1a\x56\x3f\xe8\xc5\x3f\x01\x00\x00\xff\xff\x3c\xf4\xc8\x50\x46\x08\x00\x00") - -func testE2eTestingManifestsStatefulsetMysqlGaleraStatefulsetYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetMysqlGaleraStatefulsetYaml, - "test/e2e/testing-manifests/statefulset/mysql-galera/statefulset.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetMysqlGaleraStatefulsetYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetMysqlGaleraStatefulsetYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/mysql-galera/statefulset.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetMysqlUpgradeConfigmapYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xca\xb1\xae\xc2\x30\x0c\x85\xe1\xdd\x4f\x71\x5e\xa0\x57\xba\x6b\x56\x66\x56\x16\xc4\xe0\x12\xb7\x8a\x70\x9c\x10\x87\x4a\x95\x78\x78\x44\xa4\x8e\x8c\xe7\xfc\x1f\xd7\x74\x91\xe6\xa9\x58\xc0\xf6\x4f\x8f\x64\x31\xe0\x54\x6c\x49\xeb\x99\x2b\x65\xe9\x1c\xb9\x73\x20\xc0\x38\x4b\x40\xde\xfd\xa9\x04\x28\xcf\xa2\xfe\xfd\x01\xae\xf5\x08\x07\xce\xec\x5d\xda\xdf\xdd\x96\x80\xf7\x40\xd7\x01\xe2\x6d\x0c\x2d\xeb\x34\x27\x23\xc0\x95\x37\xf9\xe9\xfc\x55\xa5\x4d\x4d\x38\x4e\xc5\x74\xa7\x4f\x00\x00\x00\xff\xff\xd1\x8c\x7f\x5b\xaf\x00\x00\x00") - -func testE2eTestingManifestsStatefulsetMysqlUpgradeConfigmapYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetMysqlUpgradeConfigmapYaml, - "test/e2e/testing-manifests/statefulset/mysql-upgrade/configmap.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetMysqlUpgradeConfigmapYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetMysqlUpgradeConfigmapYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/mysql-upgrade/configmap.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetMysqlUpgradeServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x8e\xb1\x8a\x02\x31\x14\x45\xfb\xf7\x15\xf7\x07\x02\xbb\x0c\x6c\x91\x72\x3b\x41\x44\x10\xec\x9f\xc9\x2d\x82\x99\x24\x26\x71\x60\xfe\x5e\x46\xb1\x18\xed\xc4\xf6\x1e\xee\xe1\x68\x09\x47\xd6\x16\x72\xb2\x98\x7e\xe5\x1c\x92\xb7\x38\xb0\x4e\xc1\x51\x46\x76\xf5\xda\xd5\x0a\x90\x74\xa4\xc5\x38\xb7\x4b\x14\x20\xea\x89\xb1\x2d\x3b\xa0\xa5\x3c\x41\x2b\x74\xcb\x58\x72\xed\x77\x6a\x5e\x7e\x0f\x64\x31\x0c\x3f\x7f\x02\xb8\x78\x6d\x9d\x75\xb3\xb7\xd8\xe5\x44\x01\x1a\x23\x5d\xcf\xf5\x4d\x6d\x8c\x91\x4f\x62\x4d\xa5\xfa\xef\x15\xaf\xfb\x56\x2a\xa0\xcf\x85\x16\xdb\xac\xfe\x5f\xa3\x26\xc7\x2a\xb7\x00\x00\x00\xff\xff\x8b\xeb\xb7\xc6\x60\x01\x00\x00") - -func testE2eTestingManifestsStatefulsetMysqlUpgradeServiceYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetMysqlUpgradeServiceYaml, - "test/e2e/testing-manifests/statefulset/mysql-upgrade/service.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetMysqlUpgradeServiceYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetMysqlUpgradeServiceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/mysql-upgrade/service.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetMysqlUpgradeStatefulsetYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x58\xef\x6e\xdb\x36\x10\xff\xee\xa7\x38\x18\x41\x63\xaf\xa5\x6d\xb5\xc8\x8a\xa9\x75\x07\xd7\x71\x93\x02\x76\x9c\xd9\x5e\x83\xc2\xf3\x5c\x5a\x3a\xdb\x44\x29\x52\x21\x29\x23\x59\xd3\x3d\xfb\x40\xc9\x7f\x28\x47\x4e\x8a\x0d\x1d\xb0\xe9\x83\x20\x1d\xef\x8e\xbf\x3b\x1e\xef\x8e\xa4\x31\xfb\x80\x4a\x33\x29\x7c\xa0\x71\xac\xeb\x2b\xaf\xf4\x99\x89\xd0\x87\xa1\xa1\x06\xe7\x09\x1f\xa2\x29\x45\x68\x68\x48\x0d\xf5\x4b\x00\x82\x46\xe8\x43\x74\xab\xaf\x79\x49\xc7\x18\x58\x9a\x46\xb5\x62\x01\x5e\x38\x43\x00\x0a\x63\xce\x02\xaa\x7d\x78\x91\xb2\x70\x0c\x8c\x54\x96\x1d\x20\xa2\x26\x58\x76\xe9\x0c\xb9\xce\x08\x60\x67\xdf\xc9\x1a\x8c\x62\x4e\x0d\xae\xb9\x9d\xe9\xed\xc3\x73\x82\x7b\xa2\x00\x1b\x54\xf6\x61\x82\x99\xb6\x14\x86\x32\x81\x6a\x2b\x42\xd6\x56\xd8\x51\xb2\x13\x4c\x05\x22\xba\xd8\x18\xe1\x9f\xd4\x5e\x6e\x07\x02\x19\x45\x54\x84\xbb\x59\x09\xcc\xa8\x5e\x3a\xbf\x65\x12\x94\x9d\xdf\xbb\xed\xb7\xb5\xde\x00\xc1\x1b\x87\x32\x1e\xc3\xa7\xa5\xd4\xc6\x02\xf9\x04\xcd\x3f\x81\x54\xc6\x0d\xf2\xd3\xe4\x69\xf5\x08\x26\x13\xb8\xbb\x03\xbc\x61\x06\x3c\x47\x44\xaa\x90\x09\xca\x9b\x47\x5f\xde\xb6\x86\xe7\xd3\x41\xa7\xd7\x1a\xb5\xcf\xc7\xde\xe4\xab\xc3\x84\xc1\x52\xc2\x38\x85\x1f\x4e\xe0\x0d\xd4\x23\x61\xea\x81\x14\xf3\x5a\x58\xb7\xcb\x84\x8a\xb0\xb0\x16\x88\xf9\xbe\xcc\x76\xb0\x79\x54\xa9\x78\x8d\x06\x3c\x85\xa3\xf5\x8c\xd5\x2a\xbc\xf9\x36\x4d\x6c\x6e\x0d\xdb\xc8\x01\xc1\x6b\x68\xc0\x64\xf2\x0a\xcc\x12\x85\xc3\x07\x10\xc4\x3b\x85\x6c\x41\x22\x1a\xd7\x23\xaa\x0d\x2a\xab\x31\x37\x97\x0b\x94\x6b\x7c\x4c\x8b\xe6\x74\x85\x0f\x29\x99\xb3\xed\xcf\x4a\xf2\x24\xc2\x9e\x4c\x84\xd1\xee\xc2\x66\xd1\x61\x45\x1d\xb9\xc8\xb2\x5d\x52\xb3\xf4\x5d\xcd\x85\x52\x19\x94\x47\x64\x73\x4c\x5b\x69\x2e\x05\x16\x87\xe4\x22\x50\x35\x26\xeb\x0b\x29\x17\x1c\x89\xa6\x51\xcc\x51\xd7\x6f\x8c\xa2\x33\x1a\x7c\x4e\x62\xdf\xab\x35\xbe\x63\xb4\x92\x10\xea\x2b\xaa\xea\x9c\xcd\xea\x29\xbe\xec\x6d\x83\xf5\xc9\x93\x2c\x58\x1b\xff\x42\x7c\x17\x85\x57\x21\x00\x11\x50\x03\x84\x28\x0c\x56\x44\x0a\x7e\x9b\x6d\x69\x72\x54\xa9\x6c\xe4\x89\x57\xad\xd6\x32\x23\x5e\xbc\x68\xbc\x84\x3b\xb8\x99\x69\xa3\x90\x46\x40\x6e\x80\xb4\xf7\xec\x75\x74\xef\x9c\x0e\x84\xc4\x0a\x63\xaa\x10\x08\x31\x54\x2d\xd0\x90\x90\xa9\xe6\x01\xd1\x87\x03\xce\xe6\xb8\x03\x41\x73\x08\x89\x4e\x66\x19\x47\x7e\xe0\x1b\x42\x18\x4d\xb0\x5e\xc7\x5c\x20\x07\x07\x93\xe5\xc3\x79\xb2\xe6\x9d\x6c\xc7\x50\xac\xee\x1b\xd7\xfb\x38\xfc\xa5\x3b\x6d\x75\xbb\xfd\xab\x69\xa7\x77\x39\xfa\x38\xbd\x6c\x0d\x87\x57\xfd\xc1\xa9\x03\x70\x45\x79\x82\x3e\x94\xbd\x5d\x68\xc6\x52\x15\xf9\x6a\xdf\x11\x5b\xdc\x97\x52\x19\xdf\x2e\xe8\x8f\xff\x21\xaf\xdb\x6a\xa9\x65\xa2\x02\x74\x00\x5a\xe2\x75\x82\xda\xe4\x68\x36\xe9\x25\x7e\x6e\xe3\xd8\x0a\x19\x49\x75\xeb\x83\x77\xb6\x4b\x6e\x9c\xad\x50\xa0\xd6\x97\x4a\xce\xd0\xd5\x80\x37\xbb\xfa\xb8\x71\x5e\x96\x2d\x60\x5c\x4e\xc1\xd1\x30\x62\xa2\xfc\x0c\xca\x31\x13\x8b\xf2\xc4\x4d\xf0\x82\x19\x46\xf9\x29\x72\x7a\x3b\xc4\x40\x8a\xd0\xd6\x77\x77\xdf\x19\x16\xa1\x4c\xcc\x76\xf0\xc4\x31\x91\x86\xec\x6f\x22\xb2\x60\xc8\xd2\xbe\xbd\xe7\x2f\x6b\x8d\x5a\xa3\xe6\xa5\x24\xb4\xef\x61\xa7\xdb\x69\x8f\xc0\x7b\x1c\xe9\xc9\x03\x40\xbd\xbd\x78\xdf\x6d\xf2\x7f\x94\x89\x0f\xc4\x6f\x81\xf6\xa2\x20\xfe\x6e\xfd\x47\xb0\x9f\xce\x4b\xf7\xca\x38\x99\x3b\x28\xa7\x69\x5d\x9d\x32\x31\x97\xc5\x05\x3d\x5a\x1d\xe0\x0e\x96\x54\x2c\x70\x9a\x55\xf7\xa9\x91\x35\x7d\xcd\x6b\x2c\x2f\xac\xa2\xbd\xd9\x66\x4c\x70\xb9\x48\x15\xe4\xea\x7f\x11\x32\x87\xb7\x18\x9a\xad\x45\xb6\x1a\x14\xcb\xa4\xd5\xe9\xf7\x4a\xed\x87\x9f\xab\xe3\xb1\xaf\x63\x1a\xa0\x3f\x99\x3c\x4d\x09\x07\x6b\x55\x0a\xf9\x51\xbc\xeb\xd6\xaa\xdc\x3e\x6f\x5d\x9c\x75\xa0\xd7\x1a\x8e\x3a\x03\x18\xf5\xd7\x5f\xd3\x6e\xff\x6c\xfa\xee\x7d\xb7\xd3\x3c\xbe\x5f\xf3\x8e\x9f\xfd\x96\xd3\x94\x3d\x8e\xe0\x65\x7f\xb8\x5f\x2a\x9f\x4f\xbe\x96\xe1\xcd\x37\x78\x7c\xce\x0a\x97\xfb\x80\x60\xb1\x57\x33\xd3\xae\x28\x33\x4c\x2c\x60\x2e\x55\x96\x0d\x43\x30\x12\x66\x98\xee\xf6\x5b\xa8\xd0\x20\xc0\x38\xe5\x08\xa4\x10\x18\x18\x26\x85\xae\x96\x73\x9a\x12\x61\x18\xcf\xa4\x81\x2c\x61\xbb\xc3\x81\xa0\xb3\xb9\x5f\x41\x28\x41\x73\xc4\x18\x3c\xfb\x2d\xb0\x54\x80\xe7\x7d\xb6\xed\xd9\x1f\x76\xca\xf5\x11\xc4\xce\x09\x73\x25\xa3\xac\xbd\x82\x58\x6a\x66\x69\xe5\xfd\x00\x3e\x64\x7f\x21\x5d\x2a\xb6\xc8\x2b\xb8\x6f\xc0\xeb\xd7\x9d\xfe\x3b\x87\xe9\xa8\xf2\xfa\xa0\xae\xea\xb3\x52\xc1\x4a\x9f\xf7\x87\xa3\xe6\x71\xd6\xbb\x34\xb2\x6e\xe5\xb8\x90\xf1\xd7\x61\x67\xd0\x3c\x56\x52\x9a\xe2\xf1\x4d\xb5\x6d\x1e\x17\x8f\xb7\xfb\x17\x17\x9d\xf6\x68\x3a\xe8\x8c\x06\x1f\x9b\x5e\xe3\x95\xc3\x34\x1c\xb5\x06\x23\x18\x76\x5b\x1f\x3a\x2e\x39\x6f\x5b\x3e\xa6\x6c\x4a\xdf\xf4\x60\x9c\x69\x83\x02\x08\xf9\x8c\x18\x13\x19\xa7\xdf\x1a\x45\x98\x35\x66\x84\x44\xf4\x86\xd8\xf0\xd0\x4d\x2f\x6b\xc5\x48\x00\xf9\xe8\x2f\xe7\x5a\xae\xed\x47\x9a\x66\x48\xba\xf3\x09\xc9\x7a\xb7\xe6\xae\x89\x23\xb6\x01\x6d\x3a\xe1\x44\x12\x8d\xaa\x69\x7d\x54\xfe\x7f\x37\x07\x8d\x46\x54\xdc\x1f\x34\x1a\xbd\x4d\x87\x90\x19\x7e\xaf\xcd\xcb\xe1\xc3\x28\x36\xb7\xa7\x4c\xf9\xf0\xe5\x6b\x01\xdf\xde\x39\x27\x23\xf5\x68\xec\x42\xca\xb7\x6b\xd9\xa4\x6d\x4e\x59\x34\x5a\x9f\xf1\x53\x04\xe4\xde\x21\x7f\xcf\xff\xee\xa1\xde\xe6\x14\xad\x7b\x32\x44\x6d\x1b\x84\x01\xd2\xf0\x4a\x31\x83\x7d\x11\xe0\xb6\x07\xd0\x46\x2a\xba\xb0\x53\x69\x9d\x5d\x4c\x84\x38\xa7\x09\x37\xa5\x83\x3e\x2d\xf2\xe8\x5a\x8d\x75\xdd\x19\x2b\x11\x42\x4a\xee\x95\x49\x2c\x39\x0b\x6e\xeb\x2b\x6f\x86\x86\x6e\x6e\x4e\x2e\x65\x78\xca\xb4\x4a\x62\x9b\x63\xde\x26\xe1\x22\x7f\x83\xe2\x38\x84\xc4\xe1\xac\xe4\x5e\x67\xc4\xe1\x6c\xef\x6e\x25\x62\xa2\xb5\xa2\x8c\xd3\x19\x47\x1f\x9e\x97\xf2\x17\x29\xf7\xef\x51\x9c\xbb\x90\xbf\x02\x00\x00\xff\xff\x48\xaa\x29\x27\xdc\x11\x00\x00") - -func testE2eTestingManifestsStatefulsetMysqlUpgradeStatefulsetYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetMysqlUpgradeStatefulsetYaml, - "test/e2e/testing-manifests/statefulset/mysql-upgrade/statefulset.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetMysqlUpgradeStatefulsetYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetMysqlUpgradeStatefulsetYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/mysql-upgrade/statefulset.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetMysqlUpgradeTesterYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x52\xbb\x6e\x1b\x31\x10\xec\xef\x2b\xf6\x07\xa8\x87\xd3\x08\xec\x6c\x08\x48\xe3\x42\x80\x81\xf4\x7b\xe4\x40\xb7\x30\x8f\x64\xc8\xd5\x05\x97\xaf\x0f\xce\xb6\x64\x9e\xad\x2a\x5b\x72\x38\xcb\x19\xce\x70\x96\x5f\x28\x55\x52\xb4\xc4\x39\xd7\xed\xb4\xef\x5e\x25\x7a\x4b\x47\xe4\x90\xe6\x11\x51\xbb\x11\xca\x9e\x95\x6d\x47\x14\x79\x84\xa5\x71\xae\xbf\x83\x51\x54\x35\x15\x65\x42\xe9\x6a\x86\x5b\xf0\x82\x1c\xc4\x71\xb5\xf4\xa3\x23\xaa\x08\x70\x9a\xca\x82\x10\x8d\xac\x6e\x78\xe6\x1e\xa1\xbe\x1f\xd0\xf2\xa6\xa5\x76\x0f\x91\x62\xcc\x81\x15\x1f\x9c\xe6\xed\x65\xc2\x8a\x7e\x77\x01\xd1\x55\xcc\x32\x2e\x45\x65\x89\x28\x37\x92\xf9\x30\xf1\x95\xb5\x8c\x8c\x7c\x86\xa5\xd7\x43\xdd\x9c\x5d\xd9\x48\xda\xbe\x5b\xc5\x03\xde\xec\xda\xdd\x66\xbf\xbe\x7c\xba\x84\x70\x4a\x41\xdc\x6c\xe9\x31\xfc\xe1\xb9\xde\xf0\x9c\x8a\x36\x52\xcd\xa7\x96\x53\x2a\x6a\xe9\xb0\x3b\xec\x6e\x68\x01\x7b\x89\xa8\xf5\x54\x52\x8f\x4f\x16\xd1\xa0\x9a\x7f\x42\xdb\x23\xa2\xcc\x3a\x58\xda\x0e\xe0\xa0\xc3\xdf\x35\xf4\x7d\x39\x91\x44\x51\xe1\x70\x44\xe0\xf9\x05\x2e\x45\x5f\x2d\x3d\x34\x17\x32\x8a\x24\xdf\x40\xc6\x98\xae\xad\x47\x7e\x33\xb9\x9d\xf6\x3d\x94\xaf\x2d\x39\x25\x7f\x94\x5a\x2e\x59\x25\xc5\xa7\x8b\x3f\xe3\x5e\x5d\x96\x9f\x43\x31\xd9\xf7\xdd\x3a\xc1\xec\xfb\x75\x0e\xd7\xe4\x46\x89\x8f\x13\x4b\xe0\x3e\xc0\xd2\xfe\xbf\xaa\xf4\xd5\xc0\xad\xda\x2f\x28\x93\x38\xac\x84\xb6\xaa\xee\x74\xea\x7b\x63\xae\x4a\x9b\x90\xcd\xfa\xeb\xd7\x8a\xef\x35\x7d\xce\xb0\xf4\x9c\xd8\x3f\x71\xe0\xe8\x50\xba\x7f\x01\x00\x00\xff\xff\xb1\x05\xcf\x25\x90\x03\x00\x00") - -func testE2eTestingManifestsStatefulsetMysqlUpgradeTesterYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetMysqlUpgradeTesterYaml, - "test/e2e/testing-manifests/statefulset/mysql-upgrade/tester.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetMysqlUpgradeTesterYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetMysqlUpgradeTesterYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/mysql-upgrade/tester.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetNginxServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8c\x41\x0a\x02\x31\x10\x04\xef\xf3\x8a\xfe\x80\xa0\x37\x99\x1f\x78\x11\x41\xf0\x3e\x9b\x6d\x24\x98\x9d\x84\x24\xae\x3e\x5f\x36\xe2\xc5\x5b\x53\xd5\x94\x95\x78\x63\x6d\x31\xbb\x62\x3d\xc8\x23\xfa\xac\xb8\xb2\xae\x31\x50\x16\x76\x9b\xad\x9b\x0a\xe0\xb6\x50\xe1\xf7\xe8\x6f\x01\x92\x4d\x4c\x6d\xe3\x80\x95\xf2\x13\xad\x30\x6c\xb0\xe4\xda\x87\xdd\x8d\xa9\x38\xee\xc7\xf5\x1b\x79\x71\x12\x20\xa4\x67\xeb\xac\xa7\x8b\xe2\x9c\x9d\x02\x34\x26\x86\x9e\xeb\x7f\xf6\x13\x00\x00\xff\xff\x5f\xaa\x8f\x5a\xa4\x00\x00\x00") - -func testE2eTestingManifestsStatefulsetNginxServiceYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetNginxServiceYaml, - "test/e2e/testing-manifests/statefulset/nginx/service.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetNginxServiceYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetNginxServiceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/nginx/service.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetNginxStatefulsetYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\xcd\x8e\xd3\x40\x10\x84\xef\xf3\x14\xad\xdc\x1d\x13\x10\x12\x9a\x2b\x07\x2e\x2c\xac\x58\x04\x07\xc4\xa1\x33\x2e\xe2\xd1\xce\x1f\xd3\xed\x84\xc7\x47\xe3\xb5\xb3\xde\x4d\x1f\x7b\xbe\xaa\x6a\x97\xb9\xf8\x1f\xa8\xe2\x73\xb2\xc4\xa5\x48\x7f\x3e\x1c\xa1\xfc\xd6\x3c\xfa\x34\x58\x7a\x50\x56\xfc\x99\xc2\x03\xd4\x44\x28\x0f\xac\x6c\x0d\x51\xe2\x08\x4b\x17\x1c\x8d\x14\xb8\xb6\x11\xd4\xb3\x77\xf8\x32\x3f\xec\xd2\xc9\xa7\x7f\x3b\x43\x54\x51\x82\x77\x2c\x96\xde\xcd\x50\x80\xd3\x5c\x9b\x80\x28\xb2\xba\xf1\x33\x1f\x11\xe4\x69\x41\xed\x04\x4b\xb3\xd8\x10\x29\x62\x09\xac\x58\xe8\x4d\x7c\x9b\xf0\x42\xf8\x4a\x4a\xb4\xde\xd5\xc6\xe5\xa4\xec\x13\xea\x15\xef\x96\x2f\x78\xe6\xdb\xf8\xc8\xa7\x75\x69\x0f\xfb\xc3\xfb\x8e\x43\xf1\x09\x57\xa0\xe4\xaa\x9b\xc8\xee\xd9\xf9\x3e\x57\xb5\xf4\xe1\xcd\xf5\x6d\xdb\xd1\xba\x39\xe7\x30\x45\xdc\xe5\x29\xbd\x74\x59\xc8\xcb\x65\xa3\x8e\x8d\xba\x67\x1d\x2d\xf5\x93\xd4\x5e\x46\xae\xe8\xe7\xd3\xfa\x51\x63\x30\xab\xdd\xc7\xc0\x3e\x7e\x5f\xaa\x9a\x6d\xbb\x9b\xae\x5e\x07\x70\x4a\x59\x59\x7d\x4e\x9b\x3b\x9e\xec\xf6\xed\xf7\xef\x1f\xa7\x23\x6a\x82\x42\xf6\x3e\xf7\xa2\xb9\xf2\x09\x9d\x0b\x2c\xb2\xf4\xd3\x89\xbb\xe9\x99\x9d\x83\xc8\x5d\x1e\x20\x96\x7e\xd1\xee\x1b\x78\xf8\x59\xbd\xe2\x6b\x72\xd8\xd1\xef\x05\xab\x90\x3c\x55\x87\x4d\x76\xc5\xdf\x09\xb2\x6d\x85\x68\x49\xb5\x74\xf8\xe4\xcd\xff\x00\x00\x00\xff\xff\x27\x2f\xbe\x99\xa8\x02\x00\x00") - -func testE2eTestingManifestsStatefulsetNginxStatefulsetYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetNginxStatefulsetYaml, - "test/e2e/testing-manifests/statefulset/nginx/statefulset.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetNginxStatefulsetYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetNginxStatefulsetYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/nginx/statefulset.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetRedisServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8d\x41\x4b\x03\x31\x10\x85\xef\xf9\x15\x0f\x7a\x13\x0c\x88\xa0\x98\x5b\xc1\x8b\x97\x45\x2c\x78\x9f\x26\x4f\x1a\x4c\x37\x61\x66\x76\xc1\x7f\x2f\xdd\xea\xa9\xb7\x99\xf7\xcd\x37\x6f\x87\x3d\x4e\x94\xd2\x68\x06\xa3\xae\x35\x13\xde\x91\x95\xe2\xc4\xeb\x74\x80\x32\x77\x2d\x16\x64\xd4\x4f\xaa\xd5\x3e\x27\xac\x0f\xe1\xbb\xce\x25\xe1\x70\x55\xc2\x99\x2e\x45\x5c\x52\x00\x66\x39\x33\x41\x59\xaa\x05\xa0\xc9\x91\xcd\x2e\x39\x20\x63\xfc\x03\x1b\xcc\x97\x70\x74\xf5\x8d\xde\x6f\x63\xc2\xd3\xe3\xf3\xcb\x76\x7c\x7d\x33\x48\x0d\xc0\x0e\x77\x71\x13\x63\xe1\x97\x2c\xcd\xa3\xad\x39\xe6\xb6\x98\x53\x63\xeb\x59\x5a\x00\xfe\xf6\xb7\xf7\x84\xa9\xcf\x0c\x80\xb1\x31\x7b\xd7\x9b\x7e\x60\x2c\xc7\x56\xed\x34\x75\xff\xa0\x94\x9f\x7d\x29\x4a\x33\x5a\x82\xeb\xc2\xf0\x1b\x00\x00\xff\xff\x74\x30\x5a\xc0\x1a\x01\x00\x00") - -func testE2eTestingManifestsStatefulsetRedisServiceYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetRedisServiceYaml, - "test/e2e/testing-manifests/statefulset/redis/service.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetRedisServiceYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetRedisServiceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/redis/service.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetRedisStatefulsetYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x55\x4d\x6f\xdb\x38\x10\xbd\xeb\x57\x0c\x84\x3d\xec\x1e\x64\xc1\x09\xb2\x8b\x25\xe0\x43\x90\x64\xf7\xd2\x24\x46\x5c\xb4\x87\xa2\x28\x68\x6a\x6c\xb3\xa1\x48\x96\x33\x72\x6a\x14\xfd\xef\x05\x25\x5b\xa6\x64\xb8\xcd\xb1\x3c\x09\x33\xf3\xde\x7c\xf0\x8d\x28\xbd\x7e\x87\x81\xb4\xb3\x02\xa4\xf7\x54\x6e\xa7\xd9\xb3\xb6\x95\x80\x05\x4b\xc6\x55\x63\x16\xc8\x59\x8d\x2c\x2b\xc9\x52\x64\x00\x56\xd6\x28\x20\x54\x19\x79\x54\xd1\x40\x18\xb6\x5a\xe1\x43\x6b\xcf\x03\x56\x9a\xf2\x0c\x20\xa0\x37\x5a\x49\x12\x70\xd9\x06\x19\x54\xec\x42\x04\x00\xd4\x92\xd5\xe6\x8d\x5c\xa2\xa1\xce\x00\x31\xb9\x80\x16\x9c\x01\x30\xd6\xde\x48\xc6\x7d\x74\x92\x3d\x1e\x33\x00\x8e\xa0\x00\x87\xba\xe2\xd1\x56\xf3\x8d\xb3\x2c\xb5\xc5\xd0\x43\x8a\x7d\x13\xda\x12\x4b\x63\x7a\x22\x5d\xcb\x35\x0a\x58\xab\x30\xd1\xae\x7c\x6e\x96\x18\x2c\x32\x52\x81\x17\x58\x30\x12\x17\x6d\x04\x95\x1e\x99\xca\x36\x63\xb1\xe7\xc0\x20\xa6\x93\x8b\x21\xd3\xbc\x31\x66\xee\x8c\x56\x3b\x01\xd7\xe6\x45\xee\xe8\x58\x72\x58\x27\x0d\x14\x90\x17\x07\xa2\x42\x5b\x76\xb3\xd2\x79\xce\x87\xfe\x17\x17\x9e\x8b\x4a\x87\x59\x79\xf8\x3a\x06\x6c\x9d\x69\x6a\xbc\x77\x8d\xe5\x01\x6d\xd7\xa6\xf3\xdc\xdb\x00\xea\x18\x35\x97\xbc\x11\x90\x8f\xd3\x74\xf1\x91\xbf\xd2\xe1\x1c\x66\x9c\xfe\x00\x5b\x3a\xc7\xc4\x41\xfa\xf1\x3c\x2b\x5c\x6a\x69\xc5\x67\x24\xd2\xd8\x3b\x95\xab\x6b\x69\xab\xc1\x14\x7a\xee\xd2\x23\x86\x62\xa5\x6d\x85\x49\x9b\xe3\xa9\x15\xce\x16\xc4\x32\xf0\x2c\x41\x1e\x6c\x13\xda\x0c\x27\xb8\xd7\xe9\xac\x57\x68\x77\xd0\x6e\x4f\x47\x36\x7f\xbc\xfd\xf4\x70\x7d\x7f\xb7\x98\x5f\xdf\xdc\x25\x83\xd8\x4a\xd3\xe0\x7f\xc1\xd5\x22\x31\x02\xac\x34\x9a\xea\x09\x57\x43\x6b\x54\xe6\x71\xbb\xb6\xd3\x91\xb3\x05\x75\x43\x3d\x28\x7c\x12\xb3\x93\x97\x0a\x7f\x8f\xab\x55\x67\x57\xe7\xb8\x6e\xbf\xbc\x68\xef\xc2\xb0\xf4\x9e\x75\xee\x02\x0b\xf8\xfb\xf2\x9f\x7f\x93\x82\x3a\xfe\x78\xff\x3f\x93\x4a\x6c\xaf\xdb\xc0\xfd\x1e\xc6\xdb\x4d\x20\x63\xa9\x8c\xe3\x27\xca\xd9\x55\xef\x0f\x28\x2b\x6d\x91\x68\x1e\xdc\x12\xd3\x5b\xc4\xaf\xc7\x9f\xc9\x99\x62\xba\x04\xb4\x19\x19\x0a\x35\x32\xe4\x27\x35\x2b\xa3\xa1\xd8\xc0\x1f\x7f\x6e\x1c\x71\xec\xfb\x2f\xf0\xda\xae\xf3\x04\x18\x7f\x60\x5a\x9a\x5b\x34\x72\xb7\x40\xe5\x6c\x45\x02\xa6\x57\x49\x04\xeb\x1a\x5d\xc3\xbd\xf3\xea\x95\xd2\x89\x7a\x3b\x2b\x85\x32\x7a\x5f\xaf\xb6\xf2\xe8\xe9\x92\x9e\xe8\x25\x85\x62\xed\x79\x77\xab\x83\x80\x6f\xdf\x47\x61\x63\x7d\x8e\x42\x3b\xf2\x1b\x23\x75\xfd\x76\xff\x44\xb4\x99\x8a\x93\x37\xe2\xb4\xc7\xf4\x59\x90\x4a\x21\xd1\xbd\xab\x90\x04\x7c\x80\xfc\x09\x65\xf5\x3e\x68\xc6\x47\xab\x30\x87\x8f\xd9\x41\x16\xe4\x9a\xa0\x30\x99\x5e\xc0\x2f\x0d\x52\x3a\x4f\x00\x62\x17\x5a\xfd\x4f\xff\xd7\xd9\x8f\x00\x00\x00\xff\xff\x4e\x22\x9b\xab\x51\x07\x00\x00") - -func testE2eTestingManifestsStatefulsetRedisStatefulsetYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetRedisStatefulsetYaml, - "test/e2e/testing-manifests/statefulset/redis/statefulset.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetRedisStatefulsetYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetRedisStatefulsetYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/redis/statefulset.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetZookeeperServiceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8e\xb1\x6a\x03\x31\x10\x44\x7b\x7d\xc5\x80\xbb\x80\x0f\x92\x34\x87\x3a\x43\x9a\x34\x47\x88\x21\xfd\x5a\x9a\x60\x71\xf2\x49\xec\xea\x0e\xe2\xaf\x0f\x96\x53\xc4\xdd\xee\x7b\xbb\xc3\xec\x70\xc0\x99\x12\x33\xcd\x60\xd4\x2d\x05\xa2\x15\x04\xa5\x34\xe2\x6d\x3a\x42\x19\x8a\x46\x73\x52\xd3\x17\xd5\x52\x59\x3c\xb6\x67\x37\xa7\x25\x7a\x1c\xef\x2f\xee\xc2\x26\x51\x9a\x78\x07\x2c\x72\xa1\xc7\x75\x76\x40\x96\x13\xb3\xdd\x20\x20\xb5\x76\x6a\x95\xe1\x46\x6a\xd1\xd6\xd5\xbe\x8f\x1e\x2f\xe3\x38\xf6\xcb\x7b\x40\x25\xf5\x9f\x7d\x7d\xb4\x99\x12\xa9\x7b\x66\x86\x96\xca\xe2\x80\x1d\x9e\x86\xeb\x3c\x44\x7e\xcb\x9a\xdb\x60\x5b\x18\x42\x5e\xad\x51\x87\x5c\x82\x64\x07\xfc\xed\xef\x1f\x1e\x53\x59\xe8\x00\xeb\x01\x45\x1f\x2b\x02\x75\x3d\xe5\x64\xe7\xa9\xb4\x4f\x4a\xfc\x39\xc4\xa8\x34\xa3\x79\x34\x5d\xe9\x7e\x03\x00\x00\xff\xff\xf5\xf5\x6e\xd6\x37\x01\x00\x00") - -func testE2eTestingManifestsStatefulsetZookeeperServiceYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetZookeeperServiceYaml, - "test/e2e/testing-manifests/statefulset/zookeeper/service.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetZookeeperServiceYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetZookeeperServiceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/zookeeper/service.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStatefulsetZookeeperStatefulsetYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x55\x4d\x8f\xdb\x36\x10\xbd\xeb\x57\x0c\xd4\x33\x2d\x38\x8b\x00\x0b\x02\x7b\x58\xec\xa6\xbd\x74\x13\x23\x2e\xda\x43\x51\x14\xb4\x34\xb6\xb9\xa6\x38\xec\x70\xe4\x74\x5d\xf4\xbf\x17\x92\x25\x99\xb2\x63\x23\x45\xab\x93\x30\xf3\xde\x7c\xf1\x0d\x69\x82\xfd\x19\x39\x5a\xf2\x1a\x4c\x08\xb1\xd8\xcf\xb3\x9d\xf5\x95\x86\xa5\x18\xc1\x75\xe3\x96\x28\x59\x8d\x62\x2a\x23\x46\x67\x00\xde\xd4\xa8\xe1\x40\x94\xc5\x80\x65\x6b\x89\xc8\x7b\x5b\xe2\xc7\xce\x91\x1f\x76\x79\x06\xc0\x18\x9c\x2d\x4d\xd4\x70\xd7\x21\x1c\x96\x42\xdc\xa2\x01\x6a\x23\xe5\xf6\x47\xb3\x42\x17\x8f\x06\x68\x53\x6b\x38\xec\x32\x00\xc1\x3a\x38\x23\xd8\x43\x93\xc4\xed\xe7\x26\xac\x94\x07\x30\x94\xd3\x7e\xd6\x5b\x79\x22\x2f\xc6\x7a\xe4\x11\xaf\xfa\xe2\xad\x8f\x62\x9c\x1b\xa3\xd8\xda\x6c\x50\xc3\xa6\xe4\x99\xa5\x62\xd7\xac\x90\x3d\x0a\x46\x85\xef\x50\x09\x46\x51\x1d\x22\x16\x01\x25\x16\x07\xa2\x1d\x62\x40\x56\x7d\x1c\x64\x3d\x9f\xdd\x4d\xa3\x2d\x1a\xe7\x16\xe4\x6c\xf9\xa6\xe1\xd1\x7d\x31\x6f\xf1\x54\x33\x6f\x92\x0e\x14\xe4\x6a\x08\xa4\xac\x17\x7a\x28\x28\x48\x3e\xf5\x7f\x21\xde\xa9\xca\xf2\x43\x31\xfc\x9d\x00\x7b\x72\x4d\x8d\x2f\xd4\x78\x99\x84\x3d\xb6\x4a\x41\x46\x1b\x40\xdd\xa2\x16\x46\xb6\x1a\xf2\x36\x4d\x91\x5f\x10\xda\x04\x95\xe5\x6b\xa4\xf3\xfc\x03\x6d\x45\x24\x51\xd8\x84\xf3\xa1\xbe\x9a\xbd\xd1\x14\xd0\xbf\x56\x3b\x75\xaf\x5e\x19\x47\x44\x49\x75\x6d\x7c\x35\x99\xc5\x98\xa0\x08\x88\xac\xd6\xd6\x57\x98\x34\x7b\x3e\x3b\x45\x5e\x45\x31\x2c\x0f\x09\x73\xb0\xcd\xe2\x76\x3a\xc7\x5e\xa8\x0f\x47\x89\x1e\x3f\xf4\xfb\xcb\xa9\x2d\x3e\x3d\xff\xfe\xf1\xf1\xe5\xc3\x72\xf1\xf8\xf4\x21\x19\xc5\xde\xb8\x06\xbf\x67\xaa\x75\x62\x04\x58\x5b\x74\xd5\x67\x5c\x4f\xad\xad\x3a\x4f\xcb\xb5\x9f\x9f\x39\x3b\xd2\x71\xac\x83\xca\x67\x6d\xf6\x18\x4c\x89\xff\xcb\xe9\xfe\xe7\xc3\x3d\x11\xdb\xea\x6e\x10\xa5\x0e\xa7\xb5\x18\xd8\xe5\xd5\xfd\xeb\x17\x36\x51\x49\x2f\x10\x3d\x15\x48\x20\x9e\x76\x3d\x86\x5c\x10\x8b\x86\x77\xf7\xf7\xf7\x49\x49\xc7\xe0\xad\x6e\xae\x53\xee\xbe\x46\x71\x68\x2a\x64\xd5\x5d\x52\x96\xfc\x2d\x81\x76\x5b\x33\xb6\x5a\xac\xac\x2f\x0e\xbb\x25\xf2\x1e\x79\x16\xb7\x57\x75\xda\xe9\x51\xad\x89\x71\xc3\xd4\xf8\x6a\x74\x31\x9a\xca\x7a\x8c\x71\xc1\xb4\xc2\x54\x40\xf8\xe7\xe9\x3a\xbb\x52\x4e\x1f\x7b\x7b\x66\x50\xe5\x99\x21\xff\x6a\xd5\x4f\xce\xce\xe2\x16\x5c\x84\xe4\x1a\x38\x5e\x9d\xd6\xb8\x67\x74\xe6\x6d\x89\x25\xf9\x2a\x6a\x98\xbf\x4f\x10\x62\x6b\xa4\x46\x46\xe7\xfb\x6f\x54\xeb\x4d\x11\x4d\x35\xf4\xed\x4a\x2f\x52\xcf\x77\xd0\xe5\x06\xd9\x22\x0c\x62\x86\xd7\x26\x0a\xac\x89\xa1\xc2\x55\xb3\xd9\x58\xbf\xf9\x77\x7b\x31\xae\x45\x96\x36\x79\x21\xea\xb4\x0e\xac\x83\xbc\x3d\x5b\xd6\xf0\xd7\xdf\xd9\xed\x54\x67\xd0\x63\xf0\x27\x67\x6c\xfd\x53\xff\x12\x76\x99\xd4\xc5\x53\x78\x39\xd3\xf4\x01\x34\x65\x89\x31\xbe\x50\x85\x51\xc3\xaf\x90\x7f\x46\x53\xfd\xc2\x56\xf0\x93\x2f\x31\x87\xdf\x7a\x18\x63\xa4\x86\x4b\x4c\x4e\x8b\xf1\x8f\x06\x63\x7a\x7e\x00\x51\x88\xbb\x3d\x9d\xff\x60\xb3\x7f\x02\x00\x00\xff\xff\x73\x38\x7a\x58\x33\x08\x00\x00") - -func testE2eTestingManifestsStatefulsetZookeeperStatefulsetYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStatefulsetZookeeperStatefulsetYaml, - "test/e2e/testing-manifests/statefulset/zookeeper/statefulset.yaml", - ) -} - -func testE2eTestingManifestsStatefulsetZookeeperStatefulsetYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStatefulsetZookeeperStatefulsetYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/statefulset/zookeeper/statefulset.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiOwners = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x8d\xb1\x4e\xc5\x30\x0c\x00\x77\x7f\x85\x25\x66\xb7\x52\x85\x28\x74\x67\x05\x89\x0e\xcc\x56\xe3\xb4\x29\x25\x8e\xe2\x24\x45\x7c\xfd\x53\xc7\xb7\xbf\xed\x74\xc3\xdd\x13\xce\x22\x58\x36\xc1\xcf\xef\x8f\xf7\xaf\x19\x9d\x2e\x86\x5c\x70\x2b\x25\xd9\xd4\xf7\xab\x76\x3f\xaf\xd6\x05\xed\xf5\x8c\x92\x0d\x80\x53\xca\xda\x24\xdb\x04\x84\xc6\xec\x88\x8f\x00\x84\x59\xb5\x78\x03\xc2\x35\x56\x1f\xc4\x01\xe1\x1e\xe2\xfa\x57\xdf\xc6\x0b\x8d\x7d\xe6\x28\x40\xf8\x6b\x5c\x9f\x07\x20\x74\xdc\x82\xfb\x7f\x19\x46\xc8\xd2\x82\x9c\x8f\x68\xee\xe2\x7d\xe3\xb8\x5c\x72\xd1\x24\xbb\x46\x20\x6c\x92\xeb\x51\xee\x96\xb7\x00\x00\x00\xff\xff\xc7\x4a\x9f\xf8\xfa\x00\x00\x00") - -func testE2eTestingManifestsStorageCsiOwnersBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiOwners, - "test/e2e/testing-manifests/storage-csi/OWNERS", - ) -} - -func testE2eTestingManifestsStorageCsiOwners() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiOwnersBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/OWNERS", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiControllerRoleYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x8f\xb1\x0e\xc2\x30\x0c\x44\x77\xbe\xc2\x52\x57\x5a\xef\xfd\x0c\xfe\xc0\x49\x0c\x89\x48\xe3\xc8\x76\x2b\xfa\xf7\x8c\xad\xc4\x02\x03\xeb\x9d\xee\xde\xdd\x00\x37\xee\x95\x22\x27\x08\x3b\x94\x96\xca\x56\xd2\x4a\x15\x54\x2a\x1b\xdc\x45\x81\x5f\xce\xda\xa8\x8e\xe4\x4e\x31\xb3\x5e\x0f\xa9\xab\x6c\xc5\x8a\x34\x56\xa0\x96\x0e\xc3\x1a\x75\xcb\xe2\xce\x3a\x5f\x06\x18\x21\xbb\x77\x9b\x11\x1f\xc5\xf3\x1a\xa6\x28\x0b\x3e\xd7\xc0\xda\xd8\xd9\xc6\x68\x05\x3f\x38\x18\xaa\x04\x5c\xc8\x9c\x15\x13\xf7\x2a\xfb\x29\x83\x1a\x28\x4e\x3b\x2d\xf5\xd7\xfe\xd3\xe8\x7f\x21\x4e\xf7\xbf\x45\xbc\x03\x00\x00\xff\xff\x7b\xf7\xef\xf6\x8a\x01\x00\x00") - -func testE2eTestingManifestsStorageCsiControllerRoleYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiControllerRoleYaml, - "test/e2e/testing-manifests/storage-csi/controller-role.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiControllerRoleYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiControllerRoleYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/controller-role.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiExternalAttacherRbacYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x54\x4d\x8b\x23\x37\x10\xbd\xeb\x57\x3c\xdc\x97\x04\xdc\x0e\x7b\x0b\xce\x69\x76\x0e\x61\x21\x81\x30\x1b\x06\x42\xc8\x41\x96\xaa\xdd\x15\xcb\x52\xa3\x2a\xd9\x99\xfd\xf5\x41\xf2\xc7\x3a\x19\x6f\xe6\x8b\xc0\x9e\xc6\x68\xaa\xeb\xd5\x7b\xf5\x5e\x75\xf8\x75\x64\xc1\x6f\x37\x3f\xff\x84\x81\x03\xc1\xa5\xa8\x96\xa3\xc0\x86\x80\xbb\xf7\x37\xb7\x48\xab\x3f\xc9\xa9\x40\x47\xab\xb0\x99\x10\xc9\x91\x88\xcd\x0f\xd0\x84\x5c\x22\xe8\x2f\xa5\x1c\x6d\x30\x1d\x6e\x3f\x7e\x80\x55\xb5\x6e\xa4\xbc\x30\x9d\xe9\xf0\x21\x62\xca\xc9\x17\xa7\x9c\xe2\x1c\x64\xdd\xd8\xaa\x7c\xe6\x1d\x65\x78\x9a\x42\x7a\xd8\x52\x54\x8c\x56\x6a\xc7\x15\xc1\x15\xd1\xb4\xe5\x4f\xe4\x97\xa6\x43\x5f\x5f\xed\x2e\xb1\xaf\xd3\x0d\x81\x9d\xca\x1c\x45\x08\x31\xc5\xde\xd3\x60\x4b\x50\x44\xbb\x25\x99\xac\x23\xd8\xe8\xe1\x79\x18\x28\xd7\xae\xed\xdd\x74\x00\x86\x94\xdb\x17\xe7\x4a\x0f\x8a\xca\xca\x24\x08\xbc\x21\xe8\x48\xb8\x0d\x45\x94\xf2\x5d\x0a\xd4\xa0\x3d\x39\xf6\x84\xfd\x48\x3a\x52\x6e\x25\x17\x23\x67\x9a\x02\x3b\xab\x24\xed\x3f\x27\x21\x2a\xc1\x06\x79\x92\x62\x0e\x8e\xd8\x8f\xec\x46\x38\x2b\x84\x40\xd6\x53\x96\x91\x27\x50\xa0\x26\x0d\xb6\x45\xb4\x92\xa7\x68\x57\x81\xfc\x0f\xad\x81\xd6\xed\x70\x1c\x42\xa1\xe8\x8e\x28\x6d\x2b\x42\x5a\xa6\x39\x84\x08\x2b\x0a\x69\x6f\x8c\x9d\xf8\x9e\xb2\x70\x8a\x4b\xec\xde\x99\x0d\x47\xbf\xc4\x47\xca\x3b\x76\x74\xe3\x5c\x2a\x51\xcd\x96\xd4\x7a\xab\x76\x69\xd0\x84\x59\xc2\x09\xf7\xa7\x29\x0d\xd0\x35\x4a\x55\xc5\x3d\xeb\xf8\x05\x81\xeb\xaf\x63\x83\xf6\xb0\xc4\xb1\xc6\x98\xbe\xef\x4d\x87\x9b\x63\xc3\x33\xa7\xca\xa8\x6e\x71\x9f\xf2\xe6\xd0\xf9\x97\x7b\x99\x23\x26\x4f\xd2\xf6\x75\x9f\x42\xd9\xd2\xe1\xbb\xaa\xac\x1c\xe7\xbf\x5c\xc7\x25\xc1\xbc\xb2\x6e\x61\x8b\x8e\x29\xf3\x27\x5b\xf5\x5b\x6c\xbe\x97\x05\xa7\xef\x76\xef\xae\xb0\x3c\x2d\xe6\x4c\xb5\xcf\x25\x46\xca\x26\x97\x40\x52\xeb\x7a\xd8\x89\x7f\xcc\xa9\x4c\xb2\xc4\xef\xb3\xd9\x1f\x06\x00\x32\x49\x2a\xd9\x51\x7b\x9b\x2a\xb8\x28\x45\xdd\xb5\x69\xe5\x58\xb4\xa3\xbc\x6a\x05\x6b\xd2\xd9\x1c\xb3\xc0\xd2\xfe\xee\xad\xba\xb1\xfe\x28\x93\xb7\x4a\xad\xfa\x19\x30\x4d\x94\x67\xb5\xbe\xd2\xd0\x09\x2f\x44\x53\xb6\x6b\x3a\x0a\x72\x0d\xc2\x09\x57\x14\x8e\x43\x7a\x35\xd2\xd3\x28\x07\x95\xec\xe7\x9d\xbe\x58\xaf\x66\xa7\x47\x46\x78\xcf\xd1\x73\x5c\xbf\xc5\x0f\x97\xae\xef\x73\x35\x97\x94\xc3\x99\x3b\x78\xe1\x6a\x78\xea\xec\x57\x43\xf3\xb2\xd8\x5c\x0d\x4e\x9d\xe1\x8e\x86\x8a\xfe\xd8\xf8\x4f\xba\x18\xe7\xd5\xfc\x87\x12\x2f\x08\x67\x3d\xb3\xbc\xc6\xd6\x4e\xf5\x6e\xb9\x92\x3f\x5f\xd2\x3a\xb6\xe9\xc0\x03\xbe\xa9\xb9\x4d\x31\x3c\x80\x87\x6f\xaf\x5e\x34\x96\xd3\x31\x3b\x2e\xf1\xf5\x31\x7e\xe3\x5d\xfa\xb2\x82\x6e\x58\x9f\x8e\xc0\xb5\x6c\xfe\x33\x36\x4d\x96\xad\x9d\x0e\x4e\xfe\xb7\x8f\xcf\xfe\x3d\x19\xda\x53\x20\xa5\x0b\x47\xcf\x31\x73\x99\x1e\x79\xfb\xff\x32\x75\x23\xf7\x66\xed\xbe\xb6\x64\x3c\x11\x89\x03\xe7\xe7\xe4\xe1\xef\x00\x00\x00\xff\xff\x18\x3d\x2c\xb8\xfc\x08\x00\x00") - -func testE2eTestingManifestsStorageCsiExternalAttacherRbacYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiExternalAttacherRbacYaml, - "test/e2e/testing-manifests/storage-csi/external-attacher/rbac.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiExternalAttacherRbacYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiExternalAttacherRbacYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/external-attacher/rbac.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiExternalProvisionerRbacYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x56\x41\x6f\xe3\x36\x13\xbd\xeb\x57\x0c\xac\xcb\xf7\x01\x96\x8b\xbd\x15\xea\x29\x1b\x14\xc5\x02\x5b\xb4\xc8\x2e\x0a\x14\xc5\x02\x4b\x93\x23\x6b\x1a\x9a\x54\x39\x43\xb9\xd9\x5f\x5f\x0c\x2d\x3b\x4e\xa2\x24\xde\x4d\x0a\xf4\x26\x90\xd4\xbc\x79\x6f\xa8\xf7\x54\xc3\xc7\x9e\x18\x7e\xbf\xf8\xf9\x3d\x74\xe4\x11\x6c\x0c\x62\x28\x30\x18\xef\xe1\xea\xed\xc5\x25\xc4\xf5\x9f\x68\x85\x41\x7a\x23\x60\x12\x42\x40\x8b\xcc\x26\xdd\x80\x44\x48\x39\x00\xfe\x2d\x98\x82\xf1\x55\x0d\x97\x1f\xde\xc1\x90\xe2\x48\x4c\x31\x60\x5a\x55\x75\x55\xc3\xbb\xa0\x6b\x2e\x5b\xa1\x18\x96\x80\xc6\xf6\xe5\xa0\x4b\x34\x62\x02\x87\x83\x8f\x37\x5b\x0c\x02\xbd\x61\x2d\xba\x46\xb0\x99\x25\x6e\xe9\x0b\xba\xb6\xaa\xa1\xd1\x55\x33\x46\x72\xda\x60\xe7\xc9\x0a\x2f\x21\x33\x42\x88\xa1\x71\xd8\x99\xec\x05\x82\xd9\x22\x0f\xc6\x22\x98\xe0\xc0\x51\xd7\x61\xd2\xaa\x65\xbd\xaa\x01\xa0\x8b\xa9\xbc\x71\x3c\xe9\x00\x83\x90\x10\x32\x78\xba\x46\x90\x1e\xe1\xd2\x67\x16\x4c\x57\xd1\x63\x81\x76\x68\xc9\x21\xec\x7a\x94\x1e\x53\x39\x72\xd2\x72\xc2\xc1\x93\x35\x82\x5c\x76\x0e\x5a\x28\xc1\x02\x79\xa2\xc6\x12\x28\xc0\xae\x27\xdb\x83\x35\x8c\xe0\xd1\x38\x4c\xdc\xd3\x00\xe8\xb1\xa8\x03\xdb\xcc\xa2\xfc\x31\x98\xb5\x47\xf7\x43\xa9\x21\x3a\x23\x0a\x9d\xcf\x18\xec\x04\x54\x66\xc3\x28\x79\x58\x02\x23\xc2\x1a\x7d\xdc\x55\x95\x19\xe8\x37\x4c\x8a\xd7\xc2\xf8\xa6\xba\xa6\xe0\x5a\xf8\x80\x69\x24\x8b\x17\xd6\xc6\x1c\xa4\xda\xa2\x18\x67\xc4\xb4\x15\x14\x6d\x5a\xb0\x4c\xcd\x49\xa3\x15\x40\x5d\x88\xa9\x96\x3b\x92\xfe\x11\x99\xf5\x69\xaa\x51\x16\x5a\x98\xce\x54\x55\xd3\x34\x13\xf8\xa9\x9c\xa7\xdd\xa5\xb5\xb1\x2b\x93\xa5\x8f\x89\xbe\x18\x25\xbf\xba\xfe\x9e\x57\x14\xbf\x1b\xdf\xcc\xb4\x78\x10\xf6\xb4\xcf\x26\xe5\xa0\xed\xa6\xec\x91\xdb\xd2\xf5\xc7\x1e\xa1\x8b\xde\xc7\x1d\x85\x0d\xe8\x06\x70\x1f\xb3\x77\x2a\x6a\x0e\x36\x6e\x75\x6a\xe8\xca\x55\x18\x7c\xde\xe8\x5d\x2f\x57\x3b\xe1\x5f\x99\x12\x02\xa3\x4d\x28\x5c\xaa\x95\x43\x07\x3c\x0a\x9b\x55\x59\x6d\xc0\x0c\xf4\x53\x8a\x79\xe0\x16\xfe\x58\x2c\x3e\x95\x55\x80\x84\x1c\x73\xb2\x58\x56\xa7\x32\xc7\xcd\x11\xd3\xba\x6c\x6c\x50\x16\x4b\x58\x78\x62\x29\x9b\x73\xd5\xee\xd5\x1a\x54\x33\x16\x0c\x32\x46\x9f\xb7\xc8\xd3\xa1\xd9\x9a\x4b\x58\xec\x8c\xd8\x5e\x1f\x6c\x42\x23\xa8\x4f\x0e\x3d\x0a\x7e\x2b\xa0\xf5\x86\xb6\x67\xa3\xe6\xc1\x99\x79\x2c\x96\x98\xcc\x06\xa7\x41\xcf\x21\x4f\x27\xac\x37\xcc\x67\xf2\x3c\x93\x13\x8e\x18\xe4\x41\xc5\x27\x24\x9b\x68\x2c\x61\x31\x3c\x86\xc3\xc1\x0c\xdc\x47\x59\x3d\x4f\x6c\x9a\xdc\xf4\xc2\x93\xcc\x5e\x13\x48\xfd\x7c\x8e\xf7\x73\x78\xcf\xc2\x58\xa6\x10\xdd\xeb\x8e\xe8\x6b\x0a\xce\x3b\xcc\x5b\x0a\x8e\xc2\xe6\x25\x46\x73\xcf\x0b\x9b\xa4\xc6\xc5\x79\x9f\x82\x6d\x21\x32\xeb\xaa\xda\xf4\x63\x6e\xfa\x75\x7e\x3a\xeb\xa8\xda\xc6\x15\x76\xda\xc0\x43\x5f\x3d\xc7\x24\xe1\xa8\xff\x13\x92\xec\x65\xad\xe1\xd7\xdb\xf7\x8f\x91\xa4\x81\xa4\x39\xbc\x8b\xe9\x7a\xcf\x02\x83\x1b\x22\x05\xd1\x70\x02\x9b\xd3\x6d\xda\x6a\xef\x55\x0d\xd4\xc1\xff\x34\x8b\x63\xf0\x37\x40\xdd\xff\x67\x23\x8f\xf8\x90\x76\xd3\x3c\xbf\x3d\x2a\x5e\x98\x5a\x4f\xca\x68\xbb\xcd\x21\x68\x6a\xf8\x45\x09\xc5\x80\x10\xbb\x92\xc6\x77\x23\x87\x4b\x70\xdc\xaa\x13\x93\x12\x67\x64\xe5\x3a\xe5\x8c\x83\xb5\x61\x54\x69\xaa\x1a\x76\x1a\x40\xc4\x9a\xe7\xe5\xd5\xcf\x4d\xb3\x57\xaa\x39\xa8\xd4\xc8\xcd\x80\x9f\x57\xf0\xe3\xb1\xa8\xfe\x8a\x39\x1c\x12\xea\xcf\x87\xd3\x09\x74\x66\x8c\x49\x3b\x7a\x5f\xc0\x56\xd5\xdc\x27\x77\xd7\x13\x0f\xd5\xca\xd6\xfd\x4f\xee\xe8\x89\x87\x6f\x6f\x0a\x91\x3b\xde\x38\xf9\xe5\xa7\xfb\x60\x36\xc6\xe4\x28\x9c\x4e\xeb\x21\xfe\x5e\x95\x57\x00\x3f\x71\x83\x7f\xd1\x06\xca\x1d\x78\xf1\x2d\xfb\x0f\x7a\xc9\xf3\x26\xb2\x67\x7e\x8e\x83\xfc\x13\x00\x00\xff\xff\xd9\x60\x5c\x55\x53\x0c\x00\x00") - -func testE2eTestingManifestsStorageCsiExternalProvisionerRbacYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiExternalProvisionerRbacYaml, - "test/e2e/testing-manifests/storage-csi/external-provisioner/rbac.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiExternalProvisionerRbacYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiExternalProvisionerRbacYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/external-provisioner/rbac.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiExternalResizerRbacYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x55\x41\x8b\x23\x37\x13\xbd\xf7\xaf\x28\xec\xcb\xf7\x81\xed\x65\x6f\xa1\x73\x9a\xf5\x21\x2c\x24\xb0\xcc\x2c\x03\x21\xe4\x20\x4b\xaf\xdd\x95\x91\xa5\x8e\xaa\xd4\xce\xcc\xaf\x0f\xd2\xb4\x1d\xef\xd8\x3b\x99\xac\x09\xe4\xe4\x46\x2a\x55\xd5\x7b\xf5\x5e\x79\x4e\x9f\x7b\x16\xfa\xf9\xe6\xa7\x1f\xa9\x63\x0f\xb2\x31\xa8\xe1\x20\x64\xbc\xa7\xdb\x0f\x37\x6b\x8a\x9b\xdf\x60\x55\x48\x7b\xa3\x64\x12\x28\xc0\x42\xc4\xa4\x47\xd2\x48\x29\x07\xc2\x1f\x8a\x14\x8c\x6f\xe6\xb4\xbe\xfb\x48\x09\xc2\x4f\x48\xab\x66\xde\xcc\xe9\x63\xa0\x21\x45\x97\xad\x72\x0c\x0b\x82\xb1\x7d\x0d\x72\x89\x47\x24\x72\x18\x7c\x7c\xdc\x21\x28\xf5\x46\x4a\xc2\x0d\xc8\x66\xd1\xb8\xe3\x27\xb8\xb6\x99\xd3\xb2\x9c\x9a\x31\xb2\x2b\xcd\x75\x9e\xad\xca\x82\xb2\x80\x42\x0c\x4b\x87\xce\x64\xaf\x14\xcc\x0e\x32\x18\x0b\x32\xc1\x91\xe3\xae\x43\x2a\x59\xeb\x79\x33\x27\xa2\x2e\xa6\xfa\xe2\x18\xe9\x08\x41\x59\x19\x42\x9e\x1f\x40\xda\x83\xd6\x3e\x8b\x22\xdd\x46\x8f\x5a\xda\xc1\xb2\x03\xed\x7b\x68\x8f\x54\x43\x4e\x5a\x4e\x18\x3c\x5b\xa3\x90\x7a\x73\xe0\xa1\x00\xac\x25\x27\x26\x16\xc4\x81\xf6\x3d\xdb\x9e\xac\x11\x90\x87\x71\x48\xd2\xf3\x40\xf0\xa8\xcc\xd0\x2e\x8b\x16\xec\x08\x66\xe3\xe1\xbe\xaf\xef\xb5\xcc\x86\x43\xe7\x33\x82\x9d\x8a\xd4\x99\x08\x34\x0f\x0b\x12\x80\x36\xf0\x71\xdf\x34\x66\xe0\x7b\x24\xe1\x18\x5a\x1a\xdf\x37\x0f\x1c\x5c\x4b\x77\x48\x23\x5b\xdc\x58\x1b\x73\xd0\x66\x07\x35\xce\xa8\x69\x1b\xaa\xbc\xb4\x64\x85\x97\x53\x93\x0d\xd1\xbc\x02\x2a\x1c\xee\x59\xfb\xaf\xd0\x5b\xbe\xa6\xf7\xf5\xa0\xa5\x29\xa6\x69\x96\xcb\x65\x33\xa7\xdb\xe7\x7c\x47\x44\x05\x4f\x19\xe1\x3e\xa6\x87\xe7\xc4\x9f\xee\xd7\xb2\xa0\x4f\xf7\xb2\xa0\xbb\xb5\xac\xa6\x66\x4f\xa9\x3f\x45\x93\x36\xc6\xae\x4c\xd6\x3e\x26\x7e\x32\x85\xac\xd5\xc3\x77\xb2\xe2\xf8\x6e\x7c\x7f\x01\xd2\x61\x08\x07\x5c\xcb\x94\x43\x40\x6a\x52\xf6\x90\xb6\xa2\xfc\xdc\x83\xba\xe8\x7d\xdc\x73\xd8\x52\xb9\x20\xe9\x63\xf6\xae\xb4\x9b\x83\x8d\xbb\x32\x5d\xb8\x2a\x99\xc1\xe7\x6d\xf1\x43\x95\x7f\xc2\xef\x99\x13\x48\x60\x13\x54\x6a\xb6\x1a\x94\xe2\xc8\xa5\x5d\x0e\xdb\x55\x3d\x5d\x92\x19\xf8\x87\x14\xf3\x20\x2d\xfd\x32\x9b\xfd\x5a\x4f\xab\x24\x62\x4e\x16\xf5\x74\x4a\x73\xbc\x1c\x91\x36\xf5\x62\x0b\x9d\x2d\x68\xe6\x59\xea\xef\xde\xa8\xed\x6b\xd4\xa5\xb4\x2f\x92\x0e\x85\x38\x51\x04\x1d\xa3\xcf\x3b\xc8\x14\xf4\x7a\xf2\x05\xcd\xf2\xe0\x8c\xa2\x7c\x0d\xd7\xd4\xb3\xde\xf0\xee\x6d\x45\xaf\xaa\xf0\x4e\xd4\x68\x3e\x2b\xf4\x8d\x28\x30\x22\xe8\x59\xb2\x33\x8e\x6c\xc2\x94\xfd\xbc\x4e\xd5\xff\x99\x96\x3f\x70\x70\x1c\xb6\xd7\x48\xfa\xc4\xa5\xcb\x54\xec\x21\xf9\x79\x27\xb7\x15\xdb\x45\xaf\x17\x18\x97\x3c\xfe\xcf\x5c\x7e\xd1\xe7\xa5\x85\x5b\x74\xa5\xf8\xb9\x73\xff\xce\x86\x74\x1c\xc5\x2b\x34\xbc\x7d\x95\x20\x38\x1a\x22\x07\x2d\x2b\xd6\xe6\xf4\xd7\xce\x2f\x3d\x37\x73\xe2\x8e\xfe\x57\xfe\x11\x62\xf0\x8f\xc4\xdd\xff\x2f\x2e\x5f\x96\xc3\xde\x9d\xe6\xf7\xed\x4b\xe8\xca\x1d\xfa\x55\xfa\x6c\xb7\x3d\xac\xb0\x17\x6a\xb6\x31\x26\xc7\xe1\xb4\xa9\x2a\xe3\x2f\xe4\xed\x61\x64\xda\x04\x2f\x2d\x79\xd4\xf6\x41\xec\x0e\x1e\x2f\x35\x3e\xe9\xfe\x0b\x91\xff\x4b\xea\xae\x50\xaf\x26\xf2\x3f\x66\x91\xd7\xbd\xf1\x8c\xf8\x2d\xc6\xf8\x33\x00\x00\xff\xff\x47\xf8\xe7\x76\xb0\x09\x00\x00") - -func testE2eTestingManifestsStorageCsiExternalResizerRbacYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiExternalResizerRbacYaml, - "test/e2e/testing-manifests/storage-csi/external-resizer/rbac.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiExternalResizerRbacYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiExternalResizerRbacYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/external-resizer/rbac.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiExternalSnapshotterRbacYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x56\x4d\x8f\x1b\x37\x0c\xbd\xcf\xaf\x20\xec\xab\xc7\x41\x6e\x85\x6f\x9b\x2d\x50\x04\x68\x11\x60\x13\x14\x28\x8a\x1c\xb8\x12\xc7\xa3\xae\x2c\x0d\x48\x6a\xb6\xce\xaf\x0f\x24\x8f\xc7\x5f\x93\xcd\xc6\xeb\x93\x0d\x99\x22\xdf\x7b\x22\x1f\x3d\x87\x2f\x71\x4d\xda\x12\xc3\xb3\xd3\x16\xb4\x25\x78\xf8\x70\x77\x0f\x8d\xf3\x04\x4d\x64\xa0\xff\x95\x38\xa0\xaf\x3b\x8e\xbd\x13\x17\x03\xf1\x02\xb4\x75\x02\xff\xdc\xfd\xf5\x67\x09\xac\xe6\x60\x62\x50\x74\x41\x00\xbd\xdf\x65\x88\x8f\xff\x91\x51\x01\x6d\x51\x01\x99\x20\x90\x21\x11\xe4\x2d\x68\x04\x4e\x61\x4c\x0d\xf7\x9f\x3f\x56\x73\x90\x80\x9d\xb4\x51\x95\x78\x59\xcd\xab\x39\x7c\x0c\xd0\x71\xb4\xc9\xa8\x8b\x61\x01\x84\xa6\xcd\xa1\x60\xd9\xf5\xc4\x60\xa9\xf3\x71\xbb\xa1\xa0\xd0\xa2\xe4\xa4\x8f\x04\x26\x89\xc6\x8d\xfb\x46\x76\x55\xcd\xa1\xce\xa7\xd8\x47\x67\x33\xc0\xc6\x3b\xa3\xb2\x80\x24\x04\x21\x86\xda\x52\x83\xc9\x2b\x04\xdc\x90\x74\x68\x08\x30\x58\xb0\xae\x69\x88\x73\xd6\x72\x5e\xcd\x01\x8a\x10\xf9\xc6\x18\x69\x81\x82\x3a\x75\x24\xe0\xdd\x13\x15\xdd\xee\x7d\x12\x25\x7e\x88\x45\x90\x1a\x62\x97\x71\xa3\xf7\x5b\x60\xca\x37\x4b\xd4\x59\x9a\xa3\x4b\xe0\x9a\x1c\xc1\x54\x4a\x66\xc5\x46\xcc\xbb\xc7\x89\xe5\x9d\x0e\xb4\xa5\xaa\xb0\x73\x7f\x13\xe7\x57\x59\x41\xff\xbe\x7a\x72\xc1\xae\xe0\x33\x71\xef\x0c\xdd\x19\x13\x53\xd0\x6a\x43\x8a\x16\x15\x57\x15\x14\x4a\x2b\x30\xe2\xea\x23\xb5\xab\xaa\xae\xeb\xe1\xee\x31\x89\xe3\xe4\xfc\x88\x66\x89\x49\xdb\xc8\xee\x1b\x66\x62\xcb\xa7\xdf\x64\xe9\xe2\xbb\xfe\xfd\x49\x85\xf9\x9e\xec\x9e\xcd\x29\x93\x11\xc3\xd8\x57\x47\x40\x6a\x4e\x21\x10\x57\x9c\x3c\x49\x4e\x56\x03\x76\xee\x0f\x8e\xa9\x93\x15\xfc\x3b\x9b\x7d\xad\x00\x00\x98\x24\x26\x36\x54\xce\xba\x8c\x50\x94\x82\xf6\xd1\xa7\x0d\xc9\x10\xd4\x13\x3f\x96\x80\x35\xe9\x6c\x01\x33\xef\xa4\x7c\x3e\xa3\x9a\xb6\xc4\x5c\x91\xdc\x78\x74\x9b\xd7\x55\x58\xc0\x2c\x75\x16\x95\xa6\x6a\x89\x46\xc6\x35\x0d\x12\x4e\x55\x1e\x22\x8c\x47\x91\xdb\x72\xa2\x3e\xb7\xce\x79\xc6\x0b\xf0\x86\x29\x83\x3f\xd0\x58\xc0\xac\xfb\x95\x3a\x42\x86\xe9\xb2\xd0\x31\xf4\x29\x65\x86\x6e\x58\xfe\x5c\xa2\xe1\xbd\x87\x0b\x6f\x54\xea\xfa\xba\x31\xe8\x94\xa0\x07\xfd\x7e\xd2\x1e\x0b\x98\x59\xf2\xf4\x83\x46\xb9\x16\xd6\x2d\x9a\xf4\xea\xda\xef\x44\x51\xd3\x05\x84\x1f\x97\xc2\xce\x65\x3f\x08\xd9\x6b\xe4\x85\x3a\x3b\x77\xdf\x1f\x59\x6a\x5c\x70\xd9\x8b\x5e\x50\xff\x82\xf0\x20\xf6\xe1\x61\x46\x58\xd3\x36\xf8\xc1\x05\xeb\xc2\xfa\x3a\x37\x9c\xf4\xdb\x9a\xb3\xbb\x4a\xda\x2d\xc8\x9d\xcf\x4d\x3a\x77\xa6\x34\xed\xd8\xf9\x97\xec\xb4\x9d\xcf\x6b\xab\x6c\x87\xe9\x8d\x96\xbf\x8d\x79\xca\xd1\x0a\x86\xa8\x2a\xc3\x78\xa0\x26\x03\xb8\x34\xff\x9c\xdf\xb4\x18\xd6\xc3\xda\xca\x96\x8e\x5e\x22\x14\x4f\xdf\x99\xfb\xc9\xf6\x5a\x93\xca\xe0\xfd\xf6\x55\x2e\x0f\x63\x0f\xbc\x20\xe8\xf1\xa3\x5c\xbf\x94\x2e\xc9\xc3\x1c\xbe\x7c\xfa\xfd\xd3\xea\x54\xc3\x3d\xd3\x9d\x76\xdb\x98\xe0\x19\x83\x96\xf5\xbf\x8d\x89\x41\x9c\x25\x83\xfc\x32\x3d\x4f\x68\x89\xc9\x53\xf9\xdf\xb2\x5f\x66\x67\x1d\x6f\x62\x64\xeb\xc2\x31\xe8\xd2\xc3\x27\xed\xee\x09\xf7\x96\x76\x3e\xc7\x63\x3b\xef\xfb\xfb\xd0\xd6\x07\x5f\x19\xa6\xe0\xeb\xb9\x88\x37\x68\xe9\xd7\x30\xbf\xbd\xee\x6f\x9e\x99\x5b\x03\xba\x18\xa1\x61\x76\x7e\x45\xa4\x57\x4d\xc1\xf7\x00\x00\x00\xff\xff\xf8\xfc\x35\xda\xa9\x0b\x00\x00") - -func testE2eTestingManifestsStorageCsiExternalSnapshotterRbacYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiExternalSnapshotterRbacYaml, - "test/e2e/testing-manifests/storage-csi/external-snapshotter/rbac.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiExternalSnapshotterRbacYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiExternalSnapshotterRbacYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/external-snapshotter/rbac.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiGcePdController_ssYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x94\xd1\x6b\xdb\x3e\x10\xc7\xdf\xfd\x57\x1c\xf9\x3d\xcb\x4e\xca\xaf\x30\x04\x79\x08\x6d\x29\x85\x2c\x29\x6b\xd8\x6b\xb9\xc9\x17\x47\x8b\x2c\x69\xd2\xd9\x5d\x18\xfb\xdf\x87\x62\xb7\xb5\xdb\x94\x6d\x8c\xea\x49\x9c\xef\xbe\xf7\xd5\x47\x3e\xed\xb5\x2d\x25\xdc\x31\x32\x6d\x1b\x73\x47\x9c\xa1\xd7\x9f\x29\x44\xed\xac\x04\xf4\x3e\x16\xed\x2c\xab\x89\xb1\x44\x46\x99\x01\x58\xac\x49\x82\x8a\x5a\x54\x8a\x84\x2f\x85\x72\x96\x83\x33\x86\x42\x16\x3d\xa9\x94\x13\x29\xb4\x5a\xd1\xea\x98\x3a\x79\xce\x9d\x64\x00\x81\xbc\xd1\x0a\xa3\x84\xd9\x31\xd3\x90\x62\x17\x52\x15\x40\x8d\xac\x76\x4b\xfc\x42\x26\x76\x01\x48\x16\x24\x54\xca\x0b\xe5\x6a\xdf\x30\x09\x9f\xcc\x45\x26\xcb\xa2\xd4\x71\x2f\x92\x7a\x19\x74\x4b\x21\x03\x60\xaa\xbd\x41\xa6\x5e\x6e\x60\x3b\x2d\x33\x52\xfe\x5b\x6d\x80\xc7\xe3\x1d\xf7\xdd\x11\x17\x4a\xb9\xc6\xf2\xea\x09\xca\x33\x0d\x11\xb1\xcf\x4d\x31\xd4\x96\xc2\xa0\xb7\x18\x80\xf4\xc1\xb5\x3a\x11\xef\xfb\x74\xeb\x3f\xd8\xac\x2f\xd7\xf2\x08\x0c\x15\xc1\x83\xe6\x1d\xb8\xed\x56\x2b\x8d\x06\x66\xf9\xff\xf9\x14\x02\x19\xc2\x48\xf0\xb0\x23\x0b\x81\xb0\x3c\x0c\x04\x74\x8d\x15\x49\xf8\xd6\xe0\x21\xd7\xae\xd8\x7f\x88\x2a\xea\xe2\x45\x43\xd9\x1e\x95\x44\x50\xb3\x41\x29\x86\x6a\xe0\xb5\xf3\x3b\x11\xa2\x9d\x9f\x4f\x5e\x47\x93\x22\x96\x65\xa0\x18\xe7\x45\xdf\x22\x8f\x4e\xed\x4f\xe4\x6e\x09\xb9\x09\x24\x2a\x64\x8a\xf3\x8d\xf3\xce\xb8\xea\x30\xe7\xd0\xd0\x30\xbb\x75\xa6\xa9\xe9\x63\x42\xfb\xca\x47\xc7\x2d\xe9\x53\xba\xa6\x30\xfa\x0c\x50\xa7\xa2\x5b\xe4\x9d\x84\x64\xe4\x24\x70\x64\x46\xb5\x1b\xd1\xee\x61\x55\x2a\x24\x56\xd5\x9e\x44\xcf\xb6\x18\x16\x24\x5a\x67\xf9\x54\x54\x7b\xca\xa7\xef\xca\xeb\x1d\x09\xf4\x73\x3b\xf8\xb1\x7f\x87\xe0\xcf\x66\x44\xb6\xd3\xfc\x3c\x3f\xfb\x37\x38\x64\x4b\xef\xb4\xe5\x79\x63\xf5\x77\xf9\x26\x1e\xb2\xed\x69\x2a\xd7\xeb\xf5\xf5\xf2\xea\x7e\x71\x7b\xbb\xbc\xb9\x58\x6c\x6e\xd6\xab\xfb\x8b\x4f\x57\x97\x57\xab\xcd\xcd\x62\x79\xf7\x82\x54\x8b\xa6\x49\x2f\x54\x41\xac\x0a\x65\x5c\x53\x8a\x88\x4f\x9b\xfc\x6b\x74\xf6\x9d\xef\x64\x58\xfc\xd8\x57\x74\x7d\x5e\x28\xa4\xe9\x5e\x5b\x73\x90\x90\x86\xe5\x6d\xf9\xf1\x61\x1e\xed\x77\x92\x27\xde\x9f\x93\x8e\xa9\xf6\x7c\xb8\xd4\x41\xc2\x8f\x9f\xaf\x07\xe8\x4d\x9b\x91\x54\x20\x1e\x93\xe9\x62\xab\x51\x65\xf6\x2b\x00\x00\xff\xff\x2c\x46\xb3\xaa\x76\x06\x00\x00") - -func testE2eTestingManifestsStorageCsiGcePdController_ssYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiGcePdController_ssYaml, - "test/e2e/testing-manifests/storage-csi/gce-pd/controller_ss.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiGcePdController_ssYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiGcePdController_ssYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/gce-pd/controller_ss.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiGcePdCsiControllerRbacYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x92\xb1\x8e\x13\x31\x10\x40\x7b\x7f\xc5\x48\x34\x20\xe1\xa0\x50\xa1\xed\x80\x82\x76\x95\x20\xfa\x89\x3d\xd9\x0c\x71\x6c\x6b\x3c\xb6\x08\x5f\x8f\x56\xdc\x45\x7b\x49\xee\x72\xcd\x45\x5b\xef\x7a\xe6\xcd\xd3\xc3\xcc\xbf\x48\x0a\xa7\xd8\x41\x5b\x9a\x3d\x47\xdf\xc1\x9a\xa4\xb1\xa3\xaf\xce\xa5\x1a\xd5\x1c\x48\xd1\xa3\x62\x67\x00\x22\x1e\xa8\x03\x57\xd8\xba\x14\x55\x52\x08\x24\xb6\xa0\x31\xd6\xda\x87\xd7\xdf\x43\x2d\x4a\xb2\x4a\x81\xbe\x71\xf4\x1c\x07\x33\xdd\x22\x1b\x74\x0b\xac\xba\x4b\xc2\x7f\x51\x39\xc5\xc5\xfe\x4b\x59\x70\xfa\xd4\x96\xb7\x57\xa1\x2a\xba\x1d\x89\x95\x14\xc8\x94\xba\xf9\x4d\x4e\xcb\xf8\xbb\x85\xab\xf0\x00\xcf\x43\x3f\x7e\x2b\x19\x1d\x75\xe0\x69\x8b\x35\xa8\x19\x47\xaf\x68\x3b\x0e\xbd\xb8\xe8\xc4\x45\x7f\x94\x24\x62\x98\x10\xd5\x18\x49\x0c\x00\x66\xfe\x21\xa9\xe6\x17\x6e\x9d\xfa\xba\x83\x28\xeb\xb6\x83\xb9\x7a\xeb\x9d\x0c\xde\x50\x37\xe2\xdd\xab\xa0\x2c\xa9\xf1\x38\x68\x4e\x11\x3d\x81\x9a\x55\x47\xe7\xba\x66\x9a\xd2\x14\xf3\x54\xd3\x3b\xc8\xc2\x8d\x03\xf9\x81\x3c\xf4\xc9\xc3\x9a\x5c\x15\xd6\x23\xf4\x29\xb0\x3b\x7e\x84\x2c\xd4\x38\xd5\x12\x8e\xe3\x46\x8e\xe4\xa1\x31\x42\xff\xff\xdd\x40\xfe\x27\x15\xed\xd7\xfd\x65\x92\xef\x3f\xbc\x49\xad\xb9\x64\x7b\x26\xc7\x0b\xb7\xd1\x3e\x0d\x5c\x54\x70\x06\xd9\x7e\x26\xab\x54\xd4\xe6\x93\x26\x9b\x4b\x7e\x65\xb2\xff\x02\x00\x00\xff\xff\x46\xa3\x05\x3b\x73\x06\x00\x00") - -func testE2eTestingManifestsStorageCsiGcePdCsiControllerRbacYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiGcePdCsiControllerRbacYaml, - "test/e2e/testing-manifests/storage-csi/gce-pd/csi-controller-rbac.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiGcePdCsiControllerRbacYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiGcePdCsiControllerRbacYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/gce-pd/csi-controller-rbac.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiGcePdNode_dsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x55\x4b\x6f\xe3\x36\x10\xbe\xfb\x57\x0c\xdc\x6b\x29\x25\x05\x72\x11\xe0\x43\xf3\xe8\xa5\x4d\x52\x34\xdd\xbd\x2c\x16\x01\x4d\x8e\x65\xc2\x7c\xed\x90\xd2\xc6\xff\x7e\x41\xcb\x89\xf5\xb2\xec\xec\x83\x80\x0d\x5b\x9c\xf9\xe6\xe3\xcc\xf7\x51\x1b\x65\x65\x01\xb7\x1c\x8d\xb3\x4f\x18\x67\xdc\xab\x8f\x48\x41\x39\x5b\x00\xf7\x3e\xe4\xf5\xe5\xcc\x60\xe4\x92\x47\x5e\xcc\x00\x2c\x37\x58\x80\x08\x8a\x95\x02\x99\x97\xcc\x3a\x89\xb3\xe0\x51\xa4\xdd\x80\x1a\x45\x74\x94\x7e\x03\x18\x1e\xc5\xfa\x1f\xbe\x44\x1d\x9a\x07\x90\x20\x0b\x28\x85\x67\xc2\x19\x5f\x45\x64\x3e\x15\x0b\x11\x6d\x64\x52\x85\x0d\x4b\xc8\x92\x54\x8d\x34\x03\x88\x68\xbc\xe6\x11\xf7\x70\x2d\x1a\x69\xe9\x0e\xf2\x7b\xb1\x01\x5e\x49\xa7\x25\x9c\x8d\x5c\x59\xa4\x16\x1e\x6b\x1d\xb6\x49\x63\x84\xa5\x0a\x91\x38\xbd\x05\x01\x28\xc3\x4b\x4c\x85\x29\x53\x2e\x2f\x37\xc8\x08\x35\xf2\x80\x79\x4a\x4c\xed\x19\x64\x17\xf5\x65\x76\x99\x5d\xb0\x72\x83\xd9\x45\x0b\x8a\x53\xd9\xaa\xdf\x70\x98\x33\x56\x2f\xae\xe6\xc3\xa7\x09\x9d\x4b\x49\x18\xc2\x22\x95\x4a\x9f\x2c\x38\xb1\x19\x89\xdd\x54\x4b\xd4\x18\xdf\x18\x44\xe5\x2c\xf3\x3c\xae\x17\x79\xcd\x29\xd7\x6a\x99\xef\x43\x72\xaf\xab\x52\xd9\x90\x7b\x99\xed\x00\xa3\x23\x5e\x62\x96\xa8\x2a\x37\x5a\x43\xab\x15\x8a\xad\xd0\xd8\xa5\xee\x09\x9f\xa2\xf3\xdd\x87\x00\xf8\x72\xe8\xfa\x61\x09\x67\x0c\x4f\x4a\xfc\x34\xcf\x97\xca\xe6\x61\x3d\xff\x1d\xe6\x4c\xa4\x6f\x32\xc0\x68\x05\x79\x9b\xfc\x38\xbd\x73\x62\x52\x0f\x9a\x23\x7c\x6e\xb1\x40\x5b\xf7\x1b\xdf\x0c\xff\xef\x0f\xd7\x77\xcf\x0f\x8f\xb7\x77\xcf\x0f\x7f\xde\xdf\xf5\x78\xd7\x5c\x57\xf8\x17\x39\x33\x3c\xd0\x4a\xa1\x96\xff\xe1\x6a\xb8\xb3\xdf\xfb\x97\xc7\x75\xb1\xd3\x60\x96\x34\xf2\xc0\x0d\xb6\x42\x6b\xa7\x2b\x83\xf7\xae\xb2\x71\xa0\x88\x86\x58\x33\x27\x26\x15\xf5\x2a\x98\x94\xd4\xa0\xa7\x71\x8d\x26\x77\x74\x30\x0d\xd1\x0e\x1d\x58\x63\x7f\x07\xb4\x4c\xd5\xac\x80\xa2\x22\x15\xb7\x37\xce\x46\x7c\x89\x7d\x61\xa8\x5a\x69\x2c\x51\x16\x10\xa9\xc2\xb3\xbc\x74\x9e\xaf\x8b\xfa\x22\xbb\xca\xfe\xf8\x31\x63\xa1\x95\xde\x29\x1b\x17\x95\x55\x2f\xc5\x51\x6b\x9d\x1e\xd1\xab\xeb\xa6\x1b\xdc\x33\xe0\x68\x24\x39\xcf\xcb\xdd\x08\x0a\x98\x5f\x2b\xa9\x08\x45\xfa\xc7\x75\x9f\xff\x4f\x10\x87\xc4\x5a\x09\x3c\x91\x2c\xb1\xee\xec\xfe\x06\xff\xaf\x11\x56\x4e\x6b\xf7\x55\xd9\xb2\x89\x0d\xc0\x09\x81\xf0\x4b\xa5\x08\x25\x44\x07\x91\x54\x59\x22\xc1\xda\x85\x08\x95\xc4\x9a\x4b\x03\x2b\x72\xe6\x70\x03\x8f\x72\x4a\xa1\x8c\x2a\x8d\x81\x61\x14\x13\xbc\x30\x8a\xbc\xea\x93\x1b\x41\xd1\x6a\x39\x81\x92\xe6\x31\x8d\x92\xd4\x70\x64\x58\x7b\xdf\x54\xf6\x38\x44\xd8\x86\x89\xd4\xc3\x6e\xa3\xb1\x91\x77\xd2\x84\x81\x53\x6b\x77\x40\x5d\xd3\x8d\x8a\xed\xf5\xb6\x7f\xde\xe3\x6d\xf3\x4e\x52\xdc\x7a\x2c\xe0\x76\xa7\x36\x47\xdb\x01\x8b\x71\x81\xbf\x87\xc0\xbb\xca\x8d\xaa\xfa\x7b\x8e\x7b\xe4\xe5\x36\x45\xe6\x91\x6e\x08\x79\xc4\x01\xa9\x51\xb7\x4c\x92\xea\x8b\xe2\xd8\xb1\x7f\x81\xa5\x4e\xda\x69\x92\xf8\xa8\xb7\x4e\x0d\xed\xa8\xe7\x26\x4b\x8d\x1a\xf0\xac\x52\x03\x63\x4e\xd6\x19\x75\xe9\xa9\x3a\x5d\xf7\x4e\xe2\xf7\x8d\xde\x87\xfe\x16\x00\x00\xff\xff\x4c\x53\x86\x5b\x7f\x0b\x00\x00") - -func testE2eTestingManifestsStorageCsiGcePdNode_dsYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiGcePdNode_dsYaml, - "test/e2e/testing-manifests/storage-csi/gce-pd/node_ds.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiGcePdNode_dsYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiGcePdNode_dsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/gce-pd/node_ds.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathAttacherYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x52\x41\x6f\xdb\x3c\x0c\xbd\xeb\x57\x10\xbd\x2b\xfe\xd2\x6f\x05\x06\x03\x3d\x14\x6b\x0f\xc5\xb6\x6e\x40\x80\xdd\x19\x99\xb1\x85\xc8\x92\x2a\x51\x46\xfd\xef\x07\x39\x5e\x23\xc7\xdb\x82\xe9\x48\xbe\xf7\xc4\xf7\xc8\xa3\xb6\x4d\x0d\x3b\x0a\x83\x56\x24\xd0\xeb\x1f\x14\xa2\x76\xb6\x86\x61\x2b\x7a\x62\x6c\x90\xb1\x16\x00\x16\x7b\xaa\x41\x45\x2d\x3b\x17\xd9\x23\x77\x12\x99\x51\x75\x14\x04\x80\xc1\x3d\x99\x98\x71\x00\xe8\xfd\x9f\x80\xd1\x93\xca\xa0\x48\x86\x14\xbb\x70\x95\x00\xe0\x5d\xe0\x59\x58\xce\x43\x34\xa9\xef\xc7\xa9\x72\x6a\xd7\xb0\xbd\xfd\xff\xc3\x9d\x10\x52\x4a\x31\x1b\x62\x64\x3a\x24\xb3\x23\x5e\x98\x42\xef\x63\xf5\x0f\xce\xce\x03\x4f\x01\xbd\x4c\xd0\x9b\xdf\x62\x6f\x04\x40\x20\x6f\xb4\xc2\x58\xc3\x76\xe5\xb2\x47\x56\xdd\x97\x22\xa7\x2b\xc6\x99\x7a\x6f\x90\x69\x66\x17\x03\xe7\x67\x16\x42\x57\xa4\x00\x7e\xf9\x98\xa0\x87\x83\xb6\x9a\xc7\x33\xd9\xbb\xe6\x61\x55\xcc\x6e\x5e\x93\x0e\xd4\x3c\xa6\xa0\x6d\xbb\x53\x1d\x35\xc9\x68\xdb\x3e\xb7\xd6\xbd\x97\x9f\xde\x48\x25\xce\xe1\x16\x4c\x79\x9a\x6f\xb7\x08\xe0\xfc\xa6\x28\x9e\xde\x7c\xa0\x98\xd7\x12\x2f\xfb\x12\x8e\x34\x4e\xcb\xba\x68\x00\x38\x4f\x01\xb3\x24\x3c\xdb\x55\x73\x40\x93\x68\xa5\x96\xf5\xca\x64\xbc\x49\xad\x5e\x92\xd9\x79\x67\x5c\x3b\x7e\xce\xdf\x1e\xd3\x9e\x82\x25\xa6\xb8\xd1\xae\xca\xac\x7c\x21\x33\x7e\x3e\x84\x07\xa5\x5c\xb2\xfc\xf2\x7e\x3a\x8b\xb4\x01\x94\xb3\x8c\xda\x52\x28\xa6\x91\xc5\xa5\x5d\xc0\xf3\xd3\x3d\xb6\x54\xc3\x6b\xc2\x31\xff\x7b\xfc\x18\x55\xd4\x55\x09\xae\x87\xed\xe6\x76\xf3\x5f\xc1\xc1\xd0\x5e\xd8\x95\x20\xe5\x70\x7f\xb7\xaa\x4d\x3a\x4d\x93\x13\xbf\xaf\x66\xe1\x4d\x74\xea\x58\x20\x07\x67\x52\x4f\x5f\xb3\xb1\xb8\xdc\x66\x9f\x6b\xdf\x91\xbb\x1a\x32\x71\xa1\x7e\x32\x95\xa5\x88\x65\xa3\x83\x10\xa5\xda\xc2\x7f\xce\x72\x52\x59\x08\xf8\x93\xee\x80\xa1\x32\x7a\x5f\xe5\xf8\x0d\x71\x75\x5a\x53\xac\xca\xd5\x2d\x97\x36\x7a\xaa\xe1\x51\x87\xe9\xc6\xc6\x6f\xe1\x53\x20\x64\x12\x7f\x19\xed\x67\x00\x00\x00\xff\xff\xf9\x9a\x87\xd0\xee\x04\x00\x00") - -func testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathAttacherYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathAttacherYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-attacher.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathAttacherYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathAttacherYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-attacher.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathDriverinfoYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\xcf\xc1\x4a\x04\x31\x10\x04\xd0\x7b\xbe\xa2\xc0\xab\x8e\xec\x4d\xe6\xaa\x1e\x16\x5c\x14\x16\xbc\xf7\x4c\x6a\x4c\xd8\x49\x3a\x24\x9d\x01\xff\x5e\xb2\x78\x6c\xe8\x47\x55\x49\x89\xdf\xac\x2d\x6a\x9e\xd1\x4c\xab\xfc\x70\xba\xbd\xb4\x29\xea\xf3\x71\x5a\x68\x72\x72\xb7\x98\xfd\x8c\xd7\xeb\xf9\xad\xc6\x83\xd5\x25\x9a\x78\x31\x99\x1d\x90\x25\x71\x46\xd0\x66\x45\x2c\x4c\x6b\x8b\xff\xda\xb5\xc2\x75\x7c\x3c\xe0\xda\x4b\xd1\x6a\x0d\x8b\x5a\x40\x52\xcf\xf6\x88\xa5\x1b\x32\xe9\x1b\x8a\x7a\xc4\xbc\x29\x36\xad\xb0\x20\x06\x53\x78\x1a\x6b\x8a\x99\xb0\x40\xc8\x6a\x5d\xf6\x3b\x9d\x1c\x86\x38\xe7\x4d\x3f\xf3\x45\x7b\xb6\x19\x56\x3b\x1d\x70\xe8\xde\x13\x3f\xe2\xc6\xf5\x77\xdd\x79\x19\x41\xa3\xc1\x13\xbe\xc6\xc2\x66\xcc\x76\x3f\xdf\x4b\x60\x62\x95\xdd\xfd\x05\x00\x00\xff\xff\xc7\xfe\x17\x0c\xfe\x00\x00\x00") - -func testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathDriverinfoYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathDriverinfoYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-driverinfo.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathDriverinfoYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathDriverinfoYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-driverinfo.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathPluginYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x57\xdf\x6f\xdb\xb6\x13\x7f\xf7\x5f\x71\x70\x0a\xb4\x5f\xa0\xb2\x92\xf6\x9b\x22\x15\xe0\x87\x35\xc9\xb6\x62\x6b\x12\x2c\x5d\xf7\x30\x0c\x01\x2d\x9d\xad\x43\x28\x92\x23\x4f\x4a\xbc\xbf\x7e\x38\xc9\x76\x24\x59\x76\x7e\x60\x03\xa6\x87\x20\x26\xef\xf7\x7d\xee\x43\xf2\x00\xae\xd1\x57\x94\x22\x64\x38\x27\x83\x19\xe4\xe8\xf1\x2d\x38\x5d\x06\x08\xcd\xd6\x85\x2a\x10\x66\xa8\xed\x1d\x90\x81\x6b\x56\x8c\xf3\x52\x5f\x23\xbf\x1d\x1d\x80\xf2\x08\x06\x31\xc3\x0c\xac\xd1\x4b\x98\x61\xaa\xca\x80\x60\xe7\x90\x5a\x93\x11\x93\x35\x80\xf7\x4e\xab\xda\x3a\x99\xd1\x01\xe4\xcc\x2e\x24\x71\xbc\x20\xce\xcb\xd9\x24\xb5\x45\x7c\x5b\xce\xd0\x1b\x64\x0c\xed\x7f\x29\x84\x12\x43\xfc\xe1\xe3\x87\xc3\x93\xd1\xe8\x96\x4c\x96\xac\xe3\x1d\x29\x47\xdf\xd0\x07\xb2\x26\x81\xea\x68\x54\x20\xab\x4c\xb1\x4a\x46\x00\x46\x15\x98\x40\x1a\x28\xca\x6d\x60\xa7\x38\x77\xba\x5c\x90\x19\x01\x68\x35\x43\x1d\x44\x08\x40\x39\x37\x28\x15\x1c\xa6\x22\x11\x50\x63\xca\xd6\xef\x97\x06\x70\xd6\xf3\xca\x64\xb4\xf2\x9d\x95\x45\xb1\xac\x57\x9a\xed\x04\x8e\xde\xbd\xff\xff\xf1\x28\x8a\xa2\x75\x1a\x0f\x65\xec\xa4\xa2\x9c\x0b\xf1\x53\xf3\x79\x88\x74\xd3\xa8\x04\xc6\xdb\x82\xe3\x11\xc0\x01\x5c\x1a\x04\x8f\x4e\x53\xaa\xea\x5e\x25\xf5\xea\x8f\x36\x30\x88\x28\x64\x9e\x2a\xf4\x4d\x1b\xef\xac\xbf\x0d\x70\x97\xa3\x01\xac\xd0\x2f\x39\x27\xb3\x00\x5f\x9a\x50\x2b\x59\x03\x0a\x02\x99\x85\x46\x30\x36\xc3\x09\xfc\x86\xa0\xd2\x9c\xb0\x42\xe0\x5c\x31\xcc\x96\x10\x58\x79\x16\x35\x62\xb0\x26\x45\x50\x26\x03\xce\xd1\xd4\x26\x52\x1b\x69\x9b\x2a\x46\x50\x5a\x83\xe5\x1c\x3d\x38\x9b\x05\xa8\x48\x01\x19\x46\x1f\x39\x9b\x81\x9a\xcf\xc9\x10\x4b\x31\x57\xb1\x87\x04\x8e\xb6\xba\x53\x28\x4e\xf3\x9f\x5b\xcd\xdd\xd7\x30\xc6\xc2\x69\xc5\xb8\x52\x6d\x55\x5a\x3e\xdd\xb1\xb2\xcf\x0e\xc0\xba\x01\xf2\xc9\xf6\x05\xb2\x54\x2e\x01\xf6\x25\xae\xd6\x53\x6b\x58\xc0\xef\x5b\x36\xd7\x38\x91\xda\x45\x4d\xdd\x23\x8f\x0b\x0a\xec\x95\xdf\x48\x01\x50\xa1\x16\x98\xc0\x9f\xa5\x5a\x4e\xc8\xc6\xb7\x27\x21\x0d\x14\x4b\x30\x83\x9a\x49\x75\x34\x39\x9a\x1c\xb6\x0c\x68\x9a\x63\xba\x4c\x35\x26\xad\x45\x00\xe7\xf1\x9a\xad\xeb\x2e\x02\xe0\xfd\x43\x3a\x0f\x5f\x6a\x8b\x42\x09\x66\x7f\x1f\xc7\x33\x32\x71\xc8\xc7\x6f\x61\x1c\xa5\xf2\xd7\x17\x10\xf9\x39\xc4\xeb\x10\x64\xdc\xe3\x76\xb1\xf6\x6c\x49\xdc\x93\x60\xd3\xdb\xf1\x1f\x2d\x9f\xca\x2f\x42\x37\x86\x08\xa2\xa8\x9a\x1e\x6f\xad\x89\x2d\x95\x65\x1e\x43\x98\xc6\xab\xba\xd4\xf6\xb6\x24\x85\x52\x34\x72\xd4\x0e\x25\x92\x10\xa6\x71\xa5\x7c\xac\x69\x16\xaf\x44\xe2\xa6\xb9\xa1\x13\xe8\x90\xe1\x80\x69\xe9\x89\x97\xa7\xd6\x30\xde\x73\xbf\xbc\x54\x91\xc6\x05\x66\x1d\x24\xd4\x25\x36\x55\x3f\xbb\x06\x0a\x3f\xfd\xfa\xe9\xfc\xe6\xe2\xf2\xec\xfc\xe6\xe2\xbb\x2f\xe7\xbd\x26\x54\x4a\x97\xf8\xbd\xb7\xc5\x76\x77\xe6\x84\x3a\xfb\x05\xe7\xdb\x3b\x02\xdd\x0e\x47\x6e\x0b\xd4\xca\x57\x8a\xf3\xa4\x86\xf2\x44\x50\x25\x2c\xd2\x12\xad\xac\x2e\x0b\xfc\x62\x4b\xc3\x9d\xbe\x44\x50\xc8\x5a\xa3\x2c\x15\xea\x98\x6f\x72\x92\x9a\x21\x47\x19\xf9\x9d\x8a\xed\x96\x0c\x58\xe8\x74\x6c\x9f\x1d\xe9\x97\x4c\x71\x4f\xa8\x4d\x9e\x9b\xed\xad\x31\x5c\x37\xfa\xd1\xc9\xeb\x52\x80\x8c\xdb\xbb\xc9\x61\xe4\xd3\xe3\x47\x00\x3c\x8e\x56\xb3\x2a\xfe\xa6\x6b\x2b\x13\xc1\xd5\xed\x49\x98\x90\x1d\x6f\x2b\x54\xd3\xe3\x81\x55\x34\x99\xb3\x64\x78\xfa\xea\xcd\xe9\xf5\xe7\x9b\xf3\x8b\xb3\xab\xcb\xcf\x17\x5f\xff\x37\x20\x2a\xcd\xa4\x6c\xfa\xea\x4d\x17\x5a\x1d\xd1\x9d\x70\x6c\x1b\x1f\x02\x63\x02\xa5\xa1\xfb\x24\x8e\xf7\x4d\xde\x7f\x1b\xd9\x2f\x1d\xe1\xd6\x79\xbf\x4e\x74\xc3\xf1\x57\xf5\x61\xff\xf1\xe4\xe3\xc9\x00\x08\x73\x54\x9a\xf3\xbf\x7a\x7e\x2c\xdb\xd4\xea\x04\xbe\x9e\x5e\x75\x88\xbb\x42\x83\x21\x5c\x79\x3b\xeb\x91\xf7\x5c\x91\x2e\x3d\x7e\xcd\x3d\x86\xdc\xea\x2c\x81\x2e\x37\xca\xf5\xea\x07\xe4\x7e\xd9\x5c\x33\x28\x43\x41\xac\x2f\x29\x43\x7b\x72\xfa\x92\xd2\x67\xa8\xd5\xf2\x1a\xe5\x4e\x27\x07\xf0\x61\x47\x86\xa9\x40\x5b\xf2\x66\xfb\x7d\x37\x45\xf4\x64\xb3\xcd\xe6\xbb\x27\x90\xcb\x63\xf4\xb2\x97\x60\xfa\xca\x5b\x14\x6f\xb3\xd0\xb3\xd6\x88\x7b\xeb\xd4\xa2\xa6\x9a\x04\x3e\x51\x46\x1e\x53\xf9\xa1\xf4\xa0\xef\x5a\xa7\x9e\xc5\xe7\xfa\x6f\x8e\x98\x7f\x20\x84\x95\xa5\x47\xfc\xef\xa4\xc6\xa7\x91\xe3\x1a\x89\x91\x13\x28\xfe\x9b\x27\xc3\x30\xe7\xae\xfd\xd7\xee\xb7\x6f\x38\x7d\xba\x7d\xea\xcd\xa0\x96\xb3\xc6\x34\x05\x8e\x56\x10\x9e\xbe\x0f\x3d\x99\x66\x26\x22\x19\x90\x69\x3d\xd7\xa3\x76\xf6\x9d\x3b\x9d\xf0\x7a\x9d\x75\x17\xfe\x7b\x51\xd0\xb9\x68\x74\x87\x6a\xe9\x30\x81\xb3\x1a\x02\xd6\x2f\x2f\xfd\xa9\x47\xc5\xed\x06\xec\x2c\xe5\x73\x43\xe9\x0f\xc4\x53\x5d\xef\x18\x81\x97\x55\xe2\x66\x75\xd6\x2f\xf7\x85\xb2\x15\xc2\xce\x0b\xc2\xcb\x82\x78\x96\xef\xa1\xf1\xdb\xe5\xf6\x00\x5e\x8b\xe7\xd7\x40\xf5\xb3\xca\x23\x5c\x7d\x03\x19\x3a\x59\x70\x72\x94\x05\xae\xdf\xd0\xb5\xfe\xa4\xa7\x5b\xca\x5b\x0b\x62\x2e\x9c\x88\x2b\x1d\x2c\x38\x1b\x02\xcd\x34\xc2\x5d\x4e\x5a\x1e\x5d\x62\x31\xc0\x1d\x69\x0d\xc6\x32\xa8\x4a\x91\x56\x22\xa0\xe6\x2c\x6f\xab\x3a\xd8\x87\x93\x0a\x3c\xa6\xd2\x55\x79\x9f\x5b\x5f\x7b\x05\x8f\x33\x6b\x79\x5f\xb9\x3a\xf7\x77\x09\x3f\x7e\x11\x70\x3a\x8c\xf3\x77\x00\x00\x00\xff\xff\x67\x42\x58\xf5\x84\x10\x00\x00") - -func testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathPluginYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathPluginYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathPluginYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathPluginYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathProvisionerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x52\x4d\x4f\xdc\x30\x10\xbd\xe7\x57\x8c\xe8\xd9\x9b\xa6\x05\xa9\x8a\xc4\x01\x15\x0e\xa8\x2d\x54\xda\xaa\xf7\x59\x67\x36\xb1\xd6\xb1\x8d\x3d\x0e\xe4\xdf\x57\x4e\x02\xe4\x43\x85\xd6\xc7\xf1\x9b\x37\x6f\xde\xbc\x93\x32\x55\x09\x7b\xf2\x9d\x92\x94\xa1\x53\xbf\xc9\x07\x65\x4d\x09\x5d\x91\xb5\xc4\x58\x21\x63\x99\x01\x18\x6c\xa9\x04\x19\x94\x68\x6c\x60\x87\xdc\x08\xe7\x6d\xa7\x12\x98\x3c\x64\x00\x1a\x0f\xa4\x43\xc2\x02\xa0\x73\x6f\x81\x83\x23\x99\x80\x81\x34\x49\xb6\xfe\x9f\x9a\x00\x9c\xf5\x3c\x0d\x10\x93\xa0\x2a\xb6\x6d\x3f\x54\xc6\xef\x12\x8a\x4f\x9f\xcf\x2f\xb2\x4c\x08\x91\x4d\xcb\x31\x32\x1d\xa3\xde\x13\x2f\x16\x44\xe7\x42\xfe\x5f\x5b\xce\x74\x0f\x7e\xdd\x0d\xe8\xb3\xbf\xc1\xcf\x32\x00\x4f\x4e\x2b\x89\xa1\x84\x62\xb3\x6f\x8b\x2c\x9b\xef\x33\xd7\xde\xb1\x20\x03\x60\x6a\x9d\x46\xa6\x89\x60\xa6\x3c\x3d\xbd\xe0\x7a\x9f\x0d\xe0\x79\xa1\x01\x7d\x3c\x2a\xa3\xb8\x7f\xed\x77\xb6\xba\xda\x14\xd3\x4e\x0f\x51\x79\xaa\xae\xa3\x57\xa6\xde\xcb\x86\xaa\xa8\x95\xa9\x6f\x6b\x63\x5f\xca\x37\x4f\x24\x23\x27\xa3\x67\x9d\x62\x94\xb8\x5f\xd8\xf0\xfa\x06\x43\x6e\x9e\x9c\xa7\x90\x34\x86\xf5\xbf\x80\x13\xf5\xc3\xe1\x56\x1f\x00\xd6\x91\xc7\x44\x09\xb7\x66\xf3\xd9\xa1\x8e\xb4\x61\x4b\x7c\x73\x73\x9c\x8e\xb5\x5a\x36\xb3\x75\x56\xdb\xba\xff\x96\xc6\x9e\xe2\x81\xbc\x21\xa6\xb0\x53\x36\x4f\x5d\x29\x2d\x13\x7e\x4a\xc4\x95\x94\x36\x1a\xbe\x7b\x89\xd1\xda\x70\x00\x69\x0d\xa3\x32\xe4\x67\x82\xc4\x2c\x78\xdb\x8e\xf4\x3e\xc0\xaf\xfb\xeb\xfb\x72\xc8\x13\x4a\x82\x47\xc5\x0d\xd8\xe3\x51\x49\x85\x1a\x8a\xdd\xf9\xee\x23\x78\xd2\x84\x81\xe0\xb1\x21\x03\x9e\xb0\xea\x67\x04\xaa\xc5\x9a\x4a\x78\x88\xd8\x27\xf9\xa7\x2f\x41\x06\x95\xaf\x06\x96\xdd\xc0\x24\xbc\x2c\x66\xad\xe8\xeb\x95\x79\x02\x44\x77\x79\xb1\x2e\x89\xc4\x86\x55\x95\xce\x77\x99\x4f\xf4\xbb\x60\xe5\x69\x8b\xb4\xc6\x90\x4c\xf1\x10\xac\x5a\xb2\x91\x2f\x8b\x8b\x30\x83\x75\x56\xc7\x96\x7e\x24\x33\x37\xb3\xdb\x54\xfd\x89\xdc\x94\x90\x26\xac\xce\x3a\x3a\x99\xa6\x12\x8b\x4a\x3d\x9b\x38\x12\x2e\x3c\x4f\x27\x1c\x68\x16\x0c\x6e\x24\xee\xd0\xe7\x5a\x1d\xf2\x74\x75\x4d\x9c\x8f\xe9\x08\xf9\x3c\x31\xcb\xac\xf4\x8e\x4a\xb8\x56\x7e\x88\x76\x7f\xef\xbf\x7a\x42\xa6\xec\x0d\x65\x7f\x02\x00\x00\xff\xff\x3f\x59\x52\x70\x7d\x05\x00\x00") - -func testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathProvisionerYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathProvisionerYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-provisioner.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathProvisionerYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathProvisionerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-provisioner.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathResizerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x92\x41\x8f\xd3\x30\x10\x85\xef\xf9\x15\xa3\x8a\x03\x1c\xdc\x6c\x17\x56\x42\x96\xf6\x50\x51\x6e\xb0\x54\x54\xe2\x3e\x75\x86\xd6\x8a\x1d\x1b\x7b\x1c\x14\x7e\x3d\x72\x92\x05\xa7\x85\x82\x4f\x91\xfd\xf9\xcd\x7b\x2f\x6e\x75\xd7\x48\x38\x50\xe8\xb5\xa2\x0a\xbd\xfe\x42\x21\x6a\xd7\x49\xe8\x37\x95\x25\xc6\x06\x19\x65\x05\xd0\xa1\x25\x09\x2a\x6a\x71\x76\x91\x3d\xf2\x59\x04\x8a\xfa\x07\x85\x0a\xc0\xe0\x91\x4c\xcc\x18\x00\x7a\xff\x17\x2e\x7a\x52\x99\x89\x64\x48\xb1\x0b\xff\xe2\x01\xbc\x0b\x3c\xcb\x8a\xd9\x41\x93\xac\x1d\xc6\x9d\xe9\x58\xc2\xe6\xfe\xf5\x9b\x87\xaa\x12\x42\x54\x73\x1a\x46\xa6\xaf\xc9\x1c\x88\x17\x89\xd0\xfb\x58\xff\x7f\xac\xdf\x76\xc7\x72\x9e\x46\x72\xf5\x27\x74\x55\x01\x04\xf2\x46\x2b\x8c\x12\x36\x57\x11\x2d\xb2\x3a\x7f\x28\x3a\xba\x9d\x9a\xc9\x7a\x83\x4c\xf3\xe5\xc2\x6d\x5e\x66\xa1\x73\x5b\x09\xe0\x39\xc4\xf8\x3d\x05\xd9\x2a\xe5\x52\xc7\x4f\xbf\x92\x97\x3c\x80\x72\x1d\xa3\xee\x28\x14\x33\x44\xd1\xd3\x92\xce\x4b\x5b\x3c\x91\x84\x6f\x09\x87\xb5\x76\x75\xfb\x36\xaa\xa8\xeb\x82\x95\xfd\xdd\xfa\x7e\x7d\x57\x5c\xc1\x70\x2a\xe4\xa7\x11\x2b\x21\xfa\xc7\x87\xd5\xf5\x6e\x56\xc2\xa6\x09\x14\xe3\xe3\x8b\x97\xdb\xdd\xee\xf3\xfb\xc3\xe1\x55\x09\x52\xd7\x5f\xaa\x4d\x86\x67\x78\x71\x06\xd0\xa3\x49\x24\xa1\x9e\x6d\xae\xa3\x53\xed\x65\x9e\x7d\x32\x66\xef\x8c\x56\x83\x84\xad\xf9\x8e\x43\x2c\x88\xde\x99\x64\xe9\x63\xae\xf1\x2a\x86\xcd\xbb\x7b\xe4\xf3\x34\xe0\x62\xf4\x64\x2b\x0f\x24\x16\x8d\x7e\xae\x71\x12\x5c\x34\x9e\x7f\xe7\x28\xb3\x50\xf0\x93\x70\x8f\xa1\x36\xfa\x58\xb7\xe9\x48\x86\xb8\xf6\x26\x9d\x74\x17\xeb\xf2\x1d\x2c\xee\xf1\xe0\x49\xc2\x4e\x87\xf1\x59\x0e\x9f\xc2\xbb\x40\xc8\x54\xdd\x70\xf6\x33\x00\x00\xff\xff\x9a\x48\xb1\x0f\x1b\x04\x00\x00") - -func testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathResizerYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathResizerYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-resizer.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathResizerYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathResizerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-resizer.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathSnapshotterYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x92\x41\x8f\xd3\x30\x10\x85\xef\x91\xf2\x1f\x46\x85\x03\x1c\xdc\x6c\x17\x56\x42\x96\xf6\x50\x51\x6e\x40\x2b\x8a\xb8\x4f\x9d\x69\x63\xd5\xb1\x8d\x3d\x49\x95\x7f\x8f\x92\x74\x89\x5b\x5a\xb4\xbe\x45\xf3\xbd\x37\xf3\x66\x72\xd4\xb6\x94\xb0\xa5\xd0\x6a\x45\x79\x86\x5e\xff\xa2\x10\xb5\xb3\x12\xda\x45\x9e\xd5\xc4\x58\x22\xa3\xcc\x33\x00\x8b\x35\x49\x50\x51\x8b\x68\xd1\xc7\xca\x31\x53\xe8\x0b\x06\x77\x64\xe2\xc0\x00\xa0\xf7\x37\xa0\xe8\x49\x0d\x40\x24\x43\x8a\x5d\xf8\x2f\x0d\xe0\x5d\xe0\xd1\x51\x9c\xfb\x96\x4d\x5d\x77\xa3\xa8\x2f\x4a\x58\x3c\x7e\xf8\xf8\x94\x67\x79\x26\x84\xc8\xb3\x73\x10\x46\xa6\x7d\x63\xb6\xc4\x97\x61\xd0\xfb\x58\xbc\x36\x51\x32\xec\xb0\x97\xef\x03\x36\xbb\xe2\x66\x3d\x11\xc8\x1b\xad\x30\x4a\x58\xdc\x48\x57\x23\xab\xea\x6b\xba\x9d\xfb\x89\x99\x6a\x6f\x90\xe9\x45\x9a\xce\xd9\x3f\x73\x69\x73\xdf\x08\xe0\xef\xfc\xc3\xc7\x98\x61\xa9\x94\x6b\x2c\xdf\x51\x00\x28\x67\x19\xb5\xa5\x30\xb5\x10\xf7\x2f\x3e\xbe\x37\xf0\x73\xbd\x5a\xcb\x61\x09\xa8\x08\x4e\x9a\x2b\x70\xfb\xbd\x56\x1a\x0d\x3c\xce\x1f\xe6\x0f\x10\xc8\x10\x46\x82\x53\x45\x16\x02\x61\xd9\x4d\x7a\x5d\xe3\x81\x24\xfc\x6e\xb0\x9b\x6b\x57\x1c\x3f\x45\x15\x75\x71\xd5\x4e\xb6\x83\x91\x08\x6a\x91\x64\x0f\x87\x74\x15\x02\x66\x42\xf4\x3a\x2c\xcb\x40\x31\x3e\xbf\x7d\xb7\x5c\xad\x7e\x7c\xd9\x6e\xdf\xcf\xae\x29\x67\x2d\x29\xd6\xce\x0a\xd6\x35\xb9\x86\x9f\x17\x4f\x31\xa1\xc8\xb6\x17\xce\xe3\x0e\xce\x76\x53\x01\xa0\x45\xd3\x90\x84\xe2\x3c\xf3\x3c\x3a\x75\xbc\xca\xb6\x69\x8c\xd9\x38\xa3\x55\x27\x61\x69\x4e\xd8\xc5\x09\x68\x9d\x69\x6a\xfa\xd6\x1f\x25\xde\x68\xd8\xbb\x11\x8b\x52\x87\xb4\x67\xdd\xe3\x1b\xe4\x6a\xec\xfb\x52\x1a\xbd\xd2\xcb\x55\x2e\x8e\x5c\xaa\xf6\xa3\xb0\xc5\x50\x18\xbd\x2b\x8e\xcd\x8e\x0c\x71\xe1\x4d\x73\xd0\x36\x0e\x8b\xef\x75\x3d\x96\xca\xb8\xf3\x24\x61\xa5\xc3\xf0\x6b\x77\xeb\xf0\x39\x10\x32\x4d\xc8\xbf\x13\xff\x09\x00\x00\xff\xff\x99\xa5\x08\x03\x57\x04\x00\x00") - -func testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathSnapshotterYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathSnapshotterYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-snapshotter.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathSnapshotterYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathSnapshotterYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-snapshotter.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiHostpathHostpathE2eTestRbacYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x91\x4d\x4b\x03\x41\x0c\x86\xef\xf3\x2b\x02\x5e\x14\xdc\x8a\x9e\x64\x6f\x7e\x80\xd7\xa5\x15\xef\xe9\x4c\xba\x9b\x76\x3b\x19\x92\xcc\x42\xfb\xeb\x65\x29\xf6\x52\x14\xa1\xd7\x99\xe4\x09\xef\xfb\xdc\x40\x51\x9e\x78\xa4\xd4\x53\x82\x4e\x12\xac\x28\x56\x65\x3f\x40\x27\x23\xc7\xc3\x3d\x14\xa5\x89\xa5\xda\x78\x80\x44\x1b\xce\x94\x60\x5b\xcd\x61\x23\x0a\x7d\xa4\xee\x1d\x26\x46\xe8\x4e\x98\x9e\xd2\x27\x99\x77\xab\xee\x6d\xac\xe6\xa4\x4b\x19\xe9\x95\x73\xe2\xdc\xdf\xde\x85\x1d\xe7\xd4\xc2\xe5\x57\xc0\xc2\x5f\xa4\xc6\x92\x5b\xd0\x35\xc6\x05\x56\x1f\x44\xf9\x88\xce\x92\x17\xbb\x67\x5b\xb0\x3c\x4c\x8f\x61\x4f\x8e\x09\x1d\xdb\x00\x90\x71\x4f\x2d\x14\x2b\x4d\x34\x6e\x06\x31\x2f\xe8\x43\xa3\x32\x52\xb0\xba\xde\x52\x74\x9b\xe7\x1a\x38\xdd\x5d\x91\x4e\x1c\xe9\x25\x46\xa9\xd9\x03\xc0\x0f\x62\x5e\x47\x77\x8c\x03\xe9\xf9\xd9\x0a\x46\x6a\xe7\xcc\x58\x47\xff\x2f\xa6\xa8\x4c\x3c\xe7\xb8\x9a\x64\x19\x8b\x0d\xe2\x7e\x35\x49\xc9\xf8\xf8\x3b\x65\xee\x6b\x49\x9b\xb9\xa9\x0b\x3f\xe7\x96\xe9\x89\x1a\x27\xf3\xa6\x9c\x45\x37\xc5\x4a\x00\xc0\xc2\x1f\x2a\xb5\xfc\x21\x2e\x7c\x07\x00\x00\xff\xff\x37\xc6\x5c\x16\x67\x02\x00\x00") - -func testE2eTestingManifestsStorageCsiHostpathHostpathE2eTestRbacYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiHostpathHostpathE2eTestRbacYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/e2e-test-rbac.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiHostpathHostpathE2eTestRbacYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiHostpathHostpathE2eTestRbacYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/e2e-test-rbac.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathAttacherYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x52\x4d\x6f\x13\x31\x10\xbd\xef\xaf\x18\x55\x1c\xe0\xe0\x6c\x03\xad\x84\x2c\xf5\x10\x11\x6e\x50\x22\x22\x71\x9f\x78\x87\xc4\x8a\xbd\x36\xf6\xd8\x68\xff\x3d\xda\x8f\x82\x9d\x02\x51\x7d\x5a\x8d\xdf\x7b\xf3\xde\x5b\x9f\x75\xdf\x49\xd8\x53\xc8\x5a\x51\x83\x5e\x7f\xa3\x10\xb5\xeb\x25\xe4\x75\x63\x89\xb1\x43\x46\xd9\x00\xf4\x68\x49\x82\x8a\x5a\x9c\x5c\x64\x8f\x7c\x12\xc8\x8c\xea\x44\xa1\x01\x30\x78\x20\x13\x47\x1c\x00\x7a\xff\x2f\x60\xf4\xa4\x46\x50\x24\x43\x8a\x5d\xb8\x4a\x00\xf0\x2e\xf0\x22\x2c\x16\x13\x5d\xb2\x76\x98\x26\xf3\xb5\x84\xf5\xdb\x77\x77\xf7\x4d\x23\x84\x68\x96\x40\x8c\x4c\xdf\x93\xd9\x13\x57\xa1\xd0\xfb\xd8\xbe\x20\xd9\x1f\xc3\x53\x41\x8f\x13\xf4\xe6\xaf\xd8\x9b\x06\x20\x90\x37\x5a\x61\x94\xb0\x7e\x96\xd2\x22\xab\xd3\xa7\xa2\xa7\x2b\xc1\x99\xac\x37\xc8\xb4\xb0\x0b\xc3\xe3\x31\x95\xd0\x15\x29\x80\xa7\x1c\xd3\xf7\x9c\x65\xa3\x94\x4b\x3d\x3f\xfe\x4e\x5f\x11\x00\x94\xeb\x19\x75\x4f\xa1\xd8\x22\x8a\xb2\x2e\xe0\xe3\xd1\x16\x8f\x24\xe1\x47\xc2\x61\xa5\x5d\x7b\x7e\x1f\x55\xd4\x6d\x09\x96\xf9\x76\x75\xb7\x5a\x17\x1c\x0c\xc7\x62\xc1\xbc\x44\x88\xfc\x70\xff\x6c\x36\xe9\x74\x5d\xa0\x18\x1f\x5e\xbd\xde\x6c\xb7\x5f\x3f\xee\xf7\x6f\x0a\x18\xf5\xf9\x52\x69\xb6\xbb\x60\xab\x3b\x80\x8c\x26\x91\x84\x76\xf1\xb8\x8a\x4e\x9d\x2f\xc3\xec\x92\x31\x3b\x67\xb4\x1a\x24\x6c\xcc\x4f\x1c\x62\x81\xc8\xce\x24\x4b\x9f\xc7\x16\xab\x08\x02\xec\x38\xdb\x21\x9f\x66\xf9\x6a\xf1\x6c\x69\x5c\x46\x2c\x3a\xfd\xd4\xdf\x2c\x56\x75\x3d\xfe\xca\x49\xa4\xe2\xfb\x59\x36\x63\x68\x8d\x3e\xb4\xe7\x74\x20\x43\xdc\x7a\x93\x8e\xba\x8f\x6d\xf5\x06\xf2\x6d\x45\xe5\xc1\x93\x84\xad\x0e\xd3\xb3\x1c\xbe\x84\x0f\x81\x90\xa9\xf9\x8f\xb9\x5f\x01\x00\x00\xff\xff\xee\xc5\x50\xa9\x20\x04\x00\x00") - -func testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathAttacherYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathAttacherYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpath-attacher.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathAttacherYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathAttacherYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpath-attacher.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathProvisionerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x92\x4f\x8f\xd3\x3c\x10\xc6\xef\xf9\x14\xa3\xea\x3d\xbc\x1c\xdc\x6c\x61\x57\x42\x96\x7a\xa8\x28\x37\x58\x2a\x2a\x71\x9f\x3a\x43\x6b\xd5\xff\xb0\xc7\x41\xf9\xf6\xc8\x49\x16\x92\x14\x76\xc1\xa7\xc8\xfe\xcd\x33\xf3\x3c\x93\xab\x76\x8d\x84\x23\xc5\x56\x2b\xaa\x30\xe8\x2f\x14\x93\xf6\x4e\x42\xbb\xa9\x2c\x31\x36\xc8\x28\x2b\x00\x87\x96\x24\xa8\xa4\xc5\xc5\x27\x0e\xc8\x17\x11\xa2\x6f\x75\x81\x29\x56\x00\x06\x4f\x64\x52\x41\x01\x30\x84\x67\xd8\x14\x48\x15\x2e\x91\x21\xc5\x3e\xfe\x4d\x0d\x40\xf0\x91\x47\x79\x31\x4e\xd3\x64\x6b\xbb\xfe\x66\x78\x96\xb0\x79\xfd\xe6\xfe\xa1\xaa\x84\x10\xd5\xe8\x8c\x91\xe9\x6b\x36\x47\xe2\x99\x3b\x0c\x21\xd5\xff\x66\xf1\xd7\xd8\x7d\x58\x8f\x3d\xbd\xfa\x13\xbe\xaa\x00\x22\x05\xa3\x15\x26\x09\x9b\x1b\xbb\x16\x59\x5d\x3e\x4c\x32\x7b\x39\x01\x26\x1b\x0c\x32\x8d\x02\x93\xc9\xcb\x31\x33\xad\x97\xd5\x00\x9e\x0c\xf5\xdf\x83\xa9\x9d\x52\x3e\x3b\x7e\xfc\x99\xc4\xb2\x06\x40\x79\xc7\xa8\x1d\xc5\x49\x2f\x31\xc9\xee\xb6\xa2\x1c\x6d\xf1\x4c\x12\xbe\x65\xec\xd6\xda\xd7\xd7\xb7\x49\x25\x5d\x2f\x78\xd9\xde\xad\xef\xd7\x9b\x49\x19\xc6\xf3\xa4\xcd\xd0\x6a\x25\xa6\x35\xdb\x99\xc5\xf6\x6e\x75\x4b\x17\x02\x9b\x26\x52\x4a\xdb\xff\xfe\xdf\xed\xf7\x9f\xdf\x1f\x8f\xaf\x7e\x07\x7a\xe7\x48\xb1\xf6\x4e\xb0\xb6\xe4\x33\x6f\x37\x0f\x69\x0a\x92\x6b\x97\xe3\x0c\xce\x47\xd5\xd9\x1b\x40\x8b\x26\x93\x84\x7a\xf4\xba\x4e\x5e\x5d\x97\xa1\x1c\xb2\x31\x07\x6f\xb4\xea\x24\xec\xcc\x77\xec\xd2\x84\x68\xbd\xc9\x96\x3e\x96\x9d\xdc\xe4\x60\xcb\xed\x01\xf9\x32\x34\x58\xb4\x1e\xc6\x2a\x0d\x89\x45\xa3\x9f\x76\x31\x08\xce\x56\x57\xc2\xeb\x65\x66\x0a\x61\x10\x6e\x31\xd6\x46\x9f\xea\x6b\x3e\x91\x21\xae\x83\xc9\x67\xed\x52\xbd\x48\x7d\x56\xca\x5d\x20\x09\x7b\x1d\xfb\xdf\xbd\xfb\x14\xdf\x45\x42\xa6\xea\x99\xe1\x7e\x04\x00\x00\xff\xff\x2e\xa1\xfa\x9d\x87\x04\x00\x00") - -func testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathProvisionerYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathProvisionerYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpath-provisioner.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathProvisionerYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathProvisionerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpath-provisioner.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathpluginYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x54\xc1\x6e\xdb\x3a\x10\xbc\xfb\x2b\x16\x41\x0e\x79\x07\x59\x09\xf0\x0a\x14\x04\x7c\x48\x62\x17\x08\xda\x38\x46\xd3\xf6\x1a\x6c\xc4\x8d\xbd\x30\x45\xaa\x24\xa5\x44\x7f\x5f\x50\xb2\x53\x51\x92\x9d\xb4\xb7\xea\x64\x93\xb3\xb3\xc3\xd9\xc1\x6e\x59\x4b\x01\x73\xa4\xdc\xe8\x7b\xf2\x13\x2c\xf8\x07\x59\xc7\x46\x0b\xc0\xa2\x70\x69\x75\x31\xc9\xc9\xa3\x44\x8f\x62\x02\xa0\x31\x27\x01\x99\xe3\x64\x63\x9c\x2f\xd0\x6f\x0a\x55\xae\x59\x4f\x5c\x41\x59\x00\x38\x52\x94\x79\x63\xc3\x6f\x80\x1c\x7d\xb6\xf9\x82\x8f\xa4\x5c\x7b\x00\x81\x75\x94\x00\xc0\x53\x5e\x28\xf4\xb4\x2b\xed\x74\x0d\x9f\x8a\x58\x8e\xf1\x00\xec\xc5\x84\x2f\x5c\x2f\xc9\x3f\x1b\xbb\x15\xe0\x6d\x49\xbb\xf3\xcc\x68\x8f\xac\xc9\x76\x38\x93\xdd\xfb\xa4\xe5\x8a\x6c\x62\x69\xcd\xce\x5b\xb4\xaf\x00\x00\xce\x71\x4d\x02\x7e\x96\x58\x4f\xd9\xa4\xdb\x8f\x2e\x73\x9c\xf6\x0b\x44\x75\x3e\xfd\x7f\x7a\xd1\xa9\x43\xbb\xee\x34\x6a\x9b\x25\x49\x35\xfb\x30\x38\x0b\x6f\x42\x29\x2d\x39\x37\x4b\x03\x79\xe6\x78\xea\x4c\xb6\x1d\x20\xb7\xe5\x23\x29\xf2\xaf\x6d\x3d\x1b\x9d\x04\x2b\x66\x69\x85\x36\x55\xfc\x98\xee\x20\x69\x6b\x8e\x4b\xbb\x86\x25\xd5\xf9\x18\x37\xe9\xaa\x2f\xb4\x75\xe5\xf3\xf7\xab\xc5\xc3\xf2\x6e\xbe\x78\x58\x5e\xde\x2e\x22\x08\x40\x85\xaa\xa4\x4f\xd6\xe4\xa2\x77\x01\xf0\xc4\xa4\xe4\x57\x7a\x1a\xde\x84\x29\xfe\xce\x5b\x75\x31\x02\x68\x8a\x57\xe8\x37\xa2\x99\xea\x54\x1b\x49\x4b\xcc\xa9\x3f\x92\x55\xa9\xd4\xca\x28\xce\x6a\x01\x97\xea\x19\x6b\xd7\x41\x54\x46\x95\x39\xdd\x9a\x52\xfb\x68\x08\x09\xe4\xe1\xac\xa5\x0f\x5e\x44\x02\xda\x57\x07\x77\xc8\x27\x92\xed\xc1\xc2\xae\xff\x23\x0c\xd1\x78\xba\x3c\x7b\x63\xf7\x03\x79\x33\x66\x71\xd4\xdf\x17\xb2\x93\x26\x65\x27\xc3\x53\xd2\xb2\x30\xac\xfd\xec\xf4\xec\xfa\xfe\xe6\x61\xb1\x9c\xaf\xee\x6e\x96\xdf\xfe\x1b\x81\x06\xd3\x59\xce\x4e\xcf\xe2\x08\x44\xd0\x83\xb1\xe9\x92\x8f\x85\x46\x40\xa9\xf9\x45\xa4\xe9\xb1\xb0\xff\xeb\x09\x74\x94\x95\x96\x7d\x7d\x6d\xb4\xa7\x17\x1f\x0b\x29\x2c\x57\xac\x68\x4d\x32\xda\x50\x70\x24\xb9\x6f\x65\xf7\x68\x7a\xfb\xc5\x83\x65\x61\xa4\xeb\xb1\xb5\x70\x6b\x0a\x5c\x37\x39\x16\x70\xc5\x92\x2d\x65\xe1\x0f\xaa\xd1\xde\x4d\x4d\x13\xb1\x4e\xff\xf6\x41\xd1\xce\x0d\xa9\x6e\x94\xc4\xa6\x1c\xd0\x36\xbe\xc8\xa2\x52\x5f\x17\x24\x60\xde\xc8\x33\xb6\xbe\xb3\xd7\x96\xd0\x77\x6d\x3d\x68\xce\x9f\xaa\xe9\x3b\xf5\xde\xd6\xa3\xde\xfc\xad\x19\xc7\x14\x0c\x3a\x0f\xb6\xd1\xaf\x00\x00\x00\xff\xff\xa4\x52\xe3\x35\x03\x08\x00\x00") - -func testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathpluginYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathpluginYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpathplugin.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathpluginYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathpluginYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpathplugin.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiHostpathHostpathV0E2eTestRbacYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\xcd\x6a\x2b\x31\x0c\x85\xf7\x7e\x0a\xc1\xdd\xdc\x42\x27\xa5\x5d\x95\xd9\xf5\x07\xba\x1d\x92\xd2\xbd\x62\x2b\x33\x4a\x1c\xcb\x48\xf2\x40\xfa\xf4\x65\x08\xcd\x26\xb4\x74\x6b\x4b\x9f\xce\xf9\xfe\x41\x55\x9e\x39\x53\x1a\x29\xc1\x20\x09\x36\x14\x9b\xb2\x9f\x60\x90\xcc\xf1\x74\x0b\x55\x69\x66\x69\x96\x4f\x90\x68\xc7\x85\x12\xec\x9b\x39\xec\x44\x61\x8c\x34\xbc\xc2\xcc\x08\xc3\x19\x33\x52\x7a\x27\xf3\x61\x33\xbc\xe4\x66\x4e\xba\x96\x4c\xcf\x5c\x12\x97\xf1\xff\x4d\x38\x70\x49\x3d\x5c\x7f\x05\xac\xfc\x41\x6a\x2c\xa5\x07\xdd\x62\x5c\x61\xf3\x49\x94\x3f\xd1\x59\xca\xea\xf0\x68\x2b\x96\xbb\xf9\x3e\x1c\xc9\x31\xa1\x63\x1f\x00\x0a\x1e\xa9\x87\x6a\xb5\x8b\xc6\xdd\x24\xe6\x15\x7d\xea\x54\x32\x05\x6b\xdb\x3d\x45\xb7\x65\xae\x83\xf3\xdd\x0d\xe9\xcc\x91\x9e\x62\x94\x56\x3c\x00\x7c\x23\x96\x75\x74\xc7\x38\x91\x5e\x9e\xad\x62\xa4\x7e\xe9\x8c\x2d\xfb\x5f\x31\x55\x65\xe6\xa5\xc7\xcf\xa4\x25\xdf\x9a\x76\x4b\xb2\x2b\x1f\x97\x56\xf4\x40\x9d\x93\x79\x57\x2f\x62\xbb\x6a\x35\x00\x60\xe5\x37\x95\x56\x7f\x11\x15\xbe\x02\x00\x00\xff\xff\x98\x17\xd6\xe3\xd7\x01\x00\x00") - -func testE2eTestingManifestsStorageCsiHostpathHostpathV0E2eTestRbacYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiHostpathHostpathV0E2eTestRbacYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/e2e-test-rbac.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiHostpathHostpathV0E2eTestRbacYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiHostpathHostpathV0E2eTestRbacYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/e2e-test-rbac.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiHostpathUsageCsiStorageclassYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xcc\xb1\x8a\xc3\x30\x0c\x87\xf1\x5d\x4f\xa1\x17\x48\x8e\xdb\x0e\x8f\x77\xb7\x74\x28\x14\x0a\xdd\x85\xfd\x27\x11\xb1\xad\x60\xa9\x81\xbe\x7d\x29\x9d\xba\x7e\x1f\xfc\x64\xd7\x1b\x86\xab\xf5\xc4\x1e\x36\x64\xc1\xbc\xfd\xf8\xac\xf6\x75\x7c\xd3\xa6\xbd\x24\xbe\xbe\xfb\x5f\x15\x77\x6a\x08\x29\x12\x92\x88\xb9\x4b\x43\xe2\xec\x3a\xad\xe6\xb1\x4b\xac\x93\x67\xda\x87\x1d\xfa\x12\x31\x3e\x27\x0d\xe4\x2a\xda\x2e\x56\x35\x3f\x12\xff\xa3\x22\x40\x87\xd5\x7b\xc3\xaf\xf6\xa2\x7d\x39\x5b\x41\xe2\x53\x6b\x28\x2a\x01\x7a\x06\x00\x00\xff\xff\x20\x58\xb7\x12\xa0\x00\x00\x00") - -func testE2eTestingManifestsStorageCsiHostpathUsageCsiStorageclassYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiHostpathUsageCsiStorageclassYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/usage/csi-storageclass.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiHostpathUsageCsiStorageclassYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiHostpathUsageCsiStorageclassYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/hostpath/usage/csi-storageclass.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiMockCsiMockDriverAttacherYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x92\x3f\x8f\x13\x31\x10\xc5\xfb\xfd\x14\x53\x50\x40\xb1\x59\x52\x20\x21\x4b\x57\x44\x17\x3a\xfe\x44\x44\xa2\x9f\x78\x87\x64\x14\xff\xc3\x1e\x1b\xf6\xdb\xa3\x8d\x73\x60\xdf\x09\x31\xd5\x6a\xfc\xf6\x37\xef\x8d\x7d\x65\x37\x2b\x38\x0a\x0a\x7d\xcf\xe6\x48\x32\x60\xe0\x6f\x14\x13\x7b\xa7\x00\x43\x48\x53\xd9\x0e\x96\x04\x67\x14\x54\x03\x80\x43\x4b\x0a\x74\xe2\xd1\x7a\x7d\x0d\x26\x9f\xd9\x8d\x28\x82\xfa\x42\x71\x48\x81\xf4\xaa\x4a\x64\x48\x8b\x8f\xeb\x37\x80\x45\xd1\x97\x8f\x78\x22\x93\x6a\x03\x56\xf4\xbf\x29\x00\x91\x82\x61\x8d\x49\xc1\x76\x00\x10\xb2\xc1\xa0\xd0\x9d\xd6\xb8\x59\xcb\x74\xe0\xff\xa2\x01\x9e\x4c\xde\xbe\x29\x16\xd6\xb4\xd3\xda\x67\x27\x9f\xbb\x70\x77\x89\xf6\x4e\x90\x1d\xc5\x66\xc6\xd8\xec\xa1\x63\xd7\x62\x8b\x67\x52\xf0\x23\xe3\xb2\x61\x3f\x5d\xdf\x27\x9d\x78\x6a\xc5\xaa\x6c\x37\xdb\xcd\xdb\xe6\x1f\x8c\xe7\x66\x40\x1d\x32\x8e\xe5\xe1\xdd\x8b\xde\x8d\x33\xcf\x91\x52\x7a\x78\xf5\x7a\xb7\xdf\x7f\xfd\x70\x3c\xbe\x69\x64\xe4\xca\x73\x52\xb5\x7b\xd7\x76\x67\x00\x05\x4d\x26\x05\xd3\xdd\xe3\x26\xfd\xcd\xfe\x27\xcc\x21\x1b\x73\xf0\x86\xf5\xa2\x60\x67\x7e\xe2\x92\x1a\x45\x22\x9d\x23\xcb\xf2\xe8\x9d\xd0\x2f\xe9\x67\x87\xc8\x85\x0d\x9d\x69\x56\x20\x31\x53\x73\x58\xbc\xc9\x96\x3e\xad\x9b\xef\xa2\x8f\x60\xd7\xde\x01\xe5\x52\x6d\x75\xc0\x1a\x65\x35\x49\x32\xce\xfc\xb4\xf7\x0a\xeb\xee\xe8\xe2\x53\x85\xf4\x86\x2a\xb6\x60\x9c\x0c\x9f\xa6\x6b\x3e\x91\x21\x99\xea\x4b\x49\xd3\xb3\xdb\xaf\x25\x4b\x20\x05\x7b\x8e\xb7\x57\xbd\x7c\x89\x8f\x91\x50\xda\x2c\x2f\x5c\x0d\xbf\x03\x00\x00\xff\xff\x3f\xdb\xe2\xba\x5c\x03\x00\x00") - -func testE2eTestingManifestsStorageCsiMockCsiMockDriverAttacherYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiMockCsiMockDriverAttacherYaml, - "test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver-attacher.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiMockCsiMockDriverAttacherYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiMockCsiMockDriverAttacherYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver-attacher.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiMockCsiMockDriverResizerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x92\x4f\x8f\xd3\x30\x10\xc5\xef\xf9\x14\xa3\x15\x07\x38\xa4\xd9\x3d\x20\x21\x4b\x7b\xa8\xb6\xdc\xf8\x53\x51\x89\xfb\xd4\x19\xda\x51\x1d\xdb\x78\xc6\x86\xf0\xe9\x51\xd6\x5d\x70\x76\x85\x98\x53\x34\x7e\xf9\xcd\x7b\x63\x5f\xd8\x8f\x06\x0e\x8a\x4a\xdf\xb2\x3b\x90\x76\x18\xf9\x2b\x25\xe1\xe0\x0d\x60\x8c\x32\x94\xbb\x6e\x22\xc5\x11\x15\x4d\x07\xe0\x71\x22\x03\x56\xb8\x9f\x82\xbd\x44\x97\x4f\xec\xfb\x44\xc2\xbf\x28\x75\x12\xc9\x2e\x22\x21\x47\x56\x43\x5a\xbe\x01\x26\x54\x7b\xfe\x80\x47\x72\x52\x1b\xb0\x90\xff\x09\x01\x48\x14\x1d\x5b\x14\x03\x77\x1d\x80\xd2\x14\x1d\x2a\x5d\x61\x8d\x97\xa5\xdc\x8a\xfb\x3f\x32\xc0\x93\xc5\xc7\x6f\x4a\x85\x2d\x6d\xad\x0d\xd9\xeb\xa7\x55\xb2\xab\xc4\x06\xaf\xc8\x9e\x52\x33\xa2\x6f\x96\xd0\xa2\x6b\xf1\x84\x27\x32\xf0\x3d\xe3\xbc\xe1\x30\x5c\xde\x89\x15\x1e\x1a\xad\x29\xb7\x9b\xbb\xcd\x6d\xf3\x0b\xa6\x53\x83\xaf\x23\x6e\xfa\xbe\xdc\xbf\xbd\x79\xd9\x5d\x48\x38\x8e\x89\x44\xee\x5f\xbd\xde\xee\x76\x5f\xde\x1f\x0e\x6f\x5a\x21\xf9\xf2\x9c\x56\x0d\x5f\xc5\xab\x33\x80\x82\x2e\x93\x81\xe1\x6a\x73\x23\x7f\xd3\xff\xc9\xb3\xcf\xce\xed\x83\x63\x3b\x1b\xd8\xba\x1f\x38\x4b\xa3\x10\xb2\x39\xb1\xce\x0f\xc1\x2b\xfd\xd4\xf5\xec\x98\xb8\xb0\xa3\x13\x8d\x06\x34\x65\x6a\x0e\x4b\x70\x79\xa2\x8f\xcb\xee\x57\xf1\x7b\x98\x96\xde\x1e\xf5\x5c\x6d\xad\x80\x35\xca\x62\x92\xb4\x1f\xf9\x69\xf5\x15\xb6\xba\xa5\x73\x90\x0a\x59\x1b\xaa\xd8\x82\x69\x70\x7c\x1c\x2e\xf9\x48\x8e\x74\xa8\x4f\x45\x86\x67\xf7\x5f\x4b\xe7\x48\x06\x76\x9c\x1e\x5f\xf5\xfc\x39\x3d\x24\x42\x6d\xb3\xbc\x70\xf5\x3b\x00\x00\xff\xff\x65\x23\xf3\x59\x5a\x03\x00\x00") - -func testE2eTestingManifestsStorageCsiMockCsiMockDriverResizerYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiMockCsiMockDriverResizerYaml, - "test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver-resizer.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiMockCsiMockDriverResizerYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiMockCsiMockDriverResizerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver-resizer.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiMockCsiMockDriverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x55\xc1\x8e\xdb\x46\x0c\xbd\xfb\x2b\x88\x4d\x0f\xed\x41\x52\xdc\xd6\x68\x20\xc0\x87\x4d\xec\x02\x8b\x36\xb6\x11\xa7\xbd\x2e\xc6\x23\x5a\x26\x3c\x9a\x51\x39\x94\xb6\xfe\xfb\x62\x24\x67\x23\x4b\xf2\xd6\x1b\xa0\x40\x75\x12\x34\xe4\xe3\x23\xdf\x1b\xea\x48\x36\x4b\x61\x2b\x4a\x70\x5f\x99\x2d\xca\x44\x95\xf4\x27\xb2\x27\x67\x53\x50\x65\xe9\x93\x7a\x3a\x29\x50\x54\xa6\x44\xa5\x13\x00\xab\x0a\x4c\x41\x7b\x8a\x0a\xa7\x8f\xa5\xa9\x72\xb2\x13\x5f\xa2\x0e\x87\x1e\x0d\x6a\x71\x1c\xde\x01\x0a\x25\xfa\xf0\xbb\xda\xa1\xf1\xed\x07\x08\x88\x83\x64\x00\xc6\xd2\x90\x56\x3e\x85\xe9\x04\x40\xb0\x28\x8d\x12\x3c\x83\x74\x6a\x87\xc7\x5c\xe0\x5d\x43\x04\xf8\x42\xa9\x79\x47\xae\x49\xe3\xbd\xd6\xae\xb2\xb2\xba\xe8\xe0\x1c\xa2\x9d\x15\x45\x16\xb9\x03\x1d\x75\x9a\x2d\xd9\xd5\x14\xa6\x82\xfc\x7c\x0e\xf0\x06\x3e\xaf\x17\xeb\xb4\x69\x40\x69\x84\x27\x92\x03\xb8\xfd\x9e\x34\x29\x03\xd3\xf8\xe7\xf8\x2d\x30\x1a\x54\x1e\xe1\xe9\x80\x16\x18\x55\x76\xea\x00\x50\xa1\x72\x4c\xe1\xaf\x4a\x9d\x62\x72\xc9\xf1\x9d\xd7\x9e\x92\x5e\xc1\xb4\x6e\x90\x22\xd6\xd3\x4e\xaa\xe2\xbc\xc3\xb5\xe5\x7b\x17\x45\x21\x57\x65\x19\xa3\xf7\xf3\xef\xbe\xbf\x5f\x2c\x3e\x2d\xb7\xdb\x1f\xee\x46\x02\x9d\xb5\xa8\x85\x9c\x8d\x84\x0a\x74\x95\xcc\xa7\x33\xdf\x0d\x44\x5b\xf7\x0b\xb4\x03\x39\xa3\x5e\x9c\x01\xd4\xca\x54\x98\x42\x72\xee\x20\xf6\x5f\xa7\xfb\xdc\xea\xa6\x32\x66\xe3\x0c\xe9\x53\x0a\xf7\xe6\x49\x9d\x7c\x27\xa2\x76\xa6\x2a\xf0\x63\xd0\x68\xd0\x59\x11\xbe\x6e\x94\x1c\xda\x02\xbd\xd2\x2d\xad\x50\x10\x25\xca\x88\x07\x12\x66\x4c\x35\x72\xc4\x98\x93\x17\x56\x7c\x93\x04\xd6\x65\x18\xf5\x33\x83\x18\xd3\xf8\xed\xbf\x08\x11\x45\xf5\x7c\x36\xf8\xd6\xd5\xe6\xda\x98\xda\xc8\x63\xb5\x43\x83\xf2\x5c\xb6\x91\xa9\x54\x72\x98\x27\xb5\xe2\xc4\xd0\x2e\x39\x87\x24\xad\xe7\x7d\xf2\xc5\xd0\x63\xa0\x57\x95\xfc\xed\x8f\xf7\xcb\xc7\xd5\x7a\xb1\x7c\x5c\xdd\x7f\x5c\x8e\x09\xfa\x2b\xbb\x22\xed\x1d\x00\xec\x09\x4d\xf6\x09\xf7\xc3\x93\x70\x23\xbf\x6e\x90\x7a\x3a\x12\xd0\x24\xb7\x5a\x86\x5b\x1a\x87\x39\x87\x4b\xf9\x2a\xb3\x78\xd4\x15\x93\x9c\x3e\x38\x2b\xf8\xb7\x5c\x12\x29\x99\x6a\x32\x98\x63\x96\x82\x70\x85\x37\x98\xec\x65\x8b\x5d\x35\x58\x3f\xb1\x2b\xd8\x08\xc2\x85\x9e\x63\x46\x2d\x46\x2e\xcd\xc0\x9c\x21\xe8\x6c\xcc\xb4\xfe\xf1\x06\x3b\xde\x45\x51\x80\x9f\x87\xc4\xd8\x8b\x63\x95\x63\x7c\x7c\xe7\x63\x72\x23\x9b\xa1\x44\x2e\xc8\x7b\xaa\x31\x12\xc5\x39\x4a\xe3\xbc\x3b\x78\x03\x3b\xd4\xaa\xf2\x08\x6e\x0f\x07\x91\xd2\xa7\x49\x92\x93\x1c\xaa\x5d\xac\x5d\xd1\x38\x92\x2d\x0a\xfa\xee\x2b\x79\x5f\xa1\x4f\x7e\x99\xcd\x7e\x9a\xdd\x62\xc9\x0f\xdb\x87\xc7\xe5\x6a\xb1\x59\x3f\xac\x3e\xbf\x6e\xc3\xfc\xff\x6d\xfd\xad\xa6\x1d\x5c\x87\x87\xfd\xca\xc9\x86\xd1\xa3\x95\xff\x76\x83\x0e\x93\x07\x0b\xc8\x65\xbe\x87\xd6\x86\xb3\x2b\x55\xde\x58\x3d\x85\xf7\x94\x11\xb7\xbf\x1b\x65\x46\x6b\x37\x39\xa5\x23\xdb\xad\xdf\x36\x74\xf1\x4f\x3e\x38\xdf\x32\xb9\x1c\xde\x15\x6e\xbd\xe5\x78\x91\x23\xa7\x12\x53\x58\x34\xbc\x1c\x9f\xd6\xfc\x81\x51\x49\x77\xee\x2f\xfc\x57\x5e\x47\xa3\x3f\xa2\x5b\x4b\x8f\x0e\xe5\x5b\xa7\xf0\x78\xde\x3e\xa7\x97\xa8\x0c\x28\x0c\x56\xd6\x3f\x01\x00\x00\xff\xff\xb8\xea\xbb\xd4\x34\x0a\x00\x00") - -func testE2eTestingManifestsStorageCsiMockCsiMockDriverYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiMockCsiMockDriverYaml, - "test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiMockCsiMockDriverYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiMockCsiMockDriverYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiMockCsiMockDriverinfoYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8e\xb1\x4a\xc5\x40\x10\x45\xfb\xfd\x8a\x81\x34\xda\xec\xf2\xac\x24\x9d\x68\xf3\x3a\x41\xb0\x9f\x64\x2f\xef\x0d\x99\x9d\x0d\xbb\x93\x48\xfe\x5e\x0c\x22\x58\xdf\x7b\x0e\x87\x57\xf9\x44\xeb\x52\x6d\xa4\xee\xb5\xf1\x0d\x71\x79\xee\x51\x6a\xda\x2f\x13\x9c\x2f\x61\x11\xcb\x23\xbd\x7e\x5c\xdf\x9a\xec\x68\xa1\xc0\x39\xb3\xf3\x18\x88\x8c\x0b\x46\x2a\x75\x5e\xe2\x7f\x3a\x0c\x74\x35\x87\xb9\x54\x63\xd5\x83\xac\x52\x5f\x31\x47\x7a\x51\xa5\x9d\x75\x43\x27\x31\xf2\x3b\xc2\x70\x2e\xf4\x25\xaa\x34\x81\xc4\x3a\x9a\x23\x53\x3e\x8c\x8b\xcc\x27\x3e\x1d\xf4\xce\x3e\xdf\x7f\x32\xb0\x6a\x3d\x0a\xcc\x1f\x1e\xc3\x70\x4a\xd0\x3d\xe1\x09\xe9\xb7\x21\x6d\x2e\xda\x53\xfe\x3b\xc6\x5b\x8d\xe1\x3b\x00\x00\xff\xff\x1d\x9a\x50\x32\xeb\x00\x00\x00") - -func testE2eTestingManifestsStorageCsiMockCsiMockDriverinfoYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiMockCsiMockDriverinfoYaml, - "test/e2e/testing-manifests/storage-csi/mock/csi-mock-driverinfo.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiMockCsiMockDriverinfoYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiMockCsiMockDriverinfoYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/mock/csi-mock-driverinfo.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiMockCsiMockRbacYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x93\xb1\x8e\x13\x31\x10\x86\x7b\x3f\xc5\x48\x34\x20\xe1\xa0\x50\xa1\xed\x80\x82\x76\x95\x20\xfa\x89\x3d\xd9\x0c\x71\x6c\x6b\x3c\xb6\x48\x9e\x1e\xad\x02\x51\xee\x72\x39\x5d\x8a\xcb\x6d\xbb\xda\xf9\xf7\x9b\xef\x9f\xc5\xcc\xbf\x48\x0a\xa7\xd8\x41\x9b\x9b\x2d\x47\xdf\xc1\x92\xa4\xb1\xa3\xaf\xce\xa5\x1a\xd5\xec\x48\xd1\xa3\x62\x67\x00\x22\xee\xa8\x03\x57\xd8\xee\x92\xdb\x1a\x63\xad\xfd\x37\xf4\x3d\xd4\xa2\x24\x8b\x14\xe8\x1b\x47\xcf\x71\x30\xe7\xe1\xb2\x42\x37\xc3\xaa\x9b\x24\x7c\x40\xe5\x14\x67\xdb\x2f\x65\xc6\xe9\x53\x9b\x5f\xf9\x82\x4b\x51\x25\x85\x40\x62\x51\x15\xdd\x86\xc4\x4a\x0a\x64\x4a\x5d\xfd\x26\xa7\x65\x7c\xdd\xc2\x93\xcc\x00\x17\xac\xff\x1f\x95\x8c\x8e\x3a\xf0\xb4\xc6\x1a\xd4\x8c\x89\x0b\x5a\x8f\x59\x17\x8b\x9c\x70\xe8\x8f\x92\x44\x0c\x67\x20\x35\x46\x12\x03\x80\x99\x7f\x48\xaa\xf9\x99\x15\xef\xa6\x29\x4b\x6a\x3c\x06\x4d\xc0\xd4\x03\x96\x29\xca\x72\xc7\x70\xeb\x85\xdb\xc8\x48\x03\x17\x15\x7c\x33\x73\xd7\x79\x6e\xb6\xf7\x0e\xb2\x70\xe3\x40\x7e\x20\x0f\x7d\xf2\xb0\x24\x57\x85\x75\x0f\x7d\x0a\xec\xf6\x1f\x21\x0b\x35\x4e\xb5\x84\xfd\x48\xc9\x91\x3c\x34\x46\xe8\x8f\x73\x03\xf9\x9f\x54\xb4\x5f\xf6\x97\x15\xbc\xff\xf0\x2a\xed\xe4\x92\xed\xa3\x86\xa6\xd2\x0c\x7d\x26\xab\x54\xd4\xe6\x93\x1d\x9b\x4b\x7e\x61\x23\x77\x3a\x67\xa1\xc2\x87\x09\xfc\xf7\x27\x8e\x5b\xae\xf6\x6f\x00\x00\x00\xff\xff\xc8\x91\x6e\x9c\x87\x06\x00\x00") - -func testE2eTestingManifestsStorageCsiMockCsiMockRbacYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiMockCsiMockRbacYaml, - "test/e2e/testing-manifests/storage-csi/mock/csi-mock-rbac.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiMockCsiMockRbacYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiMockCsiMockRbacYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/mock/csi-mock-rbac.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testE2eTestingManifestsStorageCsiMockCsiStorageclassYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xcc\xb1\xaa\x02\x31\x10\x46\xe1\x7e\x9e\x62\x5e\x60\xf7\x72\x3b\x49\xa9\x36\x16\x82\x20\xd8\x0f\xc9\xcf\x32\x6c\x26\xb3\x64\xe2\x82\x6f\x2f\x62\x61\x7b\x0e\x7c\xb2\xe9\x03\x3d\xd4\x5b\xe2\x18\xde\x65\xc1\xbc\x1e\x62\x56\xff\xdb\xff\x69\xd5\x56\x12\xdf\xbf\xfd\x54\x25\x82\x0c\x43\x8a\x0c\x49\xc4\xdc\xc4\x90\x38\x87\x4e\xe6\x79\x9d\x22\xd3\xd6\x7d\xd7\x8f\x86\xfe\x1b\xd4\x91\xab\xa8\xdd\xbc\x6a\x7e\x25\x3e\xa3\x62\x80\x76\xaf\x4f\xc3\x51\x5b\xd1\xb6\x5c\xbd\x20\xf1\xc5\x0c\x45\x65\x80\xde\x01\x00\x00\xff\xff\x5a\x2e\xc6\x9d\x98\x00\x00\x00") - -func testE2eTestingManifestsStorageCsiMockCsiStorageclassYamlBytes() ([]byte, error) { - return bindataRead( - _testE2eTestingManifestsStorageCsiMockCsiStorageclassYaml, - "test/e2e/testing-manifests/storage-csi/mock/csi-storageclass.yaml", - ) -} - -func testE2eTestingManifestsStorageCsiMockCsiStorageclassYaml() (*asset, error) { - bytes, err := testE2eTestingManifestsStorageCsiMockCsiStorageclassYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/e2e/testing-manifests/storage-csi/mock/csi-storageclass.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesMakefile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x53\xd1\x6e\xe3\x36\x10\x7c\x2e\xbf\x62\x10\xdf\x43\x02\xc4\x54\xec\x97\x43\x5d\x04\x85\x2e\x71\x13\xe1\x12\xab\xb5\x9c\x0b\xf2\x54\xd0\xd2\x4a\x5a\x84\x22\x55\x92\x8a\xed\xbf\x2f\x28\x27\xbd\xfa\x4e\x6f\xe4\xce\xcc\x0e\x77\x56\x13\xdc\xd8\xfe\xe0\xb8\x69\x03\xe6\x57\xb3\xcf\xd8\xb4\x84\xaf\xc3\x96\x9c\xa1\x40\x1e\xe9\x10\x5a\xeb\xbc\x14\x13\x31\xc1\x03\x97\x64\x3c\x55\x18\x4c\x45\x0e\xa1\x25\xa4\xbd\x2a\x5b\xfa\xa8\x5c\xe2\x1b\x39\xcf\xd6\x60\x2e\xaf\x70\x1e\x01\x67\xef\xa5\xb3\x8b\xdf\xc4\x04\x07\x3b\xa0\x53\x07\x18\x1b\x30\x78\x42\x68\xd9\xa3\x66\x4d\xa0\x7d\x49\x7d\x00\x1b\x94\xb6\xeb\x35\x2b\x53\x12\x76\x1c\xda\xb1\xcd\xbb\x88\x14\x13\xbc\xbc\x4b\xd8\x6d\x50\x6c\xa0\x50\xda\xfe\x00\x5b\xff\x1f\x07\x15\x46\xc3\xf1\x6b\x43\xe8\x17\x49\xb2\xdb\xed\xa4\x1a\xcd\x4a\xeb\x9a\x44\x1f\x81\x3e\x79\xc8\x6e\x96\xab\x62\x39\x9d\xcb\xab\x91\xf2\x64\x34\x79\x0f\x47\xff\x0c\xec\xa8\xc2\xf6\x00\xd5\xf7\x9a\x4b\xb5\xd5\x04\xad\x76\xb0\x0e\xaa\x71\x44\x15\x82\x8d\x7e\x77\x8e\x03\x9b\xe6\x12\xde\xd6\x61\xa7\x1c\x89\x09\x2a\xf6\xc1\xf1\x76\x08\x27\xc3\xfa\x70\xc7\xfe\x04\x60\x0d\x94\xc1\x59\x5a\x20\x2b\xce\xf0\x25\x2d\xb2\xe2\x52\x4c\xf0\x9c\x6d\xee\xf3\xa7\x0d\x9e\xd3\xf5\x3a\x5d\x6d\xb2\x65\x81\x7c\x8d\x9b\x7c\x75\x9b\x6d\xb2\x7c\x55\x20\xff\x03\xe9\xea\x05\x5f\xb3\xd5\xed\x25\x88\x43\x4b\x0e\xb4\xef\x5d\xf4\x6f\x1d\x38\x8e\x91\xaa\x38\xb3\x82\xe8\xc4\x40\x6d\x8f\x86\x7c\x4f\x25\xd7\x5c\x42\x2b\xd3\x0c\xaa\x21\x34\xf6\x8d\x9c\x61\xd3\xa0\x27\xd7\xb1\x8f\x61\x7a\x28\x53\x89\x09\x34\x77\x1c\x54\x18\x6f\x7e\x7a\x94\x14\x82\x4d\xa9\x87\x8a\x00\x29\x13\x29\x93\x56\x95\xaf\x49\xa7\x5e\x69\xea\x06\x4d\x3e\x79\x54\xaf\x14\xa3\x96\x9d\x32\x5c\x93\x0f\x42\xac\x97\x77\x59\xb1\x59\xbf\xe0\xf7\x6b\x34\xa5\x93\x6c\x93\xd7\xff\x76\x6f\x4a\x73\x9a\x06\xf2\x61\xca\x9d\x6a\xc8\x8b\xbb\x3c\x5d\x3f\x46\xe8\x67\xf1\xd7\xf2\xf1\xe9\xdb\x72\x5d\x64\xf9\xea\xfa\x6d\x2e\x7f\x95\x33\x71\x97\x3f\xa4\xab\xbb\xbf\x3f\x6e\x67\x72\x36\x97\xb3\x2b\x41\xfb\xde\xba\x20\x04\xd7\xa6\xa2\x1a\xcf\xf7\xe9\x46\x7c\x3a\x27\xe7\xac\x1b\x0f\x31\x0c\xf5\x3d\xee\x37\xe5\x38\x26\x7d\x09\xda\x2f\x10\xdd\x43\x69\x3d\x22\xaf\x0d\x85\x0b\x41\xa6\xe2\x5a\x88\x09\xbe\x0c\xac\x2b\x94\xb6\xa2\xe3\xcf\x91\xba\xc6\x2f\xc6\x9d\x8b\xe0\x05\x6e\xd9\x51\x19\xac\x3b\xc0\xa8\x8e\x7c\x5c\x96\x6d\xa4\x1c\xd1\xcb\xbd\xea\x7a\x4d\x47\xc2\x69\x9b\x52\x0f\x3e\x90\x53\x3d\x8f\xaf\x27\x27\x94\xd6\x8b\x58\x9f\x96\xd6\xc4\xa5\x27\x27\xc4\xc9\x71\x21\x7e\x91\xc9\x38\xa5\xe9\x10\x58\x4b\xdf\x1e\x7b\xe1\xd3\x79\x94\xbc\x38\xc2\xfb\xc1\xb7\x3f\xea\xfc\xc4\x8b\xa0\xef\x34\xf9\xe7\x7d\xbe\x7a\x19\x49\xf8\x90\xf8\x41\xe1\xdf\x00\x00\x00\xff\xff\xfd\x4e\xdb\xf5\x42\x04\x00\x00") - -func testImagesMakefileBytes() ([]byte, error) { - return bindataRead( - _testImagesMakefile, - "test/images/Makefile", - ) -} - -func testImagesMakefile() (*asset, error) { - bytes, err := testImagesMakefileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/Makefile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesOwners = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x8b\xb1\x0e\x82\x40\x10\x05\xfb\xfb\x8a\x97\x58\xcb\xb5\x86\xde\x56\x13\x29\xac\x37\xb2\x81\x0d\xe2\x5e\x76\x17\x38\xff\xde\x04\xbf\x80\x6e\x26\x93\x39\xa1\x63\x46\x8c\x8c\xfb\xf3\x76\x7d\x74\xe8\xf5\xe5\xa0\xc0\x18\x51\xbc\xcd\x79\xd0\x66\xba\x78\x23\x9a\x75\xfb\xb0\x79\x4a\xc6\xab\xf0\xc6\xe6\x6d\x02\xce\x78\x2f\x95\x7c\xa7\x79\x5a\x66\x0a\x1a\x76\x91\xda\x7f\xff\x5d\x3c\x6a\xa2\x52\x4c\xd7\x83\xd3\x2f\x00\x00\xff\xff\xbe\xd8\x81\xd6\x9d\x00\x00\x00") - -func testImagesOwnersBytes() ([]byte, error) { - return bindataRead( - _testImagesOwners, - "test/images/OWNERS", - ) -} - -func testImagesOwners() (*asset, error) { - bytes, err := testImagesOwnersBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/OWNERS", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostGitignore = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\x4c\xcf\xcb\xc8\x2f\x2e\xe1\x02\x04\x00\x00\xff\xff\x31\x3b\xba\x32\x08\x00\x00\x00") - -func testImagesAgnhostGitignoreBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostGitignore, - "test/images/agnhost/.gitignore", - ) -} - -func testImagesAgnhostGitignore() (*asset, error) { - bytes, err := testImagesAgnhostGitignoreBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/.gitignore", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\x4d\xcc\x29\xc8\xcc\x4b\xb5\x32\xd6\x33\xe3\x4a\x2c\xca\xb5\x4d\x2c\xca\x35\x36\x2a\x33\xd3\x47\x15\x06\xa9\x03\x91\x65\x16\xc8\x12\x05\x05\xc9\x66\x26\x39\xa9\xb6\x50\x1a\x59\xaa\xd8\xd8\xd2\xa0\xc2\x16\x4c\x22\x0b\x03\x02\x00\x00\xff\xff\x1d\x62\xa8\x43\x73\x00\x00\x00") - -func testImagesAgnhostBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostBaseimage, - "test/images/agnhost/BASEIMAGE", - ) -} - -func testImagesAgnhostBaseimage() (*asset, error) { - bytes, err := testImagesAgnhostBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\x5f\x6f\xdb\xb6\x17\x7d\xe7\xa7\x38\xb0\x80\xfe\x7e\x1b\x2c\x2b\xf5\x80\xad\xcd\x9e\x5c\xdb\x5d\x85\x26\x56\x66\x39\xeb\x82\xae\x28\x68\xea\x5a\x22\x42\x91\x2c\x49\xc5\xf1\xb7\x1f\x28\xd9\x99\xb3\x05\xd8\xfc\x62\x91\xf7\xdc\x7b\x0f\xcf\xfd\x93\x60\x6e\xec\xc1\xc9\xba\x09\x98\x5e\xbc\x7e\x8b\x4d\x43\xf8\xd8\x6d\xc9\x69\x0a\xe4\x31\xeb\x42\x63\x9c\x9f\xb0\x84\x25\xb8\x92\x82\xb4\xa7\x0a\x9d\xae\xc8\x21\x34\x84\x99\xe5\xa2\xa1\x93\x65\x8c\xdf\xc8\x79\x69\x34\xa6\x93\x0b\xfc\x3f\x02\x46\x47\xd3\xe8\xbb\x9f\x59\x82\x83\xe9\xd0\xf2\x03\xb4\x09\xe8\x3c\x21\x34\xd2\x63\x27\x15\x81\x1e\x05\xd9\x00\xa9\x21\x4c\x6b\x95\xe4\x5a\x10\xf6\x32\x34\x7d\x9a\x63\x90\x09\x4b\x70\x77\x0c\x61\xb6\x81\x4b\x0d\x0e\x61\xec\x01\x66\x77\x8e\x03\x0f\x3d\xe1\xf8\x6b\x42\xb0\x97\x59\xb6\xdf\xef\x27\xbc\x27\x3b\x31\xae\xce\xd4\x00\xf4\xd9\x55\x3e\x5f\xae\xca\x65\x3a\x9d\x5c\xf4\x2e\xb7\x5a\x91\xf7\x70\xf4\xad\x93\x8e\x2a\x6c\x0f\xe0\xd6\x2a\x29\xf8\x56\x11\x14\xdf\xc3\x38\xf0\xda\x11\x55\x08\x26\xf2\xdd\x3b\x19\xa4\xae\xc7\xf0\x66\x17\xf6\xdc\x11\x4b\x50\x49\x1f\x9c\xdc\x76\xe1\x99\x58\x27\x76\xd2\x3f\x03\x18\x0d\xae\x31\x9a\x95\xc8\xcb\x11\xde\xcd\xca\xbc\x1c\xb3\x04\x9f\xf2\xcd\x87\xe2\x76\x83\x4f\xb3\xf5\x7a\xb6\xda\xe4\xcb\x12\xc5\x1a\xf3\x62\xb5\xc8\x37\x79\xb1\x2a\x51\xbc\xc7\x6c\x75\x87\x8f\xf9\x6a\x31\x06\xc9\xd0\x90\x03\x3d\x5a\x17\xf9\x1b\x07\x19\x65\xa4\x2a\x6a\x56\x12\x3d\x23\xb0\x33\x03\x21\x6f\x49\xc8\x9d\x14\x50\x5c\xd7\x1d\xaf\x09\xb5\x79\x20\xa7\xa5\xae\x61\xc9\xb5\xd2\xc7\x62\x7a\x70\x5d\xb1\x04\x4a\xb6\x32\xf0\xd0\xdf\xfc\xe3\x51\x13\xc6\xde\xaf\x8b\xeb\x48\x7f\x99\x5f\xcf\x7e\x59\x32\x36\x5f\x17\x65\xf9\xf5\xdd\x6d\x7e\xb5\xf8\x3a\x2f\x6e\xee\xf0\x8d\xda\x2e\xfd\x75\x79\x7d\x3b\x5b\xcf\x3f\xa4\x3e\xc6\x12\xc8\x3a\xef\xb2\xad\xd4\x19\x63\x09\x76\xce\xb4\x68\x8c\x0f\xf4\x48\x02\xb2\xe5\x75\x54\x53\x6a\x1f\xb8\x52\xd0\x24\xc8\x7b\xee\x0e\xb0\x5c\xdc\xf3\x9a\xfc\x25\x4b\x90\x42\x74\x4e\x8d\xa1\xc5\x65\xec\xa9\xa1\x64\x50\x26\xc4\xa6\xa0\x29\x21\x90\x0f\xbe\x07\x4a\xeb\x4c\x17\x68\x7a\x09\xa9\x85\xea\x2a\xf2\xf0\x7e\x70\x92\x1a\x2b\x53\xd1\x8d\x71\xe1\xc9\xa1\x67\x23\x2d\xb9\xdd\x7f\xa1\x32\x20\xc7\xd8\x72\xdf\xb0\xf5\xed\x0a\xdc\xde\x23\x4d\x3b\x5b\xf1\x40\xe0\x55\x85\xad\xd4\x55\x1a\x8c\x51\xbe\xa7\x0c\x4d\x41\xf0\x90\x1a\x4b\x7a\xeb\xab\x27\x76\xc7\x94\x31\x0e\x5e\xbd\x82\x6b\x91\xba\x1d\xb2\x07\xee\x32\x11\x1b\x38\xe3\xf6\x3e\xfb\x1e\x7f\x30\x44\xb3\xd2\x48\xfd\x5f\x2a\x0e\xbe\xfd\x51\x19\xc1\xd5\xd9\xe5\xc9\xc1\x23\xe5\x2a\xb8\xe6\x45\x54\xac\xc2\x4d\xb1\xde\xe0\xcd\xc5\x9b\x0b\x68\xa2\xaa\x57\xf4\x32\x92\x8d\x45\x19\xc7\x8f\x28\xd0\x19\xee\xf5\x0b\xb8\x93\xf9\xed\x0f\x3f\xfd\x78\x6e\xf6\xe4\x1e\x28\x8d\x25\xd6\xbc\x25\xb6\xfc\xfd\xa6\x28\x97\x43\xb2\x3e\x52\xc4\x3f\x75\xc2\x29\x56\x54\xb3\xbd\xaf\xa4\x43\xd6\x59\x65\x78\xe5\x9f\x20\xd6\xb8\x40\x8e\xcd\x16\x8b\xe3\xe7\xf0\xa0\x98\x60\x22\x5c\xc0\xb3\xd3\xcb\xb0\x7b\x3a\xe0\xd9\x89\xf5\x38\x5e\xeb\x78\x71\xfa\x8f\x19\x8f\xef\x38\x8d\x0f\xe9\xe0\x0e\xd6\x48\x1d\xd2\xa8\x08\x39\x38\x52\x3c\x8e\x74\xdf\x41\x13\x94\xa6\xa5\xd3\x6a\xfa\x17\x30\x4b\x10\x47\xcf\xc9\xd8\x94\xfd\x5a\xec\x5b\xee\x7f\xfe\xcc\x71\xd8\x87\x47\x3e\xe9\x34\xf6\x13\x77\x87\x71\x1c\x4f\xec\xa5\x52\x78\x20\x27\x77\x07\x84\x86\x87\x3e\xa7\x30\xce\x91\x88\xa5\x3a\x0b\x22\xfd\xd3\x98\x0c\x18\x1d\x17\x29\xc5\x25\x1f\x75\x1e\xfa\xe9\x6f\x8f\x4f\xa7\x8c\x2d\x57\x9b\xf5\xdd\x4d\x91\xaf\x36\xf8\x3c\xca\x8e\x86\xd1\x17\x36\xbf\x5e\xe0\xf3\xc8\xf2\xce\xd3\xe8\x0b\xfb\x33\x00\x00\xff\xff\x7e\x9b\x4e\xae\x51\x06\x00\x00") - -func testImagesAgnhostDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostDockerfile, - "test/images/agnhost/Dockerfile", - ) -} - -func testImagesAgnhostDockerfile() (*asset, error) { - bytes, err := testImagesAgnhostDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostMakefile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x51\x6b\xdb\x3e\x14\xc5\x9f\xff\xfa\x14\x87\xb8\x0f\x09\xa4\x4e\xff\x65\x0c\xd6\x51\x86\x97\x64\xad\x69\xb1\x87\xed\xb6\xf4\xa9\xc8\xf6\x8d\x7d\xc1\x91\x3c\xe9\x7a\x6e\xbe\xfd\x70\xda\xc2\xc2\xf4\xa6\x7b\x8e\x8e\x7e\x3a\x0a\xb0\xb6\xfd\xc1\x71\xd3\x0a\x2e\x2f\xfe\xff\x82\xa2\x25\xdc\x0d\x25\x39\x43\x42\x1e\xd1\x20\xad\x75\x3e\x54\x81\x0a\x70\xcf\x15\x19\x4f\x35\x06\x53\x93\x83\xb4\x84\xa8\xd7\x55\x4b\x1f\xca\x12\x8f\xe4\x3c\x5b\x83\xcb\xf0\x02\xf3\xc9\x30\x7b\x97\x66\x8b\xaf\x2a\xc0\xc1\x0e\xd8\xeb\x03\x8c\x15\x0c\x9e\x20\x2d\x7b\xec\xb8\x23\xd0\x6b\x45\xbd\x80\x0d\x2a\xbb\xef\x3b\xd6\xa6\x22\x8c\x2c\xed\xf1\x9a\xf7\x90\x50\x05\x78\x7e\x8f\xb0\xa5\x68\x36\xd0\xa8\x6c\x7f\x80\xdd\xfd\xed\x83\x96\x23\xf0\xb4\x5a\x91\xfe\x6a\xb5\x1a\xc7\x31\xd4\x47\xd8\xd0\xba\x66\xd5\xbd\x19\xfd\xea\x3e\x5e\x6f\x93\x7c\x7b\x7e\x19\x5e\x1c\x8f\x3c\x98\x8e\xbc\x87\xa3\x5f\x03\x3b\xaa\x51\x1e\xa0\xfb\xbe\xe3\x4a\x97\x1d\xa1\xd3\x23\xac\x83\x6e\x1c\x51\x0d\xb1\x13\xef\xe8\x58\xd8\x34\x4b\x78\xbb\x93\x51\x3b\x52\x01\x6a\xf6\xe2\xb8\x1c\xe4\xa4\xac\x0f\x3a\xf6\x27\x06\x6b\xa0\x0d\x66\x51\x8e\x38\x9f\xe1\x7b\x94\xc7\xf9\x52\x05\x78\x8a\x8b\xdb\xf4\xa1\xc0\x53\x94\x65\x51\x52\xc4\xdb\x1c\x69\x86\x75\x9a\x6c\xe2\x22\x4e\x93\x1c\xe9\x0f\x44\xc9\x33\xee\xe2\x64\xb3\x04\xb1\xb4\xe4\x40\xaf\xbd\x9b\xf8\xad\x03\x4f\x35\x52\x3d\x75\x96\x13\x9d\x00\xec\xec\x1b\x90\xef\xa9\xe2\x1d\x57\xe8\xb4\x69\x06\xdd\x10\x1a\xfb\x9b\x9c\x61\xd3\xa0\x27\xb7\x67\x3f\x7d\xa6\x87\x36\xb5\x0a\xd0\xf1\x9e\x45\xcb\x71\xf2\xcf\xa3\x42\xa5\xf2\x6c\x9d\x5f\xeb\xc6\xb4\xd6\x8b\x8a\xb2\xf5\x2d\xbe\x5d\x43\xef\xeb\xcf\x9f\x54\x11\x65\x37\xdb\x62\xda\x9f\xcd\xd7\x0f\xd9\x26\xce\x16\xea\x26\xbd\x8f\x92\x9b\x97\xc7\x6d\x96\xc7\x69\x32\x69\x9d\x16\xf2\x32\xe5\xbc\x6c\xe2\x0c\x93\xd9\x58\xa9\xd9\xe1\x6c\xee\x5b\xea\x3a\xf4\x63\xbd\x58\x28\x7a\xed\xad\x13\xa5\x4a\x36\x57\xea\xbf\x30\x5c\xf1\x5e\x37\x74\x3e\x08\x77\xa1\x6f\x51\xb2\xc1\xd9\x7c\xa2\x59\x28\x15\xfe\xbc\x4d\x93\xe7\xab\x69\xa8\xfe\x04\x00\x00\xff\xff\xc2\xa5\x54\xbd\xed\x02\x00\x00") - -func testImagesAgnhostMakefileBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostMakefile, - "test/images/agnhost/Makefile", - ) -} - -func testImagesAgnhostMakefile() (*asset, error) { - bytes, err := testImagesAgnhostMakefileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/Makefile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd2\x33\xe3\x02\x04\x00\x00\xff\xff\xb7\xfc\x7c\x20\x04\x00\x00\x00") - -func testImagesAgnhostVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostVersion, - "test/images/agnhost/VERSION", - ) -} - -func testImagesAgnhostVersion() (*asset, error) { - bytes, err := testImagesAgnhostVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostAgnhostGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x96\x4f\x6f\xe3\x36\x13\xc6\xcf\xe6\xa7\x18\xe8\xf0\xc2\x5e\xc4\x52\x36\x2f\x50\xb4\x29\x7a\x70\x1d\x27\x31\x36\xb0\x83\xc8\x69\xb0\x47\x9a\x1a\x49\x84\x29\x52\x25\xa9\xd8\x46\x90\xef\x5e\x0c\xad\x78\x9d\xd6\x4e\xa3\x9e\xc2\x3f\xbf\x87\x1c\xd1\x33\x4f\x26\xf9\xc2\xc6\xa6\xde\x5a\x59\x94\x1e\x2e\xce\xbf\xfe\x02\x8b\x12\xe1\x5b\xb3\x44\xab\xd1\xa3\x83\x51\xe3\x4b\x63\x5d\xcc\xd8\x9d\x14\xa8\x1d\x66\xd0\xe8\x0c\x2d\xf8\x12\x61\x54\x73\x51\x22\xb4\x3b\x67\xf0\x07\x5a\x27\x8d\x86\x8b\xf8\x1c\xfa\x04\x44\xed\x56\x34\xf8\x95\x6d\x4d\x03\x15\xdf\x82\x36\x1e\x1a\x87\xe0\x4b\xe9\x20\x97\x0a\x01\x37\x02\x6b\x0f\x52\x83\x30\x55\xad\x24\xd7\x02\x61\x2d\x7d\x19\x2e\x69\x8f\x88\xd9\xf7\xf6\x00\xb3\xf4\x5c\x6a\xe0\x20\x4c\xbd\x05\x93\x1f\x52\xc0\x3d\x63\x00\x00\xa5\xf7\xf5\x65\x92\xac\xd7\xeb\x98\x87\x28\x63\x63\x8b\x44\xed\x28\x97\xdc\x4d\xc7\x93\x59\x3a\x19\x5e\xc4\xe7\x8c\x3d\x6a\x85\xce\x81\xc5\x3f\x1b\x69\x31\x83\xe5\x16\x78\x5d\x2b\x29\xf8\x52\x21\x28\xbe\x06\x63\x81\x17\x16\x31\x03\x6f\x28\xce\xb5\x95\x5e\xea\xe2\x0c\x9c\xc9\xfd\x9a\x5b\x64\x99\x74\xde\xca\x65\xe3\xdf\x3d\xd0\x5b\x54\xd2\xc1\x21\x60\x34\x70\x0d\xd1\x28\x85\x69\x1a\xc1\xef\xa3\x74\x9a\x9e\xb1\xa7\xe9\xe2\x76\xfe\xb8\x80\xa7\xd1\xc3\xc3\x68\xb6\x98\x4e\x52\x98\x3f\xc0\x78\x3e\xbb\x9a\x2e\xa6\xf3\x59\x0a\xf3\x6b\x18\xcd\xbe\xc3\xb7\xe9\xec\xea\x0c\x50\xfa\x12\x2d\xe0\xa6\xb6\x14\xbb\xb1\x20\xe9\xe9\x30\x8b\x59\x8a\xf8\xee\xf2\xdc\xec\x82\x71\x35\x0a\x99\x4b\x01\x8a\xeb\xa2\xe1\x05\x42\x61\x9e\xd1\x6a\xa9\x0b\xa8\xd1\x56\xd2\xd1\x8f\xe7\x80\xeb\x8c\x29\x59\x49\xcf\x7d\x98\xff\xe3\x73\x62\xf6\x25\x61\xac\xe6\x62\x45\x87\x54\x5c\x6a\xc6\x64\x55\x1b\xeb\xa1\xcf\x7a\x51\xae\x78\x11\x31\xd6\x8b\x0a\xe9\xcb\x66\x19\x0b\x53\x25\xae\xce\xbf\xfe\x3f\x11\x66\x69\x79\xd8\x5a\xfd\xec\x62\x69\x92\x95\x32\x45\x74\x30\xdd\xe7\x5d\xe2\xd1\xf9\x44\x56\xbc\x40\x97\xf0\x42\x97\xc6\xf9\x84\x37\x99\xf4\xc3\xda\x9a\xcd\xf6\xf3\x22\x61\xb4\x46\xe1\x3b\x08\x6c\x36\x14\x46\x3f\xef\x72\x79\xb8\xc6\x65\x69\xcc\xea\xf3\xfa\x4c\xbb\xcf\xc3\xa8\xbd\xdd\xd6\x46\x6a\x3f\xa4\x6d\xb4\x9f\x97\xe6\x7c\x85\x85\xf4\x0e\xed\x73\x17\x99\xd4\x42\x35\x74\x93\x50\x12\x75\x87\x77\x51\xf2\x19\x35\xba\x0e\x1f\xa7\x4c\xe1\x86\x05\x6a\xb4\xdc\x9b\x0e\x21\x6a\xec\x10\x16\xed\x6c\x50\x74\x12\xd0\x72\x07\x81\x19\x3a\xcd\x77\x3f\xd0\x7f\x53\x75\xcd\xd9\x9a\x37\x0e\x3b\xe0\xc6\xfa\x61\x6e\xec\x9a\xdb\xac\x73\x1a\x91\xb8\x0b\x1f\xf2\x6d\x48\x43\xcd\xab\x0e\x41\xee\xeb\x68\xc0\x58\xde\x68\x11\x7c\xa3\x3f\x80\x17\xd6\xb3\xc6\xf8\x71\x95\xc1\xe5\x6f\xf0\xbf\x60\x11\xf1\xd8\x54\x15\xd7\xd9\xcb\xa3\xc3\x4b\x88\x78\x5d\x47\xfb\x7f\x2e\x97\x10\x5d\xc4\x3f\x45\xaf\x6c\xaf\x8b\x47\x59\xd6\x0a\xfa\xc1\x22\xc2\x6b\xc7\xe3\x2a\x1b\xd1\xec\x9e\x66\x83\xa3\x74\xeb\x0d\x84\x8e\x77\xc3\x13\x9c\xcd\xc8\x11\xda\x4f\x08\xb8\x25\x45\xeb\x11\x4f\xbb\xf5\xe3\xda\x4c\x3b\x12\x5c\xcd\xd2\xb4\xc9\x73\xb9\xf9\x57\x2a\xd4\xf3\x9d\x74\x27\x62\x69\xc9\x89\x17\xb7\xc6\x79\x77\x1c\xfa\x61\x2b\x81\xdd\xcf\x16\x21\x39\x8e\x6b\xde\xf9\x09\xc9\xae\xf9\x0a\x6f\xa4\xdf\x05\x74\x5c\xf3\x37\x33\x21\xd5\x54\x8f\x77\x4b\xe3\xb0\x74\x5c\xf7\xe6\x25\x24\xb8\x6b\xc7\x27\x48\x53\xb8\x02\x75\x00\x4d\xe1\x6e\xde\xdc\xe4\x38\xad\x31\xc4\x30\xc3\x13\xf7\xb6\x66\xd1\x32\x34\x3c\xc9\x51\x0e\xb7\x1c\x0d\x4f\x70\x86\x6a\x3c\x60\x26\xd5\x3c\xbc\xef\x47\xe4\x3e\x33\x7f\xe0\x1f\xa4\x67\xb0\x01\xa2\xef\x69\x70\x82\x09\xe5\x1b\xa0\x30\x3a\x4d\xb5\x06\xb1\xf3\x87\x37\xc1\xf5\x6e\xf1\xa3\xbc\x08\x09\xf1\x56\xef\xa4\x0b\x09\x71\xdb\x2e\x1c\xd7\x1c\x54\xca\xbe\x38\x58\x2f\x49\x60\x36\x5f\x4c\xfa\x42\x51\x99\x36\xcb\xc1\x25\xa4\xa6\x42\xa0\x90\x1c\x70\x8b\x50\x73\xe7\xa8\x1d\x51\xa6\x28\xe8\xaf\x45\xc5\xa9\x61\xa2\x96\xc2\x51\xb7\x05\x6b\x04\xdd\xf6\x61\x4b\x84\xd0\xa0\x79\x13\x8e\xe6\x22\x74\x91\xbe\xc4\x2a\x86\x05\x35\x97\x6b\xa9\x14\x70\xe5\xa8\x65\x13\xaa\xc9\x42\x5b\x54\x51\xff\x46\xcd\x4c\x6d\xa5\xa6\xb3\x4b\x54\x75\xcc\x7a\xed\x95\xd7\x74\x53\x70\x22\xba\x33\xa6\x69\x8a\xfe\xe5\x95\xf5\xa8\x57\x89\xa7\x5a\xfa\x80\xf4\x0f\xf9\x83\x47\xb8\x27\x4b\x70\x1e\x75\x8b\x0d\xe8\x59\x6e\x4c\x7b\xce\x29\xd5\x64\x83\xa2\xf1\xd8\x1f\xb0\x57\xf6\x57\x00\x00\x00\xff\xff\x7f\x2d\xc4\xc9\x93\x0b\x00\x00") - -func testImagesAgnhostAgnhostGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostAgnhostGo, - "test/images/agnhost/agnhost.go", - ) -} - -func testImagesAgnhostAgnhostGo() (*asset, error) { - bytes, err := testImagesAgnhostAgnhostGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/agnhost.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostAuditProxyMainGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x55\x5d\x6f\xdb\xb8\x12\x7d\x16\x7f\xc5\x5c\x01\x2d\xe4\x40\xa5\x92\xde\x97\x5e\x17\x79\x70\x9d\xe4\xd6\x68\xeb\x14\x71\xb2\x45\xb1\x58\x2c\x68\x69\x24\x71\x4b\x91\x2a\x3f\xec\x78\x8b\xfc\xf7\xc5\x50\x72\x12\xb7\x68\x8b\x62\x9f\x64\x92\x33\xc3\x33\xe7\x9c\xa1\x8b\x23\x36\x37\xfd\xce\xca\xa6\xf5\xf0\xfc\xf8\xe4\x7f\x70\xdd\x22\xbc\x09\x6b\xb4\x1a\x3d\x3a\x98\x05\xdf\x1a\xeb\x38\x63\x6f\x65\x89\xda\x61\x05\x41\x57\x68\xc1\xb7\x08\xb3\x5e\x94\x2d\xc2\x78\x92\xc3\x6f\x68\x9d\x34\x1a\x9e\xf3\x63\xc8\x28\x20\x1d\x8f\xd2\xc9\x4b\xb6\x33\x01\x3a\xb1\x03\x6d\x3c\x04\x87\xe0\x5b\xe9\xa0\x96\x0a\x01\x6f\x4b\xec\x3d\x48\x0d\xa5\xe9\x7a\x25\x85\x2e\x11\xb6\xd2\xb7\xf1\x92\xb1\x04\x67\x1f\xc7\x02\x66\xed\x85\xd4\x20\xa0\x34\xfd\x0e\x4c\xfd\x38\x0a\x84\x67\x0c\x00\xa0\xf5\xbe\x9f\x16\xc5\x76\xbb\xe5\x22\xa2\xe4\xc6\x36\x85\x1a\xa2\x5c\xf1\x76\x31\x3f\x5f\xae\xce\x9f\x3d\xe7\xc7\x8c\xdd\x68\x85\xce\x81\xc5\xcf\x41\x5a\xac\x60\xbd\x03\xd1\xf7\x4a\x96\x62\xad\x10\x94\xd8\x82\xb1\x20\x1a\x8b\x58\x81\x37\x84\x73\x6b\xa5\x97\xba\xc9\xc1\x99\xda\x6f\x85\x45\x56\x49\xe7\xad\x5c\x07\x7f\x40\xd0\x1e\x95\x74\xf0\x38\xc0\x68\x10\x1a\xd2\xd9\x0a\x16\xab\x14\x5e\xcd\x56\x8b\x55\xce\x3e\x2c\xae\x5f\x5f\xde\x5c\xc3\x87\xd9\xd5\xd5\x6c\x79\xbd\x38\x5f\xc1\xe5\x15\xcc\x2f\x97\x67\x8b\xeb\xc5\xe5\x72\x05\x97\x17\x30\x5b\x7e\x84\x37\x8b\xe5\x59\x0e\x28\x7d\x8b\x16\xf0\xb6\xb7\x84\xdd\x58\x90\x44\x1d\x56\x9c\xad\x10\x0f\x2e\xaf\xcd\x00\xc6\xf5\x58\xca\x5a\x96\xa0\x84\x6e\x82\x68\x10\x1a\xb3\x41\xab\xa5\x6e\xa0\x47\xdb\x49\x47\xe2\x39\x10\xba\x62\x4a\x76\xd2\x0b\x1f\xd7\xdf\xb4\xc3\xd9\x51\xc1\x58\x2f\xca\x4f\x54\x44\x84\x4a\xfa\xde\x9a\xdb\x1d\x63\xb2\xeb\x8d\xf5\x90\xb1\x24\x95\xa6\x90\x26\x78\xa9\x52\x96\xa4\xca\x34\xf4\xd1\xe8\x0b\x12\x86\x7e\x1b\x97\x32\x96\xa4\x8d\xf4\x6d\x58\xf3\xd2\x74\x85\xeb\xeb\x93\xff\x16\xa5\x59\x5b\x11\x8f\x3e\xbd\x70\x5c\x9a\x42\xf4\xb2\x13\x65\x2b\x35\xda\x5d\xd1\x7f\x6a\x0a\x1b\xb4\x97\x1d\xa6\x3f\x0f\x29\x1c\x5a\x29\x94\xfc\x1b\x6d\xf1\x97\x33\x3a\x65\x49\x44\x2b\xb5\xf3\x42\x29\x78\x94\xef\xd0\x6e\xd0\xc6\x64\x5a\x15\x31\xae\x18\x03\xf7\x79\x9b\x93\x9f\xa7\x6c\x4e\x0e\x81\x3d\x8e\xa2\x80\x94\x4d\x18\x2b\x0a\x98\x77\xd5\x8c\xd6\xef\x89\x39\x32\x48\x70\xa3\xf5\x1a\xdd\x1a\xe7\x61\x4e\x44\x70\xb6\x11\xf6\xab\xd8\x53\x78\x1a\x49\xe2\x73\xd3\x75\x42\x57\x5f\x58\x72\xe3\x70\x0a\x00\x69\xbc\xe1\x59\x14\x23\xcd\x59\xb2\x6a\x8d\xf5\x53\x9a\x42\xe7\x51\x3b\xf2\x5d\xd4\xe7\xc5\xf1\x8b\xe3\x68\x0b\xa9\x4b\xd3\x91\xfe\x31\x11\x70\x83\xda\x3b\xca\x7c\x6b\x74\x33\x05\x48\x6f\xdc\xe0\x79\x8f\xce\x43\xb5\xd3\xa2\x93\x25\x8c\x1c\x36\x1c\x16\x1e\xd4\x2f\xd5\x26\x73\xc5\xe9\x41\x47\x8e\xea\x20\x0e\x72\xd0\xb2\x36\xb6\x83\x4e\x68\x4d\x56\x33\xe0\x7c\x65\x82\xe7\x04\x65\x66\x1b\x37\x05\x18\x5a\x7e\x27\x6e\x65\x17\xba\x25\x6d\x66\xc7\x93\x9c\x25\x57\x41\x53\xeb\x9d\x90\x3a\x67\x77\x2c\xf2\x95\xb1\x04\x75\x69\xc8\xb6\xa3\x13\xf8\xf9\xb0\x66\x49\x85\x87\x07\x67\xc3\x9a\x54\xa9\x83\x2e\x63\xa1\xac\xec\x2a\x38\x3a\x20\x39\x07\x61\x1b\x07\xbf\xff\x41\x53\xac\x9b\x09\x7c\x61\x89\x2b\x5b\xec\x10\xa6\xa7\xf7\xc5\x96\xb8\x5d\xc5\xcd\x6c\x72\x68\x35\xbe\x18\xbe\xd9\x90\x33\x61\xc9\x83\x35\xa9\x00\xb9\x33\x66\xdf\xef\x66\x71\xeb\x0c\x6b\x11\x94\x7f\x87\x5e\x5c\x88\xd2\x1b\xbb\xcb\x61\x28\xf1\xf0\xad\x85\x72\x54\x71\xdf\xf2\xe9\xc0\x38\x9f\x9b\x0a\x4b\xb7\xef\xfc\xc2\xd8\xf1\x79\xce\x1e\xae\xce\x61\xf4\x35\x1f\x60\xff\xdf\x9a\xd0\x8f\x61\x93\x07\xae\xbe\xaa\x78\xa3\xe5\x06\xad\x13\x6a\xe4\x2e\xfb\x51\x11\x96\xd0\xc4\xf3\xd7\x42\x57\x0a\x2f\x82\x2e\xb3\xb4\x48\x73\x68\xe3\xda\x4e\x58\xa2\x4c\xc3\x2f\x84\x17\x2a\x8b\x81\x83\x57\x67\xba\x5a\xd1\xe0\x64\xe9\x94\x0c\x95\xe6\xa0\xa5\x9a\x4c\x48\xe0\xa8\xd2\x98\x9e\x6d\xe3\x43\xcf\xaf\xd0\xf5\x46\x3b\xfc\x40\xce\xb2\x39\x3d\xe5\x70\x34\x9e\x7c\x0e\xe8\x7c\xd4\x6b\x6d\xaa\x5d\x0e\x68\x23\xe3\xc3\xe3\xc4\xaf\x50\x54\x33\xa5\x32\x8b\x9f\xf9\x2b\x53\xed\x26\x2c\x91\x75\x8c\xf9\xcf\x29\xdd\x49\x79\x11\xe2\x7b\x2b\xb5\xaf\xb3\xb4\x34\x41\x55\xf1\x4f\xcc\xa2\xa8\xe2\x9f\x06\xcd\x06\xd5\x9e\xc2\x93\x4d\x1a\x2f\x98\xb0\x24\xd9\xf2\x88\xe6\x35\x0a\xa2\x28\x82\x59\x79\xe1\x83\x5b\x68\x8f\x56\x0b\x15\x1b\xb4\xe7\xd6\x9a\x18\x6f\xd1\x07\xab\x59\x72\xc7\x12\x54\x84\xf0\xe9\x9e\xd6\x73\x1a\x1d\xe2\xe5\xcb\x1d\xbb\x87\xf7\xc8\x75\x83\x0c\x0b\xed\x4d\x36\x2a\x96\xc3\xd8\xab\x9a\xbc\xfc\x51\x33\xb5\x90\x0a\x2b\x88\x59\x34\xaa\xeb\x50\x4f\xe1\xc9\x3a\x07\xd1\xcb\x51\xc1\x29\x3c\x71\xe9\xbe\xde\x0f\xdd\xf2\x6f\x3a\xae\xb0\xa6\x99\x1c\x45\xe0\x73\x65\x1c\xcd\x10\x4b\x8a\x62\x78\x2e\xf6\xef\xc7\xfd\xdb\xc0\x12\x7a\x64\xfe\xcc\x87\x83\x48\x87\xd0\x0d\x02\x2a\xbe\xf0\xd8\xb9\xd8\xeb\x48\xd4\x38\x19\xe3\x28\x64\x4f\x63\x4a\x0e\xc6\xf1\x55\xac\x45\x60\xbe\x55\xfd\x3b\xb2\x0f\xc5\x1e\xbf\x6a\x87\xba\xff\x32\x0d\xf7\x3c\x10\x11\x77\xec\xfb\xf9\x97\x6f\x68\x00\xfe\x09\x00\x00\xff\xff\x2b\xc6\xc5\xa5\xb3\x09\x00\x00") - -func testImagesAgnhostAuditProxyMainGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostAuditProxyMainGo, - "test/images/agnhost/audit-proxy/main.go", - ) -} - -func testImagesAgnhostAuditProxyMainGo() (*asset, error) { - bytes, err := testImagesAgnhostAuditProxyMainGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/audit-proxy/main.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostConnectConnectGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x95\xdf\x6e\xdb\x38\x13\xc5\xaf\xc5\xa7\x38\x9f\x80\xaf\x2b\x1b\x8a\x9c\x74\xaf\xd6\x45\x2e\xbc\x8e\xb3\x35\xda\xda\x85\xed\xb4\x28\xda\x62\x4b\x4b\x23\x99\x88\x44\x6a\x49\x2a\x4e\x50\xe4\xdd\x17\x23\xc9\x89\xbd\x45\x17\x58\x20\x7f\x1c\x72\x78\xe6\x37\x33\x87\xcc\x68\x28\xa6\xa6\x7e\xb0\xaa\xd8\x79\xbc\x3c\xbf\xf8\x0d\x9b\x1d\xe1\x4d\xb3\x25\xab\xc9\x93\xc3\xa4\xf1\x3b\x63\x5d\x22\xc4\x5b\x95\x92\x76\x94\xa1\xd1\x19\x59\xf8\x1d\x61\x52\xcb\x74\x47\xe8\x77\x62\x7c\x20\xeb\x94\xd1\x78\x99\x9c\x23\xe2\x80\xb0\xdf\x0a\x07\xaf\xc4\x83\x69\x50\xc9\x07\x68\xe3\xd1\x38\x82\xdf\x29\x87\x5c\x95\x04\xba\x4f\xa9\xf6\x50\x1a\xa9\xa9\xea\x52\x49\x9d\x12\xf6\xca\xef\xda\x24\xbd\x44\x22\x3e\xf5\x02\x66\xeb\xa5\xd2\x90\x48\x4d\xfd\x00\x93\x1f\x47\x41\x7a\x21\x00\x60\xe7\x7d\x3d\x1e\x8d\xf6\xfb\x7d\x22\x5b\xca\xc4\xd8\x62\x54\x76\x51\x6e\xf4\x76\x3e\x9d\x2d\xd6\xb3\xb3\x97\xc9\xb9\x10\x37\xba\x24\xe7\x60\xe9\xaf\x46\x59\xca\xb0\x7d\x80\xac\xeb\x52\xa5\x72\x5b\x12\x4a\xb9\x87\xb1\x90\x85\x25\xca\xe0\x0d\x73\xee\xad\xf2\x4a\x17\x31\x9c\xc9\xfd\x5e\x5a\x12\x99\x72\xde\xaa\x6d\xe3\x4f\x1a\x74\xa0\x52\x0e\xc7\x01\x46\x43\x6a\x84\x93\x35\xe6\xeb\x10\xbf\x4f\xd6\xf3\x75\x2c\x3e\xce\x37\xaf\x97\x37\x1b\x7c\x9c\xac\x56\x93\xc5\x66\x3e\x5b\x63\xb9\xc2\x74\xb9\xb8\x9a\x6f\xe6\xcb\xc5\x1a\xcb\x6b\x4c\x16\x9f\xf0\x66\xbe\xb8\x8a\x41\xca\xef\xc8\x82\xee\x6b\xcb\xec\xc6\x42\x71\xeb\x28\x4b\xc4\x9a\xe8\x24\x79\x6e\x3a\x18\x57\x53\xaa\x72\x95\xa2\x94\xba\x68\x64\x41\x28\xcc\x1d\x59\xad\x74\x81\x9a\x6c\xa5\x1c\x0f\xcf\x41\xea\x4c\x94\xaa\x52\x5e\xfa\xf6\xef\x1f\xca\x49\xc4\x70\x24\x44\x2d\xd3\x5b\x16\x49\x8d\xd6\x94\x7a\x21\x54\x55\x1b\xeb\x11\x89\x20\xcc\x2b\x1f\x8a\x20\xd4\xd4\xfe\x32\x8e\x7f\xba\x07\x97\xca\xb2\xe4\x8f\x5e\x55\x14\x0a\x11\x84\x85\xf2\xbb\x66\x9b\xa4\xa6\x1a\xb9\x3a\xbf\xf8\x75\x94\x9a\xad\x95\xa1\x18\x08\x31\x1a\x61\x5a\x65\xd3\x4e\x9c\x1b\xd8\xb8\x7e\x34\x85\xde\x19\xe7\x31\xe5\xd0\x44\xdc\x49\x7b\x1c\x78\x89\x17\xad\x46\x32\x35\x55\x25\x75\xf6\x5d\x04\x37\x8e\xc6\x00\xc2\x1e\x14\x9f\xf9\xf8\x98\x59\xbf\x86\xb1\x08\xd6\x3b\x63\xfd\x18\xe1\xc4\x7b\xaa\x6a\xef\x20\xb1\x99\xbe\x3f\x94\xa5\xda\x59\x65\xb0\xe4\x1b\xab\x5b\x8a\xbc\x29\x41\xd6\x1a\xeb\xf8\xf8\x5b\xa3\x8b\x31\xbe\x6d\xac\x22\xc7\xee\x30\x35\xe9\x1f\x25\xbc\x69\x1b\x58\xa8\x3b\xd2\x68\xf1\x59\x94\x19\x12\x2c\x75\x27\x07\xe5\x51\x5b\xa5\x19\xe1\xb0\x54\x91\x73\xdc\xe4\xda\x52\xae\xee\x29\xeb\xae\x85\x7c\x9e\x65\xb7\xca\xd6\xd2\x05\xfc\x4e\x7a\x78\x72\x1e\xa9\x74\xe4\x90\x4a\x8d\x74\x47\xe9\x2d\x7b\x60\x2c\xc4\x10\x37\x8b\x37\x8b\xe5\xc7\x05\xce\xf0\x07\x69\xb2\x2a\x1d\x35\xfa\x56\x9b\xbd\x46\xa4\x8d\x3e\xd3\xe4\xf7\xc6\xde\x0e\xfa\xec\x11\x15\x31\xb6\x32\x83\xb4\x45\x53\x91\xf6\x6e\x20\x86\xd8\xcc\xdf\xcd\xd8\xa8\x67\xed\x5b\x71\xdc\xa7\xae\x83\xe0\xf1\x66\x30\x8d\x17\x43\x5c\x2d\xd6\x38\xc3\xe4\xa9\x44\xdd\xae\x58\x72\xa6\x6c\xf8\x90\x18\x62\x35\xbb\xbe\x59\xcf\xae\x70\x86\xe9\xb3\x96\xa5\x9c\x07\x2e\x86\x58\x6e\x5e\xcf\x56\x38\xc3\xb2\x35\x7c\x4f\xc8\xd5\x1e\x31\x86\xda\xc0\x9a\xc6\x13\x37\x9a\xdb\x1b\x0e\xbe\xc5\x22\x98\xd8\xc2\x8d\xd1\xf9\x61\x76\x2f\x53\xcf\x0b\xd1\xc5\x20\x16\xc1\xaa\xd1\x63\xa0\x92\x4a\xc7\xe2\x51\xb4\x2e\x62\x6c\xd3\x74\xf8\xc9\x55\x63\x5b\xfb\x0b\x91\x37\x3a\x85\xd2\xca\x47\x03\x7c\x17\xc1\xb3\xd7\x92\xeb\x52\x16\x2e\x1a\x3c\xc5\x7e\x90\x36\x7a\xd1\xab\xc4\x08\xfb\x4f\x61\x7c\xaa\x18\x9d\x0f\x62\x84\xef\xe4\xbd\xaa\x9a\xaa\xdd\xc2\x96\x72\x63\xa9\xf7\x18\x97\x76\x98\x7f\x38\x60\xb8\x96\x80\x51\xa3\xb4\xca\x30\x3c\xf1\x77\xcc\xb3\x71\xf8\xfc\xb5\xb3\x40\x8b\x98\xb1\x03\xc6\x97\xed\xce\xe7\xf3\xaf\x42\x04\xa3\x11\x56\x94\x35\x3a\x93\xda\x97\x0f\xa8\xa5\xe5\xa7\xb2\xb5\xb5\x33\xe5\x5d\xf7\x5e\xf0\x31\xa5\x5b\x46\x38\x83\x3d\xb5\xfe\xe9\xa0\xda\x80\xd4\x58\xcb\x37\x9d\xe5\xba\x0b\x00\xd5\xbe\xbe\x96\x7e\xe1\x6b\x53\x5b\xb3\x2d\xa9\x4a\x44\xa0\x72\xfc\x19\xf3\x17\x59\xcb\x24\x9a\x7c\xb2\xae\x4b\xe5\x5f\x1b\xe7\xdf\x1b\xeb\x23\x4e\x36\x78\xd5\xee\xff\xef\x12\x5a\x95\x0c\x1e\xe4\x95\x4f\xae\xdb\x3b\x90\x47\xc6\x25\x6b\x9f\x91\xb5\x31\xc2\xde\xb6\x63\xfc\xff\xee\x8b\x0e\x5b\xd9\x81\x08\x02\xe3\x92\xd9\xbd\xf2\xd1\xc5\x40\x04\x8f\x87\xac\x47\x29\x57\x5d\x75\x9b\xe9\xfb\x49\x96\xd9\x28\xf4\x69\x1d\xc6\xf8\x6f\xa9\xaf\x16\xeb\x7f\x4f\x2b\x02\xbe\x02\x27\x79\xaf\x94\x2c\x37\xdd\xf4\x8f\x93\xc6\x07\x8b\x0d\x5a\x56\x3e\x70\xf9\x0c\xc0\x2a\xc9\xb4\x34\x8e\xa2\xe3\x24\xe7\x4f\xb5\x99\x7a\xc6\x44\xe6\x96\xd3\x90\xb5\x49\x34\xe4\x64\x4b\x5e\x36\x76\xf0\x8a\x77\x58\xe8\x10\x9a\x1c\x10\x5a\x53\xfc\xbc\xc2\xfe\x3e\x7f\xd1\x21\xe7\x3d\xa9\x2e\x78\x04\x95\xfc\xff\x2b\x47\xff\x7c\x1f\x21\x74\x49\x66\x2d\x08\xeb\x3d\x05\x1c\xc3\x04\x27\x47\x39\x9a\x6b\xee\x57\x92\xd9\x74\xb9\x58\x1c\xee\x7f\x1b\xfe\x53\xca\x3e\xea\x40\x79\x8a\xc9\x1d\xe2\x6f\x9e\xc6\xcf\x04\xda\x77\xe4\x1f\xa3\x3c\x12\x79\x14\x7f\x07\x00\x00\xff\xff\xa8\x45\xc4\x21\x0c\x09\x00\x00") - -func testImagesAgnhostConnectConnectGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostConnectConnectGo, - "test/images/agnhost/connect/connect.go", - ) -} - -func testImagesAgnhostConnectConnectGo() (*asset, error) { - bytes, err := testImagesAgnhostConnectConnectGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/connect/connect.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostCrdConversionWebhookConfigGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x54\x5d\x6f\xdb\x36\x14\x7d\x36\x7f\xc5\x99\x1f\x06\x3b\x70\xa5\x2c\xc0\x80\xce\x43\x1f\x3c\x27\xd9\x84\x04\xf6\x10\xb9\xed\x8a\x61\x0f\x34\x75\x25\x11\xa6\x49\x8d\xbc\x8a\x2a\x14\xf9\xef\x03\x25\x27\x4e\xb1\x3e\x6c\x8f\xf2\x39\x3c\x1f\xd7\x97\x4c\x2f\xc4\xda\x35\xbd\xd7\x55\xcd\xb8\xba\xfc\xe1\x2d\x76\x35\xe1\xae\xdd\x93\xb7\xc4\x14\xb0\x6a\xb9\x76\x3e\x24\x42\xdc\x6b\x45\x36\x50\x81\xd6\x16\xe4\xc1\x35\x61\xd5\x48\x55\x13\x4e\xc8\x02\x1f\xc8\x07\xed\x2c\xae\x92\x4b\xcc\x22\x61\x7a\x82\xa6\xf3\x9f\x45\xef\x5a\x1c\x65\x0f\xeb\x18\x6d\x20\x70\xad\x03\x4a\x6d\x08\xf4\x59\x51\xc3\xd0\x16\xca\x1d\x1b\xa3\xa5\x55\x84\x4e\x73\x3d\x98\x9c\x24\x12\xf1\xe9\x24\xe0\xf6\x2c\xb5\x85\x84\x72\x4d\x0f\x57\xbe\x66\x41\xb2\x10\x00\x50\x33\x37\xcb\x34\xed\xba\x2e\x91\x43\xca\xc4\xf9\x2a\x35\x23\x2b\xa4\xf7\xd9\xfa\x66\x93\xdf\xbc\xb9\x4a\x2e\x85\x78\x6f\x0d\x85\x00\x4f\x7f\xb7\xda\x53\x81\x7d\x0f\xd9\x34\x46\x2b\xb9\x37\x04\x23\x3b\x38\x0f\x59\x79\xa2\x02\xec\x62\xce\xce\x6b\xd6\xb6\x5a\x20\xb8\x92\x3b\xe9\x49\x14\x3a\xb0\xd7\xfb\x96\xbf\x1a\xd0\x73\x2a\x1d\xf0\x9a\xe0\x2c\xa4\xc5\x74\x95\x23\xcb\xa7\xf8\x65\x95\x67\xf9\x42\x7c\xcc\x76\xbf\x6d\xdf\xef\xf0\x71\xf5\xf0\xb0\xda\xec\xb2\x9b\x1c\xdb\x07\xac\xb7\x9b\xeb\x6c\x97\x6d\x37\x39\xb6\xb7\x58\x6d\x3e\xe1\x2e\xdb\x5c\x2f\x40\x9a\x6b\xf2\xa0\xcf\x8d\x8f\xd9\x9d\x87\x8e\xa3\xa3\x22\x11\x39\xd1\x57\xe6\xa5\x1b\xc3\x84\x86\x94\x2e\xb5\x82\x91\xb6\x6a\x65\x45\xa8\xdc\x23\x79\xab\x6d\x85\x86\xfc\x51\x87\xf8\xe7\x05\x48\x5b\x08\xa3\x8f\x9a\x25\x0f\xdf\xff\xaa\x93\x88\x8b\x54\x88\x46\xaa\x43\x14\x51\xbe\x50\xce\x3e\x76\xb4\xaf\x9d\x3b\x08\xa1\x8f\x8d\xf3\x8c\x99\x98\x4c\x95\xef\x1b\x76\x29\x9b\x30\x15\x62\x32\x3d\xbc\x0d\x89\x76\xa9\x32\x9a\x2c\xbf\xa9\x5c\x7a\x78\xd9\xb3\xe9\xb7\x60\x4f\x81\x5f\x01\x07\xe3\xaa\xa9\x98\x0b\x91\xa6\xf8\x95\x38\x2e\xc0\x40\x0d\xc4\xe3\xb6\x68\xfb\x46\x99\x36\x30\x79\x28\x67\x4b\x5d\x25\xa2\x6c\xad\x42\x45\xbc\x1e\x98\xb3\x39\x2e\xce\x9e\xc9\xfa\xe5\xf8\x17\x31\x19\x4f\x2c\x40\xde\x63\xf9\x0e\xd1\x3b\xc9\xec\x7a\xd4\x5b\x0f\xe0\x6c\x2e\x26\xba\x1c\x18\xdf\xbd\x83\xd5\x26\x9e\x9b\xc4\x58\xc9\xad\x64\x69\x66\xe4\xfd\x5c\x4c\x9e\xc4\xe4\x25\xd8\x8b\xde\x2b\xdb\x0d\x75\xb7\xee\x59\x72\xb4\xfd\xcf\xc2\x9e\xb8\xf5\xf6\x5c\x5c\x3c\x89\xb1\xe3\xa8\xb3\xbb\xcf\x4f\x8a\x58\x9f\xfa\x9c\x67\xf4\xcd\xea\x73\x5c\xb0\x09\xc9\xc8\x8e\xb6\x61\x4d\xfe\x1c\x3b\x62\xf7\x4e\x16\x7f\xfc\x78\xf9\xd3\x1d\xf5\xbf\x4b\xed\x4f\x06\x49\xe4\xdd\x6a\x43\x8b\xe7\x61\xdf\x51\x1f\xbf\xff\x6f\x97\xef\xcf\xfe\x91\x19\x65\xe3\x96\x4a\xa6\xb0\xc4\x9f\x7f\x0d\xe8\xf9\xb7\x2f\x43\xbe\xa7\x85\x98\x4c\xd2\x14\xbb\xed\xf5\x76\x19\x5f\x93\x80\x63\xcb\xad\x34\x31\x30\x64\x19\x57\xa0\xa3\xf1\xce\xc6\xdb\xd6\xd5\x92\xa1\xc8\xf3\xb0\xc6\xb2\xd1\x81\xfc\x23\x79\x84\xda\xb5\xa6\x88\x02\xc9\x28\x38\xce\x25\x3e\x7a\x4b\x60\x68\xff\x30\xbe\x0a\x2b\x5b\x7c\x20\xaf\xcb\x7e\x64\x0c\x43\x8a\x2d\x9e\xc4\x3f\x01\x00\x00\xff\xff\x6b\xa1\x93\x3d\x43\x05\x00\x00") - -func testImagesAgnhostCrdConversionWebhookConfigGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostCrdConversionWebhookConfigGo, - "test/images/agnhost/crd-conversion-webhook/config.go", - ) -} - -func testImagesAgnhostCrdConversionWebhookConfigGo() (*asset, error) { - bytes, err := testImagesAgnhostCrdConversionWebhookConfigGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/crd-conversion-webhook/config.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostCrdConversionWebhookConverterConverter_testGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xc4\x56\x6d\x6f\xdb\x46\x12\xfe\xac\xfd\x15\x53\x02\xbe\x52\x29\x4d\xca\xc1\x1d\x5a\xb0\xf0\x01\x8a\xe3\x5c\x85\xa6\x76\x20\x2a\x57\x04\x69\xd0\xae\x96\x23\x69\x13\x72\x97\xb7\x3b\x94\xac\x0b\xfc\xdf\x0f\xb3\xa4\xde\x1c\x27\x68\x80\x02\xe7\x17\x4a\x9c\x9d\x7d\x66\xe6\x99\xd9\x99\xcd\x9e\x88\x2b\xdb\x6c\x9d\x5e\xae\x08\x9e\x8e\x2e\x7e\x80\xd9\x0a\xe1\xe7\x76\x8e\xce\x20\xa1\x87\x71\x4b\x2b\xeb\x7c\x2a\xc4\x4b\xad\xd0\x78\x2c\xa1\x35\x25\x3a\xa0\x15\xc2\xb8\x91\x6a\x85\xd0\xaf\x24\xf0\x6f\x74\x5e\x5b\x03\x4f\xd3\x11\xc4\xac\x10\xf5\x4b\xd1\xf0\x47\xb1\xb5\x2d\xd4\x72\x0b\xc6\x12\xb4\x1e\x81\x56\xda\xc3\x42\x57\x08\x78\xa7\xb0\x21\xd0\x06\x94\xad\x9b\x4a\x4b\xa3\x10\x36\x9a\x56\xc1\x48\x0f\x91\x8a\x37\x3d\x80\x9d\x93\xd4\x06\x24\x28\xdb\x6c\xc1\x2e\x8e\xb5\x40\x92\x10\x00\x00\x2b\xa2\x26\xcf\xb2\xcd\x66\x93\xca\xe0\x65\x6a\xdd\x32\xab\x3a\x2d\x9f\xbd\x9c\x5c\x5d\xdf\x14\xd7\xe7\x4f\xd3\x91\x10\xaf\x4d\x85\xde\x83\xc3\xff\xb4\xda\x61\x09\xf3\x2d\xc8\xa6\xa9\xb4\x92\xf3\x0a\xa1\x92\x1b\xb0\x0e\xe4\xd2\x21\x96\x40\x96\xfd\xdc\x38\x4d\xda\x2c\x13\xf0\x76\x41\x1b\xe9\x50\x94\xda\x93\xd3\xf3\x96\x4e\x08\xda\x79\xa5\x3d\x1c\x2b\x58\x03\xd2\x40\x34\x2e\x60\x52\x44\xf0\x6c\x5c\x4c\x8a\x44\xfc\x3a\x99\xfd\x74\xfb\x7a\x06\xbf\x8e\xa7\xd3\xf1\xcd\x6c\x72\x5d\xc0\xed\x14\xae\x6e\x6f\x9e\x4f\x66\x93\xdb\x9b\x02\x6e\x5f\xc0\xf8\xe6\x0d\xfc\x3c\xb9\x79\x9e\x00\x6a\x5a\xa1\x03\xbc\x6b\x1c\xfb\x6e\x1d\x68\xa6\x0e\xcb\x54\x14\x88\x27\xc6\x17\xb6\x73\xc6\x37\xa8\xf4\x42\x2b\xa8\xa4\x59\xb6\x72\x89\xb0\xb4\x6b\x74\x46\x9b\x25\x34\xe8\x6a\xed\x39\x79\x1e\xa4\x29\x45\xa5\x6b\x4d\x92\xc2\xfb\x27\xe1\xa4\xe2\x49\x26\x44\x23\xd5\x07\x06\x51\xd6\xac\xd1\x11\x3a\x21\x74\xdd\x58\x47\x10\x8b\x41\x34\xdf\x12\xfa\x48\x0c\xa2\x45\x4d\xfc\x61\x90\x32\xce\xc9\xf1\xf7\xf0\x20\xf4\x41\x81\xd9\x31\xcb\xb0\x85\x45\xda\x2c\x23\x21\x06\xb2\xd1\x78\x47\x68\x82\x67\xeb\x0b\x88\x3e\xfc\xe0\x53\x6d\xb3\x13\xf9\xb9\x6c\xb4\x47\xb7\x46\x97\x35\x1f\x96\xbc\xe6\x4f\x15\xb2\xf5\x05\xe3\x1e\xf6\xd6\x52\xad\xb4\x41\xb7\x3d\x6c\xa8\x91\xe4\x57\xe8\x65\xad\xf1\xe4\x5a\x45\xad\xc3\xf2\x4b\x9b\x5c\x6b\x48\xd7\xf8\x27\x54\x32\x8f\x4e\xcb\x4a\xff\x17\x5d\xf6\xde\x5b\x13\x89\xa1\x10\x8b\xd6\x28\x98\xa1\xa7\xab\x1d\xcd\x6f\xc6\xbf\xbc\x8c\x09\x9e\xf4\x2c\xa5\xb3\x21\x7c\x14\x03\x25\x3d\x7a\xc8\x2f\xe1\xed\xbb\xce\x2f\x16\x32\x7d\xbb\x33\xc9\x3f\x1d\xc7\x62\x30\x50\xd6\x10\x1a\x9a\x6d\x1b\x3c\x91\xe3\x5d\x83\x8a\xb0\xfc\xfb\x68\x74\xed\xdc\x5e\x7e\xcf\x58\xfc\x7f\x04\x98\x07\xc4\xe8\x84\xe7\xb4\x8f\x70\x7d\x31\x47\x92\x17\x51\xc2\x5b\x8e\x6c\xe5\xfd\x96\x70\xb6\xb8\xb8\xba\x38\x83\xda\xa9\xe9\x1c\x22\x5e\x82\x46\x3a\x8f\x80\xce\x59\x17\xd4\xee\x93\x47\x3d\xf9\x5a\x37\x4e\x7c\xd8\xca\xba\xfa\x12\xf8\x17\xc2\xfc\xff\x47\xf8\x55\xc1\xdd\x8b\x81\x97\x75\x53\xe1\xed\xfc\xfd\x0c\xeb\xa6\x92\x84\x5c\x33\x7f\x7c\xd0\xa6\xcc\xa1\x2b\x31\x36\x30\xc5\xb5\xc6\x8d\x38\xf6\xe0\xcc\x0b\x6e\x90\xe8\x29\x17\x00\xad\x2e\x73\x18\x8d\x46\xa3\xf3\xd3\x87\x00\x28\xd1\x73\x17\x1d\xbf\x9a\xec\xf7\x7a\xe2\x4e\x9a\xe2\x5d\x30\x9e\x2a\x5b\x67\xeb\xa7\x02\xc0\xce\xdf\xa3\x22\x9f\x87\x8e\x7d\x0e\xc7\xe6\x1e\xdb\x72\x11\xf4\x00\x7a\x6f\x9d\x35\x33\x39\xef\x65\x7c\x2c\x4b\x49\x32\xef\xdf\x01\x8c\xac\x31\x87\x7a\x7b\x6e\x70\x73\xae\x9c\x35\xe7\x9d\xb9\x5e\x81\xbb\xe1\x41\x99\xd7\x0b\x96\x40\xf4\x04\xfa\xdf\xec\x1f\xd1\x7e\x5d\xd7\x72\xd9\xa1\xc9\x0d\x7a\x5b\x63\x87\x18\xc4\xbd\xd2\xca\x7a\x7a\x65\x1d\xe5\x10\x55\x56\xc9\x8a\xdf\xf3\xef\x47\xdf\x8f\x22\xf1\x87\x18\x70\x13\xfe\x3d\x01\x52\xcc\xb7\x93\x86\x1b\x67\x38\xb2\x9c\x6a\x4a\xa7\xad\x89\x49\xa5\x07\x06\xbe\x8b\x20\xfa\x8e\x54\x7a\x94\xd9\x04\xb8\x19\x7c\x7a\xf4\x07\x87\xa4\x32\xf8\xa2\xa6\xb4\x68\x9c\x36\xb4\x88\x3f\xc9\x36\x7b\x70\x64\x65\xc8\xbb\xb3\x0c\x5e\x68\xe7\x09\xc8\x6d\x81\x6b\x32\x01\x4d\xe0\x57\xb6\xad\x4a\x58\x48\x5d\x81\xf4\xa1\xfd\x33\xbf\x3c\xca\x48\xd6\x15\x6f\x74\xe8\x1b\xcb\x13\x26\xbf\x84\x5d\x2b\x4f\x6f\x70\x33\x45\x65\x5d\x89\x2e\x1e\x76\x5a\xa1\x6a\x12\xae\xf1\x9d\x66\xa7\x15\xe4\x71\xf4\xea\xb6\x98\x45\x09\x44\x59\x3f\x49\xa2\xa4\x6f\x3c\xbe\x53\x93\x0c\xb5\x8f\x64\x18\x40\xf5\x22\xc0\x7d\x73\x09\x46\x57\x1d\x09\x03\x4a\x5f\x48\x92\x55\x8c\xce\x05\x9d\xfb\x23\xeb\xe9\x4f\x01\x26\x1d\x97\x65\x1c\x5d\x75\x9c\x9e\x33\xa9\x51\x60\xe4\x88\xe5\xb0\xb5\xe0\x69\x72\xdd\xd5\x5e\xdf\x78\xe3\x5d\xb4\x09\xf4\x98\xc3\xfe\xe4\xf1\x6a\x77\x60\x38\xbc\x07\x13\x2b\x7d\x78\xa8\x3e\x06\xb7\xbc\x5a\x61\x1d\x88\xeb\x9b\x3f\x87\x5a\x04\x61\xbc\x0b\xb0\xc2\x50\x13\xa7\x6d\x63\x08\xff\x84\x51\x1f\xf0\xdc\x96\xdb\x00\xd1\x7b\x96\x3e\xb3\xe5\x36\x7d\xc6\x93\xb7\x03\x61\x94\x6f\xc2\x24\x66\x37\xf8\xd6\xe4\x63\xde\x94\xc0\xdb\x77\x2c\x7e\x04\xbe\xaf\xa8\x3d\x9b\x8b\x38\xda\x69\xf0\xdd\x27\x94\x83\x35\xf0\xed\x99\xff\x36\x81\x79\x4b\x5c\x2a\x2c\xc4\x32\xdc\xd8\xb8\x4f\x74\x94\x9e\xe2\xee\x52\x1a\xcc\x77\x29\xec\xf2\x33\x70\x48\xad\x33\x5d\xbe\xf8\xc9\x0d\xab\xd8\x0f\x42\x0e\x8f\x4b\x92\xe9\xe1\xc1\x77\x58\x89\x83\xf8\x39\x2e\x64\x5b\xd1\x2f\x48\xf2\x85\x54\x64\xdd\x36\x81\x8e\xdb\xdd\xe7\x8e\xcd\xdf\x13\xfe\xeb\x6b\xf0\xd4\x48\xfa\x1c\x95\x2d\x31\x7e\x94\xc7\x84\x2b\x2c\x81\xbf\x9d\x24\x7a\xf8\xe3\x67\xcb\x6f\x11\x47\x4a\x1a\xbe\xe4\x96\x01\x35\x9c\x9a\x1c\x7e\x33\x70\xb6\xfe\xcd\xc0\x35\x37\xfa\x1c\xce\xd6\x51\x72\x9a\xb7\xe0\xdb\xa1\x6e\xf5\x02\x4e\x2c\xa6\xd3\x9d\xf2\x14\x7d\x5b\x51\x5a\x90\xa4\xd6\xb3\x0b\xeb\x8b\xfe\xa5\x68\x95\xe2\xcb\xe0\x27\xfe\xb8\x1e\x2b\x5c\x04\xba\x6c\xf5\x2e\x3c\x6e\xe3\xe0\xc6\xee\x72\x57\xf6\xcd\xe5\xf8\xd6\x93\xbe\x3e\x7a\xf9\x78\xff\xe7\x79\xfe\x4c\x60\x57\x47\xb6\x78\x2c\xbc\x1d\xbd\x4b\xa7\x72\xf3\x20\x01\x61\xf9\x0b\xfc\xc7\x0f\x69\xc4\x04\x24\xfb\x12\x3d\x3a\x85\x0e\x1c\x04\xe0\xf4\x5f\x48\x87\xc9\x15\xb3\x1d\xb6\x22\xf7\x36\x42\xfe\x8e\x0e\xc5\x25\x9c\xad\x13\x90\x8a\x5a\x59\x5d\x76\x9c\xb2\xc1\xc7\x3d\xd8\xcf\x85\x87\x56\xbb\x88\xdf\x46\x61\xed\xdd\x5f\x6b\x34\x8c\xa0\xcf\xd8\xe3\xeb\xfa\x5f\x60\xef\x7e\xc8\x77\x8b\x7b\xf1\xbf\x00\x00\x00\xff\xff\xc6\xc7\x36\xae\x4e\x0e\x00\x00") - -func testImagesAgnhostCrdConversionWebhookConverterConverter_testGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostCrdConversionWebhookConverterConverter_testGo, - "test/images/agnhost/crd-conversion-webhook/converter/converter_test.go", - ) -} - -func testImagesAgnhostCrdConversionWebhookConverterConverter_testGo() (*asset, error) { - bytes, err := testImagesAgnhostCrdConversionWebhookConverterConverter_testGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/crd-conversion-webhook/converter/converter_test.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostCrdConversionWebhookConverterExample_converterGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x54\x51\x6f\xdb\x36\x17\x7d\x16\x7f\xc5\x2d\x81\x00\x72\xe1\x4f\x4e\xfc\x54\xf8\x83\x1f\xbc\x24\x5b\x8d\x76\x76\x11\xa5\x2d\x8a\xa2\x40\x69\xea\x4a\xe2\x2c\x91\x2c\x79\x65\xc7\x68\xfb\xdf\x07\xca\x52\xa2\x66\x6b\x92\x01\xc3\x5e\x2c\x93\x3a\x87\xe7\xdc\xcb\x73\x35\x79\xce\xce\x8d\x3d\x38\x55\x94\x04\xd3\xd3\xb3\x17\x70\x5d\x22\xbc\x6a\x36\xe8\x34\x12\x7a\x58\x34\x54\x1a\xe7\x13\xc6\x5e\x2b\x89\xda\x63\x06\x8d\xce\xd0\x01\x95\x08\x0b\x2b\x64\x89\xd0\xbd\x19\xc3\x3b\x74\x5e\x19\x0d\xd3\xe4\x14\xe2\x00\xe0\xdd\x2b\x3e\xfa\x3f\x3b\x98\x06\x6a\x71\x00\x6d\x08\x1a\x8f\x40\xa5\xf2\x90\xab\x0a\x01\x6f\x24\x5a\x02\xa5\x41\x9a\xda\x56\x4a\x68\x89\xb0\x57\x54\xb6\x22\xdd\x11\x09\xfb\xd0\x1d\x60\x36\x24\x94\x06\x01\xd2\xd8\x03\x98\x7c\x88\x02\x41\x8c\x01\x00\x94\x44\x76\x36\x99\xec\xf7\xfb\x44\xb4\x2e\x13\xe3\x8a\x49\x75\x44\xf9\xc9\xeb\xe5\xf9\xe5\x2a\xbd\xfc\xdf\x34\x39\x65\xec\xad\xae\xd0\x7b\x70\xf8\xa5\x51\x0e\x33\xd8\x1c\x40\x58\x5b\x29\x29\x36\x15\x42\x25\xf6\x60\x1c\x88\xc2\x21\x66\x40\x26\xf8\xdc\x3b\x45\x4a\x17\x63\xf0\x26\xa7\xbd\x70\xc8\x32\xe5\xc9\xa9\x4d\x43\x3f\x34\xa8\x77\xa5\x3c\x0c\x01\x46\x83\xd0\xc0\x17\x29\x2c\x53\x0e\xbf\x2c\xd2\x65\x3a\x66\xef\x97\xd7\x2f\xd7\x6f\xaf\xe1\xfd\xe2\xea\x6a\xb1\xba\x5e\x5e\xa6\xb0\xbe\x82\xf3\xf5\xea\x62\x79\xbd\x5c\xaf\x52\x58\xff\x0a\x8b\xd5\x07\x78\xb5\x5c\x5d\x8c\x01\x15\x95\xe8\x00\x6f\xac\x0b\xde\x8d\x03\x15\x5a\x87\x59\xc2\x52\xc4\x1f\xc4\x73\x73\x34\xe3\x2d\x4a\x95\x2b\x09\x95\xd0\x45\x23\x0a\x84\xc2\xec\xd0\x69\xa5\x0b\xb0\xe8\x6a\xe5\xc3\xe5\x79\x10\x3a\x63\x95\xaa\x15\x09\x6a\xd7\x7f\x29\x27\x61\xcf\x27\x8c\x59\x21\xb7\xe1\x10\x69\xf4\x0e\x1d\xa1\x63\x4c\xd5\xd6\x38\x82\x98\x45\x3c\xaf\x89\xb3\x88\x87\x9a\x75\xe1\x39\x63\x11\xdf\xbe\xf0\x89\x32\x93\x6d\x65\x8a\xb0\xae\x91\xc4\xee\x0c\xfa\x6d\x61\x55\x2d\x64\xa9\x34\xba\xc3\xc4\x6e\x8b\xb0\xe1\x27\x01\x34\xd9\x9d\xf1\x3b\xfa\x83\xb8\x49\xa3\x3d\xb9\x46\x52\xe3\x30\xe3\x6c\xc4\x58\xde\x68\xd9\x5b\xbc\xbc\x11\xb5\xad\xf0\xfc\xea\x22\x5e\x6f\xfe\x40\x49\xf0\x7c\x88\x4f\xde\x0e\x16\x63\x20\xd3\xc7\xf9\x58\xc4\x08\xe2\x87\xe0\xc7\x72\x92\x94\x04\x35\x7e\x04\x5f\x59\x14\x0a\x4d\xde\xc5\xd3\x51\xb2\xd4\xb9\x89\x79\xe7\x22\xb4\x5b\xba\x8c\x8f\x18\x8b\xfa\xde\x65\x9d\x9f\xd9\x1c\x8e\xff\x92\x0b\x44\x1b\x26\x33\x1e\xb1\x28\x77\xa6\xee\xbd\xdc\x21\x7e\x43\x5a\xbc\x59\x76\xfb\x71\x38\x4d\xe5\x03\xd3\xf3\x39\x0c\x79\x5f\x59\x14\x39\xa4\xc6\x69\xd0\xaa\x1a\x83\x6f\x7d\x5e\x3a\x67\xdc\x7b\x45\xe5\xef\xe8\xbd\x28\xb0\x37\xd9\x52\x02\x1d\x04\xf4\xcb\x90\x7c\xf2\x58\xe5\xe0\x4b\xd3\x54\x59\x3b\xc8\x52\x54\x55\x1b\x8d\x3d\x6e\x4a\x63\xb6\x33\x38\xf1\x7c\xd0\xbb\x11\x8b\xbe\x33\x16\xf9\xbd\x22\x59\xfe\xc4\x79\xf0\x26\x85\x47\xe0\x9e\xc2\xc4\x25\x78\xbc\xa7\x44\x9a\x3a\xdc\xfd\x8c\x45\xfd\x01\x77\xe5\x85\x7a\x7e\x4e\x9a\xb6\xa4\xa8\x34\x9e\xde\x18\x47\x63\x30\xdb\xd0\xb9\x7b\xed\x4e\x8e\x8f\x8f\xbc\xc7\xf1\x4f\x81\xa5\xf2\x00\x0f\x02\x51\x94\x61\x85\x84\xf1\xdf\x13\xc7\x70\xc7\x1c\xb5\x70\x2b\x1c\xf9\xa0\xd4\xe5\x3e\x49\x6d\xa5\x28\xee\x51\x49\xdc\x45\x69\x0c\x7c\xd6\x51\x54\x0e\x15\xea\xb8\x65\x8e\xe0\xd9\x1c\xa6\x9d\xf4\x93\xae\x4b\xe9\x9d\xa8\x54\x06\xbd\x02\xec\x44\xd5\x20\x7c\x3e\xd9\x7d\xe6\xe3\xdb\xdd\xa3\xd2\xf7\xf6\xf7\xa1\x1e\xf0\x4f\x30\x87\xd6\xc9\xc7\xd3\x4f\x0f\xa2\x6d\xdb\xad\x5b\xf4\x59\x8b\x0e\x02\x19\xe6\xa2\xa9\xa8\x6d\xff\x53\x0a\x68\x34\xde\x58\x94\xe1\xab\x38\x88\x5e\xff\x3c\xf9\x72\x2f\x4c\x41\xe3\xb1\x6b\xff\x87\x59\x39\xbb\xcb\xca\x18\x4a\xe1\x5f\x1a\x4f\x8f\x85\xe5\x18\x14\xdb\x46\xab\x14\xbe\xed\xfc\x03\x14\x3b\xcc\x56\x2f\xf1\xed\xdb\x2d\xf5\x6b\x9f\x84\x67\xfd\xcb\x2e\x02\x41\x0b\xe6\xc0\xf9\xe0\x02\x3b\xd8\x80\xd8\x1a\xb9\x0f\x7b\x3c\xeb\x30\x87\xbc\xa6\x24\xb5\x4e\x69\xca\x63\x7e\xe2\x67\xed\xf0\x1e\x3b\x61\x6f\x73\xf3\x94\x19\xe0\x4f\x83\xda\xdb\x51\xf9\x8f\xb2\x32\x90\xf8\x97\x14\x06\x1f\xd5\xf6\xe3\xd6\x9f\x7b\xaf\xe6\x5e\x23\x6d\xa4\x44\xcc\xe2\x11\xfb\xce\xfe\x0c\x00\x00\xff\xff\x93\xc3\x72\x3d\x6d\x09\x00\x00") - -func testImagesAgnhostCrdConversionWebhookConverterExample_converterGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostCrdConversionWebhookConverterExample_converterGo, - "test/images/agnhost/crd-conversion-webhook/converter/example_converter.go", - ) -} - -func testImagesAgnhostCrdConversionWebhookConverterExample_converterGo() (*asset, error) { - bytes, err := testImagesAgnhostCrdConversionWebhookConverterExample_converterGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/crd-conversion-webhook/converter/example_converter.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostCrdConversionWebhookConverterFrameworkGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x59\x5f\x6f\x1b\x37\x12\x7f\x5e\x7e\x8a\xe9\x02\x0d\x76\x8d\xed\x2a\xf1\x53\xa1\x42\x0f\xaa\xed\xb4\xba\x36\x76\x61\xd9\x09\x82\xc0\xb8\x52\xbb\x23\x89\xd1\x8a\xbb\x47\x72\xa5\xa8\x86\xbf\xfb\x61\x48\xee\x6a\x65\x49\x89\x93\x06\xc5\xdd\xf5\x02\xc4\x12\xc9\x99\xe1\xfc\xfd\x71\x48\xf5\x4e\xd8\x59\x59\x6d\x94\x98\xcd\x0d\x9c\x3e\x7f\xf1\x3d\xdc\xcc\x11\x7e\xa9\x27\xa8\x24\x1a\xd4\x30\xac\xcd\xbc\x54\x3a\x65\xec\x57\x91\xa1\xd4\x98\x43\x2d\x73\x54\x60\xe6\x08\xc3\x8a\x67\x73\x04\xbf\x92\xc0\x6b\x54\x5a\x94\x12\x4e\xd3\xe7\x10\x11\x41\xe8\x97\xc2\xf8\x07\xb6\x29\x6b\x58\xf2\x0d\xc8\xd2\x40\xad\x11\xcc\x5c\x68\x98\x8a\x02\x01\x3f\x64\x58\x19\x10\x12\xb2\x72\x59\x15\x82\xcb\x0c\x61\x2d\xcc\xdc\x6e\xe2\x45\xa4\xec\xad\x17\x50\x4e\x0c\x17\x12\x38\x64\x65\xb5\x81\x72\xda\xa5\x02\x6e\x18\x03\x00\x98\x1b\x53\xf5\x7b\xbd\xf5\x7a\x9d\x72\xab\x65\x5a\xaa\x59\xaf\x70\x54\xba\xf7\xeb\xe8\xec\xe2\x72\x7c\xf1\xdd\x69\xfa\x9c\xb1\x5b\x59\xa0\xd6\xa0\xf0\x5f\xb5\x50\x98\xc3\x64\x03\xbc\xaa\x0a\x91\xf1\x49\x81\x50\xf0\x35\x94\x0a\xf8\x4c\x21\xe6\x60\x4a\xd2\x73\xad\x84\x11\x72\x96\x80\x2e\xa7\x66\xcd\x15\xb2\x5c\x68\xa3\xc4\xa4\x36\x3b\x0e\x6a\xb4\x12\x1a\xba\x04\xa5\x04\x2e\x21\x1c\x8e\x61\x34\x0e\xe1\xc7\xe1\x78\x34\x4e\xd8\x9b\xd1\xcd\xcf\x57\xb7\x37\xf0\x66\x78\x7d\x3d\xbc\xbc\x19\x5d\x8c\xe1\xea\x1a\xce\xae\x2e\xcf\x47\x37\xa3\xab\xcb\x31\x5c\xbd\x84\xe1\xe5\x5b\xf8\x65\x74\x79\x9e\x00\x0a\x33\x47\x05\xf8\xa1\x52\xa4\x7b\xa9\x40\x90\xeb\x30\x4f\xd9\x18\x71\x67\xf3\x69\xe9\x94\xd1\x15\x66\x62\x2a\x32\x28\xb8\x9c\xd5\x7c\x86\x30\x2b\x57\xa8\xa4\x90\x33\xa8\x50\x2d\x85\xa6\xe0\x69\xe0\x32\x67\x85\x58\x0a\xc3\x8d\x1d\xef\x99\x93\xb2\x93\x1e\x63\x15\xcf\x16\x24\x24\x2b\xe5\x0a\x95\x41\xc5\x98\x58\x56\xa5\x32\x10\xb1\x20\x9c\x2e\x4d\xc8\x82\x50\x94\x3d\x51\xd6\x46\x14\x34\x90\x68\x7a\x14\x17\xfa\x4e\xce\x90\x33\x1d\x32\x16\x84\x33\x61\xe6\xf5\x24\xcd\xca\x65\x6f\x59\x4b\x89\xea\x8f\xde\xac\xe4\xb5\x29\x25\xce\x2c\xc1\xe2\x7b\x9d\x8a\xb2\xb7\x28\xca\x9d\x31\xaf\x04\x7e\x30\x28\xad\xda\xdf\xf1\x4a\x68\x54\x2b\x54\xbd\x6a\x31\xa3\x35\xbd\x4b\xd0\x5b\xbd\x08\xff\x04\xef\x04\x0d\x27\x01\x4b\x34\x7c\xf5\x02\x3a\x72\x96\x3c\x9b\x0b\x89\x6a\xb3\x65\x26\xa2\xbd\xfd\x8e\xd3\xf5\x6a\xa9\x8d\xaa\x33\x53\x2b\xcc\x3f\xc6\xa4\x6a\x69\xc4\x12\x9f\x40\xd2\xd3\xa8\x04\x2f\xc4\x1f\xa8\x7a\xef\x75\x29\x43\x16\x50\x18\xfc\xea\x71\xf5\x89\x68\xbb\x4d\xcc\x58\xaf\xd7\x44\xf8\x65\x2d\x33\xca\x64\xca\x84\x5a\xa3\x82\x1c\xa7\x42\x62\x0e\xd3\x5a\x66\x94\x2a\x36\xd3\xb8\xdc\x78\x06\xf2\x5c\x6a\xf1\x24\x2b\x73\xa4\xb2\xd9\x96\xbc\xd0\xc0\x49\xb4\xc1\x65\x55\x70\x43\x09\xcb\x0d\x64\x5c\xc2\xc4\x0a\x6f\x45\x9d\x5d\x77\xa4\xc1\x4c\xac\xb0\x11\xe3\x37\x4d\x99\xd9\x54\xb8\xa3\x23\x2d\x45\x57\x93\xf7\x98\x19\x38\xe9\xba\x36\xbd\xed\x0c\x12\x68\xa4\xba\x5c\x8c\x21\xfa\x18\xb1\x8b\x7b\x3a\x36\xdc\xd4\x3a\x66\x8c\x36\x01\x6d\x47\x17\x4a\x95\xea\x8d\x30\xf3\x57\xa8\x35\x9f\x61\xb4\xd4\x33\x2f\x34\x81\x8a\x2b\xbe\xd4\x90\xa6\xa9\x90\x06\xd5\x94\x67\x78\xff\x10\xef\x8a\x83\x7b\x16\x28\x34\xb5\x92\xbb\xf3\xf7\x2c\x08\xbc\xcc\x3e\x4c\x97\x26\x1d\x57\x4a\x48\x33\xa5\x0d\x1a\xc9\x69\x9a\xc6\x09\x0b\x02\xc7\xd1\x87\x5d\x09\x2f\xb9\x28\x6a\x85\x09\x0b\x1e\xd8\xc3\x8e\xd2\xe3\x3a\xcb\x10\xf3\xe8\x33\x54\x69\xb6\xd8\x59\xb0\x72\xb4\x6e\x76\xe8\xf5\x20\x2f\xcf\xda\x88\xbd\x76\x75\xd3\x84\xc7\x25\x0f\x01\x2d\x6a\x0b\x84\x36\x48\xda\xe5\x06\x82\xaf\x32\xd8\xf2\x5f\x3b\x52\xa8\x35\xa1\x14\xd1\xb8\x14\xe8\xe4\x44\x9b\x7d\x84\x5b\xbd\x1e\x38\xed\xb5\x3d\x1f\x5a\x22\x85\xba\x2a\x09\xba\xc0\x7b\x44\x03\x57\xa4\x09\x01\x16\xe6\xdb\xd3\xe6\x1a\xb9\x2e\x65\xa3\xd0\x21\x09\xce\x89\x07\x8c\x8c\xbc\x91\x8d\xce\x27\xde\x9c\x74\xcf\x9c\xa4\xf1\x47\x37\x6d\xe3\xc3\x0c\x6e\x57\x0a\xcb\x8a\xab\x16\x6c\xf3\x2b\xef\xb9\x77\x77\xbe\x58\xd3\x6b\xbe\xbe\x68\x00\x8b\x05\x54\x3f\xff\x4c\xc8\xc1\xd0\x1f\x80\xe2\x72\x8b\xd4\x5e\x89\xb4\x11\x41\xa1\xcd\x14\x91\x1d\x4d\xff\xfb\x07\x16\x04\x62\x0a\xa8\x2c\x5d\xa6\xd2\x5b\xb9\xe4\x4a\xcf\x79\xf1\x8f\xf1\xd5\x65\x54\x4e\xde\xd3\xfe\xf1\x0f\x96\xe2\x9b\x01\x48\x51\x58\xb9\x01\x61\x76\x6a\x0b\x24\x42\xa5\x62\x9a\xf2\xe9\xf5\xec\xb8\xb5\x96\x33\xb8\x46\x5d\x17\xa6\xbf\x9f\x87\xc1\x91\xaa\x08\xa7\x5c\x14\xee\x8c\xae\x1b\xf5\x0a\x9f\x63\x10\x7d\xbb\x8a\x5d\x98\x91\xb4\xe9\xc3\xb7\xab\x30\xf1\x55\xda\xea\x9f\xd0\xa2\x2d\xa7\xe0\xd3\x15\x15\x04\xc1\x83\xfd\x20\xe7\xd0\xff\x36\x38\x67\xd7\x89\xaf\x32\xeb\x2d\x37\x1d\x3d\xcb\x54\xf2\x38\x06\xe7\xa8\xa9\xe5\x18\xfe\x36\xf2\xbd\x53\xec\x1c\xed\xb8\x9b\x9a\xfc\x66\x70\xb0\xe6\xf6\x3c\xdc\x72\x59\xa3\xe2\x2f\xf2\xb6\x93\x71\xcc\xae\x74\x8c\x66\xab\x6c\xf4\x14\x6b\xf6\x52\x76\x40\xdd\x15\xca\x3c\x7a\xbc\x92\xc0\xa1\x5c\xbe\x77\xab\x7d\xe8\xa8\xf1\x10\x13\xdc\x3c\xd1\xb6\xb3\x47\xdb\xf4\xf7\xaa\x88\xac\x6d\xec\xdf\xfe\x7b\x84\x93\x47\x11\xee\xc9\xe0\xf6\xdf\x87\x6b\x07\x20\xed\x73\xd0\xec\x6f\x03\x64\xff\xc7\xb0\xbf\x08\xc3\xfe\x47\xe1\xeb\xaf\x41\x2e\xd7\xfd\xd1\x3d\x27\x5a\xdb\x0b\x72\xda\x6c\xf6\x46\x09\x83\x2a\x01\x05\x27\x7e\xfe\x63\x95\xed\x4b\x78\x52\xe6\x1b\x78\x77\x37\xd9\x18\x64\x14\x6f\x95\xfe\x48\x33\x9d\xa2\x11\x53\xc8\xb9\xe1\x49\x53\x6e\xee\x2a\x98\x5e\x23\xcf\x87\x45\x11\x39\x06\x5f\x6b\x83\x4e\xad\x59\xc9\x03\xcb\xeb\x62\xf8\xc0\x18\x05\xc2\xa0\x34\x37\xd4\xed\x13\x12\xa4\x3f\x23\xcf\x51\xa5\x3f\xa1\x89\xc2\x33\xb7\xf8\x1d\xad\x86\x31\x0b\xb6\xb7\x1f\xa2\x9d\xa1\x19\xc9\xaa\x36\xe3\x76\x36\xea\x48\x8b\xad\xf6\x1d\x8e\x8e\x2a\xd4\xc9\xf7\x07\xbb\x15\x2a\xe4\x8a\x17\x22\x87\xee\x9e\x30\xb7\xca\xc0\xef\xdf\xea\xdf\x43\xeb\xb6\x8e\xf4\x4e\x7a\xdb\xd6\x9d\xa6\xac\x9b\x5d\xc6\xaf\x13\xb0\xfd\xbc\x9d\x72\xc5\xf1\x23\xcf\x7d\x08\x88\xd6\xe5\x89\xf3\x82\x15\xf5\x3a\x3a\x8d\xd3\x91\x9c\x96\xd3\x28\x9c\x73\x99\x17\x74\x88\xf8\x83\xc7\x83\x02\xb9\x30\x66\x41\x39\x79\x9f\xc0\x6c\xb5\x68\x43\xb0\x35\x33\x3d\x47\xba\x97\x45\x44\x99\x90\xc1\xf6\x8f\x73\xc6\x23\xf0\x3b\xe4\x85\x2d\x4e\xe5\xd8\x0a\x75\x39\xf1\x08\xa6\x76\x50\xca\xea\xe5\x20\x8a\x1d\x02\xd5\x2f\xf5\x0b\x25\x64\x73\x94\x5d\x4d\xde\xb7\xa5\xe8\xea\x84\x05\x7a\x2d\x4c\x36\x87\x93\xd9\x6a\x41\x26\x65\x5c\xb7\xd7\x8d\x74\x9c\xcd\x71\x89\x3f\xa9\xb2\xae\x7c\xe1\xa7\x74\x9b\xfb\x45\xc8\xdc\x66\x56\x5b\x99\x2b\x81\xeb\x30\xee\x6f\x51\xc1\x4d\x25\x50\x2e\xc8\x3f\x84\xc0\xd1\xc1\x26\x9e\xa8\x3c\x2a\x7e\x53\x2e\x5c\x92\x1f\x72\xea\xc5\x87\x0a\x33\x3a\xb7\x8f\x09\x81\x49\x6d\x60\x56\x52\x94\x6f\x42\x7b\x2a\xc6\xbb\xf8\xd9\x26\xd8\x67\x79\xb2\x75\x65\x17\x30\xdd\x8e\x2d\x46\x50\x41\x7e\xec\xd2\xe3\x89\x77\x81\x23\x3e\x2a\x2e\xbd\x1d\x9d\xc3\x00\x0e\xb2\xd3\x5a\x93\x1d\x6d\xae\x47\x3b\x9e\xd2\x28\x73\x97\xf5\x4e\x9c\x4f\xfb\xc3\x7b\xc5\x31\x63\x41\x60\x7b\x28\x8d\xa6\xdb\xa6\x25\x20\x0c\x08\x6d\x1f\x25\x25\x62\x8e\x39\xd8\xa7\xc5\x6d\x57\xb4\xaf\xbf\x6b\x85\x06\x87\xdb\x4e\xbb\x68\xbb\x8c\x6e\x36\x3e\xb2\xb3\xcd\xbf\xaf\x9e\x7a\x7f\x36\xeb\xfe\xa3\x13\xee\xef\x9d\x6b\x5f\x92\x66\x39\x4e\x39\xf5\x06\x47\x30\xfc\x56\xea\xba\xf2\x37\x85\x19\xe5\x60\xfb\x24\xb6\x10\x32\xf7\x66\xce\x56\x8b\xaf\x0b\xd5\x3c\xb3\xcf\xfd\x7b\x67\xf8\xd0\xce\xd3\xe9\x5d\x76\x8f\x6a\x7f\x80\x5f\xd5\x66\xf7\x04\x77\x62\xdc\x79\xb5\xcb\xf0\xc4\xf3\xdb\xeb\xb1\x7b\x72\xb7\x52\xbf\xde\xa1\x1d\xd8\xf6\x66\x57\xc7\xf4\x42\xda\xc3\xb7\x13\xbd\x04\xd6\x07\x0f\xdf\x4f\x39\x1e\x95\xf2\x83\x78\x47\x9d\x91\x34\xa8\x24\x2f\xc6\xf6\x61\xdb\x52\xec\xea\xe5\xee\xb2\x76\xf9\xe2\x03\x5f\x56\x05\xfa\x7e\xd3\xf5\x88\x4a\x03\xca\xbc\x2a\x85\x34\xed\x4f\x08\xe8\xe8\xb6\x6f\xfe\xed\x1b\x30\xd7\xcd\x64\x23\xeb\xfa\xbc\xf3\x46\x6b\x5b\xcf\x03\x5b\x3d\xb1\x11\xb5\x3d\xa7\xef\x5c\x13\xd8\x5e\x41\xb6\x7b\xc5\x64\x8e\x7d\x09\x5e\x62\x2e\xb8\xed\xc9\xdc\xb5\x8f\x58\x69\x98\xc0\xb8\x9e\x34\xf3\x42\xce\x88\x81\xba\x06\x6d\x21\x18\x06\x6d\xcb\x70\x89\x6b\x07\xcb\x51\xf3\xcc\x2b\xa4\x30\x91\xd5\x81\xe7\xf9\x4d\xe9\x57\x1d\x63\xdc\x76\xd6\xfb\x6b\x70\xd2\xc8\x74\xd3\x56\x44\xe7\x19\x3e\x7d\x55\x6b\x13\xad\x5e\xa4\xc3\x7d\xb1\xf1\x41\x4a\x77\xe0\x1c\x24\x6f\xcc\x69\x73\x8c\xae\x2a\x4b\x5e\xbd\x6b\x1d\xd2\xde\xb0\xb7\x79\x78\xcf\x82\xfb\xd0\xff\xd8\x45\x91\x0a\x13\x08\xed\xcf\x05\x0f\x7d\xa0\x4f\xeb\x8c\x6d\xcd\xd9\xa9\x73\x07\x2a\xaf\xd0\xf0\x97\x3c\x33\xa5\xda\x24\xde\x89\xdb\xcf\x29\x2f\x34\xd2\xc5\x63\x4f\xfa\x86\x2f\x8b\xae\xf4\xb7\xc3\x57\xbf\x7e\xfe\x0e\x71\xd2\xba\xfd\xe3\xcd\x7d\xfb\xb8\xbf\x6f\x3b\x05\xa3\xe2\xca\xd8\x0b\xae\xff\x3d\x2a\x1d\x57\x85\x30\x97\x5d\x09\x09\x84\xbd\x30\x81\x53\x57\x9c\x05\xca\xc8\x32\xc5\x54\xa3\xa7\xb6\x42\xfd\x3d\x4e\x8a\xa2\x7b\xad\xeb\x04\x62\x1b\x82\x7b\xcb\xfb\xee\xf9\x9d\x7d\xbe\x37\xfa\xdd\x8b\xbb\x87\xbb\xae\x29\x47\x60\xee\x13\x66\x78\xc5\x3c\x78\x11\x00\x3e\xef\x6a\x76\x58\x95\xc3\x71\xbf\xf3\xb7\xad\x82\xd7\x1a\xad\x6b\xda\xdf\xe2\xd2\xdf\xb8\xd2\xe8\x60\x7a\x0b\xbf\xfe\x81\xc6\x31\x74\xde\x68\xbc\x00\x52\x83\x48\x16\x09\xac\xb6\xab\xdd\x2c\xb5\x7d\x89\xef\xcf\xed\x77\xdb\x1c\x39\xfe\xd4\xc6\x70\x30\x80\x85\xfb\xf6\xec\x59\xb3\xd0\x14\xb3\x5d\xf3\x03\xf7\xa0\xf1\x19\x9c\xe1\x49\x78\x90\x27\x3c\x09\x8f\x32\xf4\x2d\x83\xf7\xec\xaa\xf3\xd0\x40\x6e\xeb\xa4\xc2\x03\xfb\x77\x00\x00\x00\xff\xff\xc5\xcb\x31\x5d\x5d\x1f\x00\x00") - -func testImagesAgnhostCrdConversionWebhookConverterFrameworkGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostCrdConversionWebhookConverterFrameworkGo, - "test/images/agnhost/crd-conversion-webhook/converter/framework.go", - ) -} - -func testImagesAgnhostCrdConversionWebhookConverterFrameworkGo() (*asset, error) { - bytes, err := testImagesAgnhostCrdConversionWebhookConverterFrameworkGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/crd-conversion-webhook/converter/framework.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostCrdConversionWebhookMainGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x55\x5d\x6f\xdb\x3a\x12\x7d\x16\x7f\xc5\x2c\x81\x2d\xa4\xac\x2c\xa5\x1f\x0b\x74\xbd\xc8\x83\xd7\x4d\x50\xa3\xd9\x64\x11\xb9\x0d\x8a\xa2\x40\x69\x69\x2c\x13\x96\x48\x95\x1c\xc5\xf1\x06\xf9\xef\x17\x43\xc9\x69\xd2\x0f\xdc\xdb\xbc\x28\x12\x87\x73\xce\xcc\x9c\x39\xce\x8f\xc4\xdc\x76\x7b\xa7\xeb\x0d\xc1\x8b\xe3\xe7\xaf\x61\xb9\x41\x78\xd7\xaf\xd0\x19\x24\xf4\x30\xeb\x69\x63\x9d\xcf\x84\x38\xd7\x25\x1a\x8f\x15\xf4\xa6\x42\x07\xb4\x41\x98\x75\xaa\xdc\x20\x8c\x27\x29\x7c\x40\xe7\xb5\x35\xf0\x22\x3b\x86\x98\x03\xe4\x78\x24\x93\x7f\x8b\xbd\xed\xa1\x55\x7b\x30\x96\xa0\xf7\x08\xb4\xd1\x1e\xd6\xba\x41\xc0\xdb\x12\x3b\x02\x6d\xa0\xb4\x6d\xd7\x68\x65\x4a\x84\x9d\xa6\x4d\x00\x19\x53\x64\xe2\xe3\x98\xc0\xae\x48\x69\x03\x0a\x4a\xdb\xed\xc1\xae\x1f\x47\x81\x22\x21\x00\x00\x36\x44\xdd\x34\xcf\x77\xbb\x5d\xa6\x02\xcb\xcc\xba\x3a\x6f\x86\x28\x9f\x9f\x2f\xe6\xa7\x17\xc5\xe9\xe4\x45\x76\x2c\xc4\x7b\xd3\xa0\xf7\xe0\xf0\x6b\xaf\x1d\x56\xb0\xda\x83\xea\xba\x46\x97\x6a\xd5\x20\x34\x6a\x07\xd6\x81\xaa\x1d\x62\x05\x64\x99\xe7\xce\x69\xd2\xa6\x4e\xc1\xdb\x35\xed\x94\x43\x51\x69\x4f\x4e\xaf\x7a\x7a\xd2\xa0\x03\x2b\xed\xe1\x71\x80\x35\xa0\x0c\xc8\x59\x01\x8b\x42\xc2\x7f\x66\xc5\xa2\x48\xc5\xf5\x62\xf9\xf6\xf2\xfd\x12\xae\x67\x57\x57\xb3\x8b\xe5\xe2\xb4\x80\xcb\x2b\x98\x5f\x5e\xbc\x59\x2c\x17\x97\x17\x05\x5c\x9e\xc1\xec\xe2\x23\xbc\x5b\x5c\xbc\x49\x01\x35\x6d\xd0\x01\xde\x76\x8e\xb9\x5b\x07\x9a\x5b\x87\x55\x26\x0a\xc4\x27\xe0\x6b\x3b\x90\xf1\x1d\x96\x7a\xad\x4b\x68\x94\xa9\x7b\x55\x23\xd4\xf6\x06\x9d\xd1\xa6\x86\x0e\x5d\xab\x3d\x0f\xcf\x83\x32\x95\x68\x74\xab\x49\x51\x78\xff\xa1\x9c\x4c\x1c\xe5\x42\x74\xaa\xdc\x72\x92\xd2\x55\xa5\x35\x37\x3b\x5c\x6d\xac\xdd\x0a\xa1\xdb\xce\x3a\x82\x58\x44\x72\xdd\x92\x14\x91\x34\x48\x39\xcf\x43\x0a\x11\xc9\x5a\xd3\xa6\x5f\x65\xa5\x6d\x73\xdf\xad\x9f\xbf\xcc\x4b\xbb\x72\x2a\x1c\x6d\x5f\xfb\x4c\xdb\x7c\xfb\xa0\xbe\x9c\xd0\x53\xae\x5b\x55\xa3\xcf\x55\x6d\x36\xd6\x53\x5e\xba\x6a\xc2\x80\x83\xd6\x26\x23\x6e\x3e\x7c\x22\x74\x52\x24\x42\xdc\x28\xc7\x0c\x4a\x74\x74\xc6\x12\xe3\xde\x9b\x5a\x44\x5b\xdc\x87\xf7\x87\x0f\x81\x2b\xff\x69\x43\x7c\x31\xcf\x61\xde\x56\x73\x57\xcd\x1f\x20\xae\x07\x04\x1e\x62\xef\x47\x79\x0c\x5c\x60\xce\xdc\xb3\x80\xf6\xab\x5b\x27\xf0\x2c\x54\x98\xcd\x6d\xdb\x2a\x53\xdd\x89\xe8\xbd\xc7\x29\x00\xc8\x9f\x57\x22\x53\x11\x15\x1b\xeb\x68\x0a\xb2\x20\xe5\xc8\xc3\xdb\xe5\xf2\x7f\xe0\xd1\xdd\xa0\x63\xed\x04\xce\xaf\x5e\xbd\x1c\x26\x8b\x9e\xa5\x08\xf3\xde\x93\x6d\xaf\xd0\xdb\xde\x95\xf8\x03\x0f\xce\x7a\x6e\x4d\x3d\x85\x2f\xbc\xe1\xbe\x5f\x95\x03\x9f\x90\xc0\x83\xfc\xb3\xfb\x99\x10\xb3\x35\xa1\x83\x0a\xbb\xc6\xee\x19\x52\x13\xaf\xc3\x23\xb3\x28\x9b\xde\x13\xba\x34\x88\x45\x55\xad\x36\x2c\x7a\x45\xd6\x81\x41\xac\x3c\x87\x97\x0e\x15\x21\xa8\x5f\x23\x66\x07\x48\xde\xb4\x1f\xb3\x73\x12\xf6\x0f\x87\xad\x25\x84\xb1\x6b\xa1\x17\xdf\x9a\xc9\x86\xf5\x5d\x9d\x7e\xe8\xa5\x7a\xdc\xcd\x14\x1a\xed\x09\xc3\x0a\x3c\x6a\x6c\xca\x3b\x30\x30\xe5\x93\xe0\x64\xf9\xa8\x73\x74\x24\x01\x4d\xd5\x59\x6d\x28\xfb\x92\x8a\x68\xe6\x6a\x3f\x85\x61\xc8\xff\x55\xb7\xba\xed\xdb\x0b\xfe\x16\x1f\x27\xa9\x88\xae\x7a\x33\x05\x68\x95\x36\xa9\xb8\x17\x62\xdd\x9b\x12\xb4\xd1\x14\x27\x70\x27\xa2\x5f\xa8\x26\x3b\x6b\x54\xed\xe3\x24\x2b\x82\x4c\x3f\x28\x17\x3f\x3b\x68\x39\x05\x49\x8d\x9f\xf0\xeb\x84\xed\x53\xa6\x20\x79\xba\x91\x0c\xca\x2e\xad\x61\x7b\x3c\xf0\xae\x70\xad\xfa\x86\xe0\xf6\x9f\xc7\xff\x82\x39\x3a\x62\x07\xe0\x01\x70\xbf\xb8\x13\x45\x06\xf1\x7c\x06\x9c\x2e\x05\xbd\x06\x65\xf6\x29\x27\xe1\x20\xa3\xd8\xad\xe4\x3f\x44\x14\x45\x52\x85\xe9\x8f\x2a\xe4\xf0\x4c\x26\xbf\x55\xc0\xb8\x7b\x23\xff\xce\xe9\x1b\x45\x38\xd9\xe2\xfe\x77\xcb\x18\xaf\xc2\x16\xf7\xd0\x2a\x2a\x37\x1c\x35\x99\x3c\xe9\xca\x5f\x22\xb7\x30\x14\x98\xf1\xdc\x53\x90\xfc\x90\x69\x10\x00\xf3\x28\xb0\xec\x1d\x0e\xa2\xa0\x8d\xa2\x40\xe4\x20\xb7\x41\x37\x1e\xac\x91\x09\xcf\x95\x7d\xc3\x9a\xb5\xae\x0f\xcc\xfd\xe0\xb9\x43\xbb\xe2\x47\x57\x93\xd0\xbc\xa0\xb0\x2d\xee\x33\x41\xfb\x0e\x0f\x77\x3d\xb9\xbe\xa4\x20\x8c\xef\x9d\xeb\xdd\x77\xce\x75\xd0\x12\x2b\x2b\x2e\xdb\x0a\x8e\x9e\xd8\x4c\x0a\xca\xd5\x1e\x3e\x7d\x1e\xc2\x83\xd8\xca\x01\x64\x7a\x32\xc2\xdd\x1d\x40\xa6\xf0\x4d\x5c\x23\xce\x14\xc6\x71\xdd\x0b\x11\xb1\x79\x67\x6f\x95\xa9\x1a\x3c\xeb\x4d\x19\x3f\x59\x86\x14\x1e\xac\x37\x2b\xb8\xdc\xd3\x5b\xd5\x76\xcd\xb8\xd0\x94\xfc\xec\xba\x43\x55\xed\xff\x2f\x53\xe0\x12\xe2\x5d\xf8\xb5\xce\xae\xd0\x77\xd6\x78\xbc\x76\x3a\x98\x88\xc3\xaf\x70\x34\x9e\x7c\xed\xd1\x53\x02\x77\xb0\xcb\xc2\x71\xfc\xe9\xf3\x6a\x4f\x18\x4b\xbb\x95\x49\x02\xf7\x89\x88\xca\x46\xa3\x21\x8f\xc4\x05\xd6\x48\xf3\xf0\x1e\x27\x22\x1a\x87\x30\x3d\x81\x67\x21\x5d\x60\xe9\xee\x44\x14\xcd\xaa\xca\x4d\x83\xfd\xc3\xba\xa5\xac\xe8\x9c\x36\xb4\x8e\xe5\xf4\xef\x95\x4c\xc3\xe4\x79\x85\xa3\xe5\x79\x31\x74\x8c\xd7\x9c\x9f\xcb\xf3\x22\x1e\xfe\x4b\xe1\x01\x97\x43\xef\x45\x84\x2e\x40\x0d\xa0\xd9\x79\xd0\xc9\xcc\x54\x01\x94\xef\xc9\xa0\xf4\x44\x44\x7a\x0d\x1c\xfb\xb7\x13\x30\xba\xe1\xf9\x44\x9d\x32\xba\x8c\xd1\xb9\x84\x33\xdd\x8b\x3f\x02\x00\x00\xff\xff\xd8\x5a\xb9\x49\x9e\x09\x00\x00") - -func testImagesAgnhostCrdConversionWebhookMainGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostCrdConversionWebhookMainGo, - "test/images/agnhost/crd-conversion-webhook/main.go", - ) -} - -func testImagesAgnhostCrdConversionWebhookMainGo() (*asset, error) { - bytes, err := testImagesAgnhostCrdConversionWebhookMainGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/crd-conversion-webhook/main.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostDnsCommonGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x54\x5d\x6f\xdb\x36\x14\x7d\x16\x7f\xc5\x9d\x1e\x3a\x39\x50\xa8\x34\x7b\x9a\x87\x3c\xb8\x4e\x8a\x7a\xcd\x9c\xc1\x72\x56\x14\xc3\x80\xd2\xd2\x95\x74\x31\x89\xd4\xf8\x11\xc7\x28\xfa\xdf\x07\x52\x8e\x3f\x9a\x2e\x69\xb0\x27\x9b\xe2\xb9\x87\xe7\x1c\x5e\xde\xec\x84\x4d\x55\xbf\xd1\x54\x37\x16\xce\xcf\x5e\xff\x0c\xcb\x06\xe1\xbd\x5b\xa1\x96\x68\xd1\xc0\xc4\xd9\x46\x69\xc3\x19\xbb\xa6\x02\xa5\xc1\x12\x9c\x2c\x51\x83\x6d\x10\x26\xbd\x28\x1a\x84\xed\x4e\x0a\x7f\xa0\x36\xa4\x24\x9c\xf3\x33\x48\x3c\x20\xde\x6e\xc5\xa3\x5f\xd8\x46\x39\xe8\xc4\x06\xa4\xb2\xe0\x0c\x82\x6d\xc8\x40\x45\x2d\x02\xde\x17\xd8\x5b\x20\x09\x85\xea\xfa\x96\x84\x2c\x10\xd6\x64\x9b\x70\xc8\x96\x82\xb3\x8f\x5b\x02\xb5\xb2\x82\x24\x08\x28\x54\xbf\x01\x55\x1d\xa2\x40\x58\xc6\x00\x00\x1a\x6b\xfb\x71\x96\xad\xd7\x6b\x2e\x82\x4a\xae\x74\x9d\xb5\x03\xca\x64\xd7\xb3\xe9\xd5\x3c\xbf\x3a\x3d\xe7\x67\x8c\xdd\xca\x16\x8d\x01\x8d\xff\x38\xd2\x58\xc2\x6a\x03\xa2\xef\x5b\x2a\xc4\xaa\x45\x68\xc5\x1a\x94\x06\x51\x6b\xc4\x12\xac\xf2\x3a\xd7\x9a\x2c\xc9\x3a\x05\xa3\x2a\xbb\x16\x1a\x59\x49\xc6\x6a\x5a\x39\x7b\x14\xd0\x83\x2a\x32\x70\x08\x50\x12\x84\x84\x78\x92\xc3\x2c\x8f\xe1\xcd\x24\x9f\xe5\x29\xfb\x30\x5b\xbe\xbb\xb9\x5d\xc2\x87\xc9\x62\x31\x99\x2f\x67\x57\x39\xdc\x2c\x60\x7a\x33\xbf\x9c\x2d\x67\x37\xf3\x1c\x6e\xde\xc2\x64\xfe\x11\xde\xcf\xe6\x97\x29\x20\xd9\x06\x35\xe0\x7d\xaf\xbd\x76\xa5\x81\x7c\x74\x58\x72\x96\x23\x1e\x1d\x5e\xa9\x41\x8c\xe9\xb1\xa0\x8a\x0a\x68\x85\xac\x9d\xa8\x11\x6a\x75\x87\x5a\x92\xac\xa1\x47\xdd\x91\xf1\x97\x67\x40\xc8\x92\xb5\xd4\x91\x15\x36\xac\x1f\xd9\xe1\xec\x24\x63\xac\x17\xc5\xdf\x9e\xa4\x94\x86\x31\xea\x7a\xa5\x2d\x24\x2c\x8a\x57\x1b\x8b\x26\x66\x51\x5c\x75\xd6\xff\x90\xca\x48\x39\x4b\xad\x5f\x28\x93\xe1\x3d\x16\xfe\xaf\x8f\x43\xd6\x26\x66\x2c\x8a\x6b\xb2\x8d\x5b\xf1\x42\x75\x99\xe9\xab\xd7\x3f\x65\x85\x5a\x69\x11\xb3\x11\x63\x59\x06\xd3\xae\xbc\x9c\xe7\xb9\xab\x2a\xba\xf7\x51\x3a\xb3\xbd\xa4\x5a\x36\xca\x58\x98\x7a\x30\x67\x77\x42\x1f\x43\x2f\xe0\x55\xe0\xe1\x53\xd5\x75\x42\x96\x9f\x59\x74\x6b\x70\x0c\x00\x71\x29\xcd\xa9\x09\xa8\x38\x65\x51\xde\x28\x6d\xc7\x10\xff\xae\x49\x5a\x13\xac\x7a\xe2\x1f\x0d\x5c\xce\x73\x18\x70\xd0\x92\xb1\x1e\x7c\xad\x64\x3d\x06\xf8\x74\x00\xde\xa3\xd0\x0c\x0d\x49\x26\x30\xf0\x4f\x29\x8b\x26\xba\x36\x63\x80\x41\xca\x6f\xe2\x9e\x3a\xd7\xcd\xfd\xc7\xe4\x6c\x94\xb2\x68\xe1\xa4\x97\xd4\x7b\xba\x9d\xf6\x6b\x32\x36\x65\x5f\x0e\xed\xa3\xbe\x43\xed\xbf\x7f\x5f\x04\x7b\xf8\x73\x31\x04\xe4\xe9\x83\xbd\xa7\xb3\x18\x68\x9f\xcb\xe2\x00\xf5\xbf\xe3\xd8\xf9\x38\x88\xe3\xca\x16\xef\x94\xb1\xe6\xf9\x24\x76\xc8\x27\x42\x40\x5b\x9c\xfa\x52\xf3\xb4\xfd\x0c\x6d\x91\x05\x5c\x98\x5a\xff\x61\x3f\x1e\x98\x86\xc1\x76\xe4\x3d\x7e\xa1\xf9\xa0\xfb\x2d\xb5\x18\x8c\x57\x4e\x16\xdf\xe8\x91\xa4\xe8\x4a\x38\x39\x72\x96\x82\xd0\xb5\x81\x3f\xff\x1a\x1e\xd8\x08\x3e\xb3\xa8\x94\x66\x5f\x03\xe3\x0b\xa8\xf1\x2b\x9e\x11\x8b\xaa\xce\xf2\xe0\xa4\x95\xc9\xf6\x71\xf2\x5f\x15\xc9\xe4\xa8\x3a\x85\x38\x8d\x47\xa3\xc7\x9a\x76\x17\xf5\x02\x4d\xfb\x26\xdd\x6b\xda\xf3\x3c\xa7\x69\xdf\x1a\xdf\xd2\xb4\xcb\xef\x3b\xf5\x1c\x1e\xa5\x51\x94\xa1\x14\xb7\xfd\xe3\x17\x07\x07\xec\xf6\xfd\x35\xcf\x45\x87\xf0\x40\x34\xfc\x06\x3e\x6a\xf1\x52\x58\x91\x02\x6a\xed\xfd\x0d\x53\x90\x2f\xbe\xae\x1d\xb1\x88\xaa\x00\xfa\xe1\x02\x24\xb5\xbe\x38\xea\x85\xa4\x22\x41\xad\x47\x2c\xfa\xc2\x58\xa4\xd1\x3a\x2d\xb7\xf4\xc9\x03\xf7\x81\x22\x27\xb7\xde\x12\xb9\xd7\x13\x7c\x02\xe7\xfc\xb1\x3c\xff\x40\x94\xb3\x10\xc6\x35\x7f\xe3\xaa\x0a\x35\x8b\x7c\x54\xe3\x0b\xf0\x33\x9a\x1f\xf2\x05\x22\xce\xf9\x28\x40\x78\x6e\x4b\x5f\x7b\x01\xaf\x94\xb3\x8c\x45\x5b\x87\x7e\x6b\xe1\x64\xf2\x72\x47\x86\x2f\x35\x75\x79\x2f\x0a\x4c\x94\xb3\x3c\x1f\x7c\x86\xc8\xff\x0d\x00\x00\xff\xff\x2b\x2a\xc9\xf4\xa4\x08\x00\x00") - -func testImagesAgnhostDnsCommonGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostDnsCommonGo, - "test/images/agnhost/dns/common.go", - ) -} - -func testImagesAgnhostDnsCommonGo() (*asset, error) { - bytes, err := testImagesAgnhostDnsCommonGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/dns/common.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostDnsDnsGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x94\x41\x6f\xdb\xb8\x13\xc5\xcf\xe2\xa7\x98\xea\x64\xf7\xef\x4a\x69\x8a\x1c\xfe\x5e\xf4\xe0\xb5\x53\xc4\x68\x60\x17\x91\xb3\x45\xd1\x2d\x82\x31\x35\x92\x06\xa6\x49\x85\x1c\xc5\x36\x8a\x7c\xf7\x05\x2d\xa7\x9b\xb4\xc0\xde\x16\xd8\xa3\x38\x8f\x8f\x33\xbf\x37\x50\x9e\xc3\xff\xd6\x1d\x9b\x12\x5e\xed\xd8\x96\x6e\x17\x94\xca\x5f\xab\xa9\x6b\x0f\x9e\xeb\x46\xe0\xfc\xec\xed\xff\x61\xd5\x10\x7c\xec\xd6\xe4\x2d\x09\x05\x98\x74\xd2\x38\x1f\x32\xa5\xae\x59\x93\x0d\x54\x42\x67\x4b\xf2\x20\x0d\xc1\xa4\x45\xdd\x10\x9c\x2a\x23\xf8\x83\x7c\x60\x67\xe1\x3c\x3b\x83\x41\x14\xa4\xa7\x52\x3a\xfc\x4d\x1d\x5c\x07\x5b\x3c\x80\x75\x02\x5d\x20\x90\x86\x03\x54\x6c\x08\x68\xaf\xa9\x15\x60\x0b\xda\x6d\x5b\xc3\x68\x35\xc1\x8e\xa5\x39\x3e\x72\xb2\xc8\xd4\x97\x93\x81\x5b\x0b\xb2\x05\x04\xed\xda\x03\xb8\xea\xb9\x0a\x50\x94\x02\x00\x68\x44\xda\x71\x9e\xef\x76\xbb\x0c\x8f\x5d\x66\xce\xd7\xb9\xe9\x55\x21\xbf\x9e\x4f\x2f\x17\xc5\xe5\x9b\xf3\xec\x4c\xa9\x5b\x6b\x28\x04\xf0\x74\xdf\xb1\xa7\x12\xd6\x07\xc0\xb6\x35\xac\x71\x6d\x08\x0c\xee\xc0\x79\xc0\xda\x13\x95\x20\x2e\xf6\xb9\xf3\x2c\x6c\xeb\x11\x04\x57\xc9\x0e\x3d\xa9\x92\x83\x78\x5e\x77\xf2\x02\xd0\x53\x57\x1c\xe0\xb9\xc0\x59\x40\x0b\xe9\xa4\x80\x79\x91\xc2\xef\x93\x62\x5e\x8c\xd4\xe7\xf9\xea\x6a\x79\xbb\x82\xcf\x93\x9b\x9b\xc9\x62\x35\xbf\x2c\x60\x79\x03\xd3\xe5\x62\x36\x5f\xcd\x97\x8b\x02\x96\x1f\x60\xb2\xf8\x02\x1f\xe7\x8b\xd9\x08\x88\xa5\x21\x0f\xb4\x6f\x7d\xec\xdd\x79\xe0\x88\x8e\xca\x4c\x15\x44\x2f\x1e\xaf\x5c\xdf\x4c\x68\x49\x73\xc5\x1a\x0c\xda\xba\xc3\x9a\xa0\x76\x0f\xe4\x2d\xdb\x1a\x5a\xf2\x5b\x0e\x31\xbc\x00\x68\x4b\x65\x78\xcb\x82\x72\xfc\xfe\x65\x9c\x4c\xbd\xce\x95\x6a\x51\x6f\xa2\x49\x69\x83\x52\xbc\x6d\x9d\x17\x18\xa8\x24\x8d\x63\xda\x3a\xa4\x6a\xa8\x94\x76\x36\x08\x90\xe8\x2b\x17\x24\x7c\x88\x61\xbf\x87\x34\x27\xd1\x79\x13\x4f\x52\xa5\xf2\x1c\x26\x70\x3c\xf1\x14\x9c\x79\xc8\xb4\xb3\x55\xbf\x17\x5b\xb4\x58\xf7\x79\x6c\xba\x35\x19\x12\x30\xce\x6d\x02\x18\xde\xf4\xfb\x33\x8e\xd7\x2d\x6e\x29\x90\x7f\x20\x0f\xb3\x45\x71\x37\xbd\xbe\x2d\x56\x97\x37\x77\xf3\x4f\xb1\x18\x08\xbd\x6e\x40\x28\xc8\x9b\xd2\x86\x2c\x3c\xe8\x4c\x9b\x2e\x08\xf9\xcc\x38\x8d\x06\x7e\x3d\x79\xf9\x75\x7f\xf1\x0e\xb1\x41\xde\xdc\x23\x35\x1a\xf9\xdd\xc1\x54\xf7\xa5\xe8\x8b\x75\xb6\xde\x67\x6c\x85\xbc\x45\x93\x69\xe3\xba\x12\xdb\x36\xb3\x24\xf1\x61\xd7\xf6\xf4\x6c\xe9\x24\x8c\x2f\x54\xd5\x59\x0d\x35\xc9\x6c\x51\x14\x5d\x55\xf1\xfe\x9a\x83\x0c\x86\xf0\xf5\x5b\x0f\x0c\xbe\xab\x24\x4e\x3d\x43\x41\x18\xbf\x07\x4f\x58\x46\x60\x83\xf4\x67\x38\xe9\x50\x25\x86\x2d\x85\x28\x3b\xd1\xce\x8a\xd6\xb0\x0c\x9e\x0c\x46\x90\xfe\x69\xa3\x2e\x66\x7f\x37\x82\x28\x3f\x9a\xa2\xad\x09\xfa\xcb\xdf\x55\x92\x70\xf5\xc3\xe0\x0a\xc3\x27\x4f\x15\xef\x07\xb1\x3c\x82\xb4\x27\x97\x0e\x8f\xc2\x24\x4e\xb4\x65\xe9\x17\x49\xd0\xc7\xf5\xff\xa1\xc9\xa2\xc2\x93\x74\xde\xfe\xd4\xd0\xc9\x0b\xd2\xe1\xd7\xb7\xe3\x6f\x2a\x49\x1e\x55\xf2\xa8\x54\xd2\xa2\x65\x3d\x48\xa7\xae\x33\xe5\xf1\x8f\x50\xb1\x2d\x63\x7c\x4f\x81\x19\x0e\xf2\x2a\x1d\xaa\x47\xf5\x82\xdc\x31\xe6\xff\x3a\xb9\xbf\x17\xf2\x9f\xe9\x3d\xd3\xfd\xab\x04\xff\x0a\x00\x00\xff\xff\x17\xe8\x51\x08\xf9\x05\x00\x00") - -func testImagesAgnhostDnsDnsGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostDnsDnsGo, - "test/images/agnhost/dns/dns.go", - ) -} - -func testImagesAgnhostDnsDnsGo() (*asset, error) { - bytes, err := testImagesAgnhostDnsDnsGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/dns/dns.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostDnsDns_windowsGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\x4d\x6f\xdb\x46\x10\x3d\x6b\x7f\xc5\x2b\x4f\x52\x20\x93\xaa\x7b\xaa\x8b\x14\x50\x25\xa7\x11\x62\x48\x80\xa9\xd4\x08\x92\x1c\x56\xcb\x21\x39\xe8\x72\x77\xbb\x3b\x34\x2d\x14\xf9\xef\x05\x25\x15\xb0\xd0\x6b\x73\xe3\x70\xde\xbe\x8f\x99\x29\xde\xa8\x95\x0f\xc7\xc8\x4d\x2b\xb8\x5d\xfc\xf8\x33\xf6\x2d\xe1\x43\x7f\xa0\xe8\x48\x28\x61\xd9\x4b\xeb\x63\xca\x95\x7a\x60\x43\x2e\x51\x85\xde\x55\x14\x21\x2d\x61\x19\xb4\x69\x09\x97\xce\x1c\x7f\x50\x4c\xec\x1d\x6e\xf3\x05\xa6\x23\x20\xbb\xb4\xb2\xd9\x2f\xea\xe8\x7b\x74\xfa\x08\xe7\x05\x7d\x22\x48\xcb\x09\x35\x5b\x02\xbd\x18\x0a\x02\x76\x30\xbe\x0b\x96\xb5\x33\x84\x81\xa5\x3d\x89\x5c\x28\x72\xf5\xe9\x42\xe0\x0f\xa2\xd9\x41\xc3\xf8\x70\x84\xaf\x5f\xa3\xa0\x45\x29\x00\x68\x45\xc2\x5d\x51\x0c\xc3\x90\xeb\x93\xcb\xdc\xc7\xa6\xb0\x67\x54\x2a\x1e\x36\xab\xfb\x6d\x79\x7f\x73\x9b\x2f\x94\xfa\xe8\x2c\xa5\x84\x48\x7f\xf5\x1c\xa9\xc2\xe1\x08\x1d\x82\x65\xa3\x0f\x96\x60\xf5\x00\x1f\xa1\x9b\x48\x54\x41\xfc\xe8\x73\x88\x2c\xec\x9a\x39\x92\xaf\x65\xd0\x91\x54\xc5\x49\x22\x1f\x7a\xb9\x1a\xd0\xbf\xae\x38\xe1\x35\xc0\x3b\x68\x87\x6c\x59\x62\x53\x66\xf8\x6d\x59\x6e\xca\xb9\x7a\xda\xec\xdf\xef\x3e\xee\xf1\xb4\x7c\x7c\x5c\x6e\xf7\x9b\xfb\x12\xbb\x47\xac\x76\xdb\xf5\x66\xbf\xd9\x6d\x4b\xec\xde\x61\xb9\xfd\x84\x0f\x9b\xed\x7a\x0e\x62\x69\x29\x82\x5e\x42\x1c\xbd\xfb\x08\x1e\x47\x47\x55\xae\x4a\xa2\x2b\xf1\xda\x9f\xcd\xa4\x40\x86\x6b\x36\xb0\xda\x35\xbd\x6e\x08\x8d\x7f\xa6\xe8\xd8\x35\x08\x14\x3b\x4e\xe3\xf2\x12\xb4\xab\x94\xe5\x8e\x45\xcb\xa9\xfe\x4f\x9c\x5c\xbd\x29\x94\x0a\xda\xfc\x39\x92\x54\x2e\x29\xc5\x5d\xf0\x51\x30\x55\x93\x6c\x8c\xe9\x9a\x94\xa9\x99\x52\xc6\xbb\x24\x20\x31\xef\x7d\x92\xf4\x6e\x5c\xf6\x5b\x64\xab\xbb\xe2\x89\x5d\xe5\x87\x54\x94\xc7\x24\xd4\xfd\x74\x5b\x54\x91\x9f\x29\xa6\x82\xc4\x14\xed\x08\xce\x94\xaa\x7b\x67\xd0\x90\xac\xb7\x65\xd9\xd7\x35\xbf\x3c\x70\x92\xe9\x0c\x9f\xbf\x9e\x35\xf0\xb7\x9a\xf8\x5e\x42\x2f\xb8\x7b\x8b\xd8\xbb\x95\xef\x3a\xed\xaa\x69\x16\xfc\x40\x31\xb5\x64\x6d\x36\x47\x76\x73\xf9\x3f\x7e\x4f\x7f\x27\xb9\x59\xbb\xb4\xb2\x4c\x4e\x66\x9f\x17\x5f\xf3\x33\x77\x49\x3a\x9a\x76\x54\xc8\x66\x6a\xc2\x35\x2c\xb9\xe9\x99\x7d\x86\x5f\xb1\x18\xc5\x26\x91\xa4\x8f\x0e\x97\x88\x79\x19\x2c\xcb\x05\x34\x47\xf6\x25\x7e\x71\xe3\xe3\x6f\x4a\x4d\x82\x76\x6c\xa6\xd9\xca\xf7\xb6\x3a\x9d\x7c\xcd\xae\xc2\x7a\x5b\x22\x9d\x84\x60\x39\xc9\x0f\xd9\x4c\x7d\xbb\xce\x49\xf1\x99\xe2\xff\x9e\xf3\x4c\xbb\xac\xaa\xf1\x58\x66\xf9\x55\x49\xe9\x3b\x07\x3e\xab\xbd\x0a\xfc\x4f\x00\x00\x00\xff\xff\xce\xfb\x10\x63\x75\x04\x00\x00") - -func testImagesAgnhostDnsDns_windowsGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostDnsDns_windowsGo, - "test/images/agnhost/dns/dns_windows.go", - ) -} - -func testImagesAgnhostDnsDns_windowsGo() (*asset, error) { - bytes, err := testImagesAgnhostDnsDns_windowsGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/dns/dns_windows.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostEntrypointTesterEpGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x53\xc1\x6e\xe3\x36\x10\x3d\x9b\x5f\xf1\x20\xa0\x8d\x1d\x68\xa5\x6c\x8a\x5e\x52\xf4\xe0\x7a\x5d\xd4\xd8\xc0\x2e\x22\xa7\x8b\x45\xdb\x03\x25\x8d\x24\xa2\x14\xa9\x92\xc3\xc8\xc6\x62\xff\xbd\xa0\x6c\xa7\x09\xd2\x43\x8f\x04\xdf\xbc\x79\xf3\xe6\x4d\x7e\x2d\x56\x76\x38\x3a\xd5\x76\x8c\xdb\x9b\xf7\xdf\x63\xdf\x11\x3e\x86\x92\x9c\x21\x26\x8f\x65\xe0\xce\x3a\x9f\x09\x71\xaf\x2a\x32\x9e\x6a\x04\x53\x93\x03\x77\x84\xe5\x20\xab\x8e\x70\xfe\x49\xf1\x1b\x39\xaf\xac\xc1\x6d\x76\x83\x79\x04\x24\xe7\xaf\x64\xf1\x83\x38\xda\x80\x5e\x1e\x61\x2c\x23\x78\x02\x77\xca\xa3\x51\x9a\x40\x87\x8a\x06\x86\x32\xa8\x6c\x3f\x68\x25\x4d\x45\x18\x15\x77\x53\x93\x33\x45\x26\x3e\x9f\x09\x6c\xc9\x52\x19\x48\x54\x76\x38\xc2\x36\x2f\x51\x90\x2c\x04\x00\x74\xcc\xc3\x5d\x9e\x8f\xe3\x98\xc9\x49\x65\x66\x5d\x9b\xeb\x13\xca\xe7\xf7\x9b\xd5\x7a\x5b\xac\xdf\xdd\x66\x37\x42\x3c\x1a\x4d\xde\xc3\xd1\xdf\x41\x39\xaa\x51\x1e\x21\x87\x41\xab\x4a\x96\x9a\xa0\xe5\x08\xeb\x20\x5b\x47\x54\x83\x6d\xd4\x39\x3a\xc5\xca\xb4\x29\xbc\x6d\x78\x94\x8e\x44\xad\x3c\x3b\x55\x06\x7e\x65\xd0\x45\x95\xf2\x78\x09\xb0\x06\xd2\x20\x59\x16\xd8\x14\x09\x7e\x5a\x16\x9b\x22\x15\x9f\x36\xfb\x5f\x76\x8f\x7b\x7c\x5a\x3e\x3c\x2c\xb7\xfb\xcd\xba\xc0\xee\x01\xab\xdd\xf6\xc3\x66\xbf\xd9\x6d\x0b\xec\x7e\xc6\x72\xfb\x19\x1f\x37\xdb\x0f\x29\x48\x71\x47\x0e\x74\x18\x5c\xd4\x6e\x1d\x54\xb4\x8e\xea\x4c\x14\x44\xaf\x9a\x37\xf6\x24\xc6\x0f\x54\xa9\x46\x55\xd0\xd2\xb4\x41\xb6\x84\xd6\x3e\x91\x33\xca\xb4\x18\xc8\xf5\xca\xc7\xe5\x79\x48\x53\x0b\xad\x7a\xc5\x92\xa7\xf7\x9b\x71\x32\x71\x9d\x0b\x31\xc8\xea\xaf\x48\x42\x86\xdd\x71\xb0\xca\xb0\x10\xaa\x1f\xac\x63\xcc\xc5\x2c\x69\x7a\x4e\xc4\x2c\xb1\x3e\x11\x62\x96\xb4\x8a\xbb\x50\x66\x95\xed\x73\x3f\x34\xef\xbf\xcb\x2b\x5b\x3a\x99\x88\x85\x10\x79\x8e\x55\x5f\xaf\x9f\x59\xf6\xe4\x99\x5c\xb4\x2c\xf8\xf3\x32\x5a\xd3\x59\xcf\x58\xc5\x9a\x4c\x3c\x49\xf7\x9f\x15\x3f\xe2\xdb\x89\x35\x5b\xd9\xbe\x97\xa6\xfe\x22\x66\x8f\x9e\xee\x00\x24\xff\x6a\x7c\xc7\x13\x38\x49\xc5\xac\xe8\xac\xe3\x3b\x24\xbf\x3a\x65\xd8\x4f\x03\x4a\xd7\x7a\x28\xbe\xf2\x18\xa4\x8f\xdd\xa5\xa9\x41\x07\xc5\x3e\x16\xdc\x5b\xd3\xde\xe1\x7f\x16\x64\xb1\xe2\x21\x98\xd8\xbf\x97\xca\xa4\xe2\xeb\x34\xeb\x3e\xc6\x7e\x70\xb6\x75\xb2\xc7\x70\x62\x92\x5a\x4f\x6c\x74\xa0\x2a\x70\x4c\xdd\x95\x8f\xd4\xa1\xa7\xe9\xfb\x99\x53\x34\xc1\x54\x13\xdd\xbc\xea\x6b\x5c\xbf\x9a\x37\x3d\xa9\xf9\xfd\xcf\x18\x34\xd3\x2e\xf0\x45\xcc\xf2\x1c\x85\xed\xe9\x72\x25\x6f\x7c\x80\x23\x2d\x63\x24\xe3\xd3\x23\xe6\xc1\xa9\x9a\xfc\xc5\xf3\x2b\x8f\x9a\x1a\x19\x34\xbf\xdc\x73\xa4\x9d\xee\xf3\x8c\x7a\x77\x9b\x4e\x22\x4f\x27\x1d\x4c\x15\x83\x73\x1a\xc1\x63\x54\x5a\xc3\x1a\x7d\x44\x65\xcd\x74\xb9\x53\x18\x43\x59\x9d\x64\x5f\xf9\x89\x6f\xc2\xce\xb3\xfc\xb2\xec\xb7\x52\xb9\x23\x7f\x72\x7c\x91\xa2\x0c\x8c\x91\x60\xce\x37\x39\x19\x89\x6b\xa9\xf5\x75\xc4\x3d\x33\xa6\x18\x3b\x55\x75\x31\x4d\x63\x77\x84\xf5\xd9\x32\xf6\xf1\x9d\x0d\xba\x46\x49\xa7\x42\xaa\xa1\x8c\x67\x92\x75\x26\x66\x4d\xcf\xd9\xb4\xe1\x66\x9e\x7c\xf3\xf4\x87\x49\xd2\x4b\xd9\x42\xcc\xac\xcf\xd6\x07\xc5\xf3\x9b\x85\xf8\x2a\xfe\x09\x00\x00\xff\xff\x08\xed\x42\xe3\x3d\x05\x00\x00") - -func testImagesAgnhostEntrypointTesterEpGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostEntrypointTesterEpGo, - "test/images/agnhost/entrypoint-tester/ep.go", - ) -} - -func testImagesAgnhostEntrypointTesterEpGo() (*asset, error) { - bytes, err := testImagesAgnhostEntrypointTesterEpGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/entrypoint-tester/ep.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostFakegitserverGitserverGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x93\x51\x6b\xe3\xc6\x17\xc5\x9f\x3d\x9f\xe2\x30\x0f\x7f\xec\xa0\x48\xde\xfc\xa1\x14\x97\x3e\xb8\xde\xa4\x6b\x36\x75\x20\x72\x1a\x96\x52\xf0\x58\xba\x96\x2e\x19\xcd\x68\x67\x46\x51\xcc\xb2\xdf\xbd\x8c\xec\xec\xda\xa4\xa5\x7d\xb3\x74\xaf\xce\x3d\xf7\x77\x8f\xb3\x0b\xb1\xb0\xed\xde\x71\x55\x07\x5c\x4d\xdf\xfd\x80\x75\x4d\xf8\xd8\x6d\xc9\x19\x0a\xe4\x31\xef\x42\x6d\x9d\x4f\x85\xb8\xe5\x82\x8c\xa7\x12\x9d\x29\xc9\x21\xd4\x84\x79\xab\x8a\x9a\x70\xac\x24\xf8\x9d\x9c\x67\x6b\x70\x95\x4e\x31\x8e\x0d\xf2\x58\x92\x93\x9f\xc4\xde\x76\x68\xd4\x1e\xc6\x06\x74\x9e\x10\x6a\xf6\xd8\xb1\x26\xd0\x4b\x41\x6d\x00\x1b\x14\xb6\x69\x35\x2b\x53\x10\x7a\x0e\xf5\x30\xe4\x28\x91\x8a\x4f\x47\x01\xbb\x0d\x8a\x0d\x14\x0a\xdb\xee\x61\x77\xa7\x5d\x50\x41\x08\x00\xa8\x43\x68\x67\x59\xd6\xf7\x7d\xaa\x06\x97\xa9\x75\x55\xa6\x0f\x5d\x3e\xbb\x5d\x2e\xae\x57\xf9\xf5\xe5\x55\x3a\x15\xe2\xc1\x68\xf2\x1e\x8e\x3e\x77\xec\xa8\xc4\x76\x0f\xd5\xb6\x9a\x0b\xb5\xd5\x04\xad\x7a\x58\x07\x55\x39\xa2\x12\xc1\x46\x9f\xbd\xe3\xc0\xa6\x4a\xe0\xed\x2e\xf4\xca\x91\x28\xd9\x07\xc7\xdb\x2e\x9c\x01\x7a\x75\xc5\x1e\xa7\x0d\xd6\x40\x19\xc8\x79\x8e\x65\x2e\xf1\xcb\x3c\x5f\xe6\x89\x78\x5c\xae\x3f\xdc\x3d\xac\xf1\x38\xbf\xbf\x9f\xaf\xd6\xcb\xeb\x1c\x77\xf7\x58\xdc\xad\xde\x2f\xd7\xcb\xbb\x55\x8e\xbb\x1b\xcc\x57\x9f\xf0\x71\xb9\x7a\x9f\x80\x38\xd4\xe4\x40\x2f\xad\x8b\xde\xad\x03\x47\x74\x54\xa6\x22\x27\x3a\x1b\xbe\xb3\x07\x33\xbe\xa5\x82\x77\x5c\x40\x2b\x53\x75\xaa\x22\x54\xf6\x99\x9c\x61\x53\xa1\x25\xd7\xb0\x8f\xc7\xf3\x50\xa6\x14\x9a\x1b\x0e\x2a\x0c\xcf\x6f\xd6\x49\xc5\x45\x26\x44\xab\x8a\xa7\x28\xb2\x53\x4f\x54\x71\xf0\xe4\x9e\xc9\x09\xc1\x4d\x6b\x5d\xc0\x58\x8c\x24\x5b\x29\x46\xd2\x50\xc8\xe2\x35\xa4\x10\x23\x59\x71\xa8\xbb\x6d\x5a\xd8\x26\xf3\xed\xee\xdd\xff\xb3\xc2\x6e\x9d\x92\x62\x22\x44\x96\x61\xd1\x94\x37\xea\x89\x7e\xe5\x90\x0f\x6a\x91\x5b\xe7\x8f\x17\xa9\x4c\x6d\x7d\xc0\x22\x7e\x90\x8a\x67\xe5\xde\xb6\xff\x8c\xff\x0d\x7a\xe9\xc2\x36\x8d\x32\xe5\x17\x31\x7a\xf0\x34\x03\x20\xa3\xcb\xcb\x6f\x36\x65\x22\x46\x79\x6d\x5d\x98\x41\x46\x09\x0f\x85\x8a\x03\xbe\x57\x6f\xad\xa9\x66\xd8\x3c\xd6\x64\x50\xda\x88\x28\x7a\x47\xa1\xad\xa1\xd7\x70\x69\x5b\x28\x1d\x4d\xcd\x7e\x9c\x4e\xa7\x32\x41\x8c\x78\xcf\x5a\x1f\xdb\x94\x01\x35\x6d\xd8\x0f\xd2\x8e\x5a\x0b\xa3\x1a\x2a\x21\xbf\x7d\x28\x63\x14\x86\xa7\x43\xbc\x0b\x65\xa0\xb4\xb7\xc3\x1f\xe4\xdf\x06\xa2\xd9\x5f\x46\xd5\xcb\xa8\x2a\x63\x32\x1d\xc5\x9f\x08\xb5\x3a\xcc\x4b\x37\x89\x18\xcd\x5d\xe5\x67\x38\x70\xf9\x4d\xbd\x70\xd3\x35\xab\xf8\x6e\x3c\x9d\x24\x62\x74\xdf\x99\x19\xd0\x28\x36\x89\xf8\x2a\xc4\xae\x33\x05\x6a\xd2\xda\x8e\xfb\x61\x6a\x7a\x4f\xbe\xb5\xc6\xd3\xa3\xe3\x40\x2e\x81\xc3\xc5\xf1\xfd\xe7\x8e\x7c\x98\xe0\x8b\x18\xb1\x4d\x87\x72\x1e\x1c\x9b\x6a\xdc\x27\x90\x4b\xa8\x06\x6a\x08\xc7\x29\xd9\x89\x88\x53\xb2\x0c\x27\x60\x37\xdf\xf7\x3c\x5f\x70\xf3\xdf\x89\x0e\x07\x38\x81\x99\x65\x78\xc3\xf3\x1f\xe7\x9c\x81\xdc\xfc\x2d\xc8\x03\x98\x88\x69\x5c\x34\x25\x2e\xce\x62\x96\x40\xb9\xca\xe3\x8f\x3f\xfd\xb0\xff\x80\x64\x60\xf4\x41\x99\x52\xd3\x4d\x67\x8a\xb1\xcc\x64\x72\x00\x3b\x39\x16\x6f\xd9\x07\x32\x73\x53\x0e\xe1\x1d\xcb\xd7\x10\x19\xd6\x13\xf1\x55\xfc\x15\x00\x00\xff\xff\x26\x09\x87\x2c\x9a\x05\x00\x00") - -func testImagesAgnhostFakegitserverGitserverGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostFakegitserverGitserverGo, - "test/images/agnhost/fakegitserver/gitserver.go", - ) -} - -func testImagesAgnhostFakegitserverGitserverGo() (*asset, error) { - bytes, err := testImagesAgnhostFakegitserverGitserverGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/fakegitserver/gitserver.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostInclusterclientMainGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x56\x6d\x6f\xe3\xb8\x11\xfe\x2c\xfe\x8a\xa9\x80\x5d\x48\x81\x42\xe5\x72\xbd\x45\xeb\x5e\x0a\xf8\x9c\xa4\x67\x5c\xea\x1c\x6c\xef\x2d\x0e\xbb\x8b\x1e\x2d\x8d\x24\x22\x12\xa9\x25\x47\xf1\x7a\xaf\xf9\xef\xc5\x50\x4e\xe2\xbc\xf4\x93\xc4\x79\xe3\xc3\xe7\x99\xa1\x94\x1f\x89\x99\xed\x77\x4e\xd7\x0d\xc1\xe9\xc9\x77\x7f\x87\x75\x83\xf0\xcb\xb0\x41\x67\x90\xd0\xc3\x74\xa0\xc6\x3a\x2f\x85\xb8\xd2\x05\x1a\x8f\x25\x0c\xa6\x44\x07\xd4\x20\x4c\x7b\x55\x34\x08\x7b\x4f\x06\xbf\xa1\xf3\xda\x1a\x38\x95\x27\x90\x70\x40\xbc\x77\xc5\xe9\x3f\xc4\xce\x0e\xd0\xa9\x1d\x18\x4b\x30\x78\x04\x6a\xb4\x87\x4a\xb7\x08\xf8\xb5\xc0\x9e\x40\x1b\x28\x6c\xd7\xb7\x5a\x99\x02\x61\xab\xa9\x09\x9b\xec\x4b\x48\xf1\xfb\xbe\x80\xdd\x90\xd2\x06\x14\x14\xb6\xdf\x81\xad\x0e\xa3\x40\x91\x10\x00\x00\x0d\x51\x3f\xc9\xf3\xed\x76\x2b\x55\x40\x29\xad\xab\xf3\x76\x8c\xf2\xf9\xd5\x7c\x76\xb1\x58\x5d\x1c\x9f\xca\x13\x21\xde\x9b\x16\xbd\x07\x87\x5f\x06\xed\xb0\x84\xcd\x0e\x54\xdf\xb7\xba\x50\x9b\x16\xa1\x55\x5b\xb0\x0e\x54\xed\x10\x4b\x20\xcb\x38\xb7\x4e\x93\x36\x75\x06\xde\x56\xb4\x55\x0e\x45\xa9\x3d\x39\xbd\x19\xe8\x09\x41\xf7\xa8\xb4\x87\xc3\x00\x6b\x40\x19\x88\xa7\x2b\x98\xaf\x62\xf8\x69\xba\x9a\xaf\x32\xf1\x61\xbe\xfe\xf9\xfa\xfd\x1a\x3e\x4c\x97\xcb\xe9\x62\x3d\xbf\x58\xc1\xf5\x12\x66\xd7\x8b\xf3\xf9\x7a\x7e\xbd\x58\xc1\xf5\x25\x4c\x17\xbf\xc3\x2f\xf3\xc5\x79\x06\xa8\xa9\x41\x07\xf8\xb5\x77\x8c\xdd\x3a\xd0\x4c\x1d\x96\x52\xac\x10\x9f\x6c\x5e\xd9\x11\x8c\xef\xb1\xd0\x95\x2e\xa0\x55\xa6\x1e\x54\x8d\x50\xdb\x5b\x74\x46\x9b\x1a\x7a\x74\x9d\xf6\x2c\x9e\x07\x65\x4a\xd1\xea\x4e\x93\xa2\xb0\x7e\x71\x1c\x29\x8e\x72\x21\x7a\x55\xdc\x70\x11\x6d\x8a\x76\xf0\x84\xae\x68\x35\x1a\x12\x42\x77\xbd\x75\x04\x89\x88\xe2\xc2\xed\x7a\xb2\xb9\x6f\xd4\xe9\x0f\xef\x62\x11\xc5\x68\x0a\x5b\x6a\x53\xe7\x1b\xe5\xf1\xdd\x5f\xd9\x54\xb5\xaa\x0e\xcf\x8e\xf8\xd1\xda\xb0\x32\x48\x39\x6b\xc8\xef\xa4\x3b\x8c\x85\x88\xe2\x5a\x53\x33\x6c\x64\x61\xbb\xdc\xf7\xd5\x77\xdf\xe7\x85\xdd\x38\x15\x5c\x37\x7f\xf3\x52\xdb\x7c\xc4\x70\x5c\xdb\xfc\xe6\xa1\x87\xe3\xd7\xdc\x0e\x3d\x1d\x3a\x6c\xd7\x5b\xc3\x3e\x06\x96\xb7\xb6\x3e\x4c\xbb\x09\xa0\x52\x21\x6e\x95\x83\xde\xb6\xed\xdc\x10\xba\x5b\xd5\x82\xe6\x03\xe7\x39\xcc\xba\x72\x6e\x66\x23\x0f\xb3\xb0\x09\x6b\x3e\xf8\x7d\x37\xd5\xa6\xb1\x9e\x60\xc6\x70\x65\xa8\xf2\x4a\xc2\x19\xbc\x0d\xe7\x91\x33\xdb\x75\xca\x94\x7f\x8a\xe8\xbd\xc7\x09\x00\xc4\xcf\x38\x8e\x33\x11\xad\x1a\xeb\x68\x02\xf1\xaf\xe8\xb4\x2d\x75\xa1\xda\x76\x17\xb0\x05\xa5\x0e\x26\xf8\x53\x9c\x37\xa8\x5a\x6a\xbe\x7d\x8a\x01\x4d\xd9\x5b\x3d\x56\xb8\xb2\xa6\x9e\xc0\x1f\x2f\x0a\xf8\xe7\x15\x1e\x0a\x3c\xe6\xc3\xe0\xb9\x6d\x38\x50\x9b\xe3\x3d\x38\x28\xac\xa9\x74\x2d\xe1\x27\x2c\x14\x8f\x78\x98\x4d\xed\xb3\x71\xd6\xfd\xb0\x29\xc6\x93\x31\x37\x1d\x2a\x43\x3c\x4e\x1b\x04\x37\x18\xd0\xc6\xeb\x32\xa4\xa8\xc3\xbd\x7b\x5b\x4a\x21\xd6\xcf\xf2\x0b\x65\x40\xb5\x3e\x24\x07\x92\xc9\xc2\xad\x6a\x75\xa9\x08\x81\xec\x0d\x1a\x70\x76\xec\x5f\xf9\x47\x26\xa2\xa9\xab\xfd\x04\x46\x76\xff\xad\xbe\xea\x6e\xe8\x16\x6c\x4b\x4e\xd2\x4c\x44\xcb\xc1\x4c\x00\x3a\xa5\x4d\x26\xee\x84\xa8\x06\x53\x80\x36\x9a\x92\x14\xfe\x14\xd1\x4b\xa5\xe4\x65\xab\x6a\x9f\xa4\x72\x6e\xe8\x37\xe5\x92\xb7\x87\x2d\x91\x41\xcc\xcb\x63\xbd\x5f\xc7\x19\x7c\x7f\x92\x89\x28\x0a\x66\xb8\x37\xf3\x41\x99\x72\x46\x7e\x4f\x2f\xdf\x2c\x1e\x0b\x6b\x4a\x1f\xa7\x0f\x48\x18\x57\x52\x74\x25\x1c\x3d\xe9\x8e\x0c\x94\xab\x3d\x7c\xfc\xcc\xd7\x8a\xa9\x03\x54\x6e\x5b\x39\x37\x9a\xae\x2c\xe3\x13\x51\x89\x15\x3a\x08\xe6\xcb\x76\xf0\xcd\xde\x2e\x22\x1e\x3a\xb9\x42\x4a\x78\xde\xc8\x7a\x2a\xd1\xb9\x38\x83\x98\xdc\x80\x31\x47\x70\xcf\xcb\xb9\xa9\x6c\x95\xc4\x9e\x94\x23\x2c\x83\xbd\xa8\xea\x0c\xd0\x39\x98\x9c\x01\x0f\x91\x7c\x24\x27\xa8\xcf\xdb\xea\x2a\x44\xfc\xe5\x0c\x8c\x6e\x19\x18\x23\x93\x97\x8a\x54\x5b\x25\x31\x3a\x37\x81\x37\xb7\x71\x28\x93\x8a\xe8\x6e\xac\x2a\x3f\x38\xd5\x27\x7c\xe4\xc4\x51\xb8\xbf\xe5\xd2\x0e\xa6\x5c\x3b\xdd\xf7\xe8\xd2\x97\xa6\x50\xd9\x21\x0d\xce\xc0\xdb\x12\x37\x43\xbd\x24\x36\x45\x3c\x18\x8e\x98\xf4\x3b\x11\xdd\x05\xd4\x0c\xf7\xf1\x4a\x90\x0b\xdc\x5e\xda\x3d\xe2\x6b\x77\xae\x31\x29\xaa\x3a\x95\xcb\x8b\xd5\x7a\xd4\x38\xb0\x44\x9c\xc5\xb7\x8f\x5c\xeb\xe2\x26\x09\x6f\xe7\x83\x0b\x7d\x95\x1c\x8a\x9e\xc2\xd1\x18\xb7\x0a\xf2\xa5\x22\xe2\x4b\x97\xb1\xfc\x78\x4c\x22\x7a\x42\x26\xab\xce\xb3\xf3\x30\x54\xa9\x88\xa2\xcd\x03\xa7\x85\xfc\x17\x52\x92\xca\xe9\xc6\xff\xaa\xa8\x49\x1e\x87\x2f\x95\xe7\x36\x49\xe5\x52\x6d\x99\xe3\x57\x48\x1e\xb7\xb9\x70\xce\xba\x51\x34\x1a\xfc\x59\xa5\x74\x1b\xa4\x7b\xee\x47\x7e\x42\xd1\x60\x71\x73\x08\x87\xa5\xf9\x64\xde\xf8\x4f\x66\x14\x28\x83\xb1\xc1\x92\x4d\x9a\xee\x09\xe5\xd6\xa4\x5d\x8f\xb0\xe7\x9c\x23\x86\x82\x18\xc3\x6b\xca\x3d\x74\x32\xeb\x7a\xb4\xcf\x49\xe1\x21\x24\x71\xf8\x05\x8e\xc6\x34\xfc\x32\xa0\xa7\x14\x92\xfb\xb5\xef\x6d\xf8\xb5\x08\x68\x43\x93\xab\x81\x9a\x9f\x51\xf1\x37\x29\xb4\xe0\x17\x39\xae\x02\x6f\xf1\xf8\xbf\xa2\xbf\x05\x8d\xe2\xb1\x17\x5b\x34\xc9\x63\x56\xca\x94\x9d\x04\xc2\x82\x51\xf9\x86\x0b\x8d\xdf\x28\xb9\x1a\xba\xd3\x1f\xde\x25\x1f\x3f\x6f\x76\x84\x49\xd5\x91\x5c\xf5\x4e\x1b\xaa\x92\xf8\x8d\xff\xef\x1b\xcf\x33\xe2\x55\x4b\x71\x06\x07\x25\x03\x35\x87\x22\xb3\xef\xdb\x7f\x9a\xe0\x3d\x0b\x59\xe3\x07\x8f\xd5\x7b\xbf\xbc\xba\xd8\x7f\x06\x65\x78\xc1\xb5\x5d\x8d\x1c\xdf\x03\xfa\x38\xf9\xcc\x25\xef\x00\x5b\x8f\x01\xea\x13\xe9\x9e\x54\xff\x11\xbb\x9e\x76\xff\x8c\xc3\x24\xdd\x8f\x83\x23\xe9\x48\x3e\xa1\x38\xfd\x3f\x3a\xf0\xd8\xf5\x58\x1e\x2a\x96\xbc\x3a\x6c\x70\x58\x1b\xee\xc4\xff\x02\x00\x00\xff\xff\x55\x6e\x9b\xf2\x3c\x0a\x00\x00") - -func testImagesAgnhostInclusterclientMainGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostInclusterclientMainGo, - "test/images/agnhost/inclusterclient/main.go", - ) -} - -func testImagesAgnhostInclusterclientMainGo() (*asset, error) { - bytes, err := testImagesAgnhostInclusterclientMainGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/inclusterclient/main.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostLivenessServerGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x54\x5d\x6f\xdb\x36\x17\xbe\x16\x7f\xc5\x79\x09\xf4\x85\x14\x68\x92\x9b\x6d\x40\xe1\xa1\x03\x5c\x37\x59\x8c\x7a\x0e\x66\x25\x0b\x8a\xa2\x17\xb4\x74\x24\x11\xa5\x48\xe5\x90\xb4\xe3\x15\xf9\xef\x03\x25\x7b\x88\xbb\x14\xd8\x8a\x5d\x59\x1f\xcf\x79\xbe\x8e\xe8\xfc\x8c\xcd\x4d\xbf\x27\xd9\xb4\x0e\xce\x27\x2f\x7f\x80\x9b\x16\xe1\x9d\xdf\x20\x69\x74\x68\x61\xe6\x5d\x6b\xc8\x66\x8c\x2d\x65\x89\xda\x62\x05\x5e\x57\x48\xe0\x5a\x84\x59\x2f\xca\x16\xe1\xf0\x26\x85\xdf\x91\xac\x34\x1a\xce\xb3\x09\xc4\x01\xc0\x0f\xaf\x78\xf2\x13\xdb\x1b\x0f\x9d\xd8\x83\x36\x0e\xbc\x45\x70\xad\xb4\x50\x4b\x85\x80\x0f\x25\xf6\x0e\xa4\x86\xd2\x74\xbd\x92\x42\x97\x08\x3b\xe9\xda\x41\xe4\x40\x91\xb1\xf7\x07\x02\xb3\x71\x42\x6a\x10\x50\x9a\x7e\x0f\xa6\x7e\x8a\x02\xe1\x18\x03\x00\x68\x9d\xeb\xa7\x79\xbe\xdb\xed\x32\x31\xb8\xcc\x0c\x35\xb9\x1a\x51\x36\x5f\x2e\xe6\x17\xab\xe2\xe2\xbb\xf3\x6c\xc2\xd8\xad\x56\x68\x2d\x10\xde\x7b\x49\x58\xc1\x66\x0f\xa2\xef\x95\x2c\xc5\x46\x21\x28\xb1\x03\x43\x20\x1a\x42\xac\xc0\x99\xe0\x73\x47\xd2\x49\xdd\xa4\x60\x4d\xed\x76\x82\x90\x55\xd2\x3a\x92\x1b\xef\x4e\x0a\x3a\xba\x92\x16\x9e\x02\x8c\x06\xa1\x81\xcf\x0a\x58\x14\x1c\xde\xcc\x8a\x45\x91\xb2\xbb\xc5\xcd\xd5\xf5\xed\x0d\xdc\xcd\xd6\xeb\xd9\xea\x66\x71\x51\xc0\xf5\x1a\xe6\xd7\xab\xb7\x8b\x9b\xc5\xf5\xaa\x80\xeb\x4b\x98\xad\xde\xc3\xbb\xc5\xea\x6d\x0a\x28\x5d\x8b\x04\xf8\xd0\x53\xf0\x6e\x08\x64\xa8\x0e\xab\x8c\x15\x88\x27\xe2\xb5\x19\xcd\xd8\x1e\x4b\x59\xcb\x12\x94\xd0\x8d\x17\x0d\x42\x63\xb6\x48\x5a\xea\x06\x7a\xa4\x4e\xda\xb0\x3c\x0b\x42\x57\x4c\xc9\x4e\x3a\xe1\x86\xfb\xbf\xc5\xc9\xd8\x59\xce\x58\x9e\xc3\x0c\x6c\x50\x45\xb0\x48\xdb\x01\x23\x5c\xc8\x2a\x94\xdc\x8e\xba\x2f\x27\x60\xb1\x34\xba\xb2\x69\x60\xd0\x40\xd8\x1b\x72\x81\xb4\x45\xa1\x5c\xbb\x0f\xb0\xc0\x15\xf8\x09\xad\x0b\x0b\x95\xce\x42\xdc\x9a\x1e\x6b\xaf\xd4\x3e\x01\xdb\x1a\x72\x80\x0f\xd2\x3a\xd4\x25\x66\x8c\xf5\xa2\xfc\x14\x12\x04\x21\x8d\xd6\x32\x26\xbb\x40\x0c\x31\x8b\x78\xdd\x39\xce\x22\xae\x4c\x13\x7e\x34\xba\x3c\x7c\x0d\xc7\x6b\x4f\x2a\x5c\x3a\xd9\x21\x67\x2c\xe2\x8d\x74\xad\xdf\x64\xa5\xe9\x72\xdb\xd7\x2f\xbf\xcf\x4b\xb3\x21\xc1\x59\x32\x44\x9c\x77\xd5\xf2\xa0\x11\x92\x79\x7b\xf8\x3e\x1a\xdd\x1a\xeb\x60\x1e\xb0\x19\xdb\x0a\x3a\x41\xbe\x86\xff\x0f\x2c\xd9\xdc\x74\x9d\xd0\xd5\x67\x16\xdd\x5a\x9c\x02\x00\x3f\x3a\xe6\x29\x8b\x8a\x90\x6b\x0a\xbc\x70\x22\x74\x22\xfe\x49\x8f\x61\x6e\x69\x74\x33\x05\xe0\xff\x55\xff\xff\xa6\xfc\xa0\x3f\xa3\xc6\x4e\x01\xc6\x88\xbf\x8a\x07\xd9\xf9\x6e\x15\x1e\xc6\x93\x24\x65\xd1\xda\xeb\x10\xb5\x13\x52\xa7\xec\x91\xb1\xda\xeb\x72\xb8\x8b\xcb\xae\x82\xb3\x93\x66\x52\x10\xd4\x58\xf8\xf0\x31\x9c\x0e\xdd\x24\xf0\x99\x45\x36\xd4\x81\x15\x4c\x5f\x43\xd8\x52\xb6\x32\xbb\x38\x61\x51\x58\x62\x76\x25\x74\xa5\xf0\xd2\xeb\x32\xe6\xf9\x01\xc8\x53\x08\x12\xf1\x6e\x38\xf5\xd9\x1a\x6d\x6f\xb4\xc5\x3b\x92\x0e\x29\x05\x82\xb3\xc3\xf3\x7b\x8f\xd6\x0d\x12\xd1\x2e\x1b\x5e\x5f\xa1\xa8\x90\xe2\xf3\xc9\x24\x61\x51\x54\x09\x27\x82\x6a\x3c\xc8\x16\x52\x97\x18\x1f\x34\x92\x24\x2b\x06\x87\xc1\xc9\x71\x3a\xfe\xf0\x71\xb3\x77\x18\x87\xb9\x24\x61\xd1\xe3\xb3\x2e\xc7\xa2\xff\xf8\x16\x97\x95\xa7\xe1\x10\xfe\x55\xc5\xa9\x27\x16\x45\xb2\x86\x23\x28\x2b\xc6\x4d\xc7\x09\xfc\x1c\x16\x1f\x08\xbe\xc8\xf9\xe3\x98\xf3\x4b\xff\x75\xe7\xb2\xa2\x27\xa9\x5d\x1d\x73\x24\x32\x34\x85\x17\x5b\x9e\x3e\x43\x9d\x84\x9c\xd1\x23\xa0\xb2\xf8\x9c\xc2\xf9\xf3\x0a\xdc\x7c\xe2\xe3\xe4\xd7\x5a\x22\xac\x24\x61\xe9\xbe\xa5\x26\x65\xca\x14\x90\x28\xd4\xe4\x49\x65\xbf\x79\xa4\xfd\xad\x46\x5b\x8a\x1e\x63\xca\x6e\xd7\xcb\xf1\x59\x9c\x64\xbf\xa0\x8b\xb9\x32\xe5\x68\x47\xd6\xc3\xdc\xff\x5e\x83\x96\x6a\xcc\x33\xd0\x5f\x84\x12\xe2\x5d\x0a\x27\xd5\x48\xbd\x15\x4a\x56\x70\xf4\x3a\x85\x17\xf7\x3c\x85\xaf\x0a\xa4\x63\x86\xc2\x09\xe7\xed\x1b\x51\x1d\x4d\x07\x19\x42\xe7\x49\x8f\x8d\x44\x87\x48\x23\x6b\x90\xa5\x14\x86\x50\x4f\xe6\x2f\x8d\xd7\xd5\xe1\x23\x53\xa6\xc9\x2e\x85\x13\x2a\x1e\x00\xcb\xe1\x6c\xce\x74\x55\x84\xff\x81\x98\x4f\x5f\x4d\x5e\x4d\x78\x1a\x32\x25\x09\x7b\x64\x7f\x06\x00\x00\xff\xff\xdc\x7c\x35\xe8\xe6\x07\x00\x00") - -func testImagesAgnhostLivenessServerGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostLivenessServerGo, - "test/images/agnhost/liveness/server.go", - ) -} - -func testImagesAgnhostLivenessServerGo() (*asset, error) { - bytes, err := testImagesAgnhostLivenessServerGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/liveness/server.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostLogsGeneratorLogs_generatorGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x55\x6b\x6f\xd3\xcc\x12\xfe\xec\xfd\x15\x23\x4b\x45\x36\x38\x76\x5a\x74\xd0\x51\x68\x91\x72\x4a\xe1\x44\x94\x04\x35\x29\x08\x21\x3e\x6c\xec\xb1\xbd\x8a\xbd\xeb\x77\x2f\x09\x11\xe2\xbf\xbf\x9a\x75\xae\x54\x02\x29\x52\xf6\x32\xf3\xcc\x33\xcf\xcc\x8e\xb3\xe7\xec\x56\x75\x5b\x2d\xaa\xda\xc2\xd5\xf0\xf2\x15\x2c\x6a\x84\x0f\x6e\x89\x5a\xa2\x45\x03\x63\x67\x6b\xa5\x4d\xca\xd8\xbd\xc8\x51\x1a\x2c\xc0\xc9\x02\x35\xd8\x1a\x61\xdc\xf1\xbc\x46\xd8\xdd\x24\xf0\x19\xb5\x11\x4a\xc2\x55\x3a\x84\x88\x0c\xc2\xdd\x55\x18\xbf\x66\x5b\xe5\xa0\xe5\x5b\x90\xca\x82\x33\x08\xb6\x16\x06\x4a\xd1\x20\xe0\x8f\x1c\x3b\x0b\x42\x42\xae\xda\xae\x11\x5c\xe6\x08\x1b\x61\x6b\x1f\x64\x07\x91\xb2\xaf\x3b\x00\xb5\xb4\x5c\x48\xe0\x90\xab\x6e\x0b\xaa\x3c\xb5\x02\x6e\x19\x03\x00\xa8\xad\xed\x46\x59\xb6\xd9\x6c\x52\xee\x59\xa6\x4a\x57\x59\xd3\x5b\x99\xec\x7e\x72\x7b\x37\x9d\xdf\x0d\xae\xd2\x21\x63\x8f\xb2\x41\x63\x40\xe3\x3f\x4e\x68\x2c\x60\xb9\x05\xde\x75\x8d\xc8\xf9\xb2\x41\x68\xf8\x06\x94\x06\x5e\x69\xc4\x02\xac\x22\x9e\x1b\x2d\xac\x90\x55\x02\x46\x95\x76\xc3\x35\xb2\x42\x18\xab\xc5\xd2\xd9\x33\x81\xf6\xac\x84\x81\x53\x03\x25\x81\x4b\x08\xc7\x73\x98\xcc\x43\xf8\xdf\x78\x3e\x99\x27\xec\xcb\x64\xf1\xff\xd9\xe3\x02\xbe\x8c\x1f\x1e\xc6\xd3\xc5\xe4\x6e\x0e\xb3\x07\xb8\x9d\x4d\xdf\x4e\x16\x93\xd9\x74\x0e\xb3\x77\x30\x9e\x7e\x85\x0f\x93\xe9\xdb\x04\x50\xd8\x1a\x35\xe0\x8f\x4e\x13\x77\xa5\x41\x90\x74\x58\xa4\x6c\x8e\x78\x16\xbc\x54\x3d\x19\xd3\x61\x2e\x4a\x91\x43\xc3\x65\xe5\x78\x85\x50\xa9\x35\x6a\x29\x64\x05\x1d\xea\x56\x18\x2a\x9e\x01\x2e\x0b\xd6\x88\x56\x58\x6e\xfd\xfe\x49\x3a\x29\x7b\x9e\x31\xd6\xf1\x7c\x45\x20\x8d\xaa\x4c\x85\x92\x31\xd1\x76\x4a\x5b\x88\x58\x10\x96\xad\x0d\x59\x10\x5a\xd1\x62\xc8\x58\x10\x56\xc2\xd6\x6e\x99\xe6\xaa\xcd\x4c\x57\x5e\xbe\xcc\x72\xb5\xd4\xdc\x5f\xad\xfe\x6b\x52\xa1\x32\xde\x89\x96\xe7\xb5\x90\xa8\xb7\x59\xb7\xaa\x32\x67\x45\x93\x69\x2e\x8b\xf0\x68\xb4\x6a\x54\x15\xb2\x98\xb1\x35\xd7\x14\x87\x8a\xfc\x11\x6d\xad\x0a\x03\x37\xf0\xed\x3b\x29\x2c\xab\x9f\x2c\x08\xc2\xf7\x77\x8b\x30\xa1\xc5\xa7\xd9\x7c\xbf\x7a\xf4\x8b\x5f\x2c\x90\xbc\x45\xd3\xf1\x1c\x9f\xb8\xad\xdc\x12\x07\x66\x6b\x2c\xb6\xbd\x53\x81\x25\x77\x8d\xed\x37\xd2\xf4\x00\x31\x63\x59\x06\xb7\x6d\x71\xaf\x2a\xf3\x1e\x25\x6a\x6e\xa9\x02\x86\x1a\xbb\xef\x9f\x4a\xd6\xca\x58\xb8\xa5\x3c\x53\xcf\xf7\x89\xf9\x0d\x3c\xf3\x32\xa4\xb7\xaa\x6d\xb9\x2c\x7e\xb2\xe0\xd1\xe0\x08\x00\x42\xd2\x74\x50\xed\x2d\x29\xe8\xbc\x56\xda\x8e\x20\x9c\x39\xdb\x39\x6b\xa0\x11\x12\x0d\x35\x3f\x99\x52\x57\x1a\x5b\x28\x67\xc1\x49\x51\x2a\xdd\x36\x5b\x72\xba\x57\xb2\x1a\xc1\xd1\xe9\xda\x7b\x2d\x94\xe5\xcd\x9b\xbf\x23\xf8\xc6\xb9\x2e\x9c\xf6\x7d\xf0\x86\x00\xc7\xba\x32\x23\x80\x9e\xf6\x47\xfe\x43\xb4\xae\x9d\xd2\x61\x34\x8c\x13\x16\x3c\x38\x49\xf4\x77\xc4\x91\xd2\x4d\xd8\xaf\x43\xb9\x8e\xd1\x41\x48\xcb\x82\x3d\x34\x00\x50\xa7\xa4\x6f\x77\x7b\xd2\xb7\x74\x32\x07\x21\x85\x8d\x62\xf8\xc9\x82\xdf\xc5\x4b\xdf\x35\xbc\x32\x51\x9c\x4e\xa4\xfd\xcc\xf5\xa7\xe8\xd9\x11\x3c\xf1\xfa\x0d\xfc\xc1\xc0\xd2\x49\x98\x40\x68\xc3\x04\x86\x09\x84\x7d\xfc\x3e\x79\x5b\x73\x0b\xa6\x56\xae\x29\x60\x89\x07\xde\xbe\x82\xd4\xef\x28\x8b\xfd\x7c\xd1\x4e\x86\xf1\x1f\x78\xec\xb9\xf7\x64\xf6\x99\x25\x10\x6a\x27\x07\xfb\x2d\xf1\x28\xce\x78\x1c\x24\x38\x0b\xf3\xcb\xf7\xd7\x59\xa9\x4f\x69\xff\xad\x66\x7b\xd0\x5e\xc4\xd3\x6a\x44\x79\x5b\xc0\xf3\xb3\xae\x4b\x80\xeb\xca\x1c\x5e\x81\x57\x5b\x94\xa7\x41\xaf\x6f\x60\x48\xa7\x01\x3d\xbf\xf4\x1d\xb7\xbc\x29\xa3\x70\x22\xd7\xbc\x11\x34\x10\xc9\x46\xba\x76\x89\xda\x33\x23\xc7\x11\x5c\x50\x9e\x47\x90\x98\x9e\x8d\x07\x3e\x64\xfc\x67\xd8\xbd\xd9\x08\x2e\xd6\x61\x72\xd8\xee\x70\x0a\x6c\xf8\x16\x46\x37\x47\xb4\xec\xbc\x85\xa2\xd3\xd0\x2c\xb0\x22\x5f\xa1\x26\x07\x6f\x35\xc5\xcd\xc2\x9f\x44\x1e\x28\x26\xc0\x92\x66\x9c\x3f\x4c\xe7\x56\x75\x51\xcc\x02\xd2\x52\x14\xe4\x35\x7c\x4d\x8b\xeb\x93\x84\xe8\xe0\xc5\x8b\x23\xff\x89\x2c\x55\x74\x22\xf5\xbd\x90\x18\x89\x22\x8e\x59\x10\x5c\x0f\x76\xc0\xb7\xc4\xbe\x2f\xee\xae\x83\xd0\x00\xef\x84\x41\xbd\x46\x3d\x68\xc4\x0a\x7d\x88\xfe\xe3\xc7\xd7\xa8\xfd\x80\x45\x59\xd9\x9a\xb4\xbd\x1c\x0e\xc1\x6c\xdb\xa5\x6a\xcc\x93\xda\xee\x02\xd2\xcb\x8a\xa1\xaf\x25\xb1\x6b\xfd\x78\xa4\x1c\x4e\x86\xe5\x37\x9a\xab\xf4\x74\x64\xd4\xa0\x8c\x4e\x6e\xe2\xf8\xfb\xc9\x78\x24\xb7\xe3\xac\xfc\xcd\xeb\x78\x41\x4e\x2c\xe8\x54\x31\xe5\xad\xf7\xf1\x86\x73\xcf\x21\x3a\x38\x3d\x70\x59\x61\xf4\x32\x81\xff\x90\x28\x4e\x37\x64\x59\xb6\x36\x9d\x77\x5a\x48\x5b\x46\x21\x7d\x04\xb2\xf5\x65\x76\x44\xce\x2e\x4c\xd6\xa9\x82\xfe\xc3\xe4\x48\x25\x81\x5d\xb0\x98\x05\xc6\x72\xeb\xcc\x21\xea\x31\xd2\xd5\x70\x98\xc0\xab\xe1\x90\xea\xaf\xd1\x3a\x2d\xcf\xa3\x5d\x14\x70\x61\xfc\x8f\x5a\x55\x14\x09\xf4\x5a\x25\xe0\x74\x93\x40\x8f\x4b\x6f\xf1\xdf\x00\x00\x00\xff\xff\xef\x02\x87\x91\x24\x09\x00\x00") - -func testImagesAgnhostLogsGeneratorLogs_generatorGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostLogsGeneratorLogs_generatorGo, - "test/images/agnhost/logs-generator/logs_generator.go", - ) -} - -func testImagesAgnhostLogsGeneratorLogs_generatorGo() (*asset, error) { - bytes, err := testImagesAgnhostLogsGeneratorLogs_generatorGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/logs-generator/logs_generator.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostNetCommonCommonGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x92\x4f\x4f\xf4\x36\x10\xc6\xcf\xf8\x53\x3c\xda\x13\xa0\x25\xa1\xa8\xa7\xf6\xb4\x05\xaa\xa6\xa0\xac\xb4\x59\x8a\x38\x7a\x9d\xd9\xc4\x22\xb1\xdd\xf1\x98\x10\x21\xbe\xfb\xab\x84\xe5\xdf\xfb\xde\x12\xcd\xe3\xdf\xfc\x66\xec\xfc\x54\x5d\xfa\x30\xb2\x6d\x5a\xc1\xc5\xf9\x6f\xbf\x63\xdb\x12\x6e\xd2\x8e\xd8\x91\x50\xc4\x2a\x49\xeb\x39\x66\x4a\xdd\x5a\x43\x2e\x52\x8d\xe4\x6a\x62\x48\x4b\x58\x05\x6d\x5a\xc2\xa1\xb2\xc4\x7f\xc4\xd1\x7a\x87\x8b\xec\x1c\xc7\x53\x60\x71\x28\x2d\x4e\xfe\x54\xa3\x4f\xe8\xf5\x08\xe7\x05\x29\x12\xa4\xb5\x11\x7b\xdb\x11\xe8\xd9\x50\x10\x58\x07\xe3\xfb\xd0\x59\xed\x0c\x61\xb0\xd2\xce\x4d\x0e\x88\x4c\x3d\x1c\x00\x7e\x27\xda\x3a\x68\x18\x1f\x46\xf8\xfd\xd7\x14\xb4\x28\x05\x00\xad\x48\xf8\x23\xcf\x87\x61\xc8\xf4\x6c\x99\x79\x6e\xf2\xee\x2d\x15\xf3\xdb\xe2\xf2\xba\xac\xae\xcf\x2e\xb2\x73\xa5\xee\x5c\x47\x31\x82\xe9\xff\x64\x99\x6a\xec\x46\xe8\x10\x3a\x6b\xf4\xae\x23\x74\x7a\x80\x67\xe8\x86\x89\x6a\x88\x9f\x3c\x07\xb6\x62\x5d\xb3\x44\xf4\x7b\x19\x34\x93\xaa\x6d\x14\xb6\xbb\x24\xdf\x16\xf4\x6e\x65\x23\xbe\x06\xbc\x83\x76\x58\xac\x2a\x14\xd5\x02\x7f\xad\xaa\xa2\x5a\xaa\xfb\x62\xfb\xcf\xfa\x6e\x8b\xfb\xd5\x66\xb3\x2a\xb7\xc5\x75\x85\xf5\x06\x97\xeb\xf2\xaa\xd8\x16\xeb\xb2\xc2\xfa\x6f\xac\xca\x07\xdc\x14\xe5\xd5\x12\x64\xa5\x25\x06\x3d\x07\x9e\xdc\x3d\xc3\x4e\xab\xa3\x3a\x53\x15\xd1\xb7\xe6\x7b\xff\x26\x13\x03\x19\xbb\xb7\x06\x9d\x76\x4d\xd2\x0d\xa1\xf1\x4f\xc4\xce\xba\x06\x81\xb8\xb7\x71\xba\xbc\x08\xed\x6a\xd5\xd9\xde\x8a\x96\xf9\xff\x97\x71\x32\x75\x9a\x2b\x15\xb4\x79\x9c\x20\xc6\xf7\xbd\x77\x4a\xd9\x3e\x78\x16\x2c\x3a\xdf\x2c\x94\xca\x73\x6c\x92\x73\xc4\xd3\xec\x1a\xa6\xb3\xe4\x64\xd2\x8c\xc4\x4f\x13\xce\x83\x93\xcb\x94\x8c\x81\x3e\x92\x4e\x88\xf7\xda\x10\x5e\xd4\x51\x9e\xa3\xa4\x61\x1d\xde\x1c\x98\x24\xf1\xe4\x06\x47\x03\xa8\x0f\x32\xc2\x1f\x6a\x51\x38\x19\x49\x4c\x13\x74\x47\x08\x3e\xa4\x4e\x0b\xd5\x33\x64\x37\x62\xcf\xbe\x9f\xfd\xff\xad\xd6\x25\xce\xde\xcf\x69\x6e\x52\x4f\x4e\x32\x75\xf4\xd9\xe9\xf8\xe4\x53\xe3\xe5\x75\x26\x6c\x92\x9b\x4f\xff\x3c\xc3\x12\xa2\x1f\xa7\xe5\x59\xf7\xee\x92\x61\x3b\xbd\x6a\x7a\x26\x93\x64\xbe\x85\x99\x20\x14\x05\xc6\xd7\x94\xa9\xa3\x4d\x72\xc7\x9d\x6f\x1a\x62\x9c\x76\xbe\xc9\x6e\xe7\xef\xe5\xc7\x34\x5f\xba\x9f\x80\x98\x3d\xab\x57\xf5\x23\x00\x00\xff\xff\xb0\x3a\x4e\xbc\xa7\x03\x00\x00") - -func testImagesAgnhostNetCommonCommonGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostNetCommonCommonGo, - "test/images/agnhost/net/common/common.go", - ) -} - -func testImagesAgnhostNetCommonCommonGo() (*asset, error) { - bytes, err := testImagesAgnhostNetCommonCommonGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/net/common/common.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostNetMainGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x57\x6d\x6f\xdc\xb8\x11\xfe\x2c\xfe\x8a\x29\x8b\x24\x52\x2c\x4b\x4e\xee\x8a\x3a\x7b\xe7\x03\xf6\x7c\x0e\xe2\x9e\x63\x07\xbb\xce\xa5\x87\x24\xc0\x71\xa5\x59\x2d\x6b\x89\x54\x49\xca\x6b\x23\xf5\x7f\x2f\x86\x94\xd6\x52\xec\xb6\x01\xfa\x69\x57\x7c\x99\x97\x67\x9e\x79\x48\xe6\xcf\xd9\xb1\x6e\x6f\x8d\xac\x36\x0e\x5e\x1e\xbc\xf8\x1e\x2e\x37\x08\xbf\x76\x2b\x34\x0a\x1d\x5a\x98\x77\x6e\xa3\x8d\xcd\x18\x3b\x93\x05\x2a\x8b\x25\x74\xaa\x44\x03\x6e\x83\x30\x6f\x45\xb1\x41\xe8\x67\x52\xf8\x0d\x8d\x95\x5a\xc1\xcb\xec\x00\x62\x5a\xc0\xfb\x29\x9e\xfc\xc0\x6e\x75\x07\x8d\xb8\x05\xa5\x1d\x74\x16\xc1\x6d\xa4\x85\xb5\xac\x11\xf0\xa6\xc0\xd6\x81\x54\x50\xe8\xa6\xad\xa5\x50\x05\xc2\x56\xba\x8d\x77\xd2\x9b\xc8\xd8\xef\xbd\x01\xbd\x72\x42\x2a\x10\x50\xe8\xf6\x16\xf4\x7a\xbc\x0a\x84\x63\x0c\x00\x60\xe3\x5c\x3b\xcb\xf3\xed\x76\x9b\x09\x1f\x65\xa6\x4d\x95\xd7\x61\x95\xcd\xcf\x4e\x8f\x4f\xce\x97\x27\xfb\x2f\xb3\x03\xc6\xde\xab\x1a\xad\x05\x83\xff\xec\xa4\xc1\x12\x56\xb7\x20\xda\xb6\x96\x85\x58\xd5\x08\xb5\xd8\x82\x36\x20\x2a\x83\x58\x82\xd3\x14\xe7\xd6\x48\x27\x55\x95\x82\xd5\x6b\xb7\x15\x06\x59\x29\xad\x33\x72\xd5\xb9\x09\x40\x43\x54\xd2\xc2\x78\x81\x56\x20\x14\xf0\xf9\x12\x4e\x97\x1c\x7e\x9e\x2f\x4f\x97\x29\xfb\x70\x7a\xf9\xe6\xe2\xfd\x25\x7c\x98\x2f\x16\xf3\xf3\xcb\xd3\x93\x25\x5c\x2c\xe0\xf8\xe2\xfc\x97\xd3\xcb\xd3\x8b\xf3\x25\x5c\xbc\x86\xf9\xf9\xef\xf0\xeb\xe9\xf9\x2f\x29\xa0\x74\x1b\x34\x80\x37\xad\xa1\xd8\xb5\x01\x49\xd0\x61\x99\xb1\x25\xe2\xc4\xf9\x5a\x87\x60\x6c\x8b\x85\x5c\xcb\x02\x6a\xa1\xaa\x4e\x54\x08\x95\xbe\x46\xa3\xa4\xaa\xa0\x45\xd3\x48\x4b\xc5\xb3\x20\x54\xc9\x6a\xd9\x48\x27\x9c\xff\x7e\x90\x4e\xc6\x9e\xe7\x8c\xb5\xa2\xb8\x22\x23\x0a\x1d\x63\xb2\x69\xb5\x71\x10\xb3\x88\xaf\x6e\x1d\x5a\xce\x22\x8e\xaa\xd0\xa5\x54\x55\xfe\x0f\xab\x15\x0d\xac\x1b\x47\x3f\x52\xe7\x52\x77\x4e\xd6\xf4\x51\xeb\x8a\x7e\x14\xba\x9c\x4a\x46\xff\xb5\xdf\x4d\x68\xa9\xca\x72\xc6\x22\x5e\x49\xb7\xe9\x56\x59\xa1\x9b\xdc\xb6\xeb\x17\xdf\xe5\x85\x5e\x19\xe1\xa7\xae\x0e\x6d\x26\x75\x7e\xb5\x63\x6c\xee\xd0\xba\x5c\x36\xa2\x42\x9b\x8b\x4a\x6d\xb4\x75\x39\x99\x2f\x74\xd3\x84\x38\xbe\x7d\x8f\x12\x8e\xb3\x84\x31\x77\xdb\x22\x98\x4e\x29\x34\x6f\x45\x0b\x8d\x68\x3f\x86\xf8\x3e\x07\xab\xd9\xc2\xcf\x31\x76\x2d\x0c\x81\x90\xe7\xb0\xae\x45\x65\x77\xd8\xd3\x32\xa1\x4a\xa8\xa5\xc2\x0c\xa8\x42\x9d\x25\xf0\x84\xa9\x2c\xac\xb0\xd6\x5b\x5a\xea\x37\x96\x68\x0b\x23\x5b\x8f\x7d\xc6\xa2\x60\xc7\x3a\xd3\x15\x0e\xbe\xb0\x28\x5a\xa2\xb9\x46\x00\x08\x01\xb0\x28\x0a\xbe\x47\x03\x17\x61\xf3\x6e\xe0\xce\xdb\x0d\xe1\x5b\xe2\xa2\xa0\x0c\x60\x6d\x74\xd3\x8f\x82\x12\x0d\x12\xb7\xfb\x4f\xa9\xac\xa3\x2e\xcc\x58\x34\x6c\x3b\x82\x46\x5c\xe1\x62\xc0\x20\x4e\x76\xb8\xd4\xba\xba\xe8\x5c\xdb\xb9\x51\x94\x2b\xf0\x34\xc8\x7e\xee\xd6\x6b\x34\xec\x8e\xb1\x3c\x87\xe3\xa6\x3c\x47\x47\x01\x74\xb6\x6f\xb3\x80\x35\x1c\x53\x3d\x33\x8f\x5e\xbf\xe8\x08\x9e\xfa\x22\x67\xc7\x01\xb9\x2f\x2c\x7a\x6f\x71\x06\x00\xc4\x15\x9e\xb2\x68\xb9\xd1\xc6\xcd\x80\x1f\x1b\x14\xa4\x54\x5b\x5c\x59\x82\xc6\x50\x33\xf4\x79\x10\xfc\xd7\xc2\x48\xdd\x59\xe2\xe9\x56\x9b\x2b\x62\x3b\x95\xdb\x92\x8d\x33\xad\xaa\x19\xfc\x41\x9a\x67\xbb\xd5\x50\xa4\xad\xac\x6b\xb2\xe0\x2b\xd7\x6f\xf3\x7b\x3c\x32\xd0\x7b\x69\x74\x89\x20\x83\xfa\xf0\xfd\x7d\x3f\xca\x7d\xd9\x29\xc3\x4a\x5e\xa3\x4a\xa9\x97\xfc\x82\x01\x45\x61\x10\x9c\x91\x55\x85\x24\x34\x6e\x63\x74\x57\x6d\xe0\xcd\xe5\xe5\x3b\x2f\x3f\x14\x57\xc6\xd8\xbc\x76\x68\x94\x70\xf2\x1a\xeb\xdb\x74\xe4\x24\x98\x79\xe0\x45\xba\x10\x33\xde\x60\xd1\xb9\xd0\xfd\x7e\x6a\xc0\xa1\x94\x06\x0b\x57\xdf\x66\x70\xae\xfd\xbc\x70\x63\x73\x14\xe5\x34\x05\x0b\x85\x50\xa4\xd4\xab\xc1\x92\x70\x41\x44\x3c\x51\x64\x83\x19\x63\x27\x37\xa2\x69\x6b\xb4\xb3\x20\xb9\x43\x31\x15\x3a\x18\x6c\x83\x12\x6e\xbf\xa8\xb5\xc5\xad\x90\xf4\x4f\xa2\xa2\x59\xdd\x53\xf4\xd9\x17\xbe\xc0\x46\x3b\x9c\x97\xa5\xe1\x33\xfe\xe2\xe5\x5f\xb3\x83\xec\x20\x7b\x31\x7b\xf5\xea\xd5\x2b\x7e\xf7\xec\x31\xd3\x3e\x4e\x98\x1d\x1e\x1e\xbe\x82\xa7\x4f\xa1\xe8\x4c\x0d\xfb\xd7\xb0\xff\x77\x78\x77\xb1\xbc\x84\x5a\x17\xa2\xa6\xe5\x7e\x45\x6e\x3a\x95\x4f\xa3\xe8\x0b\xb8\x5f\x92\xfb\x33\x5a\xfd\x1f\xbd\xff\x91\xb2\x68\x6e\x2a\x3b\x83\xc0\xc6\xb7\xe2\x46\x36\x5d\x73\x4e\x63\xf1\x41\x92\x32\xea\xbe\x19\x40\x23\xa4\x4a\x89\xe6\xeb\x4e\x15\x20\x95\x74\x71\x42\x7d\x50\x63\x25\xea\x45\x5f\xfc\xd9\x11\x70\xce\x22\x22\xe5\x15\x7d\x18\xa1\xaa\x7b\x6a\x50\x6f\x4f\x96\xef\x1d\x01\x07\x0e\x7b\x70\xe5\x5b\x38\x34\x46\xf6\x9a\xaa\x13\x27\xd9\xd2\x37\xf7\x6f\xc2\xc4\x4f\x7d\xc1\x32\xaf\x0b\x29\xf0\x50\xc5\x14\x38\x11\x3c\xe2\x94\x1a\x9d\x10\x54\x63\xaf\xd1\x4e\xc3\x4a\x2a\x7f\x92\xc5\x98\x55\x19\xdc\x67\x7d\x78\x70\x78\x90\x90\x3c\x39\xe7\xdb\x84\x4e\x68\x4f\x2c\xbe\xc7\xa2\x28\xe2\xdf\xd6\x13\x7d\xe5\x1f\xa7\x7a\x6f\x69\xca\x78\x9e\xfc\xef\xf4\x02\x2a\x29\xf0\x9e\xb4\x3e\x41\xe0\xbd\xf8\x39\xbd\x23\x7f\x2c\xae\x85\xac\xe9\xe8\x9e\xf1\xbd\x31\xa0\x7b\x3c\xf9\x16\x47\xbd\x7a\xa6\xc0\x7b\x92\x0e\xae\xfe\xb6\xbc\x38\x87\x81\xb8\x4e\x7b\x24\x82\x69\x9e\xec\x4a\x4f\x44\x88\x8b\xa6\x84\xe7\x13\xf9\x4a\x83\xd2\x7f\xfc\x1c\x34\xd9\x73\x43\xae\x61\x9c\x1a\x1c\x11\x3d\x88\xd0\xa3\x7a\xf6\x83\x9e\x1b\xba\xca\x5e\x0b\x27\xea\x75\xcc\xdf\x76\xd6\x81\x45\x37\x5c\x03\x76\xed\xa6\xcd\xd0\x1f\x29\x58\x44\xd8\xdf\xdf\x60\xdd\x52\xda\x77\x8c\x79\x13\x4b\x74\x21\x75\x6f\x2f\x80\x00\xff\x22\x11\xcf\xce\x2c\x49\x2a\x5d\xc9\x12\x36\x0a\xef\xeb\x40\xb4\x17\xfb\x14\xd0\x18\x62\x71\x8f\x7b\x48\x22\x9e\x16\x6b\x82\x68\xc2\x22\x32\x4a\xdb\x8e\x8e\x40\xc9\xda\x5b\x8b\xd6\x8d\xcb\xde\x19\xa9\x5c\xcc\x83\xe5\xd9\x27\xf5\x49\x11\xef\xc3\x67\xb6\xea\x6b\x14\x27\x64\x21\xd2\x36\x3b\xb9\x91\x2e\x3e\xa0\xaf\x3b\xc0\xda\x62\x30\x44\x29\x78\x43\xeb\x98\x9f\x18\xa3\xcd\x0c\x9e\x5c\x73\x1f\x67\xf2\xff\x38\x7a\xe1\x1d\xb1\xb1\x2f\xba\xaa\x64\x6f\x84\x2a\x6b\x7c\xdd\xa9\x22\xe6\x5e\x65\x78\x0a\x1b\x3f\xb6\xe8\xd4\x22\x70\x3b\x61\xd3\xb8\x08\x18\x6a\xad\xe1\xa4\x52\x21\xc4\x11\xd0\xc9\xb8\xd4\xb1\x77\x74\x26\xad\x43\x35\x57\xa5\x5f\x10\x4f\xda\x5d\xc9\x3a\xf1\xd5\xbd\x27\xe0\xe4\x94\x1e\xdd\x5a\xbe\x8c\xae\x01\xe1\xc0\x97\x16\x7e\x6c\xaf\xaa\x9f\xf6\x7f\xa4\xa2\xff\xb4\xff\xe3\x70\x45\xfc\x89\x0e\x7e\x74\x9d\x51\xf7\xfb\x29\x6f\xfe\x98\x9c\xf3\x19\xa9\x7c\x76\x8e\xdb\x63\x9a\xf9\x20\xa4\x3b\xf6\x13\x71\x92\x3e\xdc\x13\x32\x7f\x64\x8f\x4f\xc8\xf8\x3d\xf7\xd9\x4c\xc9\xe5\x83\x0e\x1d\x94\x82\x11\xdb\xe9\x45\x27\x81\x78\x77\x15\xf1\x55\xd7\xc6\xf7\x99\xe9\xc9\xa8\x83\xe8\x06\x31\xf8\x48\xb6\x3e\x7b\x96\xeb\xab\x40\xeb\xde\xd8\x6e\x0d\x45\xd7\x7b\x88\x47\xdc\x9d\x1d\x01\x5d\x68\xb3\xf7\xaa\x11\xc6\x6e\x44\x1d\x7f\xfc\x4c\x97\x9d\xf8\x3e\xa0\x24\x1d\x74\x22\xf9\xc1\xef\xf9\xd3\x88\xef\x3d\xae\xbb\x50\xbf\xdc\xa5\x40\xd4\xf4\x94\x5d\xc7\xfc\x54\x5d\x8b\x5a\x96\x3b\xa5\x21\xd9\x99\x32\x99\x5a\x79\xc2\xaa\xde\xed\x0c\x9e\xec\xd1\xb2\xc1\x37\xdb\x35\x2b\x05\x3d\x72\x18\xb6\x57\x68\xfa\x71\xca\x34\x7e\x3a\x74\x41\x0a\xfc\xcf\xc0\xd3\x47\x24\x61\x88\x7d\x50\x80\x1e\xa7\x45\xa7\xe2\x60\x6f\xe4\xdb\x47\xf9\xad\xb9\x06\x43\x33\x78\xf6\xe4\xfa\xd9\x44\xb8\x06\x1f\x49\x7f\x85\xfc\xba\xbf\xfa\x01\xba\xd2\xf6\xa7\x89\xc7\x6b\x90\xe7\xe9\x41\x95\x05\x4e\x7d\x6d\x23\xde\xfa\xd7\x62\xb6\x40\xdb\x6a\x65\xf1\x83\x91\x8e\x52\x31\xf0\xbc\x1f\x0f\xad\xec\xcf\xf3\x11\xea\x0f\x62\xf1\x35\x7a\x6e\x08\xa9\xce\xd4\xef\x84\x71\x9e\x4d\xfd\x4b\x26\x5b\xb6\xb5\x74\xb1\xc9\xde\x2f\xce\xb2\x77\xc2\x6d\x52\xe0\x39\x29\xb3\x5c\x43\x8d\x2a\x1e\xb6\x24\xc4\x96\xef\xee\x65\xc6\x63\x15\x6f\x03\x70\xcb\xb6\x77\x2e\x07\xe4\x7a\xdf\xe1\xee\xde\xf3\x64\x67\x2a\x85\xef\x0f\xbc\x4e\x86\x42\xf4\x45\x09\x0a\x30\x3b\xda\xad\xfb\xf8\x32\x74\x82\xc9\x7e\xd6\xe5\xed\x58\x9d\xa7\x11\xf0\xb7\xf4\x46\x54\xd5\xce\xeb\x4a\x97\xb7\xfc\x51\x27\x34\xb3\x3b\x22\xc2\x73\x2f\x5b\xa0\x28\xe7\x75\x1d\x07\x37\x21\xf3\xaf\xba\xe3\xbf\x64\xec\x1b\x1a\x0c\x0a\x7a\x53\x7a\xcf\xa3\xae\x78\x34\x06\x7a\x4e\xf4\xfc\xdf\x31\x30\x74\xfc\xe8\x04\xfb\xfa\x00\x1b\xd4\x22\x54\x2d\x26\x3f\xc9\xc3\x2e\x2e\xb4\x72\xa8\x42\x7d\x27\x51\xfa\xd8\xc7\x4f\x2b\x0a\xf2\x93\x1a\x1d\x38\x4f\xfc\xcb\x23\x8a\xd0\x50\xbb\x3c\x76\xf2\x4c\x41\x18\x5c\xa5\xf0\x97\x87\x29\x92\xef\xd7\xbd\x6f\x2a\x90\xbe\x9a\xf8\xe2\x7b\x8f\x38\xb8\x63\xff\x0e\x00\x00\xff\xff\xbe\x8b\x61\x8e\xf6\x11\x00\x00") - -func testImagesAgnhostNetMainGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostNetMainGo, - "test/images/agnhost/net/main.go", - ) -} - -func testImagesAgnhostNetMainGo() (*asset, error) { - bytes, err := testImagesAgnhostNetMainGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/net/main.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostNetNatClosewaitGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x57\xeb\x8f\xe2\xc8\x11\xff\xec\xfe\x2b\xea\x90\x6e\x65\x46\x60\xcf\xee\x87\x28\xda\xbd\x5d\x89\x30\x33\x39\x72\x23\x18\x01\x97\xd1\x29\x8a\xa2\xc6\x2e\xdb\xad\x31\xdd\x4e\x77\x1b\x8e\xec\xce\xff\x1e\x55\xb7\x61\x6c\x60\x1e\xa7\x64\xf9\xc0\xc3\x5d\x8f\x5f\x3d\xba\x7e\x45\x7c\xc1\xc6\xaa\xda\x69\x91\x17\x16\x3e\x5c\xbe\xff\x13\x2c\x0b\x84\x5f\xea\x15\x6a\x89\x16\x0d\x8c\x6a\x5b\x28\x6d\x22\xc6\x6e\x45\x82\xd2\x60\x0a\xb5\x4c\x51\x83\x2d\x10\x46\x15\x4f\x0a\x84\xe6\x64\x00\x7f\x47\x6d\x84\x92\xf0\x21\xba\x84\x90\x04\x7a\xcd\x51\xaf\xff\x89\xed\x54\x0d\x6b\xbe\x03\xa9\x2c\xd4\x06\xc1\x16\xc2\x40\x26\x4a\x04\xfc\x3d\xc1\xca\x82\x90\x90\xa8\x75\x55\x0a\x2e\x13\x84\xad\xb0\x85\x73\xd2\x98\x88\xd8\x6f\x8d\x01\xb5\xb2\x5c\x48\xe0\x90\xa8\x6a\x07\x2a\x6b\x4b\x01\xb7\x8c\x01\x00\x14\xd6\x56\x1f\xe3\x78\xbb\xdd\x46\xdc\xa1\x8c\x94\xce\xe3\xd2\x4b\x99\xf8\x76\x32\xbe\x9e\x2e\xae\x87\x1f\xa2\x4b\xc6\x7e\x95\x25\x1a\x03\x1a\xff\x5d\x0b\x8d\x29\xac\x76\xc0\xab\xaa\x14\x09\x5f\x95\x08\x25\xdf\x82\xd2\xc0\x73\x8d\x98\x82\x55\x84\x73\xab\x85\x15\x32\x1f\x80\x51\x99\xdd\x72\x8d\x2c\x15\xc6\x6a\xb1\xaa\x6d\x27\x41\x7b\x54\xc2\x40\x5b\x40\x49\xe0\x12\x7a\xa3\x05\x4c\x16\x3d\xf8\xcb\x68\x31\x59\x0c\xd8\xfd\x64\xf9\xf3\xec\xd7\x25\xdc\x8f\xe6\xf3\xd1\x74\x39\xb9\x5e\xc0\x6c\x0e\xe3\xd9\xf4\x6a\xb2\x9c\xcc\xa6\x0b\x98\xdd\xc0\x68\xfa\x1b\xfc\x32\x99\x5e\x0d\x00\x85\x2d\x50\x03\xfe\x5e\x69\xc2\xae\x34\x08\x4a\x1d\xa6\x11\x5b\x20\x76\x9c\x67\xca\x83\x31\x15\x26\x22\x13\x09\x94\x5c\xe6\x35\xcf\x11\x72\xb5\x41\x2d\x85\xcc\xa1\x42\xbd\x16\x86\x8a\x67\x80\xcb\x94\x95\x62\x2d\x2c\xb7\xee\xf7\x49\x38\x11\xbb\x88\x19\xab\x78\xf2\x40\x46\x24\xa5\x3c\xbe\x60\x49\x29\x50\xda\xd8\xa0\xde\xa0\xf6\x4e\xd1\x50\x96\x60\x7c\x3b\x5b\x5c\xff\xeb\x7e\x34\x59\x82\x15\x6b\x54\xb5\x85\x44\xc9\x54\x90\x79\xca\xa6\xa8\x2c\x65\xda\xc0\x74\xb4\x8c\x58\x63\x08\x3a\x2f\x6f\x95\x01\x7c\x83\xd3\xd7\x37\x7a\xfe\xd3\x70\x68\x93\x0a\x0a\x2e\x53\x53\xf0\x07\x1c\x0e\xbf\xec\x9f\xbb\x57\x26\x64\xf3\x6d\xf8\x0d\x0a\x5e\x66\xc3\xa4\x54\x94\x1d\xad\xd6\xaf\x98\x87\x06\x91\x30\x84\xf6\x29\x1a\x97\x06\xb1\xae\x94\xb6\x10\xb2\xa0\x87\x5a\x2b\x6d\x7a\x2c\xe8\x09\x45\xef\xa5\xca\xe9\x43\xa2\xa5\x0f\x0a\xbd\xc7\x58\xd0\x7b\xf8\xb3\x89\x84\x8a\x1f\x0e\x97\x2c\xa6\x44\xc5\x62\xcd\x73\x34\x31\xcf\x65\xa1\x8c\x8d\x25\xda\x38\x51\xeb\xb5\x92\x3d\xd6\x67\x2c\x8e\xa1\x44\xfe\x80\xe9\x58\x49\x89\x89\x4f\x9d\x01\x0e\x79\xa9\x56\xbc\x84\x0d\xd7\xc2\xb5\xab\x2d\xb8\x05\x53\xa8\xba\x4c\x9d\x86\x2b\x1c\x4f\xac\xd8\x20\x19\x49\x9e\xd4\xb9\x31\x22\x97\x98\x42\x81\x1a\x23\xb6\xe1\xfa\xd4\xc5\x85\x44\x1b\x2d\xc7\x77\xf4\xc8\x81\x18\x53\xd2\xee\xb9\xb0\x0b\x97\xb2\x59\xe5\x7b\xa4\x50\x65\x6a\x9a\x34\xc2\xdf\x16\xb3\x29\x28\x7f\x12\x31\xbb\xab\xf0\x39\x35\x63\x75\x9d\x58\xf8\xca\x82\x38\x86\x51\x9a\xba\x5e\xb6\x0a\x56\x42\xa6\x87\xbe\xa5\xec\xb0\xe0\x56\x25\xbc\x24\x11\x52\x12\x32\x77\x2a\xcb\xa6\x9d\xac\x82\x2d\x17\x16\x78\x66\x51\x83\x41\x99\x52\xdf\x91\xf2\xcd\x64\x1a\xb1\xe0\x4e\x19\x7b\x23\x64\x23\xbe\x40\x6a\x3f\x2a\xa6\x65\x8f\xcc\x03\x4c\xba\x00\x5b\xc8\x9a\x40\xe0\xe2\x7c\x0c\x64\x21\x8e\x61\x8a\xdb\xa3\x73\xd0\x68\x6b\x4d\xf7\x09\x24\x6e\x61\x5e\x4b\x89\x3a\x62\x59\x2d\x93\x33\xd2\x61\x1f\x7c\xb5\x23\x2f\x48\x9e\xbd\x01\x78\x77\x84\xed\xeb\xe3\x93\xcf\x7d\x22\x79\x59\xaa\x84\xd3\xc0\x26\x5f\xaa\x93\xde\x9a\xaa\xeb\xdc\x86\x4d\x81\x2e\x8e\x2c\xf6\x5b\xa6\xc2\x3e\xe5\x05\x75\xc6\x13\xfc\xfa\xd8\x86\x71\x3e\xfe\x03\x9a\x79\x2d\xfd\x98\x71\xa7\x43\x23\x52\xdc\x0f\x67\xaa\xe0\xab\x10\xe6\xb5\x0c\x4b\x95\xe7\x74\x58\xaa\x3c\xba\x75\xdf\x07\xa0\xf9\x21\xca\x16\xb0\x3e\xb8\xdb\x46\xf8\x44\xb6\x0f\x78\x00\xea\x01\x3e\x7e\x6e\xa9\x44\xe1\x33\x65\xeb\x7f\x22\xd9\xaf\x2c\x08\x3c\xa0\x68\x9f\xb3\xcf\x7b\x63\x2c\x78\x04\x2c\x0d\x3a\xa1\x26\x07\xfe\x86\x47\x53\xdc\x86\x3d\x21\x37\xbc\x14\x29\x50\xfb\xf4\xfa\x2c\x78\x64\x2c\xf0\xf8\xa3\x3b\x2d\xa4\xcd\xc2\x1e\xa5\xe4\xc7\x4d\x6f\x00\x5d\x1f\x7d\xc6\x02\x9e\xa6\x7a\x40\xf6\x08\x2f\x5d\xb2\x39\x1a\x55\x6e\x70\x39\xbe\xa3\x26\x0f\x7b\x36\xa9\x4e\x14\xa3\xc3\x25\xe8\xbb\xb0\x49\xfd\x87\xcf\x20\x45\x79\x04\xb2\x41\x23\x8c\x45\x89\x5d\x3f\xb7\xee\xe1\x72\x7c\xb7\x77\xc1\xdf\x66\x2e\x48\x31\x43\x0d\x7b\x9b\x91\x4b\x6b\xd8\x3f\x0d\xba\xe9\x7e\x2f\x48\xd7\x50\x35\x49\xf0\x8e\x58\x40\x23\xe8\x00\xe9\x60\x6f\x94\xd0\x12\x40\xb8\xde\x0e\x86\x2c\x3d\x0f\x64\xec\xa7\x76\x33\xf1\x30\xed\x91\x4c\x1c\xc3\x02\x65\xba\x1f\xe9\x2d\x22\xb8\x99\x4c\xc1\xa8\xd6\xac\x97\x6a\xdb\x9d\xf7\x11\xdc\x23\x3c\x20\x56\xce\x0c\x35\x76\x23\x3c\xfc\xb2\x1f\x7d\x95\xa8\x10\x54\x85\x92\x46\xd2\x06\xb5\xc8\x76\xb0\x2d\xd0\x71\xb5\xd2\x6e\xf7\x21\xbd\xe9\x68\xe9\x6c\xa4\x5a\x55\x15\x2d\x04\xb5\x6e\x4d\xe6\xe8\x90\x80\x8f\x9f\x5b\x31\xde\x6b\x61\x31\xec\x7f\x7a\xb5\xec\x67\xeb\x61\x08\xe8\xcd\x64\x3a\x70\x93\x92\xea\xf2\xe3\x06\x8c\x9f\x84\xbd\xc1\xc9\x3d\x88\xce\x8e\x4c\xca\xe0\x4f\x43\x62\xb2\x68\x44\xa3\x36\x74\x5f\xaf\x6a\xed\x56\x85\xf0\x4d\x26\xe0\xc2\x6d\x01\x91\xff\x7d\xa6\x6e\x57\x4a\xa2\xab\x55\x13\x98\x14\x65\x33\x62\x0e\x57\xd9\x97\xb6\x4b\x3e\x4d\x2d\x5e\x22\x9f\xae\x5a\x87\x7c\xe6\xb8\x56\x16\x1d\xbf\x34\x43\xab\xa9\xa8\x55\xfb\xca\x80\x55\x11\x0b\x5a\x82\xa7\x44\xb4\x67\x16\x25\x61\x12\xcf\x9e\x76\xd8\x26\x31\x2c\x38\xc3\x40\xa4\xfe\xf3\x53\x1b\xee\x37\xa4\xd0\x2a\xc8\xc5\x06\x0f\x03\xd4\x9d\x38\x38\x05\x26\x9e\xd6\x8d\xe5\xb6\x36\x0d\x60\x67\x88\xa0\x5a\xcd\xe9\xdc\x6d\x03\x28\xad\xde\xbd\x48\x80\xa4\x75\x4b\x7b\x42\x6b\x33\x08\xfd\x6a\x40\xce\x8e\xd7\x0b\xa3\xda\x82\x15\x2d\xfc\xc6\x1a\x67\x85\x1b\x28\x95\xcc\xe9\x93\xc0\x55\x5a\x25\x7e\xad\x5e\x73\x41\xb5\x08\xc8\x4d\x6b\xb7\x58\x29\x55\x9e\xf2\x6f\x73\x6b\x5f\xe2\xdf\x4e\x19\xcf\xf0\xef\xfe\xe2\x6b\x74\x8c\xe8\xf9\x57\x3b\x5a\x3d\xa5\x5f\x2f\xfc\x26\xfa\xf5\xa2\xff\x03\xfd\x36\x2d\x7a\x71\x64\xf1\x0f\xd2\x6f\x27\xfc\x13\xfa\xf5\x3e\xa2\xf5\x6b\x2e\xbf\x3b\xdd\x76\x60\x3e\xd1\x6d\x83\xef\xbb\xd2\x6d\xd7\xc7\x1f\xa0\xdb\xae\x62\xf4\x74\xd7\xdf\xc4\xb7\x1d\x62\x23\x27\x57\x82\x97\x2d\xa6\x95\xa2\x7c\x3b\xdd\x8a\x0c\x7e\x38\x82\x73\x74\x7f\x48\xe9\x0c\x0f\x9e\xcb\xcc\x78\xcf\x81\x74\xa5\xfd\x30\x72\x13\x56\x64\xc7\x21\x1f\x4d\x88\x2f\x70\xd9\xf8\x29\xf9\x8e\xc2\xea\x0e\xfc\x17\x95\x8f\x26\x3d\xd5\x9e\x70\x2e\xd0\xce\x91\xa7\x57\xc8\xd3\x52\x48\xf4\x14\x32\x55\xdb\xb0\x1f\x8d\xd2\x34\x74\x9e\xfa\x4d\x18\xab\x3a\x23\xa7\x6b\xfe\x80\xe1\x3f\xfe\xb9\xda\x59\x1c\xc0\xfb\x01\xbc\xef\xb3\xc0\x88\xff\xe0\xa0\x43\x92\x64\x35\x5c\xd5\x59\x13\x58\x2b\xbd\xef\xde\xed\x7f\x09\x15\x5d\xcf\x6e\xce\x56\x4f\x64\x40\x36\x49\xea\xf2\xb9\x26\xfc\xab\xb2\x90\x72\xcb\x61\x55\x5b\xfa\xef\xed\x73\x7a\x3d\xbb\x79\xa6\x23\x1b\xee\x2d\xb8\x69\x6d\x1a\xa9\xbf\xa7\x87\x42\x3e\xcb\xc8\x47\xd9\x7d\x96\x91\x4f\xab\x78\xa6\x53\x8e\x90\x91\x04\xb9\x4c\x3a\x4b\x52\x6b\xf8\xbb\x3f\x50\x27\xf3\xbf\x4f\x81\x06\x27\x7f\x13\x7d\x05\x7c\x0a\x3a\xfb\x01\x0b\x82\x17\x3b\xe6\xff\xba\x22\xfc\x37\x00\x00\xff\xff\xcb\xd6\xa6\x82\xcd\x12\x00\x00") - -func testImagesAgnhostNetNatClosewaitGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostNetNatClosewaitGo, - "test/images/agnhost/net/nat/closewait.go", - ) -} - -func testImagesAgnhostNetNatClosewaitGo() (*asset, error) { - bytes, err := testImagesAgnhostNetNatClosewaitGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/net/nat/closewait.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostNetexecNetexecGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x3a\x6b\x73\xdb\xc8\x91\x9f\x89\x5f\xd1\x41\x95\x6d\xd0\x81\x41\x4a\xd9\xab\xdd\xa2\x8f\xb7\x25\xcb\x76\xac\xac\x23\xeb\x44\x69\x5d\x29\x9f\x6a\x33\x04\x86\xe4\xc4\xc0\x0c\x32\x33\x10\xc5\x78\xf5\xdf\xaf\x7a\x5e\x00\xf8\x90\x4f\xeb\xfb\x70\x75\xc9\x07\x5b\x20\xa6\xa7\xa7\xdf\xaf\xc1\xe8\x79\x74\x2a\xea\x8d\x64\xcb\x95\x86\xe3\xf1\xd1\x77\x70\xb5\xa2\xf0\x53\x33\xa7\x92\x53\x4d\x15\x9c\x34\x7a\x25\xa4\xca\xa2\xe8\x3d\xcb\x29\x57\xb4\x80\x86\x17\x54\x82\x5e\x51\x38\xa9\x49\xbe\xa2\xe0\x56\x52\xf8\x99\x4a\xc5\x04\x87\xe3\x6c\x0c\x09\x02\xc4\x6e\x29\x1e\xbe\x8c\x36\xa2\x81\x8a\x6c\x80\x0b\x0d\x8d\xa2\xa0\x57\x4c\xc1\x82\x95\x14\xe8\x5d\x4e\x6b\x0d\x8c\x43\x2e\xaa\xba\x64\x84\xe7\x14\xd6\x4c\xaf\xcc\x21\x0e\x45\x16\xfd\xc5\x21\x10\x73\x4d\x18\x07\x02\xb9\xa8\x37\x20\x16\x5d\x28\x20\x3a\x8a\x00\x00\x56\x5a\xd7\x93\xd1\x68\xbd\x5e\x67\xc4\x50\x99\x09\xb9\x1c\x95\x16\x4a\x8d\xde\x9f\x9d\xbe\x39\x9f\xbd\x79\x71\x9c\x8d\xa3\xe8\x9a\x97\x54\x29\x90\xf4\xef\x0d\x93\xb4\x80\xf9\x06\x48\x5d\x97\x2c\x27\xf3\x92\x42\x49\xd6\x20\x24\x90\xa5\xa4\xb4\x00\x2d\x90\xce\xb5\x64\x9a\xf1\x65\x0a\x4a\x2c\xf4\x9a\x48\x1a\x15\x4c\x69\xc9\xe6\x8d\xee\x09\xc8\x53\xc5\x14\x74\x01\x04\x07\xc2\x21\x3e\x99\xc1\xd9\x2c\x86\x57\x27\xb3\xb3\x59\x1a\x7d\x3c\xbb\x7a\xf7\xe1\xfa\x0a\x3e\x9e\x5c\x5e\x9e\x9c\x5f\x9d\xbd\x99\xc1\x87\x4b\x38\xfd\x70\xfe\xfa\xec\xea\xec\xc3\xf9\x0c\x3e\xbc\x85\x93\xf3\xbf\xc0\x4f\x67\xe7\xaf\x53\xa0\x4c\xaf\xa8\x04\x7a\x57\x4b\xa4\x5d\x48\x60\x28\x3a\x5a\x64\xd1\x8c\xd2\xde\xe1\x0b\x61\x89\x51\x35\xcd\xd9\x82\xe5\x50\x12\xbe\x6c\xc8\x92\xc2\x52\xdc\x52\xc9\x19\x5f\x42\x4d\x65\xc5\x14\x2a\x4f\x01\xe1\x45\x54\xb2\x8a\x69\xa2\xcd\xef\x1d\x76\xb2\xe8\xf9\x28\x8a\x6a\x92\x7f\x46\x24\x68\x27\x77\x34\x8f\x22\x56\xd5\x42\x6a\x48\xa2\x41\x4c\x79\x2e\x0a\xc6\x97\xa3\xbf\x29\xc1\xe3\x68\x10\x2f\x2a\x8d\x7f\x98\xb0\xff\x8f\x98\x68\x34\x2b\xf1\x47\x29\x96\xf8\x87\x53\xed\xfe\x8c\x50\x75\xfe\xb9\x91\x06\x48\x28\xfb\xff\x08\x4f\xc2\x47\xa5\x65\x2e\xf8\xad\x7b\x64\x7c\x69\x00\xd4\x86\xe7\x23\xa2\x45\xc5\x0c\x90\x66\x15\x8d\xa3\x68\x10\x2f\x99\x5e\x35\xf3\x2c\x17\xd5\x48\xd5\x8b\xa3\x3f\x8c\x72\x31\x97\x04\x97\x90\x0a\x4e\x35\xc4\x9f\x7f\x50\x19\x13\x23\x52\xb3\x8a\xe4\x2b\xc6\xa9\xdc\x8c\xea\xcf\xcb\x11\x02\x8c\x0c\x71\xc3\x28\xba\x25\x12\xd9\x43\x02\x2f\x90\x55\x00\x98\xc2\x0f\xe3\x1f\xc6\xd1\xa0\x29\xc2\x2b\xfb\xee\x28\x1a\xa8\x15\x2d\xcb\x0b\xa2\x57\xe6\x5d\x3c\x9a\x33\x3e\x52\xab\x38\x1a\x28\x2a\x6f\xa9\xbc\xa4\xa4\xd8\xc0\x14\x9e\x5a\x8a\x5f\x09\x51\x7e\x19\xdf\xe3\x39\xa3\x11\x9c\x56\xc5\xb9\x15\x2c\x1a\x4f\xa3\x9c\x59\x2e\xf9\x4a\x28\x0d\xa7\x48\x7f\x66\xe8\xe9\x00\x4e\xe1\xa9\x61\x2c\x3b\x15\x55\x45\x78\xf1\x25\x1a\x5c\x2b\x3a\x01\x80\xd8\x29\x29\x4e\xa3\xc1\x6c\x25\xa4\x9e\x40\x7c\x2a\x29\x41\x0f\x27\xf0\xee\xea\xea\x02\x46\x70\xfd\xfa\x02\x2c\x65\xd6\xf9\x6e\x89\x64\xa2\x51\x40\x79\x51\x0b\xc6\xb5\xc2\xdd\xef\x05\x5f\x4e\xe0\xaf\x33\x4d\xa4\x0e\x7b\xdd\x2e\xc1\x61\xc9\x6e\x29\x87\xab\x53\x8f\x0f\x2d\x42\xb5\xbe\xbc\x10\x65\x29\xd6\x68\x70\x01\xe9\x24\x8a\x5e\xc0\x68\x02\x97\x54\x37\x92\x2b\x03\x86\x9e\x48\x95\x7e\xa6\x00\x55\xa8\x34\xa9\xea\x0c\xa1\xf2\x92\x51\xae\x59\x7d\x08\xfa\xec\x02\x48\x51\xa0\x43\x18\xf0\x82\x91\x72\x02\x2d\x9f\x96\x38\xde\x54\x73\x24\x76\xe1\x37\x2a\x74\x6a\x44\x64\xd7\x8d\x80\x09\x2f\x0c\xed\xd0\x28\xa4\xb6\x5d\xad\xa5\xd0\x22\x17\x65\x1a\x81\x01\x92\x8e\x10\x02\x7f\x9a\x7d\x38\xef\x70\xca\x68\x59\x28\x88\x25\x55\xb5\xc0\x90\x13\x43\xa2\x9a\x3c\xa7\x4a\x2d\x9a\xd2\x1f\x0d\x61\x79\x68\xb0\xc5\x54\x4a\x21\x11\x36\x02\x58\x10\x56\xd2\x62\x0f\x68\x16\xd8\x8f\x8f\xc7\x63\xf8\xf0\x53\x0c\x4a\x13\xdd\x28\xc8\x45\x41\x81\xd9\x88\x58\x12\xb3\xc9\x6e\x36\x47\xd3\x82\x16\x48\x77\xfc\xdd\xd1\xf7\xf0\xe6\xae\xa6\xb9\x75\x71\x78\x6b\x4e\x8a\x71\x27\xd3\x50\xb0\x02\x83\x74\x8a\x41\x25\xfe\x6e\x3c\x86\x57\xa4\x80\x4b\x8b\xc8\xc0\x10\x1e\xc2\xae\x57\xe3\x33\x05\x35\x91\xa4\xa2\x9a\x4a\x15\x01\xda\x2c\xe3\xb7\xa4\x64\x45\x66\x32\xca\x5e\x38\x20\x92\x4e\x22\x80\x17\x10\xa3\xd0\xe3\x89\x01\x35\xf2\xd7\x2b\xa2\x61\xcd\xca\x12\xe6\x14\x50\x8f\x18\xd8\x0c\x24\x6a\xc5\x41\x1a\x05\x1d\x86\x74\xbc\x3b\x60\x63\xa8\x9e\x0c\x64\xad\x20\x9a\xa0\xe6\xe7\x14\x14\xe5\x88\x48\x8a\x66\xb9\x42\xb3\xcd\xe0\x6c\x61\xf2\x94\x0b\x99\xb4\x48\x51\x30\xe6\x14\x49\x55\x53\x6a\x93\x63\x4c\x12\xda\x95\x50\x57\x17\x73\x8a\xe6\x63\x8d\xa4\x65\xc1\xd9\x90\x67\xc3\xfd\x84\xf5\x8a\xe5\xab\xc0\x8b\xf1\xf9\xf5\x8a\x72\xa8\xc8\x67\x6f\x84\x8e\xa7\x0c\x5e\xd3\x05\x69\x4a\x0d\xb7\xa4\x6c\xe8\x04\x62\x13\x34\x33\x43\xd6\x49\x8e\xe9\xd4\xe4\x2e\xb3\xaa\xfc\x72\x0a\x71\x53\x58\xa8\x17\x10\x6b\xc9\xa8\x72\x24\xb4\x3e\x61\x1c\xae\x7b\x54\xa0\xa7\xa6\x72\x21\x64\x45\x8b\xdd\xc3\x8f\x62\xf4\xb7\x78\x44\xf3\x95\x88\xfb\xce\x69\xbd\x26\xae\xd4\x32\x86\xc4\x42\xfc\x58\xa9\xe5\x14\x1f\x68\xf1\x0b\xbe\x1f\xda\xbd\x77\x0c\x55\x75\x5a\x0a\xe5\x08\xe8\xc6\xa2\x16\x95\x11\x6b\x62\xe1\x7f\xc4\x1f\x53\x25\x2a\xfa\x02\x9f\xe2\xa1\x35\xb6\xd8\xfc\xb0\x56\x48\x8d\x99\xdb\xc4\x3d\xa7\x98\x76\x19\xd7\x74\x49\x25\x7c\x1a\xbf\x38\x3a\xfe\xfe\x06\x4d\x81\x56\xb5\xde\xbc\x74\xe6\xcf\x94\xb5\xfe\x56\xe1\xc8\x0d\xee\x34\xce\x09\x15\x55\x8a\x2c\xa9\xe5\x78\x45\x49\xa9\x57\xff\xe8\x30\x1d\x5c\xd2\xb9\xa1\xe3\x82\x61\x7d\x41\x8a\x4d\x8a\xde\x77\x0c\x33\x6b\x23\x17\x92\xe6\x82\x17\xac\xeb\x85\x11\x80\xc0\xdc\xbe\x66\x8a\x5a\x7e\x5a\x14\xb9\xe0\x8a\x15\x14\x8b\x14\x34\x4f\x83\xd1\x1f\xd4\x09\xdf\xce\x83\xd1\x12\xa5\x86\x0d\x45\x7b\x47\x71\x68\x40\xa9\xa1\x1d\x1a\xda\x85\xd2\x9c\x54\x74\x4b\x63\x16\xc7\x33\x05\x7e\xbd\x85\x3e\xff\x1f\x43\x9b\xd4\x17\x4f\xe0\xcd\x1d\xcd\x1b\x4d\x7b\xb6\x60\xd6\x5c\x8a\x8a\x4d\x90\xc9\xab\xc2\x58\x87\x59\xf9\x31\xaf\x0a\xaf\x53\x0b\x63\x62\x63\x04\xdb\xb1\x36\x17\x1c\x0b\x41\xef\x1a\x3e\xe2\x8a\x46\xd7\x8d\x8e\x21\x71\xdb\x9f\x29\xb0\xaf\xba\x21\xb6\xbb\x1c\x41\x5f\xb3\xfb\xe2\xab\x93\xb1\xdb\xd3\x09\xa7\x0f\x06\x53\x2e\xb4\x17\x47\xa3\x0b\xb1\xe6\x0f\x1b\x38\x2a\xc7\xda\xf7\xd8\x6e\x6b\xea\x52\x90\x22\x9e\x38\x97\x46\xce\x4d\xc1\x6c\x6d\xd9\xae\x22\x0d\xae\x1c\x35\xd6\xcb\x0d\x2a\xbf\x57\xc5\x98\x73\x0b\x9b\x9c\xb5\x8b\xae\x18\x00\x2e\xbf\x92\xb7\x3a\x52\xdc\x92\x72\x49\x9f\x29\x40\x4d\x7b\x94\x96\x0d\xaf\x24\x2f\xdf\xce\x3e\xcc\x17\xb5\xd0\x98\xba\x49\xe9\xb9\x46\x3b\xb6\x72\x57\xd9\x5f\xd3\x68\x70\x22\x97\x6a\x02\xb6\x7e\xf9\x33\xb9\x63\x55\x53\x9d\xe3\xbb\x64\x3c\x4c\xa3\xc1\x65\xc3\x27\x00\x15\x61\x3c\x8d\xee\xa3\x68\xd1\xf0\x1c\x18\x67\x3a\x19\xc2\x97\x68\xd0\xd6\x40\xd9\xdb\x92\x2c\x55\x32\xcc\xce\xb8\xfe\x99\xc8\xe4\xa9\xaf\xd5\x52\x1b\x03\x5f\x98\xf4\x91\x9a\xa2\x2d\x85\xd8\x24\x85\xf7\x4c\x69\xca\x01\xa1\xe2\xe1\x83\xc8\x5c\x91\x67\xe3\x68\x07\xd5\x51\x0a\x31\xba\x5f\x1f\xd3\xbd\x29\xe4\xda\xe2\x0e\x23\xba\x02\xd4\xca\x48\x69\x21\x29\x88\x9a\x4a\x57\x63\xdb\x8e\x80\x71\xfd\x87\x63\xd4\xae\x62\x55\x53\x12\x6d\xe2\x95\x45\x00\x73\x21\x4a\x4a\x78\x16\xe9\x4d\x4d\xbb\x58\x95\x96\x4d\xae\x51\x0c\xb7\x16\x81\x3b\x58\x51\x8d\xff\xac\xa9\x05\xcc\xad\x1f\x06\x84\x46\x98\x09\x81\xe7\x2d\xd2\x21\xee\x4c\x4c\x78\x37\x70\x46\xca\x6c\x61\x03\x3e\x3e\x0f\x2c\x6c\x36\x43\x46\xce\x10\x79\xf2\x94\x64\xb7\x29\x1c\x0d\xa3\xc1\xc0\x3a\x6a\x34\xb8\x8f\x0e\xc2\x8d\xbd\x7c\x96\x54\x07\xc7\xd6\xb2\x09\xe5\x8b\xa5\x78\x3a\x85\xa3\xfd\x04\x2e\x29\x2a\x1f\x89\x43\x7a\x7c\x90\xb6\xa7\xbd\x17\xa4\x68\x0f\x1b\x5a\x2c\xde\x6c\xd0\x88\x92\xbc\x2a\xe0\x79\xaf\x58\x4e\x81\xc8\xa5\x82\x4f\x37\xb6\x9f\x30\x1c\x2f\x85\x0d\xa1\xd7\xaf\x2f\x66\xc6\x6a\x13\x67\x01\xc3\x68\x60\x16\xd0\x7e\xdc\x8a\x37\xb4\x61\x38\xe8\x10\x04\xb2\x66\xd0\xe3\x8b\xec\x1d\xe1\x45\x49\xdf\x36\x3c\x4f\xe2\x51\x9c\x82\x14\x42\xdb\x77\x72\xb8\x0f\xc4\xd7\xc0\x71\x0a\xf6\xf1\xec\xe2\x21\x70\x93\x92\x53\xc0\x3f\x0f\x82\x61\xf6\x4d\x4d\x04\x7a\x08\x2c\xa4\x8c\x34\xc4\xfb\x87\xc0\x6d\x16\x48\xc1\xfc\x7d\x08\xd0\x05\xba\xd4\xc5\xb4\x87\x40\xb1\xc4\x8b\x53\x53\xe9\x3d\x48\xa9\x4b\xcc\x29\xb8\xa7\x16\x78\x34\x02\x1b\x12\x57\xf6\x95\x3a\xc4\xe9\x79\xcb\xe9\xf9\x57\x39\x75\x01\x1e\x99\xb5\x8f\x2d\x78\x29\x96\xd9\x5b\xa2\x49\x69\x4c\x20\xb3\x51\xe2\x84\x17\xc6\x2e\x92\x45\xa5\xb3\x59\x2d\x19\xd7\x8b\x24\x9e\x3c\x41\x29\x04\x5b\x4a\x81\xb3\x72\xd8\x9a\x54\xc7\x38\x92\xb5\x01\xcb\x2e\x5d\x5b\xf0\x51\x32\x4d\x65\x0a\x12\x9e\xbb\xf7\xa6\x7c\x33\x86\x86\x04\x5c\xb8\x13\xfe\xf8\xe6\x0a\x46\x18\xe7\xf0\xdc\xb7\xee\xdc\x75\x0a\xf1\xf9\x87\x8f\x13\x78\x72\x1b\xa7\xa6\x06\xcc\xce\xc5\x3a\xe9\x9c\xdc\x31\xa0\x6f\x3a\x39\x14\x80\x4f\x14\x1a\x7b\xf6\x56\xc8\xea\x67\x8c\x2a\x89\xa9\x11\x87\x7b\x08\x3b\x08\xe9\x69\xdb\xf2\x83\x6f\xa2\x2f\xb8\xd7\x2e\x21\x32\xbb\xa4\x95\xd0\xf4\xa4\x28\x64\x47\x30\xad\xcb\x7c\x9b\x60\x42\x3d\xbb\xcb\xaf\x2d\x6e\x87\xd1\x00\x1f\x52\xcc\x9a\x30\x99\x82\x9b\x81\x64\x27\x5a\xb0\x64\x3f\x3c\x5b\x18\xe0\xe9\x14\xed\x08\x7e\xfd\x75\x1f\x5a\x5c\x8d\x63\x13\xd4\x85\xca\xde\xdc\x31\x9d\xe0\xc2\xd0\x84\xef\x6d\x5d\x10\xb9\x6c\x2a\xec\x96\x9e\x21\xcc\x33\xa8\x1a\xa5\xbf\x52\x57\xa7\xb0\x14\x1a\x9e\xfc\xfd\x10\x53\x5e\x90\x5b\x01\xe5\x9b\x84\x19\xe2\xd4\xae\x16\x97\x54\xbf\x73\x0e\xed\xec\x7b\x34\x72\x31\xc2\x9d\x1c\x3a\x6d\x5b\x15\x11\xc0\x22\x70\xb7\xc8\xf6\x15\x7d\x06\x67\x1a\x48\xa9\x84\x5d\x50\x26\xe9\x63\x61\x65\x91\x42\xbe\xa2\xf9\x67\xdf\x2f\x77\xc7\x25\xf3\x0d\xdc\x32\xa9\x1b\x8a\x8b\xb6\x51\x74\xf3\x14\x17\x98\x5c\x6a\xee\x07\xb0\x6f\x93\x8b\x8b\x8a\xd6\x34\x3a\x63\xa8\xcc\xa6\x53\x34\x82\x75\x66\x50\xbe\xa3\xa4\xa0\x32\x39\x1e\x8f\xb7\x32\x7a\x7f\xdd\x9c\x69\xbb\x99\x6e\x33\x63\x8b\xe0\x4e\x2e\xec\x07\xc5\x6f\x62\x22\xc4\xda\x61\x14\x2c\x76\xdc\x1e\xd5\xc9\x0c\x8f\x39\xc6\xb6\xca\xc1\xb9\x1a\x59\x66\x17\x44\x2a\x9a\xc8\xec\xfa\xf2\xbd\x07\xbd\xbe\x3c\x4b\x3a\x8e\xf5\x3b\xeb\x58\x28\x36\x83\xf0\x0d\xd6\xb3\x68\x65\xbd\xa0\x6e\x82\x2a\x95\x72\x68\x23\xbb\x13\xd7\x2b\x52\xf8\xf3\x7b\x02\x8e\x06\x66\x02\x32\x99\xba\xee\x3d\xfb\xcf\x86\xca\x4d\x32\xcc\xfe\x48\x75\x62\x07\x25\xc3\x68\x60\x66\x1f\x07\x60\x6a\x57\xc9\xfa\x0e\xfe\x00\x98\x9f\x8f\x0c\x01\x3d\xc0\xf9\x44\x34\x08\xe3\x88\x43\xd8\xfd\xf4\x62\x18\x0d\xb4\xdc\x5c\x10\x49\xaa\x43\xb0\x76\xc6\x30\xdc\xa3\x44\xd4\xd2\x8f\x78\xe8\xf4\x89\x7a\xea\x51\x9a\x67\x21\xcd\x3b\x47\x1d\x3e\x1a\x2c\x36\x2c\xe2\x8e\xb4\x1d\xc2\x99\x11\x50\xea\x47\x15\x29\x78\x7a\x0c\x69\x8c\x2a\xa4\xeb\xc8\x68\xab\xa4\x3c\x09\xab\xf0\x1f\x30\x36\x4a\x33\x40\x56\xe7\x5b\xf1\xb4\x83\xe9\xfe\x91\xea\xb6\x27\x87\x31\x57\x6f\x16\xf6\x38\x53\xf0\x84\x4b\x6f\xa7\xd3\xa9\x23\xfc\x81\xe3\xbd\xd6\x5b\x02\x7a\x93\xac\xdf\x4a\x83\x97\x79\x87\x88\x60\x29\x53\x37\x60\x8a\x06\xf7\x40\x4b\x45\xb7\x57\xdd\x88\x3e\xbb\x12\xef\xc5\x9a\xca\x16\x97\x3f\x20\xc0\xfe\xce\xa3\x82\xa7\x4f\xfb\x6f\x9b\xa2\x8e\xbf\xc6\x7a\xc3\x55\x53\xa3\x49\xd0\x22\x6c\xce\xc0\x18\x4e\x38\xf2\x11\x3e\x78\xe1\x7c\x8c\x53\x9d\xfd\x49\x30\xfe\xce\xbd\x4b\x9c\x15\xda\x46\xe0\x96\x48\x68\x8a\xfa\xc4\x0e\x9e\xe1\x39\x42\x5f\xbf\xbe\xc0\xdf\x7d\xde\xa6\x5d\x2e\xda\x1d\xde\xfc\x70\xdf\x25\x55\xa2\xbc\xa5\x6e\x7b\x62\xc0\xad\xd1\xbb\xae\x63\x8f\x25\x3e\x24\x10\x3f\xcb\x1e\x09\x69\xa7\xa5\xc6\x28\x80\x48\xfa\x38\x93\x0c\xa2\x41\x7d\x75\x74\xfc\xcb\x1e\xe2\xaf\x4e\x1d\xf1\x3a\xff\xbf\x48\x7c\x34\xb0\x43\x07\x54\x6c\x45\x3e\xd3\xc4\x77\x7c\xa6\x27\x1d\x84\x29\xfb\x81\x75\xd4\x76\xa8\x0f\xec\x42\x34\x58\x08\x09\x0c\x37\x8c\x5f\x02\x83\x7f\x07\x13\x01\x5e\x02\xfb\xfd\xef\x0d\x93\x07\x8d\x20\x9c\xe6\xc5\x88\x51\xf1\xfa\xf5\x45\x12\x02\x5a\x6b\x26\xc8\x49\x47\xf2\x7b\xb7\x62\xf1\xd0\xee\xed\x4a\xfe\x7e\xbf\xf4\x9d\x28\xa6\x40\xea\x9a\xf2\x22\xb1\xbf\x0f\xa5\xaf\x43\x24\x74\x10\x84\x57\x69\x90\xd2\x30\x08\xde\xce\x94\xac\x60\xeb\x4f\x56\x78\x37\x5e\xbc\x5f\xba\xe1\xce\xed\x0c\x71\xda\xee\xfc\xd4\xb9\x4d\xb9\x81\x69\x7b\x23\xd2\x8d\x53\x96\x85\xdd\xad\xee\x66\x05\xf7\xd9\x47\xb3\x69\xbe\xd1\x9d\xa4\xff\x37\x25\x78\xf6\x67\x22\xd5\x8a\x94\x89\x1b\x1a\x6e\x17\xd1\x88\x73\xab\xa4\xb4\x0c\x24\x06\x17\x0a\xa9\x23\xa3\x07\xe3\xb4\xb3\xa2\x5c\x34\xa5\x9d\xd7\x9a\xab\x08\xc9\x48\xc9\xfe\x71\x38\x50\x77\x66\x8d\xbe\xca\x1a\xdc\xf7\xab\x9f\xbd\x66\x00\x7e\xb0\x91\x78\x7b\x36\x72\x30\xc5\x8f\x96\x84\x2b\x5f\x52\xb8\x3b\xd1\x6c\x46\xf5\x95\x7f\xef\x26\xfe\xca\x0e\xd4\xb2\xf0\xfe\xcb\xbd\x6b\x87\x4f\x4d\xdf\x84\xdb\x73\x73\xdf\x86\x34\xd8\x77\x49\x40\xee\xdc\x2b\x88\xbb\xdd\x67\xaa\x85\xbe\xf3\xdb\xfb\xfb\x27\x6a\x14\xf2\xfe\x45\x37\xd7\xa3\x9c\x0b\xba\xa0\x12\x02\xfa\xcc\x8c\x56\xcf\x8a\x92\x9e\x0a\xce\x69\x6e\x26\x6b\xc9\x5e\x05\xda\x9d\x48\x4c\xf6\x4a\x14\x1b\xbb\x13\x41\x07\x73\x51\x6c\x02\x81\xf6\x96\x3a\xc3\x0a\xf9\xa4\x2c\x93\x00\xdf\x89\x65\x1d\xa4\x7e\x08\xe5\xcd\x01\x01\x4d\x03\x1f\x1c\xc0\x01\xc4\x56\xad\x6d\xff\x7a\x50\x62\xae\x4e\x0d\xe2\x1e\xba\x17\x4e\xda\x5f\xa2\x41\x1e\xe4\xfe\xb4\xb3\x82\xe4\x84\x4d\x93\x56\x44\x29\xbe\x67\x15\x15\x8d\x9e\x00\xc0\xbf\xc1\x73\xdb\xec\xcf\x4c\xe5\x9e\x76\x89\xb4\x88\x7b\x76\xd5\x89\x4c\xe0\x6d\x48\x86\x96\x78\x3b\xf9\xed\x35\x34\xd4\x4c\x10\x2f\x02\xbf\x76\x78\x5d\xaa\xe3\xac\xdc\xc2\xb9\xb7\xd8\xee\x08\x12\xad\xc6\x38\xd8\xc2\xe0\x30\x84\xba\xab\xd3\x0c\xb7\x4d\x82\x17\xd9\xc4\x6e\x55\x8f\x74\xb4\x5a\x9f\x37\x0b\xa4\xe7\xd3\x0d\xba\x70\xa8\xb6\xa2\x36\xbd\x19\x70\xd3\x3d\x24\xf3\x66\xf1\x58\x92\xf2\x60\x8e\x66\x52\x4f\x0f\x93\x87\x65\x81\x6f\x56\x3a\x09\x08\xc9\x4a\xe1\x68\x7c\xfc\xdd\xd0\x8a\x10\x7d\x13\xad\xf2\x35\x25\x45\xc9\x38\x4d\xda\x91\x4d\x76\x52\x14\xc9\x96\x62\xed\xe8\xa0\xe1\x3a\x88\xde\x20\x41\x0c\x49\xe7\xc4\x1d\xbe\x7e\xfd\x15\xcc\xb6\xb6\xe4\x3b\xc0\x25\x36\xc2\xd8\xbf\x2e\xa4\xa8\x60\x8b\xe5\x2e\xb3\xcf\x9e\xdc\x3e\xeb\xb2\xdb\xf7\x98\x0e\x29\x9f\xc6\x13\x73\xf2\x8d\xf3\xa0\xb6\x8f\x6c\x27\x89\x8f\xe9\xee\xf2\xaa\x40\xb6\x7b\x03\x88\xde\x3d\x94\xe5\x1d\xc1\xda\x71\x88\xf9\xb5\x35\xb4\xa8\x0c\xe8\xfd\xde\xb6\xd4\x5f\x5e\x99\x88\x95\x57\x18\x98\xf3\xaa\xf8\xd0\xb4\x62\x37\xb7\x0a\xee\xc8\x24\x7c\x1e\x92\x42\xfc\x22\x77\x5b\x70\x75\xce\x38\xc5\x6d\x75\xa3\xd1\x3a\xf7\xa6\xcd\x9d\xa4\x69\x4f\xda\xcd\x7b\xee\x22\xe7\x26\x94\xe1\x1e\xf2\x40\x63\xd3\xcb\x97\x66\xdb\xfe\x62\x60\x47\x08\x96\xe0\x89\x2d\xb7\x43\xf2\xfc\x7f\x97\x60\x7b\x13\xea\x6f\x9a\x63\xb8\xa1\xb7\xcd\x8a\x4d\x79\x58\xc3\x0b\x56\xd2\x14\x7e\x09\x52\xb4\x16\xf9\x96\x95\x34\x89\x71\x2d\x3e\x10\x90\x10\x69\x57\x91\xf1\x35\x37\x5f\x05\x68\xe1\xb8\x30\xb7\x79\x59\x8c\x69\xef\xb0\x9a\x2c\x9e\x03\x29\xef\x2b\x8a\xea\x95\x8b\x0f\x4d\x48\x54\x06\x27\xa5\x12\xd0\x04\x0a\x83\x9e\x9c\x2d\x39\x6d\x6d\x71\xb5\x47\x7d\x67\x5c\x53\xc9\x49\x69\x6f\x5d\xcc\x79\xbe\x02\xee\xaa\x60\xaf\x2c\x9c\xf5\x5a\xfb\xee\x36\xc1\x36\x6b\x18\x71\xf9\xac\x11\x0d\x16\xdb\x85\xc2\x15\xad\x6a\xab\x96\x70\xfd\x9a\x42\xdc\xea\xf9\x91\x4a\x12\x35\xe5\xf6\xc2\x17\x1b\x0c\x93\x3a\xfe\xd9\x75\xb5\x47\x24\x5f\xd3\x59\x9b\xe6\xd9\x02\x42\x46\x67\x22\x3b\x15\xf5\x26\x59\xa4\x06\xdd\xf0\xe5\xa3\x34\xe3\xd2\xf8\xbf\xbc\xa7\x2b\x8a\x43\x8a\x88\x06\xd7\xc6\x03\xd0\x33\x50\x3e\x8b\xcc\x0e\xdf\x83\x3f\x4c\xa6\x20\x54\x76\xba\xaa\x44\x91\xb4\xa0\x29\x8c\xbf\x1f\x8f\x1f\xa9\x98\x1c\x91\xfc\x4b\x31\x7d\x51\x1c\xf4\x90\xee\xc6\x8f\x52\x68\xff\x4d\x09\x6e\x37\x5b\x5a\x6d\x84\x2c\xd5\xab\x28\xda\xf5\x07\xee\x05\xec\x07\x98\xc5\xc3\xc5\x40\x50\xc7\xc3\xa2\xef\x5e\x16\x9d\xff\x2f\x5e\x16\x9d\x3f\xe2\xb2\x08\xeb\x5b\xff\x11\x8b\x1d\x37\xaa\xf0\x69\x0d\x42\xda\xdb\x76\xf3\xb1\x91\xbf\x99\xf4\x1f\x0e\xa9\xac\xf3\x69\xc0\xce\x57\x05\xe1\xc3\x00\x8b\xbd\x37\x1f\x9c\x3c\x34\x20\xdc\x73\x85\xec\x3f\x54\x18\x46\x03\xa2\x14\x95\xfa\x5c\x58\x1b\xb5\x56\x60\x4f\xd8\xe9\xc6\xec\xd5\x74\xa7\x1f\xeb\x51\x72\x00\x97\x8d\xb3\x2d\xc6\x9d\xbe\x6a\x4f\x17\xd3\x57\x83\xf9\x9a\x98\x16\x9d\xdb\xb5\xd8\xde\xd3\x9b\x05\x37\xe7\x31\x0d\x86\x16\x60\x7b\x0d\xec\x36\x6b\x29\xe6\x54\x65\xbd\xef\xa9\x33\x45\xb1\x7f\x6e\x68\x20\x0c\x05\xee\xae\xb6\x7a\x8e\xd2\xde\xe4\xd9\x8f\xe2\xf0\xc8\x1d\x4c\x0b\x52\x9a\xbe\xe8\x1e\xd9\xc1\x94\x83\x68\xb8\xff\xf4\x62\x5b\x43\x1d\x19\x20\x8a\xb7\x52\x54\x28\x4b\xdb\x32\xee\x95\xdd\x40\xd2\x9c\xb2\x5b\x5a\x5c\xd1\x3b\xed\x2e\x75\x7b\xa3\xf2\xf0\x5b\xb2\x6a\x56\x93\x9c\x26\xde\x23\x9a\xc5\xa7\xf1\x84\xdf\x0c\x87\x2e\x86\xf5\x30\x61\x13\x13\x2e\x41\x6d\x9c\x0a\xcc\x97\x3c\x89\x67\xd4\xca\x13\x6d\xd9\xdb\x6d\x98\xa7\x19\x49\xb4\xcd\x6f\x87\x2b\xe3\x57\x57\x02\x99\x72\xcd\x72\xdf\x43\xb6\x04\x63\xf0\xec\x65\xdb\x05\x50\xb6\x08\x0c\xbf\x23\xea\x42\xd2\x05\xbb\x4b\xba\x8c\xa4\x10\x1b\x67\x8a\xad\x02\x07\xb5\xf9\xec\xbc\x23\xa7\x59\x5d\x32\x7d\xbe\xbd\x07\xe2\x14\x8e\x87\x7e\x46\x89\xf0\x31\xa6\x83\x70\x97\x81\x58\xcc\x45\xc6\xb1\x45\x6b\xc1\xa6\x60\x16\x3e\x1d\xdd\xe0\xbb\xfb\x9e\xd0\x16\x49\xfc\x26\x5f\x09\x94\xd9\x93\xdb\xff\xe2\x36\x64\xd7\x8f\x10\x94\x01\xff\x0d\xf2\xd9\x51\x6b\xf8\x42\x61\x4b\xad\x8b\x56\xab\x73\x92\x7f\x06\x0f\x17\x82\x79\xef\xe8\x6c\x66\xcd\x68\xf8\x08\x16\x0e\x20\xf8\x0d\x4c\xd9\x29\x6f\xcb\x58\xdb\xb6\x6e\x25\xb3\xcf\x5c\xac\xb9\x9b\x28\xd8\x4f\x2f\xfd\xb6\x49\xab\x87\x0e\x1e\x3f\x6a\xf3\x79\xa2\x67\x9e\xce\x68\xcc\xa7\x57\x6d\xac\x0e\x05\xc8\x3b\xe7\x2f\xc9\x81\x38\xe7\x86\x15\xe1\xa6\xd4\x9f\xb1\x03\xdb\x99\x77\xed\x56\xfc\xed\xc7\x40\xb1\xd9\x00\x22\xcf\x1b\x29\xdd\x84\x44\xc8\x49\xa7\xbf\xbe\x8f\xfe\x3b\x00\x00\xff\xff\x16\x88\x5d\x21\xa0\x35\x00\x00") - -func testImagesAgnhostNetexecNetexecGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostNetexecNetexecGo, - "test/images/agnhost/netexec/netexec.go", - ) -} - -func testImagesAgnhostNetexecNetexecGo() (*asset, error) { - bytes, err := testImagesAgnhostNetexecNetexecGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/netexec/netexec.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostNettestNettestGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x5a\xff\x6f\xdb\x46\xb2\xff\x99\xfc\x2b\xe6\xf1\xc1\x09\x99\x2a\x94\xdd\xf7\x0a\x14\x4a\x5d\xc0\x67\x27\xad\x5f\x13\x3b\x88\x92\x06\x87\x5e\x71\xb7\x22\x47\xd4\x9e\xc9\x5d\x76\x77\x29\x45\x30\xfc\xbf\x3f\xcc\xec\x92\xa2\x6c\x39\x6d\x7a\xf5\x0f\x96\x44\xee\xce\xcc\xce\x97\xcf\x7c\x21\xa7\xcf\xe2\x73\xdd\x6e\x8d\xac\x56\x0e\xbe\x3e\x3e\xf9\x5f\x78\xbf\x42\xf8\xa9\x5b\xa0\x51\xe8\xd0\xc2\x59\xe7\x56\xda\xd8\x3c\x8e\x5f\xcb\x02\x95\xc5\x12\x3a\x55\xa2\x01\xb7\x42\x38\x6b\x45\xb1\x42\x08\x77\x26\xf0\x33\x1a\x2b\xb5\x82\xaf\xf3\x63\x48\x69\x41\x12\x6e\x25\xd9\x8b\x78\xab\x3b\x68\xc4\x16\x94\x76\xd0\x59\x04\xb7\x92\x16\x96\xb2\x46\xc0\x4f\x05\xb6\x0e\xa4\x82\x42\x37\x6d\x2d\x85\x2a\x10\x36\xd2\xad\x98\x49\x20\x91\xc7\x7f\x0f\x04\xf4\xc2\x09\xa9\x40\x40\xa1\xdb\x2d\xe8\xe5\x78\x15\x08\x17\xc7\x00\x00\x2b\xe7\xda\xd9\x74\xba\xd9\x6c\x72\xc1\x52\xe6\xda\x54\xd3\xda\xaf\xb2\xd3\xd7\x97\xe7\x2f\xaf\xe6\x2f\x9f\x7f\x9d\x1f\xc7\xf1\x07\x55\xa3\xb5\x60\xf0\xb7\x4e\x1a\x2c\x61\xb1\x05\xd1\xb6\xb5\x2c\xc4\xa2\x46\xa8\xc5\x06\xb4\x01\x51\x19\xc4\x12\x9c\x26\x39\x37\x46\x3a\xa9\xaa\x09\x58\xbd\x74\x1b\x61\x30\x2e\xa5\x75\x46\x2e\x3a\xb7\xa7\xa0\x5e\x2a\x69\x61\xbc\x40\x2b\x10\x0a\x92\xb3\x39\x5c\xce\x13\xf8\xdb\xd9\xfc\x72\x3e\x89\x3f\x5e\xbe\xff\xf1\xfa\xc3\x7b\xf8\x78\xf6\xee\xdd\xd9\xd5\xfb\xcb\x97\x73\xb8\x7e\x07\xe7\xd7\x57\x17\x97\xef\x2f\xaf\xaf\xe6\x70\xfd\x0a\xce\xae\xfe\x0e\x3f\x5d\x5e\x5d\x4c\x00\xa5\x5b\xa1\x01\xfc\xd4\x1a\x92\x5d\x1b\x90\xa4\x3a\x2c\xf3\x78\x8e\xb8\xc7\x7c\xa9\xbd\x30\xb6\xc5\x42\x2e\x65\x01\xb5\x50\x55\x27\x2a\x84\x4a\xaf\xd1\x28\xa9\x2a\x68\xd1\x34\xd2\x92\xf1\x2c\x08\x55\xc6\xb5\x6c\xa4\x13\x8e\x7f\x3f\x38\x4e\x1e\x3f\x9b\xc6\xf1\x74\x0a\x67\xe0\xa4\xda\xc2\x06\x17\x60\xd1\xac\xd1\x30\xaf\x62\x85\xc5\x0d\x11\x55\xe8\x36\xda\xf0\xd7\x42\x2b\x85\x85\x93\x6b\xe9\xb6\x79\x3c\x9d\xd2\xee\x8f\xb2\xae\xa1\x94\xa2\x06\xdd\x39\x70\x7a\x42\x9c\xe9\x44\x58\xd0\x4f\x58\xa1\x30\xb0\x34\xba\x99\x00\xae\xd1\x6c\xa1\xd5\x25\xb8\x95\x70\xa4\x4e\x01\x0d\x36\x0b\x34\xa0\x97\x44\x8b\xcf\x87\x66\x2d\x0b\x84\x56\x58\x72\x53\xa9\xf8\xea\xb2\x16\x15\x3c\x0f\xf7\xf6\x58\xb3\xc8\x20\x48\xfc\x20\xbd\x56\x50\xc9\x35\x2a\x78\xde\x6a\xe3\xfa\xc5\x3f\x4b\x2b\x1d\x4c\x0d\x0a\x36\xbf\x0d\xea\x2d\x3a\x63\x50\x39\xb0\x4e\x38\x9c\x90\x05\xa6\xbf\x75\x92\x25\xb7\xab\xce\x41\xa9\x37\xea\x1e\x09\x5a\xda\xd9\x9e\x08\xc9\x39\x35\x9d\x22\x03\x4c\x97\x42\xd6\x50\xa2\x23\x3b\x28\x56\x7c\x0e\x69\x2d\x1d\x1a\x51\xd7\xdb\x09\x48\x07\x1b\x59\xd7\x44\xcc\xa0\xeb\x8c\x02\xad\xd0\x3b\xbf\xb6\x08\x1b\x6d\x4a\x9b\x67\x81\xdd\x94\xfc\x93\xbd\xae\xb3\xde\x9f\x35\x7b\x4b\x30\x08\x38\xb4\x8e\xb4\xc9\xa2\x18\xac\xa4\x75\x68\xee\xd9\x28\x6e\x45\x71\x43\x4e\xa2\xd0\xd1\xfa\x38\x96\x0d\x69\x05\xd2\x38\x4a\x16\x5b\x87\x36\x89\xa3\x04\x55\xa1\x4b\x92\xff\xdf\x56\x2b\xba\xb0\x6c\x1c\x7d\x48\x3d\x95\xba\x73\xb2\xa6\x1f\xb5\xae\xe8\x43\xa1\x0b\x1f\x53\x8a\x4e\xfa\xae\xad\xff\x3f\xb5\xb2\x52\x82\x17\xdb\xad\x2a\xfc\xa7\x2d\x44\xcd\x97\x9c\x6c\x30\x89\xe3\x28\xa9\xa4\x5b\x75\x8b\xbc\xd0\xcd\xd4\xb6\xcb\x93\xff\x99\x16\x7a\x61\x04\xdd\x5a\x9f\x40\x72\xf3\xad\xcd\xa5\x9e\x8a\x56\x36\xa2\x58\x49\x85\x66\x3b\x6d\x6f\x2a\xba\x60\xa7\x0d\x3a\x31\x5d\x9f\x10\xb9\xc7\xd6\x91\xb8\x53\x8b\xce\x7e\x6e\xd1\xda\x43\x5c\x12\x47\x45\x2d\x51\x39\x8b\x6e\xe0\xec\xaf\x3c\xaf\xf4\xf4\x66\x00\xd0\x24\x8e\x0c\x5a\xe7\x6f\x1d\x58\x49\x37\x93\x38\x8b\xe3\xb5\x30\xa4\x5a\x56\xf1\xf0\x27\x95\x8b\xa3\x16\xd1\x9c\xeb\x4e\xb9\xdd\xa5\xde\xd5\xfd\x1f\x01\x8b\xaa\xe2\x48\x89\x06\x6d\x2b\xc2\xf5\xfe\x6a\x89\xb5\xd8\xce\x57\x9d\x23\x87\xe4\xed\x19\x07\xef\x79\x53\x5e\x79\xd3\x8e\x1d\x45\x54\x6a\xa5\xad\x83\x73\xd2\x6c\xce\x52\x8d\x16\x9e\xc2\x13\x56\x79\x7e\xae\x9b\x46\xa8\xf2\x36\x8e\x3e\x58\x9c\x01\x40\x12\xdc\x24\x99\xc4\xd1\x7c\xa5\x8d\x9b\x41\x32\x77\xc2\x38\x0a\xd5\x3f\x83\x12\x44\xe8\xb5\x56\xd5\x0c\xfe\x35\xd0\xf9\x42\x12\x14\xcf\x14\xa9\x3e\xa6\x93\xe7\x1c\xd5\x49\x1e\xc7\x7f\x15\xf2\x8c\x61\x27\x3e\x00\x3b\xc9\xf3\x1e\x78\x88\x2b\x65\xd6\xd1\x09\x28\x9c\x61\x25\xd6\x1e\x4d\x96\xba\xae\xf5\x86\x4e\x80\xaa\x6c\xb5\x54\xce\xce\xe2\xf8\x39\x24\x8c\x3b\xc9\xec\xf3\xc8\x93\x30\xf4\x24\xf7\xb0\x87\xb7\x7b\xcc\xd9\x11\x48\x1e\xc0\x4e\xf2\x07\x70\x27\x80\x4e\x7c\x10\x74\x98\x0f\x43\x4e\x32\xfb\x8f\x40\xe7\x5f\x93\x38\x3a\x33\x95\x9d\x81\xf7\xb2\x37\xe2\x93\x6c\xba\xe6\x8a\xae\xa5\xc7\xd9\x24\x8e\xde\x75\x6a\x06\xd0\x08\xa9\x26\xf1\x5d\x1c\x2f\x3b\x55\x80\x54\xd2\xa5\x19\xdc\xc6\xd1\xce\x53\xf3\x57\xb5\xa8\x6c\x9a\xe5\x97\xca\xfd\x2c\x4c\xfa\x84\x4c\x3f\x81\x84\x3d\x60\x02\xdf\x1e\x7f\x7b\x3c\x81\xe4\x2d\x05\x9b\xea\xd8\x9a\xac\x1e\x4e\x08\x2e\x4f\xb2\xcf\xd3\xea\x03\x92\x08\x22\x1a\x4b\x14\x27\x90\xbc\xe9\xac\x83\xa5\x54\x25\x08\x07\x35\x0a\xeb\x7c\x91\xd3\x08\xb5\x05\x5e\x38\xe4\x62\x56\x86\xd3\x9c\x03\x1e\x63\x37\xe7\x00\x66\x8e\xc1\x8b\x26\x90\xf4\xfe\x34\x19\x45\x1c\x24\xf3\x80\x07\x4e\x7b\xfe\x8f\x69\x5e\xaa\x3f\xc0\x6c\x80\x11\xe2\xd1\x7f\x27\x2e\x25\x2e\x45\x57\x33\xc3\xab\x01\x6a\xd8\x1b\xa4\x25\xfa\x39\xbc\xbf\xbe\xb8\x9e\xc1\x0e\xfd\xc0\xae\x74\x57\x97\xd0\x88\x9b\x50\xf0\x95\xd2\x16\x54\x75\x50\x69\xf5\x7b\x7a\xde\x43\x2e\xe6\x5f\x8b\xed\x73\x1b\x2e\x24\x13\x20\x1b\x5e\x75\x7d\x30\x5a\x2c\xb4\xf2\xee\xc5\x2b\xa1\x5f\x09\x9b\x15\x2a\x30\x58\xa0\x5c\x53\x84\xcd\x2f\x7f\x78\xff\xf2\xdd\x1b\x62\x7f\xc7\x50\x38\xa7\x40\x02\x67\x44\x71\x63\xd9\x3c\x52\x39\x34\x4a\xd4\x3e\xc4\x88\xb8\xee\x0c\xd4\xd2\xb9\x1a\xb9\xb4\x0c\x41\x4c\xf9\x1d\x2e\xdd\x53\x1b\xe2\x03\x4b\x58\xa3\x59\x08\x27\x1b\xa0\x53\x32\x31\x5f\x39\xf4\x61\x9d\xc7\x6e\xdb\x62\x60\x69\x9d\xe9\x0a\x47\xae\x3b\x9d\xc2\x8f\xda\x3a\xd2\x37\x85\x10\xa5\x15\x4d\x65\x30\x01\x93\x22\x10\x82\x62\x25\x54\x85\xe5\xf3\xe7\x20\x89\xa1\xa8\x37\x62\x6b\xc1\x8a\x25\xfa\x80\x12\x65\x1e\x47\x03\x8d\x80\xfe\x4c\x98\x80\x67\x81\xb5\xde\xc0\x52\x62\x5d\x0e\x95\xae\x87\xb4\x5a\x17\x37\xc4\x72\x85\x75\x09\x0b\x5c\x6a\x83\x4c\x8d\x34\xa5\x4d\x5f\xea\xe6\x71\x34\x47\x35\x4a\x4d\xe1\xaf\x11\xed\x2f\x9e\xd7\xaf\x9c\x99\xde\xb1\x96\xb1\xfc\xec\xa2\x97\xc6\x68\x63\xef\x51\xfa\xe5\xd7\x3e\x63\xbd\xd6\xd5\x03\x3e\xa3\xdb\x73\x27\xeb\xfa\x5c\x2b\x27\x0a\x92\xec\x2d\x07\xd6\x42\xeb\x3a\x8e\x23\x3e\x0c\x95\x10\xf9\x9b\xce\xe1\xa7\x01\x23\x52\x0b\xcf\x58\xe5\x19\x94\x5a\xe1\xbd\xdd\x1e\x3d\x6c\x4e\xbb\xf3\xd7\xba\xb8\x49\x33\xca\x9b\x4b\x34\x10\x2e\x7e\x50\x75\xb8\x6c\xf3\x83\xfc\x4f\x61\x29\x6a\x8b\xc1\xa1\xd8\x3b\xe6\xbe\xda\xf3\x9e\x61\x3d\xf0\x52\xec\x04\xec\x4d\x3c\x72\x33\x02\xe7\x0f\xa4\x1c\x51\x48\x37\xec\x72\xf9\x3b\xb4\xad\x56\x16\x3f\x12\xd2\x9a\x09\x18\x78\x16\xae\xff\xd6\xa1\x75\x5f\x70\x06\xb9\x84\x1a\x55\x6a\x73\x32\x69\x06\xdf\x9f\xc2\xae\xc6\x78\xf2\x24\xdc\xeb\x2d\x79\xef\xfe\x6d\x1c\x45\xcb\xc6\xe5\xaf\x5a\x23\x95\x5b\xa6\x9b\x49\x38\x59\x16\x47\x51\xc8\x12\xd1\x1d\xf3\x78\x44\x55\x87\x28\xf4\x3a\xb9\x47\x64\x3a\x85\xd7\xba\x5a\x42\x21\xd4\x53\x07\x0b\x04\x2a\x09\xb1\x84\xcd\x8a\xfa\xc6\x95\xae\xd9\x4b\x29\xc8\xe8\x68\xd4\x8e\x81\x3f\x72\x67\xe9\x86\x80\x4a\x1b\x2a\x43\x15\xc6\x51\xa5\xc1\xe6\x44\x2d\x4d\x2e\xb0\xa8\x05\x39\x13\x90\xf6\x3b\xe3\x7b\xa4\x23\x3b\x3d\xb2\xbe\xef\x3c\x2a\xc1\x92\xb7\x53\xf4\x1d\x95\x01\x3a\xb0\xec\x7f\xf7\xa0\x3f\x42\xca\x01\xa1\x47\x8a\x9d\xdc\xd7\xe4\x64\xa7\xc7\x2c\x7e\xa0\x03\xf6\x84\x6c\xec\x41\xef\x08\x38\x38\xb1\x5a\x06\x20\x2a\xb2\x81\x4b\x6e\x2c\x3d\x34\x1d\xf6\x1b\xda\xf7\xd7\x7b\xcd\x26\x67\x1a\x3f\xa2\x28\xd1\xa4\x4c\xc4\x3b\xe8\xf5\x4f\x59\x1c\x2d\x26\x80\xc6\xc0\xec\x94\xa5\xcc\xdf\x08\x63\x57\xa2\xbe\x54\x25\x2a\x97\xda\x09\x24\xe4\xfa\xff\x70\x09\x87\x90\x68\x5b\x54\xe5\x4b\x63\x52\x34\x26\x8b\xa3\x7f\xfa\xcd\xa7\x10\x78\xa4\x8b\x43\xcb\xbc\x66\x78\xc1\x5b\xed\xcb\x56\x5f\x3a\x99\x46\x38\x0f\x66\xe9\x58\x45\x19\x03\x1d\x5a\xc7\x39\x81\xa1\xd8\x37\x46\x2b\xa1\xca\x9a\x8e\xe8\xb3\x93\x13\x37\x18\x60\x79\x47\x7c\x07\xcd\x73\xdd\x99\x62\x40\xd4\xe8\x82\xb2\xe9\x50\x5e\x8f\x64\x22\x4d\x93\x4c\x43\x2a\x58\x6c\x03\xc3\x11\x6d\x5e\xb4\xa3\x7d\x1f\xaf\x47\xc6\xe7\xe5\xe4\x7a\x54\x65\xf9\xba\xcf\x07\x12\x95\x98\xe4\x0d\xec\x00\x8f\x20\x87\xd7\xe2\x17\xb8\x80\xb7\xb9\xc9\xff\xa6\xcb\x6d\x7e\x5e\x6b\x8b\x1e\xec\xfe\x73\xc7\xa0\x16\x62\xd3\xee\x34\xbb\x6f\x58\x76\x96\x2b\xdc\x5c\x20\x99\xcc\xa4\x5e\x82\x2c\xf7\xbf\xd3\x27\x9b\x36\xf3\x80\xb5\x69\xf3\x60\x88\xd3\x53\x48\x12\x46\x91\x31\x21\x8a\x26\xce\x2b\xcb\x34\x39\x5a\xcf\xe0\x07\xed\x7a\xf3\xfb\x98\x56\x1a\x2c\x13\x48\x26\x60\xf3\x5e\xf1\x44\xfd\x0e\xb0\xb6\xc8\x14\x19\xb5\x86\x1c\x76\x7a\x0a\x4a\xd6\x7c\x23\x1a\x5f\xbe\x97\xd0\x6e\xef\xe2\x88\xd0\x6a\xb4\xe6\x97\x41\xdc\x5f\xbf\xfa\x8a\xa1\xec\xd0\xa1\x5f\x2a\x7f\xe8\x4d\x96\xfb\xaf\xe9\x93\xc1\x49\x6e\x7b\x09\x67\x23\x69\xef\xb2\x3e\x0a\x06\x62\x20\xca\xd2\x72\xf4\x04\x1f\xaf\xa5\x75\x13\x90\x4b\xbe\x26\x2d\xcf\xdb\x94\xac\x73\xb0\xd0\x50\x81\xba\xf0\x60\x89\xe5\x43\xd7\xd9\x8b\x37\xda\xaf\x0d\x3b\x47\x20\xf6\x5f\x3b\x75\xd8\x3c\xe4\xf0\xd3\xb0\x29\xed\xaf\x70\x24\xfb\xef\x29\x2b\x37\x08\xcc\x38\x1e\xb0\xac\x97\x54\x57\xd0\xa0\xb5\xa2\xf2\x52\x0f\x22\x92\xc8\x23\x31\x29\x22\x9e\x5a\xa2\xd0\xb7\x5e\xdc\x92\x94\x46\xb7\x20\x14\x68\x2a\x30\x03\x19\xb9\xe4\x8e\x85\xc3\x9a\x8b\xe0\x8d\xb4\x48\x04\x16\x58\xe8\x86\x48\xaa\x8a\xcb\x32\xa1\xe0\x9b\xe3\xe3\x7e\x9f\x7d\xa8\x0b\xce\x14\x01\x5a\xbc\xa9\x27\x20\x4c\x65\x21\xcf\x73\x2e\x0f\x97\xa2\xc0\xdb\xbb\x2f\xaa\x1c\xe8\x04\x23\x85\xbd\xd6\xd5\x04\xc8\x6f\xe7\x21\x0b\x78\x76\x9e\x4f\x9e\xe7\xd9\x38\x55\xbf\xd6\x55\x06\xdf\xb3\xd0\xde\x00\x9e\x18\x7f\xfe\x72\x32\xfb\x75\xa7\xe9\x43\x4a\x7c\xc4\xd4\xf3\xae\x28\xd0\xda\x65\x57\xcf\x49\x24\xa7\xef\xe1\xd1\x97\xd5\x14\x3e\xed\x8d\xa3\xa6\xbf\x72\x20\x60\x38\x24\xe8\xee\x2f\x3b\xae\x14\x2b\x77\xc3\x28\x64\x3a\x85\xeb\xce\xf0\x9c\x8b\xf2\xae\x56\xf5\xb6\xaf\xc7\x17\xff\xc6\x82\x80\x84\x7f\xf1\x89\xe2\x2c\x54\x7a\xd4\x1b\xa6\x45\x53\xc2\xb3\xbd\x49\x45\x30\x5e\x5f\x45\xf6\x6e\xdd\x0f\x52\x76\x98\x52\xeb\x2a\x7f\x25\x9c\xa8\x53\xdf\xcf\xb5\x46\xaf\x65\x89\xc3\x08\x91\x3b\x7b\xee\x5c\xee\xe2\x38\x5a\x05\xc9\x87\xe4\xa7\x77\xc1\x1a\xb4\x72\x2f\x72\x06\xfa\xcb\x34\xe1\x28\x81\x0a\x1d\x15\x47\xb0\x1a\x02\xfe\x68\x9d\x30\xc1\xc0\x44\x2e\x61\x7f\x88\xf3\x3d\x78\x27\xa0\xae\xfd\x7c\x45\x6c\xa9\xc1\x4a\xa9\x43\x20\x01\xe6\x3c\x4c\xa3\x52\xca\x8f\xd5\xf2\x2b\xed\xe4\x72\x9b\xfa\xe5\x13\x08\xa3\xb5\x3c\xf4\x41\xb4\xb0\xd2\x40\xda\xf3\x85\x70\x14\x7d\xf7\xdc\xaf\xa5\xef\x24\xf0\x5b\xef\x9f\xc9\xbc\x46\x6c\x49\x56\x2e\x90\x7c\xbb\x15\x5a\x06\xfc\x24\x1d\xc5\x46\x32\xd9\x17\x96\xa8\x47\x4e\x36\x98\xf3\xe6\x94\xbf\x5e\x74\x86\x67\x0d\xe9\xfe\x52\x78\x06\x7e\x25\x93\xe6\x9d\xda\xe6\x2f\x3f\x49\x97\x1e\xd3\xaf\xbb\x34\x68\xc4\x1b\x7e\x76\xea\x6d\x4f\x22\xef\xd0\x72\xfc\x37\x98\x27\x8e\x0e\xb6\x0d\x33\x70\xa6\xa3\xbb\x44\xb4\xd2\x7d\x86\xbd\x26\xe4\xb0\xe9\x13\x66\x93\x91\x99\x29\xa7\xfd\xc8\x55\xc3\x2b\x52\x53\x98\xb7\x4c\xbc\xd2\xbe\x20\xcd\xee\x9d\xe7\xee\x30\x69\x1e\xf8\x4c\x42\x7a\x1f\xea\xb9\xec\xd0\x52\x3f\x74\xd9\x5b\xcb\xdc\x0f\x2e\x0e\x93\xa0\xbd\xd5\x3e\x4f\x67\xfe\xf4\x3b\xd7\xe7\xcd\xaf\xa5\x75\xa8\xce\x54\x39\xa7\x95\xe9\x18\xa8\x92\xd9\x11\x89\xd8\x6a\x43\x55\xae\x92\x75\x46\x24\x2c\xd6\x48\x65\x4d\x0f\x44\xaf\x78\x14\x52\xd7\x60\xe5\xa2\xe6\xa7\x0c\x7e\x06\xb1\x37\xad\xa7\xd0\x6e\xb5\x9f\x86\xb8\x15\x4a\x73\xaf\x48\x0b\xc8\xbc\x6f\x19\x6f\xff\x1e\xcb\x6e\x7d\x91\x91\xc6\x51\x14\xc6\xb3\x97\x6a\xa9\xe1\x59\xf8\x91\xd3\xaf\x38\x8a\x28\x10\xfb\x3f\xce\x6d\x71\x44\xa8\x4c\x5e\xf9\x5e\x36\xec\x4e\xdf\xec\x7b\x20\x63\xd0\xa5\x82\x5a\x98\x0a\xa1\xa8\x3b\x1e\x59\xf5\xf1\x4a\x27\x1b\x86\x75\x94\x69\x5b\x83\xce\x6d\x79\x8e\xa8\xac\x5c\x63\x1e\xba\xef\xce\x4e\x60\x83\x3e\x69\xf1\x83\x15\x2a\xdf\x2c\xd6\x6b\x0c\xcf\x02\x94\x7f\x24\xb4\x46\x43\x39\x4c\x38\x68\x48\x21\x27\xc7\x60\xbb\x62\xc5\x44\x86\x42\xb6\x25\xec\x0d\xc2\x11\x7e\x0d\xd2\x7f\x07\xfb\x91\x35\x74\x1a\xd3\x93\xe3\xec\xd9\xe8\x50\x1e\x98\x87\x7d\xa7\x9f\xdb\x77\x5f\x1d\x77\x31\x87\xb2\xee\xdc\x9e\xb6\xde\x48\xd5\x39\x64\x41\xe7\xb2\x91\xb5\x30\xf5\x96\x4e\xac\xc2\x13\xb3\x45\xd7\xb4\xd0\x6f\xb4\x3a\x8c\x52\x9d\x2f\x96\x85\xd5\x8a\x1f\xb4\xc9\xa0\x68\xa6\x13\x94\x6d\x73\x3e\x66\xbf\xf7\xd1\x43\x3e\x3c\x61\xbf\xe5\xd1\xf3\x1d\x3a\x5c\xc8\x6d\x1c\x1f\x07\xe7\x04\x71\x1c\x15\x5a\x2d\x65\x35\x00\xfe\x6e\xba\x9f\x5f\xaa\x73\x2f\xf5\x39\x2f\xf9\x7d\xfc\xff\xe0\x0f\xee\x34\x14\x06\xc9\xa3\x3d\xed\x17\xde\x3d\x29\x0f\xfc\x43\x8d\x32\x41\x60\x9d\x93\x54\xa8\xdc\x7b\x6a\x2a\x4e\x21\x09\xcf\x2a\xe9\x74\xd3\xb5\x2a\xf3\xdd\xf8\x2d\x6f\x8d\x76\x7a\xd1\x2d\x87\xc7\x15\x83\xd8\xc3\xd3\x0b\xaa\x43\x5f\xe9\x5e\x64\xcf\xe1\x4f\x08\xce\xe4\x1e\x13\xdc\xc7\x81\xd9\xd2\x86\x0a\xdd\x10\xff\x68\x20\xc4\x28\x74\xca\xc9\x1a\xbe\x0b\x56\xfb\xfe\x05\xb9\x4f\x67\x91\x1f\x1e\x78\x43\x2e\xb0\x10\x9d\xf5\xde\x41\x04\x5a\x5d\x42\xc3\xcf\xad\xa9\xd2\xe1\x41\xba\x6c\x1a\x2c\x25\xc9\xd3\x8f\x3e\xf7\x9f\x69\x45\xd4\xe6\x5b\x27\x0c\xbb\x2f\x1b\xff\x4a\x6f\xd2\xec\x45\x70\x04\xa9\x0a\x4c\xf9\x7e\x16\x5c\x4d\x77\xae\xbf\xc9\xd9\x6b\x88\x1b\x8f\xe6\xd3\x29\x5c\xe8\x8e\x54\xc1\xcf\x22\xbc\x63\x13\x63\xdf\xfd\xf5\x48\xf1\xf0\xbc\xb9\xef\x35\x46\x70\xd5\x77\xc0\xc1\x97\x2e\xc2\x9c\x74\x9b\x66\x39\xe3\xaf\x09\x0f\xd7\x49\xda\x7b\x96\xd9\x4b\xd1\x3b\xd3\x90\xa6\xf7\xb9\x92\x61\x5e\x50\x7f\x6a\xb6\x52\x55\xf9\xc8\x46\xe3\x1e\x68\x3f\xe3\xdf\x27\xf0\xdf\xde\xb4\x23\xc9\x39\x4f\x2f\x0c\x8a\x9b\xd0\x06\x8d\xf4\x75\xf2\x20\xa5\x87\x82\xe6\x8f\x39\x57\x68\x78\x77\xef\x23\x1c\x70\xad\xbf\xda\xa6\xd8\x5a\xa2\x54\xa1\xfb\xd8\x3f\x18\x7e\xd9\xa3\x7c\xea\xad\x93\x79\xeb\x61\x6b\xf3\xd7\xa8\xd2\x03\x13\xb2\x3d\x7d\x78\x3c\xf1\xa3\xa7\xa3\xf5\xf4\x68\x0d\x2b\x61\xe1\x68\x3d\xca\x1e\xe9\xd1\x3a\x9b\xc0\x66\x25\x8b\x15\xa1\x22\xbf\x8f\xc0\x4d\xca\xd1\x1a\x84\x0d\x8f\xa6\xb0\xcc\xe1\xa3\xe0\x71\x2c\x0f\xac\xf6\x13\x10\xeb\xab\x41\xe8\xda\xfc\x33\xa3\x29\x6c\x6d\x36\xf1\x92\x4b\xeb\xd2\x7b\x23\xa9\x10\xaa\x17\xda\x0f\xeb\x0d\xb6\x14\xdd\x25\x3f\x08\x52\x50\x08\x7e\x6d\x03\x0d\x3e\xb5\x60\x89\x57\x6b\x74\x2b\x2a\x86\x9e\x30\x73\xe7\x56\x3b\xf8\x3d\xd3\x52\xb8\xf1\x75\xbb\x71\x58\xf6\x15\x40\x68\x00\x77\xc2\x73\xfb\xe7\x6d\x29\x49\xfb\xc7\x2f\x40\xc2\x77\x70\xf2\xcd\x0b\x90\x5f\x7d\xf5\x25\x76\x21\x12\xd8\x32\x32\x0b\x55\x21\x1d\x35\x34\xf0\x23\x2b\x9c\x39\x87\x4d\xeb\x63\x73\xe7\x66\x47\x54\x1c\x61\xcb\xfe\x1c\xae\xcd\xa5\xaa\x6a\x4c\xb1\x0d\x55\x53\xf6\xd0\xc5\x77\xee\x33\xb4\x60\x07\x65\x1c\x06\xc1\xce\x3f\x07\x0c\xa1\xb9\xd3\x81\xb0\x20\xfc\xe0\x7f\x09\xf3\xd0\x71\xa2\x20\x87\x50\xe3\x39\x57\x2d\x6f\x10\x92\xf0\x7e\xcb\xad\x6c\xef\x66\xb7\x54\x87\xdd\x25\xbe\x50\xfa\x9c\x7e\x46\xa8\x7f\xd9\xb7\xb0\x19\xb1\xb4\xe1\xf9\x0f\x69\x6a\x10\xe8\x5e\xae\xc8\xcf\xb5\xc1\x9f\x4f\xd2\x2c\xdf\x91\x1d\xbc\x2c\xcb\x7f\x40\x97\x0e\x9e\xb6\x3e\xa1\xdf\xd7\x2d\xbf\x40\x72\x7b\x97\xc5\xbd\xf5\x46\xbc\x6e\xef\x0e\x0e\x16\x46\x56\xda\x01\x81\x7f\xf7\x62\xcf\x63\x78\x62\x4b\xc1\x44\x90\xf0\x98\xc7\x07\x70\x0b\x6f\x4c\x60\x6b\x39\x8d\xd2\xd6\x7f\x4e\xc0\xda\x91\x97\xf4\x74\xf3\x79\xb7\x20\x21\xfd\x94\xda\x2f\x14\xbb\x75\xd6\xe6\x67\x65\x69\xd0\x5a\x0c\x6e\x15\xd6\xb4\x7b\x6b\xde\x6a\x13\x48\x44\x91\x6c\xf9\x31\xe3\xec\x94\x92\x52\xfe\x7f\x5a\x2a\xea\x55\xe8\x5a\x2a\xf2\xcb\xb7\xe3\x09\x40\xda\xf2\xce\x8c\x3d\x90\x54\x96\x5f\x2a\x8b\xc6\xed\xd7\xde\xc1\xf4\xec\xad\x9e\xb8\xdf\x10\xa6\x50\x77\xf1\xf8\xbc\xbe\x12\xdf\xf3\x66\x7e\xf2\xed\xdd\x50\xf8\xb3\xc0\x53\x7c\xca\x85\xb8\x33\xd2\xd7\xa4\x6f\xaf\xe7\xef\xf9\x5d\x27\x67\xfb\x7a\x3c\xac\xdd\xaf\xc7\xfb\xf8\x18\x46\x24\x0f\x2a\xf3\x85\x2e\xb7\x07\x47\xc3\x61\xd6\xf5\x56\x5b\x47\x8a\xba\x40\xeb\xa8\x79\xf3\xbd\x1a\x8f\xce\x66\xa1\x12\xfb\x71\xd7\xc5\xdd\xfd\x6e\x69\xc2\x03\xe0\xc6\xb3\xd8\x95\x23\xe3\x2a\xca\xa0\x6d\x07\x89\xb8\xd3\x21\x19\x52\xfc\x6a\xd7\x4f\xed\xd5\x54\xfc\x6a\xcb\x04\xf8\x9d\x17\xaa\x96\xde\xf9\x39\x27\x1d\x2c\x3b\x28\xce\xd8\x87\x3f\x0a\x7e\xc1\x6a\x06\xdd\x83\xac\x36\xf6\x67\x38\xfa\xad\x17\xf3\x9e\xd7\x8e\xea\x52\x12\x7c\x7f\x40\x3b\x56\xef\x29\xf8\x37\x6e\x72\x92\xef\xac\xae\xd3\x61\xf9\x9f\x11\x92\x23\xce\x84\x8e\x96\xdf\x85\x80\xa7\x47\xeb\xa7\x33\xfe\xff\x98\x98\x3c\xea\x35\xbb\x41\x77\x1c\x79\xc1\xd8\xec\x1f\x54\xb0\x4a\xea\x65\x7e\xb2\x31\x7f\x46\xb0\xae\x27\xb3\x93\x8e\x92\xe7\x01\x11\xbd\x4b\x7a\x3b\x3d\x22\xb0\xe7\x75\x70\x16\xb6\x31\xbb\x19\x71\x7c\x17\xff\x7f\x00\x00\x00\xff\xff\x04\x34\xf2\x85\x29\x29\x00\x00") - -func testImagesAgnhostNettestNettestGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostNettestNettestGo, - "test/images/agnhost/nettest/nettest.go", - ) -} - -func testImagesAgnhostNettestNettestGo() (*asset, error) { - bytes, err := testImagesAgnhostNettestNettestGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/nettest/nettest.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostNoSnatTestMainGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x57\x6d\x6f\xdb\xc8\x11\xfe\xcc\xfd\x15\x13\x02\xce\x91\x29\x4d\x29\x2e\x0e\x0d\x7c\x50\x0b\xc5\x71\x1a\xf5\x5c\xd9\xb5\x9c\x0b\x0e\x69\x70\xb7\x22\x87\xd2\xd4\xe4\x2e\xbd\xbb\x94\x22\xf8\xfc\xdf\x8b\x59\x92\x7a\x71\x1c\x5c\xf2\x21\x91\xb9\x9c\xd7\x67\x9e\x99\x59\x0e\x5e\x88\x33\x5d\x6f\x0c\x2d\x96\x0e\x4e\x86\x2f\xff\x06\x37\x4b\x84\x9f\x9b\x39\x1a\x85\x0e\x2d\x8c\x1b\xb7\xd4\xc6\xa6\x42\x5c\x50\x86\xca\x62\x0e\x8d\xca\xd1\x80\x5b\x22\x8c\x6b\x99\x2d\x11\xba\x37\x09\xfc\x82\xc6\x92\x56\x70\x92\x0e\x21\x62\x81\xb0\x7b\x15\xc6\x3f\x89\x8d\x6e\xa0\x92\x1b\x50\xda\x41\x63\x11\xdc\x92\x2c\x14\x54\x22\xe0\xe7\x0c\x6b\x07\xa4\x20\xd3\x55\x5d\x92\x54\x19\xc2\x9a\xdc\xd2\x3b\xe9\x4c\xa4\xe2\xd7\xce\x80\x9e\x3b\x49\x0a\x24\x64\xba\xde\x80\x2e\xf6\xa5\x40\x3a\x21\x00\x00\x96\xce\xd5\xa7\x83\xc1\x7a\xbd\x4e\xa5\x8f\x32\xd5\x66\x31\x28\x5b\x29\x3b\xb8\x98\x9c\x9d\x4f\x67\xe7\xc7\x27\xe9\x50\x88\xf7\xaa\x44\x6b\xc1\xe0\x5d\x43\x06\x73\x98\x6f\x40\xd6\x75\x49\x99\x9c\x97\x08\xa5\x5c\x83\x36\x20\x17\x06\x31\x07\xa7\x39\xce\xb5\x21\x47\x6a\x91\x80\xd5\x85\x5b\x4b\x83\x22\x27\xeb\x0c\xcd\x1b\x77\x00\x50\x1f\x15\x59\xd8\x17\xd0\x0a\xa4\x82\x70\x3c\x83\xc9\x2c\x84\xd7\xe3\xd9\x64\x96\x88\x0f\x93\x9b\x77\x97\xef\x6f\xe0\xc3\xf8\xfa\x7a\x3c\xbd\x99\x9c\xcf\xe0\xf2\x1a\xce\x2e\xa7\x6f\x26\x37\x93\xcb\xe9\x0c\x2e\xdf\xc2\x78\xfa\x2b\xfc\x3c\x99\xbe\x49\x00\xc9\x2d\xd1\x00\x7e\xae\x0d\xc7\xae\x0d\x10\x43\x87\x79\x2a\x66\x88\x07\xce\x0b\xdd\x06\x63\x6b\xcc\xa8\xa0\x0c\x4a\xa9\x16\x8d\x5c\x20\x2c\xf4\x0a\x8d\x22\xb5\x80\x1a\x4d\x45\x96\x8b\x67\x41\xaa\x5c\x94\x54\x91\x93\xce\x3f\x7f\x91\x4e\x2a\x5e\x0c\x84\xa8\x65\x76\xcb\x46\x94\xb6\x8a\x51\xa7\xaa\xd6\xc6\x41\x24\x82\xb0\xa8\x5c\x28\x82\x90\xf4\x80\x74\xe3\xa8\xe4\x07\x85\xae\xfb\x19\x70\x6d\xf8\x6f\x6d\xf9\x7f\x86\x45\x2d\x6c\x28\x44\x10\x2e\xc8\x2d\x9b\x79\x9a\xe9\x6a\x60\xeb\xe2\xe5\x5f\x07\x99\x9e\x1b\xc9\x52\xb7\xaf\x6c\x4a\x7a\xc0\x04\xd1\x0a\x95\x3b\x9e\x4b\x8b\x83\x52\xb3\x62\x2c\xc4\x60\x00\x67\x55\x3e\xd5\x33\x25\xdd\x0d\x5a\xc7\x88\x37\xb6\xab\xe5\x42\x2d\xb5\x75\x70\xc6\xb6\x52\xb1\x92\xe6\x91\xec\x08\x9e\x7b\x3f\xe9\x99\xae\x2a\xa9\xf2\x7b\x11\xbc\xb7\x78\x0a\x00\xa1\xd2\xc7\x9c\xdd\xb1\x43\xeb\xc2\x44\x04\xb3\xa5\x36\xee\x14\xc2\x33\x83\x92\xdb\x83\x51\x19\x64\x4b\xcc\x6e\x5b\x18\x18\x3c\x18\xac\x97\x5a\x56\x04\xa8\xf2\x5a\x93\x72\x96\x35\x2f\xb4\x5a\x9c\xc2\xef\x33\x34\xab\x4e\xaf\xd0\x65\xa9\xd7\x8c\xfe\x56\x90\x99\xc1\xaf\x16\xb4\x42\x05\x2d\x9e\x39\x16\xb2\x29\x9d\x65\xea\x85\xaf\x86\xaf\x86\x61\x9c\x0a\x71\xbc\xf5\x72\x0c\x06\x5d\x63\x54\x6b\x94\x49\x8c\xd6\xfd\x60\x61\x72\x05\x32\xcf\x99\x1d\x29\x4b\xef\x07\x79\x0c\x77\x0d\x1a\x42\x0b\x10\x52\xdd\x19\x0a\x3d\x51\x50\x66\x4b\xa8\x8d\x5e\x51\x8e\x39\xdb\x88\xc2\x7d\xd5\x7f\x50\x6d\x47\x54\xbf\x4c\xa8\x3e\x09\xe3\x44\x80\x4f\x98\x0a\x90\x65\xd9\xf9\xb7\xb5\x66\xd6\xcd\x75\xce\x0e\x2a\xe9\xb2\xb6\x8f\xc3\xab\xcb\x37\xbf\x4d\xae\x42\x40\xb5\x22\xa3\x55\x85\xca\xc1\x4a\x1a\xe2\x2e\x4b\x80\x1c\xac\xa9\x2c\xbb\x64\x40\xc2\xc9\x70\xb8\xb5\x96\xc0\x8f\xc3\x21\x68\xa6\xfc\x9a\x2c\xa6\xbf\x27\x22\x18\x9b\x85\x3d\x85\xb6\x70\xff\x96\x9f\xa9\x6a\xaa\x29\x9f\x45\xc3\x38\x11\xc1\x75\xa3\x4e\x01\x2a\x49\x2a\x11\x0f\xc2\x17\xdd\xc3\xd9\xb2\x4d\x88\xa2\x51\x19\x90\x22\x17\xc5\x70\x2f\x82\x03\x42\xa4\x6f\x4b\xb9\xb0\x51\x9c\xce\xbc\xf0\x2f\xd2\x44\xcf\x59\x39\x81\x90\x7f\xc2\xa4\xab\x43\x02\x21\x4f\x4b\x6f\xd7\x69\xb0\x5c\xda\x6f\x60\x03\x68\x95\x86\x31\x47\x35\x18\x00\xd5\x30\x02\x27\xcd\x02\x9d\xc7\xbf\x97\xe6\x02\x6d\x58\xc0\x78\x89\x16\x15\xcc\x81\x6a\x3e\xac\x5b\x35\x9e\xa0\xb5\xce\x7f\xb0\xdd\xb1\xda\x1d\x2b\x9d\x63\x7b\x2e\xdc\xa6\x46\xa8\xa4\xbd\xe3\xdc\xd0\x30\x04\x4d\xe6\x38\xeb\xab\x3d\x44\x1e\x3a\x4c\x18\xb2\x28\xab\x72\x78\x71\xd0\x13\x09\x48\xb3\xb0\xf0\xf1\x53\x2b\xee\x41\xab\xe0\x74\x04\xcf\x77\x96\xef\x45\xe0\x4d\x9e\x7a\x48\x12\x11\x3c\x08\x11\x70\x8b\xa6\x13\x45\xee\x42\x33\xa6\x22\xc8\xb1\x40\x03\xfe\xf8\x6d\xd9\xd8\x65\x77\x2e\x02\x2a\x00\x8d\x61\x9b\x55\x7a\xdd\xa8\x28\xfe\xc9\x3f\x3f\x1b\x81\xa2\x92\xfd\x05\x45\xe5\xd2\xb7\xb5\x21\xe5\x8a\x48\xdb\x74\xe6\x72\x34\x26\x81\xf0\x68\xf5\x5f\x15\x26\x2c\x1d\x8b\x20\xd0\x36\x3d\xff\x4c\x2e\x7a\x19\x73\x04\x7d\x5e\x51\x05\x2f\x76\xa1\xc6\xe0\x3d\xb0\x8a\x36\x6c\xbb\x03\x95\xda\x2e\xca\x1a\x63\x98\x9e\x2d\xb8\xdc\x49\x2a\xf7\xe8\x3e\x7a\xdf\xa1\x3c\xb9\x6a\x0d\x34\x5d\x13\xb0\xa5\x5e\x43\x37\xae\xdf\x51\xa8\x56\x22\xa8\xa9\x4e\x40\xdf\x72\x9a\xda\xa6\x17\x5a\xdf\x36\xf5\xb9\x5a\x45\x7d\x7b\xc4\x1e\x88\x67\xfa\xd6\x67\xdc\x75\x03\x27\x7e\xce\xa1\x16\xbd\x1c\x1b\xe3\xee\x81\xb5\xb4\x7e\xa5\xf2\x1e\xe0\x90\x48\xf5\xbe\xfa\x26\x0b\x3d\x0e\x81\xfa\x9a\xe3\xe9\xe5\x9b\xf3\x6f\xf2\xdc\x09\x7e\xb7\x6b\x0f\xce\x4a\x96\x94\x4b\xc7\xab\x49\xba\x03\x84\xa4\x41\x6e\x83\x6e\x58\xa1\x4d\x7d\x1c\x0a\x5d\x7a\x25\x8d\xc5\xc9\x55\x54\x53\x1d\xc3\x68\xc7\x83\x3f\x47\x25\xd3\x8a\x2f\x09\x98\xc3\xd1\x5d\x02\xeb\x25\x65\x4b\xa0\x36\x5a\xa9\xf6\x46\x63\x98\x70\x28\x2d\x40\x8f\x9c\xaa\x3f\x77\xfa\x18\x90\xef\xf0\xaa\x3a\xaf\x1e\x1b\x83\x0b\xf2\xad\xb9\x94\x2a\x2f\xd1\x58\x11\xf0\x8e\x4c\xdf\xf9\xc7\xb7\x8d\xca\xa2\xb0\x9f\xd2\x6c\x97\xff\x88\x9f\x92\xd9\x9b\x3d\x61\x02\xd5\xed\xd9\xee\x39\xf2\xc4\x63\xb7\x71\xeb\xd4\xd6\xa4\xa0\xa9\xdb\xab\x01\x8f\x2e\x23\xfa\x1c\xbd\xe1\x0b\x0e\x49\x8d\x55\xee\x57\x56\x14\x9e\x86\x7f\xa9\xd2\x2b\x3f\x06\x15\x95\x7e\x7e\xf9\xc9\xd2\xc5\x0c\xdc\x65\x91\xd7\xbc\xee\xa6\xf6\x07\x43\x0e\x4d\x02\x2f\xba\x53\xbf\x99\xe2\xae\x1f\xff\xa7\x49\x79\x1c\x6d\x84\xc6\xf0\x64\xf1\xbd\x98\x80\xc5\x1a\xfa\x21\xd3\xfe\x32\xfc\xd6\x19\xeb\x47\x83\xbc\xc5\xa8\x9f\x42\x09\x94\xa8\xbc\x7a\x1c\x8b\x80\xc7\x27\x25\xfd\x0c\x31\x52\x2d\x10\xbc\x69\xae\x1e\xeb\x7f\xa4\x4f\x30\xe2\xa3\xb6\x80\x51\x5b\xf6\x2e\xe7\xee\x1a\x92\xfe\x4b\x93\x8a\x58\xda\x47\xd2\x8f\xe9\xd7\x0d\x95\xb9\x85\xfd\xd9\xde\xe5\x9d\x40\x63\xfd\x0d\x4a\xe7\x2d\xa3\x75\xee\xe9\xac\x8b\xed\x94\x28\x75\xe6\xaf\x52\xdd\x80\x7d\x5c\x15\xe8\x93\x51\xb4\xcb\xbc\x47\xb5\x1d\x4d\xff\xe9\xd6\x75\xbf\x1d\xbe\xdc\xd4\x5c\x5c\xde\x96\x7e\x6d\x76\xfb\xd8\x3f\x3f\xda\xc3\x64\xe1\xaa\xdb\x18\x8f\x96\xea\x16\x09\x5f\xc8\x35\x3c\x59\x4a\x83\x77\x8f\xca\xe9\xd1\xf5\x30\x9f\x8e\xfa\x22\xde\x3f\x88\x20\xa0\xda\x1f\xf5\xb8\xce\xea\x92\x5c\x64\xf0\x2e\x7d\x7f\x7d\x91\x72\x42\x9b\x28\x4e\xff\x89\x2e\x0a\xa9\xb6\x61\x9c\x40\x98\xf0\xb8\xf0\x65\xfc\x2d\x61\x08\xb7\x55\x64\x53\xec\x66\x6f\x45\xf8\x4a\x44\x9c\xc4\x96\xd7\x5f\xac\x8b\x2e\xae\x11\xdf\xe6\x51\xe5\x9e\x28\xdb\x2d\xc1\xa5\xf7\xff\xa8\xd8\xb1\x08\xfe\x0e\xc3\x56\x75\x9d\xfa\x94\xdf\xa1\xcc\xd1\x44\x3f\x0e\x87\x5e\x67\x7f\x01\xad\x79\xf1\x70\x2b\x3f\x62\x32\x27\x02\x61\xec\xe5\x5b\x44\x3b\x47\x87\x26\x4f\xbc\xc9\x87\x8e\x5f\xfe\xcd\xf6\x06\x97\x5e\x63\xa5\x1d\x8e\xf3\xdc\x00\x29\xa7\x0f\x6e\x56\xc9\x17\x12\xad\x5e\x37\x5b\xfa\x65\x43\x2a\xd3\x15\x13\x33\xd3\x4a\x61\xb6\xe3\x5f\x4b\xa1\xef\x2b\xf0\x93\x79\x1f\x86\xd1\x77\x4a\x4f\xd5\xed\xbd\xd2\x77\x05\xdf\xdb\xa5\x41\xbb\xbb\x1f\x3a\xdd\x56\xae\xb1\x68\x3d\xf3\x9d\x86\x9c\x8a\x02\xb9\x65\x88\x17\xc5\x6c\x3a\xbe\x81\xc2\xe8\xaa\xe5\x28\xd4\xda\xf9\x57\x25\x14\x92\xca\xc6\x20\x54\x3a\x47\xdb\x66\xd5\xf3\x61\xdb\x4c\x5f\x6b\xac\xed\xc6\x6f\x4c\xc9\x44\xe2\xd4\x66\x5d\x6a\x61\xf7\xd5\x78\x64\x77\xd3\xd6\xcf\x69\x8e\x7a\x3b\x59\x3c\x3a\x4c\xdc\xc6\x94\xf1\xf6\xda\xf2\xec\x8b\x4d\x81\xc6\xf8\x01\xd3\x5e\x78\xd8\x44\xfa\x5a\xe7\x9b\xf4\xac\xd4\x16\x79\xf8\xcc\x75\xbe\xd9\x5a\x6d\xbf\x94\xd2\x6b\x94\xf9\xb8\x2c\xa3\xad\xf8\xb7\x78\x30\x4f\xf6\x5a\xfb\x14\xb1\x17\xee\xae\xd3\x6e\xc1\x7b\xe1\x6e\xaf\xfd\xf1\x87\xe7\x3e\x1f\xf9\x5d\x37\xfc\xda\xa6\x9b\x28\xbf\xbf\xf7\xef\xa1\x70\x74\xd7\x56\xe7\xe8\x2e\x4c\xe0\xd0\x59\x8b\x4c\x1b\x99\x6f\x63\xaa\xed\xc7\xe1\xa7\xde\x3f\xa7\xc2\xf5\xb9\x6f\xdb\xcf\x5f\x71\x47\xbe\x4a\xf7\xbb\xae\x39\xf0\x7f\x7d\xe8\xf7\xd9\x08\xaa\x0d\x0f\xb2\xf6\x39\x61\xf5\x6a\x03\xd3\x6e\xf6\x1e\xdd\xc1\xb1\xa7\x0f\xb3\xf4\x60\x46\x74\xad\xf8\xdd\x1e\xf8\x03\xfb\x29\x07\xcc\xda\x46\xe1\xe7\x1a\x33\xd7\xea\x46\xb5\xb6\x96\xe6\x65\xc7\x5f\xb7\x34\xba\x59\x2c\x0f\x84\x94\x43\x53\xc8\x0c\xfb\xaf\xbd\xb5\xdc\xb4\x6d\x2e\x55\xcb\x74\xde\x21\xf1\x13\xb1\xef\xb6\x95\xa2\x52\x3c\x88\xff\x07\x00\x00\xff\xff\x96\x06\x59\x4a\xbe\x11\x00\x00") - -func testImagesAgnhostNoSnatTestMainGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostNoSnatTestMainGo, - "test/images/agnhost/no-snat-test/main.go", - ) -} - -func testImagesAgnhostNoSnatTestMainGo() (*asset, error) { - bytes, err := testImagesAgnhostNoSnatTestMainGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/no-snat-test/main.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostNoSnatTestProxyMainGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x56\x71\x4f\xe3\x3e\x12\xfd\x3b\xfe\x14\x73\x91\xe0\x12\x2e\x38\x85\xd5\xea\x4e\x5d\xa1\x53\xb7\x0b\xb7\xd5\x72\x85\x6b\x60\x57\xab\xbb\xd3\xe1\x26\xd3\xc4\x22\xb1\x8d\xed\x50\x2a\xc4\x77\x3f\x8d\x53\xf8\x95\x65\xf9\x2b\xb5\x3d\x79\xf3\xe6\xcd\xf3\xa4\xf9\x01\x9b\x6a\xb3\xb1\xb2\x6e\x3c\x1c\x8f\x8e\xfe\x0a\x57\x0d\xc2\xb7\x7e\x89\x56\xa1\x47\x07\x93\xde\x37\xda\x3a\xce\xd8\xb9\x2c\x51\x39\xac\xa0\x57\x15\x5a\xf0\x0d\xc2\xc4\x88\xb2\x41\xd8\x9e\x64\xf0\x1d\xad\x93\x5a\xc1\x31\x1f\x41\x42\x01\xf1\xf6\x28\x4e\x3f\xb1\x8d\xee\xa1\x13\x1b\x50\xda\x43\xef\x10\x7c\x23\x1d\xac\x64\x8b\x80\x0f\x25\x1a\x0f\x52\x41\xa9\x3b\xd3\x4a\xa1\x4a\x84\xb5\xf4\x4d\x48\xb2\x85\xe0\xec\xe7\x16\x40\x2f\xbd\x90\x0a\x04\x94\xda\x6c\x40\xaf\x76\xa3\x40\x78\xc6\x00\x00\x1a\xef\xcd\x38\xcf\xd7\xeb\x35\x17\x81\x25\xd7\xb6\xce\xdb\x21\xca\xe5\xe7\xb3\xe9\xe9\xbc\x38\x3d\x3c\xe6\x23\xc6\xae\x55\x8b\xce\x81\xc5\xbb\x5e\x5a\xac\x60\xb9\x01\x61\x4c\x2b\x4b\xb1\x6c\x11\x5a\xb1\x06\x6d\x41\xd4\x16\xb1\x02\xaf\x89\xe7\xda\x4a\x2f\x55\x9d\x81\xd3\x2b\xbf\x16\x16\x59\x25\x9d\xb7\x72\xd9\xfb\x57\x02\x3d\xb3\x92\x0e\x76\x03\xb4\x02\xa1\x20\x9e\x14\x30\x2b\x62\xf8\x3c\x29\x66\x45\xc6\x7e\xcc\xae\xbe\x5e\x5c\x5f\xc1\x8f\xc9\x62\x31\x99\x5f\xcd\x4e\x0b\xb8\x58\xc0\xf4\x62\xfe\x65\x76\x35\xbb\x98\x17\x70\x71\x06\x93\xf9\x4f\xf8\x36\x9b\x7f\xc9\x00\xa5\x6f\xd0\x02\x3e\x18\x4b\xdc\xb5\x05\x49\xd2\x61\xc5\x59\x81\xf8\x2a\xf9\x4a\x0f\x64\x9c\xc1\x52\xae\x64\x09\xad\x50\x75\x2f\x6a\x84\x5a\xdf\xa3\x55\x52\xd5\x60\xd0\x76\xd2\x51\xf3\x1c\x08\x55\xb1\x56\x76\xd2\x0b\x1f\xd6\x6f\xca\xe1\xec\x20\x67\xcc\x88\xf2\x96\x40\x94\x76\x4a\x78\x63\xf5\xc3\x86\x31\xd9\x19\x6d\x3d\x24\x2c\x8a\x57\x9d\x8f\x59\x14\x4b\x9d\x4b\xdd\x7b\xd9\xd2\x42\xa1\xcf\xa9\x33\xf4\x5b\xbb\x98\xb1\x28\xae\xa5\x6f\xfa\x25\x2f\x75\x97\x3b\xb3\x3a\xfa\x90\x97\x7a\x69\x05\x05\xdc\xfe\xcd\x71\xa9\x73\xf2\x84\x56\xa8\xfc\xe1\x52\x38\xcc\x5b\x5d\xbb\x98\xa5\x8c\xe5\x39\x4c\xbb\x6a\xae\x0b\x25\xfc\x15\x3a\x7f\x49\x0c\x48\xe9\xde\x6d\x7b\x58\xab\x46\x3b\x0f\x53\x02\xe4\xec\x5e\xd8\xdf\xbd\x70\x02\xfb\x21\x23\x9f\xea\xae\x13\xaa\x7a\x64\xd1\xb5\xc3\x31\x00\xc4\x4a\x1f\x52\x69\x87\x1e\x9d\x3f\x0c\x05\xc6\x19\x8b\x8a\x46\x5b\x3f\x86\x78\x6a\x51\xd0\x0d\x11\x10\x8e\x5e\x64\xce\xcb\x06\xcb\xdb\x41\x15\x40\x55\x19\x2d\x95\xa7\x17\xcf\xb5\xaa\xc7\x00\x37\xcf\x2f\xbe\x1b\x0c\xeb\x46\x96\x4d\x80\x95\xdb\x38\xf2\x26\x3a\x4f\xf6\xa3\x65\x2d\xef\x51\x81\x17\xb6\x46\x0f\xc9\x2e\xc8\xdf\x87\xcd\x93\xe1\xf1\x3f\x69\xf6\xa5\x71\x27\xd2\x1c\x65\xd2\x1c\xa7\xd4\x5b\xb0\xe8\x7b\xab\x1c\x48\x4f\x9e\x77\x46\x87\xbb\x4b\x16\x87\x8f\xa3\xd1\xcb\x16\xb9\x14\xad\xd5\x96\xdf\x64\x2c\x9a\xd8\xda\x8d\x01\x06\xa9\xfe\x29\x1e\x64\xd7\x77\x73\xda\x4c\x46\x69\xc6\xa2\x45\xaf\x48\xb2\x4e\x48\x95\xb1\x27\x16\xc4\x0e\x4e\x20\xd3\xab\x9a\xb1\x55\xaf\x4a\x90\x4a\xfa\x24\x85\x47\x16\xbd\x6d\x04\x3f\x6b\x45\xed\x92\x94\x17\xe1\x8d\xef\xc2\x26\xfb\x84\x90\x41\x4c\x8f\x38\x83\xf8\xc3\xd1\xf1\x87\x8f\xf4\x83\x66\x54\x40\xf7\x1a\x1c\xda\xfb\xf7\x74\xd4\x8a\xc7\x29\xd1\xc9\x73\xb8\xa2\x71\x73\xa9\xab\x3f\xbb\xd7\xc1\x5e\xdc\xa2\x83\x9b\x41\xaf\x9b\x20\xd0\x8d\x34\xee\x06\x84\xad\xfb\x0e\x95\x77\x59\xd8\xbc\xeb\xd1\x52\x37\x1e\x87\xc8\xa7\x57\xa2\x93\xc6\x8f\xd2\xb8\x27\xc6\xfc\xc6\x20\x74\xc2\xdd\xfd\x61\x31\xe7\x6d\x5f\x7a\x2a\xfb\x72\x47\x92\xa7\xad\x28\xa4\x59\x52\x76\x15\x1c\xbc\xf2\x61\x46\x04\x1c\xfc\xfb\xbf\x43\x78\x50\xad\x83\xf1\x09\xec\xbf\x02\x7f\x64\x51\x40\x1d\x07\x41\x32\x16\x3d\x31\x16\xd1\x1d\xe1\x33\x25\xfd\xb9\x26\x49\x59\x54\xe1\x0a\x2d\x84\xed\xb3\xb6\x77\xcd\x76\x9f\x45\x72\x45\x3d\x26\xd8\x8e\x2f\x7a\x95\xa4\x9f\xc2\xfa\x4f\x27\xa0\x64\x4b\x29\xa3\x55\xe7\xf9\x99\xb1\x52\xf9\x55\xa2\x1d\x2f\x7c\x85\xd6\x66\x10\xef\xdd\xff\x47\xc5\x19\x45\xa7\x2c\x8a\xb4\xe3\xa7\x0f\xd2\x27\x47\x29\x31\x78\x2e\x2d\xe9\xe0\xe0\x15\xdb\x14\x42\x92\xc1\x57\x04\x9f\xe7\x60\xb1\x96\xce\xa3\x85\x46\xa8\xaa\x45\xcb\x22\x9a\x10\xfc\x6b\x58\x9d\xf5\xaa\x4c\xe2\x5d\xad\xe3\x0c\x76\x56\x54\x43\x9e\x83\x33\x52\x41\x6f\x86\x31\x47\x86\xb0\x2c\x1a\x6c\x1e\x3e\x04\xfc\x9c\x32\xa8\x89\xaa\x0a\x3a\x4c\xe2\x71\xfc\x97\x8e\x5f\x06\x77\x29\xd9\xa6\x2f\x84\x77\x90\xaf\x17\xe7\x89\x91\x26\x03\x69\x1c\x3c\xf7\x60\x78\x12\xf1\x2d\x3a\xa9\x53\x6c\xd5\x89\xb7\xdf\x9c\x3d\xf7\xc6\x1b\x7b\x2e\xce\xe0\x19\xed\xb7\xe9\x92\xf5\xc0\x74\xb1\xbd\x7d\x3f\xac\xf4\x68\x33\xba\xf8\x70\xb0\x3d\x09\x23\x20\x18\xa1\xb7\x2d\xf5\xec\x17\xba\x16\xef\xf8\xf5\xe2\x9c\xff\xab\x47\xbb\x49\x52\xfe\x0f\xf4\x49\x3c\xd8\x35\x4e\x03\xd4\xdb\x63\x69\x5c\x9c\xa6\x54\x8f\x33\xd9\xb3\x17\x42\x3e\x3a\xee\x6d\x9b\xbe\x98\x64\xc7\x14\x6b\x1e\xf8\x7d\x45\x51\xa1\x4d\x3e\x8e\x46\xe9\x2f\x4e\x59\x67\x10\x0f\x4d\xa6\x7b\xb3\x21\xd1\xf6\xee\x02\xfe\x18\xf6\xee\xe3\x0c\x7a\xdb\x3e\x9b\xe7\x09\xb0\x75\x18\x70\x97\xba\xda\xbc\xb0\x18\x3e\x1b\x7c\x81\xa2\x9a\xb4\x6d\x42\x0c\xf9\x67\x5d\x6d\x28\xd7\x5b\x4a\xbf\xe7\xf4\x0e\x29\x8b\xa2\x22\x4e\x94\x8f\xfe\x41\xbc\xcc\xbc\x95\xd5\xdd\xfb\x4c\x77\xa9\x92\xed\x86\x66\x55\x83\xed\x44\x87\xe0\xbc\xf0\xbd\x83\x52\x57\x18\x86\x46\xc0\x17\xbf\x4c\x1c\xad\xc2\x0b\x52\x79\xb4\x4a\xb4\x34\x94\xde\xf2\x0f\xd5\x16\x01\x6e\xaa\x2b\x4c\x77\x22\x92\xe5\x56\x84\x27\xba\x6b\xd1\x8b\x2e\x7c\xda\x6a\x87\x09\xd9\xeb\xff\x01\x00\x00\xff\xff\x3d\xc5\xcc\xbc\xd7\x09\x00\x00") - -func testImagesAgnhostNoSnatTestProxyMainGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostNoSnatTestProxyMainGo, - "test/images/agnhost/no-snat-test-proxy/main.go", - ) -} - -func testImagesAgnhostNoSnatTestProxyMainGo() (*asset, error) { - bytes, err := testImagesAgnhostNoSnatTestProxyMainGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/no-snat-test-proxy/main.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostPausePauseGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x94\x51\x6f\xdb\xb6\x17\xc5\x9f\x75\x3f\xc5\x81\x80\xff\x1f\x76\xa0\x48\x4e\xf6\x34\xaf\x7d\xf0\xdc\x6c\x13\x92\x3a\x45\xe4\xac\x28\xb6\x01\xa5\xa9\x2b\x89\x88\x44\x6a\x24\x55\xdb\x28\xf2\xdd\x07\x4a\x2e\x16\xaf\x7d\xe8\x8b\x01\xf2\x9e\x73\xf5\x3b\xf7\x12\xce\x2e\x68\x6d\xfa\xa3\x55\x75\xe3\x71\xbd\xb8\xfa\x11\xdb\x86\x71\x3b\xec\xd8\x6a\xf6\xec\xb0\x1a\x7c\x63\xac\x4b\x89\xee\x94\x64\xed\xb8\xc4\xa0\x4b\xb6\xf0\x0d\x63\xd5\x0b\xd9\x30\x4e\x95\x04\xbf\xb3\x75\xca\x68\x5c\xa7\x0b\xcc\x82\x20\x3e\x95\xe2\xf9\x4f\x74\x34\x03\x3a\x71\x84\x36\x1e\x83\x63\xf8\x46\x39\x54\xaa\x65\xf0\x41\x72\xef\xa1\x34\xa4\xe9\xfa\x56\x09\x2d\x19\x7b\xe5\x9b\xf1\x23\xa7\x16\x29\x7d\x38\x35\x30\x3b\x2f\x94\x86\x80\x34\xfd\x11\xa6\x7a\xa9\x82\xf0\x44\x00\xd0\x78\xdf\x2f\xb3\x6c\xbf\xdf\xa7\x62\xa4\x4c\x8d\xad\xb3\x76\x52\xb9\xec\x2e\x5f\xdf\x6c\x8a\x9b\xcb\xeb\x74\x41\xf4\xa8\x5b\x76\x0e\x96\xff\x1e\x94\xe5\x12\xbb\x23\x44\xdf\xb7\x4a\x8a\x5d\xcb\x68\xc5\x1e\xc6\x42\xd4\x96\xb9\x84\x37\x81\x73\x6f\x95\x57\xba\x4e\xe0\x4c\xe5\xf7\xc2\x32\x95\xca\x79\xab\x76\x83\x3f\x1b\xd0\x17\x2a\xe5\xf0\x52\x60\x34\x84\x46\xbc\x2a\x90\x17\x31\x7e\x5e\x15\x79\x91\xd0\xfb\x7c\xfb\xdb\xfd\xe3\x16\xef\x57\x0f\x0f\xab\xcd\x36\xbf\x29\x70\xff\x80\xf5\xfd\xe6\x4d\xbe\xcd\xef\x37\x05\xee\x7f\xc1\x6a\xf3\x01\xb7\xf9\xe6\x4d\x02\x56\xbe\x61\x0b\x3e\xf4\x36\xb0\x1b\x0b\x15\x46\xc7\x65\x4a\x05\xf3\xd9\xc7\x2b\x33\xc1\xb8\x9e\xa5\xaa\x94\x44\x2b\x74\x3d\x88\x9a\x51\x9b\x4f\x6c\xb5\xd2\x35\x7a\xb6\x9d\x72\x61\x79\x0e\x42\x97\xd4\xaa\x4e\x79\xe1\xc7\xf3\x57\x71\x52\xba\xc8\x88\x7a\x21\x9f\x42\x93\x5e\x0c\x8e\x89\x54\xd7\x1b\xeb\x31\xa3\x28\xae\x3a\x1f\x53\x14\x1b\x37\xfd\x66\x4e\xd5\x5a\xb4\xe1\xe0\x8e\x4e\x8a\xb6\x8d\x89\xa2\xb8\x56\xbe\x19\x76\xa9\x34\x5d\xe6\xfa\xea\xea\x87\x4c\x9a\x9d\x15\x31\xcd\x89\xb2\x0c\xeb\xae\x7c\x17\x1a\x87\xd1\x0d\xee\xb4\x94\x5a\x37\xc6\x79\xac\x83\x30\xa5\x4f\xc2\xfe\x2b\x7b\x8d\xff\x8f\xfe\x74\x6d\xba\x4e\xe8\xf2\x33\x45\x8f\x8e\x97\x00\xe2\x11\x30\x4e\x28\x2a\x1a\x63\xfd\x12\xf1\xe8\x70\x63\x22\x3e\xb0\x1c\x42\xcc\x50\xbf\x33\xba\x5e\x02\x1f\xbf\x55\x4f\xf1\xe8\xb8\x1a\xda\x71\x9a\x4f\xcc\x7d\x98\x5a\x50\x48\xa3\xc3\x73\x64\xeb\x60\x07\xad\x4f\xaf\x02\x66\x5c\x8f\x9c\x60\x1c\xa4\xd0\xd8\x7d\x69\xc7\x65\xfa\x31\xa1\x68\x65\x6b\xb7\x04\x26\xec\xb7\xe2\xa0\xba\xa1\xdb\x84\xcb\xd9\x62\x9e\x50\xf4\x30\xe8\x80\x3f\xd2\x27\xf4\x4c\x54\x0d\x5a\x4e\xc7\x99\xec\x4a\x5c\x9c\xe5\x4d\x20\x6c\xed\xf0\xc7\x5f\xe1\x95\xe9\x7a\x8e\xcf\x14\x55\x9d\x4f\xdf\x59\xa5\x7d\xab\x67\x53\xe8\x32\x9e\x53\xe4\x54\xbd\x6e\xb0\x7c\x8d\x4e\x3c\xf1\x4c\x36\x42\xc3\xb8\xb4\x18\x97\x34\xa7\xa8\x34\x9a\xcf\xab\x4a\xfb\x04\x57\x93\x53\x8b\x36\xdd\x18\xaf\xaa\xe3\x6c\xec\x93\xe0\xb4\xd3\xb4\xc8\x7f\xcd\x37\xdb\xef\x50\x6d\x6f\x1e\xde\x7e\x87\xec\x36\xbf\xbb\x9b\x53\x54\x1b\x84\xe0\xb3\x31\x51\x30\x05\xb6\x57\x97\xa3\x3e\x5c\xec\x95\x97\x0d\xc2\x7d\xa8\x4b\xe1\xf8\x3f\x44\x4b\x8a\xa2\x29\xd4\xab\x4b\x5c\x85\x83\x71\xe9\xcd\x41\xf9\x59\x88\xf4\x95\x23\xd0\x9d\x59\xae\x5f\x5a\xae\xbf\x65\x09\xa4\x67\x96\xc5\x4b\xcb\x22\x58\x9e\x29\x7a\x9e\xcd\x29\xb2\xec\x86\xd6\x4f\x11\x82\xfa\xc5\x92\xaa\x59\xcc\x87\xf1\x6f\x05\xff\x2b\xff\xd4\x71\x82\x49\x3c\xa7\x67\xfa\x27\x00\x00\xff\xff\xf9\x60\x19\x76\xa7\x05\x00\x00") - -func testImagesAgnhostPausePauseGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostPausePauseGo, - "test/images/agnhost/pause/pause.go", - ) -} - -func testImagesAgnhostPausePauseGo() (*asset, error) { - bytes, err := testImagesAgnhostPausePauseGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/pause/pause.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostPortForwardTesterPortforwardtesterGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x58\x6f\x73\x1b\xb7\xf1\x7e\x4d\x7c\x8a\xf5\xcd\xf8\xf7\x23\x1d\xf2\x28\xc9\xc9\x4c\x43\x57\xed\xd0\x94\x5c\xb3\x51\x64\x8d\x48\xc7\x4d\xd3\x8c\x03\xe2\xf6\xee\x30\xc2\x01\x67\x00\x47\x8a\xf5\xb8\x9f\xbd\xb3\xc0\x1d\xff\xd8\x52\xe2\xe9\x1b\x5b\x24\x80\x67\x17\x8b\x67\xf7\xd9\xe5\xf8\x19\x9b\x99\x7a\x6b\x65\x51\x7a\x38\x3b\x39\xfd\x0e\x96\x25\xc2\x0f\xcd\x0a\xad\x46\x8f\x0e\xa6\x8d\x2f\x8d\x75\x29\x63\x57\x52\xa0\x76\x98\x41\xa3\x33\xb4\xe0\x4b\x84\x69\xcd\x45\x89\xd0\xae\x0c\xe1\x27\xb4\x4e\x1a\x0d\x67\xe9\x09\xf4\x69\x43\xd2\x2e\x25\x83\x17\x6c\x6b\x1a\xa8\xf8\x16\xb4\xf1\xd0\x38\x04\x5f\x4a\x07\xb9\x54\x08\x78\x2f\xb0\xf6\x20\x35\x08\x53\xd5\x4a\x72\x2d\x10\x36\xd2\x97\xc1\x48\x0b\x91\xb2\x9f\x5b\x00\xb3\xf2\x5c\x6a\xe0\x20\x4c\xbd\x05\x93\x1f\xee\x02\xee\x19\x03\x00\x28\xbd\xaf\x27\xe3\xf1\x66\xb3\x49\x79\xf0\x32\x35\xb6\x18\xab\xb8\xcb\x8d\xaf\xe6\xb3\xcb\xeb\xc5\xe5\xe8\x2c\x3d\x61\xec\xad\x56\xe8\x1c\x58\xfc\xd0\x48\x8b\x19\xac\xb6\xc0\xeb\x5a\x49\xc1\x57\x0a\x41\xf1\x0d\x18\x0b\xbc\xb0\x88\x19\x78\x43\x7e\x6e\xac\xf4\x52\x17\x43\x70\x26\xf7\x1b\x6e\x91\x65\xd2\x79\x2b\x57\x8d\x3f\x0a\x50\xe7\x95\x74\x70\xb8\xc1\x68\xe0\x1a\x92\xe9\x02\xe6\x8b\x04\x5e\x4e\x17\xf3\xc5\x90\xbd\x9b\x2f\x5f\xbf\x79\xbb\x84\x77\xd3\xdb\xdb\xe9\xf5\x72\x7e\xb9\x80\x37\xb7\x30\x7b\x73\x7d\x31\x5f\xce\xdf\x5c\x2f\xe0\xcd\x2b\x98\x5e\xff\x0c\x3f\xcc\xaf\x2f\x86\x80\xd2\x97\x68\x01\xef\x6b\x4b\xbe\x1b\x0b\x92\x42\x87\x59\xca\x16\x88\x47\xc6\x73\x13\x9d\x71\x35\x0a\x99\x4b\x01\x8a\xeb\xa2\xe1\x05\x42\x61\xd6\x68\xb5\xd4\x05\xd4\x68\x2b\xe9\xe8\xf1\x1c\x70\x9d\x31\x25\x2b\xe9\xb9\x0f\x9f\xbf\xb8\x4e\xca\x9e\x8d\x19\x1b\x8f\x61\x0a\x5e\xea\x2d\xac\xa4\xe6\x76\x1b\xed\xa0\xf3\x01\xcf\x58\x4f\x5f\x6c\xb8\xcd\xa4\x2e\xd2\x40\xab\xdc\x28\x65\x36\xb4\x8c\x7a\x2d\xad\xd1\x15\x6a\x0f\x6b\x6e\x25\x05\xda\x11\xa2\x30\xda\x5b\xa3\x82\xb5\x08\xfb\xff\x0e\x94\x29\xa4\x98\xb0\xf1\x98\x76\xbc\x9c\x5f\x5f\xbc\xbf\x79\x73\xbb\x84\x51\xd8\xb5\x9c\xdd\x44\x6b\xde\x04\x5a\x75\xb7\x55\xd2\x79\xd4\x68\xe9\xcc\xe5\x3f\x6e\x2e\x67\xcb\xcb\x8b\xf7\xb3\xab\xf9\xe5\xf5\xf2\xfd\xc5\x74\x39\x85\x11\x64\xdc\x73\xf0\x25\xf7\xb0\x21\x12\xd6\x28\x02\x8a\x45\x81\x72\x8d\x90\x5b\x53\x05\x28\xa1\x24\x6a\xff\x22\x90\x6f\x85\x90\x24\x29\x81\xce\x5e\xbf\xbd\xfe\x61\x01\x23\x28\xcd\x06\x2a\xae\xb7\x20\xca\x46\xdf\x39\x62\x64\x40\xde\x20\xb8\xd2\x34\x2a\x03\x87\x3a\x30\x67\x0f\xb6\x03\x78\xbf\x98\xff\xf3\xb2\x05\x51\xdc\x16\x08\xc8\x45\x19\xa1\xba\xe3\x2b\xdc\x6f\x9f\x5f\x2f\x2f\x6f\x7f\x9a\x5e\xb5\xb7\xcf\x50\xf1\x2d\x31\x72\x85\x7e\x83\xa8\x83\xa9\x10\xe1\x1d\x4a\x1b\xb7\x2b\x53\x40\x85\xce\xf1\x02\x1d\x70\x8b\x81\xc3\x1e\x35\xf9\xe5\x7c\x66\x1a\x0f\x3c\x3e\x86\x69\x1c\x38\x1f\xf6\xb5\xc9\xb5\x7b\x09\xbc\x47\xd1\x10\x2b\x42\x04\x96\xe8\x3c\x08\x93\x21\x08\xae\xc1\xa2\xb7\x12\xd7\x6d\x62\xd3\x43\x72\xa9\xd1\xc6\xf7\x23\x52\xc1\x9a\x2b\x99\x71\x8f\x31\xe6\x04\x1c\x83\x8e\x19\xa1\xad\xb0\xe4\x6b\x49\x44\x76\xe0\xf9\x5d\x60\x91\xe2\x02\x53\xc6\x6a\x2e\xee\x88\xaf\xf4\xce\x2d\xa9\x88\x68\x68\x19\x93\x55\x78\xfc\x3e\xeb\x25\x79\xe5\x13\xd6\x4b\x34\x86\xff\x8c\xa3\x7f\x9d\xb7\xc2\xe8\x75\xfb\xa7\xd4\x45\xf8\xd6\xcb\x0a\x13\xc6\x7a\x49\x21\x7d\xd9\xac\x52\x61\xaa\xb1\xab\xf3\xd3\xe7\x63\x61\x56\x96\x27\x6c\xc0\x58\xde\x68\x01\x05\xfa\x4b\xbd\x9e\x6b\xdf\xd7\xbc\x42\x88\x10\x03\x90\xda\xc3\x47\xd6\x73\x30\x39\x07\xe3\xd2\xbf\xa1\x47\xbd\x0e\x5b\x06\xac\xb7\xe6\xaa\xc1\x21\xa0\xb5\xb4\xdc\x3a\x90\x4e\xbd\x91\x7d\x37\x60\x3d\x99\x87\xa5\x27\xe7\xa0\xa5\x22\x94\x5e\x5e\xf9\xf4\xc6\x4a\xed\xf3\x7e\x72\x69\xad\xb1\x50\x73\xeb\xe8\xfe\x4f\x1d\x3c\xfd\x30\x81\xa7\xeb\x7f\xe9\x64\x08\x84\x3f\x04\x17\xa0\x07\xac\xd7\x33\x2e\xbd\xbc\x97\xbe\x7f\x3a\x60\xbd\x4f\xac\x67\xd1\x37\x56\x43\x30\xcf\x3e\x85\xfc\xf4\xfc\x0e\x75\xe4\xb1\x46\x3f\xa6\x9a\x38\x76\x68\xd7\x68\xd3\xc2\x74\x09\x65\x9d\x9f\xae\x8d\xcc\xa8\xea\x5e\x44\x3a\xb9\xf0\x38\xbc\x32\x8d\xf6\x81\x03\xb2\xc2\x40\x67\x85\x58\x03\xcf\x3d\x5a\x10\xca\x04\x1f\x7d\x19\xd8\x49\x6c\x42\x70\x32\x43\x3a\xc0\x43\x5a\x0a\xa3\x35\x0a\xa2\x0b\xac\x30\x37\x16\x0f\x0f\x01\x6a\x2f\x2d\x82\x33\xe2\x0e\x7d\xe0\xd3\xcb\x6d\xb4\x10\x2a\xeb\x06\x41\x6a\x61\x91\xbb\x58\xcd\x44\x49\x0e\xba\x3d\x77\x62\x22\x81\x43\xe2\x69\x63\xe1\xd5\xfc\x9a\x40\x88\x68\xb5\x35\x02\x9d\x43\x07\xd2\x93\xc6\x68\xae\x62\x4a\xb6\x6e\xf8\x12\xb7\xdd\xa6\x58\x1a\x9b\x95\xc3\x0f\x0d\xe1\xdd\x2e\x96\x04\x13\x82\xd6\xb9\xcb\x0f\xaf\x12\x84\xe9\x4e\x9b\x8d\x86\x46\x5b\xe4\x59\x80\x8e\x09\x41\xcc\xbf\x5d\x2c\xc9\xa9\xca\x51\x66\x19\x21\x1a\x0b\x95\x71\x5e\x6d\xa9\xec\xbf\x5c\x5c\x80\xdb\x3a\x8f\x95\x4b\xa1\x3f\xd5\x19\xbc\x93\x3a\x33\x1b\xf7\xd7\xc1\x0e\x80\xa2\x4d\xe9\x28\x1d\x38\x53\xe1\x86\x2e\xcc\xed\x4a\x7a\x4b\x55\xb6\xff\x1f\xc5\x3d\x6a\xb1\x05\x6e\x4d\x43\x75\xa5\x44\x4a\x14\x8d\x7e\x90\x32\x61\xb4\xf3\x0f\x3c\xe9\x39\x7c\x77\x72\x02\xcf\x02\x76\xfa\xa3\x54\x4a\x3a\x14\x46\x67\x81\x26\xb3\x2a\xbb\x31\xd6\xbf\x8a\x99\xb5\x0c\x99\x45\xd6\x1b\xd7\x8a\x61\xa1\x4b\xe3\x3c\xcc\x28\x39\x52\xb6\xe6\xf6\xe1\x23\xe7\xf0\x7f\x21\x7f\xd2\x99\xa9\x2a\xae\xb3\x8f\xac\xf7\xd6\xe1\x04\x00\x12\x4a\xd2\x51\x9b\xba\xa3\x98\xbb\xc9\x90\xf5\x16\xa5\xb1\x7e\x02\xc9\xcc\x22\xa7\x6e\x23\xf2\x26\x52\x34\xbe\x34\xd5\x33\xf7\x59\x65\xa5\x93\x57\x46\x17\x13\xf8\xed\x2a\x54\x79\x17\xaa\xfe\x31\xe5\x5c\x50\x59\x28\xe4\x1a\x35\xf0\x2c\x0b\x32\x19\xc8\x61\xac\x1f\x82\xa9\x69\x13\x57\x8a\xca\x36\x8a\xbb\xc8\x83\x40\x92\xb6\xfe\x67\x43\x46\xdb\xa3\x03\x81\x01\xb9\x2c\x1a\x1b\x7a\x02\xdd\x54\x2b\xb4\xbb\x4a\x1f\xdd\x1b\x46\x6a\x7c\xb6\x55\x6a\x8f\x76\xcd\xd5\xae\x42\xc7\xcd\x29\x63\xcb\x48\x3c\x11\x83\x15\x03\xde\x25\xc7\x1f\x48\xe5\x84\xb1\x51\x54\xc2\xe9\xc5\xc5\xed\xe5\x62\x01\xfd\xee\x42\x83\x49\xd0\xda\xee\xc6\x44\xd8\x52\x8a\x12\xa4\x87\x8d\x54\x8a\x2a\xbb\xf5\xad\x3a\x12\xfe\x43\x91\xeb\x67\x98\xf3\x46\xf9\x58\x4c\x26\xa0\x8c\xe0\x8a\x28\x30\xe8\xcc\x92\x00\x47\x43\xa1\xfc\xfe\x2f\x56\x52\x36\x7a\x58\x98\x0f\xaf\x32\xcf\xc1\xa1\x1f\xee\x70\xc3\x5b\xed\x6b\x00\xb5\x6c\x24\x42\xf1\x91\x42\x26\x53\x9d\xc6\x7b\x2e\x7c\x9b\x96\xa3\x56\xa8\x27\xf0\xfa\x11\x9d\xf6\xa6\xad\x5e\x52\xb7\xa0\xae\x36\xa1\xcd\x19\x1d\x68\x74\xbc\x6d\x27\x58\xe0\xe4\xbf\x43\xa5\x0b\x3a\xdb\x49\x69\x54\xed\x16\x37\x25\xe7\xa5\x87\xcc\xa0\x0b\x4d\x6f\xc5\xbd\x88\x2d\x2d\x17\xbe\xe1\x6a\x87\x41\x5f\x75\x10\x74\x72\x7f\x5d\xbc\x0f\x7f\xb5\x9d\x70\xf8\x14\xf4\xf6\xdb\xbd\x6f\x5d\x43\xd0\x3e\xfb\x71\xcd\xa6\xab\x71\xe9\x0f\x1b\x84\x96\x7e\xbf\x0d\x59\x6f\x6a\x0b\x37\x81\x98\xb2\x3f\xf2\x7b\x59\x35\xd5\x35\x7d\xd7\x3f\x19\x0c\x59\xef\xb6\xd1\x13\x80\x8a\x4b\x3d\x24\x39\x09\x7a\x48\x9f\xfa\xa2\xca\xe0\xd9\x51\xa2\x0f\x81\xdb\xc2\xc1\x2f\xbf\x76\x02\xf9\x91\xf5\x56\x52\x67\xd3\x96\x84\x47\x32\x99\x1c\xf2\x36\x89\x8a\x78\xb8\xf9\xfc\x1c\x92\x24\x08\xe3\xd1\xb7\x90\xec\x58\x98\x04\xbd\xa3\x55\xaa\x41\x0f\xa1\x13\x3d\x09\x9a\xb2\x60\x27\xc5\x1a\x7d\x7a\x8b\xce\xa8\x35\x2e\x67\x37\x04\xdc\x4f\xbc\xa8\x49\x59\xd1\xa7\x7f\x37\x52\xbf\x36\xce\x13\x64\xff\xc0\xf2\x10\x3a\x43\x83\xaf\x54\x6f\x1b\x6c\x48\xaa\x4f\xad\x72\x3f\x2c\xd8\x5d\x87\x7a\xe4\x60\x2c\x68\xcb\xd9\x4d\xe7\x1b\x5d\xe1\x2b\x0d\xef\xd2\xed\xf7\x0d\xb3\x1e\x65\xe1\xce\x6a\xe7\x46\x3a\x15\x34\x86\x91\xe9\xaf\xb4\xc7\xc3\x01\x4a\xef\x7d\x5a\xff\x91\xe9\x1d\x8a\xd2\xfd\x24\x5a\xc4\xac\xd3\xf2\x3d\x4c\x32\x60\xac\xd7\x25\xdb\x2c\xac\x5e\x50\xae\x1e\xbf\xf5\x43\xe5\xa3\x65\x94\x42\xdd\xff\xf2\xfc\x00\xfe\x02\x27\x91\x5b\x4d\x4e\x60\x15\xbf\xc3\xfe\x2f\xbf\xae\xb6\x1e\x87\x8f\x9d\xa1\x6b\x90\xce\xef\x22\x46\x6e\xa6\xb7\xc8\xb3\xfe\xaa\xc9\x69\x55\xe6\x10\x1a\x81\x27\xe7\x8f\xda\x25\x9b\xc7\x21\xec\x2a\x49\x98\x38\x78\x06\x4f\x49\x6b\x49\x04\xdb\xd6\x83\xce\x0e\x61\xd5\x78\x28\x8c\xa7\x55\xa9\x9d\x47\x9e\xa5\xe4\xc6\x79\x1b\xe5\x47\xcc\x0d\x61\xe7\x30\xf9\xb7\x7b\x85\x33\xfa\xf4\x29\x7a\xfc\x40\x74\x9f\x9c\xb7\x2d\x6e\xb8\xd8\x63\x3e\xef\x3d\xfe\x70\xe0\xdf\x87\x23\xbf\xbe\x04\x1f\x1e\x42\x7f\xe9\xd9\xf3\x43\xcf\x8e\x89\x77\xe4\x02\x85\x9d\x36\x7c\xce\xb3\x4f\x87\x0c\x25\x6e\xdd\xb6\x2a\xbe\x2f\xd9\x2d\xc9\x42\x07\xd1\x25\x42\x54\x82\xc9\xf9\x41\xa7\x9f\x44\xbd\xa0\x2d\x61\x79\x41\x55\xfa\x81\x1d\x41\x15\x76\xbb\xe6\x9d\xcc\x3f\xb4\xb3\xab\xd1\x81\xd5\x31\x0c\x1d\x9b\xdb\xa9\x24\xbd\xc5\x1a\xb9\xef\x27\xf7\xc9\x10\x76\x66\x07\xac\x97\xb5\xfb\x22\x47\xfb\xfb\xc3\x04\x45\xaa\x2a\x69\xf5\xe4\x05\x48\xf8\x73\x5b\xdb\x5f\x80\xfc\xe6\x9b\x10\xb9\x56\x54\x8e\x89\xfb\x8e\xb4\xae\x9f\x05\x88\x10\xee\x4e\x7a\x9e\x9c\xef\x2d\xff\x3e\x5f\xa3\x5c\x3e\x4e\xd8\x8d\x35\x71\xfd\x21\xca\xee\x6c\x0c\xe1\xd0\xbf\x23\x36\x7c\xfb\x95\x6c\x08\x77\x79\x8c\x0e\x32\x07\xf9\xcd\xe9\x2e\x2c\xf1\x74\x68\x80\x17\x34\x65\xf4\xc3\x9f\x17\x8d\x0d\x3f\x73\xf4\x8f\x5e\x71\xf0\x40\xab\xdc\xc2\x7e\x51\xc4\x16\x65\xe3\x43\x11\xcc\x68\x24\xf8\xac\x84\x8d\xc7\xd4\xbf\x80\x92\xba\xa0\x8e\xb6\xed\xec\xbd\x81\x5c\x35\xae\x84\x55\x93\xe7\x68\x5d\x1a\x1b\xff\x76\xee\x32\x79\x2e\x85\xe4\x0a\x36\x7c\x4b\x35\xd6\x84\x9f\x50\xba\xdf\x0f\x0a\x03\xbc\x96\x90\x19\xe1\x52\x78\xd9\xf8\x60\xc3\x97\x68\x31\x4c\xf5\xf1\x07\x94\x35\x5a\x47\x08\x99\x74\xa2\x69\x7f\xd6\xd9\x94\x18\x7e\x32\x0a\xe3\x79\x68\xec\xa0\xe4\xd4\x12\x6f\x41\x56\x35\x35\x4c\x46\x87\x49\x85\xa6\x09\x1a\xb3\x2b\x17\xb0\xfb\xc2\x54\x35\x41\xd3\xf8\xe8\x26\xe3\x31\x75\x20\x16\xd7\x12\x37\x29\xaf\x6b\x57\x1b\x1f\x06\xe8\xef\xbf\x7b\x7e\x76\x72\xf2\xed\xf3\x41\x1a\x05\x26\x5d\xa0\xbf\x0a\xf7\xee\x8f\x4e\xdb\x58\xbc\x0a\xb7\x0e\xd3\xdb\x7e\xa0\x12\x0a\xb9\x56\xdb\xe1\x41\xd3\xdb\x99\x5a\x29\x53\xa4\x3a\xf8\xad\xf8\xca\xa5\x5a\x8d\xb9\xf5\x52\x28\x74\xe3\xb3\x93\x93\xef\xc7\x27\xa7\xe3\xd3\x3f\x8d\x7d\x89\xa3\x46\x79\x59\x71\x8f\x23\x67\xde\xc7\x70\x8f\x6a\x5e\xe0\xc8\xd8\xd1\xa6\xdc\x8e\xa4\x1b\x55\xdb\x91\x17\xf5\x48\x1b\x3f\xb2\xa8\x42\x23\x3d\x09\x5e\x9d\xa6\x61\xd2\xc3\x96\xd7\x25\x57\x39\x75\x50\x87\x33\x5f\x68\x6e\xbb\x51\xe0\xd5\xfc\x1a\x6a\x4e\x63\x6b\x38\x7e\x96\x86\x29\x63\x37\x90\x1a\x6a\xbc\xda\xee\xab\xfb\x2d\x89\xae\x4c\x03\x2a\xed\x7f\xde\x99\x8b\x71\xa8\x6a\x85\xfe\x30\x20\x6d\xf8\x66\xb4\x27\x26\xeb\x80\x1d\xf2\xf6\x8b\xe9\x6e\x70\x78\xa2\x3f\xf8\x9c\xa0\x17\x46\x63\x32\x60\x9f\xd8\x7f\x03\x00\x00\xff\xff\xaa\xaf\xdd\xd7\xed\x15\x00\x00") - -func testImagesAgnhostPortForwardTesterPortforwardtesterGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostPortForwardTesterPortforwardtesterGo, - "test/images/agnhost/port-forward-tester/portforwardtester.go", - ) -} - -func testImagesAgnhostPortForwardTesterPortforwardtesterGo() (*asset, error) { - bytes, err := testImagesAgnhostPortForwardTesterPortforwardtesterGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/port-forward-tester/portforwardtester.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostPorterLocalhostCrt = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x94\x4b\xaf\xba\x48\x1b\xc4\xf7\x7c\x8a\x77\x6f\xde\x78\x01\x01\x17\xb3\x78\x9a\x6e\x6e\xd2\x4a\x23\x08\xb2\xa3\x3d\x02\xc2\x01\x14\x90\x56\x3e\xfd\xe4\x7f\x26\x99\x4c\xe6\x52\xcb\xa7\x92\x7a\x16\xf5\x4b\xfd\xff\x97\x10\xb1\x9c\xc3\xff\x0c\x12\x84\x8e\xe9\x18\x10\x92\x9f\xab\x44\x1d\x07\x5b\xa1\x61\x40\x61\x15\x20\x1c\x04\x85\x13\xc0\x11\xe0\xb5\xd9\xbe\xf1\xf0\xc9\xca\x43\x8a\x4e\xc9\x10\xc5\xe5\x20\x30\xbb\xb8\xfb\x2e\x75\xca\xe9\x7a\x00\x46\x3c\xc4\x40\x48\xa4\x22\x8c\x82\x62\xc1\x3a\x22\x46\x49\x6d\x16\x1f\xc6\xf4\x84\x30\x9f\xa1\x30\xc5\x4a\xa6\x18\xde\x14\x13\x41\x31\x08\x8a\x51\x66\x81\xfe\xa1\xb8\x58\x51\x4c\x3e\xc7\x90\x6c\xa4\x1f\xc3\xec\xc4\x7f\x07\x19\x06\x9c\x9c\xbf\x7f\x47\x88\x01\x2e\x0a\xe2\x4b\x80\x0d\x03\x58\x67\x14\x05\x41\xe0\xca\xbc\x6b\xf4\xd8\xb6\xcc\xd0\xe2\x64\xb8\x6d\x6a\x95\x97\xc0\xde\x55\xfb\x76\xa7\xef\x95\xbc\xc0\x6d\xd1\xb7\x3d\x0f\xa3\xe4\xa5\xce\x62\x5d\x2f\xb9\xd4\xd6\xeb\x75\x6a\xe7\x4e\xea\x3f\x5a\xab\xfb\x9c\x48\x7c\xf1\x9e\x36\xba\x07\x77\x3a\x59\x22\x28\x2c\x78\xc9\x56\x3f\xe6\x72\x93\xdf\x9c\xb6\x1a\xd6\xd9\x2d\x31\x6f\x8f\x2c\xb9\x6a\xfb\xa0\x51\xb8\x34\x2f\x73\x21\x03\x12\x93\xcb\x76\xbd\x2b\x76\x8b\x84\xeb\x73\xfa\x44\xd1\xa3\xf3\xd2\xb9\xaa\x22\x1c\xd6\x9b\xcd\xe3\x00\xa7\x5d\x42\xab\xe0\x74\x8c\x46\x6f\xf6\xc9\xc5\xde\xe6\x9e\xba\x26\x93\xe4\x6a\x26\xd6\x46\x71\x6f\xb3\x88\xa7\x10\xb1\xa9\x58\xb7\x83\x47\xbc\x51\xd7\xc6\x05\xef\x76\xaa\xf2\x50\x1f\x8b\x59\xd3\x0a\x35\x44\x99\xea\xfb\xb7\xf9\xdc\x7e\xcd\x4d\x20\x9b\xab\xb3\x6f\x9f\xa5\xc0\xf3\x8f\x5f\xbb\xe2\x29\x78\x67\x5e\xcb\xb2\x93\x67\x55\x4f\x0f\x5c\xe9\xdb\x7d\xb1\xce\x3f\xfc\x95\x1d\xfd\xa4\x11\x68\x8f\x83\x3a\x63\x14\xe6\xef\x16\x9f\x6f\x1b\x45\xed\xdf\xea\x51\x15\x85\xc4\xdd\xfd\xf4\xce\x92\xe9\x7e\xab\xae\x7b\xea\xbf\xd2\x15\xc1\xd5\x7b\xee\x62\xbb\x6a\x4b\xb5\xeb\xee\xc7\xc8\x00\x41\x00\xb2\x43\x47\xad\x8b\xc0\xc5\x05\x9f\x83\x95\x0f\xcc\x5e\x22\x60\x58\x82\x62\x5f\x53\x44\x7f\xd5\xf7\xe5\x32\x46\x29\x74\x96\x61\x0c\x16\xb0\xc8\x44\x82\x22\x0a\xfa\x8f\x47\x04\x41\x4b\xc1\x4c\x0a\x14\x41\xae\x0b\xef\x8f\xa0\x40\x42\xc6\x55\xb8\x17\xc7\x4b\x93\xb2\xe4\x09\x1a\xd2\xd3\xb6\xe2\x9b\x8d\x8d\x6c\x1d\x00\x2c\x9b\xc0\xbf\x89\xfc\xc9\x85\xf4\x17\x2c\xf1\x0f\x0b\x56\x22\xda\xe5\x34\x31\x58\xd9\x98\xc7\x7a\xdc\x86\x10\x3f\xa6\x19\xf2\xec\xa8\x56\xaa\x80\x01\x0b\x75\xa0\xe3\x95\xe1\x6e\xfa\xbc\x6a\x89\xc9\xa6\x51\xa7\x2e\x62\x7a\xb6\x6e\x8c\x6f\x64\x25\xd3\x2d\xce\x70\x2f\xf3\x48\x97\x65\xe7\xcc\x1c\x14\x4e\x83\xd7\x78\x0d\xdb\x8d\x9b\x4b\xdf\x8f\x9c\xc4\x9f\xbc\x18\xe6\xa7\xb5\x57\x0c\x4d\xaa\x1d\xfe\x89\x92\x9b\x46\xcc\xbb\x1b\xfb\x1a\xac\xe2\xa7\xb8\xdb\xe3\x91\xf2\x5a\xaf\x74\x45\x5f\x1a\xcd\x7d\xef\x28\x78\xfb\x58\x5c\x8a\xe4\x5c\xbc\x7a\x7f\xed\xb0\xed\xa8\xed\xd8\x32\xc5\x1f\x2c\x11\x77\x5c\xd8\xa3\x3b\xf5\x46\xb7\x4b\xed\xec\xda\x18\xba\xba\xbd\x75\x6e\x6a\xa9\x83\xb5\x89\xbe\x55\xc5\x71\xc6\xe0\x82\x53\xde\x6f\xb7\xd1\xfe\x7c\x77\xf5\x5e\x5f\x33\x55\x6b\x0f\xc6\xb4\xd4\xb1\x94\x2b\xcb\xfd\x26\x5f\x34\x77\xff\x9c\x85\xd4\x83\xef\x6f\x75\x36\x42\x4d\x77\x16\xf2\xfd\xe4\xfb\x47\xf9\x63\x34\xde\x72\x13\x7d\x3d\x94\x6c\xbd\x72\x9f\x7d\x3e\x2d\x4a\x9e\xeb\xa3\x82\xa3\xeb\xf3\x7b\x96\x94\xc4\xec\x23\x7b\x78\x04\x38\xbd\x5a\x89\xe9\x78\x2d\x0c\x87\xe3\x23\xdf\x6b\x51\x13\x45\x2b\x51\x73\xb3\x28\x6b\xe7\x37\xe9\x67\x3e\xc8\x01\xff\x73\x52\x7e\x0f\x00\x00\xff\xff\x75\xaa\xd9\x75\x6f\x04\x00\x00") - -func testImagesAgnhostPorterLocalhostCrtBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostPorterLocalhostCrt, - "test/images/agnhost/porter/localhost.crt", - ) -} - -func testImagesAgnhostPorterLocalhostCrt() (*asset, error) { - bytes, err := testImagesAgnhostPorterLocalhostCrtBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/porter/localhost.crt", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostPorterLocalhostKey = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\xd5\xa7\x12\xa4\x00\x02\x04\x50\xcf\x57\xac\xa7\xae\xc8\x49\x9c\x20\xc3\x90\x33\x8c\x23\x0f\x39\xc7\xaf\xbf\xda\xd5\xd7\xb6\x4d\x8b\xae\x7a\xff\xf9\x1b\x4e\x94\x55\xf3\x8f\xeb\xb1\x7f\x6c\x57\x0d\x59\x5f\xfc\xa3\x89\xc9\xbf\x06\x30\x54\x55\x9c\x6a\x95\x63\x59\x8d\x67\x1d\x91\x1d\x8b\xa3\xc9\xee\x24\x4f\x42\xe3\xbb\x79\x37\x95\xfa\xf3\x21\x72\x82\x6c\x55\xe2\x00\xc6\x7e\x85\x5b\x25\x7f\x94\xfb\x6e\xba\x25\xb5\xda\x42\x04\xf8\xcc\x51\xfa\x71\xd8\x15\xf4\xaf\x03\x87\x3c\x6d\x3f\xaa\xfb\xad\x8f\x29\x97\x3f\xb2\xfa\xd0\x19\x27\xb3\x09\x4f\xe5\xe9\x81\x40\xe5\x97\xc1\x9b\xd2\x7a\xc3\x99\xc8\x43\xb2\x9f\x8b\x77\x9b\x65\x20\xfb\x9d\x36\x03\x09\x39\xab\xf0\x74\x2f\xa0\xdb\x28\x60\x44\x71\xbe\xe6\x30\x49\xde\x50\xef\xa3\x65\x99\x8e\x69\xf9\x59\xda\xc1\x9c\x8e\xe4\x8f\x29\xa9\x84\x07\x9f\x06\xed\xd6\x55\x4f\x9f\x2b\x10\x78\xf4\xb8\x05\xf6\x81\xf1\x5a\x31\xbb\x7b\xc7\xb9\x3c\x28\x44\xe5\xb5\x39\x07\xf6\x1e\x18\x71\xb4\xd8\xda\x8c\xcb\x48\xd9\xe7\x21\xcc\x86\xb4\x4e\x34\x43\x99\x51\x81\x59\x5f\x25\x8f\xdd\x00\xa0\x8b\x50\xdc\x68\x02\x43\xf9\x95\x3b\xea\xf0\x91\xe5\xb6\xb2\xd7\xbb\x43\xce\xe6\xc8\x17\x21\x84\x3e\x07\x31\xe1\x4c\x99\xb1\xe2\x64\xca\xee\xcc\x5e\x82\x15\xe5\x66\x48\x65\xed\x72\x2a\x13\x05\xac\x3c\xb7\x75\x0b\x24\xcd\x25\xf8\x21\xcd\x6b\xba\x40\x62\x74\x1c\xcb\x56\xac\x5f\x52\x5a\xa5\xb2\x34\x8d\x4a\x38\xaa\xc0\x3a\x2c\xc7\x4e\x2a\xc7\xca\xc8\xe5\x0e\x91\xef\x90\xc7\xdc\xb2\x85\x0e\xa0\x43\xfe\xb4\x55\x7f\x86\x24\x86\x10\xe6\x6c\xbd\xa4\xc9\x55\xe1\x5b\x9c\xb9\x74\x69\xd9\x10\xe0\x1d\x63\x10\xe4\x81\xec\xcd\xaf\xa6\xd7\xe6\xc1\x05\xd5\x0b\x1b\xcb\xa7\xb1\xe3\x28\xea\xd2\x01\xf2\x0c\xb4\x9f\xf7\xcc\xa0\xb9\x1f\xf6\x81\x42\x85\x79\x2a\x6c\xf4\xab\xf4\x71\x46\x8e\xc1\x7d\x90\xb1\x61\xad\x77\xb3\x74\xfc\x7e\x43\xee\x96\x5f\x3b\xfc\x0a\x35\xed\x11\xd3\x81\xca\x53\x17\x03\xb1\x21\x3b\xe7\x6f\x2f\x9a\xee\xfe\x71\x0a\xa7\x0e\x92\xf6\x2e\xc3\xba\x69\xaf\xc2\x58\xd8\x94\xf6\x73\xcc\x2b\xbe\xaa\x14\x68\x2a\x18\xdd\xb0\x1a\x59\xd1\x7a\xa0\xe7\xd9\x5c\x4f\x3e\xed\xf4\x02\x4c\x9a\x8d\xe9\xbb\x5b\x78\x06\x77\x14\x19\x8c\x10\x89\xd3\x2f\x42\x7d\x19\x17\xb4\xce\x25\x38\x23\x9d\xbf\x79\x9d\x8e\xb9\x4a\x2e\x88\x4e\x54\x3d\x2c\xd6\x39\xd4\xec\xd5\x5d\x9b\x37\xc3\xbe\x00\xce\xcf\x92\x19\x27\xcc\xd4\x6e\x1c\xab\xaf\x73\xb3\x2c\xf5\xef\x6d\xa7\xbb\xf7\xa5\xa3\x80\x83\x50\xba\x38\xa3\xb7\x90\x73\x74\x84\x9e\xec\x2b\x7d\x7b\xed\x96\x61\xf5\x1c\x5a\xee\x52\x19\x2a\x05\xce\xce\xf0\x7a\x3a\xe0\xeb\x44\x64\xe1\xc8\x94\x7e\x4c\x3b\xbf\xd8\xa8\x8d\x75\xb6\x5a\xca\x8d\x9d\x0f\xa9\x74\x2a\xd5\x4e\xfb\x86\x75\x11\xad\xe7\x43\x8f\x1c\xae\x3a\x5a\x96\x4c\x8e\xe5\xda\x03\x03\xec\x79\x36\xb4\x73\x03\x7e\x1a\x1a\xdc\xbf\x57\x2f\x54\xa9\x6f\xdb\x64\xb0\x9c\xca\xc8\xe1\x9a\xca\x14\x35\xf6\xf7\x45\xfe\xd6\xdd\x3c\x62\xac\x83\x08\x7d\xe3\x6d\x0e\x14\x53\xea\xf9\x14\xf0\x89\xe0\x5b\xc7\x57\x41\x6a\xc1\x09\x67\x39\xc8\x60\x9a\xca\x26\x90\xd3\xac\x4d\x32\x88\xb0\x50\x6a\xe4\x19\x80\x89\xc0\xd5\x2c\x3e\x2f\xf9\x73\x3d\xd3\xae\xe1\xdb\xbf\xc5\x97\x0d\x42\x80\xc5\xa5\xed\x62\x7e\x96\x6d\x6e\xb4\x89\x0c\xce\x52\xe3\x95\x09\x06\x75\x12\x5c\x57\xa7\x11\xb1\x8b\xd5\x14\x8c\x52\x19\x18\x31\x25\x47\xe7\x5e\x8d\xdb\x63\x99\x03\x85\x5f\xb1\x2e\xce\x91\xfc\x80\x10\x14\xaa\x26\xee\xf6\xae\xc2\xaa\xc5\x7b\xf1\x5e\x23\xca\x69\x50\xd7\x0b\x6c\x6f\x3b\xac\x6a\x55\x50\x5a\x3b\xf0\x3e\xd3\x93\xd2\xdb\x6d\x07\x27\x21\x12\xe1\x41\x15\x27\x29\xe6\xcd\x28\x22\x40\xb5\x6d\x86\x2c\xbc\x1b\xde\xe7\x21\x2a\xfb\x58\x36\xd6\x84\xcf\x64\xb5\x86\xac\x6d\x8e\x30\x48\xc3\x5b\x67\x0a\xd3\x7c\x9d\x70\x0f\x23\xf5\x19\x83\x93\xd2\x9d\x1c\xed\x3a\xf3\x34\xd3\x36\x31\x00\x47\x95\xf0\x44\x54\xa2\xfc\xa6\x11\xfe\x6d\xcb\xe1\x9a\x41\x4d\x53\xf9\x49\x09\xec\xf1\x93\x8c\xd4\x85\x5d\x14\x31\xf7\xf1\xf7\x65\xec\x70\xa2\x2d\x51\x3d\x73\x92\x0c\x87\x22\xe7\xbb\xc7\xeb\x80\x13\x12\x74\x69\x64\xe6\xb0\xf3\xa9\xe6\xe3\x3d\x8e\x02\x1d\xa4\x7e\x43\x42\x01\x47\xd5\xab\xe0\xfb\x9d\x49\x0b\xb8\xd8\xcb\x25\xb8\xc8\xcf\xb7\x57\x2f\x8c\xa4\x66\xc9\xce\xd6\x9b\x1a\x9d\xa1\x80\x4f\x7d\x0b\x3b\x5a\x12\x3f\x12\xf5\x72\x47\xe0\x2a\x67\x56\x4a\x47\xe3\x6a\xe5\x3b\xe5\x45\x3b\x36\x87\x88\xef\x08\x42\x45\xae\xb5\x17\xc6\x87\xb1\xd6\x79\x74\x50\x71\xc9\xe8\xd3\xdb\x63\x59\x05\x64\xc8\xf3\xc2\xf1\xaa\x9f\xe9\x42\xf6\x58\x0c\x11\xa7\x1f\x5f\x61\x10\xbe\xc5\x57\x2a\x27\x06\x42\xc8\xf0\x72\xee\xa0\x3c\xad\x11\xb4\x03\x97\x64\x46\xef\x43\x0c\x10\xb5\x4c\x89\x6a\x80\x83\x01\x6c\x25\x1e\x50\xf3\x43\x86\xe8\x2e\x53\x28\x94\x0c\x51\x68\xfc\x08\x28\xd5\xf4\x46\x89\xa5\x05\x94\x25\x54\xae\x71\xfa\x0b\xad\x70\xb0\xdb\x03\xb7\x78\x55\x33\x3a\x31\x9d\x79\xa0\xde\x25\x9c\x08\x10\xea\xfa\x63\x27\x99\xb5\xaa\x71\x64\x2d\xb6\xf5\x16\xcd\xff\x4a\x84\x4e\xf1\x9f\x8f\xc2\x25\xc9\x74\xed\x79\x51\x6b\x05\x57\x89\x7a\x64\x83\x65\xe4\xd6\xb1\x1d\x79\xd4\x16\x1d\xac\x48\x52\x30\xe0\xf9\x42\xb5\xc2\xda\x3d\x76\xab\x61\xc9\x27\xec\xd9\xb3\x49\x2d\xe1\x8f\x79\xed\x55\xda\xab\xf8\xd5\xbb\x96\xa4\x6a\xea\x29\xee\x40\x35\x09\x22\xaf\x85\xc9\x96\xf4\x99\x0f\xdd\x98\xa6\x94\x00\x18\xb3\xf0\xca\xb3\x3b\x6c\x4b\x6e\x71\x10\xfe\x31\x31\x94\x49\x0b\x53\x45\xf4\x6d\xb4\x97\x87\x60\xf4\x97\xbb\x05\x03\xfa\x44\x29\x4e\xb1\x64\x42\x85\xf9\x7f\x81\x7f\xa4\x88\xa6\xf0\xff\xa9\xf9\x5f\x00\x00\x00\xff\xff\x45\x85\x28\xa6\x8b\x06\x00\x00") - -func testImagesAgnhostPorterLocalhostKeyBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostPorterLocalhostKey, - "test/images/agnhost/porter/localhost.key", - ) -} - -func testImagesAgnhostPorterLocalhostKey() (*asset, error) { - bytes, err := testImagesAgnhostPorterLocalhostKeyBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/porter/localhost.key", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostPorterPorterGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x56\x51\x8f\xdb\xb8\x11\x7e\x16\x7f\xc5\x80\x40\xae\x72\xaa\x93\xbc\xdb\x16\xed\xf9\xe0\x07\x77\xcf\xdb\xb8\xf1\x79\x17\x96\x93\x5c\x10\x04\x39\x5a\x1a\x49\xc4\x4a\xa4\x42\x52\xf6\x1a\xc1\xfe\xf7\x62\x28\xd9\xeb\xbd\xdd\x1e\x0e\x7d\xeb\x4b\xb2\x14\x3f\xce\x0c\xbf\xf9\xe6\xa3\x93\xd7\xec\x4a\xb7\x07\x23\xcb\xca\xc1\xe5\xf8\xe2\x6f\xb0\xa9\x10\xde\x76\x5b\x34\x0a\x1d\x5a\x98\x75\xae\xd2\xc6\xc6\x8c\x2d\x65\x86\xca\x62\x0e\x9d\xca\xd1\x80\xab\x10\x66\xad\xc8\x2a\x84\x61\x27\x82\xf7\x68\xac\xd4\x0a\x2e\xe3\x31\x84\x04\xe0\xc3\x16\x1f\xfd\xc8\x0e\xba\x83\x46\x1c\x40\x69\x07\x9d\x45\x70\x95\xb4\x50\xc8\x1a\x01\xef\x33\x6c\x1d\x48\x05\x99\x6e\xda\x5a\x0a\x95\x21\xec\xa5\xab\x7c\x92\x21\x44\xcc\x3e\x0e\x01\xf4\xd6\x09\xa9\x40\x40\xa6\xdb\x03\xe8\xe2\x1c\x05\xc2\x31\x06\x00\x50\x39\xd7\x4e\x92\x64\xbf\xdf\xc7\xc2\x57\x19\x6b\x53\x26\x75\x8f\xb2\xc9\x72\x71\x35\x5f\xa5\xf3\xef\x2f\xe3\x31\x63\xef\x54\x8d\xd6\x82\xc1\xaf\x9d\x34\x98\xc3\xf6\x00\xa2\x6d\x6b\x99\x89\x6d\x8d\x50\x8b\x3d\x68\x03\xa2\x34\x88\x39\x38\x4d\x75\xee\x8d\x74\x52\x95\x11\x58\x5d\xb8\xbd\x30\xc8\x72\x69\x9d\x91\xdb\xce\x3d\x21\xe8\x58\x95\xb4\x70\x0e\xd0\x0a\x84\x02\x3e\x4b\x61\x91\x72\xf8\xe7\x2c\x5d\xa4\x11\xfb\xb0\xd8\xbc\xb9\x79\xb7\x81\x0f\xb3\xf5\x7a\xb6\xda\x2c\xe6\x29\xdc\xac\xe1\xea\x66\xf5\xd3\x62\xb3\xb8\x59\xa5\x70\x73\x0d\xb3\xd5\x47\x78\xbb\x58\xfd\x14\x01\x4a\x57\xa1\x01\xbc\x6f\x0d\xd5\xae\x0d\x48\xa2\x0e\xf3\x98\xa5\x88\x4f\x92\x17\xba\x2f\xc6\xb6\x98\xc9\x42\x66\x50\x0b\x55\x76\xa2\x44\x28\xf5\x0e\x8d\x92\xaa\x84\x16\x4d\x23\x2d\x35\xcf\x82\x50\x39\xab\x65\x23\x9d\x70\x7e\xfd\xec\x3a\x31\x7b\x9d\x30\x96\x24\x30\x03\x27\xd5\x01\xb6\x52\x09\x73\xe8\xf3\xa0\x75\x3e\x9e\x36\xce\xc6\x2c\x49\x08\xb6\x46\x91\x5b\x40\xb5\x83\x9d\x30\xf6\x47\x0f\xc4\x1d\x9a\x03\xad\x8f\x0d\x2c\xb4\x69\x20\x9d\xaf\xdf\xcf\xbf\xdc\xde\xac\x37\x5f\x7e\x89\x60\x5f\xa1\x41\xf8\x85\xd8\x13\xb0\x13\xb5\xcc\x29\x1a\x85\x06\xd5\x35\x5b\x34\x91\x5f\xa0\x01\xeb\x84\x71\x54\x39\xbc\xd9\x6c\x6e\xc1\xa2\xd9\xa1\x81\x7d\x25\xb3\xaa\x5f\x58\x9f\x63\x28\xe1\x4f\x96\xa2\x75\x48\xd1\xa4\x02\x83\xb6\xd5\x44\x94\xd3\x20\xd4\x01\xbe\x76\x68\x0e\x31\x63\xad\xc8\xee\x88\xa5\x3e\x07\x63\xb2\xf1\xa9\x43\x16\xf0\xa2\x71\x9c\x05\xbc\xd6\x25\xfd\xa7\xd0\x25\xa4\x37\xfa\x5b\x5b\xfa\x97\x5a\xad\x4a\xcb\x19\x0b\x78\x29\x5d\xd5\x6d\xe3\x4c\x37\x89\x6d\x8b\x8b\xbf\x24\x99\xde\x1a\xc1\xd9\x88\xb1\x4c\x2b\xeb\xa0\x35\x58\xc8\x7b\x98\x02\x3f\xbb\x3e\x1f\x36\x5d\x6d\x6f\x7f\xb3\xbf\x59\xa6\x47\x0c\xdd\xe0\xaa\xc9\x6f\x7b\x16\xa4\xa5\xc1\xea\xf5\x5b\xaa\x4a\x5b\x07\x57\x94\x2b\x66\xc4\xf3\x23\x6e\x0a\xdf\xf9\x1a\xe2\x2b\xdd\x34\x42\xe5\xdf\x58\xf0\xce\xe2\x04\x00\x78\x7f\x57\x1e\xb1\x20\xad\xb4\x71\x13\xe0\x69\x4f\x1f\x0d\x07\x5a\x12\x6f\x2e\x9c\x20\x05\xfb\x16\x1f\x45\x85\x39\x31\x39\x5f\xbd\x27\x7e\x25\xcd\x8d\xa5\x20\x4b\xad\xca\x09\xfc\xfa\x3f\xc7\x88\xe1\x9a\xb4\x72\x2f\x9a\xb6\xc6\x08\x64\x2f\x95\xa1\x95\xd2\x68\xd5\xa0\x72\x27\xf8\x13\x02\x7f\x18\x8f\x2f\x38\x51\x62\xd1\x45\x74\x44\xf5\x43\xd0\x6d\xb3\xfe\xd6\xb0\x97\x75\xdd\x2b\xc7\x6b\x84\x64\xab\x7b\x90\xef\x33\x05\x88\x19\x9b\xe5\xb9\xa4\x39\x10\x75\x7d\x38\x55\xf0\x7b\xd9\x4f\xed\xf9\x61\x3c\xbe\xfc\xc3\x15\x08\xd8\x2c\xd3\xa3\x70\x7d\x19\xc2\xf9\x3a\x62\xc6\xc8\x92\xa5\xca\xea\x2e\xc7\x1c\x78\xad\x33\x51\x53\x73\xe3\xcc\x38\xde\x0f\xc7\xed\xfc\xe7\xef\x51\x65\x9a\x00\x14\x27\x43\xe3\x7a\x07\x4d\x67\x2b\x58\xdc\x5a\xe0\x17\x97\x7f\x8f\xc7\xf1\x38\xbe\xe0\x34\xe0\xc0\x3f\x4d\x26\x17\x9f\x79\x44\x0e\x22\x49\xac\xc4\xfd\xbf\x85\xea\x68\x92\x2f\xc7\xff\xf8\x6b\x04\x25\x2a\x34\x82\xda\x55\x18\xdd\x00\xb7\x26\x4b\x32\x73\x68\x9d\x4e\x5c\x6d\x39\x15\xa6\xbd\x93\x0b\xc8\x65\x51\xa0\x21\x36\x28\x73\x72\x87\x87\x08\x1a\xdd\x29\x47\x37\x6e\x40\x2a\xa7\x07\x62\x73\x9f\xdd\xa2\xdf\x01\x7e\x35\x5f\x6f\xbe\x5c\x2f\x96\xf3\xa1\xaa\xb7\xf3\x8f\xc3\xf2\x25\x8a\x2d\x0c\x71\x72\xb4\xde\xa9\x5b\xe1\x2a\x1b\xff\x1a\xb1\x60\x66\x4a\x3b\x81\x5e\xd6\x3f\x8b\x7b\xd9\x74\xcd\x8a\xbe\x85\xe3\x51\xc4\x82\x75\xa7\x26\x00\x8d\x90\x2a\x62\x0f\x8c\x15\x9d\xca\xfc\x2a\xcc\x9a\x1c\x5e\x3f\x19\x86\x08\x84\x29\x2d\x7c\xfa\xdc\xcf\xf0\x08\xbe\xb1\x80\x0c\xeb\x4b\x04\xbb\x3b\x98\x4c\xc1\x08\x55\x22\x68\x1b\xcf\xfb\x0a\x43\x0f\x09\x92\x04\x6e\x3b\xd7\xfb\x9a\xab\x88\xd0\x2d\x16\xda\xf4\x6a\x2d\xa4\xb1\x0e\xa6\x60\x65\xa9\x88\xe8\x96\xec\xea\xd3\xf8\x73\xe4\xcd\xd6\x1f\x3e\x3b\x88\x35\x3d\x19\x47\xd4\xc5\x67\x08\x71\x87\x6a\xd0\x9e\x41\x10\x06\xa1\xe9\x6a\x27\xdb\x1a\x61\xda\x1f\xcf\x2a\x61\x44\xe6\xd0\xd8\x51\xcc\x82\xc0\x1f\xa5\x6a\x07\x27\x8a\xd3\xb6\x96\x6e\x15\xee\xee\x22\xe0\x53\x1e\xc1\xe5\x88\x05\xc1\x1d\x1e\x08\x73\xac\x86\x05\x81\xf7\xc5\xc7\x6f\x17\xf4\x4d\x16\xa7\x28\x6f\xc4\xe0\x46\xa1\x6f\x71\xef\x5c\xfd\xfd\x03\x3f\x34\x67\x19\x37\x46\x36\x2f\x80\x09\x5a\xea\x5e\xe9\xe4\x47\x21\x9d\x8b\x7a\x43\xa6\xcd\x87\xdf\xcd\x78\xb2\xc3\x3f\x98\xf4\x11\x7f\x9e\x77\xb3\x4c\xff\x4b\xea\x07\xc6\x02\x8b\x35\x66\x0e\xbe\x3d\x9c\xa4\xf2\x62\xb1\x70\x26\x10\x4f\xf5\x77\xf4\x06\xc4\xde\xeb\x0c\x15\x37\xcb\x73\x33\x01\x3e\xf6\x63\x37\x9e\x70\xf8\xb3\x1f\xe8\x88\x05\xc1\x1b\xa1\xf2\x1a\xcd\xc4\xff\x4c\x89\x87\xd5\x75\xa7\xb2\x90\xf2\x85\xfb\xfe\xfb\x7a\x78\x98\x3e\x18\xe9\xe8\xb1\x33\xf0\x7a\xf8\xee\x7d\x74\xa0\xa0\x68\x5c\x7c\xdd\x1a\xa9\x5c\xb8\x3f\xbf\x0c\xe9\xfe\x81\x05\xb5\x2e\xe3\x5b\xda\x2d\x42\xfe\x68\x2f\x9e\xb7\x57\x5f\xa1\x10\xb2\xc6\x7c\x02\xaf\x76\xbc\x7f\x4c\x23\xb0\xf1\x52\x5a\x87\x6a\xa6\x72\x7f\x97\x70\x34\x7a\x4a\xc4\x0b\xec\xfd\x9f\x70\x41\xe6\x74\x4d\xbf\x38\x27\x53\x1a\xe0\x7f\xa1\x43\xb5\x0b\xcf\x4c\x68\xc4\x48\x7b\x35\xaa\xf0\x08\x1d\xc1\x74\x0a\x63\x1f\xfd\x74\x7a\xfa\x5b\x13\xf6\xc1\xef\xf0\xf0\x42\xec\x93\xa1\x3d\x86\x1e\x80\x67\x91\x8f\x47\x9f\x04\xbe\xc3\x03\x7f\xd6\x41\x57\x5b\x78\xde\x45\xef\xf4\xc7\xf2\xa6\xaf\xbe\x46\x30\x44\x9c\xbe\xdc\xe2\x23\xf4\x84\x7b\xde\xf5\xcd\x32\x0d\x9f\xc1\xbc\x12\xfe\x13\x00\x00\xff\xff\x19\x3a\x34\x39\x33\x0c\x00\x00") - -func testImagesAgnhostPorterPorterGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostPorterPorterGo, - "test/images/agnhost/porter/porter.go", - ) -} - -func testImagesAgnhostPorterPorterGo() (*asset, error) { - bytes, err := testImagesAgnhostPorterPorterGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/porter/porter.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostServeHostnameServe_hostnameGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x57\x51\x73\xdb\xb8\x11\x7e\x26\x7e\xc5\x96\x33\x49\x49\x0f\x03\x3a\xb9\x4e\x3a\x55\x9b\x07\x9d\x6c\xd7\x9a\xcb\xd9\x1e\x49\xbe\xcc\x4d\x9a\xe9\x41\xe4\x8a\x44\x43\x02\x2c\x00\x5a\xd1\xdc\xf9\xbf\x77\x16\x20\x15\x29\x76\xae\xce\xcc\xbd\x88\x04\xb1\xd8\xfd\xf6\xdb\x0f\x0b\x28\x3f\x61\x33\xdd\xed\x8c\xac\x6a\x07\xaf\x4e\x5f\xfe\x05\x56\x35\xc2\x0f\xfd\x1a\x8d\x42\x87\x16\xa6\xbd\xab\xb5\xb1\x9c\xb1\xb7\xb2\x40\x65\xb1\x84\x5e\x95\x68\xc0\xd5\x08\xd3\x4e\x14\x35\xc2\x30\x93\xc1\x4f\x68\xac\xd4\x0a\x5e\xf1\x53\x48\xc8\x20\x1e\xa6\xe2\xf4\xef\x6c\xa7\x7b\x68\xc5\x0e\x94\x76\xd0\x5b\x04\x57\x4b\x0b\x1b\xd9\x20\xe0\xa7\x02\x3b\x07\x52\x41\xa1\xdb\xae\x91\x42\x15\x08\x5b\xe9\x6a\x1f\x64\x70\xc1\xd9\xcf\x83\x03\xbd\x76\x42\x2a\x10\x50\xe8\x6e\x07\x7a\x73\x68\x05\xc2\x31\x06\x00\x50\x3b\xd7\x4d\xf2\x7c\xbb\xdd\x72\xe1\x51\x72\x6d\xaa\xbc\x09\x56\x36\x7f\x3b\x9f\x9d\x5f\x2d\xcf\x5f\xbc\xe2\xa7\x8c\xdd\xaa\x06\xad\x05\x83\xff\xed\xa5\xc1\x12\xd6\x3b\x10\x5d\xd7\xc8\x42\xac\x1b\x84\x46\x6c\x41\x1b\x10\x95\x41\x2c\xc1\x69\xc2\xb9\x35\xd2\x49\x55\x65\x60\xf5\xc6\x6d\x85\x41\x56\x4a\xeb\x8c\x5c\xf7\xee\x88\xa0\x11\x95\xb4\x70\x68\xa0\x15\x08\x05\xf1\x74\x09\xf3\x65\x0c\xdf\x4f\x97\xf3\x65\xc6\xde\xcd\x57\x97\xd7\xb7\x2b\x78\x37\x5d\x2c\xa6\x57\xab\xf9\xf9\x12\xae\x17\x30\xbb\xbe\x3a\x9b\xaf\xe6\xd7\x57\x4b\xb8\xbe\x80\xe9\xd5\xcf\xf0\xc3\xfc\xea\x2c\x03\x94\xae\x46\x03\xf8\xa9\x33\x84\x5d\x1b\x90\x44\x1d\x96\x9c\x2d\x11\x8f\x82\x6f\x74\x00\x63\x3b\x2c\xe4\x46\x16\xd0\x08\x55\xf5\xa2\x42\xa8\xf4\x1d\x1a\x25\x55\x05\x1d\x9a\x56\x5a\x2a\x9e\x05\xa1\x4a\xd6\xc8\x56\x3a\xe1\xfc\xf8\x41\x3a\x9c\x9d\xe4\x8c\xe5\x39\x4c\xc1\xb6\xa2\x69\xa0\x77\xb2\x91\x6e\x47\xe4\xfc\xa7\xb7\x0e\x2c\x9a\xbb\x80\xa1\xd6\xd6\x29\xd1\x22\xa5\xbc\x9a\xdd\x90\xef\x5c\x1b\xb8\x3d\xbb\xe1\x8c\x75\xa2\xf8\x48\x30\xbc\xf9\x68\xc9\x98\x6c\x3b\x6d\x1c\x24\x2c\x8a\x37\xad\x8b\x59\x14\x37\xba\xa2\x87\x42\x37\x3c\x72\x2a\x2f\xbd\x6b\x1b\x7e\x73\x2b\x2b\x25\x1a\x1a\xd8\x9d\x2d\x44\xe3\x5f\x9d\x6c\x31\x66\x2c\x8a\x2b\xe9\xea\x7e\xcd\x0b\xdd\xe6\xb6\xdb\xbc\xfc\x2e\x2f\xf4\xda\x88\x98\xa5\x3e\x8d\x59\x5b\x2e\x09\xc2\xe5\x08\x56\x5a\x52\x68\x10\x42\xa5\x08\x19\xcc\x68\x01\x67\x77\xc2\x3c\x34\x7f\x03\xcf\xbd\x3f\x3e\xd3\x6d\x2b\x54\xf9\x2b\x8b\x6e\x2d\x4e\x00\x20\xf6\xa9\xbd\x18\x73\x8b\x33\x16\x2d\x6b\x6d\xdc\x04\x62\xef\xc2\x1e\x91\x44\xd3\x6f\xb5\xaa\x26\x00\xbf\x3c\x32\x0d\xae\x36\xba\xaf\x6a\xb8\x5c\xad\x6e\x20\xf7\x7c\xe6\x44\x25\x91\x4b\x86\x95\xbc\x43\x05\x44\x1e\xff\x25\x63\xd1\xd4\x54\x76\x02\x10\xa0\xfd\x28\x3e\xc9\xb6\x6f\xaf\xe8\x63\x72\x9a\x66\x2c\x5a\xf4\x8a\x20\xb6\x42\xaa\x8c\xdd\x33\x9f\x5a\xc2\xa2\x52\x93\x5f\x80\xb5\xd6\x0d\x8d\xc8\xff\xe7\x91\x0f\xbd\x1f\xcd\x1a\x6d\x71\x18\xf9\x9a\x01\x80\x54\x8e\x68\xdd\xf4\xaa\x00\xa9\xa4\x4b\x52\xf8\x95\x45\x5f\x72\xc6\x2f\x1a\x51\xd9\x24\xe5\xdf\x6b\xdd\xfc\x24\x4c\xf2\xdc\xc7\xcd\x20\x76\x45\x17\x67\xb0\x11\x0d\x35\x94\xc0\x12\x18\xda\x82\x77\x68\x28\x65\x1e\xa7\x4f\x73\x77\x7b\x46\xee\xfa\xf2\x77\xdc\x91\x0c\x9f\xea\x8e\x32\xcf\x20\xf6\xc2\xcb\xc0\x99\xfe\xb3\x3f\x9a\x7a\xb2\x1f\xcf\x59\x06\x71\x41\xcf\x03\x68\x81\xcb\x42\x2b\x85\x05\xed\x3b\xda\x92\x80\xa2\x18\xca\x4d\xcd\x09\xad\xfb\xfd\x30\x73\xe5\x7c\x14\xaa\x45\x06\x31\x3d\xe2\x0c\xfe\xf6\xdd\x5f\x5f\x67\x10\xdf\x50\x81\x54\xdf\xae\xd1\x90\x97\xfb\xa1\x46\x54\xff\xa4\x68\x4b\x38\x39\xd2\x70\x06\xc2\x54\x16\xde\x7f\xa0\xae\xa5\x2a\x5f\x44\xb9\x81\x41\x01\xcf\x9f\x43\x12\x84\xf2\xdb\x6f\xe0\xa9\xf6\x06\x51\xa3\x2b\x7e\x21\x9c\x68\x36\x49\x3c\x13\xea\xcf\x43\x2b\xf0\x85\xcb\x49\x49\xad\x2e\x91\x9a\x40\x48\x2a\x8c\x5c\xe8\x4e\x5e\xe1\xb4\x61\x53\x16\xdd\x33\x16\x8d\xb2\xcf\x00\x8d\x81\xc9\x1b\xd0\x96\x8f\x19\x27\xa9\x47\x43\x13\x7f\x7a\x03\x4a\x36\x0f\xa2\x9f\x1b\xa3\x0d\x6c\x8c\x6e\x8f\xd7\x4d\xe0\x99\x8d\xbd\xcb\x21\x8c\x4f\x8a\x32\xf1\x1e\xa4\x75\xa8\xd0\xec\x63\x2a\x74\xfc\xad\xff\x98\x8c\xca\x6c\x1d\x5f\x76\x46\x2a\xb7\x49\xe2\xc9\xb3\x32\xce\xfc\x8e\x4b\x53\x16\x3d\x02\xe9\x6b\x98\x0e\xfc\x1e\x43\x8a\xee\x59\x14\x55\x1a\xa8\x36\x61\xeb\x44\x11\x35\x70\xff\x12\x91\x3c\xf6\xd8\x46\xb0\x7c\x5a\xd0\xf9\x49\x9c\x44\x8f\x62\xf8\x2a\x8a\x71\xe1\x31\x82\x80\x21\x2c\xba\x19\x12\x25\x82\x06\x09\x86\xa5\x7e\x01\xc1\xe1\x0b\x6c\xb5\xc3\x69\x59\x9a\x24\xe5\x4b\xaf\x96\x24\x4d\xf7\x70\xf9\x3b\x23\x1d\x26\xef\x3f\xac\x77\x0e\x93\xb1\xa8\x87\x06\x5e\xf9\x01\x3d\x05\xbe\x4f\x7c\x65\x42\x61\x48\x33\x94\x83\x28\xcb\xe3\xa2\x2c\xd0\xea\xe6\x0e\x6f\xcf\x6e\x7c\xe4\x71\x9f\xff\x61\xc5\xf9\xc2\xff\x23\x45\xb2\xba\xf8\xf8\x88\x4e\x6e\xcf\x6e\x46\x34\x04\xfa\xdb\x22\x7f\x76\xf1\xff\x55\x41\xfd\x7a\xdd\x6f\x36\x68\xe0\xfd\xcb\xd7\x9e\xde\x63\xb1\xfc\x3b\x83\xa2\x91\xd3\x43\xe6\x08\x33\x5f\xa0\x28\x2f\x8c\x6e\x93\xb0\xfa\xfd\xe9\xe4\xc3\xb7\x4b\x67\xef\xe4\x09\xe2\xa1\x22\x3e\x22\x9e\x80\xed\x0b\xc9\x78\x84\x5e\x32\x2b\xfd\x40\x34\xfb\x45\x8f\x8b\xc5\xf7\x14\x82\x4d\x4d\x9a\x5f\x0a\x55\x36\x78\x41\x8c\xc5\x39\x69\x83\xde\xb6\xfe\x62\x48\xd5\xed\xb4\xb2\xe8\x03\x99\x0c\x0c\x9c\x0c\xdf\x3d\xca\xf4\x73\x91\xc6\x1c\x0e\x9b\xf0\x41\x12\xe6\x40\xfe\x29\x63\x81\xc4\xf1\x60\x0c\x0c\xd2\x3d\xa9\x2c\xc3\x75\xb7\x46\xe1\xef\x52\x9a\x2e\x65\x05\xd2\x8b\x3f\x07\x7c\x07\x3c\xe8\xfd\x62\xe3\xd0\xf8\xde\x49\x97\x33\x9a\x1c\xfb\xbf\x77\xb9\xe5\x97\xde\x51\x92\xf2\x69\x59\x26\xf1\x6c\xbf\x32\xde\x9f\x2c\x03\x45\x5e\x12\xad\xe3\x17\xc3\xae\xd8\x66\x10\x7b\xe4\x7b\x52\x89\xc5\xf4\xa1\xbc\xf2\x1c\x16\xbd\x82\x70\xd1\x6e\xb4\xed\x0d\x82\xd5\x81\xbe\x20\xd3\xa9\x0a\xc7\x10\x94\x1a\x2d\xf5\xfa\x75\xa3\x8b\x8f\x47\xea\x4e\x1e\x31\x4f\xbe\xb6\x49\x33\x92\x9d\x97\xc1\x58\xd5\xc3\x02\x2c\x07\x32\x74\xb8\xe1\xc0\xb3\x92\xff\x4b\x8d\x4b\x59\x14\xee\x7f\x96\x44\xde\x8a\x8f\x98\x14\xb5\x50\xd4\xf9\x97\xfe\xfb\xde\x80\x5f\x69\x27\x37\xbb\x64\x30\xcf\x60\xb8\x2d\xf2\xe5\xfc\x9f\xab\xf3\xc5\x8f\xc1\x90\xbc\xfc\xe3\xc5\x60\xf3\x05\x8c\xba\x77\x74\xf5\x87\x52\x6f\xc7\x3a\x19\x2c\x50\x7a\x70\x61\x09\xed\x88\x00\xce\xca\x2a\x3d\x5e\x3f\xdd\x0a\xff\xd7\x01\x3a\x5d\x42\x89\x0d\x52\xd5\xc8\x38\x65\x11\x9d\x7e\x7c\xd9\x20\x76\xc9\xeb\x53\x38\x81\x30\xc6\x42\xab\x92\xce\xeb\xff\x05\x00\x00\xff\xff\x1b\x32\xb4\xce\xac\x0d\x00\x00") - -func testImagesAgnhostServeHostnameServe_hostnameGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostServeHostnameServe_hostnameGo, - "test/images/agnhost/serve-hostname/serve_hostname.go", - ) -} - -func testImagesAgnhostServeHostnameServe_hostnameGo() (*asset, error) { - bytes, err := testImagesAgnhostServeHostnameServe_hostnameGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/serve-hostname/serve_hostname.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostWebhookAddlabelGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x53\x41\x6f\xdb\x38\x13\x3d\x8b\xbf\x62\xaa\x43\x61\x07\xae\x94\xe4\x54\xf8\x83\x0f\xfe\xd2\x14\xeb\x6d\xd6\x5e\xd8\x4e\x8a\x22\x08\x90\x91\x38\x96\x98\xd0\x24\x4b\x52\x56\x85\xc0\xff\x7d\x41\xc6\xde\xb5\x37\x29\x36\x87\xea\x26\xf2\xcd\xbc\x37\x6f\x1e\xf3\x13\x76\xa1\x4d\x67\x45\x55\x7b\x38\x3f\x3d\xfb\x08\xcb\x9a\xe0\x4b\x53\x90\x55\xe4\xc9\xc1\xb8\xf1\xb5\xb6\x2e\x63\xec\x4a\x94\xa4\x1c\x71\x68\x14\x27\x0b\xbe\x26\x18\x1b\x2c\x6b\x82\xdd\xcd\x00\x6e\xc8\x3a\xa1\x15\x9c\x67\xa7\xd0\x0b\x80\x74\x77\x95\xf6\xff\xc7\x3a\xdd\xc0\x1a\x3b\x50\xda\x43\xe3\x08\x7c\x2d\x1c\xac\x84\x24\xa0\x1f\x25\x19\x0f\x42\x41\xa9\xd7\x46\x0a\x54\x25\x41\x2b\x7c\x1d\x49\x76\x2d\x32\xf6\x6d\xd7\x40\x17\x1e\x85\x02\x84\x52\x9b\x0e\xf4\xea\x10\x05\xe8\x19\x03\x00\xa8\xbd\x37\xc3\x3c\x6f\xdb\x36\xc3\xa8\x32\xd3\xb6\xca\xe5\x33\xca\xe5\x57\x93\x8b\xcb\xe9\xe2\xf2\xc3\x79\x76\xca\xd8\xb5\x92\xe4\x1c\x58\xfa\xde\x08\x4b\x1c\x8a\x0e\xd0\x18\x29\x4a\x2c\x24\x81\xc4\x16\xb4\x05\xac\x2c\x11\x07\xaf\x83\xce\xd6\x0a\x2f\x54\x35\x00\xa7\x57\xbe\x45\x4b\x8c\x0b\xe7\xad\x28\x1a\x7f\x64\xd0\x5e\x95\x70\x70\x08\xd0\x0a\x50\x41\x3a\x5e\xc0\x64\x91\xc2\xff\xc7\x8b\xc9\x62\xc0\xbe\x4e\x96\xbf\xcd\xae\x97\xf0\x75\x3c\x9f\x8f\xa7\xcb\xc9\xe5\x02\x66\x73\xb8\x98\x4d\x3f\x4d\x96\x93\xd9\x74\x01\xb3\xcf\x30\x9e\x7e\x83\x2f\x93\xe9\xa7\x01\x90\xf0\x35\x59\xa0\x1f\xc6\x06\xed\xda\x82\x08\xd6\x11\xcf\xd8\x82\xe8\x88\x7c\xa5\x9f\xc5\x38\x43\xa5\x58\x89\x12\x24\xaa\xaa\xc1\x8a\xa0\xd2\x1b\xb2\x4a\xa8\x0a\x0c\xd9\xb5\x70\x61\x79\x0e\x50\x71\x26\xc5\x5a\x78\xf4\xf1\xff\xc5\x38\x19\x3b\xc9\x19\x33\x58\x3e\x86\x26\x2d\x15\xb5\xd6\x8f\x8c\x89\xb5\xd1\xd6\x43\x8f\x25\x29\xa9\x52\x73\xa1\xaa\xfc\xc1\x69\x95\x32\x96\xa4\x8f\x1f\x5d\x26\x74\x8e\x46\xe4\xc8\x77\x54\xf9\xe6\x2c\x65\xc9\x9a\x3c\x6e\xce\xe0\x00\xb1\xc6\xb2\x16\x8a\x6c\x97\x9b\xc7\x2a\x1c\xb8\x3c\x80\x9e\xe1\x7b\xdc\xa3\xd4\x55\xca\xfa\x8c\x95\x5a\xb9\xc8\x8a\x9c\x7f\x16\xd6\xf9\x2b\x2c\x48\xfe\x89\xbe\xac\x21\x58\xae\x2a\x18\xc1\xfd\x6d\x4c\x45\xfc\x9e\x20\xd5\x26\x1d\x42\x8a\x9c\xa7\x03\x48\x0d\xfa\x3a\xfc\x46\x12\x8e\x1e\x73\x19\x3a\xb8\x70\xb7\x41\xd9\x50\x3a\x84\xa7\x00\x26\xfe\x21\xde\x04\x70\x47\x2e\xdd\x6e\x9f\x9b\xde\xdd\x47\xf2\x31\xe7\x22\x38\x86\xf2\x57\x29\xc8\x0f\x49\x0f\xd4\x44\x76\x38\x60\x6f\x0c\x47\x4f\x6f\xa6\xb5\x64\x24\x96\xf4\x2b\xa8\xfb\x8c\xe5\x39\x8c\x39\x07\x84\x08\xfe\x89\x55\xe1\xe1\x84\x08\xe9\xe2\x81\x4a\xcf\x56\x8d\x2a\x01\x39\x8f\x92\x7b\x68\x61\x73\x96\x8d\xf7\xb9\x98\xd3\x46\x50\xdb\x87\x93\xe3\x43\x67\x74\x88\xf3\x13\x4b\xc2\xee\xb3\x9b\xde\x79\x3f\x9b\xa8\x95\xee\xa5\x25\x4a\x19\xc6\x45\xbe\xa7\xed\xb3\x44\x17\x0f\x30\x1c\x05\x27\x9a\xd2\x87\xaa\x5d\xd2\xb2\x59\x94\xf0\x07\x79\x84\xfb\x90\xcf\x61\xba\x9f\x7d\xa0\xd7\xc2\xd3\xda\xf8\x2e\xbd\x67\xc9\xf6\x69\xcb\x12\x8b\x6d\xe8\x82\x36\x9b\xd3\xf7\x86\x9c\xdf\x95\x67\x73\x6c\x59\x42\xd6\x86\xdb\xd0\x25\xbb\x56\x6b\xb4\xae\x46\xd9\xb3\xd8\x0e\xe0\xbd\x2e\x1e\xfa\x2c\x11\x2b\x08\xa0\x77\x23\x50\x42\x46\x15\x51\xfc\xa5\xb5\xda\xf6\xc8\xda\x3e\x4b\x12\x4b\xbe\xb1\x0a\xbc\xbe\x39\x7b\x31\xee\x0e\xb3\x65\x2c\xb1\xd1\x96\xbf\x7d\x18\x8e\xe0\x35\x7f\xa2\xe8\x23\x64\x36\x96\x52\xb7\xc4\x61\x04\xde\x36\xc4\x58\x62\xfc\xae\x3a\x86\x65\xd9\x19\xfa\x7d\x31\x9b\xc6\x1f\x96\x44\x03\x6f\xc2\xba\x07\x50\xa3\x8b\x1b\x0a\x70\x5d\x3c\x1c\x58\x97\xc5\x73\x77\x7b\xb4\xec\x3b\x96\xb8\x56\x84\xfc\x3d\xb1\xa4\x44\x47\x20\x49\xf5\x5e\x2d\xec\xc3\x68\x04\xa7\xc3\x38\xfd\x91\xd8\xe7\xfc\x8e\xe0\xf6\xae\xe8\x3c\xf5\x5e\x3e\xea\xfe\x4f\x6a\xc2\x18\x30\x82\xf7\xc6\xef\xb8\xdf\xed\xd5\xbf\x89\xe5\xb5\xd7\xfb\x66\xaa\x7f\x3c\x0b\x9b\x8e\x89\xff\x6f\xd2\x7f\x3f\xda\xb7\xb0\x71\x5a\x61\x23\x7d\x68\x9e\xe7\x80\xd2\x12\xf2\x0e\x1c\xf9\x10\x91\x7d\x90\xde\x1f\x77\x61\x5b\xf6\x57\x00\x00\x00\xff\xff\xda\xa8\x4b\x70\xe7\x07\x00\x00") - -func testImagesAgnhostWebhookAddlabelGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostWebhookAddlabelGo, - "test/images/agnhost/webhook/addlabel.go", - ) -} - -func testImagesAgnhostWebhookAddlabelGo() (*asset, error) { - bytes, err := testImagesAgnhostWebhookAddlabelGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/webhook/addlabel.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostWebhookAddlabel_testGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x54\x61\x6f\xdb\x36\x10\xfd\x2c\xfe\x8a\xab\x86\x0e\x72\xe0\x52\x4d\x3f\x6d\x1e\xf2\xc1\x4b\x52\xcc\x68\x6b\x0f\xb6\xbb\xa2\xe8\x8a\x81\xa6\x4e\x12\x13\x89\x64\xc9\x93\x15\x23\xf0\x7f\x1f\x28\xc9\x4d\xbc\xa4\xdb\xb2\x05\x88\x21\xf1\xde\xbd\xf7\xee\x74\xc7\xf4\x84\x9d\x1b\xbb\x73\xaa\x28\x09\x5e\xbd\x3c\xfd\x11\xd6\x25\xc2\x9b\x66\x83\x4e\x23\xa1\x87\x69\x43\xa5\x71\x9e\x33\xf6\x56\x49\xd4\x1e\x33\x68\x74\x86\x0e\xa8\x44\x98\x5a\x21\x4b\x84\x21\x32\x86\xdf\xd0\x79\x65\x34\xbc\xe2\x2f\x21\x09\x80\x78\x08\xc5\xa3\x9f\xd8\xce\x34\x50\x8b\x1d\x68\x43\xd0\x78\x04\x2a\x95\x87\x5c\x55\x08\x78\x23\xd1\x12\x28\x0d\xd2\xd4\xb6\x52\x42\x4b\x84\x56\x51\xd9\x89\x0c\x14\x9c\x7d\x1c\x08\xcc\x86\x84\xd2\x20\x40\x1a\xbb\x03\x93\xdf\x47\x81\x20\xc6\x00\x00\x4a\x22\x3b\x49\xd3\xb6\x6d\xb9\xe8\x5c\x72\xe3\x8a\xb4\xea\x51\x3e\x7d\x3b\x3b\xbf\x9c\xaf\x2e\x5f\xbc\xe2\x2f\x19\x7b\xaf\x2b\xf4\x1e\x1c\x7e\x69\x94\xc3\x0c\x36\x3b\x10\xd6\x56\x4a\x8a\x4d\x85\x50\x89\x16\x8c\x03\x51\x38\xc4\x0c\xc8\x04\x9f\xad\x53\xa4\x74\x31\x06\x6f\x72\x6a\x85\x43\x96\x29\x4f\x4e\x6d\x1a\x3a\x6a\xd0\xc1\x95\xf2\x70\x1f\x60\x34\x08\x0d\xf1\x74\x05\xb3\x55\x0c\x3f\x4f\x57\xb3\xd5\x98\x7d\x98\xad\x7f\x59\xbc\x5f\xc3\x87\xe9\x72\x39\x9d\xaf\x67\x97\x2b\x58\x2c\xe1\x7c\x31\xbf\x98\xad\x67\x8b\xf9\x0a\x16\xaf\x61\x3a\xff\x08\x6f\x66\xf3\x8b\x31\xa0\xa2\x12\x1d\xe0\x8d\x75\xc1\xbb\x71\xa0\x42\xeb\x30\xe3\x6c\x85\x78\x24\x9e\x9b\xde\x8c\xb7\x28\x55\xae\x24\x54\x42\x17\x8d\x28\x10\x0a\xb3\x45\xa7\x95\x2e\xc0\xa2\xab\x95\x0f\x1f\xcf\x83\xd0\x19\xab\x54\xad\x48\x50\xf7\xfe\xa0\x1c\xce\x4e\x52\xc6\xac\x90\xd7\x81\xa4\xc5\x4d\x69\xcc\x35\x63\xaa\xb6\xc6\x11\x24\x2c\x8a\x51\x4b\x93\x29\x5d\xa4\x57\xde\xe8\x98\x45\xb1\xc3\xbc\x42\x49\xe1\x91\xd0\x87\xde\xc5\x8c\x45\x21\x6a\x05\xc9\x12\xe2\x42\x51\xd9\x6c\xb8\x34\x75\x8a\x5b\xa1\x6d\x79\xd3\xe5\xbe\xe8\xc2\x21\xed\xfa\x07\xcf\x95\x49\x85\x55\xa9\xc8\x06\xaf\xe9\xf6\x34\x66\x91\x34\x0e\xb7\xa7\x70\x1f\x11\x8e\xfa\x60\x8d\x24\x8e\x83\xb5\x90\xa5\xd2\xe8\x76\xa9\xbd\x2e\xc2\x81\x4f\x03\xa8\x87\x7f\x13\xe7\x1a\x4d\xaa\xc6\x98\x8d\x18\xcb\x1b\x2d\x61\x8d\x9e\xa6\x59\xf6\x56\x6c\xb0\x4a\x08\x4e\x86\xb2\xf8\x7a\x04\xb7\x2c\x0a\x6f\xe7\xc2\xa3\x87\xc9\x19\x7c\xfa\xec\xc9\x35\x92\x42\x20\xd2\xa2\x46\xb8\xfb\x0b\x43\xa1\x0b\x16\x45\x4a\x2b\x52\xa2\xea\xf8\x3c\x40\x2d\xec\xa7\x3e\xf6\xf9\x2b\x04\x6f\x2c\x4a\xc2\x6c\xc0\x3c\x02\xd9\x07\x85\xf0\xdf\xc9\x4c\xee\xe9\xc4\x22\xcb\x20\x57\xce\x13\x54\x21\x3d\x1e\x07\xd4\x91\xe8\x04\x40\xab\xaa\x3b\x3f\x56\x9a\x3c\x94\xba\x0d\x7c\x98\xbd\xe8\xb9\x26\x10\xef\xd0\xc7\xfb\x90\xdb\xfd\x7c\xdb\x82\x47\x69\x74\xf6\x77\x1e\x1e\xd1\x32\x61\xd6\x1f\xd1\xfa\x37\x3e\x1f\xc9\x1d\xc3\x7f\x71\xaf\x32\xac\xad\x21\xd4\x04\x8d\xcd\x04\xe1\x13\x8b\xf8\x96\xe4\xff\x6d\xf6\x9e\xb1\x28\xac\xf8\x1f\x63\x20\x19\xc6\xcd\x09\x5d\x20\xdc\x4d\x60\x28\x87\xf8\xb2\xd1\x09\x49\x1e\xca\x1a\x43\x98\xe0\x87\x43\x1b\x45\xe1\x0a\x44\x4f\x81\xa5\xdf\x2a\x7e\x6e\x74\xae\x8a\x77\xc2\xde\x2e\x36\x57\x28\xe9\x1d\x92\x98\x40\xbf\x55\xfc\xee\xe8\xf6\x60\x9e\x24\x3f\xea\xc5\x7e\xdf\xf1\x8a\x76\x0c\xe8\x5c\x20\x0e\x6b\xcd\xdf\x09\xe7\x4b\x51\x25\x83\xe0\xa8\xeb\x61\xde\x41\x9e\x9d\x85\x31\xec\xfd\x44\xc4\x5f\x0b\x12\x55\x82\xce\x75\x98\x9e\x0d\xb7\x0a\xdb\xc0\xb5\x3d\xe5\xd3\xc3\x65\xb0\xec\x4e\x6f\x97\x3d\xe3\x04\xbe\x3f\x0e\x76\xa7\x43\x11\x13\x18\xd6\x99\x2f\x45\x7b\x79\x43\xa8\x03\xe6\x76\x29\xda\x09\x38\xd1\xee\x07\xd3\xe8\xad\x09\x17\xe8\xe4\x0c\xc4\x61\xd3\x7b\xed\x83\xdf\x03\x84\xff\xda\xdd\x62\x47\xd6\xbb\x9b\x6b\xb1\xb9\x3a\x2a\xbc\x3b\xe4\x17\x28\x4d\x86\x5d\x4e\xf2\xe9\xf3\x66\x47\x98\x1c\x33\x8d\x3a\x81\x47\x3b\xf2\xa0\x25\x7d\x4f\xee\x5a\x7c\x06\x07\x65\x3e\xb5\xb6\xda\x25\x4e\xb4\x4f\xa6\x0b\x43\x15\x45\x66\x73\xb5\xde\xd9\xae\x01\xc3\x05\xce\xc3\xfb\x22\x3f\xfa\x6e\x01\x35\x0c\xcd\x01\x35\xc7\x36\x19\x92\x47\x7c\xa6\x09\x5d\x2e\x24\x26\x1d\xbc\xf7\xd8\x4d\xc1\x7b\x5d\x1f\xe6\x20\xb8\x1f\x88\x9e\x36\x0c\x42\x52\x23\xaa\x20\x3e\xa4\xf3\xe4\xe4\xaf\xb3\x7b\x60\x7c\x76\xf0\x77\x81\x68\x2f\xbf\x34\xa2\x4a\xfa\x74\xde\x0f\x6b\xd8\x20\x7e\xbc\x8e\xa3\xaf\xda\x97\xce\x19\x97\x27\xf1\xef\xfa\x80\x80\xe7\xdf\x6d\xc7\x50\x18\xea\x1f\xba\xb6\x4f\xe0\xf9\x36\x1e\xc3\x3f\xd1\x8e\x87\x8b\xff\xd1\xef\x1e\xea\xda\x8f\xc2\x66\xef\xd9\x9f\x01\x00\x00\xff\xff\xdd\x8c\x48\xdf\xa1\x09\x00\x00") - -func testImagesAgnhostWebhookAddlabel_testGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostWebhookAddlabel_testGo, - "test/images/agnhost/webhook/addlabel_test.go", - ) -} - -func testImagesAgnhostWebhookAddlabel_testGo() (*asset, error) { - bytes, err := testImagesAgnhostWebhookAddlabel_testGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/webhook/addlabel_test.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostWebhookAlwaysallowGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x52\xd1\x6e\xdb\x38\x10\x7c\x36\xbf\x62\xa0\x87\xc2\x0e\x12\x29\x09\x50\xe0\x2e\x87\x3c\xe8\x92\x14\x27\xb4\x67\x03\x96\xdb\xa2\x8f\xb4\xb4\x96\x16\xa6\x48\x1e\x49\x59\x35\x82\xfe\xfb\x81\x92\x73\x88\x2f\x45\x9f\x6c\xee\x8e\x66\x66\x77\x36\xbb\x10\x0f\xc6\x1e\x1d\x37\x6d\xc0\xed\xf5\xcd\xef\xd8\xb4\x84\x8f\xfd\x96\x9c\xa6\x40\x1e\x79\x1f\x5a\xe3\x7c\x2a\xc4\x27\xae\x48\x7b\xaa\xd1\xeb\x9a\x1c\x42\x4b\xc8\xad\xac\x5a\xc2\xa9\x73\x89\x2f\xe4\x3c\x1b\x8d\xdb\xf4\x1a\xf3\x08\x48\x4e\xad\x64\xf1\x87\x38\x9a\x1e\x9d\x3c\x42\x9b\x80\xde\x13\x42\xcb\x1e\x3b\x56\x04\xfa\x5e\x91\x0d\x60\x8d\xca\x74\x56\xb1\xd4\x15\x61\xe0\xd0\x8e\x22\x27\x8a\x54\x7c\x3b\x11\x98\x6d\x90\xac\x21\x51\x19\x7b\x84\xd9\xbd\x46\x41\x06\x21\x00\xa0\x0d\xc1\xde\x65\xd9\x30\x0c\xa9\x1c\x5d\xa6\xc6\x35\x99\x9a\x50\x3e\xfb\x54\x3c\x3c\x2d\xcb\xa7\xab\xdb\xf4\x5a\x88\xcf\x5a\x91\xf7\x70\xf4\x4f\xcf\x8e\x6a\x6c\x8f\x90\xd6\x2a\xae\xe4\x56\x11\x94\x1c\x60\x1c\x64\xe3\x88\x6a\x04\x13\x7d\x0e\x8e\x03\xeb\xe6\x12\xde\xec\xc2\x20\x1d\x89\x9a\x7d\x70\xbc\xed\xc3\xd9\x82\x5e\x5c\xb1\xc7\x6b\x80\xd1\x90\x1a\x49\x5e\xa2\x28\x13\xfc\x99\x97\x45\x79\x29\xbe\x16\x9b\xbf\x56\x9f\x37\xf8\x9a\xaf\xd7\xf9\x72\x53\x3c\x95\x58\xad\xf1\xb0\x5a\x3e\x16\x9b\x62\xb5\x2c\xb1\xfa\x80\x7c\xf9\x0d\x1f\x8b\xe5\xe3\x25\x88\x43\x4b\x0e\xf4\xdd\xba\xe8\xdd\x38\x70\x5c\x1d\xd5\xa9\x28\x89\xce\xc4\x77\x66\x32\xe3\x2d\x55\xbc\xe3\x0a\x4a\xea\xa6\x97\x0d\xa1\x31\x07\x72\x9a\x75\x03\x4b\xae\x63\x1f\xc3\xf3\x90\xba\x16\x8a\x3b\x0e\x32\x8c\xef\x37\xe3\xa4\xe2\x22\x13\xc2\xca\x6a\x1f\x49\x06\xda\xb6\xc6\xec\x85\xe0\xce\x1a\x17\x30\x17\xb3\x24\x70\x47\x89\x10\xb3\x64\xff\x9b\x4f\xd9\x64\xd2\x72\x26\xeb\x93\x42\x76\xb8\x49\xc4\xac\xa3\x20\x0f\x37\x78\x85\xe8\x64\xd5\xb2\x26\x77\xcc\xec\xbe\x89\x05\x9f\x45\xd0\x04\x7f\xc1\xed\x95\x69\x12\xb1\x10\x22\xcb\x20\xd5\x20\x8f\x3e\x57\xca\x0c\x8f\xa4\xe4\xf1\x03\x1f\xa8\xa4\xca\xe8\xda\xc3\x2b\x22\xeb\xc7\xd9\x77\x7c\x20\xf8\x53\x5d\xea\x1a\x32\x7e\xe1\xe3\xcf\x98\x39\xf9\xe0\xd1\xc9\x9a\x62\xb8\xd3\x55\xf6\xba\x8a\xb3\xa7\x22\xfe\xfb\x95\xce\x5c\x3a\x1c\x6e\xd2\xfc\x65\xb6\x35\x1d\x98\x86\x05\x2e\xce\x8b\xde\x9a\x98\xc4\xb3\x98\x45\xff\xe9\x97\xf9\xed\x22\x2d\xf4\xce\xcc\x93\x89\xfb\x6a\xb4\x74\x15\x6f\xfe\xaa\x8e\x12\x93\xff\x98\x4c\x9c\xe0\xfd\x8b\xfd\x64\x21\x66\x71\xb7\x69\x19\xdb\xf3\xf7\xb8\xc0\xf4\x1c\xdb\x8b\xb7\xf4\x95\x54\x2a\xb2\xbc\x96\x89\x24\x6e\xf4\xf9\x9f\xb1\xbb\x7b\xfc\xcc\xf0\xf3\x8f\xff\x23\xd3\x71\x0b\x54\xe3\x1e\xc1\xf5\xf4\xa6\xbd\x26\xdf\xab\x80\x7b\xbc\x9b\xf2\x4d\xcb\x20\x43\xef\x9f\xff\x26\xef\x65\x43\x77\x48\xc6\x05\x9f\x6e\xe6\x67\x49\x24\xa3\x66\xe8\x9d\xc6\xbb\x73\x72\xf1\x43\xfc\x1b\x00\x00\xff\xff\x88\x31\xca\x6f\xaf\x04\x00\x00") - -func testImagesAgnhostWebhookAlwaysallowGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostWebhookAlwaysallowGo, - "test/images/agnhost/webhook/alwaysallow.go", - ) -} - -func testImagesAgnhostWebhookAlwaysallowGo() (*asset, error) { - bytes, err := testImagesAgnhostWebhookAlwaysallowGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/webhook/alwaysallow.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostWebhookAlwaysdenyGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x92\x41\x6f\xeb\x36\x10\x84\xcf\xe6\xaf\x18\xe8\xf0\x60\x07\x7e\x52\xec\xd3\x43\x8a\x1c\xd4\x24\x45\x85\xa4\x36\x60\x39\x09\x72\x5c\x4b\x6b\x89\x30\x45\xb2\x24\x65\x45\x08\xf2\xdf\x0b\xd9\x4e\x61\x37\xbd\x49\xdc\x8f\xb3\xb3\xb3\x4c\xae\xc4\x9d\xb1\xbd\x93\x55\x1d\x30\xbf\x9e\xfd\xc2\xba\x66\x3c\xb6\x1b\x76\x9a\x03\x7b\xa4\x6d\xa8\x8d\xf3\xb1\x10\x4f\xb2\x60\xed\xb9\x44\xab\x4b\x76\x08\x35\x23\xb5\x54\xd4\x8c\x53\x65\x8a\x17\x76\x5e\x1a\x8d\x79\x7c\x8d\xf1\x00\x44\xa7\x52\x34\xf9\x4d\xf4\xa6\x45\x43\x3d\xb4\x09\x68\x3d\x23\xd4\xd2\x63\x2b\x15\x83\xdf\x0b\xb6\x01\x52\xa3\x30\x8d\x55\x92\x74\xc1\xe8\x64\xa8\x0f\x4d\x4e\x12\xb1\x78\x3b\x09\x98\x4d\x20\xa9\x41\x28\x8c\xed\x61\xb6\xe7\x14\x28\x08\x01\x00\x75\x08\xf6\x26\x49\xba\xae\x8b\xe9\xe0\x32\x36\xae\x4a\xd4\x91\xf2\xc9\x53\x76\xf7\xb0\xc8\x1f\x7e\xce\xe3\x6b\x21\x9e\xb5\x62\xef\xe1\xf8\xef\x56\x3a\x2e\xb1\xe9\x41\xd6\x2a\x59\xd0\x46\x31\x14\x75\x30\x0e\x54\x39\xe6\x12\xc1\x0c\x3e\x3b\x27\x83\xd4\xd5\x14\xde\x6c\x43\x47\x8e\x45\x29\x7d\x70\x72\xd3\x86\x8b\x80\xbe\x5c\x49\x8f\x73\xc0\x68\x90\x46\x94\xe6\xc8\xf2\x08\xbf\xa7\x79\x96\x4f\xc5\x6b\xb6\xfe\x73\xf9\xbc\xc6\x6b\xba\x5a\xa5\x8b\x75\xf6\x90\x63\xb9\xc2\xdd\x72\x71\x9f\xad\xb3\xe5\x22\xc7\xf2\x0f\xa4\x8b\x37\x3c\x66\x8b\xfb\x29\x58\x86\x9a\x1d\xf8\xdd\xba\xc1\xbb\x71\x90\x43\x74\x5c\xc6\x22\x67\xbe\x68\xbe\x35\x47\x33\xde\x72\x21\xb7\xb2\x80\x22\x5d\xb5\x54\x31\x2a\xb3\x67\xa7\xa5\xae\x60\xd9\x35\xd2\x0f\xcb\xf3\x20\x5d\x0a\x25\x1b\x19\x28\x1c\xfe\xbf\x8d\x13\x8b\xab\x44\x08\x4b\xc5\x6e\x10\xe9\x78\x53\x1b\xb3\x13\x42\x36\xd6\xb8\x80\xb1\x18\x45\xbb\x5f\x3e\x96\x26\x21\x2b\x13\x2a\x4f\xc2\xc9\x7e\x16\x89\x51\xc3\x81\xf6\x33\x9c\x11\x0d\x15\xb5\xd4\xec\xfa\xc4\xee\xaa\xe1\xc0\x27\x03\x74\xc4\xbf\xb8\x9d\x32\x55\x24\x26\x42\x24\x09\x48\x75\xd4\xfb\x7b\xd6\x3d\x48\xa9\xc3\xda\xd8\x07\x8f\x86\x4a\x1e\xf6\x73\x7c\x58\xad\x2e\x06\xfb\xb1\x18\xbe\xce\xee\x8c\xc9\x61\x3f\x8b\xd3\x2f\x5b\x2b\xde\x4b\xee\x26\xb8\xba\x3c\xf4\xd6\x0c\xd9\x7d\x88\xd1\xd0\x3a\x7e\x19\xcf\x27\x71\xa6\xb7\x66\x1c\x15\xa4\xd4\x10\xd9\x51\xf2\x67\xc9\xba\x8f\x26\x62\xe4\x0e\x3a\xff\x5e\xbc\xb9\xc5\xff\x09\x7e\x7c\xfe\x97\x8c\x53\xa5\x4c\xc7\x25\x6e\xb1\x25\xe5\xf9\x5b\x7d\xc5\xbe\x55\x01\xb7\xf8\x71\xcc\x2e\xce\x03\x85\xd6\x7f\xfc\xc5\xde\x53\xc5\x37\x88\x0e\x03\x9f\xd6\x80\x92\xb5\x64\x7f\x91\x4c\x74\x68\x1a\x5a\xa7\xf1\xe3\x52\x5c\x7c\x8a\x7f\x02\x00\x00\xff\xff\x4c\x06\xd2\x98\x02\x04\x00\x00") - -func testImagesAgnhostWebhookAlwaysdenyGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostWebhookAlwaysdenyGo, - "test/images/agnhost/webhook/alwaysdeny.go", - ) -} - -func testImagesAgnhostWebhookAlwaysdenyGo() (*asset, error) { - bytes, err := testImagesAgnhostWebhookAlwaysdenyGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/webhook/alwaysdeny.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostWebhookConfigGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x93\xd1\x6f\xdb\x36\x10\xc6\x9f\x75\x7f\xc5\x37\x3f\x0c\x71\xe1\x49\x59\x80\x01\x9d\x87\x3e\x78\x4e\x82\x19\x09\xec\x21\x72\xdb\x15\xc3\x1e\x68\xe9\x24\x11\xa6\x49\x8d\x3c\x55\x15\x82\xfc\xef\x03\x25\x05\x6d\xb1\x37\x89\x77\xfc\xdd\x77\x1f\xef\xb2\x37\xb4\x75\xed\xe0\x75\xdd\x08\x6e\xae\x7f\x7e\x8b\x63\xc3\x78\xe8\x4e\xec\x2d\x0b\x07\x6c\x3a\x69\x9c\x0f\x29\xd1\xa3\x2e\xd8\x06\x2e\xd1\xd9\x92\x3d\xa4\x61\x6c\x5a\x55\x34\x8c\x39\xb2\xc2\x07\xf6\x41\x3b\x8b\x9b\xf4\x1a\x57\x31\x61\x31\x87\x16\xcb\xdf\x68\x70\x1d\x2e\x6a\x80\x75\x82\x2e\x30\xa4\xd1\x01\x95\x36\x0c\xfe\x52\x70\x2b\xd0\x16\x85\xbb\xb4\x46\x2b\x5b\x30\x7a\x2d\xcd\x58\x64\x46\xa4\xf4\x69\x06\xb8\x93\x28\x6d\xa1\x50\xb8\x76\x80\xab\xbe\xcd\x82\x12\x22\x00\x68\x44\xda\x75\x96\xf5\x7d\x9f\xaa\x51\x65\xea\x7c\x9d\x99\x29\x2b\x64\x8f\xbb\xed\xdd\x3e\xbf\xfb\xe9\x26\xbd\x26\x7a\x6f\x0d\x87\x00\xcf\xff\x76\xda\x73\x89\xd3\x00\xd5\xb6\x46\x17\xea\x64\x18\x46\xf5\x70\x1e\xaa\xf6\xcc\x25\xc4\x45\x9d\xbd\xd7\xa2\x6d\xbd\x42\x70\x95\xf4\xca\x33\x95\x3a\x88\xd7\xa7\x4e\xbe\x33\xe8\x55\x95\x0e\xf8\x36\xc1\x59\x28\x8b\xc5\x26\xc7\x2e\x5f\xe0\xf7\x4d\xbe\xcb\x57\xf4\x71\x77\xfc\xe3\xf0\xfe\x88\x8f\x9b\xa7\xa7\xcd\xfe\xb8\xbb\xcb\x71\x78\xc2\xf6\xb0\xbf\xdd\x1d\x77\x87\x7d\x8e\xc3\x3d\x36\xfb\x4f\x78\xd8\xed\x6f\x57\x60\x2d\x0d\x7b\xf0\x97\xd6\x47\xed\xce\x43\x47\xeb\xb8\x4c\x29\x67\xfe\xae\x78\xe5\x26\x31\xa1\xe5\x42\x57\xba\x80\x51\xb6\xee\x54\xcd\xa8\xdd\x67\xf6\x56\xdb\x1a\x2d\xfb\x8b\x0e\xf1\xf1\x02\x94\x2d\xc9\xe8\x8b\x16\x25\xe3\xff\xff\xda\x49\xe9\x4d\x46\xd4\xaa\xe2\x1c\x21\x3d\x9f\x1a\xe7\xce\x44\xfa\xd2\x3a\x2f\xb8\xa2\x64\x51\xf8\xa1\x15\x97\x89\x09\x0b\xa2\x64\x71\x7e\x1b\x52\xed\xb2\xb3\x71\xf5\x82\x96\x44\x59\x86\xad\xb3\x95\xae\x51\x38\x1b\x1f\x33\x4c\x02\xd9\x7f\x66\x3f\x4d\xce\x4c\x5d\xa2\x60\x2f\x51\x12\xce\x3c\xa4\x24\x43\xcb\xaf\x77\x83\xf8\xae\x10\x3c\x53\xb2\x65\x2f\xf7\x71\x92\xa2\xc5\xb6\xa6\xe4\x81\x87\xf1\xff\xf5\xe0\x85\xa8\xea\x6c\x11\xcb\x55\xba\x3e\x3e\xe6\x57\xd3\xd7\x8c\x5a\xe2\x8d\x98\x90\xce\xdc\x67\x4a\x42\x24\xae\xc0\xde\x63\xfd\x0e\x31\xf6\xe8\x54\xf9\xd7\x2f\xd7\xbf\x3e\xf0\xf0\xa7\xd2\x7e\xbe\x9f\xbe\x56\x5e\xcd\xe8\x74\xae\xbc\xa4\x44\x57\xe3\xfd\x1f\xde\xc1\x6a\x13\xa1\x49\xec\x3f\xbd\x57\xa2\xcc\x15\x7b\xbf\xa4\xe4\x85\x12\xcf\xd2\x79\x8b\x1f\xbf\xd6\x8f\x99\x11\x1b\x9f\x4a\x09\x87\x35\xfe\xfe\x67\x8c\x7e\x3d\x7b\x1e\xf5\xbd\xac\x28\x49\xb2\x0c\xc7\xc3\xed\x61\x1d\x57\x2a\xe0\xd2\x49\xa7\x4c\x14\x0c\x55\x09\x7b\xf4\x3c\x0d\x6e\x1c\xb9\xbe\x51\x32\xd9\x19\x0d\x56\xad\x9e\xfd\x0e\x8d\xeb\x4c\x19\x01\xe9\x04\xdc\x1a\xcd\x56\xe2\xe6\xaf\x81\xb1\xfb\xa7\x69\x35\x36\xb6\xfc\xc0\x5e\x57\xc3\x94\x31\x9a\x14\xbb\x78\xa1\xff\x02\x00\x00\xff\xff\xc0\x7c\x9b\x26\x48\x04\x00\x00") - -func testImagesAgnhostWebhookConfigGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostWebhookConfigGo, - "test/images/agnhost/webhook/config.go", - ) -} - -func testImagesAgnhostWebhookConfigGo() (*asset, error) { - bytes, err := testImagesAgnhostWebhookConfigGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/webhook/config.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostWebhookConfigmapGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x56\x51\x6f\xdb\x36\x10\x7e\x16\x7f\xc5\x55\xc0\x02\xbb\x70\xa4\xda\x4f\x85\x0b\x3f\x78\x49\xb6\x79\xed\xec\xc1\x4e\x5a\x14\x45\xb1\x9e\xa5\x93\xc4\x59\x26\x59\x92\xb2\xe2\xa5\xfe\xef\x03\x29\xdb\xb5\xe3\x26\x5b\xd1\x61\x2f\x5b\x10\x3f\x88\xf7\xf1\xee\xf8\xdd\xdd\x47\xc6\x4f\xd9\x85\x54\x6b\xcd\xf3\xc2\x42\xef\x59\xf7\x39\x5c\x17\x04\x2f\xab\x39\x69\x41\x96\x0c\x0c\x2b\x5b\x48\x6d\x22\xc6\x5e\xf1\x84\x84\xa1\x14\x2a\x91\x92\x06\x5b\x10\x0c\x15\x26\x05\xc1\xd6\xd2\x81\xd7\xa4\x0d\x97\x02\x7a\xd1\x33\x68\x39\x40\xb8\x35\x85\xed\x17\x6c\x2d\x2b\x58\xe2\x1a\x84\xb4\x50\x19\x02\x5b\x70\x03\x19\x2f\x09\xe8\x36\x21\x65\x81\x0b\x48\xe4\x52\x95\x1c\x45\x42\x50\x73\x5b\xf8\x20\x5b\x17\x11\x7b\xbb\x75\x20\xe7\x16\xb9\x00\x84\x44\xaa\x35\xc8\xec\x10\x05\x68\x19\x03\x00\x28\xac\x55\xfd\x38\xae\xeb\x3a\x42\x9f\x65\x24\x75\x1e\x97\x0d\xca\xc4\xaf\x46\x17\x57\xe3\xd9\xd5\x79\x2f\x7a\xc6\xd8\x8d\x28\xc9\x18\xd0\xf4\xb1\xe2\x9a\x52\x98\xaf\x01\x95\x2a\x79\x82\xf3\x92\xa0\xc4\x1a\xa4\x06\xcc\x35\x51\x0a\x56\xba\x3c\x6b\xcd\x2d\x17\x79\x07\x8c\xcc\x6c\x8d\x9a\x58\xca\x8d\xd5\x7c\x5e\xd9\x23\x82\x76\x59\x71\x03\x87\x00\x29\x00\x05\x84\xc3\x19\x8c\x66\x21\x7c\x3f\x9c\x8d\x66\x1d\xf6\x66\x74\xfd\xd3\xe4\xe6\x1a\xde\x0c\xa7\xd3\xe1\xf8\x7a\x74\x35\x83\xc9\x14\x2e\x26\xe3\xcb\xd1\xf5\x68\x32\x9e\xc1\xe4\x07\x18\x8e\xdf\xc2\xcb\xd1\xf8\xb2\x03\xc4\x6d\x41\x1a\xe8\x56\x69\x97\xbb\xd4\xc0\x1d\x75\x94\x46\x6c\x46\x74\x14\x3c\x93\x4d\x32\x46\x51\xc2\x33\x9e\x40\x89\x22\xaf\x30\x27\xc8\xe5\x8a\xb4\xe0\x22\x07\x45\x7a\xc9\x8d\x2b\x9e\x01\x14\x29\x2b\xf9\x92\x5b\xb4\xfe\xfb\xe4\x38\x11\x7b\x1a\x33\xa6\x30\x59\x38\x27\x35\xcd\x0b\x29\x17\x8c\xf1\xa5\x92\xda\x42\x8b\x05\xab\x2e\x84\x8b\xe7\x26\xe2\x32\x46\xc5\x63\x4c\xb7\xbe\xe3\x55\x37\x64\x41\x22\x35\xdd\x43\xb8\xa5\xc6\xb8\x24\x8b\xc7\xc6\x25\x26\x05\x17\xa4\xd7\xb1\x5a\xe4\x6e\xc1\xc4\x0e\xd4\xc0\x77\xb8\x45\x29\xf3\x90\xb5\x19\x4b\xa4\x30\x3e\x87\x44\x8a\x8c\xe7\xbf\xa0\xfa\x15\x6d\x52\x74\xc1\xb1\x2f\x72\x18\xc0\x87\x77\xbe\x41\xfc\xdf\x1d\x84\x52\x85\x7d\x08\x31\x4d\xc3\x0e\x84\x0a\x6d\xe1\x3e\xe3\x14\x2d\xc6\xcb\xaa\xa1\xe0\xdc\x58\xcc\xe9\xbc\xeb\x10\x2b\x2c\x2b\x72\x90\x35\x99\x10\x36\x8d\xab\xf7\x1f\xee\xc7\xeb\xfd\x03\xf1\x7a\x8f\xc5\x6b\x33\x16\xc7\x90\x92\x58\x43\x13\x79\x89\xca\x34\x43\xb3\xaf\xf3\x82\xd6\xe7\x7e\x3f\x28\xe4\x3a\x62\x59\x25\x12\x70\xc5\xb0\x17\xbb\x64\x4d\x0b\x35\xac\xba\xd1\x70\x57\xa2\x29\xad\x38\xd5\x6d\x78\x7a\xbc\x68\x94\x74\xad\x74\xc7\x02\xc7\x74\xf4\xba\xd5\x6b\x47\x23\x91\xc9\x56\xe8\xfd\xb9\x61\x38\xc8\x23\x6c\x1f\xf0\x31\x25\x23\x2b\x9d\x10\xf4\x07\xd0\x54\x37\xfa\x51\xcb\x4a\x6d\xc5\x62\x67\xbe\xf3\x8b\x7d\x08\xc3\xbd\x8e\xf4\x21\x5c\x39\xd2\x77\x90\x3e\x84\x07\x31\x36\x2c\xe0\x19\xa0\x8e\xa6\xf4\xb1\x22\x63\xa3\x7d\xa0\x27\x03\x38\x8d\x7e\xc7\x82\x26\xf7\x2b\xad\xa5\xce\x5a\x21\xdd\x2a\x4a\x2c\xe8\x1d\xc0\x4a\x98\x13\x7c\x67\xc2\xce\xe9\xee\x36\x0b\x02\x4d\xb6\xd2\x02\x04\x2f\x59\xb0\x61\x2c\x58\xa1\x06\x8d\x35\xbc\x7b\x3f\x5f\x5b\xba\x9f\xcc\x44\x91\xf6\xc5\x84\xc1\xc0\x11\x7c\x49\x25\xd9\x26\x0b\xb7\x69\x70\x84\x2d\xd3\xc9\xfc\x77\x4a\x6c\x34\xc5\x9a\x05\x1b\xa0\xd2\x3c\x04\x3d\xc4\xed\x48\x5e\xa2\x72\xe4\x36\x73\x15\xed\x6b\x7b\xb7\x61\x41\x4a\x86\x34\xc7\x92\xff\x41\xba\xc1\xa4\x94\x98\xe8\x46\xf0\x15\x69\x83\xe5\xe5\x81\xbd\xd5\xf6\x87\xf8\xad\xe3\xfe\x49\x7b\xfc\xe1\xfe\xe8\x92\xdc\xf6\x96\xc6\xba\xe3\x68\xe8\xc0\xd9\x3e\x7e\xfb\x85\xdf\xf1\x64\xe0\x0c\xf7\xb8\x6e\x91\xd6\x07\x04\x5a\xf9\xba\x7b\xd2\x59\x5b\xcc\x86\x05\xda\x37\xe0\xbe\xe3\xfa\x03\xf8\x52\x27\xde\x9d\x20\xa3\x61\x59\xca\x9a\x52\x18\x80\xd5\x15\xb1\xc0\xc9\xde\xa2\x03\x2b\xe7\x42\xa3\xc8\xe9\x73\x83\x46\x97\x68\xd1\x67\xc9\x33\x58\xb8\x0a\x85\x5b\x15\x3b\xa7\x1e\x9d\x5b\x32\x36\x84\xb3\x33\x58\x1d\x99\x52\x6e\xd0\xc5\x70\x26\x16\x04\x41\xeb\x91\x72\x5f\x68\x42\x4b\xf0\xe9\xd3\x63\x3d\x71\xa3\x52\xb4\xd4\xf6\x89\x3c\x7c\x9a\x0c\x4b\x43\x5f\x40\x4c\xc9\x54\xa5\x85\x01\x9c\x6d\xa7\x6a\x66\xd1\x56\xc6\x3b\x0b\xa6\x84\xc6\x0f\x90\x93\xed\xcf\x5d\x92\x48\xe1\xee\x4e\xa7\xe9\x35\x0a\x77\x15\x2d\x68\xed\x04\x1f\x1a\x9d\xe9\xb8\xcd\x1b\xd6\xfc\xbe\x86\x1b\x21\x45\xea\x3a\xdc\xdd\x98\xde\xfc\xf7\x46\xe1\x5f\x3a\x35\x0a\xf7\xe8\x98\x13\xf8\x1c\xdd\x0d\x4f\x09\xba\x37\x08\xb7\x5f\x45\x89\x6f\x3a\xdf\xc4\x67\xc7\x69\xb1\x0d\x6b\xd4\xd5\x4b\x38\x5d\xec\x55\xea\x9b\xe5\xb5\xb9\x13\xfe\x7b\xea\xea\x94\xaf\xff\xa0\xf4\xfd\xaf\x7b\x0f\xeb\x1e\xcf\xee\x09\xdd\xbb\xf0\xf0\x61\xa1\x6d\xf8\xde\x8f\xae\x7f\x50\xf8\x4b\xe6\xd8\x9f\x7f\xbf\xc0\x60\x7b\xaf\xb5\xee\xbd\xa3\x9a\x64\xff\x22\x86\x7f\x2c\x7d\x43\x94\x5e\xbb\x69\x02\x65\xb7\x3c\xf8\xd5\xeb\xb5\xa2\x9f\x67\x93\xb1\xff\x38\xa1\x61\x0f\x71\xda\xa0\x2c\x7b\x64\x54\xff\x0c\x00\x00\xff\xff\x1d\xb6\x98\xfe\xf5\x0c\x00\x00") - -func testImagesAgnhostWebhookConfigmapGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostWebhookConfigmapGo, - "test/images/agnhost/webhook/configmap.go", - ) -} - -func testImagesAgnhostWebhookConfigmapGo() (*asset, error) { - bytes, err := testImagesAgnhostWebhookConfigmapGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/webhook/configmap.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostWebhookConvertGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x56\x4f\x6f\xe3\xb6\x13\x3d\x8b\x9f\x62\x7e\x3e\x04\x4e\xe0\x9f\x14\xe7\xd4\xba\xc8\x41\x4d\x52\x54\xc8\xd6\x2e\x2c\x27\x8b\x3d\xd2\xd2\x58\x62\x23\x93\xdc\x21\x65\xaf\x11\xe4\xbb\x17\x94\x64\x45\xf2\x9f\xdd\xed\xa9\x58\xa0\x39\x45\xef\x3d\xcd\xbc\xe1\x3c\x31\x09\xae\xd8\x9d\xd2\x3b\x12\x59\x6e\xe1\xe6\x7a\xfc\x33\x2c\x72\x84\xc7\x72\x89\x24\xd1\xa2\x81\xb0\xb4\xb9\x22\xe3\x33\xf6\x41\x24\x28\x0d\xa6\x50\xca\x14\x09\x6c\x8e\x10\x6a\x9e\xe4\x08\x0d\x33\x82\x67\x24\x23\x94\x84\x1b\xff\x1a\x86\x4e\x30\x68\xa8\xc1\xe5\x2f\x6c\xa7\x4a\x58\xf3\x1d\x48\x65\xa1\x34\x08\x36\x17\x06\x56\xa2\x40\xc0\x2f\x09\x6a\x0b\x42\x42\xa2\xd6\xba\x10\x5c\x26\x08\x5b\x61\xf3\xaa\x49\x53\xc2\x67\x9f\x9a\x02\x6a\x69\xb9\x90\xc0\x21\x51\x7a\x07\x6a\xd5\x55\x01\xb7\x8c\x01\x00\xe4\xd6\xea\x49\x10\x6c\xb7\x5b\x9f\x57\x2e\x7d\x45\x59\x50\xd4\x2a\x13\x7c\x88\xee\x1e\xa6\xf1\xc3\xff\x6f\xfc\x6b\xc6\x9e\x64\x81\xc6\x00\xe1\xe7\x52\x10\xa6\xb0\xdc\x01\xd7\xba\x10\x09\x5f\x16\x08\x05\xdf\x82\x22\xe0\x19\x21\xa6\x60\x95\xf3\xb9\x25\x61\x85\xcc\x46\x60\xd4\xca\x6e\x39\x21\x4b\x85\xb1\x24\x96\xa5\xed\x1d\xd0\xde\x95\x30\xd0\x15\x28\x09\x5c\xc2\x20\x8c\x21\x8a\x07\xf0\x6b\x18\x47\xf1\x88\x7d\x8c\x16\xbf\xcf\x9e\x16\xf0\x31\x9c\xcf\xc3\xe9\x22\x7a\x88\x61\x36\x87\xbb\xd9\xf4\x3e\x5a\x44\xb3\x69\x0c\xb3\xdf\x20\x9c\x7e\x82\xc7\x68\x7a\x3f\x02\x14\x36\x47\x02\xfc\xa2\xc9\x79\x57\x04\xc2\x1d\x1d\xa6\x3e\x8b\x11\x7b\xcd\x57\xaa\x36\x63\x34\x26\x62\x25\x12\x28\xb8\xcc\x4a\x9e\x21\x64\x6a\x83\x24\x85\xcc\x40\x23\xad\x85\x71\xcb\x33\xc0\x65\xca\x0a\xb1\x16\x96\xdb\xea\xf9\x68\x1c\x9f\x5d\x05\x8c\x69\x9e\xbc\xb8\x22\x5b\x5c\xe6\x4a\xbd\x30\x26\xd6\x5a\x91\x85\x21\xf3\x36\x63\x18\xbc\xfc\x64\x7c\xa1\x02\xae\x45\xc0\xd3\xa6\x76\xb0\x19\x0f\x98\x77\x8e\x5a\xa2\xe5\x8e\x5f\xa3\xe5\xfd\x0a\x6b\x9e\xe4\x42\x22\xed\x02\xfd\x92\x39\xc0\x04\x4e\x54\x95\xbb\x64\x6c\x55\xca\x04\x12\x25\x37\x48\x36\xdc\x17\x9c\xe3\xe7\x12\x8d\x5d\xa8\xe7\xf1\x90\xe0\xaa\x29\xef\x1f\xf2\x97\x8e\x3a\x42\xe1\x95\x79\x84\xb6\x24\x09\x17\x27\xe8\x57\xe6\x79\x8f\x42\xa6\x13\xe8\xff\x90\xef\xd0\x11\xf3\xbc\x29\x5f\xa3\xd1\x3c\xc1\x49\x97\x6d\xd1\xbd\xe4\xb8\x80\x43\x1d\x3b\x5b\xfe\x85\x89\x9d\x1c\xb0\x35\xea\xf8\x39\x1a\x55\x52\xaf\x3e\x90\xbf\x47\xab\x0a\x1a\xa9\xda\x60\x47\xb2\x19\xfb\x2d\x3c\xa4\xf7\xdf\x2f\xdd\x0b\x4f\xd1\xfd\xa1\x1f\x20\xff\x29\xba\x77\xe4\x3d\xed\xe6\xa5\x3c\xf4\x53\xa3\x55\xb7\x22\x3d\xb2\x4c\x7e\x8b\xd6\x86\xaa\x3c\x4d\x0e\x46\xaa\xd1\x7a\xa6\xea\x74\x7b\x27\xeb\x66\x6a\xd1\x8e\xa8\x37\x7f\x2b\xea\xce\xdf\x40\x71\xb9\x7c\xd7\xb6\xc2\x0e\xea\xb4\x3d\x51\xdb\xf9\x40\xf4\x64\x90\x22\xb9\x52\xfd\x23\xdf\xa3\x23\xe6\xbd\xb1\xb7\x6f\x87\xb1\x8a\x61\x9d\xc8\xd3\x61\x3c\x9d\xd3\x7e\x22\x4f\x6b\x7e\xe0\x58\xd6\x03\xfd\x97\xcd\x7f\x25\x9b\x46\x2b\x69\xf0\x2b\x37\x65\x2d\x38\xba\x2a\x6b\xd8\x25\x73\xc3\x09\xb4\xad\xf8\x3f\xb9\x4d\xf2\xc5\x4e\x23\xf3\xc4\x0a\xe8\xfd\x19\xfe\x77\x0b\x52\x14\x4e\xee\x59\x98\xdc\x42\x57\x3c\xbc\xea\x28\x2f\x99\xe7\x69\x0b\xb7\x70\x61\x9d\xf1\x33\x37\x71\xdd\xfd\xf5\x64\x38\xda\x68\x84\x45\xa1\xb6\x98\xf6\x16\xdf\x60\x15\x5d\xa6\xc2\x86\x52\xaa\xe6\x6f\x9d\xdb\xc2\x21\xe6\x74\x95\xb5\x83\x70\x54\x58\x4b\x3a\xdf\xad\x40\xef\xbf\x85\xb2\xb0\x47\x5f\x42\x59\xd8\xef\xde\xc7\x99\xcb\xa2\xb3\x8f\x33\xbb\xea\x2f\xa5\x16\xfd\x93\xcd\x1c\xbc\xf1\x9d\xeb\x39\x63\xe6\xc7\xdf\x91\x55\xcf\xe3\xa3\xb1\x86\x48\x04\x48\xa4\xe8\x2b\x5f\xc6\xb7\xb2\xbb\x37\x70\x51\xff\xd7\xe3\xc7\x96\xdb\xd2\x38\xc6\xfb\x03\x8d\xe1\x19\x4e\x5c\x0f\xff\xc1\xf5\x19\x56\x77\xe1\x5b\x63\xed\xef\x00\x00\x00\xff\xff\x86\x02\x72\xce\xbc\x0b\x00\x00") - -func testImagesAgnhostWebhookConvertGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostWebhookConvertGo, - "test/images/agnhost/webhook/convert.go", - ) -} - -func testImagesAgnhostWebhookConvertGo() (*asset, error) { - bytes, err := testImagesAgnhostWebhookConvertGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/webhook/convert.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostWebhookConvert_testGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x54\xdd\x6e\xdb\x46\x13\xbd\xe6\x3e\xc5\x7c\x04\xf2\x81\x4c\x54\x52\x4a\x81\xa2\x75\xda\x0b\xd5\x3f\xa8\x90\x40\x02\x24\x25\x41\x80\xde\x2c\x97\x43\x72\x6a\x72\x97\xde\x9d\xb5\xac\x04\x7e\xf7\x62\x29\xfa\x27\x36\x62\x17\x45\x51\xf4\x4a\x1c\xcd\x99\xd9\x73\x0e\x0f\x37\x7f\x29\x8e\x4d\xbf\xb7\x54\x37\x0c\xaf\xa7\xb3\x9f\x60\xdb\x20\xbc\xf5\x05\x5a\x8d\x8c\x0e\xe6\x9e\x1b\x63\x5d\x26\xc4\x3b\x52\xa8\x1d\x96\xe0\x75\x89\x16\xb8\x41\x98\xf7\x52\x35\x08\x63\x67\x02\x1f\xd0\x3a\x32\x1a\x5e\x67\x53\x48\x02\x20\x1e\x5b\x71\xfa\x46\xec\x8d\x87\x4e\xee\x41\x1b\x06\xef\x10\xb8\x21\x07\x15\xb5\x08\x78\xa5\xb0\x67\x20\x0d\xca\x74\x7d\x4b\x52\x2b\x84\x1d\x71\x33\x1c\x32\xae\xc8\xc4\xa7\x71\x81\x29\x58\x92\x06\x09\xca\xf4\x7b\x30\xd5\x7d\x14\x48\x16\x02\x00\xa0\x61\xee\x8f\xf2\x7c\xb7\xdb\x65\x72\x60\x99\x19\x5b\xe7\xed\x01\xe5\xf2\x77\x8b\xe3\xd3\xe5\xe6\xf4\xbb\xd7\xd9\x54\x88\xf7\xba\x45\xe7\xc0\xe2\x85\x27\x8b\x25\x14\x7b\x90\x7d\xdf\x92\x92\x45\x8b\xd0\xca\x1d\x18\x0b\xb2\xb6\x88\x25\xb0\x09\x3c\x77\x96\x98\x74\x3d\x01\x67\x2a\xde\x49\x8b\xa2\x24\xc7\x96\x0a\xcf\x5f\x19\x74\xc3\x8a\x1c\xdc\x07\x18\x0d\x52\x43\x3c\xdf\xc0\x62\x13\xc3\xaf\xf3\xcd\x62\x33\x11\x1f\x17\xdb\xdf\x56\xef\xb7\xf0\x71\xbe\x5e\xcf\x97\xdb\xc5\xe9\x06\x56\x6b\x38\x5e\x2d\x4f\x16\xdb\xc5\x6a\xb9\x81\xd5\x19\xcc\x97\x9f\xe0\xed\x62\x79\x32\x01\x24\x6e\xd0\x02\x5e\xf5\x36\x70\x37\x16\x28\x58\x87\x65\x26\x36\x88\x5f\x1d\x5e\x99\x03\x19\xd7\xa3\xa2\x8a\x14\xb4\x52\xd7\x5e\xd6\x08\xb5\xb9\x44\xab\x49\xd7\xd0\xa3\xed\xc8\x85\x97\xe7\x40\xea\x52\xb4\xd4\x11\x4b\x1e\xea\x47\x72\x32\xf1\x32\x17\xa2\x97\xea\x3c\x2c\xd9\x61\xd1\x18\x73\x2e\x04\x75\xbd\xb1\x0c\x89\x88\xe2\xaa\xe3\x58\x44\x71\x27\xb9\xc9\xad\xd4\x65\x28\x2c\x56\x2d\xaa\xe1\x7f\x46\x17\xec\x8b\x85\x88\x2a\xff\xf9\x33\xc4\x35\x71\xe3\x8b\x4c\x99\x2e\xaf\x8d\xa9\x5b\xcc\x6b\x13\x3a\x01\x71\x39\x83\xf8\xfc\x47\x97\x91\xc9\x65\x4f\xb9\x2c\x47\xa2\xf9\xe5\x2c\xec\xfa\x46\xab\x40\x96\x0f\xfa\x9d\x54\x0d\x69\xb4\xfb\xbc\x3f\xaf\x0f\x03\x3d\x8d\x54\xf2\x70\x1a\xda\xa7\x06\xac\xd7\x4c\x1d\xfe\x05\x48\xee\xd0\x92\x6c\xe9\x99\x85\x9e\xa9\xcd\x4b\xaa\xaa\x58\x44\xb7\xd4\x0f\x3c\x6e\x15\x9f\xdf\x7e\x89\x37\xa4\xdd\x3d\x99\x37\xa4\x53\x21\x2a\xaf\x15\x6c\xd1\xf1\xb1\xd1\x97\x68\x79\x7e\x03\x5a\xe3\x85\x47\xc7\x5b\xf3\x61\x96\x30\xbc\x1c\xf5\x66\xdb\x14\xbe\x88\xa8\x82\xa3\x5f\xe0\xb0\x25\x3b\x1b\x7e\xce\x8c\x4d\x1e\x90\xc9\xce\xbc\x56\x6e\x02\xe1\x45\x66\x4b\xdc\x6d\x8c\xb7\x0a\x93\xa1\x5c\x68\xfe\xe1\xfb\x24\x4d\x27\x70\xa7\x39\x60\x8e\x4d\x89\xea\x4c\x2a\x36\x76\x9f\x8c\xb6\x0c\xb3\xaa\xc1\x0e\x93\x34\x4d\x45\x14\x72\x49\x81\xc0\xf4\x0d\x10\xfc\x0c\xb3\x69\x78\x78\xf5\x2a\x10\x8b\x38\x5b\x7b\x9d\x54\x1d\x67\x9b\xde\x92\xe6\x2a\x89\xd7\x5e\xc3\x8b\x32\x9f\x4d\xa7\xf1\x04\x28\x9d\x40\xd0\xfc\x58\x53\x14\x19\x4b\x75\xd8\xfb\xff\x31\x06\xd9\x43\x33\xbe\x5c\x07\x58\x35\x48\x4e\x02\x3a\x0d\xb5\x3a\x38\x87\x65\x98\x55\x4f\xd8\x78\x3b\x61\xf9\x19\xe8\x70\x7c\x72\xbb\x78\x18\xa2\x0a\xfe\x37\x7e\x0b\xd9\x09\x62\x7f\x7a\xe1\x65\x3b\xec\x9c\x80\xe5\x51\x42\xc4\xd9\xa9\xb5\xc6\x56\x49\x8c\x57\x3d\xaa\xc0\x4a\xb6\xed\x70\x47\xa1\x63\xa8\x08\xdb\xd2\x85\xdb\xa8\xc0\xc3\xc5\x79\xc3\xdd\x14\x7f\xa0\x62\x28\x3c\x43\x65\xbc\x0e\xb7\x91\x54\xca\x78\x1d\x9a\xc1\xf2\x90\x38\xb4\xa8\x15\xba\xc9\x50\x1c\xfd\xae\x5f\xb8\xf8\xf0\x9c\xad\x86\xf1\xf5\x81\xdf\x09\x55\xd5\xc8\xec\x4e\xc3\x20\x22\x18\x78\x9d\x8a\xe8\x5a\x5c\x3f\x99\x3d\xd7\x1b\xed\xf0\xce\x8a\x6f\x27\x30\xa4\x23\xf9\x97\x52\x91\x3d\x62\xf8\xb7\x12\xf1\x50\xdc\xb3\xb9\xb8\x1b\xf8\x27\x33\xf1\x5f\xca\xc2\x9f\x01\x00\x00\xff\xff\x0e\x52\xf0\x28\x50\x08\x00\x00") - -func testImagesAgnhostWebhookConvert_testGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostWebhookConvert_testGo, - "test/images/agnhost/webhook/convert_test.go", - ) -} - -func testImagesAgnhostWebhookConvert_testGo() (*asset, error) { - bytes, err := testImagesAgnhostWebhookConvert_testGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/webhook/convert_test.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostWebhookCrdGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x56\x4d\x6f\xe3\x36\x10\x3d\x8b\xbf\x62\x2a\x20\x81\x1d\x28\x52\x92\xd3\xc2\x81\x0f\xae\x9d\x6e\x8d\x4d\x6d\xc0\x76\xb2\x58\x04\x41\x41\x51\x23\x89\xb5\x44\x6a\x49\x4a\x8a\x1b\xe4\xbf\x17\xd4\x47\x62\x37\x4e\x51\xb4\xc7\x05\x0c\x1b\x22\xdf\xbc\x79\x7c\x33\x1a\x3a\x38\x23\x53\x59\xec\x14\x4f\x52\x03\x57\x17\x97\x9f\x60\x93\x22\x7c\x29\x43\x54\x02\x0d\x6a\x98\x94\x26\x95\x4a\xfb\x84\xdc\x72\x86\x42\x63\x04\xa5\x88\x50\x81\x49\x11\x26\x05\x65\x29\x42\xb7\xe3\xc1\x3d\x2a\xcd\xa5\x80\x2b\xff\x02\x06\x16\xe0\x76\x5b\xee\xf0\x9a\xec\x64\x09\x39\xdd\x81\x90\x06\x4a\x8d\x60\x52\xae\x21\xe6\x19\x02\x3e\x31\x2c\x0c\x70\x01\x4c\xe6\x45\xc6\xa9\x60\x08\x35\x37\x69\x93\xa4\xa3\xf0\xc9\xb7\x8e\x40\x86\x86\x72\x01\x14\x98\x2c\x76\x20\xe3\x7d\x14\x50\x43\x08\x00\x40\x6a\x4c\x31\x0a\x82\xba\xae\x7d\xda\xa8\xf4\xa5\x4a\x82\xac\x45\xe9\xe0\x76\x3e\xbd\x59\xac\x6f\xce\xaf\xfc\x0b\x42\xee\x44\x86\x5a\x83\xc2\xef\x25\x57\x18\x41\xb8\x03\x5a\x14\x19\x67\x34\xcc\x10\x32\x5a\x83\x54\x40\x13\x85\x18\x81\x91\x56\x67\xad\xb8\xe1\x22\xf1\x40\xcb\xd8\xd4\x54\x21\x89\xb8\x36\x8a\x87\xa5\x39\x30\xa8\x57\xc5\x35\xec\x03\xa4\x00\x2a\xc0\x9d\xac\x61\xbe\x76\xe1\xe7\xc9\x7a\xbe\xf6\xc8\xd7\xf9\xe6\xd7\xe5\xdd\x06\xbe\x4e\x56\xab\xc9\x62\x33\xbf\x59\xc3\x72\x05\xd3\xe5\x62\x36\xdf\xcc\x97\x8b\x35\x2c\x7f\x81\xc9\xe2\x1b\x7c\x99\x2f\x66\x1e\x20\x37\x29\x2a\xc0\xa7\x42\x59\xed\x52\x01\xb7\xd6\x61\xe4\x93\x35\xe2\x41\xf2\x58\xb6\x62\x74\x81\x8c\xc7\x9c\x41\x46\x45\x52\xd2\x04\x21\x91\x15\x2a\xc1\x45\x02\x05\xaa\x9c\x6b\x5b\x3c\x0d\x54\x44\x24\xe3\x39\x37\xd4\x34\xcf\xef\x8e\xe3\x93\xb3\x80\x90\x82\xb2\xad\x25\xa9\x31\x4c\xa5\xdc\x12\xc2\xf3\x42\x2a\x03\x03\xe2\xb8\x71\x6e\x5c\x42\x1c\x77\xfb\x49\xfb\x5c\x06\xb4\xe0\x01\x8d\xba\x04\x41\x75\xe9\x12\x87\x16\x1c\x9f\x0c\x8a\x26\x65\x75\x09\x7b\xd0\xb7\xf5\x73\x5a\x70\x8d\xaa\x42\x15\x14\xdb\xc4\xee\xe9\x43\xc0\x51\xae\x10\x0d\xfd\x1f\x84\x4d\xb8\x4b\x9c\x1c\x0d\x3d\x14\x96\x53\x96\x72\x81\x6a\xf7\x16\x6c\x41\xad\x88\x1e\xb7\xcd\x64\xe2\x92\x21\x21\x41\x00\x9b\xa6\xc5\x4b\xc1\xac\x91\xb6\x56\xc8\x8c\x06\x9a\x65\x30\x5d\xcd\x34\xe8\x32\xcc\xb9\x31\x5d\x57\x19\xfb\x1d\x22\x1c\xe8\xf1\x3b\xd6\xfe\x54\xb6\x11\x8f\xef\xfb\xc4\x26\x02\x6b\xb3\x99\xae\x66\x03\xaa\xa0\xba\xf4\x27\xbd\xeb\x2b\xac\x38\xd6\x43\x38\x3b\x5c\xd4\x85\xb4\x2d\xf2\x4c\x1c\xab\xdb\xbf\x1f\x5c\x0d\xfd\xb9\x88\xe5\xc0\x6d\x88\x6c\x93\x03\x53\x91\x3b\x24\xc4\x51\xa8\x65\xa9\x18\xc2\x68\x0c\x2e\x2b\xb5\x91\x79\xbf\x14\x61\xcc\x05\x6f\xda\xc5\x25\x4e\x27\xf6\xf3\xfd\xca\x42\x5b\x1f\xfd\xcf\x4a\x96\x45\x37\x20\x56\x5d\xd8\x73\xb3\x38\x82\x63\x05\x6c\x03\x16\x34\x7f\x9b\x2b\x23\x70\xfb\xf2\x78\xd0\x73\x8c\xa0\x17\xf1\x62\x33\xff\xe7\xa4\x1f\xe5\xfb\x20\x95\xb5\xc3\x3a\xfa\x6a\xe1\x68\x0c\xc7\xac\x7d\x7e\xf9\x3b\xd2\x9f\x64\x99\xac\x31\x82\x31\x18\x55\xa2\x65\xa2\xb5\x0d\xa7\xca\x5f\xe1\xf7\x12\xb5\xf1\x97\xe1\x1f\xc8\x8c\xbf\xa2\x35\x71\x2a\xaa\x20\xa3\x21\x66\x1a\x72\x5a\x3c\xd8\x29\x22\x92\xc7\xf6\x87\x10\x47\xd7\xdc\xb0\x74\x3f\xb8\x97\x6b\xab\xca\xa8\x46\x78\xab\xc7\x88\x38\x0e\x53\x51\x93\xed\x98\xe7\xd3\xa6\xaa\x3d\xc1\xec\xb5\xaa\xf6\x14\x4e\x84\x1a\x15\xa7\x19\xff\x13\x95\x65\x60\x32\x42\xa6\xfd\x3b\xc1\x2b\x54\x9a\x66\xb3\xbd\xfd\xc1\x90\x38\x0e\x8f\xe1\x77\xcf\x7e\x50\x35\x01\xfb\x04\xfe\x0c\x6d\xfc\x40\xd1\xda\x03\xc1\x33\x0f\x4e\x99\x8a\x86\xd7\x0d\xf6\xa7\xb1\x5d\xb2\xfa\x9d\xb6\x2f\x6f\x94\x92\x6a\x80\x4a\x59\x5a\x47\xa1\x29\x95\x00\x23\xef\x2f\xdf\xf9\xdd\x83\xac\xe0\xce\xb5\xb1\xed\x60\xff\xb6\x79\x78\x75\xe4\x1f\xcd\xf8\x11\x7c\x88\x30\xa6\x65\x66\xac\x09\x9d\xac\x38\x37\x6d\x82\x78\xe0\xb6\xb3\xea\xb5\xdf\xbb\xd1\x24\x05\xda\xfb\xf6\xe1\xa4\xf2\xe0\xa4\x7a\x84\xb0\x34\x90\x48\x03\x27\x95\xeb\xed\x75\x99\xd7\xfa\xeb\x1d\x6b\x4a\xab\xe9\xfd\x51\xfe\xc5\x49\xec\x2b\xc7\x63\xa8\x3c\x90\x5b\xab\xb6\x3d\xd4\x83\xdb\x5d\x3f\xe7\x78\x85\xe7\x06\xb5\x71\x1f\xaf\x2d\xe2\xb9\xf5\xbd\x82\xf1\x18\x5e\x31\x11\xd7\xd4\xbe\x7c\x6e\x6b\xe9\x87\xef\x65\x4c\x33\x8d\x47\x10\x2b\xd4\x65\x66\x60\x0c\xa7\xdd\x7c\x59\x1b\x6a\x4a\xfd\xfc\x1b\x6a\x4d\x13\x1c\x81\x6b\x6f\x49\xdb\x53\x4c\x0a\xfb\x27\xc5\x5e\x9e\x35\x15\x76\xc4\x37\x7a\xdd\x97\xb6\x24\xcd\x50\x68\x8e\x7c\x7a\x98\x82\x90\x17\xf2\x57\x00\x00\x00\xff\xff\xa4\x46\x36\x6c\x94\x09\x00\x00") - -func testImagesAgnhostWebhookCrdGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostWebhookCrdGo, - "test/images/agnhost/webhook/crd.go", - ) -} - -func testImagesAgnhostWebhookCrdGo() (*asset, error) { - bytes, err := testImagesAgnhostWebhookCrdGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/webhook/crd.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostWebhookCustomresourceGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x56\xdd\x6e\xdb\x46\x13\xbd\xe6\x3e\xc5\x7c\xbc\x30\x24\x43\x26\x2d\x5d\x05\xfe\xa0\x0b\xd5\x76\x51\x35\xa9\x54\x48\xb2\x83\xc0\x30\x90\x11\x39\x22\x37\xa2\x76\x99\xdd\xa1\x18\xc1\xd1\xbb\x17\xbb\xa4\x03\x29\xfe\x41\x8b\xa6\x05\x6a\xc0\x10\xb8\x7b\x76\xe6\xcc\x99\x43\xee\xc4\xa7\xe2\x52\x97\x3b\x23\xb3\x9c\x61\x70\xde\x7f\x03\x8b\x9c\xe0\x6d\xb5\x24\xa3\x88\xc9\xc2\xa8\xe2\x5c\x1b\x1b\x09\xf1\x4e\x26\xa4\x2c\xa5\x50\xa9\x94\x0c\x70\x4e\x30\x2a\x31\xc9\x09\xda\x9d\x1e\xdc\x92\xb1\x52\x2b\x18\x44\xe7\xd0\x71\x80\xb0\xdd\x0a\xbb\xff\x17\x3b\x5d\xc1\x06\x77\xa0\x34\x43\x65\x09\x38\x97\x16\x56\xb2\x20\xa0\x2f\x09\x95\x0c\x52\x41\xa2\x37\x65\x21\x51\x25\x04\xb5\xe4\xdc\x27\x69\x43\x44\xe2\x43\x1b\x40\x2f\x19\xa5\x02\x84\x44\x97\x3b\xd0\xab\x43\x14\x20\x0b\x01\x00\x90\x33\x97\x17\x71\x5c\xd7\x75\x84\x9e\x65\xa4\x4d\x16\x17\x0d\xca\xc6\xef\xc6\x97\xd7\x93\xf9\xf5\xd9\x20\x3a\x17\xe2\x46\x15\x64\x2d\x18\xfa\x5c\x49\x43\x29\x2c\x77\x80\x65\x59\xc8\x04\x97\x05\x41\x81\x35\x68\x03\x98\x19\xa2\x14\x58\x3b\x9e\xb5\x91\x2c\x55\xd6\x03\xab\x57\x5c\xa3\x21\x91\x4a\xcb\x46\x2e\x2b\x3e\x12\xe8\x91\x95\xb4\x70\x08\xd0\x0a\x50\x41\x38\x9a\xc3\x78\x1e\xc2\x4f\xa3\xf9\x78\xde\x13\xef\xc7\x8b\x5f\xa6\x37\x0b\x78\x3f\x9a\xcd\x46\x93\xc5\xf8\x7a\x0e\xd3\x19\x5c\x4e\x27\x57\xe3\xc5\x78\x3a\x99\xc3\xf4\x67\x18\x4d\x3e\xc0\xdb\xf1\xe4\xaa\x07\x24\x39\x27\x03\xf4\xa5\x34\x8e\xbb\x36\x20\x9d\x74\x94\x46\x62\x4e\x74\x94\x7c\xa5\x1b\x32\xb6\xa4\x44\xae\x64\x02\x05\xaa\xac\xc2\x8c\x20\xd3\x5b\x32\x4a\xaa\x0c\x4a\x32\x1b\x69\x5d\xf3\x2c\xa0\x4a\x45\x21\x37\x92\x91\xfd\xf3\x93\x72\x22\x71\x1a\x0b\x51\x62\xb2\x76\x41\x6a\x5a\xe6\x5a\xaf\x85\x90\x9b\x52\x1b\x86\x8e\x08\x42\x52\x89\x4e\xa5\xca\xe2\x4f\x56\xab\x50\x88\x60\xdb\x87\x70\xfd\xc6\x46\x52\xc7\x58\xca\x18\xd3\x36\x5b\xbc\xed\x87\x22\xd8\x10\xe3\x31\x62\x83\x49\x2e\x15\x99\x5d\x5c\xae\x33\xb7\x60\x63\x07\x6a\xe0\x8f\xb8\x75\xa1\xb3\x50\x74\x85\x48\xb4\xb2\x3e\x71\x52\x59\xd6\x9b\x19\x59\x5d\x99\x84\x7e\x47\x4e\xf2\x3e\x38\xdd\x55\x06\x43\xf8\x78\xe7\xad\xe1\xff\x1e\x20\xd4\x65\x78\x01\x21\xa6\x69\xd8\x83\xb0\x44\xce\xdd\x63\x9c\x22\x63\xbc\xa9\x9a\xe2\xcf\x2c\x63\x46\x67\x7d\x87\xd8\x62\x51\x91\x83\xec\xc8\x86\xb0\x6f\x42\xdd\x7f\x7c\x36\xe9\xe0\x07\x24\x1d\xbc\x96\xb4\x2b\xc4\xaa\x52\x09\xf8\x33\x74\x79\xc4\xa0\x83\x06\xb6\xfd\x68\xf4\xa8\xf1\x8c\xb6\x92\xea\x2e\x9c\x1e\x2f\xda\x52\x3b\x77\x3c\x88\xc0\xe9\x18\xdd\x76\x06\xdd\x68\xac\x56\xba\x13\x36\x44\x54\x06\x4d\x65\x60\xda\xc0\x61\x57\x04\x89\x81\x8b\xa1\xab\xae\x4a\xd8\x9d\x6d\x7b\x17\x4d\x97\x9f\x28\xe1\xdf\x88\x51\x04\xc1\x15\x32\xc2\x06\xcb\xbb\x46\x85\xfb\xe6\x47\x04\xfb\x87\xbd\x10\x81\xc1\xda\xc5\x40\x13\xcd\xe8\x73\x45\x96\xdb\xc3\xd1\x0c\x6b\x11\x90\xf1\x19\x9c\x71\xa2\x1b\xb5\x41\x63\x73\x2c\x3a\x06\xeb\x1e\x9c\x24\xa6\x2b\x02\xb9\x02\x87\xf9\xdf\x10\x94\x2c\x3c\x05\xcf\xff\xda\x18\x6d\x3a\x64\x1c\x24\x30\xc4\x95\x51\xc0\xfa\xb6\xff\xa4\xe2\x16\xe3\x99\x78\x65\xbe\x49\x71\x31\x84\xe7\x24\x7a\xd8\x7f\x8f\x8c\x46\x45\xa1\x6b\x4a\x61\x08\x6c\x2a\x12\x9e\x54\x62\x22\x57\xf7\x5d\x78\xd8\x47\xc3\xe1\x3d\x0c\x87\x6d\xff\x1e\x3c\xb5\xa3\x48\xde\x2e\x30\x84\xbb\xfb\xe5\x8e\xa9\xf3\x9c\x81\x3d\xd9\x17\x33\x78\x7b\xfe\xdd\x1c\x83\x26\x47\xc9\xad\x06\x7e\x71\xb1\x2b\xe9\xd7\xf9\x74\xe2\x1f\x9e\x48\xf0\x0d\x02\x43\x38\x29\x59\x3c\x6a\x7e\x72\x8c\x13\xfb\xd6\xa9\xee\x95\xe7\x1f\x6c\x54\x1f\xf3\x1f\x74\xea\x16\x0d\x38\xb7\x36\xc2\xf9\x1e\x1c\xba\xb6\x24\xe3\xdb\xe0\xc4\xdf\xf6\xa3\x2b\x2a\x88\xa9\x69\x00\xd6\x70\xec\xf0\x22\x3d\x34\xf9\x1e\xa8\xb0\x2f\x41\x0f\x71\xff\xcd\xf7\x21\x70\x57\xce\xba\x07\x5b\x17\xc2\xa0\xca\xe8\xd1\xbb\x9e\x9f\x5c\xc1\xda\x1b\xb6\xbd\x3a\xce\x68\x40\x67\x4c\x96\x43\x38\x39\x81\xed\xd1\x56\x2a\x2d\xba\xe0\x6e\x4b\x04\x41\xd0\x79\xa5\x01\x97\x86\x90\x09\xbe\x7e\x7d\xad\x4b\x37\x65\x8a\x4c\x5d\x4f\xe4\xe5\x32\x56\x58\x58\x7a\x06\x31\x23\x5b\x15\xec\x2c\xdf\xba\x69\xce\xc8\x95\xf5\xc1\x82\x19\xa1\xd5\xea\x02\x42\x77\x57\x7e\xe7\x48\x48\xb4\x72\x63\x8b\xbb\x4e\x6b\x54\x6e\x0a\x70\x1f\xfd\xb0\xe7\x4e\xee\x45\xf3\xff\x57\x84\x51\x5a\xa5\xce\x70\x6e\x46\xf1\xdb\x7f\xce\x99\xff\x6a\xc9\xa8\xdc\xb0\xb7\x24\xf0\x4c\xdd\x64\x45\x09\xba\xd9\x4f\xf2\x33\x7a\xac\x69\xe7\x66\x0f\x68\xee\xbc\x43\x61\xf6\xaf\x7c\x5d\xfe\x08\x00\x00\xff\xff\x8e\x18\x4a\x49\xc2\x0a\x00\x00") - -func testImagesAgnhostWebhookCustomresourceGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostWebhookCustomresourceGo, - "test/images/agnhost/webhook/customresource.go", - ) -} - -func testImagesAgnhostWebhookCustomresourceGo() (*asset, error) { - bytes, err := testImagesAgnhostWebhookCustomresourceGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/webhook/customresource.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostWebhookMainGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x58\xe1\x6f\xdb\x36\xf3\xfe\x2c\xfe\x15\x37\x01\x2d\xa4\x40\x96\xda\x6e\x03\xf6\xf3\x90\x0f\x6e\xd2\xae\x41\xd3\x64\x88\xdd\x16\xc3\x30\xfc\x46\x4b\x27\x99\xb5\x44\x6a\x24\x65\xd7\x0b\xfa\xbf\xbf\x38\x4a\x56\xe4\xd8\xce\xba\x61\xc1\xfb\xe6\x43\x12\x89\xe4\x3d\xc7\xe7\xee\x1e\x9e\x98\x9c\xb0\x33\x55\x6f\xb4\x28\x16\x16\x5e\x3c\x7b\xfe\x03\xcc\x16\x08\x6f\x9b\x39\x6a\x89\x16\x0d\x4c\x1a\xbb\x50\xda\xc4\x8c\x5d\x8a\x14\xa5\xc1\x0c\x1a\x99\xa1\x06\xbb\x40\x98\xd4\x3c\x5d\x20\x74\x23\x11\x7c\x40\x6d\x84\x92\xf0\x22\x7e\x06\x01\x4d\xf0\xbb\x21\x3f\xfc\x91\x6d\x54\x03\x15\xdf\x80\x54\x16\x1a\x83\x60\x17\xc2\x40\x2e\x4a\x04\xfc\x9c\x62\x6d\x41\x48\x48\x55\x55\x97\x82\xcb\x14\x61\x2d\xec\xc2\x81\x74\x26\x62\xf6\x4b\x67\x40\xcd\x2d\x17\x12\x38\xa4\xaa\xde\x80\xca\x87\xb3\x80\x5b\xc6\x00\x00\x16\xd6\xd6\xe3\x24\x59\xaf\xd7\x31\x77\x5e\xc6\x4a\x17\x49\xd9\xce\x32\xc9\xe5\xc5\xd9\xab\xab\xe9\xab\xd1\x8b\xf8\x19\x63\xef\x65\x89\xc6\x80\xc6\x3f\x1a\xa1\x31\x83\xf9\x06\x78\x5d\x97\x22\xe5\xf3\x12\xa1\xe4\x6b\x50\x1a\x78\xa1\x11\x33\xb0\x8a\xfc\x5c\x6b\x61\x85\x2c\x22\x30\x2a\xb7\x6b\xae\x91\x65\xc2\x58\x2d\xe6\x8d\xdd\x21\x68\xeb\x95\x30\x30\x9c\xa0\x24\x70\x09\xfe\x64\x0a\x17\x53\x1f\x5e\x4e\xa6\x17\xd3\x88\x7d\xbc\x98\xbd\xb9\x7e\x3f\x83\x8f\x93\x9b\x9b\xc9\xd5\xec\xe2\xd5\x14\xae\x6f\xe0\xec\xfa\xea\xfc\x62\x76\x71\x7d\x35\x85\xeb\xd7\x30\xb9\xfa\x05\xde\x5e\x5c\x9d\x47\x80\xc2\x2e\x50\x03\x7e\xae\x35\xf9\xae\x34\x08\xa2\x0e\xb3\x98\x4d\x11\x77\xc0\x73\xd5\x3a\x63\x6a\x4c\x45\x2e\x52\x28\xb9\x2c\x1a\x5e\x20\x14\x6a\x85\x5a\x0a\x59\x40\x8d\xba\x12\x86\x82\x67\x80\xcb\x8c\x95\xa2\x12\x96\x5b\xf7\xbc\xb7\x9d\x98\x9d\x24\x8c\xd5\x3c\x5d\x92\x91\x35\xce\x17\x4a\x2d\x19\x13\x55\xad\xb4\x85\x80\x79\x3e\xca\x54\x65\x42\x16\xc9\x27\xa3\xa4\xcf\x3c\x3f\xaf\x2c\xfd\x11\x2a\x11\xaa\xb1\xa2\xa4\x07\x89\x36\xa1\x30\xf9\x8c\x79\x7e\x21\xec\xa2\x99\xc7\xa9\xaa\x12\x53\xe7\xcf\xbf\x4d\x52\x35\xd7\x9c\x86\x56\xcf\xc1\x5f\xfe\x60\x62\xa1\x12\x5e\x8b\x84\x67\x9d\xa3\xc9\xea\x39\x59\x39\x32\x34\x47\xcb\xef\x8d\x57\x3c\x5d\x08\x89\x7a\x93\xd4\xcb\x22\xd1\x8d\xb4\xa2\xc2\xc1\x94\x65\xa9\x0a\x9f\x79\x49\x02\xb3\xeb\xf3\xeb\x31\x58\xbd\x69\x93\xb4\x14\x73\xcd\xe9\x41\x81\x41\x04\x91\x83\xb0\x50\xa0\x44\xcd\xa9\x44\x52\xa5\x35\xa6\x16\x68\xaf\x50\x73\x9b\x2e\x9c\x11\xda\x9a\x19\x27\xc9\x60\x67\x15\xb7\x76\xce\x85\xce\x1c\x2f\xed\xd4\x90\xb1\x15\xd7\xc4\x5a\x8a\xda\xbe\xa6\x7a\xa0\x44\x91\x05\xf3\x96\xb8\x71\xcf\xfd\x0b\xc7\x2f\xfd\x08\x69\x69\x61\x92\xc0\x59\x95\x7d\x6c\x03\x40\x49\xd6\x98\x2e\x7d\x0b\xb9\x50\xc6\xc2\x19\x91\x18\x3b\x80\xc1\xc4\x53\x78\xea\xd8\x8d\xcf\x54\x55\x71\x99\xdd\x32\xef\xbd\xc1\x31\x00\xf8\x5d\x30\xfd\x88\x79\xd3\x85\xd2\x76\x0c\xfe\xd4\x72\x6d\x0d\x70\x78\x33\x9b\xfd\x0c\x06\xf5\x0a\x75\x44\x48\x79\x53\xb6\xb9\x85\x86\x8a\x01\xde\x35\x94\x31\xb2\x98\x6c\xc3\xb0\xc5\xe3\x32\x83\x0f\xbc\x14\xd9\xc1\x61\xc2\xba\x54\xb2\x18\xc3\xef\x8f\x0d\x15\xb3\x49\x6e\x51\x43\x86\x75\xa9\x36\x64\x48\x58\x8a\xea\x40\xef\xd2\xb2\x31\x96\x50\x9d\xbe\x65\x95\x90\x54\xb7\xdc\x2a\x0d\x12\x31\x33\x34\x3d\xd5\xc8\x2d\x02\x1f\x20\x75\x00\x67\x4a\xe6\xa2\x68\xb4\xab\x1c\x26\xa4\xb3\xb2\x6f\x9d\x8c\x68\x2c\x84\xfb\x5f\x63\xa5\x6c\x5f\x46\xd0\x27\x31\xa4\x4a\x5a\xad\xca\x12\xb5\x89\x7f\x8f\x98\x37\xd1\x85\x19\x43\x1b\xb9\x77\xfc\xb3\xa8\x9a\xea\x8a\xde\x05\xcf\xc2\x88\x79\x37\x8d\x1c\x03\x54\x5c\xc8\x88\x7d\x61\x2c\x6f\x64\x0a\x42\x0a\x1b\x84\x70\xcb\xbc\xbb\xe8\xc7\xaf\x4b\x5e\x98\x20\x8c\xa7\x2e\xa9\x3e\x70\x1d\x3c\xdd\x66\x5e\x04\xbe\x2d\xcd\x88\x1e\x47\xa4\xcc\x7e\x04\x3e\x85\xc7\xf3\x5d\x1e\x92\x43\x5c\x38\xbd\xa0\x7d\x65\x98\xf3\xa6\xb4\xf0\xf9\xfb\x67\xff\x07\x67\xa8\x2d\x89\x0b\x11\x43\x91\xa2\x08\x4e\x63\x08\xce\x26\x40\xe6\x22\xaa\x1a\x2e\x37\x11\x19\xa1\x49\x92\x93\x10\x72\x17\x8e\x36\xd0\x6e\x5e\x18\xfb\xe1\x5f\x79\xdb\x95\x45\xe7\x6c\xad\xc5\x8a\x5b\x1c\x2d\x71\xf3\x77\x7d\xee\x96\xc2\x12\x37\x50\x51\x31\xd2\xac\xd1\x68\x87\x82\x63\xfe\x5c\x48\xeb\x9c\xa1\x92\x8c\xc0\xa7\x3f\x7e\x04\xdf\x7d\xf7\xad\x83\x9e\x62\xda\x68\x04\x57\xaf\x76\xc1\xad\xc3\xde\x46\xb8\xa4\xb8\x4b\x03\x4a\xfa\x21\x85\x2a\x49\x5c\xd0\x6d\x27\x5a\xaf\x29\x72\x0b\x2e\xb3\x12\xa9\x14\xba\xb7\x77\x79\xc1\xec\xa6\xc6\xfd\x15\x14\xf0\xa0\x7b\x11\xf7\x89\x7f\x83\x2b\x81\xeb\x10\x4e\x0e\x8c\x98\x5a\x49\x83\x7f\x8d\x7f\x04\x7a\x88\x7a\x10\xf0\x21\xac\x37\xce\xbe\x26\xcd\xe2\x1d\x98\x8e\x5c\xe2\xcc\x95\x5d\xc0\xaa\x2d\x2c\xa5\xdd\x69\x04\x15\x95\xbb\xd2\x26\x6a\xc9\x34\x4d\x4d\xcc\x1a\xa8\x9a\xd2\x8a\xba\xc4\x41\xd1\x68\x87\x0f\xab\xb6\x13\x31\x03\x8f\xb7\x90\xc6\xea\x26\xb5\x54\x14\x43\x6a\x87\xbb\x77\x67\x8e\xfb\x19\x6c\xb5\x2f\x2a\x89\xeb\x73\x2c\xb1\xe0\x16\x67\xea\xc3\xf3\xc9\xc0\x76\x90\x0f\x57\x84\xbb\xb8\xb7\xcc\xd3\x68\x1b\x2d\x77\x5e\xdf\x32\x6f\xeb\xc7\x18\xb2\xce\xee\x87\xf6\x85\x33\x4d\x18\x41\x4e\x15\xee\xad\x9e\x8f\x5b\xb7\xf2\x88\x79\x5f\x7a\x87\x8e\xaf\x3a\xe0\xcd\x30\xc8\x77\x1e\xb9\x30\x6e\xa9\xfb\xfb\x39\x44\x96\x3c\x21\x61\x7c\x0a\xfb\xb9\x70\x7b\x83\x7f\x34\x68\x2c\x49\x97\x5c\xa1\xb6\x83\x71\x37\xe0\x7c\x6d\xc1\xe3\xee\x55\xf8\x85\x79\x9e\x6a\x2c\x59\xcc\x03\x21\x43\xe6\x6d\x5d\xdd\x37\xd2\xfa\x40\x56\x9c\x7b\x81\x6a\x6c\xd8\xf1\x93\x24\xad\xb8\xf4\xf9\x4c\x75\x48\x07\xb3\x2b\x4d\xca\x17\x95\x03\x77\x9d\x1f\x1a\x4b\x82\xa0\x9c\x38\xd3\x74\x27\x19\x8a\x1a\x35\x47\x1c\xd9\x22\x9a\x9c\xb2\x3b\xde\x9d\xe5\x60\xed\xec\xc5\x5b\x37\x3e\x6a\xe1\x8e\x0f\x0d\x27\xdd\x7b\x67\x3a\x6a\x8d\xec\x84\xde\x09\x33\x1d\xcd\x73\x95\x6d\xe0\xd7\xdf\xe6\x1b\x8b\xcc\x13\x39\xe8\xf8\x25\xbd\xf9\xe6\x14\xa4\x28\x5b\x6e\x73\xc8\xb8\xe5\x11\xa0\xd6\xc4\x49\xdb\x44\xc5\x37\xc8\xb3\x49\x59\x06\xed\x82\xf0\x47\x37\x7c\x7a\xb7\xcc\x73\x96\x4f\xdd\x5a\xe6\x79\x5f\x88\x15\xd7\x9b\xac\x50\x8b\x7c\xe3\xd8\x20\x81\x44\x69\xc1\x15\x0a\x95\x63\x9a\xd2\xf9\x85\xcc\xeb\x46\x66\x34\x30\x3e\x05\x1d\xbf\x41\x9e\xa1\x8e\x7f\x42\x1b\xf8\x67\xed\xe0\x88\x46\x49\x22\x45\x0e\xc3\xf9\xdf\x9c\x82\xdf\xf5\xd0\x44\x58\xdb\x07\x3a\x9f\xa8\xcb\x8a\x5f\x69\xad\x74\x1e\xf8\x83\x25\xa7\x4f\x4c\x44\xed\x2c\x75\x52\x7b\x2b\xa3\xa1\xf1\xbb\x64\x68\xf7\xe3\x2c\x7e\x08\x5e\x90\x28\xe7\x2a\xc8\x2b\x1b\x4f\x6b\x2d\xa4\xcd\x03\xdf\xc5\x9d\x22\xa9\xb7\x49\xf8\xc4\xf8\x91\x63\x3c\x0c\x19\xf3\x32\x34\xa8\x05\x2f\xc5\x9f\xe8\x88\x4d\x55\x86\xa9\x89\xdf\x4b\x41\x0a\xc2\xcb\xf3\xc1\x78\x10\x32\x4f\xcd\x3f\x45\x50\xac\x96\x7d\x24\x86\x06\xe2\x73\xa4\xf5\x01\x59\x8f\x28\x08\xee\x57\x4b\x0e\x4d\x1f\x04\xb4\x32\x85\xcb\xed\xa1\xaf\x5d\xaa\x40\xaa\x9a\x32\x73\x9f\x49\x73\x3a\xb0\xc8\x64\x36\x86\x27\x2b\xdf\x81\x86\x3b\x1c\x06\x95\x29\xe8\x8d\xcb\xb5\xf6\xcd\x3a\x82\xca\x14\x51\x9b\x96\x53\xcb\x6d\x63\x5e\xf2\x6c\x5b\x58\xf7\xb8\xa3\xf4\xd3\x5d\xea\x5e\xcf\x3f\x41\xd7\x15\xc7\xd7\xf3\x4f\x98\x5a\xe6\x99\xb5\xb0\xe9\x02\x4e\x8a\xd5\x92\xfc\x4e\xb9\xc1\x5e\x20\xa6\xe9\x02\x2b\xfc\x49\xab\xa6\xee\x3e\xfc\xe2\x8f\xc2\x2e\xde\x0a\x99\x05\xfe\x3d\x11\xf0\xc3\xb1\x43\x76\x4e\x60\x76\x6f\x34\x02\xb5\x24\x3a\xd4\xfc\x53\x1c\x1c\x92\x19\x27\x40\x6d\x1d\x7c\xa3\x96\x6d\x6e\xef\x24\xd2\x2b\x97\x38\x98\x1d\x53\x2f\x98\x37\x16\x0a\x45\xf1\x9f\xf9\x11\x01\x91\xb9\x9e\x0a\x2a\x0d\x6f\xcb\xc3\xfd\xa5\xe3\x53\x78\x7a\xc4\xec\xed\x03\xeb\xe2\x29\xda\x21\x39\x8e\x17\x22\x32\x7c\x60\x4d\xaf\xa8\xa7\xad\x54\xc4\x1d\x70\x70\x72\x8c\xbb\xaf\xb1\x16\xbf\xbf\x38\x87\x53\x38\x66\x62\x2b\x52\x34\x6d\x60\x8d\xf2\xe1\x14\x8e\xd8\xee\x73\xe1\x11\xd3\xe0\x9f\x66\xc0\xbf\x1f\xfc\xff\x46\xdc\xff\x07\x43\xde\x75\xcf\xe3\x23\x02\xf6\x5e\x76\x9d\x19\x66\x50\x10\x03\xdb\x36\x0c\x96\x42\x6e\x25\xac\x23\xe2\xdf\x93\xb0\x87\xe4\xdf\x60\x7b\x8e\x6f\x77\xd4\xf9\x30\xd8\x6e\x18\x32\xb7\xfb\x97\x1b\x8b\xa6\x57\x75\x3a\x74\xe2\x77\x5c\x9b\x05\x2f\x83\xe1\xec\x43\x5a\x3e\xd8\x4a\xa7\xcf\xbb\x5b\x41\xad\xbb\x87\x70\x67\x4b\x17\xd2\xa2\x96\xbc\x9c\xba\xcf\x1f\x37\x63\x77\x6f\xde\xba\x3b\x72\xe9\xfb\x67\xef\xd0\x8d\x0e\x9c\xb0\xad\x7f\xff\xdf\xef\x63\x1d\xbb\x7e\x24\xe8\x77\xd8\xf5\x08\x0f\x79\x7f\xd7\x58\xba\x06\x67\x52\xae\xf9\xc6\x4c\xca\x52\x51\xdb\xcb\x37\xaf\xc5\x0a\xa7\x98\x2a\x99\x99\xaf\xec\x7d\x5c\x9f\xd3\x35\x4b\x11\xe8\xe8\xc1\x0e\x9a\x1f\x87\x0b\xc3\x43\x9e\x9d\xa3\xdc\x3c\x9e\x23\x64\x7d\x0f\x37\xcb\x2e\xf9\x1c\xcb\x47\x41\xed\x6c\xdf\xc7\xfc\x59\x3d\x12\xdd\xf4\x40\xc6\xf7\x36\x69\xad\xbb\x2e\x2b\x1e\x0b\x39\x43\xb9\x99\x76\x37\x92\x2d\x58\x85\xd2\xde\x77\xc3\x5d\xf4\x3c\xda\xee\xab\xde\xfa\x7d\xdc\xf6\x22\xa7\xe2\xf5\xe3\xb1\xde\x42\xbc\xe3\xf5\x1e\x78\xbb\xe9\xc7\x75\xa1\xba\x87\xb1\x47\x40\x63\xac\xaa\x6e\xd0\xa8\x46\xa7\x5f\xfb\x95\xf3\x0f\x48\xd8\x81\x39\x42\xc4\xa3\xbb\x52\x1d\xc0\xd9\x23\xe4\xe6\xfc\xf1\x58\xb8\x39\x1f\xc0\x55\x5c\xc8\x20\xad\x32\x38\xd9\xb9\xa5\x8d\x80\xeb\xc2\xc0\xaf\xbf\xb5\xb7\xc1\x0e\x25\x75\xf1\x23\xa5\x6f\x23\x49\x82\x7e\xd6\x5d\xe6\x8d\xa1\xbf\xd6\x63\x9e\xf7\xb6\xbd\x34\x1b\x03\x6c\xaf\xcf\xda\xd3\xd3\x39\xde\x3a\xf3\xba\x91\x69\xe0\x27\xad\xf0\x8d\x38\x49\xf0\x28\x23\x0d\x1e\x7d\x4f\xdf\x4c\x7f\x75\x1a\x84\x0f\x18\xa3\x62\xdf\x35\xe1\x84\xf5\xe0\x8a\x2c\x1b\x95\x24\x81\xfd\xfc\xad\x24\x1e\x9a\x5d\xab\xac\xf7\xcd\xd5\xf1\xb1\x49\x09\x77\x1a\xd3\x1b\x1d\xca\xdb\xc1\x45\x55\x77\xc5\x3c\x1a\x42\xdc\xc9\xd1\xc1\x35\x69\x5f\x4e\xdb\x05\x83\x02\x7b\x10\x64\x7f\xe5\x7d\x11\x38\x0c\xe8\x52\x76\xa4\xbb\x9c\xed\x51\x77\x33\xf9\x61\xe4\xc3\x26\x0e\x95\xde\x61\x17\x74\xd6\xc3\xde\x9c\x1f\x9c\xa2\x91\x67\x9b\x3f\xfd\xa8\xbd\x66\x3a\x56\x44\xf8\xc7\x5e\x19\xf5\xfd\x4b\x7b\x39\x12\xf8\x6a\xe9\x87\x21\x7c\x09\xbb\xfa\x72\x3d\xce\xd3\xb6\xa5\x72\xcf\x94\xff\x93\x2c\xd3\xdb\x7b\xb2\x61\x2f\x38\x7e\x42\x8e\x52\x7b\xea\x2e\xd3\x66\x97\xd3\x96\x5c\x77\x2f\x95\x8b\x62\x76\x39\x0d\xda\xff\x42\x57\x1b\x5e\xd7\x43\xb5\x48\xf1\xa5\xbb\xb5\x9d\xc8\xcc\x21\xd1\x64\xdf\x5d\x35\x1f\x6c\x09\x6b\x2e\x45\x3a\xe8\xa7\xfe\x13\x00\x00\xff\xff\x34\x12\x24\x9b\x67\x1d\x00\x00") - -func testImagesAgnhostWebhookMainGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostWebhookMainGo, - "test/images/agnhost/webhook/main.go", - ) -} - -func testImagesAgnhostWebhookMainGo() (*asset, error) { - bytes, err := testImagesAgnhostWebhookMainGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/webhook/main.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostWebhookPatch_testGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xdc\x56\x4b\x6f\xdb\x38\x10\x3e\x8b\xbf\x62\xaa\xc5\x16\x76\xe1\x48\x4d\x4e\x85\x17\x3d\x78\x93\x14\xeb\x3e\xec\x22\x76\xb6\x28\xd2\x60\x41\x53\x63\x89\x89\x44\xb2\x24\x15\xc7\x28\xfc\xdf\x17\xa3\x47\x2c\xe7\x55\x2f\xd0\xd3\x1e\x62\x49\x9c\x8f\xf3\x7d\x33\x43\xce\x24\x7e\xc5\x8e\xb5\x59\x5b\x99\x66\x1e\x8e\x5e\x1f\xbe\x81\x79\x86\xf0\xa1\x5c\xa0\x55\xe8\xd1\xc1\xa8\xf4\x99\xb6\x2e\x62\xec\xa3\x14\xa8\x1c\x26\x50\xaa\x04\x2d\xf8\x0c\x61\x64\xb8\xc8\x10\x1a\xcb\x00\xfe\x46\xeb\xa4\x56\x70\x14\xbd\x86\x1e\x01\xc2\xc6\x14\xf6\xff\x60\x6b\x5d\x42\xc1\xd7\xa0\xb4\x87\xd2\x21\xf8\x4c\x3a\x58\xca\x1c\x01\x6f\x05\x1a\x0f\x52\x81\xd0\x85\xc9\x25\x57\x02\x61\x25\x7d\x56\x91\x34\x2e\x22\xf6\xb5\x71\xa0\x17\x9e\x4b\x05\x1c\x84\x36\x6b\xd0\xcb\x2e\x0a\xb8\x67\x0c\x00\x20\xf3\xde\x0c\xe3\x78\xb5\x5a\x45\xbc\x52\x19\x69\x9b\xc6\x79\x8d\x72\xf1\xc7\xf1\xf1\xe9\x64\x76\x7a\x70\x14\xbd\x66\xec\x5c\xe5\xe8\x1c\x58\xfc\x5e\x4a\x8b\x09\x2c\xd6\xc0\x8d\xc9\xa5\xe0\x8b\x1c\x21\xe7\x2b\xd0\x16\x78\x6a\x11\x13\xf0\x9a\x74\xae\xac\xf4\x52\xa5\x03\x70\x7a\xe9\x57\xdc\x22\x4b\xa4\xf3\x56\x2e\x4a\xbf\x93\xa0\x56\x95\x74\xd0\x05\x68\x05\x5c\x41\x38\x9a\xc1\x78\x16\xc2\x9f\xa3\xd9\x78\x36\x60\x5f\xc6\xf3\xbf\xa6\xe7\x73\xf8\x32\x3a\x3b\x1b\x4d\xe6\xe3\xd3\x19\x4c\xcf\xe0\x78\x3a\x39\x19\xcf\xc7\xd3\xc9\x0c\xa6\xef\x60\x34\xf9\x0a\x1f\xc6\x93\x93\x01\xa0\xf4\x19\x5a\xc0\x5b\x63\x49\xbb\xb6\x20\x29\x75\x98\x44\x6c\x86\xb8\x43\xbe\xd4\xb5\x18\x67\x50\xc8\xa5\x14\x90\x73\x95\x96\x3c\x45\x48\xf5\x0d\x5a\x25\x55\x0a\x06\x6d\x21\x1d\x15\xcf\x01\x57\x09\xcb\x65\x21\x3d\xf7\xd5\xf7\x83\x70\x22\xf6\x2a\x66\xcc\x70\x71\x4d\x4e\x56\xb8\xc8\xb4\xbe\x66\x4c\x16\x46\x5b\x0f\x3d\x16\x84\xa8\x84\x4e\xa4\x4a\xe3\x2b\xa7\x55\xc8\x82\xd0\xe2\x32\x47\xe1\xe9\xd5\xa3\xa3\xdc\x85\x8c\x05\x64\x35\xdc\x8b\x0c\xc2\x54\xfa\xac\x5c\x44\x42\x17\x31\xde\x70\x65\xb2\xdb\x6a\xef\x41\x65\x0e\x59\x20\xb4\xc5\x9b\x43\x08\xaf\xdf\xb8\x48\xea\x98\x1b\x19\xd3\x52\x7c\x73\x48\x3e\xb7\xab\x05\x17\x99\x54\x68\xd7\xb1\xb9\x4e\x69\xc1\xc5\x05\x7a\x1e\xdf\x1c\xc6\xa5\x72\xde\x96\xc2\x97\x16\x93\x90\xf5\x19\x5b\x96\x4a\xc0\x1c\x9d\xff\x4c\x24\xe8\x7a\x1e\x5e\x35\xea\xa2\x79\x1f\x7e\xb0\x80\xbe\x8e\xb9\x43\x07\xc3\xb7\x70\x71\x59\xef\x27\x43\x50\xcb\x06\x00\xaa\xaa\x4a\x59\x10\x48\x25\xbd\xe4\x39\x80\x54\x1e\xed\x92\x0b\xfc\xb1\x61\x41\x80\xb7\x06\x05\x15\x7d\x77\xd9\x6b\x22\x86\x7b\xe8\x0d\xb9\xa6\xbf\xda\xff\x10\x84\x56\x4b\x99\x7e\xe2\xa6\x92\x78\x38\x20\x53\x43\x44\x46\xca\x49\x74\xdc\x62\xaa\x8d\xc1\x09\xf7\x7c\x08\x05\x37\x17\xb5\xb4\xcb\xfa\x51\x1b\x83\xb0\x28\xeb\xba\x1e\x38\xcf\xad\x0f\x87\x10\xae\xd1\x85\x95\xe3\x60\x53\x3d\xea\xdf\x56\xf7\x10\x5e\xfe\x1a\x1e\xe8\x32\xed\xda\x53\x3c\x38\x7c\x52\x49\xf5\xf3\x74\x4e\x8e\xfe\xbf\x39\x39\x7a\x2e\x27\xf7\x92\x62\x74\xe2\xc6\x4a\xfa\x63\xad\xa8\x3b\xa2\xad\x92\xf3\x68\x6e\x3e\xeb\xa4\x16\x34\x33\x28\xba\xab\xf4\xdd\x48\xdd\x71\xe5\x86\x70\x71\xb9\x0d\xb8\x5e\xfc\xb1\xd9\x27\x3f\xbf\x88\xab\x06\x06\xed\x33\x18\x17\x3c\x45\x4a\x1f\x40\xd8\xf4\x9f\x03\x9e\x24\x98\x1c\x48\xb2\xb4\x09\x0d\x82\x09\x2f\x1a\xdc\x03\xa0\x92\xfe\x40\xb4\x0c\xdb\x1d\x67\xe8\x74\x69\x05\xba\x3b\xb5\xed\xca\x59\x3d\x1f\x0a\x54\xde\xb5\xd1\xb7\x91\xdf\x3d\xef\x1d\xdc\x0d\x0b\xa8\xfd\xfe\x33\x00\x6a\x25\x82\x3b\xa4\x4e\x62\xb9\x4a\x11\xb6\xcd\x85\xe2\xd2\x8b\xab\xf7\xb3\x01\xa0\xb5\x84\xa0\xde\x17\x7d\xe2\xd6\x65\x3c\xef\xb5\x5b\xa3\xa6\x92\x7d\xea\x36\xcb\x0a\xfa\xe2\x2d\x28\x99\x57\x0e\x02\x1f\xbd\xe3\x9e\xe7\x3d\xb4\x96\x10\x9b\xb6\x4b\x4d\x17\x57\x3b\x7e\xab\xc5\xe8\x04\x85\x4e\xb0\x3a\x25\xbd\x8b\xcb\xc5\xda\xe3\x96\xa7\x42\xf4\xf7\xa5\x69\x79\x30\xe9\x04\xd0\x32\x47\x23\x63\xf2\x75\xaf\x8a\x6e\x7f\xdd\x7a\x71\x35\x5f\x9b\x3a\x57\xf5\xe4\x88\xe8\x7b\xba\x7c\x34\x17\x84\xa6\x66\xda\x41\x4f\x70\xd5\x6b\x9c\xf4\xa3\x71\xdb\x62\x7b\x84\x26\xfa\x26\xc1\xe7\xaa\x68\x52\xdc\x09\xa0\xf1\xb6\xbf\x58\xb9\x84\x17\x2d\xef\x09\xa2\x39\xfd\x5e\xf2\xbc\xd7\xb8\xd9\x16\x3e\x6a\x6f\x47\xbf\xf5\x74\x6a\xad\xb6\xcb\x5e\xf8\x4d\xdd\x0d\x89\xdf\x7f\xbb\xf9\xa6\x06\x90\x6a\x4f\xaf\xe1\x23\xbb\x77\x04\xd2\xc8\x60\x6c\xd3\x19\x65\xef\x67\xd3\x49\x55\xd4\x77\xda\x9e\x77\x06\xde\xc3\xd9\x26\xaa\x3a\xbd\xec\x4e\xc5\xa8\xbb\x83\x44\x4e\x17\x57\x28\xfc\x4e\x47\xeb\xcc\xab\x2a\x8c\xf0\x5a\xaa\x24\x6c\xee\x18\x84\x33\x5d\xa0\xcf\x68\xbe\x57\x17\x21\xe4\x46\x36\xff\x15\x52\x33\x73\xba\xc0\xd4\xea\xd2\xd0\xdc\xae\x01\x09\xf7\x3c\x7c\x96\xe1\xd9\xfe\xdc\xbd\x69\xc2\x3e\x75\x83\x04\x15\xeb\x61\x35\x77\x8b\x49\x27\xf9\xbf\x5d\x98\x7b\xd3\xb9\xbf\x17\xc9\xcf\x2f\x0b\xc5\xd1\xbf\xc3\x4d\x17\x57\x84\x79\xba\x4e\x1b\xf6\xd3\x33\xfd\x72\xeb\x6b\x3f\x8d\xed\x69\xa3\x81\x46\xec\x4f\x97\xe7\xd9\xa1\xf6\xdc\x94\xa7\x74\x3f\x7e\x75\xb6\x62\xa3\xfa\x00\x5e\xd4\xa7\xe4\x72\x00\x5d\x5d\xfd\x46\xfa\x3e\xd7\xa8\xbb\x6f\x00\x4f\x12\x54\xc1\x6f\xd8\xbf\x01\x00\x00\xff\xff\xa6\xde\xa4\xeb\x16\x0d\x00\x00") - -func testImagesAgnhostWebhookPatch_testGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostWebhookPatch_testGo, - "test/images/agnhost/webhook/patch_test.go", - ) -} - -func testImagesAgnhostWebhookPatch_testGo() (*asset, error) { - bytes, err := testImagesAgnhostWebhookPatch_testGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/webhook/patch_test.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostWebhookPodsGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x57\x5b\x73\xdb\xb8\x15\x7e\x26\x7e\xc5\x31\x3a\x9b\x95\x52\x8a\x8c\xfd\xb4\x23\x57\x0f\xaa\xed\xb6\xea\xa6\x52\x46\x74\xb2\xb3\xe3\x7a\x36\x10\x79\x44\xa2\x22\x01\x2c\x00\x4a\x51\x15\xfd\xf7\x0e\x40\x4a\x96\x6c\xa5\xad\x73\xe9\xf4\x61\x67\x32\x93\x11\xce\xed\x3b\xb7\x8f\xc7\xf1\x4b\x72\x25\xd5\x5a\xf3\xbc\xb0\x70\xf1\xea\xfc\x07\xb8\x2d\x10\x7e\xac\x67\xa8\x05\x5a\x34\x30\xac\x6d\x21\xb5\x89\x08\x79\xcd\x53\x14\x06\x33\xa8\x45\x86\x1a\x6c\x81\x30\x54\x2c\x2d\x10\x5a\x49\x08\xef\x50\x1b\x2e\x05\x5c\x44\xaf\xa0\xe3\x14\x68\x2b\xa2\xdd\x4b\xb2\x96\x35\x54\x6c\x0d\x42\x5a\xa8\x0d\x82\x2d\xb8\x81\x39\x2f\x11\xf0\x43\x8a\xca\x02\x17\x90\xca\x4a\x95\x9c\x89\x14\x61\xc5\x6d\xe1\x83\xb4\x2e\x22\xf2\x73\xeb\x40\xce\x2c\xe3\x02\x18\xa4\x52\xad\x41\xce\x0f\xb5\x80\x59\x42\x00\x00\x0a\x6b\x55\x3f\x8e\x57\xab\x55\xc4\x3c\xca\x48\xea\x3c\x2e\x1b\x2d\x13\xbf\x1e\x5d\xdd\x8c\x93\x9b\xde\x45\xf4\x8a\x90\xb7\xa2\x44\x63\x40\xe3\xaf\x35\xd7\x98\xc1\x6c\x0d\x4c\xa9\x92\xa7\x6c\x56\x22\x94\x6c\x05\x52\x03\xcb\x35\x62\x06\x56\x3a\x9c\x2b\xcd\x2d\x17\x79\x08\x46\xce\xed\x8a\x69\x24\x19\x37\x56\xf3\x59\x6d\x8f\x0a\xb4\x43\xc5\x0d\x1c\x2a\x48\x01\x4c\x00\x1d\x26\x30\x4a\x28\xfc\x71\x98\x8c\x92\x90\xfc\x34\xba\xfd\xcb\xe4\xed\x2d\xfc\x34\x9c\x4e\x87\xe3\xdb\xd1\x4d\x02\x93\x29\x5c\x4d\xc6\xd7\xa3\xdb\xd1\x64\x9c\xc0\xe4\x4f\x30\x1c\xff\x0c\x3f\x8e\xc6\xd7\x21\x20\xb7\x05\x6a\xc0\x0f\x4a\x3b\xec\x52\x03\x77\xa5\xc3\x2c\x22\x09\xe2\x51\xf0\xb9\x6c\xc0\x18\x85\x29\x9f\xf3\x14\x4a\x26\xf2\x9a\xe5\x08\xb9\x5c\xa2\x16\x5c\xe4\xa0\x50\x57\xdc\xb8\xe6\x19\x60\x22\x23\x25\xaf\xb8\x65\xd6\xff\x7e\x92\x4e\x44\x5e\xc6\x84\x28\x96\x2e\x9c\x93\x15\xce\x0a\x29\x17\x84\xf0\x4a\x49\x6d\xa1\x43\x02\x3a\xaf\x2c\x25\x01\x75\x19\x8b\xdc\x50\x42\x02\xba\xf8\xc1\x44\x5c\xc6\x4c\xf1\x98\x65\x6d\xac\x78\x79\x4e\x49\x90\x4a\x8d\xcb\x73\x38\xd4\x70\x4f\x8d\xb0\x42\xcb\x8e\x85\x15\x4b\x0b\x2e\x50\xaf\x63\xb5\xc8\xdd\x83\x89\x9d\x52\xa3\xbe\xd3\x5b\x94\x32\xa7\xa4\x4b\x48\x2a\x85\xf1\x98\x94\xcc\xcc\x48\x70\x7b\x25\x85\x1b\x1f\xd4\x6f\x98\x4d\x0b\x68\x20\xc2\x00\xde\xdf\x91\x20\x80\x0d\x95\x8a\xf6\x29\xcb\x32\x1a\x52\xc5\x6c\x41\xfb\x34\x76\x85\x8b\xf9\xa1\xad\xa1\x21\x5d\xb2\xb2\x46\xda\xbf\xdb\x50\x5e\xb1\x1c\x69\x9f\xb6\x95\xe8\xb1\x2c\xc3\xac\xd7\xbc\x86\x54\xb0\xea\x84\x50\x70\xdb\x4b\x77\xee\x68\x48\x35\x1a\x59\xeb\x14\x0d\xed\x6f\xb6\xdb\xfb\x2d\x09\xee\xdf\x3b\xfc\x71\x0c\x52\x94\x6b\x60\x65\x29\x57\xe0\x92\x70\x23\xa8\xea\xb2\x04\x1f\xc0\xc0\x5c\xcb\xea\xa1\xb7\x1a\x73\x37\x68\xeb\x88\xcc\x6b\x91\x82\x2b\xb5\x7d\x23\x33\xd3\x61\x1a\x96\xe7\xd1\x70\x57\xfa\x29\x2e\x39\xae\xba\xf0\xf2\xf8\xd1\x28\xe9\x46\x66\x43\x02\x57\xc1\xe8\x5d\xe7\xa2\x1b\x8d\xc4\x5c\x76\xa8\xf7\x64\xfd\xac\xc8\xcc\xd0\xae\xaf\xe8\xb4\x45\x0d\xfd\x01\x34\x9d\x8a\xfe\xac\x65\xad\x5a\x22\xd8\x89\x37\xfe\xb1\x0f\x94\xee\x39\xa2\x0f\x74\x79\x4e\x43\xd8\xa9\xf4\x81\x7a\xbf\x5b\x12\xf0\x39\x30\x1d\x4d\xf1\xd7\x1a\x8d\x8d\xf6\x21\xce\x06\x70\x18\x71\x43\x82\x00\xb5\x76\x91\xe7\x95\x8d\x6e\xb4\x96\x7a\xde\xa1\xf8\x41\x61\x6a\x61\x57\x4e\x57\xac\x19\xc2\x77\x86\x86\x87\xd6\x5d\x12\x34\x09\x7a\xb3\x0e\x6a\xed\x5e\x34\xda\x5a\x0b\xb0\xf2\xdd\xf9\x93\x92\xb4\x3a\x5b\x42\x02\xcd\x56\x2e\xea\x01\xc6\xc9\xec\x1f\x98\xda\x68\xca\x56\xbe\x2a\x4e\xda\x0c\x75\xf4\x46\x66\x9b\x2d\x09\x32\x34\xa8\x39\x2b\xf9\x3f\x51\x37\xd2\x0c\x53\x13\xbd\x15\x7c\x89\xda\xb0\xf2\xfa\x40\xde\xe9\xfa\x12\xfc\x12\xba\x7f\x6d\x86\x87\xf6\xd1\x35\x3a\xf3\x8e\x66\xab\x10\x04\x2f\x43\x78\xa1\x64\xd6\xbd\xf4\xba\x67\x03\xf7\xe4\x8b\xf3\x99\xf9\x05\xda\x4f\xc6\x7e\x14\xfa\x03\x38\x35\x22\x9b\x27\x9a\xd1\xd0\x8d\x28\x66\x30\x00\xab\x6b\x24\x24\x58\x32\x0d\x95\xc9\xdb\x1d\xf3\x59\x2d\x43\x90\x0b\xe7\x53\xc9\x2c\x7a\xcd\x66\x58\x9a\xbb\xfd\x6a\xe0\x05\xf6\x2c\x1a\x4b\xef\x2f\x9d\x96\x4b\xc2\x99\xc0\x60\x00\x7b\x9d\x8c\x1b\xbf\x0a\xd4\x8b\x3f\x0d\x61\xce\x4a\x83\x4e\xc3\x01\x18\x78\x18\xbf\x07\xea\x48\xcc\x35\xa8\xdd\x3c\xc7\x6d\x2b\x26\x1c\x25\x97\x0e\xcb\x25\x50\x12\xb8\x1a\x1c\xc4\x65\xdc\xf6\xe6\xae\x99\xa8\xbf\x2c\xa6\xde\x55\xd4\x14\xb2\x2e\x33\xff\x1d\x9c\x21\x18\x14\xb6\x89\x1b\xfc\xa1\x57\xb1\x05\x76\xd2\x82\x09\xe0\xc2\x76\x21\x8e\x21\x29\x11\x15\xb4\x00\xa0\x07\x42\x82\x14\xde\xaa\x61\x02\xff\x15\x75\x16\x02\xcb\x06\xfb\x96\x04\x8e\xf1\x7f\x09\x61\xcf\x2f\xae\xe0\x9a\x89\xdc\x03\x89\x12\x85\x69\xf4\x40\x65\xbb\x3a\xb7\x64\xbd\x93\x98\xce\xde\x3c\x1a\xb3\x0a\xc3\x13\x3d\xe8\x7e\xe5\x26\x3c\x00\x76\xa4\xb9\xef\x46\xc3\x09\x67\x9f\x08\xb3\x21\x4f\x10\x4c\xd1\xd4\xa5\x85\x01\xbc\x68\x49\x29\xb1\xcc\xd6\x66\xf3\x37\x34\x86\xe5\xd8\xdf\xe7\x7a\xab\x79\x95\x28\x96\x62\xa7\x32\x79\x77\xdb\xce\xbf\xdf\x92\x17\xc7\x3e\xc9\x96\x34\x8c\x5a\xd5\x96\x59\xfc\x2a\x94\xea\x5d\xfd\x7f\x31\xea\x03\x69\x3c\x8b\x4b\xdb\x9a\x09\x5e\xfe\x46\x91\xcf\xa0\x48\x97\x84\xdb\x48\xb7\x5f\x47\x2c\x67\x65\x6f\x86\xbd\x66\xd4\x32\x7a\x6a\xc4\x9b\xeb\x65\x00\x77\xf7\xb3\xb5\xc5\xce\xe9\xeb\xc6\x65\xa4\x6c\x8b\xcf\xbf\xdc\xae\x15\xfe\x35\x99\x8c\xfd\x8f\x4f\x78\x75\x3a\x6e\x77\x94\xfd\x0f\xfb\x10\xc7\x90\xa1\x58\x27\xed\xed\x31\xb4\x96\xa5\x45\x85\xc2\xba\x67\x8e\x06\xde\x2f\xea\x19\xa6\xb6\x04\xe6\x45\xd0\xa4\xd5\xfc\xc0\xac\xe7\xe6\xa0\xc7\xa1\x97\x0e\xf6\x8b\x7f\x4e\xfd\xc5\xa3\xc1\xdd\xe2\x4b\x56\x3a\x67\x69\xc9\xdd\x7f\xba\x99\x24\xd3\x5e\x36\xa7\x23\x7f\xf1\x4e\x16\x4c\x64\xa5\xdb\xc9\x06\xe5\xe1\x76\x1e\x6f\x91\xef\xd9\xd9\x00\xe8\xd3\xa4\x76\x0d\x6b\xea\x76\x72\x34\xda\x41\xe8\xfb\x39\x68\x78\xe7\x1b\x2e\x3f\x86\xc0\xda\x8f\xee\x4e\x21\x3c\xc5\x08\x97\xe0\x53\x62\xcf\x3d\xae\x42\xc8\xa5\x6d\x88\xc1\x39\xfe\x82\xeb\xea\x10\x2d\x6d\x6a\x4a\x8f\xa0\x26\xf5\xec\x99\x68\x4d\x3d\xfb\x86\x80\xff\x0b\xae\x6b\xa6\x73\xa2\x9a\xbf\xa6\x8e\x88\xef\x48\xf4\xbf\x61\xc1\xa3\x90\x5f\x8f\x12\x1f\xed\x91\xeb\x43\xa2\x34\x17\x76\xde\xa1\x8f\xa3\x0e\xbe\xfb\xdd\xf2\xef\xa2\xf9\x8a\x1c\xc3\x69\x32\x3a\x7b\xfc\x1e\x25\x36\xe3\x02\x3e\x7e\x7c\x62\xf1\x70\xc7\xf8\x5d\x3c\xe0\x91\xcf\xda\xc1\x7f\xab\x4f\x82\x60\x6f\xe2\x2f\x9b\x90\x04\x41\x73\x6a\xf4\x1f\x5f\x1a\xee\xe8\xd9\x5f\x1b\xf4\x81\x4b\xdc\xdf\x6e\x32\x83\xef\x9f\x92\xc6\xf7\xc0\x8d\xbf\x09\x59\x13\x83\x3a\xef\xdb\xd0\xc1\xda\x92\x7f\x05\x00\x00\xff\xff\xea\x03\xae\x35\xa7\x11\x00\x00") - -func testImagesAgnhostWebhookPodsGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostWebhookPodsGo, - "test/images/agnhost/webhook/pods.go", - ) -} - -func testImagesAgnhostWebhookPodsGo() (*asset, error) { - bytes, err := testImagesAgnhostWebhookPodsGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/webhook/pods.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesAgnhostWebhookSchemeGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x92\x4f\x4f\xeb\x46\x14\xc5\xd7\xcc\xa7\x38\xca\x2a\x41\xa9\x0d\xac\x50\x2b\x16\x6e\x00\xd5\x82\x26\x12\x0e\x45\x2c\x27\xe3\x1b\xfb\x2a\xf6\x8c\x3b\x33\x8e\x49\x2b\xbe\xfb\x93\x1d\xe7\x91\x04\x78\x7a\x7f\x96\xb9\xe7\x77\xcf\x39\xbe\x99\xf0\x54\x4c\x4c\xb5\xb1\x9c\xe5\x1e\x17\x67\xe7\x97\x98\xe7\x84\xbb\x7a\x41\x56\x93\x27\x87\xa8\xf6\xb9\xb1\x2e\x10\xe2\x9e\x15\x69\x47\x29\x6a\x9d\x92\x85\xcf\x09\x51\x25\x55\x4e\xe8\x95\x31\xfe\x21\xeb\xd8\x68\x5c\x04\x67\x18\xb6\xc0\xa0\x97\x06\xa3\x3f\xc4\xc6\xd4\x28\xe5\x06\xda\x78\xd4\x8e\xe0\x73\x76\x58\x72\x41\xa0\x17\x45\x95\x07\x6b\x28\x53\x56\x05\x4b\xad\x08\x0d\xfb\xbc\x0b\xe9\x2d\x02\xf1\xdc\x1b\x98\x85\x97\xac\x21\xa1\x4c\xb5\x81\x59\xee\x53\x90\x5e\x08\x00\xc8\xbd\xaf\x7e\x0f\xc3\xa6\x69\x02\xd9\xb5\x0c\x8c\xcd\xc2\x62\x4b\xb9\xf0\x3e\x9e\xdc\x4c\x93\x9b\xdf\x2e\x82\x33\x21\x1e\x75\x41\xce\xc1\xd2\xbf\x35\x5b\x4a\xb1\xd8\x40\x56\x55\xc1\x4a\x2e\x0a\x42\x21\x1b\x18\x0b\x99\x59\xa2\x14\xde\xb4\x3d\x1b\xcb\x9e\x75\x36\x86\x33\x4b\xdf\x48\x4b\x22\x65\xe7\x2d\x2f\x6a\x7f\x70\xa0\x5d\x2b\x76\xd8\x07\x8c\x86\xd4\x18\x44\x09\xe2\x64\x80\x3f\xa3\x24\x4e\xc6\xe2\x29\x9e\xff\x35\x7b\x9c\xe3\x29\x7a\x78\x88\xa6\xf3\xf8\x26\xc1\xec\x01\x93\xd9\xf4\x3a\x9e\xc7\xb3\x69\x82\xd9\x2d\xa2\xe9\x33\xee\xe2\xe9\xf5\x18\xc4\x3e\x27\x0b\x7a\xa9\x6c\xdb\xdd\x58\x70\x7b\x3a\x4a\x03\x91\x10\x1d\x84\x2f\xcd\xb6\x8c\xab\x48\xf1\x92\x15\x0a\xa9\xb3\x5a\x66\x84\xcc\xac\xc9\x6a\xd6\x19\x2a\xb2\x25\xbb\xf6\xcf\x73\x90\x3a\x15\x05\x97\xec\xa5\xef\x7e\xbf\xfb\x9c\x40\x9c\x86\x42\x54\x52\xad\x5a\x93\x86\x16\xb9\x31\x2b\x21\xb8\xac\x8c\xf5\x18\x8a\x13\x99\xf6\x66\xeb\x73\x0c\x56\x97\x2e\x60\x13\xca\x8a\xc3\xaf\xf3\x70\x7d\x3e\x38\xc0\x16\xe4\xe5\xe7\x6c\xa7\xee\x2f\x58\xca\xda\x73\x76\x05\x3f\xcb\xd8\x67\x8e\xf2\x0e\xd7\xbf\x91\x7d\xe4\xb1\xeb\xa1\x8c\xa5\xa3\xd8\x76\xb4\x4d\xd9\x9b\x96\x52\xe5\xac\xc9\x6e\xc2\x6a\x95\x85\xb6\xd6\x9e\x4b\xfa\x0e\x24\x74\x64\x59\x16\xfc\x1f\xd9\x81\x38\xa9\x3d\x17\xbd\x80\x4f\x37\x5b\xe8\x2d\x61\x24\xc4\x5a\x5a\x38\x95\x53\x49\xb8\x42\x2f\x04\x53\x6a\x92\x6e\x36\x1c\x75\x80\x32\x29\x29\x87\x2b\xbc\x05\xb6\xcc\xa4\x1d\xdf\x4a\xe5\x8d\xdd\x0c\xb7\x26\x23\x21\x96\xb5\x56\x60\xcd\x7e\x38\xc2\xff\xed\x35\xd3\xb9\xe9\xdd\x76\xcc\x6b\x4f\xbd\xd7\x70\xba\xeb\xb0\x1d\x77\x16\x7b\x5f\x16\xfc\x5d\x3b\x3f\xdc\x1e\x36\x88\xde\x5b\x8f\x3e\xa0\x8f\xdf\xcf\x0f\xef\x7d\xf0\x0e\x7e\x22\xfb\x17\x63\x3f\x5e\x7f\x15\x5f\x02\x00\x00\xff\xff\xff\xeb\x6a\xaa\x9b\x05\x00\x00") - -func testImagesAgnhostWebhookSchemeGoBytes() ([]byte, error) { - return bindataRead( - _testImagesAgnhostWebhookSchemeGo, - "test/images/agnhost/webhook/scheme.go", - ) -} - -func testImagesAgnhostWebhookSchemeGo() (*asset, error) { - bytes, err := testImagesAgnhostWebhookSchemeGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/agnhost/webhook/scheme.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesApparmorLoaderBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\x4d\xcc\x29\xc8\xcc\x4b\xb5\x32\xd6\xb3\xe0\x4a\x2c\xca\xb5\x4d\x2c\xca\x35\x36\x2a\x33\xd3\x47\x15\x06\xa9\x03\x91\x65\x16\xc8\x12\x05\x05\xc9\x66\x26\x39\xa9\xb6\x50\x1a\x59\x0a\x10\x00\x00\xff\xff\x5e\x22\x59\x39\x5c\x00\x00\x00") - -func testImagesApparmorLoaderBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesApparmorLoaderBaseimage, - "test/images/apparmor-loader/BASEIMAGE", - ) -} - -func testImagesApparmorLoaderBaseimage() (*asset, error) { - bytes, err := testImagesApparmorLoaderBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/apparmor-loader/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesApparmorLoaderDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x93\x51\x6f\xbb\x36\x14\xc5\xdf\xfd\x29\x8e\xe0\x65\x93\x02\x74\x79\xd8\xc3\xa6\x3d\xf0\x4f\xf2\x5f\x51\x1b\xe8\x20\x59\x15\x4d\x55\xe5\xe0\x1b\xb0\xe6\xd8\xae\x6d\x4a\xf3\xed\x27\x48\x5b\xad\x1b\x4f\x5c\xee\xe5\xf0\xbb\xe7\xe0\x18\x2b\x63\x2f\x4e\x76\x7d\xc0\xf2\xe6\xa7\x9f\xb1\xeb\x09\x77\xc3\x91\x9c\xa6\x40\x1e\xf9\x10\x7a\xe3\x7c\xca\x62\x16\xe3\x5e\xb6\xa4\x3d\x09\x0c\x5a\x90\x43\xe8\x09\xb9\xe5\x6d\x4f\x1f\x9d\x05\xfe\x24\xe7\xa5\xd1\x58\xa6\x37\xf8\x61\x1a\x88\xde\x5b\xd1\x8f\xbf\xb2\x18\x17\x33\xe0\xcc\x2f\xd0\x26\x60\xf0\x84\xd0\x4b\x8f\x93\x54\x04\x7a\x6b\xc9\x06\x48\x8d\xd6\x9c\xad\x92\x5c\xb7\x84\x51\x86\x7e\xfe\xcc\xbb\x48\xca\x62\x1c\xde\x25\xcc\x31\x70\xa9\xc1\xd1\x1a\x7b\x81\x39\xfd\x7b\x0e\x3c\xcc\xc0\xd3\xd5\x87\x60\x7f\xc9\xb2\x71\x1c\x53\x3e\xc3\xa6\xc6\x75\x99\xba\x0e\xfa\xec\xbe\x58\x6d\xca\x66\x93\x2c\xd3\x9b\xf9\x95\xbd\x56\xe4\x3d\x1c\xbd\x0c\xd2\x91\xc0\xf1\x02\x6e\xad\x92\x2d\x3f\x2a\x82\xe2\x23\x8c\x03\xef\x1c\x91\x40\x30\x13\xef\xe8\x64\x90\xba\x5b\xc0\x9b\x53\x18\xb9\x23\x16\x43\x48\x1f\x9c\x3c\x0e\xe1\x8b\x59\x1f\x74\xd2\x7f\x19\x30\x1a\x5c\x23\xca\x1b\x14\x4d\x84\x6f\x79\x53\x34\x0b\x16\xe3\xb1\xd8\xdd\x56\xfb\x1d\x1e\xf3\xba\xce\xcb\x5d\xb1\x69\x50\xd5\x58\x55\xe5\xba\xd8\x15\x55\xd9\xa0\xfa\x8e\xbc\x3c\xe0\xae\x28\xd7\x0b\x90\x0c\x3d\x39\xd0\x9b\x75\x13\xbf\x71\x90\x93\x8d\x24\x26\xcf\x1a\xa2\x2f\x00\x27\x73\x05\xf2\x96\x5a\x79\x92\x2d\x14\xd7\xdd\xc0\x3b\x42\x67\x5e\xc9\x69\xa9\x3b\x58\x72\x67\xe9\xa7\x30\x3d\xb8\x16\x2c\x86\x92\x67\x19\x78\x98\x9f\xfc\x6f\xa9\x94\xb1\xef\x75\xb5\x9d\xf0\x37\xc5\x36\xff\x7d\xc3\xd8\xaa\xae\x9a\xe6\xf9\xdb\xbe\xb8\x5f\x3f\xaf\xaa\x87\x03\x5e\xe8\x3c\x24\x7f\x6c\xb6\xfb\xbc\x5e\xdd\x26\x7e\xd2\x6a\x91\x0d\xde\x65\x47\xa9\x33\xc6\xea\x7d\x09\x6e\xff\x06\x17\x62\x32\x9d\xbb\xb3\x71\x50\xf2\xf8\x79\x9f\x24\x83\x15\x3c\x50\xd2\xce\x7f\x5d\x92\x38\xb2\xc6\xcb\x60\xdc\xe5\x23\x67\xa1\x92\x56\xe8\x94\x2b\x2b\x35\x29\xa9\x87\xb7\x39\xef\x6b\x9d\x91\xe8\x28\x0b\xe4\xa7\xc0\x32\x24\x09\x57\xca\x8c\xc9\xa0\x83\x1b\x7c\x20\xc1\x58\xbe\x5e\x43\x19\x3e\x2d\xf7\x09\x76\xad\x19\xdb\x94\xbb\xfa\xf0\x50\x15\xe5\x0e\x7f\x45\xff\xe9\x46\x0b\x44\x89\x32\x5d\x30\x3e\x08\x72\xd7\xfa\xf5\xb7\x65\xf4\xc4\x58\x8c\x35\x9d\xf8\xa0\x02\x84\x74\xd4\xce\xb4\xc1\x60\xe4\xa1\xed\x53\xb6\xda\xae\x27\x39\xeb\xcc\x74\x0e\x7c\xf4\xc4\xfe\x09\x00\x00\xff\xff\xe7\x19\x1e\xa7\x94\x03\x00\x00") - -func testImagesApparmorLoaderDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesApparmorLoaderDockerfile, - "test/images/apparmor-loader/Dockerfile", - ) -} - -func testImagesApparmorLoaderDockerfile() (*asset, error) { - bytes, err := testImagesApparmorLoaderDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/apparmor-loader/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesApparmorLoaderMakefile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x51\x4f\xdb\x3e\x14\xc5\x9f\xff\xfe\x14\x47\x0d\x0f\xad\x54\x52\xfe\x68\xe2\x81\x09\x4d\x59\xdb\x41\x04\x4a\xa6\x24\x80\x78\x42\x4e\x72\x9b\x5c\xc9\xb5\x33\xdb\x59\xe8\xb7\x9f\x5c\x40\x5a\x35\xbf\xf9\x9e\xe3\xe3\x9f\x8f\x23\xac\xcd\x70\xb0\xdc\xf5\x1e\x97\x17\xff\x5f\xa1\xea\x09\xf7\x63\x4d\x56\x93\x27\x87\x64\xf4\xbd\xb1\x2e\x16\x91\x88\xf0\xc0\x0d\x69\x47\x2d\x46\xdd\x92\x85\xef\x09\xc9\x20\x9b\x9e\x3e\x95\x25\x9e\xc8\x3a\x36\x1a\x97\xf1\x05\xe6\xc1\x30\xfb\x90\x66\x8b\xaf\x22\xc2\xc1\x8c\xd8\xcb\x03\xb4\xf1\x18\x1d\xc1\xf7\xec\xb0\x63\x45\xa0\xb7\x86\x06\x0f\xd6\x68\xcc\x7e\x50\x2c\x75\x43\x98\xd8\xf7\xc7\x6b\x3e\x42\x62\x11\xe1\xe5\x23\xc2\xd4\x5e\xb2\x86\x44\x63\x86\x03\xcc\xee\x6f\x1f\xa4\x3f\x02\x87\xd5\x7b\x3f\x5c\xaf\x56\xd3\x34\xc5\xf2\x08\x1b\x1b\xdb\xad\xd4\xbb\xd1\xad\x1e\xd2\xf5\x36\x2b\xb7\xe7\x97\xf1\xc5\xf1\xc8\xa3\x56\xe4\x1c\x2c\xfd\x1a\xd9\x52\x8b\xfa\x00\x39\x0c\x8a\x1b\x59\x2b\x82\x92\x13\x8c\x85\xec\x2c\x51\x0b\x6f\x02\xef\x64\xd9\xb3\xee\x96\x70\x66\xe7\x27\x69\x49\x44\x68\xd9\x79\xcb\xf5\xe8\x4f\xca\xfa\xa4\x63\x77\x62\x30\x1a\x52\x63\x96\x94\x48\xcb\x19\xbe\x27\x65\x5a\x2e\x45\x84\xe7\xb4\xba\xcb\x1f\x2b\x3c\x27\x45\x91\x64\x55\xba\x2d\x91\x17\x58\xe7\xd9\x26\xad\xd2\x3c\x2b\x91\xff\x40\x92\xbd\xe0\x3e\xcd\x36\x4b\x10\xfb\x9e\x2c\xe8\x6d\xb0\x81\xdf\x58\x70\xa8\x91\xda\xd0\x59\x49\x74\x02\xb0\x33\xef\x40\x6e\xa0\x86\x77\xdc\x40\x49\xdd\x8d\xb2\x23\x74\xe6\x37\x59\xcd\xba\xc3\x40\x76\xcf\x2e\x7c\xa6\x83\xd4\xad\x88\xa0\x78\xcf\x5e\xfa\xe3\xe4\x9f\x47\xc5\x42\x94\xc5\xba\xbc\x51\x46\xb6\x64\x45\x52\xac\xef\xf0\xed\x06\x72\xdf\x5e\x7d\x11\x55\x52\xdc\x6e\xab\xb0\x3f\x9b\xaf\x1f\x8b\x4d\x5a\x2c\xc4\x6d\xfe\x90\x64\xb7\xaf\x4f\xdb\xa2\x4c\xf3\x2c\x68\x4a\x7a\x72\x3e\xc4\xbc\x6e\xd2\x02\xc1\xac\x8d\x6f\xd9\xe2\x6c\xee\x7a\x52\x0a\xc3\xd4\x2e\x16\x82\xde\x06\x63\xbd\x10\x35\xeb\x6b\xf1\x5f\x1c\xaf\x78\x2f\x3b\x3a\x1f\x3d\xab\xd8\xf5\xa8\x59\xe3\x6c\x1e\x60\x16\x42\xc4\x3f\xef\xf2\xec\xe5\x3a\x0c\xc5\x9f\x00\x00\x00\xff\xff\xd1\x6a\xd3\x35\xec\x02\x00\x00") - -func testImagesApparmorLoaderMakefileBytes() ([]byte, error) { - return bindataRead( - _testImagesApparmorLoaderMakefile, - "test/images/apparmor-loader/Makefile", - ) -} - -func testImagesApparmorLoaderMakefile() (*asset, error) { - bytes, err := testImagesApparmorLoaderMakefileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/apparmor-loader/Makefile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesApparmorLoaderVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe0\x02\x04\x00\x00\xff\xff\xdf\xf4\x93\x64\x04\x00\x00\x00") - -func testImagesApparmorLoaderVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesApparmorLoaderVersion, - "test/images/apparmor-loader/VERSION", - ) -} - -func testImagesApparmorLoaderVersion() (*asset, error) { - bytes, err := testImagesApparmorLoaderVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/apparmor-loader/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesApparmorLoaderExampleConfigmapYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x94\x5f\x6f\xeb\x44\x10\xc5\xdf\xfd\x29\x46\xea\x0b\x44\x4e\x17\x24\x84\x20\x02\x04\xba\xe8\xbe\x20\x04\x02\x89\x97\xe8\x26\x1a\xef\x8e\xed\xbd\xde\x7f\xcc\x8e\xe3\x86\xd2\xef\x7e\x65\x37\x69\xd3\xdb\x6d\xfb\x90\x97\xf3\x9b\x3d\x7b\x66\x67\xe2\x2b\xf8\x25\x00\xdd\xa0\x4f\x8e\xe0\x5d\x0c\xad\xed\x7e\xc7\x04\x86\x7c\x0c\x59\x18\xc5\x86\x0e\xfa\x38\x41\xe2\xd8\x5a\x47\x19\x34\x06\x68\x08\xb2\x44\x26\x03\x98\xe1\xb7\xb1\x21\x0e\x24\x94\x21\x36\x1f\x49\x4b\xae\x01\x83\x01\x17\xd1\x90\x81\xe6\x58\x5d\x81\xf4\x04\x98\x12\xb2\x8f\xbc\x5e\x00\xc3\xaf\x38\x5f\xf2\x37\xc9\x75\x55\x61\xb2\xff\x10\x67\x1b\xc3\x06\x0e\x5f\x57\x83\x0d\x66\xf3\x18\xa7\xf2\x24\x68\x50\x70\x53\x01\x04\xf4\xb4\x79\x34\x3b\xe7\x3a\x91\x9c\x50\x5f\xe0\xea\x7c\xea\x0a\xde\x5b\x47\x73\x05\x0c\xdf\xe5\x75\xe8\x6c\xb8\x01\x8f\x29\x83\xc4\x25\x9d\xa1\xd6\x06\x2b\x36\x06\x88\xed\xa2\xdc\xd7\x9c\xfc\xaf\x2b\x78\x3c\xb8\x81\xff\xd7\x15\x00\xc0\x95\x0d\xda\x8d\x86\xe0\x07\x19\x03\x36\x8e\xb2\xea\x5c\x6c\xd0\xfd\x54\xdd\x73\x78\xcf\xd1\x43\x2f\x92\xf2\x46\xa9\xce\x4a\x3f\x36\xd7\x3a\x7a\xf5\xb1\x65\xfc\x8f\x9c\x23\xd5\x60\x20\xd5\xb8\xd8\x28\x8f\x59\x88\x95\x89\x7a\x20\xbe\xbf\x69\x9d\x97\xc9\x2c\x66\xa7\x24\x17\xf9\x5b\x87\x5d\xfe\xf1\x0b\x14\x41\xdd\xef\x8d\xcd\x3a\x86\x40\x5a\xc8\xd4\x9e\x8c\x45\xa1\xbd\x21\x47\x42\xe6\x4b\xb8\x5d\x3c\x2e\x23\x63\x33\x0f\x58\xcf\x2d\x67\xd5\x60\xa6\x53\x68\x80\x40\x32\x45\x1e\xc0\x06\x12\x10\x9d\xea\x92\x3e\x9a\xb2\x6e\xb5\x4f\xf5\xd9\xc9\x50\x38\x3e\x60\xc6\xa9\x0c\x12\xea\x81\xe4\x81\xcd\x5d\x9e\xad\x47\x1f\xc7\x20\x4f\x8f\xa9\xc6\x06\xb5\x5a\xc1\xe4\xea\xa7\x72\x8c\x52\xd2\x0d\x1d\x4a\x32\x89\x2e\xc9\x7d\xf4\x54\xd2\x9d\x6d\x5e\x90\xbf\xfd\xa6\x04\x96\x09\x14\x41\x28\xa6\x8c\xa9\x28\x27\x8e\xc5\x98\xfc\x42\xb3\xf9\x85\xc7\xc9\x5c\x7c\x04\xf1\xa9\x58\x7d\xcc\x25\x79\xcc\x7c\x96\x4f\x3a\x8e\xc6\x0a\x2c\xe2\x83\xa6\x0e\xc8\x8a\xc7\xa0\x96\x2d\xbd\x4e\xd6\x5c\xc2\xd9\x63\x09\x79\xbf\xc3\xf6\xa6\x30\x5c\x83\xb9\x07\xcf\xd3\xe0\x6e\xea\x67\xf0\x05\x34\xfb\xce\x58\x62\x7a\xe0\xa7\x02\x8d\x09\x1b\xeb\xac\x1c\x41\xf7\x71\x0a\xf5\x73\xdd\xa0\xde\xc7\x03\x31\x5b\x43\x05\x9c\x49\x46\x6b\xca\xa0\x2b\x82\x40\xb2\x6f\x6c\x30\xfb\x4c\x7c\xb0\x9a\x9e\x76\xf9\xf3\xed\x9f\x7f\xfd\xf1\xee\x4e\xdd\xae\xea\xd5\x6a\xb7\xfd\x6a\xfd\xfd\xea\x43\x3d\x3f\xfa\x30\x7f\x4a\x9d\xca\xbd\x5f\xdd\xc1\x34\x3c\xed\xf1\x7c\x2a\x1f\x33\xff\xbb\x16\xb6\x5d\x47\x0c\xcf\xdf\xe2\x5c\xe7\xc9\xbf\x42\x87\x37\xb0\x8e\x4c\x05\x7e\xfa\x43\x7e\xbe\x2d\xdb\x5d\xfb\x61\xb5\xec\xc1\xb3\xc9\xcc\xb8\xdd\xee\xf2\xab\x7c\x76\xd0\x6f\x54\xe8\xed\xae\x7b\xab\xa4\xdb\xee\xf8\xd5\x1a\xcb\x7e\x42\x26\x45\xad\x9d\x7f\x07\xe4\x65\xd5\x0b\x1b\x75\x39\x0f\xd2\x23\x5b\x39\x7e\x56\x79\x57\x7d\x0a\x00\x00\xff\xff\x7e\x92\x58\xad\x40\x07\x00\x00") - -func testImagesApparmorLoaderExampleConfigmapYamlBytes() ([]byte, error) { - return bindataRead( - _testImagesApparmorLoaderExampleConfigmapYaml, - "test/images/apparmor-loader/example-configmap.yaml", - ) -} - -func testImagesApparmorLoaderExampleConfigmapYaml() (*asset, error) { - bytes, err := testImagesApparmorLoaderExampleConfigmapYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/apparmor-loader/example-configmap.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesApparmorLoaderExampleDaemonYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\xc1\x6e\xdb\x3a\x10\xbc\xeb\x2b\x06\xf0\xd9\x76\x1e\x72\xf3\x2d\xc8\x3b\xbe\xbc\x16\x68\xd0\xfb\x86\x5c\x5b\x44\x49\x2e\x4b\xae\x9c\xf8\xef\x0b\x4a\xb6\x2c\xc9\x71\x50\x9d\x6c\x72\x39\x33\x3b\xb3\xe4\x0a\xaf\x2d\x83\x3f\x28\x24\xcf\xf8\x97\x38\x48\xfc\xc1\x0a\x5b\x7f\x14\xcd\xa4\x2e\x1e\xd0\xca\x3b\xb4\x65\xa4\x2c\x7b\xe7\x19\x5e\xc8\x72\x86\xa1\x88\x37\x86\xe5\xe4\xe5\xc4\x16\x12\x55\x40\x30\xbe\x2b\xca\x19\x2a\xcd\x0a\xd4\xa9\x04\x52\x67\xc8\xfb\x53\x7f\x10\x4f\x29\x3d\xe5\x20\xf9\x02\x57\xb0\xcf\x12\x40\x78\x96\xb8\x77\x87\x17\x4a\x9b\xa6\xa1\xe4\x7e\x72\x2e\x4e\xe2\x0e\x94\x52\xd9\x1e\xff\x69\x7e\xb9\x68\x77\x57\x91\x4d\x60\x25\x4b\x4a\xbb\x06\x88\x14\xb8\xaf\xa4\x0a\xbd\x1e\x14\x36\xc0\x0a\xff\x53\xe0\x92\xc8\x30\x42\x57\x14\x81\xd4\xb4\xd0\x96\x14\xb2\xef\xbb\x9a\xd0\x0e\x38\x7d\xf5\x15\xac\x01\x3c\xbd\xb1\x2f\x95\x07\xb0\x3d\xff\x2d\x57\x49\x6c\x6a\x45\x61\xcf\x46\x25\x0f\xd5\x3d\xdd\x7f\x93\xe3\xf7\x01\x00\xe5\x90\x3c\x29\x9f\x8f\x4e\xda\xab\xdf\xbd\x16\xeb\xe7\x67\x0c\x5f\x71\x00\x17\xa1\xf5\x33\x12\x95\x5c\xe4\x3c\x9e\x5d\x7f\xc9\x03\xb8\x40\x07\xde\xe1\x20\x72\xf0\xbc\x5d\x54\xed\xaa\xfa\xa2\x63\x31\xe5\xc3\x44\x54\x4d\xe3\x95\xbd\xef\x5d\x3f\xcf\x90\x0a\x52\x77\x5e\xda\x8e\x03\x61\x5d\xee\x3d\x3c\x81\x8f\x9c\x4f\x78\x7c\x40\x61\x23\xd1\x96\xcd\x04\x6d\x8d\x75\x12\xef\x67\x2b\x8f\x0f\x65\xf6\x7f\xc4\x1c\x57\x0b\x9b\x2e\x3b\x3d\x3d\x4b\x54\xfe\xd0\x85\xbc\xab\xb2\xcc\xbf\x3b\x97\xb9\x20\x8b\x28\x12\xe7\xe0\x4a\x9d\xc7\x52\x35\x93\xd1\xee\x3a\xd1\x93\xbb\x31\x13\x98\xb2\x3b\x3a\xcf\x07\xb6\x3b\x68\xee\x78\xdc\x3a\x8a\xef\x02\xbf\x48\x17\x75\xe2\xcf\xc5\xfa\x72\x9a\xf6\x10\x6a\xd5\x77\xd2\x76\x87\xed\x7c\x27\x33\xd9\x6f\xd1\x9f\x16\xe0\x37\x09\xba\x68\x7c\x67\xf9\x1e\x28\xab\x19\x73\xdc\xd8\xbf\xc7\xbf\x71\x76\x0e\xfb\xc9\xf6\xa7\x80\x83\x17\xa3\x0d\x43\x06\xb5\xd3\xc9\x14\xf4\x37\xf7\x8d\x07\x7c\xb6\x35\x01\x17\x95\x33\x19\xc5\xbb\xd3\xb6\x4f\x60\x7c\x57\x82\xd8\xce\xf3\xa6\xb9\xef\x6a\x2b\x65\x90\x39\x0d\x6b\x69\xf1\x59\xc9\xdc\x9e\x89\x28\x57\x2e\x33\x62\xb1\xef\x69\x8b\x8e\xa6\xe3\x6c\xfa\x78\xa7\xcb\x52\xcf\xfd\x78\xbe\x50\xf7\x69\x56\x2b\xbc\x50\x82\x8b\xb3\x37\xba\xbe\x1c\x4b\xca\x9b\x48\xcc\xe5\xe9\x9b\x52\x2d\xe4\x8d\x87\xfe\x04\x00\x00\xff\xff\x7d\xc7\xad\x50\x2c\x06\x00\x00") - -func testImagesApparmorLoaderExampleDaemonYamlBytes() ([]byte, error) { - return bindataRead( - _testImagesApparmorLoaderExampleDaemonYaml, - "test/images/apparmor-loader/example-daemon.yaml", - ) -} - -func testImagesApparmorLoaderExampleDaemonYaml() (*asset, error) { - bytes, err := testImagesApparmorLoaderExampleDaemonYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/apparmor-loader/example-daemon.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesApparmorLoaderExampleNamespaceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x44\xcb\x31\x0a\x42\x31\x10\x04\xd0\x7e\x4f\x31\x60\x2f\xd8\xe6\x10\x56\x62\x3f\xff\x67\x20\x51\x37\x59\x92\x28\x7a\x7b\x3b\xad\x1f\xef\x80\x4b\x11\xf4\xa6\xc7\x43\x38\xd3\x35\x83\xbb\xf0\x9c\xca\xd8\x3e\xe8\xab\x68\xfc\xbc\x6f\x37\xed\x6b\x1e\xcd\x18\xf5\xaa\x31\x6b\x6f\x09\xaf\x93\xdd\x6b\xcb\xe9\xdf\xcd\xb5\x98\xb9\x98\x0c\x68\x74\x25\x30\x82\xc3\xfb\xb0\x6f\x00\x00\x00\xff\xff\xc3\x16\x28\x79\x72\x00\x00\x00") - -func testImagesApparmorLoaderExampleNamespaceYamlBytes() ([]byte, error) { - return bindataRead( - _testImagesApparmorLoaderExampleNamespaceYaml, - "test/images/apparmor-loader/example-namespace.yaml", - ) -} - -func testImagesApparmorLoaderExampleNamespaceYaml() (*asset, error) { - bytes, err := testImagesApparmorLoaderExampleNamespaceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/apparmor-loader/example-namespace.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesApparmorLoaderExamplePodYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x91\x3d\x6f\x1b\x31\x0c\x86\x77\xfd\x8a\x17\xf1\x6c\xa5\x01\x3a\x04\xb7\x65\x2e\x50\x64\x08\xba\xf3\x4e\xcc\x99\xb0\x8e\x14\x24\x3a\x48\xfa\xeb\x0b\xc9\x1f\x75\x00\x4d\x14\xf5\xbc\x1f\xda\xe1\xed\xc0\xe0\x4f\xda\x4a\x66\xbc\x5a\xc2\xc9\x25\xcb\x5f\xd1\x15\x7e\x60\x94\x6a\xef\x92\x19\xd9\x28\x71\xc2\xfc\x35\xa6\xed\xbc\x9e\x88\x37\xd3\x18\x02\x15\xf9\xc3\xb5\x89\xe9\x84\x8f\xa7\x70\x14\x4d\x53\x87\x85\x8d\x9d\x12\x39\x4d\x01\x50\xda\x78\x82\xae\xa2\x9f\x7b\x2a\x85\xea\x66\x35\x00\x3b\xfc\x36\x67\xf8\x81\x7c\xb0\xbb\x87\x64\xdc\xa0\xe6\x50\xe6\x04\x37\xcc\x0c\xd1\xab\x34\x0f\x54\x2b\xb4\x30\xa8\x8d\xe9\xb0\x57\x63\x00\x32\xcd\x9c\x5b\xd7\x03\xa8\x94\x8b\x60\x00\x48\xd5\x9c\x5c\x4c\x2f\xb7\x3b\xbc\x71\xce\xf8\x75\x9a\xb9\x2a\x3b\xb7\x2e\x44\xa5\xe4\x73\xc6\x97\x52\x5e\xba\xc5\x5b\x05\x0f\xc7\xe7\xb6\x1f\xb4\x87\x78\x01\xdc\x3b\x97\x86\x7e\x56\xb5\xca\x09\xf2\x3e\x20\x77\x70\xb5\xc4\x7d\xa3\xc7\xaa\x27\xd5\xde\xf0\xc7\xb9\x34\x3c\xc5\x9f\xb0\x8a\xb5\x32\xf9\x39\x06\xb0\x98\x3a\x89\x72\x8d\xd7\xb2\x62\xe3\xe5\x54\xc5\xbf\xe2\xcc\x4e\xf1\x78\x63\x47\xb1\xc7\x61\x6c\x42\xb6\x85\xf2\xc1\x9a\x3f\xde\xdc\x86\x56\x78\xe9\x91\x6f\xc4\x51\xc0\xfe\xfe\x43\x86\xa2\x6c\xb4\x7e\x1b\x14\xab\x7e\x29\x6b\xff\xff\xf5\xab\x55\x9f\xf0\xfc\x23\xfc\x0b\x00\x00\xff\xff\x39\xce\x35\xa3\x3c\x02\x00\x00") - -func testImagesApparmorLoaderExamplePodYamlBytes() ([]byte, error) { - return bindataRead( - _testImagesApparmorLoaderExamplePodYaml, - "test/images/apparmor-loader/example-pod.yaml", - ) -} - -func testImagesApparmorLoaderExamplePodYaml() (*asset, error) { - bytes, err := testImagesApparmorLoaderExamplePodYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/apparmor-loader/example-pod.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesApparmorLoaderLoaderGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x59\x6d\x6f\x1b\x37\x12\xfe\xac\xfd\x15\xd3\x05\xd2\xae\x8a\xcd\x6e\x1a\xdc\x01\x07\xb7\x3e\xc0\xf5\xcb\x55\x57\xd7\x36\x2c\x27\x41\xe1\x04\x01\xbd\x3b\x2b\x11\xa2\xc8\x3d\x92\x6b\x59\x08\xfc\xdf\x0f\x43\x72\xdf\x24\x25\x69\x0b\x34\x1f\x62\x69\x77\x38\x7c\x38\xf3\xcc\xf0\x21\x95\x7f\x1f\x9d\xaa\x7a\xab\xf9\x62\x69\xe1\xf5\xab\x1f\xfe\x09\x77\x4b\x84\x5f\x9b\x07\xd4\x12\x2d\x1a\x38\x69\xec\x52\x69\x93\x45\xd1\x25\x2f\x50\x1a\x2c\xa1\x91\x25\x6a\xb0\x4b\x84\x93\x9a\x15\x4b\x84\xf0\x26\x85\xb7\xa8\x0d\x57\x12\x5e\x67\xaf\x20\x21\x83\x38\xbc\x8a\xa7\x3f\x46\x5b\xd5\xc0\x9a\x6d\x41\x2a\x0b\x8d\x41\xb0\x4b\x6e\xa0\xe2\x02\x01\x9f\x0a\xac\x2d\x70\x09\x85\x5a\xd7\x82\x33\x59\x20\x6c\xb8\x5d\xba\x49\x82\x8b\x2c\xfa\x3d\x38\x50\x0f\x96\x71\x09\x0c\x0a\x55\x6f\x41\x55\x43\x2b\x60\x36\x8a\x00\x00\x96\xd6\xd6\x47\x79\xbe\xd9\x6c\x32\xe6\x50\x66\x4a\x2f\x72\xe1\xad\x4c\x7e\x39\x3b\x3d\xbf\x9a\x9f\xbf\x7c\x9d\xbd\x8a\xa2\x37\x52\xa0\x31\xa0\xf1\x7f\x0d\xd7\x58\xc2\xc3\x16\x58\x5d\x0b\x5e\xb0\x07\x81\x20\xd8\x06\x94\x06\xb6\xd0\x88\x25\x58\x45\x38\x37\x9a\x5b\x2e\x17\x29\x18\x55\xd9\x0d\xd3\x18\x95\xdc\x58\xcd\x1f\x1a\x3b\x0a\x50\x8b\x8a\x1b\x18\x1a\x28\x09\x4c\x42\x7c\x32\x87\xd9\x3c\x86\x9f\x4f\xe6\xb3\x79\x1a\xbd\x9b\xdd\xfd\x72\xfd\xe6\x0e\xde\x9d\xdc\xde\x9e\x5c\xdd\xcd\xce\xe7\x70\x7d\x0b\xa7\xd7\x57\x67\xb3\xbb\xd9\xf5\xd5\x1c\xae\x2f\xe0\xe4\xea\x77\xf8\x75\x76\x75\x96\x02\x72\xbb\x44\x0d\xf8\x54\x6b\xc2\xae\x34\x70\x0a\x1d\x96\x59\x34\x47\x1c\x4d\x5e\x29\x0f\xc6\xd4\x58\xf0\x8a\x17\x20\x98\x5c\x34\x6c\x81\xb0\x50\x8f\xa8\x25\x97\x0b\xa8\x51\xaf\xb9\xa1\xe4\x19\x60\xb2\x8c\x04\x5f\x73\xcb\xac\xfb\xbe\xb7\x9c\x2c\xfa\x3e\x8f\xa2\x9a\x15\x2b\x72\xb2\x66\x5c\x46\x11\x5f\xd7\x4a\x5b\x48\xa2\x49\xfc\xd0\x54\x5c\xc5\xf4\x61\x6b\xd1\xd0\x87\x4a\xb0\x85\xfb\xbb\xb6\xf4\x87\xab\x9c\xab\xc6\x72\x41\x5f\x94\xf1\xff\xe7\xf8\x84\x05\x7d\xac\x99\x5d\xb6\x7f\x73\xe2\x47\xfb\x80\xe2\x27\x17\xce\xdc\xf2\x35\xc6\x51\x34\x89\x57\xff\x32\x19\x57\xf9\x4a\xa8\x45\x1c\x4d\xa3\xe8\x91\x69\xc2\x90\xe7\x8e\xc7\x25\xd7\x58\x58\xa5\x39\x1a\x4a\x9c\x50\xac\x84\x5a\x2b\x72\x6a\xa0\xd2\x6a\x9d\x45\x93\x92\x6b\x03\xf7\x1f\xbc\xf3\x68\x52\x2b\x21\xe0\x18\x08\x71\x76\xd6\x68\x17\x82\x24\xa6\xa7\x71\x0a\x2f\x7f\x48\x21\xbe\x21\x0b\xbb\xe3\x9d\x62\x2c\x71\xd3\x7b\x0f\xf4\xe5\x06\xb8\xb4\xa8\x1f\x99\xc8\xe0\x2d\x13\x0d\x1a\xf8\x09\x5e\x11\x1b\x1c\xb9\xc8\xb1\x23\x12\x93\x25\xe0\x13\xb7\xc0\x2a\x8b\xda\x41\xa5\xbc\xd0\x3c\xad\xcf\x2c\x9e\xd2\x12\x0b\x25\x8d\x0b\x74\xcd\xb4\x41\x4d\x64\x87\x63\x88\x59\x5d\x33\xbd\x56\xfa\xa3\x7f\x1c\x47\x93\xf6\x49\x65\xe8\x7d\x6e\xb6\x26\x5f\x51\x59\x8b\xdc\x60\xd1\x68\x6e\xb7\x79\x6b\xe2\x62\x57\x35\xb2\x70\xd9\x4c\xa6\xf0\x29\x9a\x50\x4c\xb3\x99\xe4\xf6\x42\xb0\x85\x49\x24\x17\xd3\x68\xe2\xe2\xf2\xc6\x50\xde\x8f\x81\x06\x78\xdb\x49\xb5\xb6\xd9\x45\xad\xb9\xb4\x55\xa2\x4c\x36\xb7\x25\x6a\x9d\x42\xec\x4c\x8f\xe0\x85\x81\xfb\x8b\xcb\x93\xff\x7c\xc8\xb2\x0c\xee\x6f\x6e\xaf\x2f\x66\x97\xe7\x1f\xcf\x66\xb7\xf4\xe0\xbd\x8c\x53\x50\x26\x3b\xd1\x0b\x73\xff\xea\xc3\xf4\x0b\xee\x2e\x29\x83\xbe\xf3\xd4\x27\x04\xbc\x0f\x78\x60\x37\x96\x54\x9f\x64\x32\x98\x65\x98\x2a\x9a\xce\x4d\x41\x2b\xb9\xa1\x29\xce\xb0\x62\x8d\xb0\x26\x99\x46\x93\xe7\xb0\xc4\x1b\x0a\x62\x32\x8d\x02\x3f\x02\x21\x08\x21\x59\xf1\x0a\x04\xca\x84\x5e\x4d\xe1\xf8\x18\x5e\xb9\x18\xb8\x80\x9d\x6b\xad\x74\x95\xc4\xbf\x35\xc6\x06\x4c\x5b\x60\x16\x04\x32\x63\x41\xc9\x9e\x36\xdb\xac\xc7\xe1\xc2\x44\x9e\x27\xca\x64\xe7\x4f\xdc\x26\x3f\x38\x30\x8e\xc9\xa7\x4b\x2c\x56\x60\x97\xcc\xba\x75\x75\x6d\x2a\xe4\xff\x81\x4b\xa6\xb7\xd4\x62\x2a\xd5\xc8\x32\x73\xf0\x3e\xa6\x80\x5a\xc3\xd1\x31\x50\x59\x65\x97\x4a\xad\x6e\x98\x5d\x26\x7e\xcc\xf4\x47\xf7\xf6\x9b\x63\x90\x5c\x0c\xb0\x3f\x71\x5b\x25\xf1\x6d\xd7\x07\xbd\xe7\x17\xc6\xf5\x6c\xe7\x9d\x82\x7b\x73\x72\xf7\x4b\x9c\x86\xe9\x0f\xc2\x24\xf6\xe2\xa0\xd4\x0a\x26\xe1\x81\x90\xb3\x3d\x78\x0b\xb4\x97\xce\xfa\x26\x18\x27\x5f\x06\xf7\x46\xba\xba\xb1\x0a\x58\x51\x50\xe7\x6b\x29\xdc\xcd\x76\x04\x2f\x1e\x63\xe7\x3f\x60\xe3\x15\x7c\xef\xca\xfa\xa7\x90\x28\xdd\xc8\x6b\x59\xb8\x78\x3f\x03\x0a\x83\xee\x29\x99\x5c\x28\x8d\x8f\xa8\x3d\x13\x9e\xa3\x28\xcf\xe1\x4a\xb5\x45\x7a\x04\xba\x91\xa0\x68\x73\x6a\xab\x35\xf3\x45\xd3\x39\x24\x47\xbc\x02\xd3\x38\x6c\x29\xb5\x84\x76\x5d\xb4\x58\x8a\xcb\x55\xff\x88\x96\xfa\x4d\xb0\x75\x10\x02\xaf\x06\xa3\xa6\xf0\xef\x00\x7a\x14\x85\x2b\x65\x81\x09\x31\x68\x37\xa8\xb1\x9d\xb6\x6a\x84\xd8\x86\x1c\x64\xe0\xa3\x1b\x82\x32\xf4\x1c\x4d\x86\xab\xef\xdd\x27\xb1\xe3\x70\xd7\x82\x86\xed\x67\x42\x05\x32\x18\xf5\x75\xc0\x33\x59\xa9\x2a\x89\xe7\xfb\xd0\x76\x13\xf6\x35\x6c\xef\x98\xdb\xaa\x68\xf1\xe3\x56\xeb\x69\xdf\xa1\x0b\x79\x3b\xd8\xa6\xb9\x2c\xb1\xe2\x92\x5b\x14\xdb\x90\xbb\x51\xda\xbb\xbe\xf7\x36\x79\x3d\x6d\xb1\xdf\xf8\xf4\x53\x1d\x90\x15\x15\x44\x9c\x42\xd8\x8d\xb2\xff\x2a\xee\x3b\x41\x0a\x71\x0a\xf1\x34\x75\x1e\xb3\xb9\x7b\x9d\x4c\xa7\x7e\x4b\xb9\x90\x94\xff\x41\xc3\xfc\xf8\x75\x72\xfc\xa1\xf8\x0e\x81\xfe\x85\x20\xbb\x8e\xe7\x01\x26\x53\xc8\x73\xb8\x6d\x24\xf0\xf5\x1a\x4b\xce\x7c\x90\x26\x96\x17\x2b\x74\xb5\x4a\xbb\x6e\x76\x85\x9b\x3b\xf7\x24\x71\x45\x45\x7b\x82\xd2\xa0\x99\x5c\x20\x78\xd3\xec\xb4\xaf\x27\xd9\x95\x92\x0b\xf6\xde\x1a\x21\x69\xf9\xff\xa0\x94\x18\xc7\xa4\xdd\x94\x5d\xc0\xc4\xa8\x49\x7c\xa9\x7d\xb8\x0a\x3c\xd8\x41\x42\x6b\xf6\xf4\xa6\x66\x44\x59\x3d\x1c\x27\xdf\x3d\x26\x1a\x6d\xa3\x25\x54\x4c\x90\xbc\x95\x5c\xf8\x8e\xd2\x62\x3e\x06\xab\x1b\xf4\x11\xf8\x98\x12\xd3\x08\x93\x8f\x85\xdb\x37\x5c\x8d\xc8\x4a\xf5\x80\xbd\xf0\xc9\x6e\x91\x95\x67\x5c\x13\x71\x42\x9e\x77\x10\x8f\x38\xbf\x07\xfa\x45\x8b\xb3\xe4\xba\x03\x3b\x80\xe5\x00\xd3\xa3\x42\x49\xcb\x25\x61\x74\xc0\x5b\xa4\x84\xa9\x87\xea\x10\xfa\x59\x49\x6b\x39\xa6\x06\xdd\xd5\xd1\xdb\x8f\xc9\xae\xd8\x1a\x1d\xa9\x27\xd4\xf2\x67\x55\xbf\x9b\xa5\xa4\x41\xcd\x76\x2d\xb8\x5c\xb9\xf6\x3c\x7c\x65\x56\xbc\x06\x6a\x97\x13\x8a\xa9\x51\xe2\x11\x4b\x22\x6d\x17\x96\xf0\x70\xee\xc7\xf7\x13\xba\x99\x0e\x44\xe7\x73\xe1\x21\x2f\x14\xa0\x00\x64\x9c\xcd\x51\x38\x88\xf8\xce\xf5\x10\x4f\x36\x33\x94\x95\x69\x98\x24\xcf\xe1\xac\x5d\x04\x08\x6e\x48\xf3\xd3\x46\x6b\x96\x4c\x08\xb5\xc9\x7a\x24\x6f\x93\x7f\xf4\x65\xb8\xe2\x75\x4d\x96\x5d\x00\x7c\xc7\xa0\x78\x1e\x82\x11\x1d\x74\x52\x30\x29\x43\xd7\xd9\x15\x97\x43\x5f\xf5\x81\x8a\x08\xb5\x40\xb9\x32\x49\x67\xf9\x27\xa2\xb8\x43\x32\x72\x31\x08\xe2\x01\x9a\x1d\x58\x11\xaf\xa0\x91\xe3\xaa\x4d\x76\x8b\xb8\xee\x9a\x9a\x87\x13\x20\x86\x66\xd8\x0d\x73\x4b\xd8\x53\x05\x93\x9d\xb2\x3e\x55\x8d\x28\x9d\x52\x19\xe9\xfc\x5d\x0a\x1c\x84\x3f\xc2\xef\x99\x41\xc9\x3f\x29\xcb\xf1\x56\x43\x87\x08\x4e\x3a\xae\xda\xed\x1b\x9e\x0b\xc3\xf6\x75\x4c\xd2\x04\x65\x39\xec\xde\xfd\x92\xb3\x2c\xf3\x78\x42\x45\x86\xe7\x7d\x51\x76\x73\x86\xb5\x8e\x63\x77\x1f\x5e\x7f\xe8\x7a\x50\x8b\xfb\xb9\x6d\xeb\x51\xdb\xbd\x0e\xa9\x91\xae\x23\x1f\xa2\x0b\xb4\x7d\x37\x69\x5b\xb0\x8b\x9f\xd2\x2e\x4f\xc5\xba\xec\x74\xe5\xa9\x5a\xaf\x99\x2c\x83\xac\x4c\x21\x7e\xf9\x52\x92\x9b\x9e\xa1\xc6\x49\x77\x1a\xf0\xad\x3b\x0e\x66\x3f\x37\x55\x85\xfa\xd3\xb3\x73\x14\x94\x3d\x1c\x83\xb7\x8b\x26\xaa\xb1\x1d\x95\xc9\xe0\xba\xb1\x75\x63\x0f\x77\x75\x52\x5a\x6e\x58\x76\x89\xb4\x7d\x8d\x77\xc6\x56\x2f\x04\x93\xc1\x86\xec\x62\x14\x82\x23\xb9\x48\x81\x8e\x1b\x2d\x8d\x70\x54\x03\xa3\xd3\xe2\xe1\x8a\xa0\x48\x5b\xed\xf6\x4c\x02\xdd\xea\x82\x3b\xcd\xd7\xf3\x9a\x15\x98\xf8\x27\x89\x6a\xec\xd4\x6f\xb1\xb8\x56\x8f\x08\x56\x33\xee\x74\xc5\x7b\xd9\xa7\x2a\x0c\x9e\xd7\x82\xdb\x24\x78\x4d\x21\xa6\x33\x8b\xdf\x7f\xda\xbc\x7d\xa5\xb6\x60\xcd\xea\x7b\xef\xed\x83\xdf\x59\xeb\xfd\x6d\x95\x5e\x50\xc0\xfe\x10\x05\x79\x05\xdf\x7c\x8e\x83\x9f\x7c\x5f\x77\x4b\x08\x6c\xf4\xca\x62\xb8\x7f\x8e\x44\xc0\xa8\xb6\x3b\xbe\xf9\xd8\x7f\x9d\x63\x8f\xa8\x1f\x94\xc1\xbf\x83\x65\x7b\xa2\xea\x52\x7d\x86\x09\xef\x65\xd7\xd5\x53\xa0\xe4\xfe\x5d\x14\xdd\x67\xe7\xae\x34\xff\x22\x3b\x07\x4c\x0f\xd2\x78\xe6\xaf\xcc\x16\xfc\x11\xa5\xdb\xe9\x9d\x1c\xe0\x06\x58\xbb\x6f\xa6\xd0\x66\x73\x89\x70\xc1\x05\x52\x30\xda\xab\x36\xcb\xf4\x02\x6d\x06\xd7\x76\x89\x7a\xc3\x49\x19\xf5\xd6\xe4\x7f\xec\xb8\x3d\x23\x8d\x77\xf8\x07\x66\xf0\xa6\xcf\x7d\x90\x24\xca\x64\xed\x6c\x53\x48\x06\xdf\x86\x0d\x88\x57\x5e\x8b\xfc\xa6\x4a\x4c\xa6\xdf\x2a\xe3\x3e\x05\xc7\xfd\x71\xdc\x9d\xdd\x6c\xbf\xa6\xac\x8f\x28\x77\x1e\x83\x9c\x9b\x54\x87\x45\x4f\x8b\x70\x57\xf9\xb4\x7a\x81\x1e\x74\x24\xea\x86\x9e\x3f\x32\x11\xa0\x98\xa4\x0a\xf4\xdc\xe7\xc5\xd7\xba\xcf\x8e\x8e\xe9\x73\x5b\xed\x25\xf7\x80\x9a\x72\x57\x26\xcc\x26\x43\xa8\x7f\x01\x46\xc1\xfc\xc1\xc7\x58\x66\x41\xc9\x1e\xc4\x5e\x08\x46\x44\x1b\x43\xea\x69\x77\x77\x7d\x76\x7d\x04\x77\xee\x4e\xcc\x40\xa1\x6a\x8e\xa5\x67\x6e\x7b\x8b\xd7\x5d\x3b\xe7\xf5\x6a\xb1\x7f\x4b\x95\xed\xa9\xfd\x8c\xfc\xfa\x7f\xb7\x58\x31\x12\x5b\xfe\x06\x62\x8d\x76\xa9\xdc\x6d\x2d\x3e\xd5\xca\x20\x70\x77\xbf\xcc\x40\x63\xe3\x6f\xde\x36\x6c\xeb\x6f\xdd\x4a\x14\x68\xc3\x75\xf4\xa3\xbf\xc0\xce\xba\xbd\x71\xf7\x70\x01\xc9\x5e\x63\xed\x89\xd9\x96\xe3\x4d\xe0\x53\xcf\xa5\xfe\x2a\x2e\x85\xb8\x93\x71\xd3\x7e\x08\xf1\x7c\x98\xbe\xeb\x1a\x65\x32\xf4\xf7\xa7\xd2\x57\x31\x2e\xfc\x5d\xb5\xaa\x71\x90\xb7\xa1\xc3\x41\xde\x4a\xac\xb0\xbf\x3f\x21\x28\xd9\xa9\x50\xe1\xfe\xab\x1e\x1c\x51\x77\xd6\x4e\xed\xd5\x90\x4e\xf5\xc7\x43\x77\xef\x4b\xe7\xc3\xb9\x7f\x96\x0c\x3d\x86\x73\x62\x30\xcf\xc8\x24\xc8\xec\xba\x97\x1f\x3e\x68\xda\xe0\x40\x92\x24\xed\x90\x3b\x7c\xb2\xbe\x37\xf2\x0a\x86\x83\x8e\x8f\x21\x8e\x7d\x57\xcd\x73\x78\x23\x57\x52\x6d\x24\x08\x2e\xdd\xd5\xf7\x9a\xd9\x1f\x47\xe7\x8f\xd1\x91\xa8\x17\xd0\xf7\x03\x97\xbd\xaa\xea\x59\xdd\x0b\xed\x01\xa3\x07\xb7\xb3\xfe\xa7\x0c\x77\x0b\x47\x73\x5a\x2c\xfd\x1d\xb0\x92\x9d\x0d\xd4\xa8\x1d\xae\x14\xd6\xcc\x16\x4b\xaa\x2d\xe6\xec\x8f\x3c\x8f\x9d\x76\x22\xcd\x70\x94\xe7\x61\x8c\xd3\x53\x90\xac\x55\x89\x53\x6f\xf4\x99\x17\xef\x96\xa8\x11\xe8\x2b\x81\xf8\x84\xb2\x52\xba\xc0\xd4\xff\xa4\xc2\xb8\x4c\x61\xc5\x85\x78\xce\x1c\xe8\x78\x38\x53\x4c\x03\x94\x14\x5b\xe0\xb2\x10\x0d\xa9\x5a\x77\xe2\x68\x4d\x4a\x72\xdf\xe9\x56\xb8\x08\x3f\x27\xd4\x8d\xa6\xca\x32\xb4\x2d\xf4\x3f\x18\xa5\xb0\x41\x28\x94\x34\xbc\xfd\xd1\xa0\xf3\x43\xa9\xb5\xed\x26\xd2\x86\x84\xde\xb6\x37\x31\xbb\x99\x0f\x36\x97\x94\xc9\x56\x22\xf8\xbf\x94\x6d\x5a\xea\x4c\x96\xf8\x34\x54\x5d\xee\xc1\x6d\x23\x47\x83\x53\xf8\x2e\xf9\xce\x17\x50\x3f\xa8\xbb\x0c\xf4\xe9\x8d\xe3\x61\xb2\xf7\x45\xdc\xc0\xdd\xfd\x51\xe7\xe5\xc3\x34\x7a\x8e\xfe\x1f\x00\x00\xff\xff\xa4\x1a\x32\xe5\x44\x1b\x00\x00") - -func testImagesApparmorLoaderLoaderGoBytes() ([]byte, error) { - return bindataRead( - _testImagesApparmorLoaderLoaderGo, - "test/images/apparmor-loader/loader.go", - ) -} - -func testImagesApparmorLoaderLoaderGo() (*asset, error) { - bytes, err := testImagesApparmorLoaderLoaderGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/apparmor-loader/loader.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesCudaVectorAddBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\xcd\x2b\xcb\x4c\xc9\x4c\xd4\x4f\x2e\x4d\x49\xb4\x32\x34\xd0\x33\xd0\x4d\x49\x2d\x4b\xcd\xd1\x2d\x4d\x2a\xcd\x2b\x29\x35\xb4\xd0\x33\x30\xe1\x2a\x28\x48\x36\x33\xc9\x49\x45\x56\xaa\x0b\x15\xc3\xa5\x05\x10\x00\x00\xff\xff\x67\x31\x07\x44\x5c\x00\x00\x00") - -func testImagesCudaVectorAddBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesCudaVectorAddBaseimage, - "test/images/cuda-vector-add/BASEIMAGE", - ) -} - -func testImagesCudaVectorAddBaseimage() (*asset, error) { - bytes, err := testImagesCudaVectorAddBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/cuda-vector-add/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesCudaVectorAddDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x51\x6f\xbb\x36\x14\xc5\xdf\xfd\x29\x8e\xc2\x54\x6d\x53\xc0\x59\x5f\x26\x6d\x4f\x94\xa4\x2d\x4a\x03\x1d\x24\xad\x2a\x4d\x8a\x1c\xb8\x01\x6b\xc6\xa6\xb6\x49\x9a\x6f\x3f\x91\xa4\x7f\xb5\xfa\xdf\x37\xee\x3d\x9c\xfb\xbb\xc7\x01\x12\xd3\x9f\xac\x6c\x5a\x8f\xdb\xd9\x1f\x7f\x62\xdd\x12\x96\xc3\x8e\xac\x26\x4f\x0e\xf1\xe0\x5b\x63\x5d\xc4\x02\x16\xe0\x49\x56\xa4\x1d\xd5\x18\x74\x4d\x16\xbe\x25\xc4\xbd\xa8\x5a\xfa\x9c\x4c\xf1\x42\xd6\x49\xa3\x71\x1b\xcd\xf0\xeb\x28\x98\x5c\x47\x93\xdf\xfe\x66\x01\x4e\x66\x40\x27\x4e\xd0\xc6\x63\x70\x04\xdf\x4a\x87\xbd\x54\x04\xfa\xa8\xa8\xf7\x90\x1a\x95\xe9\x7a\x25\x85\xae\x08\x47\xe9\xdb\xf3\x9a\xab\x49\xc4\x02\xbc\x5d\x2d\xcc\xce\x0b\xa9\x21\x50\x99\xfe\x04\xb3\xff\xaa\x83\xf0\x67\xe0\xb1\x5a\xef\xfb\xbf\x38\x3f\x1e\x8f\x91\x38\xc3\x46\xc6\x36\x5c\x5d\x84\x8e\x3f\xa5\xc9\x22\x2b\x17\xe1\x6d\x34\x3b\xff\xb2\xd1\x8a\x9c\x83\xa5\xf7\x41\x5a\xaa\xb1\x3b\x41\xf4\xbd\x92\x95\xd8\x29\x82\x12\x47\x18\x0b\xd1\x58\xa2\x1a\xde\x8c\xbc\x47\x2b\xbd\xd4\xcd\x14\xce\xec\xfd\x51\x58\x62\x01\x6a\xe9\xbc\x95\xbb\xc1\x7f\x0b\xeb\x93\x4e\xba\x6f\x02\xa3\x21\x34\x26\x71\x89\xb4\x9c\xe0\x2e\x2e\xd3\x72\xca\x02\xbc\xa6\xeb\xc7\x7c\xb3\xc6\x6b\x5c\x14\x71\xb6\x4e\x17\x25\xf2\x02\x49\x9e\xcd\xd3\x75\x9a\x67\x25\xf2\x7b\xc4\xd9\x1b\x96\x69\x36\x9f\x82\xa4\x6f\xc9\x82\x3e\x7a\x3b\xf2\x1b\x0b\x39\xc6\x48\xf5\x98\x59\x49\xf4\x0d\x60\x6f\x2e\x40\xae\xa7\x4a\xee\x65\x05\x25\x74\x33\x88\x86\xd0\x98\x03\x59\x2d\x75\x83\x9e\x6c\x27\xdd\xf8\x98\x0e\x42\xd7\x2c\x80\x92\x9d\xf4\xc2\x9f\x3b\x3f\x1d\x15\x31\x76\x5f\xe4\xab\x11\x7f\x91\xae\xe2\x87\x05\x63\x49\x91\x97\xe5\xf6\x6e\x93\x3e\xcd\xb7\x49\xfe\xfc\x86\x77\xea\x86\xf0\x9f\xc5\x6a\x13\x17\xc9\x63\xe8\x46\xaf\x0a\x7c\x70\x96\xef\xa4\xe6\x8c\x15\x9b\x0c\xa2\xf7\x61\x43\x1e\x43\x5f\x0b\x4f\xb8\xb9\xf9\xd1\x91\xda\x79\xa1\x14\xc2\x13\xc2\x50\x9b\xf0\xfa\x1d\x5a\xaa\x4c\xd7\x91\xae\x1d\xfe\x65\xb8\x56\x35\xd4\x22\x74\xa2\xeb\x15\xb9\xf0\x97\x64\x33\x8f\xb7\xcf\xcb\x87\xed\xcb\xa2\x28\xd3\x3c\x1b\x6d\x2f\x5a\xdb\x21\xb4\x7b\xf0\x83\xb0\x5c\xc9\x1d\x17\xbd\xe7\x4a\x3a\xef\xf8\xef\x8c\xbd\xe6\xc5\x72\x9e\x16\x17\x44\x65\x2a\xa1\xf8\xe8\xcb\xaf\xbe\x7c\xb6\x2d\xc7\x90\x89\x1f\xa8\xf2\xc6\xc6\x75\x7d\x3e\xa1\x13\xff\x11\x63\xc9\x6a\x0e\x7d\x90\xb5\x14\xa1\xeb\xe4\xb8\x31\xfa\xa2\xfb\x3f\x00\x00\xff\xff\x2f\x42\x50\x5f\x78\x03\x00\x00") - -func testImagesCudaVectorAddDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesCudaVectorAddDockerfile, - "test/images/cuda-vector-add/Dockerfile", - ) -} - -func testImagesCudaVectorAddDockerfile() (*asset, error) { - bytes, err := testImagesCudaVectorAddDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/cuda-vector-add/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesCudaVectorAddVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd2\x33\xe0\x02\x04\x00\x00\xff\xff\x31\x5b\x26\x76\x04\x00\x00\x00") - -func testImagesCudaVectorAddVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesCudaVectorAddVersion, - "test/images/cuda-vector-add/VERSION", - ) -} - -func testImagesCudaVectorAddVersion() (*asset, error) { - bytes, err := testImagesCudaVectorAddVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/cuda-vector-add/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesDnsutilsBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\x4d\xcc\x29\xc8\xcc\x4b\xb5\x32\xd6\x33\xe3\x4a\x2c\xca\xb5\x4d\x2c\xca\x35\x36\x2a\x33\xd3\x47\x15\x06\xa9\x03\x91\x65\x16\xc8\x12\x05\x05\xc9\x66\x26\x39\xa9\xb6\x50\x1a\x59\xaa\xd8\xd8\xd2\xa0\xc2\x16\x4c\x22\x0b\x03\x02\x00\x00\xff\xff\x1d\x62\xa8\x43\x73\x00\x00\x00") - -func testImagesDnsutilsBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesDnsutilsBaseimage, - "test/images/dnsutils/BASEIMAGE", - ) -} - -func testImagesDnsutilsBaseimage() (*asset, error) { - bytes, err := testImagesDnsutilsBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/dnsutils/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesDnsutilsDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x92\xd1\x6f\x9b\x30\x10\xc6\xdf\xfd\x57\x7c\x0a\x52\xb5\x49\x01\xd2\x4a\xdb\x43\xf7\x44\x93\x74\x45\x6d\xc3\x16\x92\x55\x7d\x8a\x0c\x5c\xe0\x34\xb0\xa9\x6d\x4a\xd2\xbf\x7e\x82\x36\xd3\xa2\xf9\xc5\xba\xbb\xcf\xe7\x9f\xef\xb3\x87\xb9\x6e\x8f\x86\xcb\xca\xe1\x6a\x76\xf9\x15\x9b\x8a\x70\xdf\x65\x64\x14\x39\xb2\x88\x3a\x57\x69\x63\x03\xe1\x09\x0f\x0f\x9c\x93\xb2\x54\xa0\x53\x05\x19\xb8\x8a\x10\xb5\x32\xaf\xe8\x54\x99\xe2\x17\x19\xcb\x5a\xe1\x2a\x98\xe1\xd3\x20\x98\x7c\x94\x26\x9f\xbf\x09\x0f\x47\xdd\xa1\x91\x47\x28\xed\xd0\x59\x82\xab\xd8\x62\xcf\x35\x81\x0e\x39\xb5\x0e\xac\x90\xeb\xa6\xad\x59\xaa\x9c\xd0\xb3\xab\xc6\x6b\x3e\x9a\x04\xc2\xc3\xf3\x47\x0b\x9d\x39\xc9\x0a\x12\xb9\x6e\x8f\xd0\xfb\x7f\x75\x90\x6e\x04\x1e\x56\xe5\x5c\x7b\x1d\x86\x7d\xdf\x07\x72\x84\x0d\xb4\x29\xc3\xfa\x5d\x68\xc3\x87\x78\xbe\x5c\xa5\x4b\xff\x2a\x98\x8d\x47\xb6\xaa\x26\x6b\x61\xe8\xa5\x63\x43\x05\xb2\x23\x64\xdb\xd6\x9c\xcb\xac\x26\xd4\xb2\x87\x36\x90\xa5\x21\x2a\xe0\xf4\xc0\xdb\x1b\x76\xac\xca\x29\xac\xde\xbb\x5e\x1a\x12\x1e\x0a\xb6\xce\x70\xd6\xb9\xb3\x61\x9d\xe8\xd8\x9e\x09\xb4\x82\x54\x98\x44\x29\xe2\x74\x82\x9b\x28\x8d\xd3\xa9\xf0\xf0\x14\x6f\xee\x92\xed\x06\x4f\xd1\x7a\x1d\xad\x36\xf1\x32\x45\xb2\xc6\x3c\x59\x2d\xe2\x4d\x9c\xac\x52\x24\xb7\x88\x56\xcf\xb8\x8f\x57\x8b\x29\x88\x5d\x45\x06\x74\x68\xcd\xc0\xaf\x0d\x78\x18\x23\x15\xc3\xcc\x52\xa2\x33\x80\xbd\x7e\x07\xb2\x2d\xe5\xbc\xe7\x1c\xb5\x54\x65\x27\x4b\x42\xa9\x5f\xc9\x28\x56\x25\x5a\x32\x0d\xdb\xc1\x4c\x0b\xa9\x0a\xe1\xa1\xe6\x86\x9d\x74\x63\xe6\xbf\x47\x05\x42\xdc\xae\x93\xc7\x01\x7f\x19\x3f\x46\xdf\x97\x42\xcc\xd7\x49\x9a\xee\x6e\xb6\xf1\xc3\x62\x37\x4f\x7e\x3c\xe3\x85\x9a\xce\xff\xb9\x7c\xdc\x46\xeb\xf9\x9d\x6f\x87\x5e\x39\xc2\xce\x9a\x30\x63\x15\x0a\xb1\xde\xae\x20\xdb\xdf\x90\x45\x01\xdf\x57\xda\xcf\xc7\xcf\x95\xb1\x2a\x7c\xa7\x75\x6d\x51\x28\xdb\x48\xfb\x22\x44\xb4\x58\x8c\xce\xda\xeb\x30\x2c\xd9\x55\x5d\x16\xe4\xba\x09\x73\x6d\xa8\x50\xf6\xef\x6e\xa8\x26\x39\xd8\x5c\xe8\x5e\xd5\x5a\x16\xe1\xeb\x65\xf0\x25\x98\x9d\x04\xbb\x31\xda\xd5\xac\xba\xc3\x6e\x40\x1f\xc8\x02\x57\xbe\xe1\xa4\x18\x82\x11\xcc\x49\x03\xff\xf0\xf6\xba\x3f\x2b\xe1\xe2\x02\xa6\x81\x7f\x9e\x15\x7f\x02\x00\x00\xff\xff\xb8\xfe\x26\x22\x57\x03\x00\x00") - -func testImagesDnsutilsDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesDnsutilsDockerfile, - "test/images/dnsutils/Dockerfile", - ) -} - -func testImagesDnsutilsDockerfile() (*asset, error) { - bytes, err := testImagesDnsutilsDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/dnsutils/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesDnsutilsDockerfile_windows = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x93\x4f\x6f\xdb\x46\x10\xc5\xef\xfc\x14\x0f\xd2\xc1\x36\x60\x92\xb6\xfb\x07\x88\x7d\x62\x25\xb9\x25\x92\x48\x85\x28\xc5\x08\x10\xc0\x58\x92\x23\x72\x8b\xe5\x0e\xbb\x3b\x14\xa5\x7c\xfa\x82\x94\x94\xd6\x48\xa3\x8b\xb0\x9c\xb7\x33\xbf\x99\x79\x3b\xc5\x8c\xdb\xa3\xd3\x55\x2d\x78\xb8\xbb\x7f\x87\x4d\x4d\x78\xdf\xe5\xe4\x2c\x09\x79\x24\x9d\xd4\xec\x7c\x14\x4c\x83\x29\x3e\xe8\x82\xac\xa7\x12\x9d\x2d\xc9\x41\x6a\x42\xd2\xaa\xa2\xa6\x4b\xe4\x16\x9f\xc8\x79\xcd\x16\x0f\xd1\x1d\xae\x07\xc1\xe4\x1c\x9a\xdc\x3c\x05\x53\x1c\xb9\x43\xa3\x8e\xb0\x2c\xe8\x3c\x41\x6a\xed\xb1\xd3\x86\x40\x87\x82\x5a\x81\xb6\x28\xb8\x69\x8d\x56\xb6\x20\xf4\x5a\xea\xb1\xcc\x39\x49\x14\x4c\xf1\xf9\x9c\x82\x73\x51\xda\x42\xa1\xe0\xf6\x08\xde\xfd\x57\x07\x25\x23\xf0\xf0\xab\x45\xda\xc7\x38\xee\xfb\x3e\x52\x23\x6c\xc4\xae\x8a\xcd\x49\xe8\xe3\x0f\xe9\x6c\xb1\xcc\x16\xe1\x43\x74\x37\x5e\xd9\x5a\x43\xde\xc3\xd1\xdf\x9d\x76\x54\x22\x3f\x42\xb5\xad\xd1\x85\xca\x0d\xc1\xa8\x1e\xec\xa0\x2a\x47\x54\x42\x78\xe0\xed\x9d\x16\x6d\xab\x5b\x78\xde\x49\xaf\x1c\x05\x53\x94\xda\x8b\xd3\x79\x27\x6f\x86\x75\xa1\xd3\xfe\x8d\x80\x2d\x94\xc5\x24\xc9\x90\x66\x13\xfc\x96\x64\x69\x76\x1b\x4c\xf1\x92\x6e\xfe\x58\x6d\x37\x78\x49\xd6\xeb\x64\xb9\x49\x17\x19\x56\x6b\xcc\x56\xcb\x79\xba\x49\x57\xcb\x0c\xab\x67\x24\xcb\xcf\x78\x9f\x2e\xe7\xb7\x20\x2d\x35\x39\xd0\xa1\x75\x03\x3f\x3b\xe8\x61\x8c\x54\x0e\x33\xcb\x88\xde\x00\xec\xf8\x04\xe4\x5b\x2a\xf4\x4e\x17\x30\xca\x56\x9d\xaa\x08\x15\xef\xc9\x59\x6d\x2b\xb4\xe4\x1a\xed\x87\x65\x7a\x28\x5b\x06\x53\x18\xdd\x68\x51\x32\x7e\xf9\xae\xa9\x28\x08\x9e\xd7\xab\x8f\x03\xfe\x22\xfd\x98\xfc\xbe\x08\x82\x6d\xb6\x58\x63\xc6\x76\xd8\x13\xb9\xa4\x6c\xb4\x1d\xba\x56\xc2\x2e\x58\x2c\x3f\xa1\xa8\xb9\x60\xa3\x84\x8e\x5b\x4f\x2f\xda\x96\xdc\xfb\x19\x37\x63\x03\x83\x87\x76\xca\x78\x0a\xd6\xdb\x25\x5a\xee\xc9\xf9\x9a\x8c\x41\x38\xe3\xa6\x51\xb6\xc4\x97\x60\xd8\xae\xa6\x03\xae\xaf\x2d\xf5\x21\xe7\x7f\x51\x21\xb0\x24\x51\x4f\x79\x61\x34\x59\xb9\x89\xe6\xdc\x5b\xc3\xaa\xcc\xc4\x69\x5b\x5d\x5f\x0d\x6e\xf0\x8f\x71\xfc\x6f\xed\xd1\x0e\xda\x7a\x51\xc6\x44\xad\xbf\xbf\xba\xb9\x79\x3a\x27\x1f\x45\xd8\x91\x92\xce\xd1\xb0\xb2\xd1\x03\x61\x68\x55\x43\xf0\x35\xf7\x97\xec\x7f\x3a\xae\x06\xea\xcb\xc5\xff\xe3\x3d\x25\x3b\x17\x42\xae\x6d\x19\x0a\xb3\xf1\x6c\xcd\x11\x61\xb8\x3f\x3f\x9c\x77\xd1\xfd\x5d\xf4\x13\xc2\xe3\x0f\x1b\x9f\x9c\x6a\xf4\x15\x09\xc2\xce\x69\x7c\x6b\xaa\xd2\x52\x77\x79\x54\x70\x13\x17\xec\xa8\xb4\xfe\xdb\xbf\x23\x43\x6a\xf0\x7b\x79\x46\x8e\xf7\xf7\xd1\x2f\xd1\xdd\x45\xf0\x3a\x9e\x5e\xfb\xd3\x16\x5e\x55\x53\xfe\xfa\x73\x24\xd5\xd7\x2b\x84\xab\x4e\x9e\x87\x17\x7a\x35\x7b\xfc\x72\x56\x8f\x91\xa7\x13\x87\x28\x87\xf0\xf0\x75\xbf\xfb\x91\x60\x4d\x0d\xef\x29\x4c\x85\x9a\xef\x24\x93\x20\x99\xcf\x51\xb3\x97\x71\xa6\x71\xae\x6d\x7c\x39\x45\x74\xa0\xe0\x9f\x00\x00\x00\xff\xff\xf6\xb3\x7c\x6c\xa0\x04\x00\x00") - -func testImagesDnsutilsDockerfile_windowsBytes() ([]byte, error) { - return bindataRead( - _testImagesDnsutilsDockerfile_windows, - "test/images/dnsutils/Dockerfile_windows", - ) -} - -func testImagesDnsutilsDockerfile_windows() (*asset, error) { - bytes, err := testImagesDnsutilsDockerfile_windowsBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/dnsutils/Dockerfile_windows", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesDnsutilsVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe2\x02\x04\x00\x00\xff\xff\x5d\x96\xa5\x56\x04\x00\x00\x00") - -func testImagesDnsutilsVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesDnsutilsVersion, - "test/images/dnsutils/VERSION", - ) -} - -func testImagesDnsutilsVersion() (*asset, error) { - bytes, err := testImagesDnsutilsVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/dnsutils/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesEchoserverBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\xcd\x4b\xcf\xcc\xab\xb0\x32\xd4\x33\x34\xd5\x4d\xcc\x29\xc8\xcc\x4b\xe5\x4a\x2c\xca\xb5\x4d\x2c\xca\x35\x36\x2a\x33\xd3\xc7\x2a\x6b\x66\x62\x0b\x26\xcb\x2c\xb0\xc8\x17\x14\x24\x9b\x99\xe4\xa4\xda\x42\x69\x2c\x2a\x8a\x8d\x2d\x0d\x2a\x6c\xc1\x24\x16\x59\x40\x00\x00\x00\xff\xff\xe2\x65\x30\x0a\x96\x00\x00\x00") - -func testImagesEchoserverBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesEchoserverBaseimage, - "test/images/echoserver/BASEIMAGE", - ) -} - -func testImagesEchoserverBaseimage() (*asset, error) { - bytes, err := testImagesEchoserverBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/echoserver/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesEchoserverDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x92\x5d\x6f\xab\x46\x10\x86\xef\xf7\x57\xbc\x32\x37\xad\x6a\x20\x89\x54\x55\x6a\xaf\x88\x4d\x1a\x94\x18\x52\xb0\x1b\x59\x55\x15\xad\x61\x0c\xab\xc0\xee\x66\x3f\x8e\xed\x7f\x7f\x04\x4e\x94\x44\x27\xc7\x57\xd6\x3b\xcf\xcc\x3e\x3b\x4b\x80\x85\xd2\x27\x23\xda\xce\xe1\xea\xe2\xf2\x0f\xac\x3b\xc2\x9d\xdf\x91\x91\xe4\xc8\x22\xf1\xae\x53\xc6\x46\x2c\x60\x01\xee\x45\x4d\xd2\x52\x03\x2f\x1b\x32\x70\x1d\x21\xd1\xbc\xee\xe8\xad\x32\xc7\xbf\x64\xac\x50\x12\x57\xd1\x05\x7e\x19\x81\xd9\x6b\x69\xf6\xeb\x5f\x2c\xc0\x49\x79\x0c\xfc\x04\xa9\x1c\xbc\x25\xb8\x4e\x58\xec\x45\x4f\xa0\x63\x4d\xda\x41\x48\xd4\x6a\xd0\xbd\xe0\xb2\x26\x1c\x84\xeb\xa6\x63\x5e\x87\x44\x2c\xc0\xf6\x75\x84\xda\x39\x2e\x24\x38\x6a\xa5\x4f\x50\xfb\x8f\x1c\xb8\x9b\x84\xc7\x5f\xe7\x9c\xfe\x33\x8e\x0f\x87\x43\xc4\x27\xd9\x48\x99\x36\xee\xcf\xa0\x8d\xef\xb3\x45\x9a\x57\x69\x78\x15\x5d\x4c\x2d\x1b\xd9\x93\xb5\x30\xf4\xe2\x85\xa1\x06\xbb\x13\xb8\xd6\xbd\xa8\xf9\xae\x27\xf4\xfc\x00\x65\xc0\x5b\x43\xd4\xc0\xa9\xd1\xf7\x60\x84\x13\xb2\x9d\xc3\xaa\xbd\x3b\x70\x43\x2c\x40\x23\xac\x33\x62\xe7\xdd\xa7\x65\xbd\xd9\x09\xfb\x09\x50\x12\x5c\x62\x96\x54\xc8\xaa\x19\xae\x93\x2a\xab\xe6\x2c\xc0\x63\xb6\xbe\x2d\x36\x6b\x3c\x26\x65\x99\xe4\xeb\x2c\xad\x50\x94\x58\x14\xf9\x32\x5b\x67\x45\x5e\xa1\xb8\x41\x92\x6f\x71\x97\xe5\xcb\x39\x48\xb8\x8e\x0c\xe8\xa8\xcd\xe8\xaf\x0c\xc4\xb8\x46\x6a\xc6\x9d\x55\x44\x9f\x04\xf6\xea\x2c\x64\x35\xd5\x62\x2f\x6a\xf4\x5c\xb6\x9e\xb7\x84\x56\x7d\x23\x23\x85\x6c\xa1\xc9\x0c\xc2\x8e\x8f\x69\xc1\x65\xc3\x02\xf4\x62\x10\x8e\xbb\x29\xf9\xe1\x52\x11\x63\x37\x65\xb1\x1a\xf5\xd3\x6c\x95\xfc\x9d\x32\xb6\x28\x8b\xaa\x7a\xba\xde\x64\xf7\xcb\xa7\x45\xf1\xb0\xc5\x0b\x0d\x3e\xfc\x27\x5d\x6d\x92\x72\x71\x1b\xda\x71\x56\x8d\xd8\x5b\x13\xef\x84\x8c\x19\x2b\x37\x39\xb8\x7e\x06\x6f\x1a\x84\xa1\x54\x61\x3d\x7d\x5c\x4a\x93\xb4\xb6\x87\x6c\x85\x3c\x86\x83\x6a\xc2\xf1\x4d\xc3\xde\xf3\x2f\xa2\xd0\x6b\xeb\x0c\xf1\x61\x9a\x36\x3c\x37\xc2\x20\xd4\x88\x8d\x97\xf1\x44\x33\x96\x2c\x97\xe7\xc6\xa8\x56\x72\x8f\x98\x5c\x7d\x2e\xc5\xef\xe9\x04\x39\x1a\x74\xcf\x1d\x45\xe3\x51\x93\x67\xaf\x6a\xde\xc7\xb6\xe3\x86\xe2\xde\xf3\xf8\xf7\xe8\x32\x9e\xd0\x32\x4d\x96\xab\x34\x1a\x9a\xf7\x7f\x53\x6e\xbc\x8c\x6c\xf7\xb1\x79\xbc\xea\x39\x9d\x0c\xeb\x6e\x50\x0d\x7e\x3b\xfe\x04\x49\xf3\x75\xb9\x7d\x28\xb2\x7c\x8d\xff\x66\x5f\x22\xb3\xff\xd9\xf7\x00\x00\x00\xff\xff\x9c\x82\xa0\xf6\xc5\x03\x00\x00") - -func testImagesEchoserverDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesEchoserverDockerfile, - "test/images/echoserver/Dockerfile", - ) -} - -func testImagesEchoserverDockerfile() (*asset, error) { - bytes, err := testImagesEchoserverDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/echoserver/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesEchoserverVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd2\x33\xe2\x02\x04\x00\x00\xff\xff\xb3\x39\x10\x44\x04\x00\x00\x00") - -func testImagesEchoserverVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesEchoserverVersion, - "test/images/echoserver/VERSION", - ) -} - -func testImagesEchoserverVersion() (*asset, error) { - bytes, err := testImagesEchoserverVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/echoserver/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesEchoserverNginxConf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x56\x41\x6f\xdb\x3a\x12\x3e\x8b\xbf\x62\xa0\x20\x88\x0d\xc4\x52\xd2\x06\x8b\xae\x03\x1f\xd2\x6d\x80\x06\x8b\x36\x41\xd2\x3d\x05\x81\x40\x53\x63\x8b\x30\x45\xaa\x24\x65\x5b\x6b\xf8\xbf\x3f\x0c\x25\xd9\x72\x93\x77\x78\x27\x81\xc3\x6f\x66\xc8\xe1\x37\xdf\x48\x19\x9e\x67\xa5\xc9\x6b\x85\xd0\x7e\x5c\xaa\xf3\x55\x56\x78\x5f\x75\xf6\xc4\x99\x5b\xf6\x21\x6e\xb9\x6d\x71\xaa\xe6\xff\x08\x5b\x57\xce\x5b\xe4\xe5\xd0\x89\xe1\x1a\xb5\x77\xb0\x63\xd1\xc6\xd8\x15\xda\x4c\x18\xad\x51\x78\x69\xb4\x83\xeb\xab\x4f\x37\xb7\x6c\xcf\x18\xea\x35\x7c\x7f\x7c\xf9\xf5\xf3\xee\xc7\xfd\x6d\x58\xfd\x7c\xfc\x76\x9f\x1d\x97\x4f\x8f\xdf\x3e\x58\xbd\x3c\xdd\xfd\x67\x60\x7a\x78\xba\x65\x8c\x8e\x43\xe9\x72\x5c\xf0\x5a\xf9\xcc\x37\x15\xc2\x85\xc7\xad\x4f\x2b\xc5\xa5\xbe\xb8\x65\xd1\x19\x94\x7c\x2b\xcb\xba\x04\xae\x94\xd9\x60\x0e\x4e\xfe\x1f\xc1\x2c\xc0\x17\x08\x42\x49\xd4\x1e\x2c\xfe\xae\xd1\x79\x98\x9b\xbc\x49\xe0\x6b\x03\x5d\x44\xf0\x85\x74\x20\x1d\x5c\x97\x09\x85\x7a\xee\x70\x1b\xe9\x0b\x98\xcb\xe5\x12\x2d\xf9\x48\x74\xa0\x97\x52\x6f\x61\x23\x95\x02\x8b\xbe\xb6\x1a\xd0\x5a\x63\x41\x98\x1c\xe1\xe6\xfa\x73\xf0\xa7\x03\x4f\xd3\x34\x60\x13\x63\x97\x29\xea\x34\x37\xc2\xa5\xb4\x71\xac\xb0\x30\x16\xfb\xca\x16\xbe\x54\x67\xed\x31\xb3\x92\x6f\x33\x3a\x62\x46\x57\x60\xd1\x47\x56\xb8\xbe\x2a\x6f\x19\x8b\xa4\x96\x3e\x9b\x37\xe1\xb1\xe6\xca\x88\x15\xd5\x29\x52\x46\x70\x05\x1e\xcb\x4a\x71\x8f\x30\x0b\x17\x97\x16\x47\x71\x6f\x8b\xc7\x2c\x8a\x26\x93\x23\xc6\x35\xda\xf3\x2d\xe4\x46\xd4\x25\x6a\x8f\x39\x14\x68\x71\xda\xa2\xe8\xb4\x6e\x9a\xa6\x4b\xe9\x8b\x7a\x9e\x08\x53\xa6\xf3\x5a\x2f\x15\xa6\xaa\xe6\x13\x8b\xce\x37\x93\x3e\x52\x3a\x57\x66\x9e\x96\xdc\x79\xb4\xe9\xf3\xfd\xdd\xb7\x1f\xf7\x49\x99\xb3\x28\xf2\x65\xa5\x60\x76\xc8\x48\x51\x2a\xa9\x70\xf4\xfa\xca\x18\xfb\x6e\x9c\xd7\xbc\xc4\x29\xec\x76\xc6\x25\x4b\xf4\xa8\xd7\xa3\xb8\x27\x50\x3c\x06\x63\x21\xfe\x99\xde\xc5\xfb\x3d\x63\x4f\x26\x87\x07\xbd\x30\xb6\xe4\xc4\xba\x29\xdb\x9d\x83\x5c\xc0\xc0\xb1\xa7\x53\x3c\xa6\xf7\xd7\x70\xbe\x67\x91\xa6\x27\x0a\x49\xa2\x93\x24\x07\x5e\x9e\x66\x89\x2a\x93\x7f\x04\x1f\x84\xfe\x08\xed\x2a\x2e\xfe\xce\x25\x90\xfb\x03\xbf\x87\xa7\x0f\x1c\x1e\x9e\x4e\x91\xbb\x73\x40\xe5\x30\x5c\x65\xa2\x0d\x90\xa3\x3c\x16\x01\xf8\x9a\x4b\xc5\xe7\x0a\x27\x01\xaa\x73\x42\xb2\x17\xb4\x6b\xb4\xb0\xe6\xaa\x46\x37\x65\x91\x0b\xeb\x6c\x8d\xd6\x49\xa3\x67\x81\xa2\x54\x74\xbd\xdc\x26\x6b\x6e\x93\x60\xe8\xb7\xf7\x7b\x98\x80\xaa\x79\x0f\x10\x46\x2f\xe4\x32\x21\x02\x13\xe1\x0e\x28\xc6\xfa\x8e\x39\x79\x95\x9e\xb9\x3c\xcf\x2d\x3a\x37\x3b\x66\xb1\x58\x1a\x8f\x61\x83\x6a\x50\xa2\x2f\x4c\xde\xed\x5b\xfc\x4d\x75\xc8\x5a\xe3\x68\x4c\x00\x8b\x5c\x41\xc5\x7d\x71\x12\x23\xa4\xcc\x6a\x2b\x09\xf2\xbb\x46\xdb\x0c\xb6\xc3\x3a\x73\xde\x4a\xbd\x0c\x65\x8c\xdb\x40\xad\x53\x7f\xff\x63\xca\xd0\x91\x9d\xb9\x4f\xda\x62\x9d\x28\xb0\xc4\x41\xe8\xd6\x30\x84\xd4\x56\xbe\xdb\x4f\x92\x78\x9a\xa6\x71\x92\xf4\xe6\xc2\x38\x4f\xc6\x81\xa9\x7b\x8d\xca\x58\x7f\x34\x9e\x5e\xec\x50\xda\xef\xc8\x73\xb4\x2e\x90\x7d\x61\x2c\xc8\x4b\x58\x61\x03\x52\x83\xac\xb8\xb4\x6e\xb4\xc2\xc6\x8d\x21\x37\x81\x21\xbb\x73\x68\x55\x60\xcd\xa9\xeb\x8a\xd6\xf9\x75\x85\xcd\x5b\xbf\x2f\x17\x40\x4a\x3a\x5a\x73\x35\x86\xd9\x0c\x62\x4f\xec\x89\x8f\x0d\x13\xf5\x99\x60\x06\xd7\x97\x67\x14\xa9\x8f\xbe\x5b\x61\xb3\xdf\xcf\x76\xbb\x35\x57\xaf\xf2\x6d\xdf\xa1\x3b\xd6\x45\x43\xae\x9e\x60\xf7\xdd\x66\x8b\x1b\xf0\xb4\xbf\xe5\x57\x93\x37\x53\xf6\xfe\x95\x49\xf9\xc2\x33\x06\xee\x87\x95\xd4\xbd\xa0\x4f\xe8\x6d\xdf\xde\xc6\x2c\xda\xb3\x9e\xe2\x41\x08\xcf\xa0\x52\xc8\x1d\x82\x28\x50\xac\xc2\x28\x98\xa3\xc6\x85\xf4\x8e\x46\x83\xc5\xda\x21\x15\xff\xa0\x70\x9b\xcd\xa6\x6d\x81\x56\xe4\x94\x59\xa6\xce\x88\x15\xfa\x89\x2b\xb8\xcd\xa5\x5e\x4e\xc2\xf6\xc4\x62\x08\x3c\xb9\x9e\xfc\x7b\x72\x1d\x32\xcd\xb9\x93\x82\x2b\x45\x07\x73\xde\xd6\xc2\x3b\xf0\x06\x84\x45\xd2\x57\xae\x41\xea\x5c\xae\x65\x5e\x73\x05\x4a\x3a\x8f\x9a\x98\xd9\x46\x0f\x65\x46\x2e\x0a\x68\x47\x2a\x54\xd6\x08\x74\x0e\x46\xb5\x23\x14\x1d\xfc\xe5\x31\x7b\xbe\xff\xdf\xcb\xfd\xd3\xe3\xf3\xaf\x90\xb0\x73\x35\x15\x75\xdb\xf8\xb2\x1d\x7c\x84\xe6\xb0\x42\xab\x51\x51\xfa\x5c\x52\x0b\xcc\x6b\x8f\x20\xb5\x30\x25\xed\x0f\xe7\xf5\x1c\xfd\x06\x51\xff\x91\x17\x5d\x42\x63\x24\x9c\x12\xbe\x5c\x7d\xb9\xea\x27\x65\xd6\x15\xf7\x50\xb9\xdb\x01\xee\xe6\xe6\xf3\x9f\x38\xe7\x54\xa8\xed\xa7\xa1\x07\x8b\x22\xe7\x54\x26\xd0\x7a\xb9\x90\x82\xca\x93\xd2\xc2\xa5\x03\x53\x22\xda\xe0\x7f\x20\x33\xe2\x7c\x87\xae\xac\x5c\x73\x8f\xff\xc5\x26\x59\x61\x13\xe2\xd2\xec\xae\x14\x17\x08\x17\xd9\x45\x3b\xbf\x1b\x53\x5b\x28\xba\xf9\x42\xd7\xea\x9a\x8e\x96\x90\x75\x5e\x0e\x3d\x28\xa3\x97\xb0\x42\xac\xb8\x92\x6b\xcc\xbc\x2c\xd1\xd4\x1e\xe6\x28\x78\xed\x10\x9c\x29\x11\xe8\x8f\x69\xce\x15\xd7\xa2\x2d\xd6\x96\xfe\x09\x70\x5b\xa1\xf0\xed\x8f\xc6\xa1\xb4\x21\xac\x37\x60\xb1\xe4\x52\x83\xa9\x50\x87\x57\xe6\x1e\x88\x39\x1e\xa8\x64\xa5\xd4\xb5\x6f\x8b\xfd\x3e\xf1\xbf\x3e\x5d\xb9\x70\x3c\x6a\xe4\x20\xf1\x69\x20\x75\x44\xda\xab\x11\xf3\xec\xb4\x39\x34\x95\x2b\x12\x46\x7b\x12\xdd\x77\x3f\x05\x51\x44\x3d\xd5\x0a\xc1\x6b\xdc\xce\x85\xf8\x0d\x66\x10\xa3\x28\x4c\x5b\x94\x98\x05\x60\xab\x1c\x9d\x66\xc0\x0c\x86\xb2\xdc\x59\x47\xe3\x01\x92\x94\x07\x66\xb0\xdb\x07\x1b\xdd\x72\x85\xcd\x65\x90\x1e\xa9\xa1\x55\xa7\xce\x8f\x04\x2a\xa0\xa2\xa0\x36\x89\xd4\x0e\xad\x0f\xda\x15\xf4\xac\x0d\x8b\x3a\x67\x47\x8c\x33\x1d\x62\xcc\x0e\xf7\x70\xbc\x19\xd1\x1f\xc5\x68\x67\xdc\xcc\xb8\x4b\x3a\xe3\x4c\x2f\xb7\x21\x88\x9b\xb5\xf1\xba\x9c\xb3\xee\xbb\x1f\x87\xe8\x74\xca\x3d\x49\xc5\x9e\xfd\x15\x00\x00\xff\xff\x6d\xfd\xc1\xd0\x55\x0b\x00\x00") - -func testImagesEchoserverNginxConfBytes() ([]byte, error) { - return bindataRead( - _testImagesEchoserverNginxConf, - "test/images/echoserver/nginx.conf", - ) -} - -func testImagesEchoserverNginxConf() (*asset, error) { - bytes, err := testImagesEchoserverNginxConfBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/echoserver/nginx.conf", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesEchoserverRunSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\xd1\x6f\xab\x36\x14\xc6\xdf\xfd\x57\x7c\x83\x97\x4d\x0a\x90\x65\xeb\xd5\xdd\xbd\xca\x43\x96\x76\x1b\x4a\x04\x52\x49\x56\x55\xea\x8b\x03\x07\x38\x0b\xd8\x9e\x6d\x4a\xf8\xef\x27\xd2\x54\x6a\x35\x3f\xd8\xb2\xbf\xcf\xc7\xdf\xf9\x39\xfc\x21\x39\xb1\x4a\x5c\x2b\x44\x88\xad\x36\x93\xe5\xa6\xf5\x58\x2d\x7f\xfe\x8a\x43\x4b\xd8\x0d\x27\xb2\x8a\x3c\x39\x6c\x06\xdf\x6a\xeb\x62\x11\x8a\x10\x7b\x2e\x49\x39\xaa\x30\xa8\x8a\x2c\x7c\x4b\xd8\x18\x59\xb6\xf4\xae\x2c\xf0\x37\x59\xc7\x5a\x61\x15\x2f\xf1\xe3\x6c\x08\x6e\x52\xf0\xd3\x77\x11\x62\xd2\x03\x7a\x39\x41\x69\x8f\xc1\x11\x7c\xcb\x0e\x35\x77\x04\xba\x94\x64\x3c\x58\xa1\xd4\xbd\xe9\x58\xaa\x92\x30\xb2\x6f\xaf\xcf\xdc\x8a\xc4\x22\xc4\xf3\xad\x84\x3e\x79\xc9\x0a\x12\xa5\x36\x13\x74\xfd\xd1\x07\xe9\xaf\x81\xe7\xd1\x7a\x6f\xbe\x25\xc9\x38\x8e\xb1\xbc\x86\x8d\xb5\x6d\x92\xee\xcd\xe8\x92\x7d\xba\x7d\xc8\x8a\x87\x68\x15\x2f\xaf\x57\x8e\xaa\x23\xe7\x60\xe9\xdf\x81\x2d\x55\x38\x4d\x90\xc6\x74\x5c\xca\x53\x47\xe8\xe4\x08\x6d\x21\x1b\x4b\x54\xc1\xeb\x39\xef\x68\xd9\xb3\x6a\x16\x70\xba\xf6\xa3\xb4\x24\x42\x54\xec\xbc\xe5\xd3\xe0\x3f\xc1\x7a\x4f\xc7\xee\x93\x41\x2b\x48\x85\x60\x53\x20\x2d\x02\xfc\xbe\x29\xd2\x62\x21\x42\x3c\xa5\x87\xbf\xf2\xe3\x01\x4f\x9b\xc7\xc7\x4d\x76\x48\x1f\x0a\xe4\x8f\xd8\xe6\xd9\x7d\x7a\x48\xf3\xac\x40\xfe\x07\x36\xd9\x33\x76\x69\x76\xbf\x00\xb1\x6f\xc9\x82\x2e\xc6\xce\xf9\xb5\x05\xcf\x18\xa9\x9a\x99\x15\x44\x9f\x02\xd4\xfa\x2d\x90\x33\x54\x72\xcd\x25\x3a\xa9\x9a\x41\x36\x84\x46\xbf\x92\x55\xac\x1a\x18\xb2\x3d\xbb\xf9\x33\x1d\xa4\xaa\x44\x88\x8e\x7b\xf6\xd2\x5f\x4f\xfe\xd7\x54\x2c\x04\x95\xad\x46\xf0\x27\x29\xb2\x72\x26\x02\x47\x5d\x1d\x39\x6e\x14\x55\x28\xc9\xfa\x40\xf4\xe7\x8a\x2d\x22\x83\x64\xde\x3b\xa1\x0d\x29\xe7\xba\x19\x37\xa2\xcb\xdd\xf2\x37\x44\xae\x95\xab\xbb\x2f\x88\x94\xae\xc8\x21\xaa\xe4\xe4\xf0\xcb\x97\x3b\x44\x8a\xc6\x33\x4d\xb0\x4e\x7e\x5b\x2d\x7f\xfd\x8a\x17\x11\x9d\x69\xd2\x83\xbf\x15\x4b\x8c\xe5\x57\xe9\x69\x47\x53\x3c\x1b\x5f\x44\xf4\x41\x9c\xe7\xb9\x55\xe9\x29\x2e\xad\x9f\x55\x37\x9c\xfe\x41\x90\x6c\xd7\xc7\x5d\x52\x1c\xd6\x4f\xd2\x8e\x5c\x9e\x5d\xcb\x96\x92\xfd\x7a\x4f\xb2\x67\xd5\x78\xad\x92\x7c\x9d\xdb\x26\x93\x3d\x25\xf9\x71\x9d\x1e\x70\x4f\x46\x5a\xdf\x93\xf2\xc9\x36\x5b\xd3\x45\xf6\xa6\xa3\xb8\xd4\x7d\xf0\x0e\xa1\xf0\xd2\x5e\x11\xa8\x86\xd5\x25\x10\xd7\x05\x51\x83\xa0\x92\xd4\x6b\x05\x5d\xd7\xdf\x03\xf1\x5f\x00\x00\x00\xff\xff\x0b\x85\xf1\xac\x89\x03\x00\x00") - -func testImagesEchoserverRunShBytes() ([]byte, error) { - return bindataRead( - _testImagesEchoserverRunSh, - "test/images/echoserver/run.sh", - ) -} - -func testImagesEchoserverRunSh() (*asset, error) { - bytes, err := testImagesEchoserverRunShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/echoserver/run.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesEchoserverTemplateLua = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x5b\x7b\x73\xda\xc8\x96\xff\x9f\x4f\x71\x4a\xb3\x33\x16\x13\x19\x1b\x27\xd9\x4c\x32\xc3\x54\x61\x50\x6c\x55\x61\xf0\x4a\xb2\x73\x53\xc4\x4b\x09\xd1\x60\xc5\x42\xd2\xd5\xc3\x86\x71\x79\x3f\xfb\xd6\xe9\x87\xde\x60\xf0\x9d\x57\xa5\x46\x55\x09\x52\x77\x9f\x67\xff\xfa\xf4\x39\x2d\xf9\xf0\x10\xee\x89\x37\xf3\x43\x32\x83\x79\xe8\x2f\xe1\x36\x8e\x83\xe8\xc3\xd1\x51\x68\x3d\xb4\x16\x4e\x7c\x9b\x4c\x93\x88\x84\xb6\xef\xc5\xc4\x8b\x5b\xb6\xbf\x3c\x9a\x26\xde\xc2\x25\x47\x6e\x62\x1d\x86\x24\x8a\xd7\x87\x31\x59\x06\xae\x15\x93\xa3\xf6\xfc\xbd\xf5\xd6\x3e\x79\x33\xb7\xdf\xbd\x7d\x77\x32\x9b\xce\xdf\x4e\xc9\xf1\xf4\xfd\xfc\xa7\xf6\x7f\xff\x64\xdb\xaf\xdf\xff\xf4\x66\x7a\xfc\x7a\x76\xf2\xe6\xc8\x75\xa6\x47\x94\xf6\x48\xd0\xb6\xdc\xc4\x6a\x1c\x1e\x82\xef\xb9\x6b\x58\xfa\x33\x67\xee\xd8\x56\xec\xf8\xde\x07\x08\xc9\xd2\xbf\x27\x70\xc4\xf4\x3b\x37\x2f\x06\x13\x75\x68\x6a\xa6\xa6\x1a\x10\xfb\xe0\xf9\x31\x90\xc8\xb6\x02\x02\x4e\xac\x80\xe5\xcd\x60\xee\xac\x20\xbe\x25\x60\x05\x41\xe8\x07\xa1\x63\xc5\x04\x42\xb2\x20\xab\x56\xe3\xf0\x70\x3c\x6e\xf4\xfc\x60\x1d\x3a\x8b\xdb\x18\x64\xbb\x09\x27\xc7\xed\x37\x70\x88\x3f\xef\xa0\x6b\x05\x3e\x98\x96\x7b\x4f\xbc\xc8\xb2\x42\xa7\xd1\x75\x5d\xa0\x43\x23\x08\x49\x44\xc2\x7b\x32\x6b\x35\x1a\x3a\x99\x39\x51\x1c\x3a\xd3\x04\x55\xa4\x32\x93\x88\x80\xe3\x41\xe4\x27\xa1\x4d\x68\xcb\xd4\xf1\xac\x70\x0d\x73\x3f\x5c\x46\x0a\x3c\x38\xf1\x2d\xf8\x21\xfd\xf5\x93\xb8\x60\xa3\xd2\xb0\x42\x02\x01\x09\x97\x4e\x1c\x93\x19\x04\xa1\x7f\xef\xcc\xc8\x0c\xe2\x5b\x2b\xa6\x96\xcc\x7d\xd7\xf5\x1f\x1c\x6f\x01\xb6\xef\xcd\x1c\x24\x8a\x00\x89\x96\x24\xfe\xd0\x68\xfc\x08\x45\x8d\x22\xf0\xe7\x42\x15\xdb\x9f\x11\x58\x26\x51\x0c\x21\x89\x2d\xc7\x63\x9e\x99\xa2\x4b\xed\xd4\x0f\x9e\x1f\x3b\x36\x51\x20\xbe\x75\xa2\x06\x80\xeb\x44\x31\xb2\xc8\x0b\xf3\x66\x25\x4d\x66\x4e\x64\xbb\x96\xb3\x24\x61\xab\x4e\x03\xc7\xcb\x7b\x40\x68\x10\x84\xfe\x2c\xb1\xc9\x1f\xa0\x04\x70\xd3\x66\xbe\x9d\x2c\x89\x17\x5b\x62\x6a\x8e\xfc\xb0\x01\xe0\xc7\xb7\x24\x84\xa5\x15\x93\xd0\xb1\xdc\x28\xf3\x31\x9d\x18\x4a\x98\x53\x9f\x5a\x34\x24\x0e\x25\xc2\x4e\xcf\x5a\x12\x54\x06\xef\x1f\xfd\x70\x61\x79\xce\x6f\x54\xc2\x13\x78\x7e\x36\x84\x3a\xde\x89\x51\x7d\x5c\x32\x94\x9d\x1f\x46\xb0\xb4\xd6\x30\x25\x08\x92\x19\x62\x96\xae\xb8\x88\x20\x1e\x82\xd0\x5f\xfa\x31\x01\xe6\x98\x38\x82\x19\x09\x9d\x7b\xbe\x1a\x1b\x40\x9d\x01\x91\x3f\x8f\x1f\x70\xba\x05\x7a\xa2\x80\xd8\x08\x1f\x08\x42\x07\x41\x15\x22\x70\x3c\x06\xa1\x28\x62\x06\x98\xe7\x9a\x01\xc6\xe8\xa3\xf9\xa9\xab\xab\xa0\x19\x70\xa9\x8f\xae\xb5\xbe\xda\x87\xd3\xcf\x60\x9e\xab\xd0\x1b\x5d\x7e\xd6\xb5\xb3\x73\x13\xce\x47\x83\xbe\xaa\x1b\xd0\x1d\xf6\xa1\x37\x1a\x9a\xba\x76\x7a\x65\x8e\x74\x03\xa4\xae\x01\x9a\x21\x61\x47\xa3\x3b\xfc\x0c\xea\xbf\x2e\x75\xd5\x30\x60\xa4\x83\x76\x71\x39\xd0\xd4\x3e\x7c\xea\xea\x7a\x77\x88\xab\x51\x01\x6d\xd8\x1b\x5c\xf5\xb5\xe1\x99\x02\xa7\x57\x26\x0c\x47\x26\x0c\xb4\x0b\xcd\x54\xfb\x60\x8e\x14\x2a\x94\x93\x35\x32\x32\x18\x7d\x84\x0b\x55\xef\x9d\x77\x87\x66\xf7\x54\x1b\x68\xe6\x67\xaa\xc8\x47\xcd\x1c\xa2\xac\x8f\x23\x1d\xba\x70\xd9\xd5\x4d\xad\x77\x35\xe8\xea\x70\x79\xa5\x5f\x8e\x0c\x15\xba\xba\xda\xe8\x6b\x46\x6f\xd0\xd5\x2e\xd4\x7e\x0b\xb4\x21\x0c\x47\xa0\x5e\xab\x43\x13\x8c\xf3\xee\x60\x50\x6b\x25\xea\x5e\xb0\xf1\x54\x85\x81\xd6\x3d\x1d\xa8\x28\x89\x5a\xd9\xd7\x74\xb5\x67\xa2\x39\xd9\x5d\x4f\xeb\xab\x43\xb3\x3b\x50\xc0\xb8\x54\x7b\x1a\xde\xa8\xff\x52\x2f\x2e\x07\x5d\xfd\xb3\xc2\x79\x1a\xea\xff\x5c\x61\x68\xea\x0e\xa0\xdf\xbd\xe8\x9e\xa9\x46\x43\x7e\xc6\x25\x97\xfa\xa8\x77\xa5\xab\x17\xa8\xf3\xe8\x23\x18\x57\xa7\x86\xa9\x99\x57\xa6\x0a\x67\xa3\x51\x9f\x3a\xda\x50\xf5\x6b\xad\xa7\x1a\x3f\x37\x06\x23\x83\x7a\xeb\xca\x50\x15\xe8\x77\xcd\x2e\x15\x7c\xa9\x8f\x3e\x6a\xa6\xf1\x33\xde\x9f\x5e\x19\x1a\x75\x9a\x36\x34\x55\x5d\xbf\xba\x34\xb5\xd1\xb0\x09\xe7\xa3\x4f\xea\xb5\xaa\x43\xaf\x7b\x65\xa8\x7d\xea\xdd\xd1\x90\x9a\x6a\x9e\xab\x23\xfd\x33\x32\x45\x1f\x50\xe7\x2b\xf0\xe9\x5c\x35\xcf\x55\x1d\x1d\x4a\x3d\xd5\x45\x17\x18\xa6\xae\xf5\xcc\xfc\xb0\x91\x0e\xe6\x48\x37\x73\x36\xc2\x50\x3d\x1b\x68\x67\xea\xb0\xa7\x62\xef\x08\xb9\x7c\xd2\x0c\xb5\x09\x5d\x5d\x33\x70\x80\x36\x04\x14\xfb\xa9\xfb\x19\x46\x57\xd4\x64\x9c\xa3\x2b\x43\x65\xb7\x9a\xd1\x10\x88\x55\xe8\x4c\x82\xf6\x11\xba\xfd\x6b\x0d\xd5\xe6\x83\x2f\x47\x86\xa1\x71\x9c\x50\x97\xf5\xce\xb9\xbb\x31\xbc\xdf\xdc\x34\x1a\xae\x6f\x5b\x2e\x44\x24\x5e\x92\xd8\x8a\xad\xa9\x4b\xa0\x53\x78\xe4\x23\x5c\xdf\x9a\xe1\x9a\xf7\x16\xd0\xc9\x3d\xe4\x7a\xed\xdb\xc4\xbb\xe3\xcf\xb1\x9f\x8e\x15\xb7\x99\xa4\x39\xf1\xee\x99\x10\xbc\xe3\xed\x21\xf9\x77\xe2\x84\x28\x9c\xdf\xf1\x76\xdb\x0a\xe2\x24\x7b\xf2\x3d\xdb\x8a\x91\x2b\xaa\xd6\x62\x8f\xbc\xcf\x8a\x22\x12\x62\x1f\xbb\xe1\xad\x41\x48\xe6\xce\x8a\x3f\xe0\xda\x47\x11\x8e\xdf\xa2\xb7\x62\x8c\x6d\xb9\x2e\x74\xd8\xaf\x68\xbb\xb5\x22\xd1\xef\x07\xc4\x63\x54\x78\x97\x33\x99\xbb\x42\x18\xbd\x0e\x90\x39\xfe\xf0\x96\x59\xb2\x0c\xd0\x52\xea\x80\x16\x3e\xf1\x8e\xb9\xe3\xcd\xb2\x0e\x7c\xe2\x1d\x8b\x28\x99\x66\x1d\xf8\xc4\x3b\xa6\x6b\xaa\x39\xef\xc0\x27\xde\xe1\x25\xa9\xce\x05\xda\x8c\xd4\x5b\xac\xa0\x83\xff\xf3\xe7\xaf\x0e\x7a\xe9\xab\x23\x5c\x74\x6f\x85\x02\x07\x93\x6b\x55\x37\xb4\xd1\x10\x3a\xe9\xad\xe8\x51\x87\xd7\xd8\xaa\x0e\xaf\x45\xcb\x19\x3e\x9f\x09\xd2\x62\xb2\xd1\x81\xc7\x06\x00\xc0\x58\xfa\x41\xba\x81\x0e\x48\x3f\x58\xcb\xe0\x67\x49\xe1\x8d\xbf\xf0\x46\x37\xce\xda\x7e\xe5\x6d\x8b\xac\xed\x40\x3a\x60\x6d\xff\x4e\xfc\xdc\xc8\x03\x3e\xf2\xbb\xd7\xef\xb1\xf1\x49\xa8\xd0\x1b\xf5\xd5\x3a\x15\x1e\xc5\xf8\xf6\xc9\xeb\x8c\xcb\x53\xd6\xfa\x36\x6b\xfd\xe3\xd5\x65\x8d\x47\xa2\xf1\xcd\xbb\x9f\xa5\xcc\x84\xeb\xae\x3e\xb9\x3c\xef\x1a\xaa\x21\x5a\xfc\x3b\x05\x3c\xf2\x10\x5b\x53\x81\x50\x99\xaf\x10\x05\x24\xb6\x0c\x3c\xf2\x20\x35\x1b\xce\x9c\xe6\x77\xfe\x1d\xee\xb0\x5e\x46\x33\x4f\x3c\x1b\x77\x5f\xb9\x89\x59\x4d\x12\x7a\xf0\xf8\x84\xbb\x2a\xfe\x6b\xa4\xab\xcc\xbe\xe5\xcb\x35\x4c\x04\xb2\x44\xbe\x89\xe0\xa1\xcc\xe4\x63\x05\xda\x27\xcd\x46\x23\xcd\x44\x73\x78\x91\xda\xad\xf7\x52\xd6\x83\x1c\x09\x9a\xda\x81\xc7\xd4\x3a\xa1\x0a\x10\x0f\x15\x9f\xc9\xf7\x96\xdb\xa4\x0e\x71\xe6\x70\x6f\xb9\xd0\xe9\x80\xe7\xb8\xcc\x00\xae\x2c\x2a\x44\x55\xc5\x61\xbc\x8d\x0f\xa5\x5d\x7e\x08\x32\x7f\x96\xda\x12\x3e\x8a\x27\xec\x2e\x34\xf8\x9e\xd4\x6c\xe4\xac\x4e\xd5\x89\x43\x67\x29\x47\xcd\xbc\x08\x5c\x7a\x32\xfd\x2f\x52\x40\xfa\xdf\xef\xa3\x57\x92\x02\x92\xd4\x54\x40\xfa\x3e\x7a\xf5\x5f\xec\xa1\x96\x59\x18\xf8\x91\x7c\xef\x90\x07\x05\x38\xcb\x87\x5b\xc7\x25\x10\xc1\xaf\x70\x0c\x33\x9f\x36\xe1\xc5\x5d\x8f\x4b\x36\x99\x0a\x8a\x94\x88\x7b\xc5\xa6\x9a\x03\xb5\x83\xdd\x7f\x89\xf3\x0f\xc7\xf9\x87\xd5\xf1\xa9\x44\x9d\x97\x72\xc0\x2b\x42\x09\x70\x08\xed\xb4\x95\xb8\x11\x29\x0c\x99\x86\xc4\xba\xcb\xba\xb9\xb7\x4b\x5e\x8f\x6a\xcd\x65\xf5\xc4\xac\x68\xb1\x33\xa7\xe6\xb6\x69\x16\x9a\xb3\x0e\xb5\xe0\x3f\x4d\xa6\xf2\x97\x92\xc2\x9c\xf2\xa4\x86\xf2\x84\xff\x6c\xa0\xcc\x69\x3a\xb7\xdc\x88\x28\xdb\x0c\xce\x81\xab\x30\xae\xde\x72\xce\xef\xb8\x7e\xbe\x89\x35\x9b\x3b\x2e\x91\x03\x2b\xbe\x65\xe6\x8b\x20\x4f\x37\x53\xdc\x33\x68\x9f\x02\x52\x38\x95\x52\x07\xe1\x62\xa5\x43\xf2\x68\x47\xf4\x0b\xe1\xe9\x96\x87\xe5\x24\x2e\x64\xc7\x25\x1f\x50\x1a\x48\x3f\x5a\x12\x1d\x42\x9b\x6c\xd7\x8f\x88\x5c\x40\x2f\x27\xaa\xd5\x17\x77\x2c\x37\xb1\x72\xea\x72\xa2\xa2\x21\x34\xe1\xb6\xe2\xdb\x8d\x3c\xbc\xc5\xaa\x62\xf2\xbd\x15\x22\xda\xb2\x28\x36\xa6\xfb\xa8\xdc\xbc\x29\xf9\x45\xa1\xf7\x94\x57\x07\x98\x73\x28\x2d\xce\xfa\xbd\x15\xb6\x44\x1c\x99\x88\x61\x29\xac\x92\xa9\xcc\x18\xb4\x9b\x40\x81\x70\xc4\x70\x20\xdc\x9d\x0d\x38\x69\xa6\xae\x74\xe6\x99\x3c\x14\x91\x3e\xfc\x5f\x07\xa4\x1a\x04\x26\x53\x59\x0c\x51\xe0\x90\x63\x55\x08\xca\x69\x5e\x1c\xd8\x56\xe0\x30\x27\x34\xb3\x38\x24\xe8\x15\x9e\xca\xc8\x2c\x6b\x79\x84\x8c\xf0\xe0\xe8\x40\xa1\xfa\x3f\x15\xd6\x7e\x48\xa2\x56\x14\x5b\x71\x12\xa1\xfc\x93\xe3\xe3\x02\x54\xb0\x77\xea\xcf\xd6\x15\xd0\x72\x99\xbe\x8f\xa0\x49\xbd\x2a\x17\xdc\x4a\x7b\x69\x68\x0c\x5b\xa2\x0a\xa4\x8d\x6c\xde\x59\xd2\x94\xf3\x06\x76\x55\x3d\xc1\x65\x64\x03\x4a\x1e\x28\x03\x4b\x58\xce\x06\x4b\x47\x12\xb3\x1a\x9e\x4a\x68\xe3\x41\x12\x17\xc9\x62\x55\x9c\x9d\x0c\x5a\xe9\x06\x9f\xc6\x39\x12\xe7\x9e\xd8\xf6\xa0\x94\x56\x3d\xcb\x00\x37\x8f\xb0\x6c\x9b\x44\xd1\x36\x1e\x62\x3d\x6e\x1e\x71\x4b\xac\x19\x09\x27\x73\xc7\x8d\x49\x58\x3b\x02\xa7\x4d\xf4\xd7\xf3\x70\xfd\x45\xc5\x96\x74\xc0\x53\x7a\x97\x6e\xb7\x41\xe8\xd0\x18\xe1\x2d\x56\xfc\x9e\x97\xba\xa4\x3a\x96\x66\xae\x3c\x75\xc5\xac\x50\x0c\x60\xb3\x4e\x17\xa2\x22\xc0\xaa\xd0\xfc\x52\x61\xe9\x30\xe7\x6f\xfb\xde\xdc\x59\xb4\xd8\x70\xb9\xa9\xd0\x46\x4a\x84\x37\x02\xd5\xad\x8c\xc3\x62\xd5\x62\x5c\xf0\x6e\x41\xe2\x09\x4b\xae\x73\x48\xaf\x09\x18\xd5\xe0\x9e\x25\x29\x59\xfa\x90\x83\x34\xcd\x38\x9a\xd5\x50\x9e\x0f\xfd\x15\x7f\xed\xe0\x22\x37\xb1\x0a\xcb\xcb\x99\xe7\xd2\xe4\x0e\x48\x83\xc4\x82\xb7\xad\x76\x29\x8a\xe4\x82\xf7\x0a\x05\x3d\xc2\x64\xe2\x78\x33\xb2\xca\x67\x64\xb1\x02\x77\xcd\xda\x7d\xa9\xc5\x29\xc7\x77\x37\x38\x93\x71\x6a\x26\x6f\x98\x9c\x8d\xef\x6e\xf2\xb6\xe6\x40\xe1\xcc\x69\x8a\x5f\xf1\x5f\x5a\xa4\xe5\x55\xc0\xed\xb5\xa8\x42\x4e\x0d\x56\x49\xc9\x48\xc8\xf7\x61\xcf\x71\xf9\x7f\xf9\x1a\x51\x7e\xcc\x27\x8b\xe9\xed\x93\x22\x1c\xd0\x6c\x16\x65\xe4\x43\x64\x65\x6f\xde\x43\xcf\x6c\x5b\x4a\xeb\x3e\x39\x2b\x4e\x19\x51\x95\x8a\x57\x9e\x32\xd2\xed\x6d\xc8\x26\x5f\x21\xb3\xcd\x36\xd6\x81\xf1\x8f\x86\x88\x3a\xbc\xde\x0c\x92\x1d\x9d\xfc\x47\x02\x21\xbf\x6f\xd1\xb0\x9f\xe5\xe3\xf9\x2a\x02\x27\x92\x2d\xf8\x34\x75\x62\x8f\xb8\x79\xa7\xd5\x42\x39\x38\xa4\xf5\x41\x69\x2f\xe2\xe3\x36\x09\xf4\x93\x38\x48\x62\x39\x9f\xc6\xf2\x9a\xc4\x0f\xf9\x7d\xe2\x16\x0b\x14\x49\xca\x87\x06\xac\xfe\xe5\x88\x6d\x93\x82\xbd\x54\x2c\x68\xca\xb2\xe4\x66\x65\xc7\x14\x87\x26\xa8\xc8\x06\x4d\x59\xde\x8d\xd5\x89\xdd\xac\x13\xce\x18\x54\x73\x1b\xbb\xa0\x4c\x5a\xe1\x8c\x9f\x1e\xbf\x48\xbf\x1e\xfd\x72\xf0\xc3\x8d\xa4\x14\x2b\xe9\x62\x46\x53\x21\xfc\x22\xfd\xca\xa9\x0a\x47\x00\xcd\xba\x44\xba\xc6\xcf\x1b\xcc\xf3\xc8\x03\x47\x9a\x6b\xad\xfd\x24\x66\xec\x38\x0e\x59\x87\x84\x3f\xf0\x60\x45\x34\x95\x4e\x0f\xa9\xe7\xb8\x18\x36\xb2\x69\x49\xf9\x7c\x35\x24\xde\x8c\xe0\x6e\xe7\x2f\x03\x96\x3e\xa6\x94\xa2\x2b\xc3\x22\x1b\x93\xe6\x93\x94\x5f\xc5\xbd\x74\x0a\xb8\x2c\x56\x85\x22\x1a\x37\x97\x2a\xa5\xd5\xc3\xa4\xe6\xd7\x64\x44\xdc\x79\xb6\x7c\x36\x44\xc0\x2c\x88\x88\x3b\x84\x2b\x71\xe7\x95\xf1\xbc\xbf\x35\x75\x7d\xfb\x2e\xca\x08\x44\x83\x1f\x62\xbd\xbe\x89\x8a\x7a\xbc\x23\xdc\xc5\xe2\x85\xbc\x59\x37\xea\x86\x3d\x45\x71\xa2\x54\x52\x4e\xb0\x1f\x82\x24\x6d\x8a\xbf\x8c\xee\x03\x73\xa0\x5c\xd9\x6e\x30\x06\x61\x80\xcd\x9d\x4c\x16\x5c\xfc\xbc\x67\xbf\x35\x77\x6e\x72\x64\x1a\x7b\xf2\x0b\xaf\xe0\xc9\xe6\xb3\x75\xf5\xb7\x8c\xea\xb4\xa8\xa1\x40\x63\x4e\xda\x60\xca\xb7\x81\xbb\xf4\x4c\x81\x8d\xe6\xb0\xa8\x1f\x5f\xc6\xc7\x86\x93\xa4\x17\xc2\xa3\xe8\x7a\x16\xd7\x4b\xd0\x48\xb7\x9d\xdd\x1d\x5f\xb2\x8f\x79\xa3\xc4\x6b\xe3\x3e\x15\x84\x24\x4f\xa8\xf0\xc3\x0c\x94\x19\xe4\x77\x1a\x91\x6b\xcd\x92\x65\x20\x97\xf7\x14\x26\x93\x53\x61\x5a\x43\x0f\x9c\xd2\x6d\x1d\x59\xd6\x55\x17\x35\x07\x4c\x0f\xe2\x80\x09\xc4\xe9\x10\xad\x70\x64\x2a\xbe\xd4\x93\x3f\x37\x2a\x67\x49\xf4\x5d\xce\xa6\xa4\xac\x60\xef\x1d\x59\x2b\x10\xb8\x96\xe3\xbd\x70\x8b\xde\xc8\xae\x95\x9d\x95\xdd\x91\x35\xdd\x4c\x3d\xff\x90\x96\x79\xa5\xfd\x54\x6c\x01\x22\xa7\xcd\x1c\x1c\x58\x61\x94\xce\x0c\xe5\xda\x54\x98\x77\x0b\x66\x53\xfe\xf4\x7f\x3f\x84\x34\x38\x66\x67\xe3\x85\xcc\x80\x36\x08\xcd\xe8\xc3\xf8\x8e\xac\x6f\x0a\x79\x55\xd6\xac\x14\xd3\xd0\x42\xc5\xb2\x9b\xc2\x79\x51\x08\xe4\x34\xdf\xe5\x72\x19\xb0\x2b\x67\x96\xb4\xb8\x61\xa6\x6e\xc2\x6e\x45\xd6\xcb\x66\xb0\xca\xa7\x55\x3c\xe6\xa4\x8d\xc5\x29\xe3\x21\xa8\x50\x71\x97\xea\x0f\x67\x4e\xdf\x7a\x71\xc6\x6d\x85\x9f\x19\x9f\xbc\x2b\x78\x9a\x32\xaa\x3f\x02\xfb\x0a\x1d\x38\xc9\xcf\x24\x16\x59\xe3\x71\x83\x87\x8c\x4e\xab\xd5\xe2\x81\xb2\x74\xbc\xe9\x78\xb6\x9b\xcc\x88\x7c\x8f\xc9\x75\x25\x77\x4d\x01\xdb\x94\x6d\x7a\xf8\xce\xc3\x14\x95\xce\xdf\x8d\x4d\x26\x0a\x8b\xc4\x0a\x0b\x97\x9d\xc7\x27\xa5\x10\x9a\x6f\x6e\x78\x31\xc6\x08\x1c\x85\x1e\xd3\xb7\x15\xfa\x6a\x50\xf8\xfe\x51\xa2\x76\x23\x80\x8a\x6f\x12\x2a\x6f\x11\x62\x05\x82\xe2\x8b\x04\x78\xc5\x8e\xda\x5f\x41\xbb\xc9\x7e\x4f\x0a\x79\x2a\x5d\x4f\x8f\x35\x89\x29\x63\x48\xe8\x81\x73\xa6\xca\xd3\x93\xa4\x40\x90\xd7\x25\xc7\x8c\x54\xb9\x64\x9c\x7e\x53\x00\x67\xba\xf6\x3d\x41\x89\x8f\x03\xbf\xd0\x23\xfe\x87\x7a\x7e\x78\xd9\xe3\xaf\xf4\xc5\xd9\x64\x32\x19\x7f\x37\x99\x4c\x5e\xb5\x6f\x3a\xe3\xce\xf8\x8b\x57\x4d\x0c\xf9\xf0\x57\xed\x9b\x82\x67\x1c\xfe\x02\x02\xe5\x54\xb5\x10\x44\x27\x54\xca\x4d\xe7\x66\x13\xe7\xaf\x9d\xaf\xaf\x5e\x57\x7a\xf2\x95\x52\xce\xb0\xdf\x36\x1b\xe4\xa0\x72\x55\x3e\xe5\xc4\x6a\x9b\xfd\xe5\x9a\xf0\x19\x57\xb0\xb7\x5d\xa9\x3f\x02\x05\x08\x7d\x21\xf3\x9c\x33\x9a\xfb\xb9\x02\xaf\x48\xa1\xf6\x11\x06\x46\x52\x00\x61\x6a\x6a\xc9\x65\xe5\xb3\xa1\x14\xac\x3f\xee\x0c\xd6\x1f\xff\x01\x6b\xf1\xfa\x3b\x82\x95\x1f\x01\x7c\xa3\x60\xfd\x7e\x67\xb0\x7e\xff\x67\x80\x75\xdb\x9c\xee\x04\x65\xd8\x1f\xce\xf0\x52\x48\xc3\xae\xb0\x86\xad\xf3\x59\x07\x6f\xd8\x1f\xc4\xfc\x23\x1a\x8e\x8c\x2a\x24\x20\x7b\x4b\xc6\x8f\x46\x15\xf0\xf8\x3b\x6a\xaf\x06\x05\xf9\x0b\xb9\x7a\x88\xb7\xbd\x0c\xe0\x67\x57\xd0\x29\x7c\x6b\x40\x97\xc5\x96\x19\xee\x40\xf8\x27\x4d\x6f\xf8\x97\x4c\x2b\x57\x7f\xff\x80\x41\x0d\x90\xb6\xc5\x8b\xfa\x49\xe7\xf1\xc2\x63\x1f\x35\x54\xfd\xba\x73\xac\x90\x77\x8e\x15\xcd\x7f\x36\xb6\xe2\xf5\x17\x6d\x6c\xbc\x5e\x28\x58\x94\x22\x6d\x0b\xc5\x4a\xcc\xe7\x5c\x01\x49\x91\x14\x38\xa9\x9b\xcb\x9c\xca\xab\xfd\x97\xac\x28\x5e\xc6\x9d\xf1\x0e\x0b\x37\x5d\x2e\x73\x5a\x6a\xac\xb6\xac\x15\x28\x4f\x8a\xb2\x9d\xff\xeb\x32\xff\x15\x2d\x46\xb6\x33\x7f\xb3\x7d\xf7\x06\x3e\xe7\x6f\xeb\x43\xc3\xa6\xf9\x82\xdf\xcf\x57\x35\x27\x76\xf9\x81\xa9\x73\x9e\x35\x61\xbf\xe8\xf6\xbb\x26\x27\xe3\x9d\x03\xce\xcd\x3f\x01\xa7\x78\xfd\x8d\x32\x69\x01\xde\x6f\x34\x83\x3e\xdc\x19\xa4\x87\x2f\x06\xe9\x4a\x81\x75\x91\x59\xe1\x53\x4c\xc2\x4f\x4f\xa8\x25\x9b\x22\xf5\xf6\x28\xbd\xdf\x62\x80\x67\x71\x03\x7b\x65\xec\xf0\xb2\xb4\x0e\xfe\x93\xcc\x1d\xf6\x49\xf3\x60\x2b\x9e\x60\x4b\x40\x84\x8d\x8b\x08\x9e\xdb\x09\x70\xca\xd7\x1b\xb3\x6e\xbc\x70\x9f\x5e\x15\x3e\x99\xad\x88\xce\x67\xfc\x6b\x05\xd6\x3b\x66\xfc\xbb\xc9\xdf\x66\x34\xff\x7b\x80\xbd\x57\x36\xd7\x7a\x4a\xf5\xbc\x27\xe1\xd4\x8a\x9d\x25\xfd\x7a\x98\x35\x85\xd6\xc3\x0e\xba\xef\x87\x3d\x78\x39\xfe\xe0\x3f\xc5\x20\xec\x8b\x43\x78\x16\x8b\xf0\xcc\xd4\xc0\x66\x73\xf7\x5e\x6c\x3c\xe6\xac\xfe\xbc\x85\xb6\x6d\xc9\x40\x19\xf2\x2b\x54\x6d\x77\xc8\xc3\x4e\x8b\x0a\x76\xf0\xef\xbe\xc5\x6f\x4e\xfb\x5d\x8a\x60\x71\xfd\xee\xa8\xdd\x52\x14\xe7\x09\xff\x1a\xb4\x1e\xb0\x77\x13\x63\xe9\x60\x37\x98\x4e\x77\x03\xe5\x81\x94\x66\x29\xe3\xce\xf8\x79\xde\xaf\x5f\xba\x04\xde\xec\xb3\x04\xea\x6b\x07\x78\xc6\x5b\x3c\xb7\x59\xb3\x6a\x7f\xbd\x73\xf2\xbe\x73\xbe\xf3\xdd\xce\xf9\xce\x77\xff\x24\xe5\xc5\xeb\x2f\x4a\xca\xc9\xee\x67\x82\x44\x01\xb2\x63\xb8\x14\x5c\xf7\x3b\x13\x4c\x53\x6f\x0a\xcf\xaa\xbe\x5b\x61\x98\xbb\x8f\x4a\x58\x7b\x94\xd2\x77\x89\x19\xdc\x04\x41\x54\x9c\xcc\xdc\x47\x93\xf4\xaf\x77\xea\xfe\xba\x62\x07\xcc\x64\x38\x29\x34\xd5\xa2\x20\x9b\x79\xa1\x93\x10\x50\xf8\x2c\x8c\xea\x23\xea\x25\xfe\xc9\x4e\xf1\x23\x14\x34\xa1\x93\xff\xab\x52\x79\x32\x99\x34\xf9\x3b\xdb\x0e\xfb\x79\x52\x1e\xf9\x17\xba\x1d\xfe\xce\xf7\xa9\x49\xff\x72\xa1\x42\xc7\x14\xcc\xfe\x18\x07\xdb\xed\x8d\xdf\x90\xd4\x7d\xcf\xf2\x3b\x7c\x58\xf1\x2c\x5b\xf1\x96\xbe\xfc\x82\x9b\x7e\x1c\x5f\xff\x91\x4a\x81\x5e\xce\x3e\x8a\xa6\x96\x95\xf8\xfc\x7f\x00\x00\x00\xff\xff\x47\xf1\xfa\x92\x30\x43\x00\x00") - -func testImagesEchoserverTemplateLuaBytes() ([]byte, error) { - return bindataRead( - _testImagesEchoserverTemplateLua, - "test/images/echoserver/template.lua", - ) -} - -func testImagesEchoserverTemplateLua() (*asset, error) { - bytes, err := testImagesEchoserverTemplateLuaBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/echoserver/template.lua", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesImageUtilSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x58\x6d\x73\xda\xc6\xf6\x7f\xaf\x4f\x71\xba\x30\xb1\xe9\x58\x92\x93\xb6\x69\x4a\xca\x4c\x09\xe6\xef\x30\xb1\x4d\xff\x40\xfa\xe4\xf8\x32\x8b\xb4\x48\x7b\x91\x76\xd5\xdd\x95\xb1\x6b\xd3\xcf\x7e\xe7\xec\x4a\x02\x6c\xd2\xf6\xbe\xb9\x79\x11\x4b\xda\xf3\xf8\x3b\x8f\x4b\xeb\x8b\xb0\xd4\x2a\x5c\x70\x11\x32\x71\x0b\x0b\xaa\x53\xcf\x6b\xc1\x40\x16\xf7\x8a\x27\xa9\x81\x57\xa7\x2f\xbf\x85\x59\xca\xe0\x43\xb9\x60\x4a\x30\xc3\x34\xf4\x4b\x93\x4a\xa5\x03\xaf\xe5\xb5\xe0\x82\x47\x4c\x68\x16\x43\x29\x62\xa6\xc0\xa4\x0c\xfa\x05\x8d\x52\x56\x9f\x9c\xc0\x4f\x4c\x69\x2e\x05\xbc\x0a\x4e\xe1\x18\x09\x48\x75\x44\x3a\x6f\xbd\x16\xdc\xcb\x12\x72\x7a\x0f\x42\x1a\x28\x35\x03\x93\x72\x0d\x4b\x9e\x31\x60\x77\x11\x2b\x0c\x70\x01\x91\xcc\x8b\x8c\x53\x11\x31\x58\x73\x93\x5a\x35\x95\x90\xc0\x6b\xc1\xaf\x95\x08\xb9\x30\x94\x0b\xa0\x10\xc9\xe2\x1e\xe4\x72\x97\x0e\xa8\xb1\x06\xe3\xbf\xd4\x98\xa2\x1b\x86\xeb\xf5\x3a\xa0\xd6\xd8\x40\xaa\x24\xcc\x1c\xa1\x0e\x2f\x46\x83\xe1\xd5\x74\xe8\xbf\x0a\x4e\x2d\xcb\x47\x91\x31\xad\x41\xb1\xdf\x4b\xae\x58\x0c\x8b\x7b\xa0\x45\x91\xf1\x88\x2e\x32\x06\x19\x5d\x83\x54\x40\x13\xc5\x58\x0c\x46\xa2\xbd\x6b\xc5\x0d\x17\xc9\x09\x68\xb9\x34\x6b\xaa\x98\xd7\x82\x98\x6b\xa3\xf8\xa2\x34\x7b\x60\xd5\xd6\x71\xbd\x47\x20\x05\x50\x01\xa4\x3f\x85\xd1\x94\xc0\xbb\xfe\x74\x34\x3d\xf1\x5a\xf0\xf3\x68\xf6\x7e\xfc\x71\x06\x3f\xf7\x27\x93\xfe\xd5\x6c\x34\x9c\xc2\x78\x02\x83\xf1\xd5\xd9\x68\x36\x1a\x5f\x4d\x61\xfc\x7f\xd0\xbf\xfa\x15\x3e\x8c\xae\xce\x4e\x80\x71\x93\x32\x05\xec\xae\x50\x68\xbf\x54\xc0\x11\x46\x16\x23\x66\x53\xc6\xf6\x0c\x58\x4a\x67\x90\x2e\x58\xc4\x97\x3c\x82\x8c\x8a\xa4\xa4\x09\x83\x44\xde\x32\x25\xb8\x48\xa0\x60\x2a\xe7\x1a\x83\xa9\x81\x8a\xd8\x6b\x41\xc6\x73\x6e\xa8\xb1\x5f\x9e\x39\x15\x78\x9e\x66\x06\x7c\x09\x4c\x29\x76\xc7\x4d\xfd\x2a\x64\x29\x34\x6b\x5e\x0b\x5e\xb0\x25\xe5\x99\xe7\xcd\xfa\xd3\x0f\xbd\xf6\x4b\x6f\x74\xd9\x3f\x1f\xf6\xda\xaf\x3c\xef\xc3\xc7\x77\xc3\xf9\x64\x3c\x9e\xf5\x48\xfb\x38\x8a\x81\xb4\x8f\x63\xae\x04\xcd\x19\x90\xf6\xc3\xbb\xfe\xf4\xfd\x7c\x3a\xfe\x38\x19\x0c\xaf\x4f\x6f\x36\xa4\x13\x06\x41\x18\x04\x04\x5e\xbc\x80\x62\x1d\x83\xff\x63\x87\x78\x5a\x96\x2a\xb2\xe4\x8d\xb0\x4d\x98\xd2\x68\x15\x66\x7c\x11\x96\x86\x67\x81\x4e\x09\xe6\xfd\x25\x2d\x0a\xf4\x53\x2e\x21\x91\xd0\x9f\x0c\xde\x63\x3c\x69\x64\x4a\x9a\x01\x55\x51\xca\x0d\x8b\x4c\xa9\x98\x06\x9d\xf2\xa2\x60\x31\x14\x54\x19\xa4\xcf\xcb\xcc\x70\x24\x09\x7f\x67\x79\xe9\x97\x9a\x29\x5f\x23\x32\x11\x14\x4a\xfe\x9b\x45\xc6\x8b\x59\x94\x51\xc5\xc0\xef\xc3\xff\x0f\x2f\x3f\xa2\xf8\x69\xef\x18\xae\x09\xcd\xe3\xd7\x5f\x93\x9b\x1e\xb9\x7b\xf3\x7a\xfe\xfa\x6b\x82\x9f\x54\x8e\x1f\xf0\x8f\x7b\x73\x04\x14\x35\x38\x8a\xa2\x88\x5e\x7f\x9d\x31\xfc\x5a\x3f\xc2\x35\xd1\x5f\x7d\x77\x7a\x87\xdf\xdc\x03\x74\xd0\xad\x09\x33\xa5\x12\x1a\x32\xae\xad\xad\x34\xcb\x40\x97\x45\x21\x15\xa6\xda\xbe\x5f\x4b\x25\x73\xcc\xb7\xa1\x0d\x81\xad\x43\x0f\xf9\xfa\x2a\x4a\xf5\x71\x07\x1e\x3c\x80\xa8\x34\xe0\xc7\x40\x7a\x04\xfc\x25\xbc\x44\x64\x2d\xf5\x86\x84\x0d\xa7\xb7\xd9\xd5\xbc\xa0\x9a\xf1\x1c\x93\x49\x54\x45\x52\x62\xcf\xe0\x02\xce\x64\xb4\x62\xca\x96\x3b\x66\x20\x15\xf7\x90\xf0\x5b\x26\xf6\xcc\xf2\x12\x66\xde\x51\xcd\x46\x28\xa2\x32\x02\xcf\x31\x55\x00\x58\x94\x4a\x68\x1f\x27\x8a\x15\x68\x0a\x1e\x6c\x7a\x64\xc7\x89\xc7\xca\xe2\x1e\xf8\xcb\x57\x1d\x67\xd9\xcc\x76\x99\x52\x44\x98\xbb\xb0\xe6\x59\x06\x8b\x92\x67\x31\x18\xa6\x0d\x38\x5b\xad\x41\x59\x66\x53\x7a\x0f\x25\xaf\x05\x39\x13\xc8\xe9\x9c\xd8\xc7\x2b\x80\x91\x70\x3c\x0b\xcd\xb0\x65\xc9\xe5\x13\x0a\x2c\x65\x6e\x76\xb5\xee\xaa\xda\x0f\x8d\x8b\x9a\x0f\x36\x49\x4e\x80\xaa\x1c\xb9\x6d\x46\x9c\x40\x15\xf9\x13\xb0\xe1\xf6\xac\xac\x0a\x1f\xbe\x84\xeb\x6b\x8c\x4f\x1d\x9c\x6d\x6c\xe0\xe6\xe6\x2d\x6a\x12\x1e\x36\x43\x54\xa2\x7b\xed\xe3\x26\xca\x1d\xc4\x34\xd3\x6c\xf7\xf4\xe1\x8b\x26\x65\xaf\x7f\xb8\xd9\x78\x00\x4b\xee\x79\x00\xab\x72\xc1\xba\x5d\xac\xa1\x6e\x97\x09\x5d\x2a\xe6\x27\xa2\xf4\x35\x8b\xf1\xd4\x7a\x85\x3e\x70\x01\x2e\x30\x7a\xf3\x16\x62\x69\x25\xdb\xb0\x91\x77\x68\x32\xd6\xdc\x16\xf2\xda\x60\x5b\x80\xdd\x8a\x71\x13\x04\x01\xf1\x2c\x63\x0b\x06\x8a\x51\xc3\x80\x82\x61\x79\x21\x15\x55\xf7\x10\x73\xc5\x22\x23\xd5\xbd\x15\xc1\x6e\x99\xba\xdf\x8b\x19\xf6\x2b\x37\x16\x10\x62\xa7\x2c\x92\xc2\x30\x61\x2a\xa1\x48\x50\xa5\x40\x43\x61\xab\xe1\x80\x12\xcb\x92\xaf\x62\xae\xc0\x2f\xf6\x3b\x0b\x09\xe7\x26\x2f\x2c\x01\x32\xce\x63\xae\x7a\xed\xe3\x7c\x85\x2f\xb6\x6a\x9e\x13\x87\x98\x73\xbe\xd5\xa8\x7d\x6b\x42\xf0\x8b\xfd\xd7\xb1\x62\x76\x31\x36\x8a\x16\x73\x1a\xc7\x40\x54\x0e\xbe\xc2\xe8\xd6\x5a\x36\x04\x86\xbf\x8c\x66\x0e\xa3\xa8\x00\x5f\xed\x16\xe6\x97\xf8\xb2\x25\xb5\x44\xcf\x53\xe4\x92\xae\x98\xad\xc5\xbd\x0c\x41\x74\x72\xba\x62\xb0\xe0\x55\xa9\x18\x7c\x8b\xb0\x99\x55\xed\x04\x21\x2b\x14\xb3\x23\x52\x73\xdc\x12\xb0\xd0\x59\xdc\xf0\x63\x54\x16\x75\xac\x91\x3a\xb6\x85\xef\x70\xae\xa8\xac\x0e\x7f\xb0\x63\xb6\xd5\x88\x69\xd0\xab\x0b\x9b\xc0\xac\x3f\x39\x1f\xe2\x38\x78\xea\xce\x92\xdb\x3f\x45\xa9\xd3\xf8\x80\xb7\xad\x2a\xa6\x86\x26\xf6\x7d\xd6\x3f\xef\xb5\x8f\xbf\xff\x69\x38\x99\x8e\xc6\x57\x1d\x6f\x1f\x92\xcf\x14\x0b\x6c\x0f\x7a\xed\xe3\xdd\xb6\xd4\xb4\x1e\xd2\xa9\x28\xdb\x0f\xd3\xe1\xd9\x06\x7c\x0e\x44\x3f\x36\x6c\x8f\x76\x6a\xb9\xe7\xcd\x63\x42\x76\x3a\xe0\xe7\xf8\x10\x80\xc7\x4a\xfa\x01\x0e\x57\x89\xe8\x60\x93\xdf\x76\x06\x7d\x59\x0f\xa0\x05\x17\x98\xbd\x46\xee\x81\x8e\xef\xdb\x7c\xb7\xf3\x6b\xbf\x62\x1c\x95\x14\x70\xf7\xe6\x35\x14\x19\x35\x4b\xa9\xf2\x1d\x94\xea\x96\x3b\x98\x8c\xa7\xd3\xf9\xbb\x8f\xa3\x8b\xb3\xf9\xae\x71\x9d\xa7\xd0\x39\xb6\x6d\x24\x7b\x3d\xa8\x66\xdf\x53\xca\x3d\x10\xc2\x5d\x05\x61\x7c\x00\xb1\xa6\x5b\x3d\x83\xaf\xee\x5a\x8f\xed\x87\x6d\x03\x6b\xa3\xfe\x9b\xc3\xe0\x23\x8c\x13\x96\x70\x6d\x98\x7a\x02\x63\xdd\xa3\xb7\xfd\xb9\x50\x32\x62\x5a\x4b\xa5\xeb\x5d\x15\xa1\x8c\x4a\xa5\x98\x30\x20\xc5\x56\xa8\x6b\x76\xb5\x60\xac\x81\x03\x21\xe2\x4c\x63\xa7\x44\x19\x2b\x5c\xb6\x33\xd2\xf0\x67\x32\xa2\xa8\x39\x96\x3d\xb2\xfd\x5a\xc7\x81\xc7\xe0\x97\x1d\xf8\xa2\x07\xa7\xcf\x91\x04\xc7\x86\xff\x35\xdf\xaa\x52\x71\x70\xe1\xc9\xe6\xc9\x7a\x64\x52\xae\xe2\x39\x2e\x37\xf7\xe1\xe7\x57\x9b\x50\x55\x0e\x35\x0f\xb8\x49\x81\xef\x2b\x86\xeb\x5d\xad\x22\x2a\x55\x06\xbe\x9e\x5e\xd8\xc5\x5b\x77\xc3\x30\xe1\x26\x2d\x17\x41\x24\xf3\xbf\x96\x9e\x31\x8a\x0b\x79\x2c\xd7\x22\x93\x34\x0e\x89\x0b\x63\x55\xb3\x1b\x12\xba\x8d\x69\x6e\x59\xc9\x81\x18\x93\x4a\x56\x60\xa8\x0a\x92\x3f\xe0\x11\x0c\x55\xe0\xdf\xfd\x51\xf5\x99\x27\x3d\xc2\xc5\x7f\x68\x07\x19\xac\xb1\x49\x89\x23\x03\x09\x33\xa0\x4b\x55\x28\xae\xdd\xf6\x5f\xe6\x54\xaf\x40\x33\x83\x4b\xbe\xde\xfa\x99\xe6\x32\x86\xd3\x6f\xbf\xf9\x66\x4f\xb4\x73\xec\x80\x71\x95\x6d\xe4\x60\xea\xee\x67\x7d\x78\x28\x57\xab\x28\xd6\xf5\x5f\x15\xb7\xab\x69\xdf\x2f\xca\x2c\x03\xdf\xa0\x29\x93\xe1\xf9\x68\x3a\x9b\xfc\xba\x09\xeb\xce\xea\x57\x45\xd8\x6d\x3f\xcc\xfa\xe7\x1b\x02\x81\x93\x51\xc8\x02\x7b\x76\x8c\xb9\xbb\xf1\x3c\x27\x72\x7e\xeb\x6e\x70\xf3\x28\x65\xd1\xaa\xda\x2f\x5a\xf6\x5a\xa8\x18\xd5\x52\x54\x97\x07\xae\xa1\xa2\x04\x4b\x89\x97\x1a\x86\xbb\x9c\x49\x65\x99\xa4\x40\x2a\x0b\x73\x2a\xf8\x92\x69\x43\xf0\x5e\x97\xe3\xdc\xe5\x1a\xe8\x2d\xe5\x99\xbd\x50\x71\x01\x2f\xdf\x04\xa7\x5f\x9d\xe0\x8e\x14\x4b\xa6\xad\x36\xbc\x1e\xae\xa5\x5a\x61\xd1\x15\x4c\x65\xf7\xae\x54\xa8\xa9\x75\x06\x30\x95\x18\x33\x2e\xb4\xdd\x73\x9d\x94\xd7\xc1\x29\x5e\x7c\x52\x9e\xa4\x4c\x05\x5e\x8d\x52\xed\x52\xaf\x7d\x5c\x19\x55\x5b\xee\xfb\xd8\xe6\xa8\x81\xa3\x87\x87\x60\x90\x71\x26\x4c\x50\xdd\x60\x37\x9b\xa3\x66\x97\x24\x3e\x2e\xbf\x2f\x3b\xcd\xa6\xd5\x7e\xd8\x97\xbc\xc1\x72\xac\x2d\x78\xf1\xe2\xc0\xf9\xf7\xcd\xf1\x5e\xcd\xba\x56\x71\xc9\x05\xcf\xcb\x1c\x9e\x58\x57\x73\xf0\x9d\xeb\x28\x82\x1f\xe1\x46\x84\x6d\x05\xd1\xc4\x09\x88\xcf\x35\xce\xae\x93\xeb\xeb\xa5\x2c\x45\xdc\x7d\x6e\xc9\x8d\xcb\x40\xbc\xa1\xc1\x4b\xb7\xda\x7d\x6e\x47\x46\xd1\xcf\xc6\xb7\xf6\xf0\x73\x95\x17\x87\x52\xc6\x6b\xa6\xed\xce\x46\xd2\x0c\xde\xff\xc9\xae\xfa\x37\xcb\x68\xe5\x8e\x75\xef\x1f\x15\x4c\x5d\x24\x7f\xbb\x03\xbb\x3a\x69\x42\xb1\x93\xf1\xda\x20\xa2\xec\xae\x60\x8a\xe3\x75\x02\xef\x98\x1a\x17\x2a\x57\xe8\x36\xd6\xdf\x05\xaf\xd0\xc3\x3b\x1c\x38\x70\x36\x1e\x7c\x18\x4e\xe6\x83\x8b\xd1\x7c\xf8\xcb\x8f\xc3\xc9\xe8\x72\x78\x35\xeb\x5f\xf4\x08\x13\x58\x38\x31\xb1\xea\x70\x87\x73\x50\xb8\xab\x03\x17\x46\x56\xb3\xbc\xb6\x22\x80\x61\xd2\x85\x23\x3b\x7b\xeb\x3b\xc4\x11\xee\x03\x47\x07\x5d\xb7\x74\x95\xe3\x70\x90\xa2\x92\x51\xd1\x1c\x79\xd0\xa8\xea\xb5\x8f\x5d\x42\xdb\x9e\xa7\x09\x3c\x36\x5d\x8e\x01\xd1\x7f\x5e\xff\x0b\x6e\xbe\xfc\xb3\x5d\xcb\xfc\x14\xb6\xad\xc8\x4f\xfe\x8b\x6e\x7b\xd6\x3f\xff\x33\xb1\xeb\xd4\x93\xc6\xe1\xd2\x9d\x81\xef\xd3\x9c\x89\xf8\x70\xc4\x9a\xd6\xd6\x7e\xa8\xf9\x36\xff\x30\x0d\x1a\x3d\x54\x08\x69\x2a\x4d\xc8\xb3\xdd\x5d\xfe\x5a\xe5\x7f\x95\x42\xcf\xd5\xda\x34\xc4\x0e\xae\xdc\x5e\xf9\x79\x4d\x87\x0a\x15\x9f\x9f\x6e\xdb\x89\x84\x48\xc6\xcc\x5b\x70\x51\xd5\xa9\xdb\x28\xd0\xa0\x79\xa1\xd8\x92\xdf\xb9\xc5\xa2\xd9\xd1\xb0\x7e\xea\x1d\x4d\xe5\xe4\x79\x1d\x36\x6c\xe7\xe3\xfe\xe4\xb2\xd7\x7e\xb0\x7f\xbb\xfe\xb7\xd6\xb3\xa6\xe4\xa6\x93\x81\x85\xfa\x87\xb7\xd6\xd1\xad\xb7\xaa\xc4\x66\x8b\xd7\x18\x6e\xc0\xbf\x45\x9d\x6e\xb5\x77\xce\xb9\xa7\xdf\x48\x75\xb4\x73\x67\xea\x86\x89\x0c\xb5\x8a\xc2\xd5\x1b\x1d\x70\x19\xae\x9a\x9f\x26\xbb\xbf\xc1\xa7\x66\x98\x26\x32\xa3\x22\xe9\x12\x34\xec\xa2\x7f\x75\x3e\x6f\xb6\x86\x1d\x22\xfb\xd3\xe7\x82\x22\xdc\x11\x90\x4f\x3b\x4b\x53\x35\xd2\x63\xf8\xac\x36\x7b\x6d\x0b\x5d\x07\x0c\xdb\x0f\xd3\xc9\x60\x7e\x36\x9a\x6c\xb0\xd9\x3f\x17\x34\x38\x1f\xcf\x87\x57\xfd\x77\x17\xc3\xb3\xde\x69\x95\x78\x15\x82\x1b\x40\xe4\x06\xef\x7b\x15\xe8\x18\xac\x6a\x88\x53\xf0\xb9\xd0\x86\x66\x99\x2e\x97\x4b\x7e\x07\x51\x22\xc1\xf7\xb3\x78\x99\xd1\x44\xc3\x91\xbf\x3e\x02\x5f\x42\x83\x97\x33\x63\x03\x41\xb8\xf7\x33\x19\x7e\x23\x1d\xb2\x33\xd8\x75\xca\x97\xc6\xf3\xd8\x2d\xcd\x1c\xf0\xd3\x0f\x36\x6d\x7f\x20\xde\x7f\x02\x00\x00\xff\xff\xd9\xcd\x27\x2d\x14\x16\x00\x00") - -func testImagesImageUtilShBytes() ([]byte, error) { - return bindataRead( - _testImagesImageUtilSh, - "test/images/image-util.sh", - ) -} - -func testImagesImageUtilSh() (*asset, error) { - bytes, err := testImagesImageUtilShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/image-util.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesIpcUtilsBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\x4d\xcc\x29\xc8\xcc\x4b\xb5\x32\xd6\x33\xe3\x4a\x2c\xca\xb5\x4d\x2c\xca\x35\x36\x2a\x33\xd3\x47\x15\x06\xa9\x03\x91\x65\x16\xc8\x12\x05\x05\xc9\x66\x26\x39\xa9\xb6\x50\x1a\x59\x0a\x10\x00\x00\xff\xff\xe5\x8d\xa8\xc0\x5c\x00\x00\x00") - -func testImagesIpcUtilsBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesIpcUtilsBaseimage, - "test/images/ipc-utils/BASEIMAGE", - ) -} - -func testImagesIpcUtilsBaseimage() (*asset, error) { - bytes, err := testImagesIpcUtilsBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/ipc-utils/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesIpcUtilsDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x92\x4f\x6f\x9c\x3c\x18\xc4\xef\xfe\x14\xa3\xe5\xf2\xbe\xd2\x02\x69\x4e\x55\x7b\x22\x9b\x4d\x83\x92\x40\x0b\xbb\x8d\x72\x8a\x0c\x3c\x0b\x8f\xca\xda\x8e\xff\x94\xec\xb7\xaf\x20\x89\xd4\x55\x7d\xf4\x8c\xc7\x3f\x8f\x9f\x08\x1b\x6d\x4e\x96\xfb\xc1\xe3\xf2\xe2\xd3\x67\xec\x06\xc2\x5d\x68\xc8\x2a\xf2\xe4\x90\x05\x3f\x68\xeb\x12\x11\x89\x08\xf7\xdc\x92\x72\xd4\x21\xa8\x8e\x2c\xfc\x40\xc8\x8c\x6c\x07\xfa\x50\xd6\xf8\x49\xd6\xb1\x56\xb8\x4c\x2e\xf0\xdf\x6c\x58\xbd\x4b\xab\xff\xbf\x8a\x08\x27\x1d\x70\x94\x27\x28\xed\x11\x1c\xc1\x0f\xec\x70\xe0\x91\x40\xaf\x2d\x19\x0f\x56\x68\xf5\xd1\x8c\x2c\x55\x4b\x98\xd8\x0f\xcb\x35\xef\x21\x89\x88\xf0\xf4\x1e\xa1\x1b\x2f\x59\x41\xa2\xd5\xe6\x04\x7d\xf8\xdb\x07\xe9\x17\xe0\x79\x0d\xde\x9b\x2f\x69\x3a\x4d\x53\x22\x17\xd8\x44\xdb\x3e\x1d\xdf\x8c\x2e\xbd\xcf\x37\xdb\xa2\xde\xc6\x97\xc9\xc5\x72\x64\xaf\x46\x72\x0e\x96\x5e\x02\x5b\xea\xd0\x9c\x20\x8d\x19\xb9\x95\xcd\x48\x18\xe5\x04\x6d\x21\x7b\x4b\xd4\xc1\xeb\x99\x77\xb2\xec\x59\xf5\x6b\x38\x7d\xf0\x93\xb4\x24\x22\x74\xec\xbc\xe5\x26\xf8\xb3\xb2\x3e\xe8\xd8\x9d\x19\xb4\x82\x54\x58\x65\x35\xf2\x7a\x85\xab\xac\xce\xeb\xb5\x88\xf0\x98\xef\x6e\xcb\xfd\x0e\x8f\x59\x55\x65\xc5\x2e\xdf\xd6\x28\x2b\x6c\xca\xe2\x3a\xdf\xe5\x65\x51\xa3\xbc\x41\x56\x3c\xe1\x2e\x2f\xae\xd7\x20\xf6\x03\x59\xd0\xab\xb1\x33\xbf\xb6\xe0\xb9\x46\xea\xe6\xce\x6a\xa2\x33\x80\x83\x7e\x03\x72\x86\x5a\x3e\x70\x8b\x51\xaa\x3e\xc8\x9e\xd0\xeb\xdf\x64\x15\xab\x1e\x86\xec\x91\xdd\xfc\x99\x0e\x52\x75\x22\xc2\xc8\x47\xf6\xd2\x2f\x3b\xff\x3c\x2a\x11\xe2\xa6\x2a\x1f\x66\xfc\x6d\xfe\x90\x7d\xdb\x0a\xb1\xa9\xca\xba\x7e\xbe\xda\xe7\xf7\xd7\xcf\x9b\xf2\xfb\x13\x5e\xe8\x18\xe2\x1f\xdb\x87\x7d\x56\x6d\x6e\x63\x37\x67\xb5\x48\x83\xb3\x69\xc3\x2a\x15\xa2\xda\x17\x90\xe6\x17\x64\xd7\x21\x8e\x95\x8e\xdb\x65\xb8\x82\xe7\x31\x1e\x59\x85\x57\xf1\x27\x00\x00\xff\xff\xb0\xef\xe6\x73\xaf\x02\x00\x00") - -func testImagesIpcUtilsDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesIpcUtilsDockerfile, - "test/images/ipc-utils/Dockerfile", - ) -} - -func testImagesIpcUtilsDockerfile() (*asset, error) { - bytes, err := testImagesIpcUtilsDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/ipc-utils/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesIpcUtilsVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe0\x02\x04\x00\x00\xff\xff\xdf\xf4\x93\x64\x04\x00\x00\x00") - -func testImagesIpcUtilsVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesIpcUtilsVersion, - "test/images/ipc-utils/VERSION", - ) -} - -func testImagesIpcUtilsVersion() (*asset, error) { - bytes, err := testImagesIpcUtilsVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/ipc-utils/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesJessieDnsutilsBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\x4d\x49\x4d\xca\x4c\xcc\xb3\xca\x4a\x2d\x2e\xce\x4c\xe5\x4a\x2c\xca\xb5\x4d\x2c\xca\x35\x36\x2a\x33\xd7\xc7\x90\x31\x33\xb1\x05\x93\x65\x16\x68\x72\x05\x05\xc9\x66\x26\x39\xa9\xb6\x50\x1a\x4d\xb6\xd8\xd8\xd2\xa0\xc2\x16\x4c\xa2\xc9\x00\x02\x00\x00\xff\xff\xef\x2a\x58\xfd\x82\x00\x00\x00") - -func testImagesJessieDnsutilsBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesJessieDnsutilsBaseimage, - "test/images/jessie-dnsutils/BASEIMAGE", - ) -} - -func testImagesJessieDnsutilsBaseimage() (*asset, error) { - bytes, err := testImagesJessieDnsutilsBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/jessie-dnsutils/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesJessieDnsutilsDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x53\x51\x6f\xdb\x36\x17\x7d\xe7\xaf\x38\xb0\x80\xe2\xfb\x80\x58\x4a\x83\x2e\x0f\xd9\x93\xea\xb8\xad\xd0\xc4\xee\xac\x64\x45\xb0\x0d\x06\x4d\x5d\x4b\xb7\x93\x48\x86\xa4\x22\xab\xbf\x7e\xa0\x1c\x0f\x33\xa2\x17\x81\x3c\xe7\x5e\x1e\x9e\x7b\x98\x60\x61\xec\xe8\xb8\x6e\x02\xae\x2e\xdf\x5f\xe3\xa1\x21\x7c\xed\x77\xe4\x34\x05\xf2\xc8\xfb\xd0\x18\xe7\x53\x91\x88\x04\x77\xac\x48\x7b\xaa\xd0\xeb\x8a\x1c\x42\x43\xc8\xad\x54\x0d\x9d\x90\x0b\xfc\x4e\xce\xb3\xd1\xb8\x4a\x2f\xf1\xbf\x48\x98\xbd\x42\xb3\xff\xff\x2a\x12\x8c\xa6\x47\x27\x47\x68\x13\xd0\x7b\x42\x68\xd8\x63\xcf\x2d\x81\x0e\x8a\x6c\x00\x6b\x28\xd3\xd9\x96\xa5\x56\x84\x81\x43\x33\x1d\xf3\xda\x24\x15\x09\x9e\x5e\x5b\x98\x5d\x90\xac\x21\xa1\x8c\x1d\x61\xf6\xff\xe5\x41\x86\x49\x70\xfc\x9a\x10\xec\x4d\x96\x0d\xc3\x90\xca\x49\x6c\x6a\x5c\x9d\xb5\x47\xa2\xcf\xee\x8a\xc5\x72\x55\x2e\xe7\x57\xe9\xe5\x54\xf2\xa8\x5b\xf2\x1e\x8e\x9e\x7b\x76\x54\x61\x37\x42\x5a\xdb\xb2\x92\xbb\x96\xd0\xca\x01\xc6\x41\xd6\x8e\xa8\x42\x30\x51\xef\xe0\x38\xb0\xae\x2f\xe0\xcd\x3e\x0c\xd2\x91\x48\x50\xb1\x0f\x8e\x77\x7d\x38\x33\xeb\xa4\x8e\xfd\x19\xc1\x68\x48\x8d\x59\x5e\xa2\x28\x67\xf8\x98\x97\x45\x79\x21\x12\x7c\x2f\x1e\xbe\xac\x1f\x1f\xf0\x3d\xdf\x6c\xf2\xd5\x43\xb1\x2c\xb1\xde\x60\xb1\x5e\xdd\x16\x0f\xc5\x7a\x55\x62\xfd\x09\xf9\xea\x09\x5f\x8b\xd5\xed\x05\x88\x43\x43\x0e\x74\xb0\x2e\xea\x37\x0e\x1c\x6d\xa4\x2a\x7a\x56\x12\x9d\x09\xd8\x9b\xa3\x20\x6f\x49\xf1\x9e\x15\x5a\xa9\xeb\x5e\xd6\x84\xda\xbc\x90\xd3\xac\x6b\x58\x72\x1d\xfb\x38\x4c\x0f\xa9\x2b\x91\xa0\xe5\x8e\x83\x0c\xd3\xce\x9b\x4b\xa5\x42\x7c\xda\xac\xef\xa3\xfc\x65\x71\x9f\x7f\x5e\x0a\xb1\xd8\xac\xcb\x72\xfb\xf1\xb1\xb8\xbb\xdd\x2e\xd6\xdf\x9e\xf0\x4c\x5d\x3f\xff\x6d\x79\xff\x98\x6f\x16\x5f\xe6\x3e\xf6\x52\xc8\x7a\xef\xb2\x1d\xeb\x4c\xc4\x3b\xe7\x9b\x55\xb1\xfa\x7c\x83\x6f\x2d\x49\x4f\x31\x27\x51\xb9\x0c\x47\xb9\xca\xb1\x0d\xd8\x51\x6b\x06\x38\xea\xcc\x0b\xf9\x23\x40\xaa\x77\x1c\x46\x58\xa9\xfe\x96\x35\x79\xec\x9d\xe9\x20\x5d\x77\xfd\x21\x8a\x87\xb5\xea\xfa\x03\xb5\xe0\x2e\xa2\x22\x81\x9c\x0a\x47\x54\x66\xca\x22\x1d\xd8\x07\x48\x3d\x76\xc6\x51\x1c\x6a\xec\x5a\xd1\x8e\xa5\x86\x23\x6b\x3c\x07\xe3\x38\xf6\x35\x0e\x3f\xc8\x7b\xa6\x14\xa5\xc1\x40\xa7\x0e\x8e\x94\xe9\x3a\xd2\x15\x7a\x1f\xed\x8b\xc9\x16\xc9\xf1\xc0\xa9\x4a\xea\x11\xd6\x99\xaa\x57\xd1\xc1\x29\xfd\x51\xd9\x64\xea\xb4\x9a\x22\xcc\xfe\xb5\x24\x18\xfc\xe8\x7d\x40\x20\x1f\xe0\x15\x69\xe9\xd8\xf8\x54\x88\xc9\xc9\x3d\x1f\x7a\x3b\x97\x36\xcc\x5b\xf6\x21\xf5\x0d\x32\xb1\x79\x5c\xe1\x8f\x59\xf6\x06\x9a\xfd\x25\x26\x2c\x6e\xd5\x14\x30\x7f\x46\x6f\x2b\x19\x08\xef\xde\xe1\x4f\x11\xdf\xc8\x09\x62\xed\x83\x6c\x5b\xcc\x47\x54\xda\xf7\x81\x5b\xff\x96\xa4\x5a\x92\x5a\x88\xfc\xf6\x76\x7a\x5b\xfe\x26\xcb\x6a\x0e\x4d\xbf\x4b\x95\xe9\x32\x65\x1c\x55\xda\xff\xfb\x77\x34\x4d\xd2\x67\x95\x19\x74\x6b\x64\x95\xbd\xbc\x4f\x7f\x49\x2f\x4f\x84\xed\xb4\xda\xb6\xac\xfb\xc3\x36\x86\x27\x66\x23\x0d\xf5\x4f\x9c\x18\x71\x31\x5d\x20\x48\x87\xf9\xe1\xe7\xcb\xfe\x0c\x8a\x02\x5d\x87\xf9\xf9\xae\xf8\x27\x00\x00\xff\xff\xce\x4f\xc7\x5f\xd9\x04\x00\x00") - -func testImagesJessieDnsutilsDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesJessieDnsutilsDockerfile, - "test/images/jessie-dnsutils/Dockerfile", - ) -} - -func testImagesJessieDnsutilsDockerfile() (*asset, error) { - bytes, err := testImagesJessieDnsutilsDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/jessie-dnsutils/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesJessieDnsutilsVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe4\x02\x04\x00\x00\xff\xff\x9e\xc5\x88\x7d\x04\x00\x00\x00") - -func testImagesJessieDnsutilsVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesJessieDnsutilsVersion, - "test/images/jessie-dnsutils/VERSION", - ) -} - -func testImagesJessieDnsutilsVersion() (*asset, error) { - bytes, err := testImagesJessieDnsutilsVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/jessie-dnsutils/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesJessieDnsutilsFixupAptListSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x93\x51\x6f\xdb\x36\x14\x85\xdf\xf9\x2b\xce\xac\x3e\x34\x40\x24\xaa\x69\x91\xa1\x09\xf6\xe0\x26\x19\x6a\xb4\xb0\x01\xdb\x5d\xd1\xa7\x81\xa2\xae\xa5\xdb\x49\x24\x47\x52\x76\x8c\x65\xff\x7d\xa0\x6c\x6f\x33\x12\xec\x69\x7c\x32\x7c\xaf\xee\xf9\xce\xb9\x64\xf6\x83\x1c\x82\x97\x15\x1b\x49\x66\x8b\x4a\x85\x56\x88\x0c\x77\xd6\xed\x3d\x37\x6d\xc4\x55\xf9\xe6\x47\xac\x5b\xc2\xa7\xa1\x22\x6f\x28\x52\xc0\x74\x88\xad\xf5\xa1\x10\x99\xc8\xf0\x99\x35\x99\x40\x35\x06\x53\x93\x47\x6c\x09\x53\xa7\x74\x4b\xa7\xca\x25\x7e\x21\x1f\xd8\x1a\x5c\x15\x25\x5e\xa7\x86\xc9\xb1\x34\xb9\xb8\x15\x19\xf6\x76\x40\xaf\xf6\x30\x36\x62\x08\x84\xd8\x72\xc0\x86\x3b\x02\x3d\x6a\x72\x11\x6c\xa0\x6d\xef\x3a\x56\x46\x13\x76\x1c\xdb\x51\xe6\x38\xa4\x10\x19\xbe\x1d\x47\xd8\x2a\x2a\x36\x50\xd0\xd6\xed\x61\x37\xff\xee\x83\x8a\x23\x70\x3a\x6d\x8c\xee\x46\xca\xdd\x6e\x57\xa8\x11\xb6\xb0\xbe\x91\xdd\xa1\x31\xc8\xcf\xb3\xbb\x87\xf9\xea\x21\xbf\x2a\xca\xf1\x93\x2f\xa6\xa3\x10\xe0\xe9\xf7\x81\x3d\xd5\xa8\xf6\x50\xce\x75\xac\x55\xd5\x11\x3a\xb5\x83\xf5\x50\x8d\x27\xaa\x11\x6d\xe2\xdd\x79\x8e\x6c\x9a\x4b\x04\xbb\x89\x3b\xe5\x49\x64\xa8\x39\x44\xcf\xd5\x10\xcf\xc2\x3a\xd1\x71\x38\x6b\xb0\x06\xca\x60\x32\x5d\x61\xb6\x9a\xe0\xc3\x74\x35\x5b\x5d\x8a\x0c\x5f\x67\xeb\x8f\x8b\x2f\x6b\x7c\x9d\x2e\x97\xd3\xf9\x7a\xf6\xb0\xc2\x62\x89\xbb\xc5\xfc\x7e\xb6\x9e\x2d\xe6\x2b\x2c\x7e\xc6\x74\xfe\x0d\x9f\x66\xf3\xfb\x4b\x10\xc7\x96\x3c\xe8\xd1\xf9\xc4\x6f\x3d\x38\xc5\x48\x75\xca\x6c\x45\x74\x06\xb0\xb1\x07\xa0\xe0\x48\xf3\x86\x35\x3a\x65\x9a\x41\x35\x84\xc6\x6e\xc9\x1b\x36\x0d\x1c\xf9\x9e\x43\x5a\x66\x80\x32\xb5\xc8\xd0\x71\xcf\x51\xc5\xf1\x9f\x67\xa6\x0a\x21\xee\x1f\x3e\xfc\x3a\x5d\xde\x7d\xfc\xe9\xd5\xeb\xda\xfd\xd6\x20\xcf\x9d\x67\x13\x73\xe5\x75\xcb\x91\x74\x1c\x3c\x5d\xa4\x2b\x77\x5c\x49\x20\x3d\x78\x8e\xfb\xa2\xa6\x8a\x95\x19\xf7\x72\xf8\x99\x9f\x4a\x32\xe5\x14\xe4\x77\x0a\x81\x49\x0e\xae\x56\x91\x82\x9c\x99\x25\x75\xa4\x0e\x49\x8e\x90\xa6\x11\x19\xc8\x44\xcf\x14\x46\x77\xc1\xf6\x04\xd7\xa9\xb8\xb1\xbe\x0f\x69\x37\xd8\x11\xbe\x0f\x21\xc2\x53\x6f\xb7\x87\x3c\x3a\x15\x22\x3a\x36\x94\xf6\x18\xec\xe0\x35\x85\xa2\xe3\x90\xee\xa1\xc8\x20\x29\x6a\xa9\x5c\x94\x67\xa5\x5d\xcb\xba\x4d\xca\x93\x9a\xaa\x93\x97\x9a\xaa\xe7\x36\x70\xe0\xce\x8f\xdc\xe8\x15\x9b\x89\x10\x3a\x91\xbf\xfa\xe3\x14\xd7\x9f\x49\x2c\xdd\xd4\xf0\xf6\x7d\xf9\xf8\xa4\x7c\x7f\xfd\xee\xc9\x39\x7d\xfd\x8e\xba\x8b\xb1\x90\x4e\x96\xf8\x5b\x95\xc0\xed\xf1\xe9\x10\xc6\x64\xb7\x84\x9e\xbd\x1f\x5f\xe9\x3f\xdd\x2b\xa2\x9b\x11\x2e\xdc\x48\x99\xb8\xc3\x0b\x31\xd7\xb4\xa5\x2e\x57\xc6\xd8\xc1\x68\x92\x57\xe5\x9b\xf7\xb2\x7c\x2b\xfb\xd0\x94\x65\x59\x5e\x17\x6d\xec\xbb\xbf\x67\x92\x6e\xed\x99\xe7\xa3\xfa\xf3\xb9\xf2\x68\x7c\x34\x0c\x6d\xd3\x5e\x2a\x18\x6b\xf2\x8d\x27\x9a\xe0\x09\x91\xe8\xe5\x74\x9f\xab\xe5\xc1\xeb\xff\x49\x31\x57\xff\x2d\x7a\x7b\x2b\x28\x28\x2d\x04\x3d\x72\x44\x29\xfe\x0a\x00\x00\xff\xff\x89\x46\xbb\xca\x32\x05\x00\x00") - -func testImagesJessieDnsutilsFixupAptListShBytes() ([]byte, error) { - return bindataRead( - _testImagesJessieDnsutilsFixupAptListSh, - "test/images/jessie-dnsutils/fixup-apt-list.sh", - ) -} - -func testImagesJessieDnsutilsFixupAptListSh() (*asset, error) { - bytes, err := testImagesJessieDnsutilsFixupAptListShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/jessie-dnsutils/fixup-apt-list.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesKittenBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\xcd\x5d\x0a\x42\x21\x10\xc5\xf1\xf7\xf6\x32\xf7\x5a\x89\x50\xd0\x62\xd4\x0e\x22\x35\x25\x33\xf6\xb1\xfc\x68\xa8\x05\xe8\xdb\x79\xf9\xfd\x4f\xe4\x73\xf0\xa7\x92\x65\xa9\xf7\xf5\xf2\x48\x90\x1b\x3a\x94\xb0\x03\x75\x68\xa7\xca\xb1\x40\x57\xdb\x2f\x24\x85\x3c\x21\x64\xec\xb8\x5d\xdc\x26\x0a\x4f\x70\xe1\x3f\x9e\x7a\xff\x32\x0b\xb4\x96\x83\xbf\x62\x3c\xf1\x83\x16\xd1\xfd\xc1\xbd\xc7\x13\xc6\x2c\xf0\x09\x00\x00\xff\xff\xcf\x73\x31\xc1\x45\x01\x00\x00") - -func testImagesKittenBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesKittenBaseimage, - "test/images/kitten/BASEIMAGE", - ) -} - -func testImagesKittenBaseimage() (*asset, error) { - bytes, err := testImagesKittenBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/kitten/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesKittenDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x41\x73\xd3\x30\x14\x84\xef\xfa\x15\x3b\xf1\x05\x66\x82\x13\x72\xe0\x00\x27\x93\xa6\xe0\x69\x6b\x33\x71\x4a\x27\x47\xc5\x7e\xb1\x5f\x51\x24\x21\x3d\xe3\xe6\xdf\x33\x4e\x53\x68\xa6\x3a\xbd\xd1\xae\x56\x9f\x56\x09\x96\xce\x1f\x03\xb7\x9d\x60\x31\xff\xf8\x09\x9b\x8e\x70\xd3\xef\x28\x58\x12\x8a\xc8\x7a\xe9\x5c\x88\xa9\x4a\x54\x82\x5b\xae\xc9\x46\x6a\xd0\xdb\x86\x02\xa4\x23\x64\x5e\xd7\x1d\xbd\x28\x53\xfc\xa4\x10\xd9\x59\x2c\xd2\x39\xde\x8d\x86\xc9\x59\x9a\xbc\xff\xa2\x12\x1c\x5d\x8f\x83\x3e\xc2\x3a\x41\x1f\x09\xd2\x71\xc4\x9e\x0d\x81\x9e\x6a\xf2\x02\xb6\xa8\xdd\xc1\x1b\xd6\xb6\x26\x0c\x2c\xdd\xe9\x9a\x73\x48\xaa\x12\x6c\xcf\x11\x6e\x27\x9a\x2d\x34\x6a\xe7\x8f\x70\xfb\xd7\x3e\x68\x39\x01\x8f\xab\x13\xf1\x9f\x67\xb3\x61\x18\x52\x7d\x82\x4d\x5d\x68\x67\xe6\xd9\x18\x67\xb7\xf9\x72\x55\x54\xab\x0f\x8b\x74\x7e\x3a\x72\x6f\x0d\xc5\x88\x40\xbf\x7b\x0e\xd4\x60\x77\x84\xf6\xde\x70\xad\x77\x86\x60\xf4\x00\x17\xa0\xdb\x40\xd4\x40\xdc\xc8\x3b\x04\x16\xb6\xed\x14\xd1\xed\x65\xd0\x81\x54\x82\x86\xa3\x04\xde\xf5\x72\x51\xd6\x0b\x1d\xc7\x0b\x83\xb3\xd0\x16\x93\xac\x42\x5e\x4d\xf0\x35\xab\xf2\x6a\xaa\x12\x3c\xe4\x9b\xef\xe5\xfd\x06\x0f\xd9\x7a\x9d\x15\x9b\x7c\x55\xa1\x5c\x63\x59\x16\x57\xf9\x26\x2f\x8b\x0a\xe5\x35\xb2\x62\x8b\x9b\xbc\xb8\x9a\x82\x58\x3a\x0a\xa0\x27\x1f\x46\x7e\x17\xc0\x63\x8d\xd4\x8c\x9d\x55\x44\x17\x00\x7b\xf7\x0c\x14\x3d\xd5\xbc\xe7\x1a\x46\xdb\xb6\xd7\x2d\xa1\x75\x7f\x28\x58\xb6\x2d\x3c\x85\x03\xc7\xf1\x33\x23\xb4\x6d\x54\x02\xc3\x07\x16\x2d\xa7\x9d\x37\x8f\x4a\x95\xba\x5e\x97\x77\x23\xfe\x2a\xbf\xcb\xbe\xad\xd4\xb2\xfc\xb1\x45\x27\x07\x33\xfb\xc5\x22\x64\xd3\x47\xdf\xe2\xff\xf8\x4a\x6f\xb4\xe8\xf4\x31\x3a\x8b\x7f\x93\xfa\x1b\x00\x00\xff\xff\x3d\x50\x58\xd6\x99\x02\x00\x00") - -func testImagesKittenDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesKittenDockerfile, - "test/images/kitten/Dockerfile", - ) -} - -func testImagesKittenDockerfile() (*asset, error) { - bytes, err := testImagesKittenDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/kitten/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesKittenVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe0\x02\x04\x00\x00\xff\xff\xdf\xf4\x93\x64\x04\x00\x00\x00") - -func testImagesKittenVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesKittenVersion, - "test/images/kitten/VERSION", - ) -} - -func testImagesKittenVersion() (*asset, error) { - bytes, err := testImagesKittenVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/kitten/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesKittenHtmlDataJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xe6\x52\x50\x50\xca\xcc\x4d\x4c\x4f\x55\xb2\x52\x50\xca\xce\x2c\x29\x49\xcd\xd3\xcb\x2a\x48\x57\xe2\xaa\xe5\x02\x04\x00\x00\xff\xff\x27\x07\xd0\xf9\x1c\x00\x00\x00") - -func testImagesKittenHtmlDataJsonBytes() ([]byte, error) { - return bindataRead( - _testImagesKittenHtmlDataJson, - "test/images/kitten/html/data.json", - ) -} - -func testImagesKittenHtmlDataJson() (*asset, error) { - bytes, err := testImagesKittenHtmlDataJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/kitten/html/data.json", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesMetadataConcealmentDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x91\x51\x6f\xd3\x30\x14\x85\xdf\xfd\x2b\x8e\x92\x17\x90\x4a\x32\xf6\xc0\x03\x3c\x85\xae\x13\xd1\x46\x32\x35\x19\x53\x85\xd0\xe4\x3a\xb7\xc9\x15\x89\x1d\xec\x1b\xb2\xfe\x7b\x94\x6e\x93\xa8\x10\x7e\xf4\xfd\x7c\xfc\xf9\x38\xc6\xda\x8d\x47\xcf\x6d\x27\xb8\xbc\x78\xff\x01\x75\x47\xb8\x99\xf6\xe4\x2d\x09\x05\x64\x93\x74\xce\x87\x44\xc5\x2a\xc6\x2d\x1b\xb2\x81\x1a\x4c\xb6\x21\x0f\xe9\x08\xd9\xa8\x4d\x47\xaf\x93\x15\xbe\x91\x0f\xec\x2c\x2e\x93\x0b\xbc\x59\x80\xe8\x65\x14\xbd\xfd\xa4\x62\x1c\xdd\x84\x41\x1f\x61\x9d\x60\x0a\x04\xe9\x38\xe0\xc0\x3d\x81\x9e\x0c\x8d\x02\xb6\x30\x6e\x18\x7b\xd6\xd6\x10\x66\x96\xee\x74\xcd\x4b\x48\xa2\x62\xec\x5e\x22\xdc\x5e\x34\x5b\x68\x18\x37\x1e\xe1\x0e\x7f\x73\xd0\x72\x12\x5e\x56\x27\x32\x7e\x4c\xd3\x79\x9e\x13\x7d\x92\x4d\x9c\x6f\xd3\xfe\x19\x0c\xe9\x6d\xbe\xde\x14\xd5\xe6\xdd\x65\x72\x71\x3a\x72\x6f\x7b\x0a\x01\x9e\x7e\x4d\xec\xa9\xc1\xfe\x08\x3d\x8e\x3d\x1b\xbd\xef\x09\xbd\x9e\xe1\x3c\x74\xeb\x89\x1a\x88\x5b\x7c\x67\xcf\xc2\xb6\x5d\x21\xb8\x83\xcc\xda\x93\x8a\xd1\x70\x10\xcf\xfb\x49\xce\xca\x7a\xb5\xe3\x70\x06\x38\x0b\x6d\x11\x65\x15\xf2\x2a\xc2\xe7\xac\xca\xab\x95\x8a\xf1\x90\xd7\x5f\xca\xfb\x1a\x0f\xd9\x76\x9b\x15\x75\xbe\xa9\x50\x6e\xb1\x2e\x8b\xab\xbc\xce\xcb\xa2\x42\x79\x8d\xac\xd8\xe1\x26\x2f\xae\x56\x20\x96\x8e\x3c\xe8\x69\xf4\x8b\xbf\xf3\xe0\xa5\x46\x6a\x96\xce\x2a\xa2\x33\x81\x83\x7b\x16\x0a\x23\x19\x3e\xb0\x41\xaf\x6d\x3b\xe9\x96\xd0\xba\xdf\xe4\x2d\xdb\x16\x23\xf9\x81\xc3\xf2\x99\x01\xda\x36\x2a\x46\xcf\x03\x8b\x96\xd3\xce\x3f\x8f\x4a\x94\xba\xde\x96\x5f\x11\x8c\xd7\x62\x3a\xa5\xd6\xe5\xdd\x0e\xa6\x23\xf3\xf3\x71\x20\xd1\x8d\x16\xfd\x68\x9c\x35\xa4\xfb\x81\xac\x20\x55\x6a\x53\xd4\xdb\xdd\x5d\x99\x17\x35\xbe\x47\xe9\xff\xd9\xe8\x87\xfa\x13\x00\x00\xff\xff\x3e\xaf\x22\x2c\xa8\x02\x00\x00") - -func testImagesMetadataConcealmentDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesMetadataConcealmentDockerfile, - "test/images/metadata-concealment/Dockerfile", - ) -} - -func testImagesMetadataConcealmentDockerfile() (*asset, error) { - bytes, err := testImagesMetadataConcealmentDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/metadata-concealment/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesMetadataConcealmentMakefile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x41\x4f\xe3\x3a\x14\x85\xd7\xcf\xbf\xe2\xa8\x61\xd1\x4a\x25\xe5\xa1\x27\x16\x3c\xa1\x51\xa6\xed\x40\x04\x4a\x46\x49\x01\xb1\xaa\x9c\xe4\x36\xb9\x9a\xc4\xce\xd8\x37\x13\xfa\xef\x47\x29\x20\x0d\x1a\xef\x7c\xcf\xf1\xf1\xe7\xe3\x00\x6b\xdb\x1f\x1d\xd7\x8d\xe0\xf2\xe2\xdf\x2b\xec\x1a\xc2\xfd\x50\x90\x33\x24\xe4\x11\x0d\xd2\x58\xe7\x43\x15\xa8\x00\x0f\x5c\x92\xf1\x54\x61\x30\x15\x39\x48\x43\x88\x7a\x5d\x36\xf4\xa1\x2c\xf1\x44\xce\xb3\x35\xb8\x0c\x2f\x30\x9f\x0c\xb3\x77\x69\xb6\xf8\x5f\x05\x38\xda\x01\x9d\x3e\xc2\x58\xc1\xe0\x09\xd2\xb0\xc7\x81\x5b\x02\xbd\x96\xd4\x0b\xd8\xa0\xb4\x5d\xdf\xb2\x36\x25\x61\x64\x69\x4e\xd7\xbc\x87\x84\x2a\xc0\xcb\x7b\x84\x2d\x44\xb3\x81\x46\x69\xfb\x23\xec\xe1\x4f\x1f\xb4\x9c\x80\xa7\xd5\x88\xf4\xd7\xab\xd5\x38\x8e\xa1\x3e\xc1\x86\xd6\xd5\xab\xf6\xcd\xe8\x57\x0f\xf1\x7a\x9b\xe4\xdb\xf3\xcb\xf0\xe2\x74\xe4\xd1\xb4\xe4\x3d\x1c\xfd\x1c\xd8\x51\x85\xe2\x08\xdd\xf7\x2d\x97\xba\x68\x09\xad\x1e\x61\x1d\x74\xed\x88\x2a\x88\x9d\x78\x47\xc7\xc2\xa6\x5e\xc2\xdb\x83\x8c\xda\x91\x0a\x50\xb1\x17\xc7\xc5\x20\x9f\xca\xfa\xa0\x63\xff\xc9\x60\x0d\xb4\xc1\x2c\xca\x11\xe7\x33\x7c\x8d\xf2\x38\x5f\xaa\x00\xcf\xf1\xee\x2e\x7d\xdc\xe1\x39\xca\xb2\x28\xd9\xc5\xdb\x1c\x69\x86\x75\x9a\x6c\xe2\x5d\x9c\x26\x39\xd2\x6f\x88\x92\x17\xdc\xc7\xc9\x66\x09\x62\x69\xc8\x81\x5e\x7b\x37\xf1\x5b\x07\x9e\x6a\xa4\x6a\xea\x2c\x27\xfa\x04\x70\xb0\x6f\x40\xbe\xa7\x92\x0f\x5c\xa2\xd5\xa6\x1e\x74\x4d\xa8\xed\x2f\x72\x86\x4d\x8d\x9e\x5c\xc7\x7e\xfa\x4c\x0f\x6d\x2a\x15\xa0\xe5\x8e\x45\xcb\x69\xf2\xd7\xa3\x42\xa5\xf2\x6c\x9d\xdf\x94\x0d\x95\x3f\xf6\x1d\x89\xae\xb4\xe8\x7d\x69\x4d\x49\xba\xed\xc8\x88\x8a\xb2\xf5\x1d\xbe\xdc\x40\x77\xd5\xd5\x7f\x6a\x17\x65\xb7\xdb\xdd\xb4\x3f\x9b\xaf\x1f\xb3\x4d\x9c\x2d\xd4\x6d\xfa\x10\x25\xb7\xfb\xa7\x6d\x96\xc7\x69\x32\x69\xad\x16\xf2\x32\x45\xef\x37\x71\x86\xc9\x6c\xac\x54\xec\x70\x36\xf7\x0d\xb5\x2d\xfa\xb1\x5a\x2c\x14\xbd\xf6\xd6\x89\x52\x05\x9b\x6b\xf5\x4f\x18\xae\xb8\xd3\x35\x9d\x0f\xc2\x6d\xe8\x1b\x14\x6c\x70\x36\x9f\x00\x17\x4a\x85\xdf\xef\xd2\xe4\xe5\x7a\x1a\xaa\xdf\x01\x00\x00\xff\xff\xd7\x08\x43\x28\x00\x03\x00\x00") - -func testImagesMetadataConcealmentMakefileBytes() ([]byte, error) { - return bindataRead( - _testImagesMetadataConcealmentMakefile, - "test/images/metadata-concealment/Makefile", - ) -} - -func testImagesMetadataConcealmentMakefile() (*asset, error) { - bytes, err := testImagesMetadataConcealmentMakefileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/metadata-concealment/Makefile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesMetadataConcealmentVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe2\x02\x04\x00\x00\xff\xff\x5d\x96\xa5\x56\x04\x00\x00\x00") - -func testImagesMetadataConcealmentVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesMetadataConcealmentVersion, - "test/images/metadata-concealment/VERSION", - ) -} - -func testImagesMetadataConcealmentVersion() (*asset, error) { - bytes, err := testImagesMetadataConcealmentVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/metadata-concealment/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesMetadataConcealmentCheck_metadata_concealmentGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xbc\x58\x6d\x4f\xe3\xb8\x16\xfe\x5c\xff\x8a\x33\x91\xba\xb7\x5d\xa5\x49\x07\x66\xe0\x2e\xab\x6a\xd4\xe5\x65\xb7\x9a\x19\x18\x51\xd8\xb9\xab\xd5\x8a\x71\x93\x93\xc4\xc2\xb5\x83\xed\xb4\x54\x23\xfe\xfb\x95\xf3\x46\x29\xa5\x5b\x5a\x98\x0f\xd0\x36\x39\x7e\xce\x73\x5e\x7d\x6c\xff\x67\x72\x28\xd3\x99\x62\x71\x62\x60\xa7\xfb\x76\x1f\x2e\x12\x84\x8f\xd9\x08\x95\x40\x83\x1a\xfa\x99\x49\xa4\xd2\x1e\x21\x9f\x58\x80\x42\x63\x08\x99\x08\x51\x81\x49\x10\xfa\x29\x0d\x12\x84\xf2\x8d\x0b\x7f\xa2\xd2\x4c\x0a\xd8\xf1\xba\xd0\xb2\x02\x4e\xf9\xca\x69\xff\x4a\x66\x32\x83\x31\x9d\x81\x90\x06\x32\x8d\x60\x12\xa6\x21\x62\x1c\x01\x6f\x03\x4c\x0d\x30\x01\x81\x1c\xa7\x9c\x51\x11\x20\x4c\x99\x49\x72\x25\x25\x84\x47\xfe\x2a\x01\xe4\xc8\x50\x26\x80\x42\x20\xd3\x19\xc8\x68\x5e\x0a\xa8\x21\x04\x00\x20\x31\x26\x3d\xf0\xfd\xe9\x74\xea\xd1\x9c\xa5\x27\x55\xec\xf3\x42\x4a\xfb\x9f\x06\x87\xc7\xa7\xc3\xe3\xce\x8e\xd7\x25\xe4\x52\x70\xd4\x1a\x14\xde\x64\x4c\x61\x08\xa3\x19\xd0\x34\xe5\x2c\xa0\x23\x8e\xc0\xe9\x14\xa4\x02\x1a\x2b\xc4\x10\x8c\xb4\x3c\xa7\x8a\x19\x26\x62\x17\xb4\x8c\xcc\x94\x2a\x24\x21\xd3\x46\xb1\x51\x66\x1e\x38\xa8\x62\xc5\x34\xcc\x0b\x48\x01\x54\x80\xd3\x1f\xc2\x60\xe8\xc0\x6f\xfd\xe1\x60\xe8\x92\xaf\x83\x8b\x3f\xce\x2e\x2f\xe0\x6b\xff\xfc\xbc\x7f\x7a\x31\x38\x1e\xc2\xd9\x39\x1c\x9e\x9d\x1e\x0d\x2e\x06\x67\xa7\x43\x38\x3b\x81\xfe\xe9\x5f\xf0\x71\x70\x7a\xe4\x02\x32\x93\xa0\x02\xbc\x4d\x95\xe5\x2e\x15\x30\xeb\x3a\x0c\x3d\x32\x44\x7c\xa0\x3c\x92\x05\x19\x9d\x62\xc0\x22\x16\x00\xa7\x22\xce\x68\x8c\x10\xcb\x09\x2a\xc1\x44\x0c\x29\xaa\x31\xd3\x36\x78\x1a\xa8\x08\x09\x67\x63\x66\xa8\xc9\x7f\x3f\x32\xc7\x23\x3f\xfb\x84\xa4\x34\xb8\xb6\x20\x63\xca\x04\x21\x6c\x9c\x4a\x65\xa0\x45\x1a\x4e\x34\x36\x0e\x69\x38\x4c\xfa\x4c\x66\x86\x71\xfb\x83\xcb\xd8\x7e\x08\x34\xbe\x8d\x8c\xfd\x2e\xb5\xfd\xaf\x30\xc6\xdb\xd4\x21\x6d\x42\x26\x54\xd9\xf5\x3a\x0b\x02\xd4\xfa\x58\x84\xa9\x64\xc2\x68\xe8\xc1\xdf\xff\x58\xdf\x89\xf8\x3b\x69\x34\x7c\x1f\x8e\x98\x0e\x2c\xf3\x19\x69\x34\x9c\x32\xd0\x6f\xf7\x7e\xf1\x76\xde\xbf\xf3\xca\x4f\xc7\x9d\x7b\x37\x46\x43\x43\x6a\xa8\x17\x4b\x19\x73\xf4\x98\x30\xa8\x04\xe5\x0f\x84\x16\x00\xfc\xb5\x10\xd6\x94\xea\x7a\x6f\xd7\x16\x5c\x13\xd2\x56\x4a\x66\xf0\x73\xf9\x7e\xa3\x45\xfe\xa4\xa0\xe5\xfb\xd0\xe7\x5c\x4e\x31\x84\xfe\x97\x01\x4c\x8a\x2a\xd6\xde\x66\x90\x7e\x85\x39\x44\x35\x61\x01\x02\x0d\x02\x99\x09\x03\x46\x5e\xa3\x00\xac\xe2\xba\x29\x3c\x13\xda\xd8\x0e\xe1\xeb\x02\xbf\x53\xe2\x6b\x3f\xc4\x88\x66\xdc\xf8\xb9\xa2\x8a\xc5\x17\x9b\xd9\xc6\x56\x9d\xc2\x20\x53\x9a\x4d\x10\x6e\x32\x54\x33\x5b\xca\xc3\x7e\xcd\xe7\xf5\xe8\x7c\xa8\x15\xf7\x8c\xca\xb0\x22\xf6\x51\xc8\xa9\x28\xa9\xa4\x54\xd1\xf1\xf6\x1e\x31\x34\xd6\x1f\x28\x37\x3d\x83\xb7\x66\xd3\x94\x58\x80\x9b\x52\x66\xae\x22\xa9\xae\x82\x84\x8a\x18\x7b\x11\xe5\x1a\x5f\x09\xdb\xba\xe7\x27\xc3\xc6\x28\x33\x73\xa5\x31\xe8\x75\x5f\x53\x11\xa7\xda\x5c\xa1\xa1\x71\x2f\xdc\x7d\x17\x8e\x76\x77\x23\xab\xed\x8e\x34\x38\xc6\x34\x98\x0d\x37\xea\x43\x2b\x4b\xdb\xbe\xec\x6c\x53\xae\x23\x34\x74\xfb\x9a\x7d\x40\x65\xb3\x7e\x53\x71\x79\xd1\x62\x7f\xc8\xeb\xc9\x7a\xa2\x41\xbe\x4f\x6f\xc7\xfb\x99\x5d\x64\xc3\x62\x7d\x9e\x45\x1f\x74\x20\x53\xd4\x65\x16\x0a\x69\xc7\xb0\x63\x31\x59\x91\x81\x87\x09\x06\xd7\x60\x12\x6a\xec\xfe\xac\x11\x42\x29\xfe\x63\x20\x46\x03\x74\xae\xdf\x29\xd4\x19\xdf\xbe\xc3\xdd\x37\xb2\xe6\xee\x51\xd1\xca\x00\xc0\xf7\x21\x53\x1c\x45\x20\x43\x0c\x5f\x40\x45\xb3\xfb\xdf\x85\x7e\x69\x55\x8c\x68\x70\xad\x53\x1a\x58\x15\x77\xa4\x11\x51\xc6\x33\x85\x2b\x5c\x73\x96\xcf\x47\x1b\xd4\xc6\xce\xa6\x15\xb1\x53\x17\xc3\x75\x36\xc2\x0e\x8a\xc9\x06\x39\x42\x4d\x39\x25\x6a\xbf\x42\x79\xa1\x44\x7f\x41\xe4\x7f\x07\xf5\x7d\xf8\xf3\x33\xb0\x10\x85\x61\x66\xf6\x92\xb5\x52\x61\xbe\x76\xf9\x6f\xab\xe7\xb9\x2a\x7c\x1f\x4e\xa4\x1a\xb1\x30\x44\xb1\x30\xaa\x30\xdc\x7e\x34\x58\x36\x84\x6c\x07\xd8\xdc\xdf\x69\xee\xbd\x6f\xee\xed\x36\xf7\xdf\xdb\xef\xfb\xbb\xcd\xbd\x5f\x9a\xfb\x7b\xcd\xbd\xf7\x73\x75\x9b\x29\xde\xb9\xef\x0d\xbe\x0f\x97\xe2\x7a\xb1\x97\xc2\x35\xae\x97\x22\x2b\xf9\x68\x39\x46\x93\x30\x11\xf7\xf0\x45\x26\x94\x0f\x59\xc1\xb4\x8a\x4e\xde\x50\xb6\xa6\x39\x57\x30\xaf\x53\x86\x9e\xf7\x3a\x95\xfe\x28\x8b\x7f\x44\xa5\x78\xde\x7a\xd5\x73\x67\xcf\x8f\x51\x26\x82\xfc\x34\xda\x6a\xc3\xf7\xfa\x1c\x09\x07\x3d\xe8\x92\x46\x62\x3f\xc7\x34\xfd\xbb\xd8\x24\xfe\x99\xdf\x2d\x9c\x8a\x4c\xe7\x84\xd3\x89\x54\xce\x01\x7c\x77\x7e\xcf\x79\x3b\x77\xc5\x66\x6c\xcf\xd0\x57\x2e\xa0\x45\x51\x76\x84\x84\x47\xc7\x54\x8b\xc4\x22\x40\xa5\xac\x50\x60\x77\xe6\xcb\xf3\x4f\x2d\x74\x21\x71\x61\xa7\xdb\x75\xc1\x71\xec\x5f\xfb\xd7\x5c\xe6\x4d\x0f\x04\xe3\xf9\xaa\x06\x97\xb1\xf7\x45\x31\x61\xa2\x96\xf3\x55\x49\x11\xdb\x1d\x3b\x95\xd5\xe1\xbd\x39\x39\x80\xe6\xc4\x71\x01\x5d\xbb\xb4\x6d\x97\x54\xd6\xf5\xe0\x2d\x69\x58\x86\x4b\x49\x2e\x99\x21\x56\xd2\x7c\xd7\xdd\x2d\x69\xd6\x89\xf3\x23\xe9\x3e\xda\xd5\xd7\x24\xfb\x7a\x24\xab\xc3\x40\x45\xe9\xf8\x36\xc5\xc0\x60\x38\x34\xd4\x64\x79\x6e\xed\x74\xbb\x64\x19\xc7\x97\xaa\xe7\x90\x69\x3a\xe2\xd8\x29\x78\x74\xea\x89\xda\x99\xcb\xab\xb2\xdd\xd6\x7e\xe8\xdd\xfb\xc1\xf7\x61\x10\xc1\xb7\xa7\x50\xbe\x01\xd3\xa0\xd1\xce\xeb\x60\x51\xdc\x6a\xc3\xb1\x0f\x32\x11\x48\x11\x20\xe5\x18\x42\xb1\xf0\x7e\xa0\x87\x29\xe3\x1c\x14\x9a\x4c\x09\xa0\x36\x16\xb6\x35\xae\x74\x56\xcf\x4a\x3d\x11\xf9\x27\x8e\x5c\x2b\xe3\xbf\x4a\xd9\x0f\x48\x8c\xdb\x13\xa9\xa6\x54\x85\x18\x9e\x48\xf5\x07\xd2\x10\xd5\xaa\x1e\xf3\xbf\x4e\x2d\x6f\xbf\xe5\x3d\x66\x28\xc7\x38\x92\xe1\xac\x63\xf7\xae\x69\x82\xaa\xee\x37\x0f\x67\xfb\x4a\xff\xbd\xf7\x6d\xa5\x00\x8b\x60\x01\xd5\x46\x33\x55\xa8\x31\xbf\xcf\xd8\xaa\x69\x2d\x31\x6f\xeb\x92\x2b\x2e\x75\x17\x38\xaf\xd7\x2c\xa4\xf6\x8e\x6f\x99\x69\x95\xef\xda\xe4\x8e\x90\xca\x49\xba\xf0\x12\x85\xcb\xf3\x4f\xf7\xf7\xc6\x31\x9b\xa0\x80\x24\x67\xae\xcb\x4c\xd5\xf9\x9b\xe2\xb6\xdb\xce\x24\x1e\x29\xea\x03\xcb\xe4\xb9\x90\x87\x52\xe4\xb7\xcb\x4c\x83\x90\xa2\x83\xe3\xd4\xcc\xdc\xc2\x31\xba\x3e\x68\x81\x0d\x1a\x04\x85\xa8\x7e\xbc\x3a\x87\x1d\xb2\x31\xe3\x54\xf1\x99\x6b\x03\x75\x2f\x73\x2a\xcd\x33\x94\x84\x12\xb5\x3d\xd2\x95\xca\x96\xe2\x78\xc5\xd6\x57\x47\x2f\x53\x1c\x8a\xcc\x73\x4b\xfb\xf3\xeb\x70\xaf\x8a\x22\x3e\xac\x4b\x26\x8c\xfb\xd8\x06\x77\x39\xe5\x02\xb7\x6d\x63\x25\x95\x0d\x7b\xc0\x19\x0a\x63\xb3\xe7\xa7\x5c\xc9\x61\xfe\xfb\xfb\x1d\x69\x28\xbc\x71\xab\xcc\xca\x5f\x9d\xe2\xf4\x1c\x6f\x32\xd4\xa6\xe5\xfc\x7e\x7c\xe1\xb8\x76\x3a\x74\x6d\xfe\xb4\xeb\x16\x3a\x97\x4f\x65\x73\x41\xa5\xf2\x0c\x50\x78\x53\x5a\x00\xbd\xd2\x2c\xfb\x50\xa7\xb5\x92\x82\x8a\x77\x24\x5b\x0a\x6f\xd6\x81\x0c\x31\x42\x95\x27\xa9\xf7\x9b\x0c\x67\xde\x21\x97\x1a\x5b\xc5\xca\xfc\x69\xe1\xa1\x43\x19\xa2\x45\x59\xf0\xdb\x1c\x60\x34\x36\xde\xb1\xf5\x48\xd4\x72\x32\x51\xc9\xd5\xe9\x7f\x00\xb1\x34\xd0\x0c\x5d\x98\x52\x61\xbf\x38\xee\x22\xfe\x62\x54\xda\x39\x41\x9b\x02\xb5\x79\xc5\x6d\xba\x77\x8e\x34\xec\x73\xde\xaa\x69\xaf\x63\x29\x5b\x96\xe3\x6f\x7a\xe0\x38\xb9\xf4\x98\x9a\x20\xc1\xb0\x56\x55\xdc\xca\x7b\x9f\xed\xe3\xd6\x92\xd4\x18\x15\x6a\x97\xe8\x7d\xa0\xd8\x6a\xb6\x32\x6f\x4a\xfc\x07\x12\xf3\x3e\x2b\x52\x9d\x85\xf3\x99\xde\xbc\x29\xdd\x96\x77\x87\xc7\x1c\x8a\x4c\x6c\xe5\x54\xda\x75\x9f\x78\xaa\xd4\x9e\x6d\xeb\xfd\xda\x67\x9b\xbb\x96\xb5\x4c\x04\x52\x29\x0c\x0c\xaf\x3b\x09\x86\x4f\x19\x3d\x4f\x66\xb9\xdd\xa5\x1a\xc1\x38\xb9\x23\xff\x0f\x00\x00\xff\xff\x6b\xf2\x86\x74\xd6\x1b\x00\x00") - -func testImagesMetadataConcealmentCheck_metadata_concealmentGoBytes() ([]byte, error) { - return bindataRead( - _testImagesMetadataConcealmentCheck_metadata_concealmentGo, - "test/images/metadata-concealment/check_metadata_concealment.go", - ) -} - -func testImagesMetadataConcealmentCheck_metadata_concealmentGo() (*asset, error) { - bytes, err := testImagesMetadataConcealmentCheck_metadata_concealmentGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/metadata-concealment/check_metadata_concealment.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesMounttestDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\xc1\x6f\xd3\x30\x14\xc6\xef\xfe\x2b\x3e\x25\x17\x90\x4a\x52\x7a\xe0\x00\xa7\xd0\x75\x22\xda\x48\xa6\x26\x63\xaa\x10\x07\x37\x79\x4d\x9e\x94\xda\xc6\x7e\x21\xeb\x7f\x8f\xd2\x75\x88\x6a\x3e\xfa\xfb\xf9\xf9\xe7\xcf\x31\xd6\xd6\x9d\x3c\x77\xbd\x60\xb5\xfc\xf8\x09\x75\x4f\xb8\x1b\xf7\xe4\x0d\x09\x05\x64\xa3\xf4\xd6\x87\x44\xc5\x2a\xc6\x3d\x37\x64\x02\xb5\x18\x4d\x4b\x1e\xd2\x13\x32\xa7\x9b\x9e\x5e\x93\x05\x7e\x90\x0f\x6c\x0d\x56\xc9\x12\xef\x66\x20\xba\x44\xd1\xfb\x2f\x2a\xc6\xc9\x8e\x38\xea\x13\x8c\x15\x8c\x81\x20\x3d\x07\x1c\x78\x20\xd0\x73\x43\x4e\xc0\x06\x8d\x3d\xba\x81\xb5\x69\x08\x13\x4b\x7f\xbe\xe6\x32\x24\x51\x31\x76\x97\x11\x76\x2f\x9a\x0d\x34\x1a\xeb\x4e\xb0\x87\xff\x39\x68\x39\x0b\xcf\xab\x17\x71\x9f\xd3\x74\x9a\xa6\x44\x9f\x65\x13\xeb\xbb\x74\x78\x01\x43\x7a\x9f\xaf\x37\x45\xb5\xf9\xb0\x4a\x96\xe7\x23\x8f\x66\xa0\x10\xe0\xe9\xf7\xc8\x9e\x5a\xec\x4f\xd0\xce\x0d\xdc\xe8\xfd\x40\x18\xf4\x04\xeb\xa1\x3b\x4f\xd4\x42\xec\xec\x3b\x79\x16\x36\xdd\x02\xc1\x1e\x64\xd2\x9e\x54\x8c\x96\x83\x78\xde\x8f\x72\x55\xd6\xab\x1d\x87\x2b\xc0\x1a\x68\x83\x28\xab\x90\x57\x11\xbe\x66\x55\x5e\x2d\x54\x8c\xa7\xbc\xfe\x56\x3e\xd6\x78\xca\xb6\xdb\xac\xa8\xf3\x4d\x85\x72\x8b\x75\x59\xdc\xe4\x75\x5e\x16\x15\xca\x5b\x64\xc5\x0e\x77\x79\x71\xb3\x00\xb1\xf4\xe4\x41\xcf\xce\xcf\xfe\xd6\x83\xe7\x1a\xa9\x9d\x3b\xab\x88\xae\x04\x0e\xf6\x45\x28\x38\x6a\xf8\xc0\x0d\x06\x6d\xba\x51\x77\x84\xce\xfe\x21\x6f\xd8\x74\x70\xe4\x8f\x1c\xe6\xcf\x0c\xd0\xa6\x55\x31\x06\x3e\xb2\x68\x39\xef\xbc\x79\x54\xa2\xd4\xed\xb6\xfc\x8e\xd0\x78\x2d\x4d\xaf\xd6\xe5\xc3\x0e\x47\x3b\x1a\x11\x0a\x82\x54\x6d\x8a\x7a\xbb\x7b\x28\xf3\xa2\xc6\xcf\x28\xfd\x97\x44\xbf\xd4\xdf\x00\x00\x00\xff\xff\x62\xac\xcd\x37\x84\x02\x00\x00") - -func testImagesMounttestDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesMounttestDockerfile, - "test/images/mounttest/Dockerfile", - ) -} - -func testImagesMounttestDockerfile() (*asset, error) { - bytes, err := testImagesMounttestDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/mounttest/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesMounttestMakefile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x51\x4f\xdb\x3e\x14\xc5\x9f\xff\xfe\x14\x47\x0d\x0f\xad\x54\x52\xfe\x68\xe2\x81\x09\x4d\x59\xda\x41\x04\x4a\xa6\x24\x80\x78\x42\x4e\x72\x9b\x5c\x29\xb1\x3d\xdb\x59\xe8\xb7\x9f\x52\x40\x5a\x35\xbf\xf9\x9e\x73\xaf\x7f\x3e\x37\x40\xac\xcd\xc1\x72\xdb\x79\x5c\x5e\xfc\x7f\x85\xb2\x23\xdc\x8f\x15\x59\x45\x9e\x1c\xa2\xd1\x77\xda\xba\x50\x04\x22\xc0\x03\xd7\xa4\x1c\x35\x18\x55\x43\x16\xbe\x23\x44\x46\xd6\x1d\x7d\x2a\x6b\x3c\x91\x75\xac\x15\x2e\xc3\x0b\x2c\x67\xc3\xe2\x43\x5a\xac\xbe\x8a\x00\x07\x3d\x62\x90\x07\x28\xed\x31\x3a\x82\xef\xd8\x61\xcf\x3d\x81\xde\x6a\x32\x1e\xac\x50\xeb\xc1\xf4\x2c\x55\x4d\x98\xd8\x77\xc7\x67\x3e\x86\x84\x22\xc0\xcb\xc7\x08\x5d\x79\xc9\x0a\x12\xb5\x36\x07\xe8\xfd\xdf\x3e\x48\x7f\x04\x9e\x4f\xe7\xbd\xb9\xde\x6c\xa6\x69\x0a\xe5\x11\x36\xd4\xb6\xdd\xf4\xef\x46\xb7\x79\x48\xe2\x5d\x5a\xec\xce\x2f\xc3\x8b\x63\xcb\xa3\xea\xc9\x39\x58\xfa\x35\xb2\xa5\x06\xd5\x01\xd2\x98\x9e\x6b\x59\xf5\x84\x5e\x4e\xd0\x16\xb2\xb5\x44\x0d\xbc\x9e\x79\x27\xcb\x9e\x55\xbb\x86\xd3\x7b\x3f\x49\x4b\x22\x40\xc3\xce\x5b\xae\x46\x7f\x12\xd6\x27\x1d\xbb\x13\x83\x56\x90\x0a\x8b\xa8\x40\x52\x2c\xf0\x3d\x2a\x92\x62\x2d\x02\x3c\x27\xe5\x5d\xf6\x58\xe2\x39\xca\xf3\x28\x2d\x93\x5d\x81\x2c\x47\x9c\xa5\xdb\xa4\x4c\xb2\xb4\x40\xf6\x03\x51\xfa\x82\xfb\x24\xdd\xae\x41\xec\x3b\xb2\xa0\x37\x63\x67\x7e\x6d\xc1\x73\x8c\xd4\xcc\x99\x15\x44\x27\x00\x7b\xfd\x0e\xe4\x0c\xd5\xbc\xe7\x1a\xbd\x54\xed\x28\x5b\x42\xab\x7f\x93\x55\xac\x5a\x18\xb2\x03\xbb\x79\x99\x0e\x52\x35\x22\x40\xcf\x03\x7b\xe9\x8f\x95\x7f\x3e\x15\x0a\x51\xe4\x71\x71\x33\xe8\x51\x79\x4f\xce\x8b\x28\x8f\xef\xf0\xed\x06\x72\x68\xae\xbe\x88\x32\xca\x6f\x77\xe5\x7c\x3f\x5b\xc6\x8f\xf9\x36\xc9\x57\xe2\x36\x7b\x88\xd2\xdb\xd7\xa7\x5d\x5e\x24\x59\x3a\x6b\xbd\x3c\xb6\x16\x79\xfc\xba\x4d\x72\xcc\x66\xa5\x7d\xc3\x16\x67\x4b\xd7\x51\xdf\xc3\x4c\xcd\x6a\x25\xe8\xcd\x68\xeb\x85\xa8\x58\x5d\x8b\xff\xc2\x70\xc3\x83\x6c\xe9\x7c\xf4\xdc\x87\xae\x43\xc5\x0a\x67\xcb\x99\x67\x25\x44\xf8\xf3\x2e\x4b\x5f\xae\xe7\xa2\xf8\x13\x00\x00\xff\xff\xc1\x47\x9c\x48\xef\x02\x00\x00") - -func testImagesMounttestMakefileBytes() ([]byte, error) { - return bindataRead( - _testImagesMounttestMakefile, - "test/images/mounttest/Makefile", - ) -} - -func testImagesMounttestMakefile() (*asset, error) { - bytes, err := testImagesMounttestMakefileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/mounttest/Makefile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesMounttestVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe0\x02\x04\x00\x00\xff\xff\xdf\xf4\x93\x64\x04\x00\x00\x00") - -func testImagesMounttestVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesMounttestVersion, - "test/images/mounttest/VERSION", - ) -} - -func testImagesMounttestVersion() (*asset, error) { - bytes, err := testImagesMounttestVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/mounttest/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesMounttestMtGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x58\x6d\x6f\xdb\x38\x12\xfe\x6c\xfe\x8a\x39\x01\xdd\x93\x7a\xaa\xac\xe4\x7a\xc9\x6d\x7a\xf9\x90\x26\x69\xcf\xd8\x6e\x52\xc4\xce\x16\x8b\xdd\x45\x40\xcb\x23\x9b\xa8\x44\xaa\x24\x55\xc7\x58\xe4\xbf\x1f\x86\x94\x1c\xf9\x2d\x4d\xd3\xed\x87\x2b\xb0\xce\x4a\xe4\xbc\x3d\x33\x7c\x66\xa8\x7e\x1f\xfe\x31\xae\x45\x31\x81\x42\xc8\xfa\x96\xb1\xfe\x73\x76\xaa\xaa\x85\x16\xd3\x99\x85\xfd\x74\xef\x5f\x30\x9a\x21\xfc\x54\x8f\x51\x4b\xb4\x68\xe0\xa4\xb6\x33\xa5\x4d\xc2\xd8\x3b\x91\xa1\x34\x38\x81\x5a\x4e\x50\x83\x9d\x21\x9c\x54\x3c\x9b\x21\x34\x2b\x31\xfc\x82\xda\x08\x25\x61\x3f\x49\x21\xa4\x0d\x41\xb3\x14\x44\xaf\xd8\x42\xd5\x50\xf2\x05\x48\x65\xa1\x36\x08\x76\x26\x0c\xe4\xa2\x40\xc0\xdb\x0c\x2b\x0b\x42\x42\xa6\xca\xaa\x10\x5c\x66\x08\x73\x61\x67\xce\x48\xa3\x22\x61\xbf\x36\x0a\xd4\xd8\x72\x21\x81\x43\xa6\xaa\x05\xa8\xbc\xbb\x0b\xb8\x65\x0c\x00\x60\x66\x6d\x75\xd4\xef\xcf\xe7\xf3\x84\x3b\x2f\x13\xa5\xa7\xfd\xc2\xef\x32\xfd\x77\x83\xd3\xf3\x8b\xe1\xf9\x8b\xfd\x24\x65\xec\x5a\x16\x68\x0c\x68\xfc\x54\x0b\x8d\x13\x18\x2f\x80\x57\x55\x21\x32\x3e\x2e\x10\x0a\x3e\x07\xa5\x81\x4f\x35\xe2\x04\xac\x22\x3f\xe7\x5a\x58\x21\xa7\x31\x18\x95\xdb\x39\xd7\xc8\x26\xc2\x58\x2d\xc6\xb5\x5d\x01\xa8\xf5\x4a\x18\xe8\x6e\x50\x12\xb8\x84\xe0\x64\x08\x83\x61\x00\xaf\x4f\x86\x83\x61\xcc\x3e\x0c\x46\xff\xbd\xbc\x1e\xc1\x87\x93\xab\xab\x93\x8b\xd1\xe0\x7c\x08\x97\x57\x70\x7a\x79\x71\x36\x18\x0d\x2e\x2f\x86\x70\xf9\x06\x4e\x2e\x7e\x85\x9f\x06\x17\x67\x31\xa0\xb0\x33\xd4\x80\xb7\x95\x26\xdf\x95\x06\x41\xd0\xe1\x24\x61\x43\xc4\x15\xe3\xb9\xf2\xce\x98\x0a\x33\x91\x8b\x0c\x0a\x2e\xa7\x35\x9f\x22\x4c\xd5\x67\xd4\x52\xc8\x29\x54\xa8\x4b\x61\x28\x79\x06\xb8\x9c\xb0\x42\x94\xc2\x72\xeb\x9e\x37\xc2\x49\xd8\xf3\x3e\x63\x15\xcf\x3e\x92\x92\x92\x0b\xc9\x98\x28\x2b\xa5\x2d\x84\xac\x17\xe4\x05\x9f\x06\xf4\xb7\xb4\xf4\x47\xa8\xbe\x50\xb5\x15\x05\x3d\x28\x43\xbf\x66\x61\x32\x5e\xb8\x17\x56\x94\x18\xb0\x88\xb1\xcf\x5c\x93\x74\x6e\x46\x8b\x0a\xdf\x73\x3b\x83\xb5\x7f\xc7\x10\x04\xac\x47\x05\xf3\xb3\x9a\x6c\xd9\x71\xbf\xfe\x1e\x75\xf9\xd0\xfa\xe5\x5c\xa2\xde\xd8\xe0\xd7\x25\xce\xdf\x90\x0a\x6e\x67\xe9\xc1\xcb\x97\x0f\xaf\x1f\x1c\x7c\x61\x3d\x7d\x70\xfd\xf0\xf0\x70\x63\x5d\x23\x9f\xd0\x86\x53\x25\x2d\x4a\xdb\xf1\x72\xeb\xfa\x40\xbe\x53\xaa\x72\xbb\xda\x75\xab\x17\x67\xb5\x76\xb9\x5b\x8b\x6f\xef\xdf\x29\xeb\x8d\x35\xf2\x8f\x97\xf2\xfc\xb6\xc2\xcc\xe2\xa4\xd1\xe3\x37\x58\x5d\x23\xe5\x22\xaf\x65\x06\x42\x0a\x1b\x46\xf0\x27\xeb\x51\x42\x93\xa1\xd5\x42\x4e\x7f\xe1\x3a\xfc\xe1\x3e\x47\x31\x04\xb9\xb9\xb1\x8b\x0a\x83\x18\x02\xfa\xcf\xb9\x62\x15\x54\x5a\x48\xeb\x8a\x26\x37\x40\x1b\xa8\x0c\x83\x68\x8b\xb2\x4e\x42\x49\x9d\x28\xf0\xa6\x54\x93\x07\x14\xd2\x2a\x8c\x85\x35\xa0\xf2\x5d\x1a\xdb\x12\x68\x35\x52\x7d\xef\xd6\x48\xab\x0f\x69\x5b\x16\x4c\xab\x4e\xd1\x8b\xdd\xfa\xd4\xdc\x1d\xaa\xeb\xc1\x19\x1d\x26\x78\x3b\x38\xdb\xa1\x7c\xad\xda\x62\x08\x24\xce\x6f\x9c\x09\x7a\x5e\xb7\x40\xb4\x83\xf4\x3f\xa4\x95\x2a\x01\x72\xad\x4a\x4f\x95\x14\x03\x38\xa1\x2f\xd9\x39\x38\x58\xb5\x73\x70\xf0\x04\x3b\x07\x07\x5f\xb6\x93\xae\xd9\x49\x9f\x62\x27\xfd\x92\x9d\xc3\xc3\xc3\x15\x3b\x87\x87\x87\x5f\x6f\x87\x84\xb6\xd8\xd9\x72\x1a\xdb\x12\xc8\xfc\xab\x75\x53\x4e\xbb\x2b\x7b\xea\x6c\xcd\x26\x67\xee\x11\xfa\xef\x4f\xf3\x9a\x95\x1b\x21\x6f\x0a\xa5\xaa\xc7\x59\x13\x12\x68\xf3\xaa\xd5\x81\xb4\x8d\xc9\x0e\x41\xc4\x10\xb8\xe7\x1b\x47\xc3\x31\x31\x44\x0c\xc1\x15\xbd\x02\x7a\x05\x93\x9a\x7c\x75\x26\x9c\xfd\x56\xdb\x6b\xa5\x0a\xa7\x6e\x3b\x9d\xc4\x10\xb8\x85\x1b\x25\x6f\xb0\x59\xea\x20\x46\x3c\x13\x43\xf0\x9a\xb6\x80\xaa\x2d\x35\x71\xe7\xb1\x92\xd0\x6e\x6f\xa3\x89\x21\xa4\x69\xc1\xe5\xea\xc5\x8b\x6d\xa0\x00\x79\x04\x4a\x16\x8b\x28\x88\xd8\x1d\x63\xfd\x3e\x8c\x68\xb8\xa8\xb4\x9a\x6a\x5e\x52\x8a\x73\x45\x27\xdc\xa8\x12\xc1\xa2\x21\xea\x90\x4b\xdc\xcc\xc2\x58\x2c\x81\x53\x8f\xce\x2c\xb7\x7e\x02\xb0\x33\x24\x45\xa4\xdb\x40\xc5\x8d\x59\xbe\xa6\xe9\x45\x27\x9e\x24\xa9\xf9\x75\x48\xf2\x3d\xd7\x06\xc3\x88\xb1\x5e\xd3\xce\x7a\xa8\x35\x00\x6a\xad\xb4\x7f\x30\x70\x0c\xbf\xfd\xe1\x5e\xfc\x79\xc7\x7a\xb4\xb5\xdf\x87\xd3\x02\xb9\x6f\xb1\x75\xc9\xcd\x47\x30\x0a\xe6\x08\x19\x97\x60\xd0\x02\x97\x8b\x0e\xe9\xcd\x11\xe6\x5c\xda\x84\xf5\x9a\x36\x9a\x5c\x93\x4c\x98\xa6\x69\xda\xa8\xbb\xb8\x1c\x9d\x1f\x79\x26\xd2\x13\x74\x19\x54\x39\xe0\x2d\x66\xb5\x6b\x0b\xcd\xcc\xf4\x99\x6b\xa1\x6a\x43\x53\x57\x49\x27\xa3\x10\x12\x9d\xbc\x0f\x5a\x18\x10\x0e\x68\xa1\x24\x2f\xdc\xd9\xe1\x45\xa1\xe6\x06\x38\x18\x21\xa7\xae\xe2\xbc\xa4\x55\x47\x24\xe8\x84\xf7\x12\x80\xd3\x19\x66\x1f\x1b\xf6\x77\xe4\xaf\x72\xe0\x50\x71\x3b\x73\x5b\xf6\x13\x80\x0f\xee\x4c\x72\x90\x38\xf7\xd5\x4b\x19\x16\x94\x15\x6e\xef\x77\xfe\xb3\xa3\x8c\xdb\x65\xca\xfe\x6e\x96\xc5\x4e\x20\x8d\xd1\x9d\x84\xa5\x0b\xa7\x33\x2e\xa7\x6d\xdd\x76\x21\x70\xf2\x8a\x82\xa0\x17\x19\x61\x3a\x17\x45\x01\xae\x58\x7d\x65\x24\x8c\xb9\xa4\x1d\x83\x6f\x73\xe1\x7d\xb7\x8b\x58\x4f\xe4\x94\x4c\xf8\xdb\x31\x48\x51\x50\xda\xdb\x9c\xf2\xaa\x42\x39\x09\xe9\x29\xa6\x2d\x11\xeb\xdd\x2d\x35\x91\x73\x2e\xde\x0b\xcf\x5b\xe1\x06\xef\xd3\xef\x77\x52\x4f\x74\x4f\xbf\xdf\x4b\x7d\xea\xd4\xa7\xdf\x47\xbd\x23\x77\xfa\x7d\xb2\xfa\x76\xbe\x08\xbb\x83\xc6\x37\x69\xa3\xd9\x22\xec\x0e\x19\xdf\xa4\xcd\xcd\x16\xe1\xca\x94\xf1\x4d\x50\x76\xda\x49\xb8\xa5\x7d\xfd\x55\xba\x7d\xab\x5a\xb7\xd0\x6d\x60\x6b\x8d\x66\x7b\xa3\x78\x82\x3b\x22\x87\x02\xa5\x7b\x1d\x91\x54\xea\x64\x94\x49\xce\x6f\x85\x0d\xf7\x9a\x5d\xed\x73\xda\x76\x84\x33\xcc\x85\xf4\x1c\xfe\x8e\xee\xbe\x10\x9a\x85\xe9\x1b\xcb\x6d\x6e\x92\x59\x04\x2f\x1c\x39\x38\xb2\x92\x75\x39\x46\xed\xef\x4d\x65\x95\x1b\x28\x55\x2d\x89\x19\x32\x25\x8d\xf5\x57\xe7\x11\x2d\xfc\xcc\xa7\x22\x83\x63\x48\x6f\xd3\xbd\x74\x7f\xef\xc7\x1f\x5f\x36\xb3\x73\x43\x1d\x44\x63\x60\x5c\xbb\x8f\x7c\x13\x20\x5f\x45\xee\xf8\x0d\x8e\x69\x62\x77\xce\x6b\xb4\xb5\x96\x14\xbf\x77\x7e\x5c\xe7\x70\x74\x0c\x2d\xbf\x0f\x9d\x93\x37\x96\x1a\x46\x83\xd6\xc6\xaa\xb3\x15\xc3\x0f\xe3\x3a\x8f\x5e\xad\x03\x9a\x97\x36\x79\x4f\xd3\x69\x1e\x06\xde\x0d\x37\xff\xf8\xe0\xc3\x67\x9f\xa2\x23\x78\xf6\xf9\x77\x19\xc4\xe0\xb5\x78\xb0\x5b\xb7\x50\xeb\x25\xf2\xe3\x3a\x4f\x28\x34\x72\x7e\x1d\x87\x75\x4b\x0e\x35\x68\xe9\xff\xd9\xa7\x23\x8f\xe6\xd2\x0e\x65\x0a\xb0\x30\xf8\x08\xc9\x15\xf7\x5a\x27\x9a\x54\x77\xd0\xbb\x6b\xf1\x6f\x0f\xfd\x53\x33\x40\x0a\x84\xcc\x55\xdc\xa2\xad\x8c\x03\x3a\xac\x76\x9d\xa1\x1d\x18\x3b\xa1\x47\x23\xbc\x0a\xc2\xc4\x85\xef\x9a\xe3\x06\x06\xad\x83\x89\x0b\x33\x8a\x76\xc2\xe0\xd8\xea\xff\x18\x86\xf6\x6e\xf6\x38\x1c\x12\x17\xee\x03\x70\x78\xba\xfd\x0b\x0f\xe6\x43\xc7\xf2\xa9\x87\xf2\x69\x48\xb9\x4b\xa9\xbb\x74\xee\x3a\x34\xd7\x62\x12\x6d\x93\x79\xfb\x80\xcc\x5b\x27\xb3\x05\xcd\xf5\x66\xf3\x54\x4c\x9b\x41\xee\xf5\xc2\xa2\x59\xd6\x99\xff\x62\x94\x5c\x35\x36\xbe\xa6\xde\xc8\x2f\x9a\xee\x56\x2f\x60\x4a\x6f\x86\xf7\x08\x4c\x5b\xf9\x9d\xf5\xe7\x03\x0e\xbb\x41\x44\xd1\x06\x29\xf9\xc6\x21\xa4\xb0\x82\x17\xed\x27\x17\x2f\x0a\xc7\xe0\xf9\xee\x05\x8d\x9f\xa8\x97\x03\xf1\xef\x32\xe8\x20\xbd\x32\x21\x75\xa0\x8e\xfd\x05\x56\x99\xe4\x4d\xc3\x79\x5f\x05\xfe\x2a\xdc\xce\xc8\xd2\x42\x0c\xbf\xfd\x31\x5e\x58\x0c\x57\xfd\x8e\xbc\xc9\x47\x66\xa3\xf9\x52\x7a\x3f\xe6\x3f\x36\x0b\xcd\xf3\xb6\x2a\x8b\x76\xd5\x60\x33\x94\xac\xc0\xb3\xfa\x41\x4c\xd0\x85\x72\xc7\x27\xb0\xb1\x52\xc5\x57\x80\xd7\x3e\x52\xda\xd6\x3d\x7c\xf4\xf4\xd3\x06\xb2\xae\x24\x6f\x06\xe0\x6f\x0f\xa3\xbd\x88\x76\x2b\xb4\x49\x6c\x7b\x3d\x6d\xff\x35\xd7\xd4\xa6\x7c\xf5\x62\x24\x4a\xa4\xea\xb0\xa2\xc4\x64\x88\x99\x92\x13\x78\xee\x9f\x5a\x4f\xc2\x15\xbf\x88\x5c\x94\x26\x0a\xd3\x76\x29\x78\xa1\xe6\x61\xf4\xaa\x51\x22\x64\x86\xa1\x5b\x8f\xe0\x3f\xb0\xb4\xd2\x2e\x17\x88\x55\xb8\xdf\x1a\xf1\x26\xdd\xed\x7a\x0b\x4b\x6c\x92\x44\x0b\x1a\x95\xd3\x66\x6d\xae\x14\xe7\xf9\x26\x55\x3c\x33\x54\x98\x0d\xd2\x42\x4e\x5d\x89\xb6\x2a\x97\x65\xea\x1c\x11\xb2\x26\xf0\xee\xd6\x2a\xfe\x01\xb2\xb8\xd7\xb3\x9d\x30\x9c\xc3\x3b\x12\xea\x9c\x17\xf9\x56\x49\x0a\x70\x8d\x56\xdc\xf6\x15\xbf\xae\xe5\xfa\x47\x95\x04\x5a\x23\x47\xf0\xcc\x24\x70\xd5\xc4\x1c\xc4\x6b\xda\x5c\xc8\xdd\x98\x5d\xd0\xfe\x23\xb2\x47\xe0\xfe\x20\xd0\xd1\xbd\x63\xff\x0b\x00\x00\xff\xff\x0c\x3e\x53\x0c\x63\x1a\x00\x00") - -func testImagesMounttestMtGoBytes() ([]byte, error) { - return bindataRead( - _testImagesMounttestMtGo, - "test/images/mounttest/mt.go", - ) -} - -func testImagesMounttestMtGo() (*asset, error) { - bytes, err := testImagesMounttestMtGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/mounttest/mt.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesMounttestUserBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\xcd\x41\x0a\x02\x31\x0c\x46\xe1\xbd\x77\xe9\xcc\xa8\x43\x41\xc1\xc3\xd4\xfa\x53\x8a\xa6\x2d\x49\x0a\x1e\x5f\x0c\x7a\x80\x6c\x1f\x7c\xbc\x44\x8f\xb8\xdf\x4a\xe6\xa5\xf6\xf5\x39\xef\xe0\x06\x85\x04\x9c\x10\x14\xa2\xa1\x52\x2a\x90\x95\xfa\x6c\x6a\xc1\xc4\xf5\xb8\x6c\x87\xc4\xe4\x93\x4c\x7f\xe7\x7d\x7e\x85\xd9\x31\x72\xdc\x5f\x70\xe9\x9f\x31\x2f\xe7\xcb\xf6\x76\x69\x13\x66\x3f\x01\x00\x00\xff\xff\x2e\x5b\x6c\x98\x2c\x01\x00\x00") - -func testImagesMounttestUserBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesMounttestUserBaseimage, - "test/images/mounttest-user/BASEIMAGE", - ) -} - -func testImagesMounttestUserBaseimage() (*asset, error) { - bytes, err := testImagesMounttestUserBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/mounttest-user/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesMounttestUserDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\xcd\x8e\x9b\x30\x14\x85\xf7\x7e\x8a\xa3\xb0\x69\xa5\x94\xfc\x2c\xba\x68\x57\x34\xc3\xb4\x68\x66\x40\x0a\x49\x47\xb3\x74\xe0\x06\xae\x44\x6c\xd7\xbe\x94\xe1\xed\x2b\x98\x8c\xd4\x68\xbc\xf4\xfd\x7c\xfc\xf9\x38\xc2\xce\xba\xd1\x73\xd3\x0a\xb6\xeb\xcd\x57\x1c\x5a\xc2\x43\x7f\x22\x6f\x48\x28\x20\xe9\xa5\xb5\x3e\xc4\x2a\x52\x11\x1e\xb9\x22\x13\xa8\x46\x6f\x6a\xf2\x90\x96\x90\x38\x5d\xb5\xf4\x3e\x59\xe2\x37\xf9\xc0\xd6\x60\x1b\xaf\xf1\x69\x02\x16\xd7\xd1\xe2\xf3\x77\x15\x61\xb4\x3d\x2e\x7a\x84\xb1\x82\x3e\x10\xa4\xe5\x80\x33\x77\x04\x7a\xad\xc8\x09\xd8\xa0\xb2\x17\xd7\xb1\x36\x15\x61\x60\x69\xe7\x6b\xae\x21\xb1\x8a\xf0\x72\x8d\xb0\x27\xd1\x6c\xa0\x51\x59\x37\xc2\x9e\xff\xe7\xa0\x65\x16\x9e\x56\x2b\xe2\xbe\xad\x56\xc3\x30\xc4\x7a\x96\x8d\xad\x6f\x56\xdd\x1b\x18\x56\x8f\xd9\x2e\xcd\xcb\xf4\xcb\x36\x5e\xcf\x47\x8e\xa6\xa3\x10\xe0\xe9\x4f\xcf\x9e\x6a\x9c\x46\x68\xe7\x3a\xae\xf4\xa9\x23\x74\x7a\x80\xf5\xd0\x8d\x27\xaa\x21\x76\xf2\x1d\x3c\x0b\x9b\x66\x89\x60\xcf\x32\x68\x4f\x2a\x42\xcd\x41\x3c\x9f\x7a\xb9\x29\xeb\xdd\x8e\xc3\x0d\x60\x0d\xb4\xc1\x22\x29\x91\x95\x0b\xfc\x48\xca\xac\x5c\xaa\x08\xcf\xd9\xe1\x57\x71\x3c\xe0\x39\xd9\xef\x93\xfc\x90\xa5\x25\x8a\x3d\x76\x45\x7e\x97\x1d\xb2\x22\x2f\x51\xdc\x23\xc9\x5f\xf0\x90\xe5\x77\x4b\x10\x4b\x4b\x1e\xf4\xea\xfc\xe4\x6f\x3d\x78\xaa\x91\xea\xa9\xb3\x92\xe8\x46\xe0\x6c\xdf\x84\x82\xa3\x8a\xcf\x5c\xa1\xd3\xa6\xe9\x75\x43\x68\xec\x5f\xf2\x86\x4d\x03\x47\xfe\xc2\x61\xfa\xcc\x00\x6d\x6a\x15\xa1\xe3\x0b\x8b\x96\x79\xe7\xc3\xa3\x62\xa5\xee\xf7\xc5\xd3\xa4\x9f\x66\x4f\xc9\xcf\x54\x1d\xcb\x74\x8f\xcd\x7a\xbd\x51\xff\x02\x00\x00\xff\xff\xb3\x69\xf0\x70\x65\x02\x00\x00") - -func testImagesMounttestUserDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesMounttestUserDockerfile, - "test/images/mounttest-user/Dockerfile", - ) -} - -func testImagesMounttestUserDockerfile() (*asset, error) { - bytes, err := testImagesMounttestUserDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/mounttest-user/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesMounttestUserVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe0\x02\x04\x00\x00\xff\xff\xdf\xf4\x93\x64\x04\x00\x00\x00") - -func testImagesMounttestUserVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesMounttestUserVersion, - "test/images/mounttest-user/VERSION", - ) -} - -func testImagesMounttestUserVersion() (*asset, error) { - bytes, err := testImagesMounttestUserVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/mounttest-user/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNautilusBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\xcd\x5d\x0a\x42\x21\x10\xc5\xf1\xf7\xf6\x32\xf7\x5a\x89\x50\xd0\x62\xd4\x0e\x22\x35\x25\x33\xf6\xb1\xfc\x68\xa8\x05\xe8\xdb\x79\xf9\xfd\x4f\xe4\x73\xf0\xa7\x92\x65\xa9\xf7\xf5\xf2\x48\x90\x1b\x3a\x94\xb0\x03\x75\x68\xa7\xca\xb1\x40\x57\xdb\x2f\x24\x85\x3c\x21\x64\xec\xb8\x5d\xdc\x26\x0a\x4f\x70\xe1\x3f\x9e\x7a\xff\x32\x0b\xb4\x96\x83\xbf\x62\x3c\xf1\x83\x16\xd1\xfd\xc1\xbd\xc7\x13\xc6\x2c\xf0\x09\x00\x00\xff\xff\xcf\x73\x31\xc1\x45\x01\x00\x00") - -func testImagesNautilusBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesNautilusBaseimage, - "test/images/nautilus/BASEIMAGE", - ) -} - -func testImagesNautilusBaseimage() (*asset, error) { - bytes, err := testImagesNautilusBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/nautilus/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNautilusDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\xc1\x72\xda\x30\x10\x86\xef\x7a\x8a\x7f\xf0\xa5\x9d\xa1\x86\x72\xe8\xa1\x3d\xb9\x84\xb4\x9e\x24\x76\x07\x93\x66\x38\x0a\x7b\xb1\x37\x23\x24\x55\x5a\xd7\xe1\xed\x3b\x26\xa4\x03\x13\x9d\x24\xed\xa7\xd5\xa7\x5f\x09\x96\xce\x1f\x03\xb7\x9d\x60\x31\xff\xfc\x05\x9b\x8e\x70\xd7\xef\x28\x58\x12\x8a\xc8\x7a\xe9\x5c\x88\xa9\x4a\x54\x82\x7b\xae\xc9\x46\x6a\xd0\xdb\x86\x02\xa4\x23\x64\x5e\xd7\x1d\xbd\x55\xa6\xf8\x4d\x21\xb2\xb3\x58\xa4\x73\x7c\x18\x81\xc9\xb9\x34\xf9\xf8\x4d\x25\x38\xba\x1e\x07\x7d\x84\x75\x82\x3e\x12\xa4\xe3\x88\x3d\x1b\x02\xbd\xd4\xe4\x05\x6c\x51\xbb\x83\x37\xac\x6d\x4d\x18\x58\xba\xd3\x35\xe7\x26\xa9\x4a\xb0\x3d\xb7\x70\x3b\xd1\x6c\xa1\x51\x3b\x7f\x84\xdb\x5f\x72\xd0\x72\x12\x1e\x47\x27\xe2\xbf\xce\x66\xc3\x30\xa4\xfa\x24\x9b\xba\xd0\xce\xcc\x2b\x18\x67\xf7\xf9\x72\x55\x54\xab\x4f\x8b\x74\x7e\x3a\xf2\x68\x0d\xc5\x88\x40\x7f\x7a\x0e\xd4\x60\x77\x84\xf6\xde\x70\xad\x77\x86\x60\xf4\x00\x17\xa0\xdb\x40\xd4\x40\xdc\xe8\x3b\x04\x16\xb6\xed\x14\xd1\xed\x65\xd0\x81\x54\x82\x86\xa3\x04\xde\xf5\x72\x15\xd6\x9b\x1d\xc7\x2b\xc0\x59\x68\x8b\x49\x56\x21\xaf\x26\xf8\x9e\x55\x79\x35\x55\x09\x9e\xf2\xcd\xcf\xf2\x71\x83\xa7\x6c\xbd\xce\x8a\x4d\xbe\xaa\x50\xae\xb1\x2c\x8b\x9b\x7c\x93\x97\x45\x85\xf2\x16\x59\xb1\xc5\x5d\x5e\xdc\x4c\x41\x2c\x1d\x05\xd0\x8b\x0f\xa3\xbf\x0b\xe0\x31\x46\x6a\xc6\xcc\x2a\xa2\x2b\x81\xbd\x7b\x15\x8a\x9e\x6a\xde\x73\x0d\xa3\x6d\xdb\xeb\x96\xd0\xba\xbf\x14\x2c\xdb\x16\x9e\xc2\x81\xe3\xf8\x99\x11\xda\x36\x2a\x81\xe1\x03\x8b\x96\xd3\xce\xbb\x47\xa5\x4a\xdd\xae\xcb\x87\x51\x7f\x95\x3f\x64\x3f\x56\x6a\x59\xfe\xda\xa2\x93\x83\x99\x59\xdd\x0b\x9b\x3e\xa6\xcf\xbe\xc5\xe5\xe2\x82\x69\xb4\xe8\xf4\x39\x3a\x8b\xff\x33\xf5\x2f\x00\x00\xff\xff\x77\x1e\x88\xbc\x9d\x02\x00\x00") - -func testImagesNautilusDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesNautilusDockerfile, - "test/images/nautilus/Dockerfile", - ) -} - -func testImagesNautilusDockerfile() (*asset, error) { - bytes, err := testImagesNautilusDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/nautilus/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNautilusVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe0\x02\x04\x00\x00\xff\xff\xdf\xf4\x93\x64\x04\x00\x00\x00") - -func testImagesNautilusVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesNautilusVersion, - "test/images/nautilus/VERSION", - ) -} - -func testImagesNautilusVersion() (*asset, error) { - bytes, err := testImagesNautilusVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/nautilus/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNautilusHtmlDataJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xe6\x52\x50\x50\xca\xcc\x4d\x4c\x4f\x55\xb2\x52\x50\xca\x4b\x2c\x2d\xc9\xcc\x29\x2d\xd6\xcb\x2a\x48\x57\xe2\xaa\xe5\x02\x04\x00\x00\xff\xff\xbe\x2a\xe3\xd9\x1e\x00\x00\x00") - -func testImagesNautilusHtmlDataJsonBytes() ([]byte, error) { - return bindataRead( - _testImagesNautilusHtmlDataJson, - "test/images/nautilus/html/data.json", - ) -} - -func testImagesNautilusHtmlDataJson() (*asset, error) { - bytes, err := testImagesNautilusHtmlDataJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/nautilus/html/data.json", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNodePerfNpbEpBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\x4d\x49\x4d\xca\x4c\xcc\xb3\x2a\x2e\x29\x4a\x2d\x49\xce\xd0\x2d\xce\xc9\xcc\xe5\x4a\x2c\xca\x35\x33\xb1\x05\x93\x65\x16\xfa\xd8\x54\x14\x14\x24\x9b\x99\xe4\xa4\xda\x42\x69\xac\x6a\x00\x01\x00\x00\xff\xff\xa4\x03\xe7\x0b\x60\x00\x00\x00") - -func testImagesNodePerfNpbEpBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesNodePerfNpbEpBaseimage, - "test/images/node-perf/npb-ep/BASEIMAGE", - ) -} - -func testImagesNodePerfNpbEpBaseimage() (*asset, error) { - bytes, err := testImagesNodePerfNpbEpBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/node-perf/npb-ep/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNodePerfNpbEpDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\xed\x6a\xdb\x48\x14\xfd\x3f\x4f\x71\xd6\x2e\xa1\x2d\x91\xd4\x8f\xa5\x94\x86\x2c\x28\xb6\xbb\x15\x75\x64\xaf\xe4\xb4\x84\xed\x62\x46\xd2\x95\x34\x5b\x69\x46\x9d\x19\xc5\x76\x4b\xdf\x7d\x19\xd9\x31\x49\x36\x3f\x2a\x10\x0c\xf7\xf3\xcc\x9d\x73\xee\x18\x13\xd5\xed\xb4\xa8\x6a\x8b\x57\x2f\x5e\xbe\xc5\xaa\x26\x7c\xec\x33\xd2\x92\x2c\x19\x84\xbd\xad\x95\x36\x3e\x1b\xb3\x31\xe6\x22\x27\x69\xa8\x40\x2f\x0b\xd2\xb0\x35\x21\xec\x78\x5e\xd3\xad\xe7\x14\x9f\x48\x1b\xa1\x24\x5e\xf9\x2f\xf0\xd4\x05\x8c\x0e\xae\xd1\xb3\x33\x36\xc6\x4e\xf5\x68\xf9\x0e\x52\x59\xf4\x86\x60\x6b\x61\x50\x8a\x86\x40\xdb\x9c\x3a\x0b\x21\x91\xab\xb6\x6b\x04\x97\x39\x61\x23\x6c\x3d\xb4\x39\x14\xf1\xd9\x18\xd7\x87\x12\x2a\xb3\x5c\x48\x70\xe4\xaa\xdb\x41\x95\x77\xe3\xc0\xed\x00\xd8\x7d\xb5\xb5\xdd\xbb\x20\xd8\x6c\x36\x3e\x1f\xc0\xfa\x4a\x57\x41\xb3\x0f\x34\xc1\x3c\x9a\xcc\xe2\x74\xe6\xbd\xf2\x5f\x0c\x29\x57\xb2\x21\x63\xa0\xe9\x5b\x2f\x34\x15\xc8\x76\xe0\x5d\xd7\x88\x9c\x67\x0d\xa1\xe1\x1b\x28\x0d\x5e\x69\xa2\x02\x56\x39\xbc\x1b\x2d\xac\x90\xd5\x29\x8c\x2a\xed\x86\x6b\x62\x63\x14\xc2\x58\x2d\xb2\xde\xde\x1b\xd6\x2d\x3a\x61\xee\x05\x28\x09\x2e\x31\x0a\x53\x44\xe9\x08\x17\x61\x1a\xa5\xa7\x6c\x8c\xcf\xd1\xea\xc3\xe2\x6a\x85\xcf\x61\x92\x84\xf1\x2a\x9a\xa5\x58\x24\x98\x2c\xe2\x69\xb4\x8a\x16\x71\x8a\xc5\x7b\x84\xf1\x35\x3e\x46\xf1\xf4\x14\x24\x6c\x4d\x1a\xb4\xed\xb4\xc3\xaf\x34\x84\x1b\x23\x15\x6e\x66\x29\xd1\x3d\x00\xa5\xda\x03\x32\x1d\xe5\xa2\x14\x39\x1a\x2e\xab\x9e\x57\x84\x4a\xdd\x90\x96\x42\x56\xe8\x48\xb7\xc2\xb8\xc7\x34\xe0\xb2\x60\x63\x34\xa2\x15\x96\xdb\xc1\xf2\xbf\x4b\xf9\x8c\xbd\x4f\x16\x97\x0e\xfe\x2c\xba\x0c\xff\x9c\x81\x1b\x64\xbd\x68\x8a\xb5\x54\x05\xad\x3b\xd2\xe5\x5a\x76\xd9\x9a\x3a\xc6\x26\xc9\x22\x4d\xd7\x17\x57\xd1\x7c\xba\x9e\x2c\x96\xd7\xf8\x46\x6d\xef\xfd\x35\xbb\xbc\x0a\x93\xc9\x07\xcf\xb8\x2e\x39\x82\xde\xe8\x20\x13\x32\x60\x2c\xb9\x8a\xc1\x3b\xeb\x55\x64\xd1\x77\x05\xb7\x84\x93\x93\xa3\x45\x48\x63\x79\xd3\xc0\xdb\xed\x3b\x7a\x64\x0c\x49\x2b\x78\x83\xaa\x54\xda\x6a\x2e\x19\x0b\xa7\xd3\xbb\x5c\x90\xdc\xb8\x9f\xfb\x95\xba\x09\xb8\x31\x64\x4d\x20\xbb\x2c\x88\x97\x17\xaf\xfd\xd7\xfe\x4b\xdf\x72\xed\x57\xdf\xe1\x0f\xbd\x2d\xd7\xd8\x7e\x2f\xf1\xc0\xcb\xd8\xe7\x45\xf2\x71\x1a\x25\xf0\x8f\x89\x87\x83\xb7\xb8\x5c\x0e\xa9\xa2\xc4\xdf\x78\xf2\x94\xeb\xbc\x7e\x86\xdf\xce\x31\xda\xbe\x7d\xb3\x7e\xf3\xfb\x08\xff\x9c\xb9\xf9\x49\x7c\x61\x8e\xa6\x4e\x56\x26\xf0\xda\xbc\x55\x05\x35\xe7\x2d\x15\xa2\x6f\x83\xa0\x42\xae\x64\x29\xaa\x20\x0e\x53\xdf\xf0\xb6\x6b\xc8\x04\x2d\xff\x4a\x7e\x41\xa5\x5f\xe5\xf9\x7a\xfb\xf6\x0d\xfe\xb8\x8d\xba\xf5\x9c\xe1\x0b\xa3\xc6\xd0\xa1\x78\xde\xfd\x52\x99\x47\x8a\x94\x62\xb8\x84\x33\x61\xb6\xc4\x64\x1e\xa6\xe9\xf9\x94\xb1\xfd\xde\x70\x3c\x71\x1c\x38\xaa\xa5\x11\x99\xe6\x5a\x90\xc1\x53\x53\x73\x67\x51\xd9\xbf\x94\xdb\x41\xe3\xe6\x99\x53\x8c\x13\xac\xbc\x21\x29\x48\x5a\x34\x2a\x1f\x08\x05\xa3\x60\x6b\x6e\x21\x2c\x72\x2e\x91\x91\x93\xb5\xa0\x02\x42\x5a\xe7\x72\xa2\x6a\xf9\xb0\x1d\xa4\xd3\x3d\x69\x27\xbd\x81\xc3\x94\x2b\x59\xec\x1f\x1e\xc6\xf2\x8a\xf6\x4f\xd6\x7e\x2d\x84\x86\xd7\x21\x68\x44\xe6\x0d\x4b\xe2\xe4\x04\xa5\x90\xc5\x9e\x58\x8d\xc8\xe0\x49\xde\x12\x46\xcf\x7d\xa3\xfc\xe7\x23\x78\xb4\xa5\xdc\x0d\xeb\xc7\xcf\x3b\x59\x5f\xce\x1e\x52\x9b\xb1\x81\xb4\x9e\x57\x6a\xd5\x9e\x3f\x4e\x72\x3c\x46\x88\x81\xcd\xd4\xf9\x53\x7f\x8b\xe0\x97\x8a\x1c\x51\x1c\x4f\x6c\x16\x7f\xc2\x7c\xba\x9e\x47\x17\x49\x98\x5c\xaf\x97\xe1\xea\xc3\xf9\xe8\xc9\x8f\x07\xa6\x9f\xef\x8e\x19\x23\xc6\x66\xf1\x2a\xb9\x5e\x2e\xa2\x78\x85\x43\x7f\xf6\x5f\x00\x00\x00\xff\xff\xea\x09\x88\x58\xfa\x05\x00\x00") - -func testImagesNodePerfNpbEpDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesNodePerfNpbEpDockerfile, - "test/images/node-perf/npb-ep/Dockerfile", - ) -} - -func testImagesNodePerfNpbEpDockerfile() (*asset, error) { - bytes, err := testImagesNodePerfNpbEpDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/node-perf/npb-ep/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNodePerfNpbEpVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe0\x02\x04\x00\x00\xff\xff\xdf\xf4\x93\x64\x04\x00\x00\x00") - -func testImagesNodePerfNpbEpVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesNodePerfNpbEpVersion, - "test/images/node-perf/npb-ep/VERSION", - ) -} - -func testImagesNodePerfNpbEpVersion() (*asset, error) { - bytes, err := testImagesNodePerfNpbEpVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/node-perf/npb-ep/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNodePerfNpbIsBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\x4d\x49\x4d\xca\x4c\xcc\xb3\x2a\x2e\x29\x4a\x2d\x49\xce\xd0\x2d\xce\xc9\xcc\xe5\x4a\x2c\xca\x35\x33\xb1\x05\x93\x65\x16\xfa\xd8\x54\x14\x14\x24\x9b\x99\xe4\xa4\xda\x42\x69\xac\x6a\x00\x01\x00\x00\xff\xff\xa4\x03\xe7\x0b\x60\x00\x00\x00") - -func testImagesNodePerfNpbIsBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesNodePerfNpbIsBaseimage, - "test/images/node-perf/npb-is/BASEIMAGE", - ) -} - -func testImagesNodePerfNpbIsBaseimage() (*asset, error) { - bytes, err := testImagesNodePerfNpbIsBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/node-perf/npb-is/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNodePerfNpbIsDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\x7f\x6b\xdb\x48\x10\xfd\x7f\x3f\xc5\x3b\xbb\x84\xb6\x44\x52\x7f\x1c\xa5\x34\xe4\x40\xb1\xdd\xab\xa8\x23\xe7\x24\xa7\x25\x5c\x0e\xb3\x92\x46\xd2\x5e\xa4\x5d\x75\x77\x15\xdb\x2d\xfd\xee\xc7\xca\x8e\x49\x72\xf9\xa3\x06\x83\x98\x79\x3b\xf3\xf6\xed\xbc\x19\x63\xa2\xba\xad\x16\x55\x6d\xf1\xe6\xd5\xeb\xf7\x58\xd6\x84\xcf\x7d\x46\x5a\x92\x25\x83\xb0\xb7\xb5\xd2\xc6\x67\x63\x36\xc6\x5c\xe4\x24\x0d\x15\xe8\x65\x41\x1a\xb6\x26\x84\x1d\xcf\x6b\xba\xcb\x1c\xe3\x0b\x69\x23\x94\xc4\x1b\xff\x15\x9e\x3b\xc0\x68\x9f\x1a\xbd\x38\x61\x63\x6c\x55\x8f\x96\x6f\x21\x95\x45\x6f\x08\xb6\x16\x06\xa5\x68\x08\xb4\xc9\xa9\xb3\x10\x12\xb9\x6a\xbb\x46\x70\x99\x13\xd6\xc2\xd6\x43\x9b\x7d\x11\x9f\x8d\x71\xb5\x2f\xa1\x32\xcb\x85\x04\x47\xae\xba\x2d\x54\x79\x1f\x07\x6e\x07\xc2\xee\x57\x5b\xdb\x7d\x08\x82\xf5\x7a\xed\xf3\x81\xac\xaf\x74\x15\x34\x3b\xa0\x09\xe6\xd1\x64\x16\xa7\x33\xef\x8d\xff\x6a\x38\x72\x29\x1b\x32\x06\x9a\xbe\xf5\x42\x53\x81\x6c\x0b\xde\x75\x8d\xc8\x79\xd6\x10\x1a\xbe\x86\xd2\xe0\x95\x26\x2a\x60\x95\xe3\xbb\xd6\xc2\x0a\x59\x1d\xc3\xa8\xd2\xae\xb9\x26\x36\x46\x21\x8c\xd5\x22\xeb\xed\x03\xb1\xee\xd8\x09\xf3\x00\xa0\x24\xb8\xc4\x28\x4c\x11\xa5\x23\x9c\x85\x69\x94\x1e\xb3\x31\xbe\x46\xcb\x4f\x8b\xcb\x25\xbe\x86\x49\x12\xc6\xcb\x68\x96\x62\x91\x60\xb2\x88\xa7\xd1\x32\x5a\xc4\x29\x16\x1f\x11\xc6\x57\xf8\x1c\xc5\xd3\x63\x90\xb0\x35\x69\xd0\xa6\xd3\x8e\xbf\xd2\x10\x4e\x46\x2a\x9c\x66\x29\xd1\x03\x02\xa5\xda\x11\x32\x1d\xe5\xa2\x14\x39\x1a\x2e\xab\x9e\x57\x84\x4a\xdd\x92\x96\x42\x56\xe8\x48\xb7\xc2\xb8\xc7\x34\xe0\xb2\x60\x63\x34\xa2\x15\x96\xdb\x21\xf2\xbf\x4b\xf9\x8c\x7d\x4c\x16\xe7\x8e\xfe\x2c\x3a\x0f\xff\x9c\x81\x1b\x64\xbd\x68\x8a\x95\x54\x05\xad\x3a\xd2\xe5\x4a\x76\xd9\x4a\x18\xc6\x26\xc9\x22\x4d\x57\x67\x97\xd1\x7c\xba\x9a\x2c\x2e\xae\xf0\x8d\xda\xde\xfb\x6b\x76\x7e\x19\x26\x93\x4f\x9e\x71\x5d\x72\x04\xbd\xd1\x41\x26\x64\xc0\x58\x72\x19\x83\x77\xd6\xab\xc8\xa2\xef\x0a\x6e\x09\x47\x47\x87\x88\x90\xc6\xf2\xa6\x81\xb7\xdd\x75\xf4\xc8\x18\x92\x56\xf0\x06\x55\xa9\xb4\xd5\x5c\x32\x16\x4e\xa7\xf7\x67\x41\x72\xe3\xfe\xdc\xaf\xd4\x6d\xc0\x8d\x21\x6b\x02\xd9\x65\x41\x7c\x71\xf6\xd6\x7f\xeb\xbf\xf6\x2d\xd7\x7e\xf5\x1d\xfe\xd0\xdb\x72\x8d\xcd\xf7\x12\x8f\xb2\x8c\x7d\x5d\x24\x9f\xa7\x51\x02\xff\x70\x70\xff\xe1\x2d\xce\x2f\x18\x1b\x63\xa2\xc9\xb1\x1d\x78\x21\x57\xb2\x14\x15\x32\x6e\x76\xcf\xee\xf4\xe3\x3a\xaf\x85\xa5\xdc\xf6\x9a\x9c\xd0\x7b\xa8\x4b\xad\x95\xbe\x69\x14\x2f\x76\x1c\x44\x89\xbf\xf1\xec\xb9\xc3\xbf\xc0\x6f\xa7\x18\x6d\xde\xbf\x5b\xbd\xfb\x7d\x84\x7f\x4e\x1c\x5a\xe2\x9a\xb9\x79\x77\xa5\x4d\xe0\xb5\x79\xab\x0a\x6a\x4e\x5b\x2a\x44\xdf\x06\x41\xb5\x6f\x1e\xc4\x61\xea\x1b\xde\x76\x0d\x99\xa0\xe5\x37\xe4\x17\x54\xfa\x55\x9e\xaf\x36\xef\xdf\xe1\x8f\x3b\xd4\x5d\xe6\x04\xd7\x8c\x1a\x43\xfb\xe2\x79\xf7\x4b\x65\x9e\x28\x52\x8a\xe1\x12\x2e\x84\x28\xc5\x64\x1e\xa6\xe9\xe9\x74\x50\x48\x75\x5b\x37\x70\xee\xc6\x07\xdb\x35\x22\xd3\x5c\x0b\x32\x78\x6e\x6a\xee\x22\x2a\xfb\x97\x72\x3b\x2c\x0b\xf3\xc2\x59\xcf\x39\x5f\xde\x92\x14\x24\x2d\x1a\x95\x0f\x93\x09\xa3\x60\x6b\x6e\x21\x2c\x72\x2e\x91\x91\xdb\x0f\x82\x0a\x08\x69\x5d\xca\xb9\xb3\xe5\xc3\x9a\x91\x6e\x81\x90\x76\x1e\x1e\xcc\x40\xb9\x3a\xc8\x6f\x2c\xaf\x68\xa7\x7b\x7b\x53\x08\x0d\xaf\x43\xd0\x88\xcc\x1b\xb6\xcd\xd1\x11\x4a\x21\x8b\xdd\x84\x36\x22\x83\x27\x79\x4b\x18\xbd\xf4\x8d\xf2\x5f\x8e\xe0\xd1\x86\x72\x27\xd6\x8f\x9f\xf7\x4e\x5d\x9f\x3c\xf6\x08\x63\xc3\xf4\x7b\x5e\xa9\x55\x7b\xfa\xb4\x5b\xf0\xd4\x64\x0d\xb6\x10\xc6\x9f\xfa\x1b\x04\xbf\x54\xe4\xc0\xe2\xf0\xc5\x66\xf1\x17\xcc\xa7\xab\x79\x74\x96\x84\xc9\xd5\xea\x22\x5c\x7e\x3a\x1d\x3d\xfb\xf1\x28\xf4\xf3\xc3\xe1\xc4\x88\xb1\x59\xbc\x4c\xae\x2e\x16\x51\xbc\xc4\xbe\x3f\xfb\x2f\x00\x00\xff\xff\x9c\xe9\x74\xe7\x43\x06\x00\x00") - -func testImagesNodePerfNpbIsDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesNodePerfNpbIsDockerfile, - "test/images/node-perf/npb-is/Dockerfile", - ) -} - -func testImagesNodePerfNpbIsDockerfile() (*asset, error) { - bytes, err := testImagesNodePerfNpbIsDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/node-perf/npb-is/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNodePerfNpbIsVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe0\x02\x04\x00\x00\xff\xff\xdf\xf4\x93\x64\x04\x00\x00\x00") - -func testImagesNodePerfNpbIsVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesNodePerfNpbIsVersion, - "test/images/node-perf/npb-is/VERSION", - ) -} - -func testImagesNodePerfNpbIsVersion() (*asset, error) { - bytes, err := testImagesNodePerfNpbIsVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/node-perf/npb-is/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNodePerfTfWideDeepBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\x2d\xa8\x2c\xc9\xc8\xcf\xb3\x32\xd6\x33\xd3\x2d\xce\xc9\xcc\xd5\x2d\x2e\x29\x4a\x2d\x49\xce\xe0\x4a\x2c\xca\x35\x33\xb1\x05\x93\x65\x16\xfa\xb8\x54\x01\x02\x00\x00\xff\xff\x08\x2b\x50\xbf\x44\x00\x00\x00") - -func testImagesNodePerfTfWideDeepBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesNodePerfTfWideDeepBaseimage, - "test/images/node-perf/tf-wide-deep/BASEIMAGE", - ) -} - -func testImagesNodePerfTfWideDeepBaseimage() (*asset, error) { - bytes, err := testImagesNodePerfTfWideDeepBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/node-perf/tf-wide-deep/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNodePerfTfWideDeepDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x92\x51\x4f\xa4\x48\x14\x85\xdf\xeb\x57\x9c\xd8\xc6\x8c\x1b\x01\xc7\x6c\x36\xbb\xfa\xc4\xb4\xcc\x36\x51\xc1\x05\x7a\x4c\x27\x93\x98\x6a\xb8\x40\x25\x50\x55\x53\x55\x88\xcc\xaf\xdf\xd0\xdd\xea\xba\x33\xc9\xf0\x54\x75\xef\x39\x87\x8f\x7b\x59\x60\xa9\xf4\x64\x44\xd3\x3a\x5c\x9c\x7f\xfc\x13\x45\x4b\xb8\x19\xb6\x64\x24\x39\xb2\x08\x07\xd7\x2a\x63\x7d\xb6\x60\x0b\xdc\x8a\x92\xa4\xa5\x0a\x83\xac\xc8\xc0\xb5\x84\x50\xf3\xb2\xa5\x97\xce\x19\xbe\x90\xb1\x42\x49\x5c\xf8\xe7\xf8\x30\x0b\x8e\x0e\xad\xa3\xd3\x2b\xb6\xc0\xa4\x06\xf4\x7c\x82\x54\x0e\x83\x25\xb8\x56\x58\xd4\xa2\x23\xd0\x73\x49\xda\x41\x48\x94\xaa\xd7\x9d\xe0\xb2\x24\x8c\xc2\xb5\xbb\xd7\x1c\x42\x7c\xb6\xc0\xe6\x10\xa1\xb6\x8e\x0b\x09\x8e\x52\xe9\x09\xaa\xfe\xaf\x0e\xdc\xed\x80\xe7\xa7\x75\x4e\x5f\x06\xc1\x38\x8e\x3e\xdf\xc1\xfa\xca\x34\x41\xb7\x17\xda\xe0\x36\x5e\x46\x49\x1e\x79\x17\xfe\xf9\xce\xb2\x96\x1d\x59\x0b\x43\xdf\x06\x61\xa8\xc2\x76\x02\xd7\xba\x13\x25\xdf\x76\x84\x8e\x8f\x50\x06\xbc\x31\x44\x15\x9c\x9a\x79\x47\x23\x9c\x90\xcd\x19\xac\xaa\xdd\xc8\x0d\xb1\x05\x2a\x61\x9d\x11\xdb\xc1\xbd\x1b\xd6\x0b\x9d\xb0\xef\x04\x4a\x82\x4b\x1c\x85\x39\xe2\xfc\x08\x9f\xc2\x3c\xce\xcf\xd8\x02\x0f\x71\xb1\x4a\xd7\x05\x1e\xc2\x2c\x0b\x93\x22\x8e\x72\xa4\x19\x96\x69\x72\x1d\x17\x71\x9a\xe4\x48\x3f\x23\x4c\x36\xb8\x89\x93\xeb\x33\x90\x70\x2d\x19\xd0\xb3\x36\x33\xbf\x32\x10\xf3\x18\xa9\x9a\x67\x96\x13\xbd\x03\xa8\xd5\x1e\xc8\x6a\x2a\x45\x2d\x4a\x74\x5c\x36\x03\x6f\x08\x8d\x7a\x22\x23\x85\x6c\xa0\xc9\xf4\xc2\xce\xcb\xb4\xe0\xb2\x62\x0b\x74\xa2\x17\x8e\xbb\x5d\xe5\x87\x8f\xf2\x19\xfb\x9c\xa5\x77\x33\x7e\x14\xdf\x85\x7f\x47\x8c\x2d\xb3\x34\xcf\x1f\x3f\xad\xe3\xdb\xeb\xc7\x65\x7a\xbf\xc1\x37\xea\x07\xef\x9f\xe8\x6e\x1d\x66\xcb\x95\x67\xe7\xac\x12\xc1\x60\x4d\xb0\x15\x32\x60\x2c\x5b\x27\xe0\xda\x79\x0d\x39\x0c\xba\xe2\x8e\x70\x72\xf2\x5a\x11\xd2\x3a\xde\x75\xf0\x26\x8c\xf3\xdd\x89\x9e\xf6\x9e\x92\x5b\xc2\xf1\x87\x41\xf2\x9e\xe0\xf5\xa7\xf3\x56\xbe\xb2\x79\xf9\x9c\x9b\xb2\xfd\xe3\xf7\xd3\xc3\x15\xd0\x42\xbf\x06\x39\x92\x56\x99\xba\x53\xa3\x77\xd0\x5d\xbd\xea\xae\x5e\x8e\xbf\xfd\xca\xfb\x13\x0f\x59\x5e\xee\xc9\x76\xa0\xf3\x1f\x68\x2f\x83\xa0\x11\xae\x1d\xb6\x7e\xa9\xfa\xe0\xcd\x1e\xf4\xaa\xa2\xce\x06\x33\x80\x78\xa2\xe0\xe9\xa3\xff\x97\x7f\xee\x3b\x6e\xfc\xe6\x3b\xbe\xb2\x93\x13\x38\x6e\xf0\xfc\xbd\xc6\x4f\x5a\xa6\x87\xf7\xbf\x06\x63\x0f\x69\x76\x73\x1d\x67\x38\x5e\xa5\x77\xd1\x21\xdf\xdb\x49\x02\x55\xd7\xa2\x14\xbc\x0b\x46\x51\xd1\x63\x45\xa4\x59\x94\x7c\xc1\xfd\xa6\x58\xa5\xc9\x7d\x58\xac\x70\xfc\x76\xbe\xfc\x31\x80\xb1\x28\x29\xb2\xcd\x7d\x1a\x27\x05\xf4\xe4\x5a\x25\xe1\xbf\x85\xf9\x7a\x62\xff\x06\x00\x00\xff\xff\x94\x05\x62\x5b\x52\x04\x00\x00") - -func testImagesNodePerfTfWideDeepDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesNodePerfTfWideDeepDockerfile, - "test/images/node-perf/tf-wide-deep/Dockerfile", - ) -} - -func testImagesNodePerfTfWideDeepDockerfile() (*asset, error) { - bytes, err := testImagesNodePerfTfWideDeepDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/node-perf/tf-wide-deep/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNodePerfTfWideDeepVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe0\x02\x04\x00\x00\xff\xff\xdf\xf4\x93\x64\x04\x00\x00\x00") - -func testImagesNodePerfTfWideDeepVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesNodePerfTfWideDeepVersion, - "test/images/node-perf/tf-wide-deep/VERSION", - ) -} - -func testImagesNodePerfTfWideDeepVersion() (*asset, error) { - bytes, err := testImagesNodePerfTfWideDeepVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/node-perf/tf-wide-deep/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNonewprivsGitignore = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xca\xcb\x2b\xe0\x02\x04\x00\x00\xff\xff\xee\x29\x1e\x77\x04\x00\x00\x00") - -func testImagesNonewprivsGitignoreBytes() ([]byte, error) { - return bindataRead( - _testImagesNonewprivsGitignore, - "test/images/nonewprivs/.gitignore", - ) -} - -func testImagesNonewprivsGitignore() (*asset, error) { - bytes, err := testImagesNonewprivsGitignoreBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/nonewprivs/.gitignore", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNonewprivsBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\x4d\xcc\x29\xc8\xcc\x4b\xb5\x32\xd6\x33\xe3\x4a\x2c\xca\xb5\x4d\x2c\xca\x35\x36\x2a\x33\xd3\x47\x15\x06\xa9\x03\x91\x65\x16\xc8\x12\x05\x05\xc9\x66\x26\x39\xa9\xb6\x50\x1a\x59\x0a\x10\x00\x00\xff\xff\xe5\x8d\xa8\xc0\x5c\x00\x00\x00") - -func testImagesNonewprivsBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesNonewprivsBaseimage, - "test/images/nonewprivs/BASEIMAGE", - ) -} - -func testImagesNonewprivsBaseimage() (*asset, error) { - bytes, err := testImagesNonewprivsBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/nonewprivs/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNonewprivsDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x91\x51\x6f\xd3\x30\x14\x85\xdf\xfd\x2b\x8e\x9a\x17\x10\x5d\x32\xf6\x82\x04\x4f\x59\xda\xb1\x68\x6b\x02\x49\xcb\x34\x21\x34\xb9\xce\x6d\x72\xa5\xd4\xf6\x6c\x87\xac\xff\x1e\x25\xdb\x24\x26\xf0\xe3\x3d\xc7\xc7\x9f\xcf\x8d\x90\x19\x7b\x72\xdc\x76\x01\x17\xe7\x1f\x3f\x61\xdb\x11\x6e\x86\x3d\x39\x4d\x81\x3c\xd2\x21\x74\xc6\xf9\x58\x44\x22\xc2\x2d\x2b\xd2\x9e\x1a\x0c\xba\x21\x87\xd0\x11\x52\x2b\x55\x47\xaf\xca\x12\x3f\xc8\x79\x36\x1a\x17\xf1\x39\xde\x4d\x86\xc5\x8b\xb4\x78\xff\x45\x44\x38\x99\x01\x47\x79\x82\x36\x01\x83\x27\x84\x8e\x3d\x0e\xdc\x13\xe8\x49\x91\x0d\x60\x0d\x65\x8e\xb6\x67\xa9\x15\x61\xe4\xd0\xcd\xcf\xbc\x84\xc4\x22\xc2\xfd\x4b\x84\xd9\x07\xc9\x1a\x12\xca\xd8\x13\xcc\xe1\x6f\x1f\x64\x98\x81\xa7\xd3\x85\x60\x3f\x27\xc9\x38\x8e\xb1\x9c\x61\x63\xe3\xda\xa4\x7f\x36\xfa\xe4\x36\xcf\xd6\x45\xbd\x3e\xbb\x88\xcf\xe7\x2b\x3b\xdd\x93\xf7\x70\xf4\x38\xb0\xa3\x06\xfb\x13\xa4\xb5\x3d\x2b\xb9\xef\x09\xbd\x1c\x61\x1c\x64\xeb\x88\x1a\x04\x33\xf1\x8e\x8e\x03\xeb\x76\x09\x6f\x0e\x61\x94\x8e\x44\x84\x86\x7d\x70\xbc\x1f\xc2\x9b\xb2\x5e\xe9\xd8\xbf\x31\x18\x0d\xa9\xb1\x48\x6b\xe4\xf5\x02\x97\x69\x9d\xd7\x4b\x11\xe1\x2e\xdf\x5e\x97\xbb\x2d\xee\xd2\xaa\x4a\x8b\x6d\xbe\xae\x51\x56\xc8\xca\x62\x95\x6f\xf3\xb2\xa8\x51\x5e\x21\x2d\xee\x71\x93\x17\xab\x25\x88\x43\x47\x0e\xf4\x64\xdd\xc4\x6f\x1c\x78\xaa\x91\x9a\xa9\xb3\x9a\xe8\x0d\xc0\xc1\x3c\x03\x79\x4b\x8a\x0f\xac\xd0\x4b\xdd\x0e\xb2\x25\xb4\xe6\x37\x39\xcd\xba\x85\x25\x77\x64\x3f\x2d\xd3\x43\xea\x46\x44\xe8\xf9\xc8\x41\x86\x79\xf2\xcf\xa7\x62\x21\xae\xaa\x72\x33\xe1\xaf\xf3\x4d\xfa\x75\x2d\x44\x56\x95\x75\xfd\x70\xb9\xcb\x6f\x57\x0f\x59\xf9\xed\x1e\x8f\x74\x1c\xce\xbe\xaf\x37\xbb\xb4\xca\xae\xcf\xfc\x94\xa5\x90\x0c\xde\x25\x7b\xd6\x89\x10\xb3\x49\x6b\xfb\x3c\xeb\x8d\x92\xfd\xac\x68\x6d\x45\xb5\x2b\xa0\xba\xa3\x69\xf0\xc1\xff\x4f\x17\xd9\x66\x85\x9f\x0b\xad\xed\xe2\x97\xf8\x13\x00\x00\xff\xff\x4c\xe3\xad\xa9\xd6\x02\x00\x00") - -func testImagesNonewprivsDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesNonewprivsDockerfile, - "test/images/nonewprivs/Dockerfile", - ) -} - -func testImagesNonewprivsDockerfile() (*asset, error) { - bytes, err := testImagesNonewprivsDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/nonewprivs/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNonewprivsMakefile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x51\x6b\xdb\x3e\x14\xc5\x9f\xff\xfa\x14\x87\xb8\x0f\x09\xa4\x4e\xff\x65\x6c\xd0\x51\x86\x97\x64\xad\x69\xb1\x87\xed\xb6\xf4\xa9\xc8\xf6\x8d\x7d\xc1\x91\x34\x49\x9e\x9b\x6f\x3f\x94\xb6\xb0\x30\xbd\xe9\x9e\xa3\xa3\x9f\x8e\x22\xac\xb5\x39\x58\xee\x7a\x8f\xcb\x8b\xff\xbf\xa0\xea\x09\x77\x63\x4d\x56\x91\x27\x87\x64\xf4\xbd\xb6\x2e\x16\x91\x88\x70\xcf\x0d\x29\x47\x2d\x46\xd5\x92\x85\xef\x09\x89\x91\x4d\x4f\x1f\xca\x12\x8f\x64\x1d\x6b\x85\xcb\xf8\x02\xf3\x60\x98\xbd\x4b\xb3\xc5\x57\x11\xe1\xa0\x47\xec\xe5\x01\x4a\x7b\x8c\x8e\xe0\x7b\x76\xd8\xf1\x40\xa0\xd7\x86\x8c\x07\x2b\x34\x7a\x6f\x06\x96\xaa\x21\x4c\xec\xfb\xe3\x35\xef\x21\xb1\x88\xf0\xfc\x1e\xa1\x6b\x2f\x59\x41\xa2\xd1\xe6\x00\xbd\xfb\xdb\x07\xe9\x8f\xc0\x61\xf5\xde\x9b\xab\xd5\x6a\x9a\xa6\x58\x1e\x61\x63\x6d\xbb\xd5\xf0\x66\x74\xab\xfb\x74\xbd\xcd\xca\xed\xf9\x65\x7c\x71\x3c\xf2\xa0\x06\x72\x0e\x96\x7e\x8d\x6c\xa9\x45\x7d\x80\x34\x66\xe0\x46\xd6\x03\x61\x90\x13\xb4\x85\xec\x2c\x51\x0b\xaf\x03\xef\x64\xd9\xb3\xea\x96\x70\x7a\xe7\x27\x69\x49\x44\x68\xd9\x79\xcb\xf5\xe8\x4f\xca\xfa\xa0\x63\x77\x62\xd0\x0a\x52\x61\x96\x94\x48\xcb\x19\xbe\x27\x65\x5a\x2e\x45\x84\xa7\xb4\xba\xcd\x1f\x2a\x3c\x25\x45\x91\x64\x55\xba\x2d\x91\x17\x58\xe7\xd9\x26\xad\xd2\x3c\x2b\x91\xff\x40\x92\x3d\xe3\x2e\xcd\x36\x4b\x10\xfb\x9e\x2c\xe8\xd5\xd8\xc0\xaf\x2d\x38\xd4\x48\x6d\xe8\xac\x24\x3a\x01\xd8\xe9\x37\x20\x67\xa8\xe1\x1d\x37\x18\xa4\xea\x46\xd9\x11\x3a\xfd\x9b\xac\x62\xd5\xc1\x90\xdd\xb3\x0b\x9f\xe9\x20\x55\x2b\x22\x0c\xbc\x67\x2f\xfd\x71\xf2\xcf\xa3\x62\x21\xca\x62\x5d\xe2\x1a\x4a\x19\x91\x14\xeb\x5b\x7c\xbb\x86\xdc\xb7\x9f\x3f\x89\x2a\x29\x6e\xb6\x55\xd8\x9f\xcd\xd7\x0f\xc5\x26\x2d\x16\xe2\x26\xbf\x4f\xb2\x9b\x97\xc7\x6d\x51\xa6\x79\x16\xb4\x41\x7a\x72\x3e\xa4\xbc\x6c\xd2\x02\xc1\xac\xb4\x6f\xd9\xe2\x6c\xee\x7a\x1a\x06\x98\xa9\x5d\x2c\x04\xbd\x1a\x6d\xbd\x10\x35\xab\x2b\xf1\x5f\x1c\xaf\x78\x2f\x3b\x3a\x1f\x3d\x0f\xb1\xeb\x51\xb3\xc2\xd9\x3c\xb0\x2c\x84\x88\x7f\xde\xe6\xd9\xf3\x55\x18\x8a\x3f\x01\x00\x00\xff\xff\x65\x96\x76\xa8\xeb\x02\x00\x00") - -func testImagesNonewprivsMakefileBytes() ([]byte, error) { - return bindataRead( - _testImagesNonewprivsMakefile, - "test/images/nonewprivs/Makefile", - ) -} - -func testImagesNonewprivsMakefile() (*asset, error) { - bytes, err := testImagesNonewprivsMakefileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/nonewprivs/Makefile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNonewprivsVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe0\x02\x04\x00\x00\xff\xff\xdf\xf4\x93\x64\x04\x00\x00\x00") - -func testImagesNonewprivsVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesNonewprivsVersion, - "test/images/nonewprivs/VERSION", - ) -} - -func testImagesNonewprivsVersion() (*asset, error) { - bytes, err := testImagesNonewprivsVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/nonewprivs/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNonewprivsNnpGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x41\x6b\xdb\x4c\x10\x86\xcf\x99\x5f\xf1\x22\xf8\xc0\x0e\xfe\xe4\x34\x97\x42\x7a\x52\x13\xb7\x15\x09\x76\xb1\x9c\x86\x40\x2f\x6b\x69\x24\x0d\x95\x76\xb7\xbb\xa3\x28\xa6\xf4\xbf\x17\x39\x2e\x24\xf4\xb8\xcc\xc3\x3b\xcf\xbe\xb3\x3c\xa7\x6b\xe7\x0f\x41\x9a\x56\x71\x79\xf1\xee\x3d\x76\x2d\xe3\x76\xd8\x73\xb0\xac\x1c\x91\x0d\xda\xba\x10\x53\xa2\x3b\x29\xd9\x46\xae\x30\xd8\x8a\x03\xb4\x65\x64\xde\x94\x2d\xe3\x34\x59\xe0\x1b\x87\x28\xce\xe2\x32\xbd\xc0\x6c\x02\x92\xd3\x28\x99\x7f\xa0\x83\x1b\xd0\x9b\x03\xac\x53\x0c\x91\xa1\xad\x44\xd4\xd2\x31\xf8\xb9\x64\xaf\x10\x8b\xd2\xf5\xbe\x13\x63\x4b\xc6\x28\xda\x1e\x97\x9c\x22\x52\x7a\x3c\x05\xb8\xbd\x1a\xb1\x30\x28\x9d\x3f\xc0\xd5\xaf\x29\x18\x25\x02\x80\x56\xd5\x5f\x2d\x97\xe3\x38\xa6\xe6\x68\x99\xba\xd0\x2c\xbb\x17\x2a\x2e\xef\xf2\xeb\xd5\xba\x58\xfd\x7f\x99\x5e\x10\xdd\xdb\x8e\x63\x44\xe0\x9f\x83\x04\xae\xb0\x3f\xc0\x78\xdf\x49\x69\xf6\x1d\xa3\x33\x23\x5c\x80\x69\x02\x73\x05\x75\x93\xe7\x18\x44\xc5\x36\x0b\x44\x57\xeb\x68\x02\x53\x25\x51\x83\xec\x07\x7d\x53\xd0\x5f\x2b\x89\x78\x0d\x38\x0b\x63\x91\x64\x05\xf2\x22\xc1\xc7\xac\xc8\x8b\x05\x3d\xe4\xbb\x2f\x9b\xfb\x1d\x1e\xb2\xed\x36\x5b\xef\xf2\x55\x81\xcd\x16\xd7\x9b\xf5\x4d\xbe\xcb\x37\xeb\x02\x9b\x4f\xc8\xd6\x8f\xb8\xcd\xd7\x37\x0b\xb0\x68\xcb\x01\xfc\xec\xc3\xe4\xee\x02\x64\xaa\x8e\xab\x94\x0a\xe6\x37\xcb\x6b\xf7\x22\x13\x3d\x97\x52\x4b\x89\xce\xd8\x66\x30\x0d\xa3\x71\x4f\x1c\xac\xd8\x06\x9e\x43\x2f\x71\x3a\x5e\x84\xb1\x15\x75\xd2\x8b\x1a\x3d\xbe\xff\xf9\x4e\x4a\xe7\x4b\x22\x6f\xca\x1f\x53\x48\x6f\xc4\x12\x49\xef\x5d\x50\xcc\xe8\x2c\xa9\x7b\x4d\xe8\x2c\x71\x31\xa1\x39\x51\x3d\xd8\xf2\xc8\xcc\xe6\xf8\x45\x67\x75\xaf\xe9\xd7\x20\x56\xeb\x59\xb2\xaa\x6b\x2e\x55\x9e\x18\x83\x54\x57\xf8\xaf\xfa\x6e\x93\x05\x5c\x4c\x3f\xb3\xf2\x20\xd5\x6c\x3e\xa7\xdf\xf4\x27\x00\x00\xff\xff\x1d\x9d\xa7\x78\xa3\x02\x00\x00") - -func testImagesNonewprivsNnpGoBytes() ([]byte, error) { - return bindataRead( - _testImagesNonewprivsNnpGo, - "test/images/nonewprivs/nnp.go", - ) -} - -func testImagesNonewprivsNnpGo() (*asset, error) { - bytes, err := testImagesNonewprivsNnpGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/nonewprivs/nnp.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNonrootDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\xbd\x6e\xdb\x30\x14\x85\x77\x3e\xc5\x81\xb5\xb4\x80\x43\xff\xb4\x43\x9b\x4e\xaa\xe3\xa0\x42\x52\x09\xb0\xec\x06\x19\x29\xea\x5a\xba\xa8\x4c\xb2\x24\x15\xc5\x6f\x5f\x48\x71\x80\x1a\xe5\xc8\xfb\xf1\xf0\xe3\x61\x82\x8d\x75\x67\xcf\x4d\x1b\xb1\x5e\xae\xbe\x62\xdf\x12\x1e\xfa\x8a\xbc\xa1\x48\x01\x69\x1f\x5b\xeb\x83\x14\x89\x48\xf0\xc8\x9a\x4c\xa0\x1a\xbd\xa9\xc9\x23\xb6\x84\xd4\x29\xdd\xd2\xfb\x64\x8e\x5f\xe4\x03\x5b\x83\xb5\x5c\xe2\xc3\x08\xcc\x2e\xa3\xd9\xc7\x6f\x22\xc1\xd9\xf6\x38\xa9\x33\x8c\x8d\xe8\x03\x21\xb6\x1c\x70\xe4\x8e\x40\xaf\x9a\x5c\x04\x1b\x68\x7b\x72\x1d\x2b\xa3\x09\x03\xc7\x76\xba\xe6\x12\x22\x45\x82\xe7\x4b\x84\xad\xa2\x62\x03\x05\x6d\xdd\x19\xf6\xf8\x2f\x07\x15\x27\xe1\x71\xb5\x31\xba\xdb\xc5\x62\x18\x06\xa9\x26\x59\x69\x7d\xb3\xe8\xde\xc0\xb0\x78\xcc\x36\xdb\xbc\xdc\xde\xac\xe5\x72\x3a\x72\x30\x1d\x85\x00\x4f\x7f\x7a\xf6\x54\xa3\x3a\x43\x39\xd7\xb1\x56\x55\x47\xe8\xd4\x00\xeb\xa1\x1a\x4f\x54\x23\xda\xd1\x77\xf0\x1c\xd9\x34\x73\x04\x7b\x8c\x83\xf2\x24\x12\xd4\x1c\xa2\xe7\xaa\x8f\x57\x65\xbd\xdb\x71\xb8\x02\xac\x81\x32\x98\xa5\x25\xb2\x72\x86\xef\x69\x99\x95\x73\x91\xe0\x29\xdb\xff\x28\x0e\x7b\x3c\xa5\xbb\x5d\x9a\xef\xb3\x6d\x89\x62\x87\x4d\x91\xdf\x65\xfb\xac\xc8\x4b\x14\xf7\x48\xf3\x67\x3c\x64\xf9\xdd\x1c\xc4\xb1\x25\x0f\x7a\x75\x7e\xf4\xb7\x1e\x3c\xd6\x48\xf5\xd8\x59\x49\x74\x25\x70\xb4\x6f\x42\xc1\x91\xe6\x23\x6b\x74\xca\x34\xbd\x6a\x08\x8d\x7d\x21\x6f\xd8\x34\x70\xe4\x4f\x1c\xc6\xcf\x0c\x50\xa6\x16\x09\x3a\x3e\x71\x54\x71\xda\xf9\xef\x51\x52\x88\xfb\x5d\xf1\x13\xbf\xbf\x04\xd9\x68\x2f\xd9\x2e\x6a\xaa\x58\x99\x9b\x4a\x05\xba\x7d\x59\xc9\xa5\x5c\x0a\x71\x28\xb7\x3b\xac\xd6\x9f\x3e\x8b\xbf\x01\x00\x00\xff\xff\xac\x40\x20\x83\x7a\x02\x00\x00") - -func testImagesNonrootDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesNonrootDockerfile, - "test/images/nonroot/Dockerfile", - ) -} - -func testImagesNonrootDockerfile() (*asset, error) { - bytes, err := testImagesNonrootDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/nonroot/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesNonrootVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe0\x02\x04\x00\x00\xff\xff\xdf\xf4\x93\x64\x04\x00\x00\x00") - -func testImagesNonrootVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesNonrootVersion, - "test/images/nonroot/VERSION", - ) -} - -func testImagesNonrootVersion() (*asset, error) { - bytes, err := testImagesNonrootVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/nonroot/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesPetsPeerFinderBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\xcd\xb6\x28\xd6\x4b\x4f\x2e\xd2\xcb\xcc\xd7\x4f\x49\x4d\xca\x4c\xcc\xd3\x4d\x4a\x2c\x4e\xd5\x05\x4b\x5a\x19\xe8\x99\xe8\x19\x72\x25\x16\xe5\xe2\x54\x56\x94\x8b\x50\x84\xc7\x34\x90\x24\x54\x61\x41\x41\xb2\x99\x49\x4e\x2a\x2e\xa5\x50\x69\xa8\x62\x40\x00\x00\x00\xff\xff\xa7\xc3\x7f\x2e\xa4\x00\x00\x00") - -func testImagesPetsPeerFinderBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesPetsPeerFinderBaseimage, - "test/images/pets/peer-finder/BASEIMAGE", - ) -} - -func testImagesPetsPeerFinderBaseimage() (*asset, error) { - bytes, err := testImagesPetsPeerFinderBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/pets/peer-finder/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesPetsPeerFinderDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x51\x4f\xdb\x3c\x14\x86\xef\xfd\x2b\x5e\x35\x37\xdf\x27\xb5\x0d\x63\x12\xd3\xb6\xab\x50\xc2\x88\x80\x84\x25\xe9\x58\x35\x4d\xc8\x49\x4e\x93\x23\xb9\x76\xb0\x9d\x85\xfe\xfb\x29\x01\x24\xd0\x7c\xe9\xf3\xf8\xf5\xe3\xd7\x01\x36\xa6\x3f\x5a\x6e\x3b\x8f\xd3\x93\x0f\x67\x28\x3b\xc2\xf5\x50\x91\xd5\xe4\xc9\x21\x1a\x7c\x67\xac\x5b\x8b\x40\x04\xb8\xe1\x9a\xb4\xa3\x06\x83\x6e\xc8\xc2\x77\x84\xa8\x97\x75\x47\xaf\x93\x25\x7e\x90\x75\x6c\x34\x4e\xd7\x27\xf8\x6f\x02\x16\x2f\xa3\xc5\xff\x5f\x45\x80\xa3\x19\x70\x90\x47\x68\xe3\x31\x38\x82\xef\xd8\x61\xcf\x8a\x40\x4f\x35\xf5\x1e\xac\x51\x9b\x43\xaf\x58\xea\x9a\x30\xb2\xef\xe6\x6b\x5e\x42\xd6\x22\xc0\xee\x25\xc2\x54\x5e\xb2\x86\x44\x6d\xfa\x23\xcc\xfe\x2d\x07\xe9\x67\xe1\x69\x75\xde\xf7\x5f\xc2\x70\x1c\xc7\xb5\x9c\x65\xd7\xc6\xb6\xa1\x7a\x06\x5d\x78\x93\x6c\xe2\xb4\x88\x57\xa7\xeb\x93\xf9\xc8\x56\x2b\x72\x0e\x96\x1e\x07\xb6\xd4\xa0\x3a\x42\xf6\xbd\xe2\x5a\x56\x8a\xa0\xe4\x08\x63\x21\x5b\x4b\xd4\xc0\x9b\xc9\x77\xb4\xec\x59\xb7\x4b\x38\xb3\xf7\xa3\xb4\x24\x02\x34\xec\xbc\xe5\x6a\xf0\xef\xca\x7a\xb5\x63\xf7\x0e\x30\x1a\x52\x63\x11\x15\x48\x8a\x05\xce\xa3\x22\x29\x96\x22\xc0\x7d\x52\x5e\x65\xdb\x12\xf7\x51\x9e\x47\x69\x99\xc4\x05\xb2\x1c\x9b\x2c\xbd\x48\xca\x24\x4b\x0b\x64\x97\x88\xd2\x1d\xae\x93\xf4\x62\x09\x62\xdf\x91\x05\x3d\xf5\x76\xf2\x37\x16\x3c\xd5\x48\xcd\xd4\x59\x41\xf4\x4e\x60\x6f\x9e\x85\x5c\x4f\x35\xef\xb9\x86\x92\xba\x1d\x64\x4b\x68\xcd\x1f\xb2\x9a\x75\x8b\x9e\xec\x81\xdd\xf4\x99\x0e\x52\x37\x22\x80\xe2\x03\x7b\xe9\xe7\x9d\x7f\x1e\xb5\x16\xe2\x32\xcf\x6e\x27\xfd\x38\xb9\x8d\xbe\xc5\x42\x6c\xf2\xac\x28\x1e\xce\xb7\xc9\xcd\xc5\xc3\x26\xbb\xdb\xe1\x91\x0e\xc3\xea\x7b\x7c\xbb\x8d\xf2\xcd\xd5\xca\x4d\x59\x35\xc2\xc1\xd9\xb0\x62\x1d\x0a\x91\x6f\x53\xd4\x8a\xa4\x5e\xb1\x76\x5e\x2a\x85\xb1\x25\x8f\x4a\xba\x0e\x8d\x76\x83\x67\xe5\x84\x98\xa3\x7a\x22\xbb\xda\xf3\x6c\x11\x0a\x11\xff\xbc\xcb\x8a\x18\x9f\x3f\x7e\x3a\x13\x71\x5a\xe6\xbb\xbb\x2c\x49\x4b\xfc\x5a\x84\x6f\xc0\xc5\x6f\xf1\x37\x00\x00\xff\xff\x66\xf8\xdc\x16\xef\x02\x00\x00") - -func testImagesPetsPeerFinderDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesPetsPeerFinderDockerfile, - "test/images/pets/peer-finder/Dockerfile", - ) -} - -func testImagesPetsPeerFinderDockerfile() (*asset, error) { - bytes, err := testImagesPetsPeerFinderDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/pets/peer-finder/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesPetsPeerFinderMakefile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x41\x4f\xdc\x30\x14\x84\xcf\xf5\xaf\x18\x6d\x38\x80\xb4\x24\x14\x55\x1c\xa8\x50\x95\xee\x6e\x21\x02\x25\x55\x12\x40\x9c\x90\x93\xbc\x4d\x9e\x94\xb5\x5d\xdb\x69\xd8\x7f\x5f\x79\x01\x09\x54\xdf\xfc\x66\x3c\xfe\x3c\x8e\xb0\xd2\x66\x6f\xb9\x1f\x3c\xce\xcf\xbe\x5e\xa0\x1e\x08\xb7\x53\x43\x56\x91\x27\x87\x74\xf2\x83\xb6\x2e\x16\x91\x88\x70\xc7\x2d\x29\x47\x1d\x26\xd5\x91\x85\x1f\x08\xa9\x91\xed\x40\xef\xca\x12\x0f\x64\x1d\x6b\x85\xf3\xf8\x0c\xc7\xc1\xb0\x78\x93\x16\x27\xdf\x45\x84\xbd\x9e\xb0\x93\x7b\x28\xed\x31\x39\x82\x1f\xd8\x61\xcb\x23\x81\x5e\x5a\x32\x1e\xac\xd0\xea\x9d\x19\x59\xaa\x96\x30\xb3\x1f\x0e\xd7\xbc\x85\xc4\x22\xc2\xd3\x5b\x84\x6e\xbc\x64\x05\x89\x56\x9b\x3d\xf4\xf6\xa3\x0f\xd2\x1f\x80\xc3\x1a\xbc\x37\x97\x49\x32\xcf\x73\x2c\x0f\xb0\xb1\xb6\x7d\x32\xbe\x1a\x5d\x72\x97\xad\x36\x79\xb5\x39\x3d\x8f\xcf\x0e\x47\xee\xd5\x48\xce\xc1\xd2\x9f\x89\x2d\x75\x68\xf6\x90\xc6\x8c\xdc\xca\x66\x24\x8c\x72\x86\xb6\x90\xbd\x25\xea\xe0\x75\xe0\x9d\x2d\x7b\x56\xfd\x12\x4e\x6f\xfd\x2c\x2d\x89\x08\x1d\x3b\x6f\xb9\x99\xfc\xa7\xb2\xde\xe9\xd8\x7d\x32\x68\x05\xa9\xb0\x48\x2b\x64\xd5\x02\x3f\xd3\x2a\xab\x96\x22\xc2\x63\x56\xdf\x14\xf7\x35\x1e\xd3\xb2\x4c\xf3\x3a\xdb\x54\x28\x4a\xac\x8a\x7c\x9d\xd5\x59\x91\x57\x28\x7e\x21\xcd\x9f\x70\x9b\xe5\xeb\x25\x88\xfd\x40\x16\xf4\x62\x6c\xe0\xd7\x16\x1c\x6a\xa4\x2e\x74\x56\x11\x7d\x02\xd8\xea\x57\x20\x67\xa8\xe5\x2d\xb7\x18\xa5\xea\x27\xd9\x13\x7a\xfd\x97\xac\x62\xd5\xc3\x90\xdd\xb1\x0b\x9f\xe9\x20\x55\x27\x22\x8c\xbc\x63\x2f\xfd\x61\xf2\xdf\xa3\x62\x21\xaa\x72\x55\xe1\x0a\x86\xc8\x9e\x6e\x39\x18\x44\x5a\xae\x6e\xf0\xe3\x0a\x72\xd7\x5d\x7c\x13\x75\x5a\x5e\x6f\xea\xb0\x3f\x3a\x5e\xdd\x97\xeb\xac\x3c\x11\xd7\xc5\x5d\x9a\x5f\x3f\x3f\x6c\xca\x2a\x2b\xf2\xa0\x8d\xd2\x93\xf3\x21\xed\x79\x9d\x95\x87\x40\xef\x92\x8f\xa9\xf4\x62\xb4\xf5\x42\x34\xac\x2e\xc5\x97\x38\x4e\xe2\x38\xe1\x9d\xec\xe9\x74\xf2\x3c\xc6\x6e\x40\xc3\x0a\x47\xc7\x01\xe8\x44\x88\xf8\xf7\x4d\x91\x3f\x5d\x86\xa1\xf8\x17\x00\x00\xff\xff\x87\xc5\xa6\xda\xf0\x02\x00\x00") - -func testImagesPetsPeerFinderMakefileBytes() ([]byte, error) { - return bindataRead( - _testImagesPetsPeerFinderMakefile, - "test/images/pets/peer-finder/Makefile", - ) -} - -func testImagesPetsPeerFinderMakefile() (*asset, error) { - bytes, err := testImagesPetsPeerFinderMakefileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/pets/peer-finder/Makefile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesPetsPeerFinderVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe6\x02\x04\x00\x00\xff\xff\x1c\xa7\xbe\x4f\x04\x00\x00\x00") - -func testImagesPetsPeerFinderVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesPetsPeerFinderVersion, - "test/images/pets/peer-finder/VERSION", - ) -} - -func testImagesPetsPeerFinderVersion() (*asset, error) { - bytes, err := testImagesPetsPeerFinderVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/pets/peer-finder/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesPetsPeerFinderPeerFinderGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd4\x58\x6d\x73\xdb\xb8\xf1\x7f\x2d\x7e\x8a\x0d\x67\x72\x7f\x52\x47\x53\x49\xfe\x9d\x4e\xeb\xd4\xbd\xd1\xd9\xce\x45\xbd\x9c\xec\xb1\x9c\x64\xae\xb1\xe7\x0e\x26\x57\x14\xc6\x24\xc0\x03\x40\xc9\xaa\xe3\xef\xde\x59\x00\x7c\xb0\xe4\xb4\x93\x6b\xdf\x34\x33\xb1\x04\x60\xb1\xfb\xdb\xe7\x85\x26\xe3\xe0\x58\xd6\x5b\xc5\x8b\x95\x81\x57\x2f\x5e\xfe\x01\x2e\x57\x08\x3f\x36\x37\xa8\x04\x1a\xd4\x30\x6d\xcc\x4a\x2a\x9d\x06\xc1\x3b\x9e\xa1\xd0\x98\x43\x23\x72\x54\x60\x56\x08\xd3\x9a\x65\x2b\x04\x7f\x92\xc0\x07\x54\x9a\x4b\x01\xaf\xd2\x17\x10\x11\x41\xe8\x8f\xc2\xf8\x75\xb0\x95\x0d\x54\x6c\x0b\x42\x1a\x68\x34\x82\x59\x71\x0d\x4b\x5e\x22\xe0\x5d\x86\xb5\x01\x2e\x20\x93\x55\x5d\x72\x26\x32\x84\x0d\x37\x2b\x2b\xc4\xb3\x48\x83\x9f\x3d\x03\x79\x63\x18\x17\xc0\x20\x93\xf5\x16\xe4\x72\x48\x05\xcc\x04\x01\x00\xc0\xca\x98\xfa\x70\x32\xd9\x6c\x36\x29\xb3\x28\x53\xa9\x8a\x49\xe9\xa8\xf4\xe4\xdd\xec\xf8\x74\xbe\x38\x3d\x78\x95\xbe\x08\x82\xf7\xa2\x44\xad\x41\xe1\x6f\x0d\x57\x98\xc3\xcd\x16\x58\x5d\x97\x3c\x63\x37\x25\x42\xc9\x36\x20\x15\xb0\x42\x21\xe6\x60\x24\xe1\xdc\x28\x6e\xb8\x28\x12\xd0\x72\x69\x36\x4c\x61\x90\x73\x6d\x14\xbf\x69\xcc\x23\x03\xb5\xa8\xb8\x86\x21\x81\x14\xc0\x04\x84\xd3\x05\xcc\x16\x21\x7c\x3f\x5d\xcc\x16\x49\xf0\x71\x76\xf9\xf6\xec\xfd\x25\x7c\x9c\x5e\x5c\x4c\xe7\x97\xb3\xd3\x05\x9c\x5d\xc0\xf1\xd9\xfc\x64\x76\x39\x3b\x9b\x2f\xe0\xec\x0d\x4c\xe7\x3f\xc3\x8f\xb3\xf9\x49\x02\xc8\xcd\x0a\x15\xe0\x5d\xad\x08\xbb\x54\xc0\xc9\x74\x98\xa7\xc1\x02\xf1\x91\xf0\xa5\x74\x60\x74\x8d\x19\x5f\xf2\x0c\x4a\x26\x8a\x86\x15\x08\x85\x5c\xa3\x12\x5c\x14\x50\xa3\xaa\xb8\x26\xe7\x69\x60\x22\x0f\x4a\x5e\x71\xc3\x8c\x5d\xef\xa9\x93\x06\xe3\x49\x10\x4c\x26\x30\x05\x5d\xb1\xb2\x84\xc6\xf0\x92\x9b\x2d\xd4\x4a\x16\x8a\x55\x64\xa4\x52\xca\xdb\xa6\x86\x95\xd4\x46\xb0\x0a\x35\xf9\x09\x45\x5e\x4b\x2e\x8c\x06\xeb\x3e\x8d\x6a\xcd\x33\x4c\x83\x9a\x65\xb7\x04\xa7\x62\x5c\x04\x01\xaf\x6a\xa9\x0c\x44\xc1\x28\x5c\x96\xac\x08\xe9\xb3\x32\xf4\xc1\xe5\x84\x4b\x92\x45\x8b\x52\xda\x23\x81\xf6\x48\x6a\xf7\x77\x82\x77\x98\xd1\x57\x85\x05\xde\xd5\xf4\x4d\x4b\x65\x49\xc8\xfc\xa2\xb0\x74\x86\x57\x18\x06\xc1\x28\xbc\xfd\x93\x4e\xb9\x9c\xb0\x9a\x57\x2c\x5b\x71\x81\x6a\x3b\xa9\x6f\x8b\x09\x09\x99\x68\x34\x3a\x0c\xe2\x20\xc8\xa4\xd0\x16\x50\x2d\xcb\xf2\x1c\x15\x97\x39\x1c\xc1\x4b\x18\x03\x31\x4a\x17\x98\x49\x91\x13\xe1\x9a\x29\x22\x93\xe2\x78\xc5\x44\x81\x00\x47\x40\x2a\xa4\x0b\x2b\x3a\x0a\xa5\x38\xc8\xec\x49\x98\x40\x48\xff\x17\x99\xe2\xb5\x21\x7b\xa9\x46\x50\x58\xb8\xe3\x04\xaa\x46\x1b\x60\x99\xcd\x0b\x06\x02\x37\x50\x72\x81\xa0\xb1\x66\x8a\x51\x08\x95\x5c\x1b\xb2\x69\x8d\xa8\x34\xac\x39\x03\x6d\x72\x2e\xd2\x30\x26\xf9\x0b\xc3\x94\x81\xa7\xe4\x6b\x3a\xf9\xa2\x78\x7b\xfa\x1f\x4a\xd7\xeb\x0c\xdc\xbf\x1d\xe9\xde\xdf\xad\xf0\x1f\xba\xe0\xf3\x07\xa0\x50\xd7\x52\x68\x4e\x59\xd7\x06\xed\xc9\x7c\x01\x0a\x33\xa9\x72\xdd\xa6\x7a\x2e\x29\x50\x5c\xfd\xa8\x65\x4e\xc9\xe5\x45\xdb\x48\xab\x59\x86\xbb\xa2\x85\x6e\xa5\x52\x79\xeb\xc9\x86\x3c\x54\x23\x2c\x1a\x2e\x52\x98\x2d\xa1\x11\x3e\x5f\x30\x4f\xac\xd8\xf3\xb3\x93\x5f\xe6\xd3\x9f\x4e\x17\xe7\xd3\xe3\x53\x40\xb1\x06\x72\x37\xd7\x54\xcc\x72\x2b\xde\x03\xdb\xd7\xdc\x1d\x0c\x21\x1c\x97\x8d\x36\xa8\xe0\xc4\x5d\xd9\xac\x78\xb6\x6a\x79\x51\xfd\x31\x3d\x4d\x02\x7c\x69\x8b\xa6\x46\x03\x46\x71\xd4\xe4\xb0\x1c\x0d\xa5\xac\x40\xe0\x06\x96\x4a\x56\x30\x41\x93\x4d\x14\x6a\x59\xae\xd3\x4c\x8a\xa5\xad\xad\x84\x2b\x0e\x82\x65\x23\x32\x9f\x92\x91\x5e\x67\x73\x56\x21\xb8\x7c\x88\x21\xa2\x38\xf7\x50\x13\x40\xa5\xa4\x8a\xe1\x3e\x18\xf5\xd9\x7a\x78\x04\x96\x66\x8e\x1b\xaf\x51\x1c\x8c\x7e\x49\x40\xab\xf5\x85\x73\x8d\xbd\x47\x74\x02\x4d\xfa\xce\xca\x59\x5c\x7c\x88\x42\xaf\xb2\x17\x19\x07\x23\xbe\xb4\x94\xcf\x8e\x40\xf0\x92\xa4\x8c\x14\x9a\x46\x89\xbe\x36\x58\x56\xc1\xe8\x21\x18\x51\x08\x0c\xa5\x10\x7f\x65\xf3\xaa\x17\x6c\x59\x4c\x26\xb6\x6b\x2d\x2e\x3e\x74\xa1\x82\x22\xf7\x55\x26\x4c\xc3\x2e\x98\x94\x94\xc6\x87\x4f\x30\x1a\x61\x4d\x1c\x97\x95\x49\x17\xb5\xe2\xc2\x2c\xa3\xf0\xf9\x3a\x1c\x08\x4c\x2f\x99\x2a\xd0\x7c\x3a\x2c\x51\x44\xbb\xbb\xf1\xc1\xcb\xeb\x98\xb8\xb4\xc0\xd3\x99\xd0\xa8\x4c\x84\x75\x6c\xe1\xef\x2b\x26\x78\x19\x3c\x78\x67\xe8\x15\x96\xe5\x59\x63\x22\x8d\x22\x5f\x50\xf2\x24\xa0\x5d\x3a\xb6\x8e\xb9\x0f\x46\xa5\x2c\xd2\x73\x8f\x8d\x2a\x1b\x17\xc5\x21\x3c\x5f\xbb\xe6\x68\x53\x8e\x96\x61\x7b\x35\x81\x8e\x5b\x1c\x04\xa3\xac\xb2\x36\xa3\x8b\xe9\xb1\xac\x2a\x26\xf2\xc8\x11\x52\x9a\x3a\x99\xde\x6f\x59\x95\xa7\xf6\xde\x39\xaf\x31\x7a\xd2\x51\x84\xe5\x0d\x33\xac\x5c\x46\xe1\x1b\xc6\x4b\xd7\x0c\x0b\x34\x0e\x08\xd4\xbc\x46\x8f\x06\x95\x72\x36\xd0\x26\x97\x8d\xd9\x95\x22\x1b\xf3\x3b\xc5\xc8\xc6\x3c\x25\xc7\xaa\x9a\xda\xa2\x17\x91\xe2\xae\x18\x7d\x54\xdc\x60\xf4\xe9\xfa\x66\x6b\xb0\x37\x73\xdc\xea\x9e\x1e\x97\x52\xa3\xa5\x1f\x62\x74\x1d\x26\xbd\x40\x96\x4f\xcb\x32\x72\x42\xbf\x02\x29\x59\xbb\x31\x08\xcf\xd7\x04\xd2\xb2\xdd\xf5\x91\xcb\x21\x62\x3b\x54\xa1\xf3\x75\x34\x20\x88\xbb\x80\xa1\xa0\x8d\x6c\x50\xd8\xd2\x72\xce\x94\x07\x2f\x6c\x82\x8e\xbb\xa2\x66\xa1\x0a\x0d\x47\x47\x10\x86\x16\x28\x2d\x40\xea\xf4\x07\x34\x28\xd6\x51\xf8\xa8\x92\x85\xce\x53\x7c\x09\x63\xaa\xdc\xee\xd6\xe7\xcf\x3d\x87\xcf\x9f\x21\x1a\x77\x2d\xcd\xed\x7d\xf3\x0d\x8c\xdb\x2e\x63\x77\xe2\x3d\x8b\xcc\x84\x1d\xe6\xd0\x20\x30\x55\xe8\xa4\x1d\xaf\xe0\xa0\xeb\x82\x34\x69\x4c\xa4\xb2\x3b\xbe\xf3\x1c\xb4\xbd\x80\x89\x1c\x0e\x84\x1d\x6c\x98\xe8\xaa\x2d\x25\xf2\x23\xf4\x69\xe8\xad\xd7\x0e\x1a\x9d\x1f\xa5\x4e\xdf\xfa\xbd\xaf\x0d\xb4\x96\xd7\x21\x3c\xd7\xc3\x68\x26\x04\xae\x7a\x0c\x0a\x68\x10\x50\xfd\x99\x2d\xdb\xb6\xc4\xb5\x2d\xd6\xb5\x92\x6b\x9e\xdb\xde\xa1\xb6\x2d\xe3\xb6\x54\x0f\xaa\xb4\xb3\xbc\xbf\xdb\xbb\xcc\x51\x1c\x4b\xb1\xfc\x7e\x6b\x50\x3f\x15\x9d\x6f\x78\x89\x51\xb8\x5b\xf5\xc9\x1e\x83\xdb\xb6\x76\xbb\x70\xda\x61\x49\x74\xfb\x46\xe9\xad\x12\x85\xef\x85\x9d\x7f\x69\x3a\x40\x96\xef\xf5\x17\x2b\x89\x4c\x6f\xed\xa2\x10\xc6\x6e\xe6\x4a\x2f\xec\x87\x63\xff\x28\x0e\xc9\x50\xd4\x1c\xa8\xcb\x92\x27\x59\xdf\xca\x99\xb1\xed\x49\x43\xc9\x6f\xfd\xec\x3f\x4e\xf5\x3a\x4b\xc7\x63\xba\xa8\xbc\x5f\x8f\xc0\xcb\x38\x96\x55\x4d\xfa\xff\x7a\x35\x8d\xd2\xf1\x95\x88\xc7\x1a\x99\xca\x56\x57\xfa\xfe\x65\xf2\x40\x5b\xf6\x4b\x3c\x8e\xbe\x3b\xff\x4b\x21\x59\xf9\xd7\x4f\xec\xe0\x1f\xd3\x83\xbf\xbf\x38\xf8\xf3\xc1\xf5\xfd\xcb\xe4\x8f\xff\xff\x60\xf9\x47\xfb\xfb\x57\x69\x3c\xee\x77\xaf\xef\x5f\xd1\x66\xfc\xab\x55\x17\xb0\xd4\xf8\x75\xca\xfc\x57\xb5\xf8\x1d\x90\xff\x8d\x9f\x1f\x45\x7f\xa6\x90\x19\x1a\xc4\x8a\xa6\x64\xdd\xeb\x82\x4b\xf1\xa8\xe0\x3a\xaf\x17\x4a\x36\xf5\xdc\xce\xf6\xd4\x98\x31\x5d\x34\x37\x78\xe7\x76\x22\x1f\x85\x4d\x69\xfc\xe1\x1b\x4e\xf5\x97\x02\x71\xd1\xdc\x54\xcc\x64\xab\x41\x40\x12\x35\xd9\xf0\x36\x81\x75\xdf\xe5\xfd\x7d\x0b\x97\x2f\xa1\x97\xf7\xe9\xf6\xda\x46\x15\x59\xc4\x47\xd6\x7e\xac\x59\x07\x9d\x74\x39\xd9\x15\x23\x47\xc8\x35\x60\x55\x9b\xad\xa3\x1c\x24\xf5\x11\xac\xed\xde\xd0\xd3\x96\xd5\xdc\xbf\xfe\x32\x29\xd6\xa8\x8c\x77\x2b\x70\x61\x24\x08\x3d\x88\xd5\x1d\x76\x42\xc3\xb7\x76\x08\xf9\xb6\xe5\x6c\xff\xde\x28\x64\xb7\x81\x5f\x3e\xf8\x72\xd4\xb6\xfa\x93\x76\xb8\xcb\x5b\x0d\x8c\x84\x1b\x74\xe5\xa8\xe7\x4e\xd5\x7f\x80\xf3\x91\x58\xff\xda\x49\xff\x26\xb9\x88\x3e\x5d\xbb\xe5\xbd\xd0\x09\x84\x7a\x9d\x85\x49\x5b\x73\x1e\x12\x02\xe7\x8b\xe8\x5e\x13\x18\xb2\xfc\x1f\x6a\x06\xd5\xd6\x42\x3e\xfc\x92\x19\xfa\x66\x41\xea\x0e\x4d\xda\x99\xc3\xcf\x62\xd4\x59\xbd\x6e\xd6\x3c\x7e\xbb\x8f\xb3\x76\x03\x3a\xab\xec\xf8\x72\x2e\xa1\xd5\x08\x74\x53\xdb\x37\x7a\x02\xbd\xda\x76\x9a\x2b\x4b\x72\x2f\x73\xa7\xdd\x43\x2c\xed\x86\x86\xb8\x1b\x88\x05\x6e\xce\xe9\xd1\x95\xf8\xb7\xd7\x13\xb3\x79\xb2\xb7\xf3\xba\xc5\xfd\x8c\x70\xbf\xf6\xcf\xd6\x12\xb1\x8e\xfa\x27\xad\xf3\x5a\xcf\xdf\x55\x2a\xff\x68\x20\x3b\xfd\x8b\x8e\x71\x3e\x9c\x9f\x7d\x91\x18\x65\x52\x18\x2e\x1a\xec\x8b\x50\xcb\x3c\x3d\xfd\xad\x61\x65\x64\x35\x88\x29\xa6\x9e\x75\x27\x6f\x99\x8e\x9c\xfb\xe2\x7d\xf6\x6f\xd9\x1a\x6d\x77\x5d\xca\x46\xe4\x50\x6d\x35\x96\x4b\x1a\xf3\xed\x7b\x74\x8b\x26\xbd\x12\x3f\x6d\xe1\xed\xa0\x7f\x5f\x09\x5a\xe9\x96\xc8\xb7\x74\x27\x21\x79\x1c\x1e\x1d\x86\x77\x5c\x1b\x32\x23\xbd\x5e\xe2\xa7\x54\x21\xe0\x44\xe4\x5e\x3c\x8f\x6e\x51\x48\x48\x65\xfc\x7b\x4a\x47\x2d\x69\xbc\x13\x16\x74\xc7\xc1\x6e\xea\x9c\xde\xd4\x57\x62\xc3\x34\x3c\x5f\x5f\x09\x21\x37\xae\xda\xd6\x8f\xd0\xec\x08\xb2\x92\xba\x47\xc4\x50\x8f\x56\x64\x02\xe1\x95\x08\xe3\x41\x0c\x8d\x5c\xcc\xf4\xa0\xbf\x10\xc0\x0f\x76\xa6\xb9\x3c\x3b\x39\x3b\x84\xd3\x3b\x6e\xa8\x68\x9a\x15\x2a\xfc\x3f\x1a\x6e\xfa\xe0\xfd\x2e\xd8\xd7\x69\xc9\xed\xcf\x45\x78\x67\x7f\x21\x0b\x69\x80\xfd\x67\x00\x00\x00\xff\xff\x80\xe8\x6d\x84\x65\x14\x00\x00") - -func testImagesPetsPeerFinderPeerFinderGoBytes() ([]byte, error) { - return bindataRead( - _testImagesPetsPeerFinderPeerFinderGo, - "test/images/pets/peer-finder/peer-finder.go", - ) -} - -func testImagesPetsPeerFinderPeerFinderGo() (*asset, error) { - bytes, err := testImagesPetsPeerFinderPeerFinderGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/pets/peer-finder/peer-finder.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesPetsRedisInstallerBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\xcd\xb6\x28\xd6\x4b\x4f\x2e\xd2\xcb\xcc\xd7\x4f\x49\x4d\xca\x4c\xcc\xd3\x4d\x4a\x2c\x4e\xd5\x05\x4b\x5a\x19\xe8\x99\xe8\x19\x72\x25\x16\xe5\xe2\x54\x56\x94\x8b\x50\x84\xc7\x34\x90\x24\x54\x61\x41\x41\xb2\x99\x49\x4e\x2a\x2e\xa5\x50\x69\xa8\x62\x40\x00\x00\x00\xff\xff\xa7\xc3\x7f\x2e\xa4\x00\x00\x00") - -func testImagesPetsRedisInstallerBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesPetsRedisInstallerBaseimage, - "test/images/pets/redis-installer/BASEIMAGE", - ) -} - -func testImagesPetsRedisInstallerBaseimage() (*asset, error) { - bytes, err := testImagesPetsRedisInstallerBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/pets/redis-installer/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesPetsRedisInstallerDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x53\x61\x6f\xdb\x36\x14\xfc\xce\x5f\x71\xb0\x81\x6e\x03\x22\x29\xf3\xd0\x15\xc8\xb0\x0f\x8a\xed\xae\x42\x13\xa9\xb3\x9c\x15\xc1\x36\x04\x94\xf4\x2c\x71\x95\x48\x85\xa4\xa2\x38\xbf\x7e\x20\x65\x37\x0e\x12\x7d\x12\xc8\x7b\xef\xdd\xdd\x3b\xce\xb1\x54\xfd\x5e\x8b\xba\xb1\x58\x9c\xff\xfc\x2b\xb6\x0d\xe1\xf3\x50\x90\x96\x64\xc9\x20\x1e\x6c\xa3\xb4\x09\xd9\x9c\xcd\x71\x25\x4a\x92\x86\x2a\x0c\xb2\x22\x0d\xdb\x10\xe2\x9e\x97\x0d\x1d\x6f\xce\xf0\x17\x69\x23\x94\xc4\x22\x3c\xc7\x8f\x0e\x30\x3b\x5c\xcd\x7e\xfa\x8d\xcd\xb1\x57\x03\x3a\xbe\x87\x54\x16\x83\x21\xd8\x46\x18\xec\x44\x4b\xa0\xc7\x92\x7a\x0b\x21\x51\xaa\xae\x6f\x05\x97\x25\x61\x14\xb6\xf1\x63\x0e\x4d\x42\x36\xc7\xed\xa1\x85\x2a\x2c\x17\x12\x1c\xa5\xea\xf7\x50\xbb\x53\x1c\xb8\xf5\x84\xdd\xd7\x58\xdb\x5f\x44\xd1\x38\x8e\x21\xf7\x64\x43\xa5\xeb\xa8\x9d\x80\x26\xba\x4a\x96\xeb\x34\x5f\x07\x8b\xf0\xdc\x97\xdc\xc8\x96\x8c\x81\xa6\xfb\x41\x68\xaa\x50\xec\xc1\xfb\xbe\x15\x25\x2f\x5a\x42\xcb\x47\x28\x0d\x5e\x6b\xa2\x0a\x56\x39\xbe\xa3\x16\x56\xc8\xfa\x0c\x46\xed\xec\xc8\x35\xb1\x39\x2a\x61\xac\x16\xc5\x60\x5f\x98\x75\x64\x27\xcc\x0b\x80\x92\xe0\x12\xb3\x38\x47\x92\xcf\x70\x19\xe7\x49\x7e\xc6\xe6\xf8\x9a\x6c\x3f\x65\x37\x5b\x7c\x8d\x37\x9b\x38\xdd\x26\xeb\x1c\xd9\x06\xcb\x2c\x5d\x25\xdb\x24\x4b\x73\x64\x1f\x11\xa7\xb7\xf8\x9c\xa4\xab\x33\x90\xb0\x0d\x69\xd0\x63\xaf\x1d\x7f\xa5\x21\x9c\x8d\x54\x39\xcf\x72\xa2\x17\x04\x76\x6a\x22\x64\x7a\x2a\xc5\x4e\x94\x68\xb9\xac\x07\x5e\x13\x6a\xf5\x40\x5a\x0a\x59\xa3\x27\xdd\x09\xe3\x96\x69\xc0\x65\xc5\xe6\x68\x45\x27\x2c\xb7\xfe\xe4\x95\xa8\x90\xb1\x39\xb6\xd9\x2a\xbb\x40\x4d\x16\x5a\x54\x6e\x27\x05\x37\x0d\x2a\xea\x49\x56\x24\xcb\xbd\x6b\x04\x33\x0a\x5b\x36\xce\xbc\xbe\x75\x1b\x2c\x06\xb3\x2f\xd4\xa3\xe3\xe9\xc2\x67\xb9\xc6\xf3\x29\x78\x6b\x14\x2a\x45\x46\xfe\x60\x61\x88\x3a\x57\xe8\xa7\x1b\xeb\xba\xb9\xb4\x38\xc5\x42\xc9\x90\x7d\xdc\x64\xd7\xce\xc0\x75\x72\x1d\xff\xb1\x66\x6c\xb9\xc9\xf2\xfc\xee\xf2\x26\xb9\x5a\xdd\x2d\xb3\x2f\xb7\xb8\xa7\x6e\x08\xfe\x5c\x5f\xdf\xc4\x9b\xe5\xa7\xc0\x38\x35\x25\xa2\xc1\xe8\xa8\x10\x32\x7a\x96\xf0\xdf\x60\xa6\x80\xfa\x21\x5c\x57\xd0\x54\x09\x83\xb1\x21\xe9\x54\x6b\xbf\x44\x25\x27\x2b\x7f\x09\x17\xe1\x79\xc8\x36\x37\x29\xca\x96\xb8\x0c\x84\x34\x96\xb7\x2d\x46\x67\x45\xc7\xbf\x11\xea\xb2\x44\x2b\x8a\x32\xa8\xe8\xc1\xbb\xc2\x0e\x6b\xd9\xac\xe3\xd5\xf5\x3a\xec\x2a\x5f\xee\x0b\x82\xfb\x0c\x91\x9f\x17\x4c\x9d\x2d\xd7\x61\xfd\x74\x4c\x72\xa5\x46\xd9\x2a\x5e\x85\x1e\x12\x0a\x15\x69\x6a\x89\xbb\x30\xbf\x51\xf4\xee\x1d\xfe\x61\xee\x1d\x38\x5f\x83\xc7\xa7\xdd\x9b\xad\x83\x25\x22\xdb\xf5\x91\x83\xeb\xee\x2d\x88\xe3\xbb\x74\xe2\xa0\x06\x0b\x7a\x14\xc6\x85\xde\xed\xd6\xa0\xa0\x9d\x72\x8e\x4c\xaa\x7d\x42\xd8\xdc\x2d\xcb\x53\x36\x17\x51\x54\x0b\xdb\x0c\x45\x58\xaa\x2e\xe2\xd2\x0a\x4d\x4f\xd3\x88\x48\x18\x33\x90\x89\x3e\x2c\x16\x93\x7d\xd5\xc4\xe3\x64\xbe\xa3\xe4\x2d\x74\x4f\xc6\xdb\xeb\x4f\xbe\x55\x42\x23\xe8\x0f\x54\x9f\x65\x7a\xe8\xd1\xff\x24\xcd\xb7\xf1\xd5\xd5\xdd\x65\x92\xfe\xfe\x0a\xf8\xf0\x6a\xd4\xf4\x1f\x96\x4a\x1e\x5d\x3a\x3d\xf9\x5e\xa9\x3b\x04\x7a\xf7\xaa\x9a\xb1\x78\xb5\x82\x92\x2e\x56\xda\x86\xa6\x41\xc4\x98\x4f\x5d\x4f\xa4\x83\x9d\xf0\x4f\x26\xf2\xa8\x03\xc1\x09\xe4\x85\x37\x9d\xaa\x10\x94\xf8\xf0\xfe\x3d\xa2\xd3\xeb\x17\x0d\x4f\x3a\xb1\x75\xba\xdd\xdc\x7e\xc9\x92\x74\x8b\xbf\x67\x27\x25\xb3\x7f\xd9\xff\x01\x00\x00\xff\xff\xde\x32\xe7\xc3\xd6\x05\x00\x00") - -func testImagesPetsRedisInstallerDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesPetsRedisInstallerDockerfile, - "test/images/pets/redis-installer/Dockerfile", - ) -} - -func testImagesPetsRedisInstallerDockerfile() (*asset, error) { - bytes, err := testImagesPetsRedisInstallerDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/pets/redis-installer/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesPetsRedisInstallerMakefile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x41\x4f\xdc\x30\x14\x84\xcf\xf5\xaf\x18\x6d\x38\x80\xb4\x24\x14\x55\x1c\xa8\x50\x95\xee\x6e\x21\x02\x25\x55\x12\x40\x9c\x90\x93\xbc\x4d\x9e\x94\xb5\x5d\xdb\x69\xd8\x7f\x5f\x79\x01\x09\x54\xdf\xfc\x66\x3c\xfe\x3c\x8e\xb0\xd2\x66\x6f\xb9\x1f\x3c\xce\xcf\xbe\x5e\xa0\x1e\x08\xb7\x53\x43\x56\x91\x27\x87\x74\xf2\x83\xb6\x2e\x16\x91\x88\x70\xc7\x2d\x29\x47\x1d\x26\xd5\x91\x85\x1f\x08\xa9\x91\xed\x40\xef\xca\x12\x0f\x64\x1d\x6b\x85\xf3\xf8\x0c\xc7\xc1\xb0\x78\x93\x16\x27\xdf\x45\x84\xbd\x9e\xb0\x93\x7b\x28\xed\x31\x39\x82\x1f\xd8\x61\xcb\x23\x81\x5e\x5a\x32\x1e\xac\xd0\xea\x9d\x19\x59\xaa\x96\x30\xb3\x1f\x0e\xd7\xbc\x85\xc4\x22\xc2\xd3\x5b\x84\x6e\xbc\x64\x05\x89\x56\x9b\x3d\xf4\xf6\xa3\x0f\xd2\x1f\x80\xc3\x1a\xbc\x37\x97\x49\x32\xcf\x73\x2c\x0f\xb0\xb1\xb6\x7d\x32\xbe\x1a\x5d\x72\x97\xad\x36\x79\xb5\x39\x3d\x8f\xcf\x0e\x47\xee\xd5\x48\xce\xc1\xd2\x9f\x89\x2d\x75\x68\xf6\x90\xc6\x8c\xdc\xca\x66\x24\x8c\x72\x86\xb6\x90\xbd\x25\xea\xe0\x75\xe0\x9d\x2d\x7b\x56\xfd\x12\x4e\x6f\xfd\x2c\x2d\x89\x08\x1d\x3b\x6f\xb9\x99\xfc\xa7\xb2\xde\xe9\xd8\x7d\x32\x68\x05\xa9\xb0\x48\x2b\x64\xd5\x02\x3f\xd3\x2a\xab\x96\x22\xc2\x63\x56\xdf\x14\xf7\x35\x1e\xd3\xb2\x4c\xf3\x3a\xdb\x54\x28\x4a\xac\x8a\x7c\x9d\xd5\x59\x91\x57\x28\x7e\x21\xcd\x9f\x70\x9b\xe5\xeb\x25\x88\xfd\x40\x16\xf4\x62\x6c\xe0\xd7\x16\x1c\x6a\xa4\x2e\x74\x56\x11\x7d\x02\xd8\xea\x57\x20\x67\xa8\xe5\x2d\xb7\x18\xa5\xea\x27\xd9\x13\x7a\xfd\x97\xac\x62\xd5\xc3\x90\xdd\xb1\x0b\x9f\xe9\x20\x55\x27\x22\x8c\xbc\x63\x2f\xfd\x61\xf2\xdf\xa3\x62\x21\xaa\x72\x55\xe1\x0a\x86\xc8\x9e\x6e\x39\x18\x44\x5a\xae\x6e\xf0\xe3\x0a\x72\xd7\x5d\x7c\x13\x75\x5a\x5e\x6f\xea\xb0\x3f\x3a\x5e\xdd\x97\xeb\xac\x3c\x11\xd7\xc5\x5d\x9a\x5f\x3f\x3f\x6c\xca\x2a\x2b\xf2\xa0\x8d\xd2\x93\xf3\x21\xed\x79\x9d\x95\x87\x40\xef\x92\x8f\xa9\xf4\x62\xb4\xf5\x42\x34\xac\x2e\xc5\x97\x38\x4e\xe2\x38\xe1\x9d\xec\xe9\x74\xf2\x3c\xc6\x6e\x40\xc3\x0a\x47\xc7\x01\xe8\x44\x88\xf8\xf7\x4d\x91\x3f\x5d\x86\xa1\xf8\x17\x00\x00\xff\xff\x87\xc5\xa6\xda\xf0\x02\x00\x00") - -func testImagesPetsRedisInstallerMakefileBytes() ([]byte, error) { - return bindataRead( - _testImagesPetsRedisInstallerMakefile, - "test/images/pets/redis-installer/Makefile", - ) -} - -func testImagesPetsRedisInstallerMakefile() (*asset, error) { - bytes, err := testImagesPetsRedisInstallerMakefileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/pets/redis-installer/Makefile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesPetsRedisInstallerVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe6\x02\x04\x00\x00\xff\xff\x1c\xa7\xbe\x4f\x04\x00\x00\x00") - -func testImagesPetsRedisInstallerVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesPetsRedisInstallerVersion, - "test/images/pets/redis-installer/VERSION", - ) -} - -func testImagesPetsRedisInstallerVersion() (*asset, error) { - bytes, err := testImagesPetsRedisInstallerVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/pets/redis-installer/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesPetsRedisInstallerInstallSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x92\x41\x6f\xe3\x36\x10\x85\xef\xfc\x15\xaf\x52\x0e\xdd\x20\x92\xd2\x14\xe8\xa1\x81\x81\xba\x89\x8b\x0a\x71\x6d\xc0\x72\x12\xec\x69\x41\x4b\x63\x69\x10\x99\x64\x49\x2a\x8a\x91\xe6\xbf\x17\x94\xad\x76\x9d\xb4\x3d\xd4\x27\x8b\x6f\x38\xfc\xe6\xbd\x89\xbf\xc9\x36\xac\xb2\x8d\x74\x8d\x10\x31\x6e\xb4\xd9\x5b\xae\x1b\x8f\xab\xcb\xef\x7e\xc0\xba\x21\xdc\x75\x1b\xb2\x8a\x3c\x39\x4c\x3b\xdf\x68\xeb\x52\x11\x8b\x18\x73\x2e\x49\x39\xaa\xd0\xa9\x8a\x2c\x7c\x43\x98\x1a\x59\x36\x34\x2a\x17\x78\x20\xeb\x58\x2b\x5c\xa5\x97\xf8\x36\x14\x44\x47\x29\xfa\x74\x2d\x62\xec\x75\x87\x9d\xdc\x43\x69\x8f\xce\x11\x7c\xc3\x0e\x5b\x6e\x09\xf4\x52\x92\xf1\x60\x85\x52\xef\x4c\xcb\x52\x95\x84\x9e\x7d\x33\x3c\x73\x6c\x92\x8a\x18\x9f\x8f\x2d\xf4\xc6\x4b\x56\x90\x28\xb5\xd9\x43\x6f\xbf\xae\x83\xf4\x03\x70\xf8\x35\xde\x9b\x1f\xb3\xac\xef\xfb\x54\x0e\xb0\xa9\xb6\x75\xd6\x1e\x0a\x5d\x36\xcf\x6f\x66\x8b\x62\x96\x5c\xa5\x97\xc3\x95\x7b\xd5\x92\x73\xb0\xf4\x7b\xc7\x96\x2a\x6c\xf6\x90\xc6\xb4\x5c\xca\x4d\x4b\x68\x65\x0f\x6d\x21\x6b\x4b\x54\xc1\xeb\xc0\xdb\x5b\xf6\xac\xea\x0b\x38\xbd\xf5\xbd\xb4\x24\x62\x54\xec\xbc\xe5\x4d\xe7\x4f\xcc\x1a\xe9\xd8\x9d\x14\x68\x05\xa9\x10\x4d\x0b\xe4\x45\x84\x9f\xa7\x45\x5e\x5c\x88\x18\x8f\xf9\xfa\xd7\xe5\xfd\x1a\x8f\xd3\xd5\x6a\xba\x58\xe7\xb3\x02\xcb\x15\x6e\x96\x8b\xdb\x7c\x9d\x2f\x17\x05\x96\xbf\x60\xba\xf8\x8c\xbb\x7c\x71\x7b\x01\x62\xdf\x90\x05\xbd\x18\x1b\xf8\xb5\x05\x07\x1b\xa9\x0a\x9e\x15\x44\x27\x00\x5b\x7d\x00\x72\x86\x4a\xde\x72\x89\x56\xaa\xba\x93\x35\xa1\xd6\xcf\x64\x15\xab\x1a\x86\xec\x8e\x5d\x08\xd3\x41\xaa\x4a\xc4\x68\x79\xc7\x5e\xfa\xe1\xe4\xc3\x50\x69\xd8\xa5\x75\x88\xf3\x59\xb7\xdd\x6e\x18\x52\x3a\xd7\xed\x0e\x3e\xd1\x0b\x3b\x1f\xfa\x84\x73\xd7\xc8\x60\xed\x90\xae\x91\x96\x94\x1f\xf3\x63\xc5\x5e\xc4\x28\xb5\x0a\xe1\x92\x4d\x91\xfb\xf1\xcb\x0d\x15\x96\x2a\x76\x60\xe5\xbc\x6c\xdb\x01\x26\x15\xf9\xa2\x58\x4f\xe7\xf3\x2f\x0f\xcb\xf9\xfd\x6f\xb3\x49\x94\x69\xe3\xa3\xff\xc9\x13\xde\x30\x44\x36\xd9\x72\x18\x51\xc4\x03\xd3\xbf\x11\x69\x95\x38\x2f\xad\xcf\xca\x46\xaa\x9a\x82\xb0\xe5\xba\xb3\x03\x18\x5c\x69\xd9\x78\x97\x8a\xc7\xe5\xea\xee\xcb\x6d\xbe\x9a\x44\x59\xaf\xed\x53\x52\xb1\x8d\x84\x78\x98\xad\x8a\x7c\xb9\x98\x44\xdf\xa7\x57\xe9\x65\x24\x44\x88\x85\xc3\x4a\x45\x67\x3f\x45\xa2\xd2\xa2\x94\x8e\x70\x16\x8e\x44\x58\xe5\x84\x27\xe7\x7f\x24\xc9\x71\xf8\x84\x95\xd7\x93\xf3\x4f\x83\xf4\xde\x82\xb3\x57\x8e\xcf\x27\x6f\xd1\x20\xba\x86\xb7\x7e\xf8\x77\x7d\x7d\x68\xd4\x0f\x8d\x46\x96\xb1\xc9\xdf\x98\xff\x7d\xfd\x58\x1e\xa3\x53\x4f\x4a\xf7\x0a\xda\x84\x79\xc7\x12\x72\xb2\x14\x95\x56\x24\x04\x95\x8d\x1e\xc3\x0a\x4b\x75\xf0\x67\x34\x06\x61\x02\x44\x67\xaf\xe3\xc3\x6f\x91\xd8\x3d\x55\x6c\x91\x98\x77\xc7\xa5\x41\x36\x9a\x9d\xba\xe6\x54\xcd\x06\xf9\xab\xd4\xde\xcb\x1f\x38\x86\x2d\x4a\xa2\xb3\xd7\x63\x06\x6f\xd1\x5f\x2c\xa7\x4e\xbe\x23\xfa\x28\x3e\x23\x3b\xac\xe4\x3f\xa8\x07\x45\xfc\x19\x00\x00\xff\xff\xce\xa7\x2e\xcb\x71\x05\x00\x00") - -func testImagesPetsRedisInstallerInstallShBytes() ([]byte, error) { - return bindataRead( - _testImagesPetsRedisInstallerInstallSh, - "test/images/pets/redis-installer/install.sh", - ) -} - -func testImagesPetsRedisInstallerInstallSh() (*asset, error) { - bytes, err := testImagesPetsRedisInstallerInstallShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/pets/redis-installer/install.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesPetsRedisInstallerOnStartSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x54\x71\x6f\xdb\xb6\x17\xfc\x9f\x9f\xe2\x7e\x92\x81\xb4\x81\x2d\xf7\xd7\x01\x1d\xd6\xc2\x18\xbc\xc4\x6d\x8d\xb6\x76\x10\xbb\x2b\x8a\xae\x03\x68\xe9\x49\xe2\x40\x93\x1a\x49\x45\x15\x92\x7c\xf7\xe1\x51\xf6\xe6\xa4\x9b\xff\xb0\x2d\x8a\x8f\xef\xee\xde\xf1\xd2\xff\x4d\x5b\xef\xa6\x3b\x65\xa6\x64\x6e\xb0\x93\xbe\x16\x22\xc5\x85\x6d\x7a\xa7\xaa\x3a\xe0\xf9\xb3\xff\xbf\xc0\xb6\x26\xbc\x6b\x77\xe4\x0c\x05\xf2\x98\xb7\xa1\xb6\xce\x67\x22\x15\x29\xde\xab\x9c\x8c\xa7\x02\xad\x29\xc8\x21\xd4\x84\x79\x23\xf3\x9a\x8e\x6f\xc6\xf8\x95\x9c\x57\xd6\xe0\x79\xf6\x0c\x4f\x78\x43\x72\x78\x95\x3c\x7d\x25\x52\xf4\xb6\xc5\x5e\xf6\x30\x36\xa0\xf5\x84\x50\x2b\x8f\x52\x69\x02\x7d\xcb\xa9\x09\x50\x06\xb9\xdd\x37\x5a\x49\x93\x13\x3a\x15\xea\xd8\xe6\x70\x48\x26\x52\x7c\x3e\x1c\x61\x77\x41\x2a\x03\x89\xdc\x36\x3d\x6c\x79\xba\x0f\x32\x44\xc0\xfc\xa9\x43\x68\x5e\x4e\xa7\x5d\xd7\x65\x32\x82\xcd\xac\xab\xa6\x7a\xd8\xe8\xa7\xef\x97\x17\x8b\xd5\x66\x31\x79\x9e\x3d\x8b\x25\x1f\x8d\x26\xef\xe1\xe8\xcf\x56\x39\x2a\xb0\xeb\x21\x9b\x46\xab\x5c\xee\x34\x41\xcb\x0e\xd6\x41\x56\x8e\xa8\x40\xb0\x8c\xb7\x73\x2a\x28\x53\x8d\xe1\x6d\x19\x3a\xe9\x48\xa4\x28\x94\x0f\x4e\xed\xda\xf0\x40\xac\x23\x3a\xe5\x1f\x6c\xb0\x06\xd2\x20\x99\x6f\xb0\xdc\x24\xf8\x65\xbe\x59\x6e\xc6\x22\xc5\xa7\xe5\xf6\xed\xfa\xe3\x16\x9f\xe6\xd7\xd7\xf3\xd5\x76\xb9\xd8\x60\x7d\x8d\x8b\xf5\xea\x72\xb9\x5d\xae\x57\x1b\xac\x5f\x63\xbe\xfa\x8c\x77\xcb\xd5\xe5\x18\xa4\x42\x4d\x0e\xf4\xad\x71\x8c\xdf\x3a\x28\x96\x91\x0a\xd6\x6c\x43\xf4\x00\x40\x69\x07\x40\xbe\xa1\x5c\x95\x2a\x87\x96\xa6\x6a\x65\x45\xa8\xec\x0d\x39\xa3\x4c\x85\x86\xdc\x5e\x79\x1e\xa6\x87\x34\x85\x48\xa1\xd5\x5e\x05\x19\xe2\xca\x77\xa4\x32\x21\x3c\x05\x4c\x48\x88\x8b\xd7\x6f\x66\x53\xdb\x84\xa9\xa3\x42\xf9\xe1\x3b\xcb\xad\x29\xc5\xdb\xf5\x66\xbb\x9a\x7f\x58\xcc\x46\x4f\x6a\xeb\x83\x91\x7b\x7a\x2a\x2e\xe7\xdb\xf9\xe5\xf2\x7a\x96\x4c\x0b\x19\x64\x22\x52\x5c\x59\x17\x58\x95\xae\x56\x79\x8d\x58\x0f\xad\x7c\x20\xe3\x23\xf4\xdc\x1a\x43\x79\x04\x92\x89\xab\xf5\xf5\x76\xf6\xe2\x87\x1f\x7f\x62\x33\x5f\x31\x72\xba\x21\xd7\x5b\x43\xd8\xb5\x01\xb6\x75\x9e\x74\xc9\xb3\xf2\x44\x50\xd1\x27\x8e\xce\x3c\x24\xf6\xd2\x07\x72\x19\xd6\x46\xf7\xe0\x82\x86\x02\x7c\x90\x2e\xf8\xe8\x20\x48\x04\xb5\x27\x9e\x2c\x17\x76\x84\xc2\x9a\xb3\x10\x0f\x3a\x56\xf3\x6a\x2e\x0d\xa4\xf7\xed\x7e\x50\xb9\xb1\x5e\x31\x38\x9e\x33\xb7\xcf\x44\x57\xb3\xc5\x1d\xc9\x02\x13\x27\xf1\x7e\xb9\x5a\xbc\x42\x61\x05\xfb\x53\x95\xf8\xf2\x05\xc9\xe8\x96\x57\xef\x13\xcc\x66\x38\x4f\x46\xb7\x47\xa9\xee\x93\x73\x7c\xfd\xfa\x8a\x0f\x36\x71\x3f\x7f\xf8\x0e\x4e\x14\x26\x84\xc4\xdf\xfd\xbe\x53\xa6\xc8\xce\x47\x77\xfc\x8b\xc3\x39\x77\x09\x46\xb7\x17\xaf\xdf\xdc\xc7\x1a\xd2\xdc\x05\xc9\xe8\xc9\xe3\xb9\x4c\x72\xad\x30\xa9\x4f\xfa\x2b\x53\x5a\xdc\xa1\x72\xd4\xc0\x59\x4d\xb8\x8b\xed\xce\xfc\xf8\x37\x37\x1a\x8f\xcf\x9e\x26\x98\x21\xe1\x37\x2f\x07\x05\x12\x3c\x86\x97\x62\xbb\xbe\x5c\xbf\xc4\x07\xeb\x98\x35\x3b\x3d\x0f\xea\x86\xff\x57\xf4\xed\xe7\xff\xa0\x91\xc2\x6b\x79\x43\xb6\x64\x2e\x87\xbf\x47\x3a\x18\xdd\xf2\x9c\x1f\xd1\x2a\x95\x28\xac\x21\x11\x1d\x1e\xa2\xf6\x6c\x21\x14\xca\x51\x1e\xac\xeb\xa3\x5b\x64\xd3\x90\xe1\x5b\xa6\x7b\x68\x5b\xb1\x99\xe1\x8d\x6c\x7c\x6d\x43\xcc\x1e\x9f\x61\xcb\x39\xe4\x6b\xdb\x6a\x36\xfa\x8e\xc7\xdb\x70\x92\xb1\xe7\x02\x6e\xac\xe6\xd9\x1e\xac\x37\xac\xe6\x7d\x26\x1e\xe2\xcf\xce\x0b\xe5\xc0\xe0\xf9\x77\x74\x7b\xf0\xf5\x09\x66\x91\xc6\x78\x7d\x0c\x48\xf9\x98\x21\x81\x4c\x6c\x11\xed\x8b\xcd\x62\x0b\xdb\x90\x8b\xf7\x2d\xc3\x27\x15\x6a\xdb\x86\x21\x30\x3d\x85\x98\x38\x22\x3d\x5c\x8e\x3f\x5a\x1f\xfe\xe6\xe4\x19\xba\xb2\x85\xca\xa5\xd6\xfd\xe1\x12\xb1\x15\xb9\x9f\x97\xe5\x40\x44\x22\x8f\x61\x38\x50\xef\x94\xd6\x22\x45\xe3\x6c\xd1\xe6\xc4\x71\x34\x80\xe4\x9a\x4c\xda\x72\xc8\x68\x65\xa2\xc6\x7c\x95\x55\xd5\x72\x3a\x1e\xe5\x7e\xac\xc5\x3f\xd5\x51\x90\x93\xc7\x9e\xfc\x03\x41\x16\x91\x2d\xf3\x27\x04\xa7\xaa\x8a\x1c\xe7\x0d\x4a\xdf\x9b\x3c\xc3\x35\xe5\x76\xbf\x27\x53\x70\x33\x2a\x65\xab\x03\x73\x49\xa2\x48\x9e\xf2\x64\x3c\x10\x14\xe9\xf7\x14\xe7\x57\xc7\xe8\x3e\x44\xc5\xbf\x61\x8c\x7d\x4e\x40\x0e\xcf\x52\x77\xb2\x3f\x05\x2a\xfe\x0a\x00\x00\xff\xff\xf8\xd4\x06\xb9\x3e\x07\x00\x00") - -func testImagesPetsRedisInstallerOnStartShBytes() ([]byte, error) { - return bindataRead( - _testImagesPetsRedisInstallerOnStartSh, - "test/images/pets/redis-installer/on-start.sh", - ) -} - -func testImagesPetsRedisInstallerOnStartSh() (*asset, error) { - bytes, err := testImagesPetsRedisInstallerOnStartShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/pets/redis-installer/on-start.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesPetsZookeeperInstallerBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\xcd\xb6\x28\xd6\x4b\x4f\x2e\xd2\xcb\xcc\xd7\x4f\x49\x4d\xca\x4c\xcc\xd3\x4d\x4a\x2c\x4e\xd5\x05\x4b\x5a\x19\xe8\x99\xe8\x19\x72\x25\x16\xe5\xe2\x54\x56\x94\x8b\x50\x84\xc7\x34\x90\x24\x54\x61\x41\x41\xb2\x99\x49\x4e\x2a\x2e\xa5\x50\x69\xa8\x62\x40\x00\x00\x00\xff\xff\xa7\xc3\x7f\x2e\xa4\x00\x00\x00") - -func testImagesPetsZookeeperInstallerBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesPetsZookeeperInstallerBaseimage, - "test/images/pets/zookeeper-installer/BASEIMAGE", - ) -} - -func testImagesPetsZookeeperInstallerBaseimage() (*asset, error) { - bytes, err := testImagesPetsZookeeperInstallerBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/pets/zookeeper-installer/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesPetsZookeeperInstallerDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x93\x51\x6f\xdb\x36\x14\x85\xdf\xf9\x2b\x0e\x2c\xa0\xdb\x80\x48\xca\x32\x64\x03\xba\x27\xd5\x56\x57\xa1\x89\xd4\x49\xf6\x8a\x60\x1b\x0a\x4a\xba\x96\x88\x49\x24\x43\x52\x51\x9c\x5f\x3f\x50\x76\x50\x07\x2b\x32\x3f\x19\xe4\x3d\x87\xe7\x7e\xf7\x2a\xc0\x5a\xe9\x83\x11\x5d\xef\x70\x75\xf9\xe3\xcf\xd8\xf6\x84\x8f\x53\x4d\x46\x92\x23\x8b\x64\x72\xbd\x32\x36\x62\x01\x0b\x70\x23\x1a\x92\x96\x5a\x4c\xb2\x25\x03\xd7\x13\x12\xcd\x9b\x9e\x9e\x6f\x2e\xf0\x07\x19\x2b\x94\xc4\x55\x74\x89\xef\x7d\xc1\xea\x74\xb5\xfa\xe1\x57\x16\xe0\xa0\x26\x8c\xfc\x00\xa9\x1c\x26\x4b\x70\xbd\xb0\xd8\x8b\x81\x40\x8f\x0d\x69\x07\x21\xd1\xa8\x51\x0f\x82\xcb\x86\x30\x0b\xd7\x2f\xcf\x9c\x4c\x22\x16\xe0\xee\x64\xa1\x6a\xc7\x85\x04\x47\xa3\xf4\x01\x6a\x7f\x5e\x07\xee\x96\xc0\xfe\xd7\x3b\xa7\xdf\xc6\xf1\x3c\xcf\x11\x5f\xc2\x46\xca\x74\xf1\x70\x2c\xb4\xf1\x4d\xb6\x4e\xf3\x2a\x0d\xaf\xa2\xcb\x45\xb2\x93\x03\x59\x0b\x43\xf7\x93\x30\xd4\xa2\x3e\x80\x6b\x3d\x88\x86\xd7\x03\x61\xe0\x33\x94\x01\xef\x0c\x51\x0b\xa7\x7c\xde\xd9\x08\x27\x64\x77\x01\xab\xf6\x6e\xe6\x86\x58\x80\x56\x58\x67\x44\x3d\xb9\x17\xb0\x9e\xd3\x09\xfb\xa2\x40\x49\x70\x89\x55\x52\x21\xab\x56\x78\x97\x54\x59\x75\xc1\x02\x7c\xce\xb6\x1f\x8a\xdd\x16\x9f\x93\xb2\x4c\xf2\x6d\x96\x56\x28\x4a\xac\x8b\x7c\x93\x6d\xb3\x22\xaf\x50\xbc\x47\x92\xdf\xe1\x63\x96\x6f\x2e\x40\xc2\xf5\x64\x40\x8f\xda\xf8\xfc\xca\x40\x78\x8c\xd4\x7a\x66\x15\xd1\x8b\x00\x7b\x75\x0c\x64\x35\x35\x62\x2f\x1a\x0c\x5c\x76\x13\xef\x08\x9d\x7a\x20\x23\x85\xec\xa0\xc9\x8c\xc2\xfa\x61\x5a\x70\xd9\xb2\x00\x83\x18\x85\xe3\x6e\x39\xf9\x4f\x53\x11\x63\x01\xb6\xc5\xa6\x78\x8b\x8e\x1c\x8c\x68\xfd\x4c\x6a\x6e\x7b\xb4\xa4\x49\xb6\x24\x9b\x83\x37\x82\x9d\x85\x6b\x7a\x0f\x4f\x0f\x7e\x82\xf5\x64\x0f\xb5\x7a\xf4\x39\xfd\xf2\x39\x6e\xf0\xf5\x14\x7c\xb0\x0a\xad\x22\x2b\xbf\x73\xb0\x44\xa3\x17\x2e\xaf\x5b\xe7\xdd\xfc\xb6\xf8\x8e\x85\x92\x11\x7b\x5f\x16\xb7\x1e\x60\x9a\xdd\x26\xbf\xa5\x8c\xad\xcb\xa2\xaa\xbe\xbc\xdb\x65\x37\x9b\x2f\xeb\xe2\xd3\x1d\xee\x69\x9c\xc2\xdf\xd3\xdb\x5d\x52\xae\x3f\x84\xd6\x77\xd3\x20\x9e\xac\x89\x6b\x21\x63\xc6\xca\x5d\x8e\x66\x20\x2e\x43\x21\xad\xe3\xc3\x80\xd9\x77\xb3\xb4\x21\xc9\x35\xdc\x31\x96\x6c\x36\x50\xd2\x8b\x8d\x8b\x6c\x8f\x98\xb1\xc5\x5b\x13\x99\x70\x2f\x16\x30\x31\x3b\x51\x2f\xd3\x64\x73\x9b\x46\x63\xbb\x58\x2f\x66\xe1\x3d\xc2\x02\xf1\x93\x52\xff\x10\x69\x32\xe1\x4f\xd1\x75\x74\x19\xf2\x41\xf7\x3c\x72\xdc\x44\xdd\xd3\xf3\xd2\x72\xd3\xf4\xe2\x81\xce\x17\xd7\x2f\xce\x57\xed\xb7\x5d\x5e\xf7\x7e\xf3\x06\x7f\x31\xff\x65\x78\xd2\xe1\xe3\xd3\xfe\x7f\xb2\x84\x6b\xc4\x6e\xd4\xb1\x17\x8e\x0f\xc7\xff\xdf\x14\x9c\xf9\xf8\x5a\x33\xbe\x6e\x7c\x24\x79\xe2\x7c\x04\xb9\xe0\xef\x47\xd5\x22\x6c\xf0\xcb\xf5\x35\xe2\xf3\xeb\x17\xd0\xcf\x68\xb3\x34\xdf\x96\x77\x9f\x8a\x2c\xdf\xe2\xcf\xd5\x99\x64\xf5\x37\xfb\x37\x00\x00\xff\xff\x8c\xf2\x2f\xf3\xe0\x04\x00\x00") - -func testImagesPetsZookeeperInstallerDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesPetsZookeeperInstallerDockerfile, - "test/images/pets/zookeeper-installer/Dockerfile", - ) -} - -func testImagesPetsZookeeperInstallerDockerfile() (*asset, error) { - bytes, err := testImagesPetsZookeeperInstallerDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/pets/zookeeper-installer/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesPetsZookeeperInstallerMakefile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x41\x4f\xdc\x30\x14\x84\xcf\xf5\xaf\x18\x6d\x38\x80\xb4\x24\x14\x55\x1c\xa8\x50\x95\xee\x6e\x21\x02\x25\x55\x12\x40\x9c\x90\x93\xbc\x4d\x9e\x94\xb5\x5d\xdb\x69\xd8\x7f\x5f\x79\x01\x09\x54\xdf\xfc\x66\x3c\xfe\x3c\x8e\xb0\xd2\x66\x6f\xb9\x1f\x3c\xce\xcf\xbe\x5e\xa0\x1e\x08\xb7\x53\x43\x56\x91\x27\x87\x74\xf2\x83\xb6\x2e\x16\x91\x88\x70\xc7\x2d\x29\x47\x1d\x26\xd5\x91\x85\x1f\x08\xa9\x91\xed\x40\xef\xca\x12\x0f\x64\x1d\x6b\x85\xf3\xf8\x0c\xc7\xc1\xb0\x78\x93\x16\x27\xdf\x45\x84\xbd\x9e\xb0\x93\x7b\x28\xed\x31\x39\x82\x1f\xd8\x61\xcb\x23\x81\x5e\x5a\x32\x1e\xac\xd0\xea\x9d\x19\x59\xaa\x96\x30\xb3\x1f\x0e\xd7\xbc\x85\xc4\x22\xc2\xd3\x5b\x84\x6e\xbc\x64\x05\x89\x56\x9b\x3d\xf4\xf6\xa3\x0f\xd2\x1f\x80\xc3\x1a\xbc\x37\x97\x49\x32\xcf\x73\x2c\x0f\xb0\xb1\xb6\x7d\x32\xbe\x1a\x5d\x72\x97\xad\x36\x79\xb5\x39\x3d\x8f\xcf\x0e\x47\xee\xd5\x48\xce\xc1\xd2\x9f\x89\x2d\x75\x68\xf6\x90\xc6\x8c\xdc\xca\x66\x24\x8c\x72\x86\xb6\x90\xbd\x25\xea\xe0\x75\xe0\x9d\x2d\x7b\x56\xfd\x12\x4e\x6f\xfd\x2c\x2d\x89\x08\x1d\x3b\x6f\xb9\x99\xfc\xa7\xb2\xde\xe9\xd8\x7d\x32\x68\x05\xa9\xb0\x48\x2b\x64\xd5\x02\x3f\xd3\x2a\xab\x96\x22\xc2\x63\x56\xdf\x14\xf7\x35\x1e\xd3\xb2\x4c\xf3\x3a\xdb\x54\x28\x4a\xac\x8a\x7c\x9d\xd5\x59\x91\x57\x28\x7e\x21\xcd\x9f\x70\x9b\xe5\xeb\x25\x88\xfd\x40\x16\xf4\x62\x6c\xe0\xd7\x16\x1c\x6a\xa4\x2e\x74\x56\x11\x7d\x02\xd8\xea\x57\x20\x67\xa8\xe5\x2d\xb7\x18\xa5\xea\x27\xd9\x13\x7a\xfd\x97\xac\x62\xd5\xc3\x90\xdd\xb1\x0b\x9f\xe9\x20\x55\x27\x22\x8c\xbc\x63\x2f\xfd\x61\xf2\xdf\xa3\x62\x21\xaa\x72\x55\xe1\x0a\x86\xc8\x9e\x6e\x39\x18\x44\x5a\xae\x6e\xf0\xe3\x0a\x72\xd7\x5d\x7c\x13\x75\x5a\x5e\x6f\xea\xb0\x3f\x3a\x5e\xdd\x97\xeb\xac\x3c\x11\xd7\xc5\x5d\x9a\x5f\x3f\x3f\x6c\xca\x2a\x2b\xf2\xa0\x8d\xd2\x93\xf3\x21\xed\x79\x9d\x95\x87\x40\xef\x92\x8f\xa9\xf4\x62\xb4\xf5\x42\x34\xac\x2e\xc5\x97\x38\x4e\xe2\x38\xe1\x9d\xec\xe9\x74\xf2\x3c\xc6\x6e\x40\xc3\x0a\x47\xc7\x01\xe8\x44\x88\xf8\xf7\x4d\x91\x3f\x5d\x86\xa1\xf8\x17\x00\x00\xff\xff\x87\xc5\xa6\xda\xf0\x02\x00\x00") - -func testImagesPetsZookeeperInstallerMakefileBytes() ([]byte, error) { - return bindataRead( - _testImagesPetsZookeeperInstallerMakefile, - "test/images/pets/zookeeper-installer/Makefile", - ) -} - -func testImagesPetsZookeeperInstallerMakefile() (*asset, error) { - bytes, err := testImagesPetsZookeeperInstallerMakefileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/pets/zookeeper-installer/Makefile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesPetsZookeeperInstallerVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe6\x02\x04\x00\x00\xff\xff\x1c\xa7\xbe\x4f\x04\x00\x00\x00") - -func testImagesPetsZookeeperInstallerVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesPetsZookeeperInstallerVersion, - "test/images/pets/zookeeper-installer/VERSION", - ) -} - -func testImagesPetsZookeeperInstallerVersion() (*asset, error) { - bytes, err := testImagesPetsZookeeperInstallerVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/pets/zookeeper-installer/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesPetsZookeeperInstallerInstallSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x55\xef\x6f\xdb\x36\x10\xfd\xce\xbf\xe2\x95\xf2\x87\xa4\x88\xe4\xb4\xeb\x86\xa1\xa9\xbb\x79\x89\x8b\x09\xcd\x6c\xc0\x72\x5b\x14\x45\x51\xd0\xd2\xd9\xba\x45\x26\x35\x92\xb2\x9a\x65\xf9\xdf\x07\xca\x76\x7e\xa7\x58\xe7\x4f\x96\xee\xf1\xee\xf1\xbd\xbb\x53\xf4\x04\xfd\x39\xeb\xfe\x5c\xb9\x52\x88\x08\xc7\xa6\x3e\xb7\xbc\x2c\x3d\x9e\x1f\x3e\xfb\x09\xb3\x92\xf0\xb6\x99\x93\xd5\xe4\xc9\x61\xd8\xf8\xd2\x58\x97\x88\x48\x44\x38\xe5\x9c\xb4\xa3\x02\x8d\x2e\xc8\xc2\x97\x84\x61\xad\xf2\x92\x76\x91\x03\xbc\x27\xeb\xd8\x68\x3c\x4f\x0e\xb1\x17\x00\x72\x1b\x92\xfb\x47\x22\xc2\xb9\x69\xb0\x52\xe7\xd0\xc6\xa3\x71\x04\x5f\xb2\xc3\x82\x2b\x02\x7d\xcd\xa9\xf6\x60\x8d\xdc\xac\xea\x8a\x95\xce\x09\x2d\xfb\xb2\x2b\xb3\x4d\x92\x88\x08\x1f\xb7\x29\xcc\xdc\x2b\xd6\x50\xc8\x4d\x7d\x0e\xb3\xb8\x89\x83\xf2\x1d\xe1\xf0\x2b\xbd\xaf\x5f\xf6\xfb\x6d\xdb\x26\xaa\x23\x9b\x18\xbb\xec\x57\x1b\xa0\xeb\x9f\xa6\xc7\xa3\x71\x36\x8a\x9f\x27\x87\xdd\x91\x77\xba\x22\xe7\x60\xe9\xaf\x86\x2d\x15\x98\x9f\x43\xd5\x75\xc5\xb9\x9a\x57\x84\x4a\xb5\x30\x16\x6a\x69\x89\x0a\x78\x13\xf8\xb6\x96\x3d\xeb\xe5\x01\x9c\x59\xf8\x56\x59\x12\x11\x0a\x76\xde\xf2\xbc\xf1\xb7\xc4\xda\xb1\x63\x77\x0b\x60\x34\x94\x86\x1c\x66\x48\x33\x89\xdf\x86\x59\x9a\x1d\x88\x08\x1f\xd2\xd9\xef\x93\x77\x33\x7c\x18\x4e\xa7\xc3\xf1\x2c\x1d\x65\x98\x4c\x71\x3c\x19\x9f\xa4\xb3\x74\x32\xce\x30\x79\x83\xe1\xf8\x23\xde\xa6\xe3\x93\x03\x10\xfb\x92\x2c\xe8\x6b\x6d\x03\x7f\x63\xc1\x41\x46\x2a\x82\x66\x19\xd1\x2d\x02\x0b\xb3\x21\xe4\x6a\xca\x79\xc1\x39\x2a\xa5\x97\x8d\x5a\x12\x96\x66\x4d\x56\xb3\x5e\xa2\x26\xbb\x62\x17\xcc\x74\x50\xba\x10\x11\x2a\x5e\xb1\x57\xbe\x7b\x73\xef\x52\x49\xe8\xa5\x59\xb0\x73\x6d\xaa\x66\xd5\x5d\x52\x39\xd7\xac\x36\x3a\xd1\x57\x76\x3e\xe4\x09\xef\x5d\xa9\x82\xb4\x9d\xbb\xb5\xb2\xa4\xfd\xce\x3f\xd6\xec\x45\x84\xdc\xe8\x60\x2e\xd9\x04\xa9\xdf\x3d\xb9\x0e\xf1\xb7\x31\x67\x44\x35\x59\xb0\x76\x5e\x55\x55\x47\x28\x11\xe9\x38\x9b\x0d\x4f\x4f\xbf\xbc\x9f\x9c\xbe\xfb\x63\x34\x90\x7d\x53\x7b\xf9\x3f\x39\x85\x3a\x35\x91\x8d\x17\x1c\xae\x29\xa2\x8e\xd7\x63\xac\x8c\x8e\x9d\x57\xd6\xf7\xf3\x52\xe9\x25\x85\xc0\x82\x97\x8d\xed\x88\xc1\xe5\x96\x6b\xef\x12\xf1\x61\x32\x7d\x7b\x92\x4e\xaf\x09\xb6\xc6\x9e\xc5\x05\xdb\x8e\xe5\xd0\x05\x09\x86\xb5\xe5\x2a\xee\xe6\x90\x1d\x7e\x48\x5e\x24\x3f\x87\x3f\x81\x4f\xa5\x3c\x39\x0f\xe7\x43\x1f\x1e\x60\xde\x78\xac\x37\xb3\x16\x80\x3f\x26\x87\x30\xba\x55\x36\xf8\xa4\xaa\xca\xb4\x28\xce\xb5\x5a\x71\x0e\x4b\xb7\x08\x25\xe2\xfd\x68\x9a\xa5\x93\xf1\x40\x76\xc7\x62\x55\xd5\xa5\x92\x42\x84\x9e\xe0\xd0\xcf\xb2\xf7\xab\x14\x85\x11\xb9\x72\x84\x5e\x78\x25\xc2\x1c\xc5\x3c\x78\xfa\x4f\x1c\x6f\x55\x8f\x59\x7b\x33\x78\xba\xdf\x85\xee\x6a\xdf\xbb\xe0\xe8\xe9\xe0\x52\x76\x41\x57\xf2\xc2\x77\xff\x8e\x8e\x36\x89\xda\x2e\xd1\xee\xfa\xbb\x24\x77\xf5\xf9\x76\x92\xed\xa1\x08\x8d\x3e\xd3\xa6\xd5\x30\x75\xb8\xdd\x0e\x42\x4e\xe5\xa2\x30\x9a\x84\xa0\xbc\x34\xbb\x5e\x09\x7d\xbd\x51\x63\xe7\x0b\xc2\x3d\x20\x7b\x17\xb7\xcb\x5f\x4a\xb1\x3a\x2b\xd8\x22\xae\x1f\x0c\xe6\x35\xfa\x3b\xdf\x13\x57\x3e\x84\xe9\x77\xa0\x1b\x6d\xf4\x30\xe8\x1e\xbf\xab\x06\x8f\x65\xef\x62\xeb\xd5\xa5\xbc\xe2\x79\x5b\xeb\x3b\x3c\xef\x07\xd7\xe8\x5f\x4f\xcc\x03\x88\xeb\x68\xa0\xfb\x4d\x40\x3f\x28\x17\x1e\xbf\x38\xb5\xaa\x2b\x4a\xf2\xc5\xf2\x3f\x9e\x08\xd0\x6e\x16\x27\x27\x93\x97\xc8\x4a\xd3\x54\xc5\x55\x83\x6e\x0d\x99\x13\x3c\x6f\x06\x33\xf4\xfb\xb6\xb9\x7f\x11\xe9\x9b\x6c\x20\x13\x09\x4b\xaa\x40\x6c\x15\xa6\xa3\xd3\xd1\x30\x1b\xe1\xd5\xab\x57\xb8\x29\x91\xe0\x05\x3e\x41\xf6\xf6\xf6\x64\xef\x62\x0b\xfa\xf4\xec\xf3\xa5\xdc\xdf\x97\x88\x97\x1e\x2f\xf0\xf9\x28\xe4\xde\x74\x49\xa7\xfb\x23\x62\xbb\xa6\xae\x8d\xf5\xee\xb1\x21\x3a\x00\x69\x35\xef\xec\x62\x7f\x9d\x4d\x3a\xaf\x74\xa1\x2a\xa3\x69\x14\xe2\x54\x0c\x16\xaa\x72\x24\xf1\xfa\xf5\xf7\x28\x75\x9d\x70\x5b\xff\xb8\x2b\xfe\x86\x2b\x1a\xdc\xcb\xf2\x48\x92\x64\x7b\xf4\x7b\x6b\x2f\xf8\xda\xa8\x6e\x75\x86\x9d\x89\x52\xe5\x67\x07\xd0\xe4\x73\xe5\xc3\x9b\xdc\xe8\x35\x69\x0e\x9b\xdb\x1b\x94\x6a\x1d\x56\xf7\x9d\xfd\x7c\xb5\x2e\x45\x84\x14\xad\xda\x60\xd5\xda\x70\x81\xc6\x05\xed\x14\xf2\xc6\x79\xb3\xba\xb9\xd4\x57\xe1\x2b\xf4\x67\xe3\xfc\xf6\x23\xc5\x2e\x41\x66\x36\x1f\x79\xf6\x89\x18\x1f\x0f\x7a\x7b\x6d\xc9\x79\x09\x9d\xef\xef\x3c\xbf\x18\x1f\x5f\x4a\x3c\x19\x40\xca\xfb\x26\x87\xb3\xa1\x9c\xce\x1f\x9f\xa2\x00\xde\x0c\x40\x97\xe9\x21\xc8\x82\xc5\xbf\x01\x00\x00\xff\xff\xa3\xa5\x09\x26\x3c\x09\x00\x00") - -func testImagesPetsZookeeperInstallerInstallShBytes() ([]byte, error) { - return bindataRead( - _testImagesPetsZookeeperInstallerInstallSh, - "test/images/pets/zookeeper-installer/install.sh", - ) -} - -func testImagesPetsZookeeperInstallerInstallSh() (*asset, error) { - bytes, err := testImagesPetsZookeeperInstallerInstallShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/pets/zookeeper-installer/install.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesPetsZookeeperInstallerOnStartSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xac\x57\x61\x6f\xdb\x38\x12\xfd\xae\x5f\xf1\x56\x36\xd0\xa4\x17\xcb\x49\x7a\x77\x08\xdc\x3a\x38\x37\x71\x77\x8d\xb6\xc9\x22\x4e\xb7\x28\x8a\xa0\xa0\xa5\xb1\xc5\x2d\x45\xaa\x24\x15\xd5\xcd\xe6\xbf\x1f\x86\x92\x6c\x27\xb7\xdd\xc3\x02\x4d\xbe\x58\x12\x39\x9c\x79\xf3\xe6\xcd\xb0\xf7\x13\x86\x0b\xa9\x87\x0b\xe1\xf2\x28\xea\xe1\xcc\x94\x6b\x2b\x57\xb9\xc7\xf1\xe1\xd1\xbf\x71\x9d\x13\x5e\x57\x0b\xb2\x9a\x3c\x39\x4c\x2a\x9f\x1b\xeb\x92\xa8\x17\xf5\xf0\x46\xa6\xa4\x1d\x65\xa8\x74\x46\x16\x3e\x27\x4c\x4a\x91\xe6\xd4\x7d\x39\xc0\x6f\x64\x9d\x34\x1a\xc7\xc9\x21\xf6\x78\x41\xdc\x7e\x8a\xf7\x9f\x47\x3d\xac\x4d\x85\x42\xac\xa1\x8d\x47\xe5\x08\x3e\x97\x0e\x4b\xa9\x08\xf4\x35\xa5\xd2\x43\x6a\xa4\xa6\x28\x95\x14\x3a\x25\xd4\xd2\xe7\xe1\x98\xd6\x48\x12\xf5\xf0\xa1\x35\x61\x16\x5e\x48\x0d\x81\xd4\x94\x6b\x98\xe5\xee\x3a\x08\x1f\x1c\xe6\xbf\xdc\xfb\x72\x34\x1c\xd6\x75\x9d\x88\xe0\x6c\x62\xec\x6a\xa8\x9a\x85\x6e\xf8\x66\x76\x36\xbd\x98\x4f\x07\xc7\xc9\x61\xd8\xf2\x4e\x2b\x72\x0e\x96\xbe\x54\xd2\x52\x86\xc5\x1a\xa2\x2c\x95\x4c\xc5\x42\x11\x94\xa8\x61\x2c\xc4\xca\x12\x65\xf0\x86\xfd\xad\xad\xf4\x52\xaf\x0e\xe0\xcc\xd2\xd7\xc2\x52\xd4\x43\x26\x9d\xb7\x72\x51\xf9\x07\x60\x75\xde\x49\xf7\x60\x81\xd1\x10\x1a\xf1\x64\x8e\xd9\x3c\xc6\xcb\xc9\x7c\x36\x3f\x88\x7a\x78\x3f\xbb\xfe\xe5\xf2\xdd\x35\xde\x4f\xae\xae\x26\x17\xd7\xb3\xe9\x1c\x97\x57\x38\xbb\xbc\x38\x9f\x5d\xcf\x2e\x2f\xe6\xb8\x7c\x85\xc9\xc5\x07\xbc\x9e\x5d\x9c\x1f\x80\xa4\xcf\xc9\x82\xbe\x96\x96\xfd\x37\x16\x92\x61\xa4\x8c\x31\x9b\x13\x3d\x70\x60\x69\x1a\x87\x5c\x49\xa9\x5c\xca\x14\x4a\xe8\x55\x25\x56\x84\x95\xb9\x25\xab\xa5\x5e\xa1\x24\x5b\x48\xc7\xc9\x74\x10\x3a\x8b\x7a\x50\xb2\x90\x5e\xf8\xf0\xe6\x7f\x82\x4a\xa2\xc8\x91\xc7\x80\x0c\x4a\x59\xd2\x52\x48\xc5\xec\xba\xe6\x04\xbb\xd4\xca\xd2\x23\x35\x7a\x29\x57\x95\x25\x87\x6f\xc6\x7c\x26\x2a\xc9\x22\x55\x95\xf3\x64\x51\x50\xb1\x20\x0b\x97\xcb\x32\xb8\x77\xdb\x12\xc9\x2c\xb7\x8b\xa3\x1e\x4e\xc7\x78\x96\xfc\x2b\x39\x4c\x30\xf3\x70\xb9\xa9\x54\x16\xc8\xb4\x20\xe6\x53\xb6\x65\x8c\xd1\x83\x34\x17\x7a\x45\x89\xcb\x3b\x07\xa4\x6e\x08\x47\x5f\x45\x51\xaa\xc0\xa6\x89\xe3\x13\x26\xa5\x95\x6a\x10\xf8\x2f\x1d\x9e\x25\xff\x4c\x4e\xf8\x07\xdb\x51\xc2\x93\xf3\x70\x9e\xf3\x9f\x70\x48\x2f\x8d\xcf\x31\x34\xa5\x67\x58\x30\xf4\x45\x39\xdc\x86\x23\x2c\x41\x38\x57\x15\x0d\x3d\x16\x84\x5b\xa3\xaa\x82\x1c\x5c\x2e\xec\xae\x83\xa5\xb0\xa4\x7d\x12\x30\x0a\x19\x29\x84\x67\x5f\x48\xa4\x39\x94\xd4\xd4\xb8\x4b\xc8\xd6\x5a\x14\x32\x6d\xe1\x6b\xaa\x45\xba\x51\xd4\x83\x23\x7b\x4b\x36\x79\x71\x84\x85\xe0\xe0\xa5\xce\xe8\xeb\xe9\xf8\x45\xf3\x7e\x90\x69\x37\xd0\xa2\xa0\xd3\xd1\x8b\x92\xc8\xa2\x34\xd6\x9f\x8e\x5e\x90\xa2\x94\x93\xd8\x3c\x7f\x1c\x59\xa3\xe8\xe6\xf9\xc7\x17\xa9\x92\xa4\x7d\x78\x0b\x91\x65\x4c\xa3\xd3\xd1\xcd\xee\xeb\xd3\xa8\x87\x47\x87\x75\x30\x35\x47\x36\x2f\xe1\x73\xe1\x51\x08\x9f\xe6\xd4\x7c\x95\xbc\x1c\x99\xf0\x22\x93\x76\x58\xac\x25\xd3\x69\xc7\xa9\xce\x4a\x38\xdb\x68\xd4\xb9\x4c\x73\xf0\x77\xc7\x72\x50\x54\x5a\xa6\xc2\x13\x23\x1a\x4a\x8f\xd7\x54\x65\xc6\xa9\x61\x43\x0f\x23\x7a\x60\x2c\x90\x82\xf9\xa4\x48\x30\x63\xbb\xa5\x51\x0f\x6d\xe4\x48\x85\xe6\x3c\x31\x7b\xbd\x81\x59\x34\xa1\x1c\x70\x82\xbc\x4c\x65\x29\xb4\x67\x15\xc8\x68\x29\x2a\xe5\xf9\xbc\x3f\x43\x8a\x4f\x35\x25\x9b\x16\x2a\x10\xa3\x5d\xef\xd8\xe8\x61\x12\xfe\x1f\xed\xfd\x4e\xd8\x3b\x70\x8a\x94\x45\xd1\xa1\xdd\x94\x1a\xad\x1b\xf7\x5d\x14\x9d\xbd\xfa\x79\xcc\x2c\xdc\x92\x6f\xc8\x0c\xe1\xc7\x24\x5d\xae\x92\x96\x36\xbc\xee\xd3\xcb\xc9\xeb\xbf\x5c\xbb\x10\x9f\xa3\xb7\x1f\x3e\xcd\xce\x3f\xbd\x9a\xbd\x99\x8e\x1f\x72\xba\xc9\xd7\x2f\x97\xf3\xeb\x8b\xc9\xdb\xe9\xb8\xbf\x97\x1b\xe7\x99\x57\xfb\x51\x54\xe7\xcc\x46\x4b\x22\xc3\xc0\x0a\xbc\x99\x5d\x4c\x9f\x23\x33\x11\x0b\xef\xaf\xd3\xe9\xd5\x7c\xbc\x17\xf7\xef\xc2\xaf\x8f\xff\xb9\xb9\x8f\x11\xf7\x79\x4d\xbc\x1f\x65\x46\x13\x57\xd3\xb9\xd1\x4f\x02\x8a\x21\xee\xa5\xb4\xce\x77\x5a\x20\x58\x78\x36\x09\x89\xe4\x12\x1f\xd1\xbf\xeb\x6d\xac\x61\x40\x5f\x70\x84\x9b\xe7\xbc\x55\x87\x33\x7b\x78\x4f\xd0\xad\x36\xb3\x30\x13\x4c\xd5\xd1\xb2\x2b\x7f\x25\x5d\xa8\xb4\xc6\xae\x83\xd4\xde\x60\x1b\x7e\xd2\x5a\xba\x30\xcc\x38\xa6\x72\xd8\xd5\xb5\x2d\xa1\x6a\xb1\x66\x5a\x4a\x9d\xca\x6c\xa7\x47\x75\xb0\x40\x66\x8d\x09\x4a\x73\x83\x23\x9c\x22\xee\xdf\x6d\xcd\xdf\xc7\xdb\x8f\x71\x5b\xc1\x47\xe3\x0e\xa4\xc3\x9b\xfb\xd1\xf1\xc9\xc9\xc9\xe8\xd9\xc9\xc9\xc9\xf3\xe3\xa3\x93\xa3\xb8\x31\x70\xf6\xea\xe7\x76\x67\x0f\xd7\x97\xe7\x97\x23\x7c\xfb\x3c\x6f\xea\x5c\x6a\xe9\xa5\x50\xf2\x1b\x6d\xaa\x51\x2c\x09\xb5\x58\x33\x0a\xb9\xd0\x99\x22\x34\x62\x18\xd8\xd8\xd6\x61\x6b\x6c\x41\xa9\xe0\x56\xec\xb8\x5f\xac\x59\xe8\x2c\xb7\x33\xd4\x52\x29\xa4\x96\xb8\xee\x04\x34\xd5\xdd\xbe\x03\xbc\x7c\x77\x0d\xd9\x34\xdc\xca\xb1\x86\x07\xdb\x59\x6b\xb0\x34\x19\x3c\x15\xa5\x0a\x15\x9b\xd3\x1a\x45\x18\x2f\x48\x67\xa8\xca\x06\xaf\xe3\xce\x58\xe8\x2d\x58\x58\x49\x4b\xb8\x52\x49\x8f\x85\x15\x52\xb7\x00\x7e\x95\x3e\x5a\x4a\xa6\xc9\xf4\x96\xec\x1a\xae\x5a\x38\xfa\x52\x71\x2d\xb4\x1c\x91\x8e\xb9\x43\xd9\x23\xb2\x04\xab\xa5\x35\x85\xf1\x0d\x17\xc4\x6e\x39\x47\x0d\xf8\x5b\x64\xb9\x40\xee\xe3\x48\x8e\x0f\xa3\x37\xd3\xc9\xf9\xf4\x6a\xdc\xef\xf8\x1e\xb1\x78\x04\xa5\x92\x1a\x0f\xb8\xbc\x21\xfa\xde\x1e\xe4\x58\xfe\xe3\x08\xfb\xfb\xe1\x99\x89\xfa\x91\xd7\xf2\xb6\xfb\x18\xe3\x31\x9e\xc6\xfd\xbb\xce\xe2\x7d\xfc\x14\x37\xbb\xa4\x45\x43\xbe\x71\x5f\x6e\x1f\x9b\x52\x6b\x2c\xb4\x6f\x83\xd3\x7d\xf9\x1d\x3e\x3d\x62\x54\xff\x4e\xde\x77\xfb\xb7\x84\x1a\x75\xf8\x74\xcc\x7a\x04\x40\x30\xa3\x1c\xb5\x16\x9b\x40\xfa\x7b\xc1\xb2\xb3\xb7\x16\x7f\x84\xc6\x37\xd4\xe9\x4e\x78\x6c\x0a\x7f\x60\x65\xa9\xc4\x5b\x93\xd1\x3e\xc6\x88\xf9\xc7\xa8\x15\xdd\xf8\x71\xb8\x40\x8b\xf2\xc6\x48\xfb\x61\x29\xff\x46\x2c\x3b\x09\xfd\x8b\x70\x96\x72\x23\x35\xdb\x2e\x5d\x07\xd1\x09\x54\x0f\x7c\x34\x95\x07\xab\x1c\x84\x5e\xd7\x62\x9d\x74\x83\x4b\x41\x42\xbb\xa0\x20\x9b\xe2\xae\x85\xe3\xbd\x6d\x6f\x0e\xc4\x60\x3d\x49\x1a\x79\xfa\x09\x83\xe5\xe3\xf4\xec\x08\x14\x13\x1a\x47\x2d\xa5\x2f\x79\xc2\xfd\x7e\x83\x0f\xf2\xe5\x49\x43\x76\x83\x0e\x9f\xbb\x20\x14\x26\x93\x4b\x49\x19\x0f\x9c\xad\x68\x6a\xa1\xa2\x1e\x2c\x6d\x26\xac\xa0\x81\xae\x29\xff\xb2\x24\x76\xd6\x9a\x6a\xd5\x08\x55\xdc\x2d\x8c\x43\x73\x15\x3a\x4b\xa2\xb4\xc4\x16\xb9\xe6\xe7\x7d\x98\xdf\x7e\x8c\xd4\xfc\x50\x99\xf9\x51\x12\xf3\xa8\x23\xf2\xa5\xa8\x0b\x34\x0c\x8d\xec\xe2\x16\x83\xf7\xb4\x93\x86\xae\xc5\x34\x03\xf4\x3a\xf8\xd8\x4e\x02\xdd\x55\xa4\x10\x61\xae\x15\x0e\xca\xe8\x15\x04\x4f\x2a\x3c\xa2\xd3\x13\x87\x2f\x95\xb1\x55\x91\x60\x92\xa6\xc6\x66\x0c\x83\x6f\x52\x99\x99\xb4\x81\x95\x81\xe8\x66\x2a\x87\xdf\x2b\xe7\xdb\xe6\xa3\x4c\x1d\x8e\x8e\x7a\xb8\x35\x9e\x0e\x20\xfd\x13\x07\xe7\x19\xc6\xed\x57\xd6\xbe\xd2\x38\xea\x38\xd5\xa6\xe4\x20\x40\x21\x3d\x3e\x6b\x53\x87\x83\xa2\x1e\x93\xd2\x85\x54\x34\x92\xba\x09\x80\xa7\xfa\x82\x2f\x3d\x4b\x6b\x0a\x3c\x95\xde\x3d\x6d\xcd\x25\xd1\xe4\xfc\xfc\xd3\x7c\x7a\xf5\x1b\xd7\x70\x57\xa5\xad\x88\xb5\xe2\xf5\x9d\x42\x6d\x27\xa1\x51\x28\xd8\x3f\xcf\xc0\x99\x92\x0c\x7f\x47\x52\x0c\x1c\x57\x54\xa3\x18\xf7\x71\xd8\x89\x01\x0f\x0c\x71\xff\x6e\xeb\xc7\x7d\xcc\xa9\xfa\xd5\x9a\xdb\xb6\x69\xd7\xf4\xe4\x96\x20\x52\x5f\x09\xa5\xd6\xf8\xdd\x48\x4d\xcd\x90\x61\x2b\x1d\x6e\x38\xed\xd5\x23\x9a\x5d\x4f\xaf\x26\x7c\xa5\x1a\x1f\x46\x95\xf6\x52\x35\xf2\xd3\x1e\xbf\x95\x3c\x65\x52\xa1\x58\x08\x1e\x48\xde\x23\x2f\x70\x8a\x61\x46\xb7\x43\x5d\x29\xd5\x76\x88\x46\xb8\x37\xa7\xdc\xa0\x16\xe1\xc6\x18\xe6\xd2\x66\x8c\xcd\xba\xd3\x98\x53\x6b\x9d\x62\x21\xd2\xcf\xfc\xb0\x39\x33\x02\x9c\x22\x2a\x71\x14\x85\x8e\xb3\x75\x7a\xf3\xab\xeb\x40\xcd\xa0\xb4\x79\x1d\xc6\xa4\xe3\xc3\x07\x73\x52\x2b\x44\x3b\xf2\xf8\x7f\x8b\xc1\x94\xd1\x7f\x03\x00\x00\xff\xff\xe6\x2c\x53\xc0\x3b\x10\x00\x00") - -func testImagesPetsZookeeperInstallerOnStartShBytes() ([]byte, error) { - return bindataRead( - _testImagesPetsZookeeperInstallerOnStartSh, - "test/images/pets/zookeeper-installer/on-start.sh", - ) -} - -func testImagesPetsZookeeperInstallerOnStartSh() (*asset, error) { - bytes, err := testImagesPetsZookeeperInstallerOnStartShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/pets/zookeeper-installer/on-start.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesRedisBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\x4d\xcc\x29\xc8\xcc\x4b\xb5\x32\xd6\x33\xe3\x4a\x2c\xca\xb5\x4d\x2c\xca\x35\x36\x2a\x33\xd3\x47\x15\x06\xa9\x03\x91\x65\x16\xc8\x12\x05\x05\xc9\x66\x26\x39\xa9\xb6\x50\x1a\x59\xaa\xd8\xd8\xd2\xa0\xc2\x16\x4c\x22\x0b\x03\x02\x00\x00\xff\xff\x1d\x62\xa8\x43\x73\x00\x00\x00") - -func testImagesRedisBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesRedisBaseimage, - "test/images/redis/BASEIMAGE", - ) -} - -func testImagesRedisBaseimage() (*asset, error) { - bytes, err := testImagesRedisBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/redis/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesRedisDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x92\x51\x6f\x9b\x3e\x14\xc5\xdf\xfd\x29\x8e\xe0\xe5\xff\x97\x02\x74\x9d\xb4\x6a\xdb\x13\x25\x74\x45\x4d\xa0\x83\xa4\x5d\x35\x4d\x95\x63\x6e\xc0\x1a\xb1\xa9\x6d\x4a\xf3\xed\x27\x68\xab\xad\x9b\x9f\x6c\xdf\xe3\xe3\x9f\x8f\xaf\x8f\x44\xf7\x47\x23\x9b\xd6\xe1\xf4\xe4\xdd\x19\x36\x2d\xe1\x6a\xd8\x91\x51\xe4\xc8\x22\x1e\x5c\xab\x8d\x0d\x99\xcf\x7c\xac\xa4\x20\x65\xa9\xc6\xa0\x6a\x32\x70\x2d\x21\xee\xb9\x68\xe9\xb5\xb2\xc0\x0d\x19\x2b\xb5\xc2\x69\x78\x82\xff\x26\x81\xf7\x52\xf2\xfe\xff\xcc\x7c\x1c\xf5\x80\x03\x3f\x42\x69\x87\xc1\x12\x5c\x2b\x2d\xf6\xb2\x23\xd0\x93\xa0\xde\x41\x2a\x08\x7d\xe8\x3b\xc9\x95\x20\x8c\xd2\xb5\xf3\x35\x2f\x26\x21\xf3\x71\xf7\x62\xa1\x77\x8e\x4b\x05\x0e\xa1\xfb\x23\xf4\xfe\x4f\x1d\xb8\x9b\x81\xa7\xd1\x3a\xd7\x7f\x8a\xa2\x71\x1c\x43\x3e\xc3\x86\xda\x34\x51\xf7\x2c\xb4\xd1\x2a\x4b\xd2\xbc\x4a\x83\xd3\xf0\x64\x3e\xb2\x55\x1d\x59\x0b\x43\x0f\x83\x34\x54\x63\x77\x04\xef\xfb\x4e\x0a\xbe\xeb\x08\x1d\x1f\xa1\x0d\x78\x63\x88\x6a\x38\x3d\xf1\x8e\x46\x3a\xa9\x9a\x05\xac\xde\xbb\x91\x1b\x62\x3e\x6a\x69\x9d\x91\xbb\xc1\xbd\x09\xeb\x95\x4e\xda\x37\x02\xad\xc0\x15\xbc\xb8\x42\x56\x79\x38\x8f\xab\xac\x5a\x30\x1f\xb7\xd9\xe6\xb2\xd8\x6e\x70\x1b\x97\x65\x9c\x6f\xb2\xb4\x42\x51\x22\x29\xf2\x65\xb6\xc9\x8a\xbc\x42\x71\x81\x38\xbf\xc3\x55\x96\x2f\x17\x20\xe9\x5a\x32\xa0\xa7\xde\x4c\xfc\xda\x40\x4e\x31\x52\x3d\x65\x56\x11\xbd\x01\xd8\xeb\x67\x20\xdb\x93\x90\x7b\x29\xd0\x71\xd5\x0c\xbc\x21\x34\xfa\x91\x8c\x92\xaa\x41\x4f\xe6\x20\xed\xf4\x99\x16\x5c\xd5\xcc\x47\x27\x0f\xd2\x71\x37\xef\xfc\xf3\xa8\x90\xb1\x8b\xb2\x58\x4f\xf8\x69\xb6\x8e\xbf\xa4\x8c\x25\x65\x51\x55\xf7\xe7\xdb\x6c\xb5\xbc\x4f\x8a\xeb\x3b\x3c\xd0\x61\x08\xbe\xa6\xeb\x6d\x5c\x26\x97\x81\x9d\xbc\x04\xa2\xc1\x9a\x68\x27\x55\xc4\x58\xb9\xcd\xc1\xfb\x9f\xe0\x75\x8d\x20\x50\x3a\x10\x73\x73\x19\xaa\xa5\x65\x6c\xb6\x98\xe7\xa1\xd0\x6a\x8f\x88\x9c\x88\x7e\xaf\x19\x4b\xbf\x5d\x17\x55\x8a\x0f\xef\xcf\x3e\xb2\x9b\x62\xb5\x5d\xa7\x88\x6a\xee\x38\x63\xc9\x7a\x89\xef\xde\xac\x0d\x2c\x99\x47\x32\xde\x02\xde\x5f\x06\xde\x0f\xf6\x2b\x00\x00\xff\xff\xa7\x31\xc7\x9f\x0e\x03\x00\x00") - -func testImagesRedisDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesRedisDockerfile, - "test/images/redis/Dockerfile", - ) -} - -func testImagesRedisDockerfile() (*asset, error) { - bytes, err := testImagesRedisDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/redis/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesRedisVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe0\x02\x04\x00\x00\xff\xff\xdf\xf4\x93\x64\x04\x00\x00\x00") - -func testImagesRedisVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesRedisVersion, - "test/images/redis/VERSION", - ) -} - -func testImagesRedisVersion() (*asset, error) { - bytes, err := testImagesRedisVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/redis/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesRedisRedisConf = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xca\xcc\x4b\x51\x30\xd0\x03\x43\xae\x94\xcc\x22\x05\xfd\x94\xc4\x92\x44\x2e\x40\x00\x00\x00\xff\xff\xcd\x81\x31\xc0\x17\x00\x00\x00") - -func testImagesRedisRedisConfBytes() ([]byte, error) { - return bindataRead( - _testImagesRedisRedisConf, - "test/images/redis/redis.conf", - ) -} - -func testImagesRedisRedisConf() (*asset, error) { - bytes, err := testImagesRedisRedisConfBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/redis/redis.conf", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesRegressionIssue74839Gitignore = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xd2\x2f\x4a\x4d\x2f\x4a\x2d\x2e\xce\xcc\xcf\xd3\xcd\x2c\x2e\x2e\x4d\xd5\x35\x37\xb1\x30\xb6\xe4\x02\x04\x00\x00\xff\xff\x58\x2f\x20\xa0\x18\x00\x00\x00") - -func testImagesRegressionIssue74839GitignoreBytes() ([]byte, error) { - return bindataRead( - _testImagesRegressionIssue74839Gitignore, - "test/images/regression-issue-74839/.gitignore", - ) -} - -func testImagesRegressionIssue74839Gitignore() (*asset, error) { - bytes, err := testImagesRegressionIssue74839GitignoreBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/regression-issue-74839/.gitignore", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesRegressionIssue74839Dockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x91\x41\x8f\xd3\x3c\x10\x86\xef\xfe\x15\xaf\x92\xcb\xf7\x49\x6d\x52\x0a\x12\x2c\x9c\x42\xdb\x15\xd1\x2e\x09\x6a\xb2\xac\x2a\xc4\xc1\x49\xa6\xc9\x48\xa9\x6d\x6c\x87\x6c\xff\x3d\x4a\xb6\x2b\x51\x01\x3e\xce\x3c\x1e\x3f\xf3\x3a\xc4\x46\x9b\xb3\xe5\xb6\xf3\x58\xaf\x5e\xdd\xa0\xec\x08\x77\x43\x45\x56\x91\x27\x87\x64\xf0\x9d\xb6\x2e\x12\xa1\x08\x71\xcf\x35\x29\x47\x0d\x06\xd5\x90\x85\xef\x08\x89\x91\x75\x47\x2f\x9d\x05\xbe\x92\x75\xac\x15\xd6\xd1\x0a\xff\x4d\x40\x70\x69\x05\xff\x7f\x10\x21\xce\x7a\xc0\x49\x9e\xa1\xb4\xc7\xe0\x08\xbe\x63\x87\x23\xf7\x04\x7a\xaa\xc9\x78\xb0\x42\xad\x4f\xa6\x67\xa9\x6a\xc2\xc8\xbe\x9b\x9f\xb9\x0c\x89\x44\x88\xc3\x65\x84\xae\xbc\x64\x05\x89\x5a\x9b\x33\xf4\xf1\x77\x0e\xd2\xcf\xc2\xd3\xe9\xbc\x37\xef\xe3\x78\x1c\xc7\x48\xce\xb2\x91\xb6\x6d\xdc\x3f\x83\x2e\xbe\x4f\x37\xbb\xac\xd8\x2d\xd7\xd1\x6a\xbe\xf2\xa0\x7a\x72\x0e\x96\x7e\x0c\x6c\xa9\x41\x75\x86\x34\xa6\xe7\x5a\x56\x3d\xa1\x97\x23\xb4\x85\x6c\x2d\x51\x03\xaf\x27\xdf\xd1\xb2\x67\xd5\x2e\xe0\xf4\xd1\x8f\xd2\x92\x08\xd1\xb0\xf3\x96\xab\xc1\x5f\x85\xf5\x62\xc7\xee\x0a\xd0\x0a\x52\x21\x48\x0a\xa4\x45\x80\x8f\x49\x91\x16\x0b\x11\xe2\x31\x2d\x3f\xe5\x0f\x25\x1e\x93\xfd\x3e\xc9\xca\x74\x57\x20\xdf\x63\x93\x67\xdb\xb4\x4c\xf3\xac\x40\x7e\x8b\x24\x3b\xe0\x2e\xcd\xb6\x0b\x10\xfb\x8e\x2c\xe8\xc9\xd8\xc9\x5f\x5b\xf0\x14\x23\x35\x53\x66\x05\xd1\x95\xc0\x51\x3f\x0b\x39\x43\x35\x1f\xb9\x46\x2f\x55\x3b\xc8\x96\xd0\xea\x9f\x64\x15\xab\x16\x86\xec\x89\xdd\xf4\x99\x0e\x52\x35\x22\x44\xcf\x27\xf6\xd2\xcf\x95\x3f\x96\x8a\x84\xb8\xdd\xe7\x9f\xd1\xd6\x36\x62\x1d\xcf\xfb\xe9\x29\xca\xb8\x92\x8e\x84\x48\xb6\x5b\x58\x6a\x27\x39\xd6\x6a\xc9\xce\x0d\xb4\x7c\xfb\xe6\xdd\xeb\x1b\xc4\x7f\xaf\x0b\xb1\xcb\xca\xfd\xe1\x4b\x9e\x66\x25\xbe\x05\xff\xa0\x82\xef\x42\xfc\x0a\x00\x00\xff\xff\x39\x3c\x7b\xcf\xc5\x02\x00\x00") - -func testImagesRegressionIssue74839DockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesRegressionIssue74839Dockerfile, - "test/images/regression-issue-74839/Dockerfile", - ) -} - -func testImagesRegressionIssue74839Dockerfile() (*asset, error) { - bytes, err := testImagesRegressionIssue74839DockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/regression-issue-74839/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesRegressionIssue74839Makefile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x51\x4f\xdb\x4a\x10\x85\x9f\xef\xfe\x8a\xa3\x98\x87\x44\x4a\x1c\x2e\x17\x5d\x0a\x15\xaa\xdc\x24\x0d\x16\xd4\xae\x6c\x03\xe2\x09\xad\xed\x89\x3d\x92\xb3\xeb\xee\xae\x6b\xf2\xef\xab\x0d\x20\x15\x75\xdf\x76\xce\x99\x99\x6f\xcf\x06\x58\xe9\xfe\x60\xb8\x69\x1d\xce\x4e\xff\xbd\x44\xd1\x12\x6e\x87\x92\x8c\x22\x47\x16\xd1\xe0\x5a\x6d\x6c\x28\x02\x11\xe0\x8e\x2b\x52\x96\x6a\x0c\xaa\x26\x03\xd7\x12\xa2\x5e\x56\x2d\xbd\x2b\x73\x3c\x90\xb1\xac\x15\xce\xc2\x53\x4c\xbd\x61\xf2\x26\x4d\x66\x9f\x45\x80\x83\x1e\xb0\x97\x07\x28\xed\x30\x58\x82\x6b\xd9\x62\xc7\x1d\x81\x5e\x2a\xea\x1d\x58\xa1\xd2\xfb\xbe\x63\xa9\x2a\xc2\xc8\xae\x3d\xae\x79\x1b\x12\x8a\x00\x4f\x6f\x23\x74\xe9\x24\x2b\x48\x54\xba\x3f\x40\xef\xfe\xf4\x41\xba\x23\xb0\x3f\xad\x73\xfd\xd5\x72\x39\x8e\x63\x28\x8f\xb0\xa1\x36\xcd\xb2\x7b\x35\xda\xe5\x5d\xbc\xda\x24\xf9\x66\x71\x16\x9e\x1e\x5b\xee\x55\x47\xd6\xc2\xd0\xcf\x81\x0d\xd5\x28\x0f\x90\x7d\xdf\x71\x25\xcb\x8e\xd0\xc9\x11\xda\x40\x36\x86\xa8\x86\xd3\x9e\x77\x34\xec\x58\x35\x73\x58\xbd\x73\xa3\x34\x24\x02\xd4\x6c\x9d\xe1\x72\x70\x1f\xc2\x7a\xa7\x63\xfb\xc1\xa0\x15\xa4\xc2\x24\xca\x11\xe7\x13\x7c\x8d\xf2\x38\x9f\x8b\x00\x8f\x71\x71\x93\xde\x17\x78\x8c\xb2\x2c\x4a\x8a\x78\x93\x23\xcd\xb0\x4a\x93\x75\x5c\xc4\x69\x92\x23\xfd\x86\x28\x79\xc2\x6d\x9c\xac\xe7\x20\x76\x2d\x19\xd0\x4b\x6f\x3c\xbf\x36\x60\x1f\x23\xd5\x3e\xb3\x9c\xe8\x03\xc0\x4e\xbf\x02\xd9\x9e\x2a\xde\x71\x85\x4e\xaa\x66\x90\x0d\xa1\xd1\xbf\xc8\x28\x56\x0d\x7a\x32\x7b\xb6\xfe\x33\x2d\xa4\xaa\x45\x80\x8e\xf7\xec\xa4\x3b\x56\xfe\x7a\x54\x28\x44\x9e\xad\xf2\x6b\x43\x8d\x07\x60\xad\x16\x6c\xed\x40\x8b\x8b\xf3\x4f\xff\x5d\x8a\x28\x5b\xdd\xe0\xcb\x35\xe4\xbe\xfe\xff\x5c\x14\x51\xb6\xdd\x14\xfe\x7e\x32\x5d\xdd\x67\xeb\x38\x9b\x89\x6d\x1a\x65\xdf\x7d\xe9\x42\x6c\xd3\xbb\x28\xd9\x3e\x3f\x6c\xb2\x3c\x4e\x13\x5f\xeb\xa4\x23\xeb\xfc\x86\xe7\x75\x9c\xc1\xf7\x29\xed\x6a\x36\x38\x99\xda\x96\xba\x0e\xfd\x58\xcf\x66\x42\xd0\x4b\xaf\x8d\x13\x22\xfc\x71\x93\x26\x4f\x57\x28\x59\x89\x92\xd5\x95\xf8\x27\x0c\x97\xbc\x97\x0d\x2d\x06\xc7\x5d\x68\x5b\x2f\xe1\x64\xea\xa1\x67\x42\xfc\x0e\x00\x00\xff\xff\xda\xc4\x81\x1c\x08\x03\x00\x00") - -func testImagesRegressionIssue74839MakefileBytes() ([]byte, error) { - return bindataRead( - _testImagesRegressionIssue74839Makefile, - "test/images/regression-issue-74839/Makefile", - ) -} - -func testImagesRegressionIssue74839Makefile() (*asset, error) { - bytes, err := testImagesRegressionIssue74839MakefileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/regression-issue-74839/Makefile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesRegressionIssue74839Version = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe0\x02\x04\x00\x00\xff\xff\xdf\xf4\x93\x64\x04\x00\x00\x00") - -func testImagesRegressionIssue74839VersionBytes() ([]byte, error) { - return bindataRead( - _testImagesRegressionIssue74839Version, - "test/images/regression-issue-74839/VERSION", - ) -} - -func testImagesRegressionIssue74839Version() (*asset, error) { - bytes, err := testImagesRegressionIssue74839VersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/regression-issue-74839/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesRegressionIssue74839MainGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x55\xe1\x4e\xdb\x4a\x13\xfd\xed\x7d\x8a\xc1\x52\x2b\x87\x1a\x27\xd0\xf6\xd3\x57\xb7\xfc\x48\xa1\xa8\x16\x08\x22\x4c\x2f\xaa\x10\xba\xda\xd8\x63\x67\x15\x67\x77\x59\xaf\x49\xb9\x2d\xef\x7e\x35\x6b\x27\x38\x90\x2b\x91\x48\x01\x7b\xcf\x9c\x39\x73\x66\x77\x76\xb8\xcb\x8e\x94\x7e\x30\xa2\x9c\x59\x38\x18\xed\x7f\x82\xab\x19\xc2\x69\x33\x45\x23\xd1\x62\x0d\xe3\xc6\xce\x94\xa9\x23\xc6\xce\x44\x86\xb2\xc6\x1c\x1a\x99\xa3\x01\x3b\x43\x18\x6b\x9e\xcd\x10\xba\x95\x10\xfe\x42\x53\x0b\x25\xe1\x20\x1a\x41\x40\x00\xbf\x5b\xf2\x07\x9f\xd9\x83\x6a\x60\xc1\x1f\x40\x2a\x0b\x4d\x8d\x60\x67\xa2\x86\x42\x54\x08\xf8\x2b\x43\x6d\x41\x48\xc8\xd4\x42\x57\x82\xcb\x0c\x61\x29\xec\xcc\x25\xe9\x28\x22\xf6\xb3\x23\x50\x53\xcb\x85\x04\x0e\x99\xd2\x0f\xa0\x8a\x3e\x0a\xb8\x65\x0c\x00\x60\x66\xad\x8e\x87\xc3\xe5\x72\x19\x71\xa7\x32\x52\xa6\x1c\x56\x2d\xaa\x1e\x9e\x25\x47\xdf\xce\xd3\x6f\x7b\x07\xd1\x88\xb1\x1f\xb2\xc2\xba\x06\x83\x77\x8d\x30\x98\xc3\xf4\x01\xb8\xd6\x95\xc8\xf8\xb4\x42\xa8\xf8\x12\x94\x01\x5e\x1a\xc4\x1c\xac\x22\x9d\x4b\x23\xac\x90\x65\x08\xb5\x2a\xec\x92\x1b\x64\xb9\xa8\xad\x11\xd3\xc6\x6e\x18\xb4\x52\x25\x6a\xe8\x03\x94\x04\x2e\xc1\x1f\xa7\x90\xa4\x3e\x7c\x1d\xa7\x49\x1a\xb2\xeb\xe4\xea\xfb\xc5\x8f\x2b\xb8\x1e\x5f\x5e\x8e\xcf\xaf\x92\x6f\x29\x5c\x5c\xc2\xd1\xc5\xf9\x71\x72\x95\x5c\x9c\xa7\x70\x71\x02\xe3\xf3\x9f\x70\x9a\x9c\x1f\x87\x80\xc2\xce\xd0\x00\xfe\xd2\x86\xb4\x2b\x03\x82\xac\xc3\x3c\x62\x29\xe2\x46\xf2\x42\xb5\x62\x6a\x8d\x99\x28\x44\x06\x15\x97\x65\xc3\x4b\x84\x52\xdd\xa3\x91\x42\x96\xa0\xd1\x2c\x44\x4d\xcd\xab\x81\xcb\x9c\x55\x62\x21\x2c\xb7\xee\xf9\x45\x39\x11\xdb\x1d\x32\xa6\x79\x36\x27\x92\x05\x17\x92\x31\xb1\xd0\xca\x58\x08\x98\xe7\x57\xaa\xf4\x99\xe7\x4b\xb4\xf4\xc7\x8a\x05\xfa\x6c\xc0\x58\xd1\xc8\xcc\x81\x83\x01\xfc\x66\x9e\xd0\x10\x1f\x42\x89\x36\x99\x04\x83\x28\xb5\x46\xc8\x32\x18\x30\xaf\x52\x65\x34\x31\x42\xda\x22\xf0\xf1\x97\x45\x23\x79\x05\x42\xc7\xf0\xe6\xde\x0f\x41\xe8\x01\x63\x5e\xa9\x40\x1b\x35\xc5\xa0\x7d\xec\x87\x54\xa2\xb6\x28\xc9\xe1\x37\xf7\xf1\xa7\xd1\x68\xe4\x87\xe0\x8f\x22\xf7\xf5\x1d\xd8\x01\xd0\x84\x80\xc6\x90\x04\x89\x36\x3a\x73\x2f\x03\xdf\x66\xba\x87\x6f\xe3\x07\xcc\x13\x85\x03\xef\x1c\x82\x14\x15\x89\xf7\x34\x97\x22\x0b\xd0\x98\x01\xf3\x1e\x19\xf3\xc8\x63\x7a\x9f\x29\x29\xd7\xcc\xab\x54\xd1\x38\xa3\x0d\x4e\xd5\x6d\xa1\xda\xe0\x72\x64\x54\x1f\xb9\x15\x10\x9b\xd3\x77\xa4\xa4\x1c\xb4\x68\xf2\x33\x4a\x2b\x44\x1d\xec\x8f\x60\x17\xda\x67\xcc\x94\xcc\x29\xde\x29\x88\x8e\x2a\x55\xa3\xcb\xf7\xe8\x48\x9c\xca\xc7\xae\x07\x2b\xeb\xa0\x76\xa6\x3b\xde\xbe\x85\xb4\x4e\x7b\xa2\x67\xb8\xd0\xe3\x3c\xdf\xb4\xec\x12\x6b\x55\xdd\x63\x32\xa1\x95\xc0\x17\xfa\x43\xdc\xba\x47\x11\xaf\x70\x6c\xc3\xa9\xa7\x1e\x24\x93\x4d\x2e\x62\x7f\x15\x9f\x46\x99\x93\xea\xf8\x10\x16\x7c\x8e\xc1\x82\xeb\x9b\xb6\xc0\xdb\x46\x48\xfb\xfe\x80\xea\xb8\xe7\x06\xa6\x4d\x51\xa0\x81\x9b\x0f\xa3\x4f\xff\xbb\x9d\x3e\x58\x7c\xea\x9e\x0c\x81\xf7\xeb\x74\x5e\x5e\x22\xcf\x4f\x8c\x5a\x04\x6d\xe0\x4d\x7c\xfb\x1f\x7d\xec\x7b\xb8\x19\x39\x20\xac\x32\xdd\x1e\xee\x3a\x4d\x0e\x58\x21\x1b\x5c\x75\x5d\xcf\x2d\x25\x7d\x6b\x33\x3d\xe1\xd9\x1c\xed\xef\x47\xe6\x79\x39\xb7\x7c\x2d\x48\xcf\x6d\x94\x63\xa6\x72\x5c\xab\x91\xaf\x91\x63\x33\x0d\xda\x71\x82\xe6\xa6\xc6\x57\xe9\x11\x85\xcb\x77\x8c\xb5\x9d\xd0\xd9\xde\x39\x04\x3a\x10\x2d\xfb\x73\xf0\xf6\x6c\x31\xbc\x79\x77\x1f\x42\x51\xf1\x92\x92\x85\x40\xd5\xb4\xff\x91\xd1\x9d\x00\x3d\xb7\xee\x27\x3a\xa9\x78\xb9\x9a\x04\x2d\xb6\xc5\x0d\x7a\x72\x08\x53\xbf\x4d\x7f\x9e\x93\x9e\x4e\x4c\xd7\xfb\x1b\xc2\xae\x47\xc9\x2d\xb4\x7e\xa5\x78\x07\xef\x60\xff\x85\xe8\x67\x8c\x97\xe9\x55\x9f\xd1\xed\x2e\x9f\x5e\x1a\xcc\x50\xdc\x63\xee\x0f\xb6\x85\x8d\x8f\x4e\x7b\x61\xa2\x80\x1a\xef\x42\x50\x73\xd7\xad\xad\xb2\x3e\xd3\xaa\x43\x3f\x99\x56\xc9\x76\xcb\x60\x46\x23\x17\xb0\xb6\x7c\x5a\x89\x7a\xd6\x65\xf5\xbc\x1c\x2b\xb4\x18\x74\x8c\xad\x2b\x6b\x4a\x67\x8f\xe7\x4d\x79\x3e\x79\xb1\x85\xdc\x8a\x97\x9a\x8c\x5a\x18\xd3\xcd\xd8\xef\x69\xd8\x2e\xaf\x1e\xe3\x6e\xb9\x83\x77\xab\xe3\x6c\xee\x02\xe9\x43\xd5\x75\x94\x78\xb7\x7e\x4b\x31\xe3\x6c\x0e\x7b\xb0\x3f\xa2\x4f\xd8\xbe\x1e\x0e\xe1\x2b\xcf\x63\x0a\x02\xd5\xd8\x3d\x55\xec\x2d\x85\xcc\xd5\xb2\x65\x70\x06\x76\x1c\xc1\x47\xf8\xf2\x05\xf6\x0f\x06\xf0\x07\x26\xe9\x77\xf8\x03\xe3\xa3\xd3\x90\x18\x2e\x8a\xa2\x46\x4b\x97\x12\xb8\x00\x00\xa5\x94\x1a\x8d\x46\x27\x70\xd2\x7d\x20\x50\xb1\x72\xb0\x10\x4e\x62\xda\x6c\x75\xeb\x9a\x77\xed\xd2\xa5\xe2\x1f\x8c\x9d\xc8\xa7\xe7\xb6\x8a\xc7\xd6\x39\xda\x69\xe4\xdb\x8d\x9b\x07\x81\x3f\x55\x6a\xb1\xb3\xb3\xd3\x79\x6f\x70\xa1\x2c\x26\x93\xd5\xa0\x9a\xd0\x09\x4a\x26\xc1\xb3\x1e\xb4\x0d\xcd\x78\xf5\x12\xe9\xa6\xc1\x19\xad\xb9\x61\x39\x78\x16\xf5\xf7\xe6\xc0\xb9\x36\xc2\xe2\x95\x0a\xda\x7e\x46\x28\xdd\x79\xef\xa8\x43\x58\xc9\x69\x0f\x08\x8d\xa3\xd5\x21\xf1\xbc\xad\x83\x60\xcb\x64\x5a\xa5\xd8\x3e\x98\xdc\x2e\x77\x3f\x8f\xfd\x7b\xa3\xbb\xab\x5d\x65\xc9\x84\xb8\x5f\xcc\xf0\x63\xc1\xab\xc0\x6f\x72\x77\x8b\xfe\x3f\x72\xdf\xf8\xe3\xfb\xed\x77\x28\xa9\x3a\xe1\x96\x57\xeb\x29\xee\xe5\x48\xa3\x79\xe3\x0a\x63\xad\xa9\x64\xdc\xda\xa1\xbe\x95\xc1\x2e\x25\xfe\x71\x3c\x19\x77\x83\xc2\xa0\x6d\x8c\x84\x75\x54\x94\x4c\xd8\x23\xfb\x37\x00\x00\xff\xff\xdc\x2d\xe6\x30\xe9\x0a\x00\x00") - -func testImagesRegressionIssue74839MainGoBytes() ([]byte, error) { - return bindataRead( - _testImagesRegressionIssue74839MainGo, - "test/images/regression-issue-74839/main.go", - ) -} - -func testImagesRegressionIssue74839MainGo() (*asset, error) { - bytes, err := testImagesRegressionIssue74839MainGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/regression-issue-74839/main.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesRegressionIssue74839TcpGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x56\x7d\x6f\xda\xca\xd2\xff\xdb\xfb\x29\xe6\x20\xb5\xb2\x1b\x8e\x0d\x34\xca\x93\x87\x13\x22\x51\x9a\x9e\xa2\x1e\x11\x84\xc9\x8d\xaa\x28\x57\x5a\xec\xc1\xac\x30\xbb\xee\x7a\x5d\x9a\x13\xf5\xbb\x5f\xcd\xda\x18\x07\x37\x8d\x82\xc0\x33\xbf\x9d\x97\xdf\xbc\xac\x83\x77\x6c\xa2\xb2\x27\x2d\x92\x8d\x81\x41\xaf\xff\xff\xb0\xdc\x20\x7c\x29\x56\xa8\x25\x1a\xcc\x61\x5c\x98\x8d\xd2\xb9\xcf\xd8\x3f\x22\x42\x99\x63\x0c\x85\x8c\x51\x83\xd9\x20\x8c\x33\x1e\x6d\x10\x2a\x4d\x17\xfe\x83\x3a\x17\x4a\xc2\xc0\xef\x81\x4b\x80\x4e\xa5\xea\x78\x7f\xb1\x27\x55\xc0\x8e\x3f\x81\x54\x06\x8a\x1c\xc1\x6c\x44\x0e\x6b\x91\x22\xe0\x8f\x08\x33\x03\x42\x42\xa4\x76\x59\x2a\xb8\x8c\x10\xf6\xc2\x6c\xac\x93\xca\x84\xcf\xbe\x56\x06\xd4\xca\x70\x21\x81\x43\xa4\xb2\x27\x50\xeb\x26\x0a\xb8\x61\x0c\x00\x60\x63\x4c\x36\x0c\x82\xfd\x7e\xef\x73\x1b\xa5\xaf\x74\x12\xa4\x25\x2a\x0f\xfe\x99\x4e\x6e\x66\xe1\xcd\x9f\x03\xbf\xc7\xd8\x9d\x4c\x31\xcf\x41\xe3\xb7\x42\x68\x8c\x61\xf5\x04\x3c\xcb\x52\x11\xf1\x55\x8a\x90\xf2\x3d\x28\x0d\x3c\xd1\x88\x31\x18\x45\x71\xee\xb5\x30\x42\x26\x5d\xc8\xd5\xda\xec\xb9\x46\x16\x8b\xdc\x68\xb1\x2a\xcc\x0b\x82\x0e\x51\x89\x1c\x9a\x00\x25\x81\x4b\xe8\x8c\x43\x98\x86\x1d\xf8\x30\x0e\xa7\x61\x97\xdd\x4f\x97\x9f\x6f\xef\x96\x70\x3f\x5e\x2c\xc6\xb3\xe5\xf4\x26\x84\xdb\x05\x4c\x6e\x67\x1f\xa7\xcb\xe9\xed\x2c\x84\xdb\x4f\x30\x9e\x7d\x85\x2f\xd3\xd9\xc7\x2e\xa0\x30\x1b\xd4\x80\x3f\x32\x4d\xb1\x2b\x0d\x82\xa8\xc3\xd8\x67\x21\xe2\x0b\xe7\x6b\x55\x06\x93\x67\x18\x89\xb5\x88\x20\xe5\x32\x29\x78\x82\x90\xa8\xef\xa8\xa5\x90\x09\x64\xa8\x77\x22\xa7\xe2\xe5\xc0\x65\xcc\x52\xb1\x13\x86\x1b\xfb\xdc\x4a\xc7\x67\xef\x02\xc6\x82\x00\xe6\x5c\x1b\xc1\xd3\xf4\x89\x4a\x21\x30\x86\xb5\x56\x3b\x4b\x7d\x3e\x0c\x82\x44\x98\x4d\xb1\xf2\x23\xb5\x0b\x56\x6a\x8f\x22\x48\xa9\xcb\x36\xaa\xc8\x31\x58\xa5\x6a\x15\xec\x78\x6e\x50\x07\xd9\x36\x09\x32\xad\x56\x18\x98\x28\xf3\x13\xc5\x58\xc6\xa3\x2d\xc5\xb7\xe3\x42\x32\x26\x76\x99\xd2\x06\x5c\xe6\x74\x56\x4f\x06\xf3\x0e\x73\x3a\x28\x23\x15\x0b\x99\x04\x2b\x21\xb9\x7e\x22\x51\xaa\x12\xfa\x92\x68\x3a\xcc\x63\x2c\x52\x32\xb7\x87\x4c\x94\x7d\x46\x1e\xa3\x0e\xc5\xbf\x08\x23\x18\xf4\xac\x6c\xae\x95\x51\xb3\x62\x07\x00\x23\xb8\x78\x71\x22\x08\xe0\xd3\x74\x46\x45\xe3\xb0\x9c\xcc\x61\x9d\xf2\x84\x39\x24\x2a\x84\x34\xfd\x0b\x18\x41\x1f\xae\xae\x40\x28\xc3\x2d\x3a\xfc\xda\x42\x87\x5f\x67\x56\xb5\x08\x97\xa7\xaa\x45\xb8\xb4\xaa\x79\xf8\xf9\x54\x35\x0f\x3f\x5b\xd5\x78\xf2\xe5\x54\x35\x9e\x7c\xb1\xaa\xbb\xc5\xdf\xa7\xaa\xbb\xc5\xdf\x56\x75\x33\xb9\x39\x55\xdd\x4c\x6e\xac\x6a\x72\xbf\x38\x55\x4d\xee\x17\x56\x35\x0b\x4f\x35\xb3\x90\xe8\x30\x4f\x19\x02\x11\xc5\xa3\x2d\x1a\xc8\x8d\x2e\x22\x03\xcf\xcc\x09\x75\x34\xa7\x82\x00\x1c\xf8\x08\x02\xe8\x31\xe7\x23\xe6\xa6\x52\x1c\xe5\x03\xe6\x84\xf8\x0d\xaa\x3f\x92\xbf\x1f\x90\xfc\x9c\x39\xe3\x68\xdb\x96\x5f\x32\xe7\x53\xca\x93\xfc\x28\x2f\xed\xf4\xdf\x33\xe7\x5e\xc8\x58\xed\x6d\x19\x1b\x8a\x73\xe6\x4c\x36\x18\x6d\x73\x5b\xcb\x86\xe2\x82\x39\x77\x3a\x41\x69\xe6\x46\xbf\x50\x5c\xda\xbc\x07\x3d\xf6\x93\xb1\x75\x21\x23\x70\x0d\xbc\xab\x33\xf5\x20\xc6\x48\xc5\xe8\x66\x5b\x03\x0f\x8f\xd4\x72\x1e\xb8\xe5\x8f\x2e\xa0\xd6\x4a\x7b\x44\x03\x6a\x0d\xc3\x11\x94\x0d\xe8\x2f\x90\xc7\xae\x6d\x4f\x7f\x86\xfb\x85\x6d\x38\xb2\xe0\x75\x0f\x88\x0f\x22\xb9\x91\xb1\xe0\xb2\x0b\xc6\x63\x8e\x58\x93\x2d\xf8\x63\x04\x52\xa4\x64\xcf\xd1\x68\x0a\x2d\xe9\xd1\xba\x61\xce\x4f\xc6\x0e\xc2\x6c\x6b\x1e\x8c\xff\x91\x1b\x7e\xbb\x5e\xe7\x68\x5c\x6f\xf8\xd8\x25\xe8\x6b\x39\x34\xa1\x20\xa4\x2d\x5c\x65\x4b\x48\xe3\xba\xc6\x2f\x69\xbe\xbe\x86\xfe\xc0\x83\x77\x70\xee\xbd\x66\x8a\x80\xa1\xd1\x42\x26\xae\x47\x6d\x40\xfb\xe2\x99\x39\xaa\x30\x94\x7f\xa7\xc3\x6c\x32\x95\xc1\xb7\x34\x26\x7f\x8c\xa0\x67\x53\x22\xcc\xd9\x08\x3a\x24\xec\x50\x42\x4d\x24\x4d\x4d\x0b\x49\xc2\x16\x92\x86\xa8\x85\x24\x61\x0b\x49\x33\xd5\x42\x92\xb0\x85\xa4\x11\x6b\x21\x49\xd8\x42\xd2\xc4\xb5\x90\x24\x6c\x21\x69\x00\x5b\x48\x12\xb6\x90\x34\x8f\x2d\x24\x09\x5b\xc8\x59\xd8\x06\xce\xc2\x12\x57\x97\x54\x15\xe6\xb5\xea\xd9\x4d\x89\x6e\xae\xa3\x2e\xc4\x98\x1b\x90\x68\xfc\xe9\xbc\x0b\x31\x37\xbc\xee\xef\xf2\x9b\x9c\x50\xd7\x0f\x47\xb0\xe3\x5b\xac\x9b\x7e\xd0\xa3\xcf\x59\x8a\xd2\xa5\x53\x9e\xc7\x98\x53\xda\x6d\x8e\x40\xdd\xe0\xb5\xd2\x9f\x17\xe6\xce\xce\x1d\x8d\x42\x17\x8c\x5f\xed\x0e\xef\x15\xc8\xc3\x80\xda\xda\xf8\x87\x55\xd2\xc6\xbd\x1f\x58\xdc\x79\x89\x0b\xf1\xdb\xab\x90\xcb\x12\x32\x8e\xb6\xaf\x7a\xeb\x57\xee\x2c\xd3\xaf\xa3\x2a\x67\xc7\xf5\xf3\x3a\xb4\x72\x5a\xef\x1d\x62\x2a\x3a\x6c\xa7\xe1\x08\x0e\xbf\x97\x93\xf9\xb1\x24\x5d\x3b\xde\xc3\x17\x17\xd5\x63\x59\x20\xcf\x16\xe4\xa1\x7f\xf1\x08\x23\xbb\xc2\x2e\xdd\xda\xdc\x5b\xe8\xfd\x58\xaf\x0f\x88\xff\xfb\x05\xe2\xfa\x1a\x2e\x29\x02\xaa\xe9\x88\xde\x69\x50\xc6\x65\x25\xc8\xb6\xef\xfb\xde\x8b\x0d\x53\xb7\xd0\x2f\xa3\xac\x1b\xa7\x8e\xf3\xa4\x87\xaa\x0d\xfb\xcc\x9c\x54\x25\xfe\x5c\x0b\x69\xd6\x6e\x27\xe2\x69\x4a\x1b\xa3\x61\x73\x08\x6f\xbe\xd7\xff\x9d\x2e\x34\x88\x38\xb1\xed\x11\x7b\x5b\x22\xee\xad\x89\xb2\xc3\x9a\x47\xfd\x4c\xbd\x4f\x37\x9e\xad\x02\x64\x39\x16\xb1\xda\xd8\x83\xbe\x3d\xe2\xf3\x38\xa6\xd0\xfd\xa5\x3a\x77\x3d\xef\x28\x23\x37\x07\x21\x73\xbe\x73\x5d\x1d\x2e\xbd\xc2\xc3\xb9\x4d\x86\x39\x4d\xe9\x43\x9f\xb8\x6d\xbc\x33\x30\xe7\xb4\xe5\x9b\x7d\xd0\x3c\x69\x1b\xac\x24\xc6\xad\xc7\xc7\x0e\x52\x9d\xa9\xd7\x0c\xef\xc5\xe1\xe1\x63\x43\x73\xc4\x37\x92\xb1\x14\x9d\xf0\x5d\x93\x34\x84\x37\x67\x44\x6f\xb4\xd9\x36\xea\x4c\x67\xd7\x42\xf2\x54\xfc\x8b\xae\xdd\xf9\x87\x8b\xfe\x48\x6f\xe3\xb2\x2f\x6f\xd5\xc3\x0d\xcd\x1c\x15\xc7\x1f\x68\x53\x94\x2c\xa5\x28\x13\xb3\x01\xba\x52\x8e\xfb\x27\xb2\xfb\xe7\x68\xcd\x83\xa3\xbf\x46\x93\x68\xb4\x8b\x26\xf2\x73\x22\x54\xac\x21\xf2\x4b\x73\x6f\x06\x70\x5d\x2d\x3c\xc2\x9c\x8d\x2a\xe7\x6e\xe4\x57\xde\x3d\xbb\x24\xeb\xac\x53\xe9\x76\x34\x9a\x21\x74\xba\xa0\x91\x96\x06\xbd\xf2\x6a\x34\xd7\xd7\xfd\x8b\x17\xb6\x46\x24\x7d\x4b\x63\xb3\x5e\xc3\xd9\x01\xc2\x9c\xdf\xd9\xfa\xbd\xa7\x8a\xd5\xff\x56\x35\xb6\xc2\xdf\x30\x71\xa8\x5a\x3d\x34\xcf\x36\xf5\xba\x35\x60\x34\x3a\x86\x5b\x68\x69\xdd\x6f\xf8\x77\xbc\xad\x78\xb7\x8c\x35\x79\x62\xce\xe1\x99\x98\xaa\x0d\x59\xb3\xcd\x83\x64\xd3\x7a\xae\x17\x41\x19\xc2\x73\xcd\xea\xcf\xc6\x5a\x20\xb7\x44\xa2\x20\x87\xbd\xbf\x40\xc0\xd5\xd1\xf6\x9f\x7d\x12\x9c\x8d\x60\x60\xad\xda\x0a\x36\xca\x44\x98\x07\xf1\xe8\xc1\xd9\x4b\xc9\x59\xff\xd1\xbb\xba\xba\x3c\x5c\x70\xbf\x28\x77\x1d\x0a\x8c\x6c\x28\x0f\x0d\x97\x8f\x74\xee\x27\xfb\x5f\x00\x00\x00\xff\xff\x2a\x67\xe4\x3f\xb1\x0e\x00\x00") - -func testImagesRegressionIssue74839TcpGoBytes() ([]byte, error) { - return bindataRead( - _testImagesRegressionIssue74839TcpGo, - "test/images/regression-issue-74839/tcp.go", - ) -} - -func testImagesRegressionIssue74839TcpGo() (*asset, error) { - bytes, err := testImagesRegressionIssue74839TcpGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/regression-issue-74839/tcp.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesResourceConsumerGitignore = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xce\xcf\x2b\x2e\xcd\x4d\x2d\xe2\x82\x32\x74\x93\x0b\x4a\xf5\x91\xd8\x20\xf1\x92\xa2\xfc\x9c\x9c\xd4\x22\x7d\x04\x93\x0b\x10\x00\x00\xff\xff\x1b\x0f\x16\x78\x37\x00\x00\x00") - -func testImagesResourceConsumerGitignoreBytes() ([]byte, error) { - return bindataRead( - _testImagesResourceConsumerGitignore, - "test/images/resource-consumer/.gitignore", - ) -} - -func testImagesResourceConsumerGitignore() (*asset, error) { - bytes, err := testImagesResourceConsumerGitignoreBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/resource-consumer/.gitignore", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesResourceConsumerBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\xcd\xb6\x28\xd6\x4b\x4f\x2e\xd2\xcb\xcc\xd7\x4f\x49\x4d\xca\x4c\xcc\xd3\x4d\x4a\x2c\x4e\xd5\x05\x4b\x5a\x19\xe8\x99\xe8\x19\x72\x25\x16\xe5\xe2\x54\x56\x94\x8b\x50\x84\xc7\x34\x90\x24\x54\x61\x41\x41\xb2\x99\x49\x4e\x2a\x2e\xa5\x50\x69\xa8\xe2\x62\x63\x4b\x83\x0a\x5c\x4a\xc1\x92\x50\x85\x80\x00\x00\x00\xff\xff\x82\x15\xeb\x61\xcd\x00\x00\x00") - -func testImagesResourceConsumerBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesResourceConsumerBaseimage, - "test/images/resource-consumer/BASEIMAGE", - ) -} - -func testImagesResourceConsumerBaseimage() (*asset, error) { - bytes, err := testImagesResourceConsumerBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/resource-consumer/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesResourceConsumerDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\xdf\x6e\x9b\x4c\x10\xc5\xef\xf7\x29\x8e\xcc\xcd\xf7\x49\x36\xb8\xb9\xa8\xa2\xf6\x8a\xd8\xa4\x41\x49\x20\x05\xdc\xd4\xaa\xaa\x68\xbd\x8c\x61\x24\xbc\x4b\x76\x97\x12\xbf\x7d\x85\xf3\x47\x89\xca\x15\x3b\x73\xe6\xec\x6f\xce\x06\x58\x99\xfe\x68\xb9\x69\x3d\xce\x96\x9f\x3e\xa3\x6a\x09\xd7\xc3\x8e\xac\x26\x4f\x0e\xf1\xe0\x5b\x63\x5d\x28\x02\x11\xe0\x86\x15\x69\x47\x35\x06\x5d\x93\x85\x6f\x09\x71\x2f\x55\x4b\xaf\x9d\x39\x7e\x90\x75\x6c\x34\xce\xc2\x25\xfe\x9b\x04\xb3\x97\xd6\xec\xff\xaf\x22\xc0\xd1\x0c\x38\xc8\x23\xb4\xf1\x18\x1c\xc1\xb7\xec\xb0\xe7\x8e\x40\x4f\x8a\x7a\x0f\xd6\x50\xe6\xd0\x77\x2c\xb5\x22\x8c\xec\xdb\xd3\x35\x2f\x26\xa1\x08\xb0\x7d\xb1\x30\x3b\x2f\x59\x43\x42\x99\xfe\x08\xb3\x7f\xaf\x83\xf4\x27\xe0\xe9\x6b\xbd\xef\xbf\x44\xd1\x38\x8e\xa1\x3c\xc1\x86\xc6\x36\x51\xf7\x2c\x74\xd1\x4d\xba\x4a\xb2\x32\x59\x9c\x85\xcb\xd3\xc8\x46\x77\xe4\x1c\x2c\x3d\x0e\x6c\xa9\xc6\xee\x08\xd9\xf7\x1d\x2b\xb9\xeb\x08\x9d\x1c\x61\x2c\x64\x63\x89\x6a\x78\x33\xf1\x8e\x96\x3d\xeb\x66\x0e\x67\xf6\x7e\x94\x96\x44\x80\x9a\x9d\xb7\xbc\x1b\xfc\x87\xb0\x5e\xe9\xd8\x7d\x10\x18\x0d\xa9\x31\x8b\x4b\xa4\xe5\x0c\x17\x71\x99\x96\x73\x11\xe0\x3e\xad\xae\xf2\x4d\x85\xfb\xb8\x28\xe2\xac\x4a\x93\x12\x79\x81\x55\x9e\xad\xd3\x2a\xcd\xb3\x12\xf9\x25\xe2\x6c\x8b\xeb\x34\x5b\xcf\x41\xec\x5b\xb2\xa0\xa7\xde\x4e\xfc\xc6\x82\xa7\x18\xa9\x9e\x32\x2b\x89\x3e\x00\xec\xcd\x33\x90\xeb\x49\xf1\x9e\x15\x3a\xa9\x9b\x41\x36\x84\xc6\xfc\x21\xab\x59\x37\xe8\xc9\x1e\xd8\x4d\x8f\xe9\x20\x75\x2d\x02\x74\x7c\x60\x2f\xfd\xa9\xf2\xcf\x52\xa1\x10\x97\x45\x7e\x3b\xe1\x27\xe9\x6d\xfc\x2d\x11\x62\x55\xe4\x65\xf9\x70\xb1\x49\x6f\xd6\x0f\xab\xfc\x6e\x8b\x47\x3a\x0c\x8b\xef\xc9\xed\x26\x2e\x56\x57\x0b\x37\x79\x29\x44\x83\xb3\xd1\x8e\x75\x24\x44\xb1\xc9\xa0\x3a\x92\x7a\xc1\xda\x79\xd9\x75\x70\x7e\xda\x46\x88\x78\xbd\x86\x32\xda\x0d\x07\xb2\x88\x5e\xff\xde\x97\x17\xaa\x1f\xde\x3a\xd3\x41\x24\x3f\xef\xf2\x32\xc1\xf9\xf2\x7c\x29\x92\xac\x2a\xb6\x77\x79\x9a\x55\xf8\x35\x7b\x9b\x9f\xfd\x16\x7f\x03\x00\x00\xff\xff\x2a\x33\xb6\x05\x00\x03\x00\x00") - -func testImagesResourceConsumerDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesResourceConsumerDockerfile, - "test/images/resource-consumer/Dockerfile", - ) -} - -func testImagesResourceConsumerDockerfile() (*asset, error) { - bytes, err := testImagesResourceConsumerDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/resource-consumer/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesResourceConsumerMakefile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x51\x4f\xdb\x30\x14\x85\x9f\xe7\x5f\x71\xd4\xf0\xd0\x4a\x25\x65\x68\xe2\x81\x09\x4d\x59\xdb\x41\x04\x4a\xa6\xa4\x80\x78\x42\x4e\x72\x9b\x5c\x29\xb1\x3d\xdb\x59\xe8\xbf\x9f\x5c\x40\x02\x2d\x4f\x37\xf7\x1c\xdf\xfb\xf9\x38\xc2\x5a\x9b\x83\xe5\xb6\xf3\x38\x3f\xfb\x7a\x81\x5d\x47\xb8\x1d\x2b\xb2\x8a\x3c\x39\x24\xa3\xef\xb4\x75\xb1\x88\x44\x84\x3b\xae\x49\x39\x6a\x30\xaa\x86\x2c\x7c\x47\x48\x8c\xac\x3b\x7a\x57\x96\x78\x20\xeb\x58\x2b\x9c\xc7\x67\x98\x07\xc3\xec\x4d\x9a\x2d\xbe\x8b\x08\x07\x3d\x62\x90\x07\x28\xed\x31\x3a\x82\xef\xd8\x61\xcf\x3d\x81\x5e\x6a\x32\x1e\xac\x50\xeb\xc1\xf4\x2c\x55\x4d\x98\xd8\x77\xc7\x35\x6f\x43\x62\x11\xe1\xe9\x6d\x84\xae\xbc\x64\x05\x89\x5a\x9b\x03\xf4\xfe\xa3\x0f\xd2\x1f\x81\xc3\xd7\x79\x6f\x2e\x57\xab\x69\x9a\x62\x79\x84\x8d\xb5\x6d\x57\xfd\xab\xd1\xad\xee\xd2\xf5\x36\x2b\xb7\xa7\xe7\xf1\xd9\xf1\xc8\xbd\xea\xc9\x39\x58\xfa\x33\xb2\xa5\x06\xd5\x01\xd2\x98\x9e\x6b\x59\xf5\x84\x5e\x4e\xd0\x16\xb2\xb5\x44\x0d\xbc\x0e\xbc\x93\x65\xcf\xaa\x5d\xc2\xe9\xbd\x9f\xa4\x25\x11\xa1\x61\xe7\x2d\x57\xa3\xff\x14\xd6\x3b\x1d\xbb\x4f\x06\xad\x20\x15\x66\x49\x89\xb4\x9c\xe1\x67\x52\xa6\xe5\x52\x44\x78\x4c\x77\x37\xf9\xfd\x0e\x8f\x49\x51\x24\xd9\x2e\xdd\x96\xc8\x0b\xac\xf3\x6c\x93\xee\xd2\x3c\x2b\x91\xff\x42\x92\x3d\xe1\x36\xcd\x36\x4b\x10\xfb\x8e\x2c\xe8\xc5\xd8\xc0\xaf\x2d\x38\xc4\x48\x4d\xc8\xac\x24\xfa\x04\xb0\xd7\xaf\x40\xce\x50\xcd\x7b\xae\xd1\x4b\xd5\x8e\xb2\x25\xb4\xfa\x2f\x59\xc5\xaa\x85\x21\x3b\xb0\x0b\x8f\xe9\x20\x55\x23\x22\xf4\x3c\xb0\x97\xfe\xd8\xf9\xef\x52\xb1\x10\x65\xb1\x2e\x71\x85\x5a\x2b\x37\x0e\x64\xdf\x8b\xd3\xda\x8c\xab\x0f\xb5\x48\x8a\xf5\x0d\x7e\x5c\x41\x0e\xcd\xc5\x37\xb1\x4b\x8a\xeb\xed\x2e\xfc\x9f\xcc\xd7\xf7\xc5\x26\x2d\x16\xe2\x3a\xbf\x4b\xb2\xeb\xe7\x87\x6d\x51\xa6\x79\x16\xb4\x5e\x7a\x72\x3e\xac\x78\xde\xa4\x05\x82\x59\x69\xdf\xb0\xc5\xc9\xdc\x75\xd4\xf7\x30\x53\xb3\x58\x08\x7a\x31\xda\x7a\x21\x2a\x56\x97\xe2\x4b\x1c\xaf\x78\x90\x2d\x9d\x8e\x9e\xfb\xd8\x75\xa8\x58\xe1\x64\x1e\x40\x17\x42\xc4\xbf\x6f\xf2\xec\xe9\x32\x34\xc5\xbf\x00\x00\x00\xff\xff\x77\xfc\xfb\xba\x08\x03\x00\x00") - -func testImagesResourceConsumerMakefileBytes() ([]byte, error) { - return bindataRead( - _testImagesResourceConsumerMakefile, - "test/images/resource-consumer/Makefile", - ) -} - -func testImagesResourceConsumerMakefile() (*asset, error) { - bytes, err := testImagesResourceConsumerMakefileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/resource-consumer/Makefile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesResourceConsumerVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe5\x02\x04\x00\x00\xff\xff\x9a\x00\xe4\x19\x04\x00\x00\x00") - -func testImagesResourceConsumerVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesResourceConsumerVersion, - "test/images/resource-consumer/VERSION", - ) -} - -func testImagesResourceConsumerVersion() (*asset, error) { - bytes, err := testImagesResourceConsumerVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/resource-consumer/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesResourceConsumerCommonCommonGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x94\x41\x73\xdb\x36\x10\x85\xcf\xc4\xaf\xd8\xc1\x29\xc9\xd8\xa4\xeb\x43\x0f\xed\xf8\x40\xcb\x76\xca\x49\x44\xb9\xa6\xdc\x4c\x8e\x10\xb8\x22\x31\x26\x00\x06\x58\x84\x51\x7e\x7d\x07\x14\x65\x49\x96\xcc\x9b\xf4\xbe\xf7\x76\xdf\x52\xa3\xec\x13\x9b\xd9\x7e\xe3\x54\xd3\x12\x5c\x5f\xfd\xf1\x27\x2c\x5b\x84\x2f\x61\x85\xce\x20\xa1\x87\x3c\x50\x6b\x9d\x4f\x19\xfb\xaa\x24\x1a\x8f\x35\x04\x53\xa3\x03\x6a\x11\xf2\x5e\xc8\x16\x61\x52\x2e\xe0\x3f\x74\x5e\x59\x03\xd7\xe9\x15\x7c\x88\x00\x9f\x24\xfe\xf1\x6f\xb6\xb1\x01\xb4\xd8\x80\xb1\x04\xc1\x23\x50\xab\x3c\xac\x55\x87\x80\xbf\x24\xf6\x04\xca\x80\xb4\xba\xef\x94\x30\x12\x61\x50\xd4\x8e\x43\xa6\x88\x94\x7d\x9f\x02\xec\x8a\x84\x32\x20\x40\xda\x7e\x03\x76\x7d\x48\x81\x20\xc6\x00\x00\x5a\xa2\xfe\xaf\x2c\x1b\x86\x21\x15\xe3\x96\xa9\x75\x4d\xd6\x6d\x29\x9f\x7d\x2d\x66\xf7\x65\x75\x7f\x79\x9d\x5e\x31\xf6\x6c\x3a\xf4\x1e\x1c\xfe\x08\xca\x61\x0d\xab\x0d\x88\xbe\xef\x94\x14\xab\x0e\xa1\x13\x03\x58\x07\xa2\x71\x88\x35\x90\x8d\x7b\x0e\x4e\x91\x32\xcd\x05\x78\xbb\xa6\x41\x38\x64\xb5\xf2\xe4\xd4\x2a\xd0\xd1\x81\x76\x5b\x29\x0f\x87\x80\x35\x20\x0c\xf0\xbc\x82\xa2\xe2\x70\x9b\x57\x45\x75\xc1\xbe\x15\xcb\x7f\x16\xcf\x4b\xf8\x96\x3f\x3d\xe5\xe5\xb2\xb8\xaf\x60\xf1\x04\xb3\x45\x79\x57\x2c\x8b\x45\x59\xc1\xe2\x01\xf2\xf2\x3b\x7c\x29\xca\xbb\x0b\x40\x45\x2d\x3a\xc0\x5f\xbd\x8b\xbb\x5b\x07\x2a\x9e\x0e\xeb\x94\x55\x88\x47\xc3\xd7\x76\xbb\x8c\xef\x51\xaa\xb5\x92\xd0\x09\xd3\x04\xd1\x20\x34\xf6\x27\x3a\xa3\x4c\x03\x3d\x3a\xad\x7c\x7c\x79\x1e\x84\xa9\x59\xa7\xb4\x22\x41\xe3\xe7\x93\x3a\x29\xfb\x94\x31\xd6\x0b\xf9\x12\x43\xa4\xd5\xda\x1a\xc6\xb2\x0c\x66\xd6\x78\x12\x86\xe2\x2d\x3b\x41\xdb\x73\x3d\x3a\xab\x91\x5a\x0c\x1e\x34\x92\x53\xd2\xa7\x4c\x46\x10\x3e\xb0\x24\x3a\x82\xc6\xd9\xe3\x73\x5e\xd7\x63\x93\xed\x73\x03\x3c\xdb\x6b\xfc\x15\x9c\xa3\x7e\x17\x9c\xa3\xe6\x2c\xb9\x0d\xba\x9f\x8f\x73\x4e\xc1\xbd\xc6\x59\xf2\x19\x69\x16\x9c\x43\x43\x15\x09\x0a\x7e\x87\x47\xf0\xad\xc6\x59\xb2\xf5\xf9\xe3\xd0\x29\x77\xea\xc5\x19\x4b\xe6\xaa\xeb\x94\xb4\x0e\xfd\xbf\x01\xdd\x06\x8e\x9e\x1b\xe0\xfa\x55\x1f\x33\x1b\xb1\xda\xd0\x59\x76\x84\x77\xfa\xeb\xfc\x52\x68\x7c\x27\x78\xd7\xeb\x0e\x3b\x12\xe7\x02\x27\xb0\x8e\x7a\xe4\x82\x1b\x5f\x70\x85\xf2\x94\x8e\xdc\x5e\xe7\x2c\x79\xc2\x1f\x01\x3d\x55\xea\x37\x16\xe6\x6d\xc9\x1b\xe0\x6e\xaf\xcf\x0f\x2b\x1e\xfb\xde\xf4\x7d\xe3\x3b\x68\x7b\x60\x9b\x05\x4f\x56\x6f\xeb\x9f\x1d\xb7\x3f\xfe\xad\xa8\x27\xe3\x99\xde\xb7\xa2\x86\xc9\x96\x42\x69\x09\x04\x3c\x2e\xaa\xe5\xee\x3b\xce\x92\x67\xf3\x62\xec\x60\x1e\x82\x91\xb1\xf8\xb1\x3d\x6c\x45\x58\x4f\x2a\x67\x49\x61\xa4\x75\x0e\x25\xed\x1c\xb9\x6b\x82\x46\x43\x91\x57\x3b\xf1\xd5\x01\x62\x92\x39\x4b\x4a\x4b\x9f\xd5\x4f\x34\x27\xce\x68\x8d\xff\x90\x4d\x54\xcf\x59\x59\xf2\xe0\x84\xc6\xc1\xba\x97\xf8\x63\x88\x7c\x6b\x9d\xfa\x6d\x0d\x89\xee\xb2\xb7\xf5\xa5\x08\x64\xbd\x14\x9d\x32\x0d\x67\x1f\xd9\xff\x01\x00\x00\xff\xff\xe1\xe8\xc2\x46\xe3\x05\x00\x00") - -func testImagesResourceConsumerCommonCommonGoBytes() ([]byte, error) { - return bindataRead( - _testImagesResourceConsumerCommonCommonGo, - "test/images/resource-consumer/common/common.go", - ) -} - -func testImagesResourceConsumerCommonCommonGo() (*asset, error) { - bytes, err := testImagesResourceConsumerCommonCommonGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/resource-consumer/common/common.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesResourceConsumerConsumeCpuConsume_cpuGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x7c\x52\x5d\x6f\xa3\x46\x14\x7d\x66\x7e\xc5\x11\x4f\x90\x78\xc1\x89\xda\x4a\xdd\x24\x0f\x6e\x92\xb6\xd6\x6e\x9d\x28\x38\x5d\xed\xe3\x78\xb8\xc0\x68\x61\x86\x9d\xb9\xc4\xb1\xaa\xfc\xf7\x6a\xc0\x49\xec\x56\x2d\x2f\xc0\xb9\x5f\xe7\xdc\x73\xf3\x13\x71\x6d\xfb\x9d\xd3\x75\xc3\x38\x9f\x9f\xfd\x88\x75\x43\xf8\x34\x6c\xc8\x19\x62\xf2\x58\x0c\xdc\x58\xe7\x33\x21\x3e\x6b\x45\xc6\x53\x89\xc1\x94\xe4\xc0\x0d\x61\xd1\x4b\xd5\x10\xf6\x91\x19\xfe\x24\xe7\xb5\x35\x38\xcf\xe6\x48\x42\x42\xbc\x0f\xc5\xe9\x85\xd8\xd9\x01\x9d\xdc\xc1\x58\xc6\xe0\x09\xdc\x68\x8f\x4a\xb7\x04\x7a\x56\xd4\x33\xb4\x81\xb2\x5d\xdf\x6a\x69\x14\x61\xab\xb9\x19\x87\xec\x5b\x64\xe2\xeb\xbe\x81\xdd\xb0\xd4\x06\x12\xca\xf6\x3b\xd8\xea\x30\x0b\x92\x85\x00\x80\x86\xb9\xff\x98\xe7\xdb\xed\x36\x93\x23\xcb\xcc\xba\x3a\x6f\xa7\x2c\x9f\x7f\x5e\x5e\xdf\xae\x8a\xdb\x0f\xe7\xd9\x5c\x88\x47\xd3\x92\xf7\x70\xf4\x7d\xd0\x8e\x4a\x6c\x76\x90\x7d\xdf\x6a\x25\x37\x2d\xa1\x95\x5b\x58\x07\x59\x3b\xa2\x12\x6c\x03\xcf\xad\xd3\xac\x4d\x3d\x83\xb7\x15\x6f\xa5\x23\x51\x6a\xcf\x4e\x6f\x06\x3e\x5a\xd0\x2b\x2b\xed\x71\x98\x60\x0d\xa4\x41\xbc\x28\xb0\x2c\x62\xfc\xb2\x28\x96\xc5\x4c\x7c\x59\xae\x7f\xbf\x7b\x5c\xe3\xcb\xe2\xe1\x61\xb1\x5a\x2f\x6f\x0b\xdc\x3d\xe0\xfa\x6e\x75\xb3\x5c\x2f\xef\x56\x05\xee\x7e\xc5\x62\xf5\x15\x9f\x96\xab\x9b\x19\x48\x73\x43\x0e\xf4\xdc\xbb\xc0\xdd\x3a\xe8\xb0\x3a\x2a\x33\x51\x10\x1d\x0d\xaf\xec\x44\xc6\xf7\xa4\x74\xa5\x15\x5a\x69\xea\x41\xd6\x84\xda\x3e\x91\x33\xda\xd4\xe8\xc9\x75\xda\x07\xf3\x3c\xa4\x29\x45\xab\x3b\xcd\x92\xc7\xff\x7f\xc9\xc9\xc4\x49\x2e\x44\x2f\xd5\xb7\xd0\xa4\x93\xda\x08\xa1\xbb\xde\x3a\x46\x22\xa2\xb8\x6a\x65\x1d\x8b\x28\xee\x24\x37\xe1\xcd\xba\xa3\x58\x88\x28\xde\x68\xde\x0c\xea\x1b\xf1\xe8\xc5\x86\x1c\xeb\x6e\xf0\x3f\xe7\x7e\xe7\x99\x3a\xcf\x92\x63\x91\x0a\xa1\xac\xf1\x0c\xdf\x12\xf5\xb8\x42\xa8\xce\x6e\x06\x37\x92\x49\xce\xe6\x29\x4e\x26\xec\x0f\xdd\xb6\xda\x93\xb2\xa6\x14\xa2\x1a\x8c\x42\x69\x0b\xdb\x11\x37\xda\xd4\x49\x8a\xbf\x44\x14\x94\x6b\x7c\xbc\xc2\xd9\x05\x34\x2e\x71\x36\x9f\x9e\x0b\xe8\xd3\xd3\x90\x10\x3d\x87\x68\xd5\x5a\xc9\x3f\xfd\x90\xcc\xd3\x11\x39\xbd\x42\xa0\x9e\x15\xdf\x1d\x8f\xd8\x8b\x78\x11\xe2\x49\xba\xa0\xae\x0b\x53\x95\x75\xe4\x81\x50\x29\xeb\x6c\x69\x38\x89\xdf\xf1\x78\x86\xf9\x0c\x07\x00\xcc\xd0\x6d\xc8\xc5\xa9\x88\xca\xbd\x8e\x82\xd4\x51\xf5\x2b\xfe\xc1\x93\xda\xd7\xbf\x42\xa3\xd8\x70\x73\x93\x54\x1f\xa7\x61\x47\xa3\xde\xb0\xf9\xbd\xd0\xd0\xe9\x5e\x3a\x4f\x49\x2a\xa2\x3c\x87\xb2\xe6\x89\x1c\xe3\x80\x05\xdb\xe0\xb2\x22\xc3\xb2\xa6\x43\x21\xf7\x8a\x0f\xb7\x70\xf2\x1e\x49\x91\xbf\xc1\x67\xf3\x03\xfe\x21\xff\xd8\x98\x93\x03\x69\x6f\x16\x15\x93\x3b\x91\x67\xe9\xf8\xad\x66\x65\xb7\x81\x65\xa5\x9d\x1f\xc1\x77\xfb\xb3\xdf\x88\xef\x9d\x55\xd7\xf7\x8f\x85\xec\xfa\x76\x54\x33\x9e\xef\xd8\x4d\x1b\x45\xc9\xd8\x2b\xc5\x25\xde\xb8\x04\x1f\x55\x3f\xfc\x67\xab\xc5\x13\x39\x59\x53\x32\x0e\x9c\xfd\xff\xb8\x7f\x86\x1f\xfb\x30\x3a\x49\xb3\xe9\x23\x1c\x88\xae\xa0\xfa\x21\x5b\x5b\x96\x6d\x58\xdd\x25\x8e\x57\x19\xe8\x44\x47\xa7\x28\xa2\xe8\x05\xd4\x7a\x9a\x62\x93\x98\x70\xde\xc9\x78\xe4\x63\x7c\xba\xb2\xbf\x03\x00\x00\xff\xff\xa6\x15\x1f\xf2\x8f\x05\x00\x00") - -func testImagesResourceConsumerConsumeCpuConsume_cpuGoBytes() ([]byte, error) { - return bindataRead( - _testImagesResourceConsumerConsumeCpuConsume_cpuGo, - "test/images/resource-consumer/consume-cpu/consume_cpu.go", - ) -} - -func testImagesResourceConsumerConsumeCpuConsume_cpuGo() (*asset, error) { - bytes, err := testImagesResourceConsumerConsumeCpuConsume_cpuGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/resource-consumer/consume-cpu/consume_cpu.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesResourceConsumerResource_consumerGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x91\x51\x6b\xdb\x4a\x10\x85\x9f\xb3\xbf\xe2\x20\xb8\x20\x05\x5d\xd9\x37\x70\x21\xa4\xe4\x41\x75\x12\x22\x12\xec\x60\x39\x0d\x79\x5c\x4b\x23\x69\xa9\xb4\xbb\xdd\x1d\x45\x31\xa5\xff\xbd\xac\xe2\x42\x42\xdb\xa7\x65\x74\xce\xcc\xf9\x34\xb3\x38\x15\x2b\x63\x0f\x4e\xb5\x1d\xe3\x6c\xf9\xdf\xff\xd8\x75\x84\xbb\x71\x4f\x4e\x13\x93\x47\x3e\x72\x67\x9c\xcf\x84\xb8\x57\x15\x69\x4f\x35\x46\x5d\x93\x03\x77\x84\xdc\xca\xaa\x23\x1c\x95\x14\x5f\xc8\x79\x65\x34\xce\xb2\x25\xe2\x60\x88\x8e\x52\x94\x7c\x12\x07\x33\x62\x90\x07\x68\xc3\x18\x3d\x81\x3b\xe5\xd1\xa8\x9e\x40\xaf\x15\x59\x86\xd2\xa8\xcc\x60\x7b\x25\x75\x45\x98\x14\x77\x73\xc8\x71\x44\x26\x9e\x8f\x03\xcc\x9e\xa5\xd2\x90\xa8\x8c\x3d\xc0\x34\xef\x5d\x90\x2c\x04\x00\x74\xcc\xf6\x62\xb1\x98\xa6\x29\x93\x33\x65\x66\x5c\xbb\xe8\xdf\x5c\x7e\x71\x5f\xac\xae\xd7\xe5\xf5\xbf\x67\xd9\x52\x88\x47\xdd\x93\xf7\x70\xf4\x6d\x54\x8e\x6a\xec\x0f\x90\xd6\xf6\xaa\x92\xfb\x9e\xd0\xcb\x09\xc6\x41\xb6\x8e\xa8\x06\x9b\xc0\x39\x39\xc5\x4a\xb7\x29\xbc\x69\x78\x92\x8e\x44\xad\x3c\x3b\xb5\x1f\xf9\xc3\x82\x7e\x51\x29\x8f\xf7\x06\xa3\x21\x35\xa2\xbc\x44\x51\x46\xf8\x9c\x97\x45\x99\x8a\xa7\x62\x77\xbb\x79\xdc\xe1\x29\xdf\x6e\xf3\xf5\xae\xb8\x2e\xb1\xd9\x62\xb5\x59\x5f\x15\xbb\x62\xb3\x2e\xb1\xb9\x41\xbe\x7e\xc6\x5d\xb1\xbe\x4a\x41\x8a\x3b\x72\xa0\x57\xeb\x02\xbb\x71\x50\x61\x75\x54\x67\xa2\x24\xfa\x10\xde\x98\x37\x18\x6f\xa9\x52\x8d\xaa\xd0\x4b\xdd\x8e\xb2\x25\xb4\xe6\x85\x9c\x56\xba\x85\x25\x37\x28\x1f\x8e\xe7\x21\x75\x2d\x7a\x35\x28\x96\x3c\xd7\xbf\xfd\x4e\x26\x4e\x17\x42\x58\x59\x7d\x0d\x43\x06\xa9\xb4\x10\x6a\xb0\xc6\x31\x62\x71\x12\x35\xbd\x6c\xa3\xf0\x0e\x1c\x9e\xde\xcc\x95\x26\x5e\x84\xa3\x44\x22\x11\xe2\x45\x3a\xcc\xfe\x4b\x04\x77\x56\x68\x8e\xa3\xf0\x21\x4a\x71\xbe\x3c\x5f\xa6\x88\x1e\x82\xac\xc7\x61\x4f\x2e\x8b\x12\x21\x9a\x51\x57\x73\x56\x9c\xe0\xbb\x38\x99\xdb\x1e\xa4\xf3\x14\x27\xe2\xc4\x91\x37\xa3\xab\x68\x65\xb4\x1f\x07\x72\xb7\x52\xd7\x3d\x39\x5c\x5c\x62\x4d\xd3\xf6\xcf\x6a\x68\xec\x4d\x9b\xdd\x48\x96\x7d\x1c\xd8\xb2\x7b\xe5\x99\x74\xae\xeb\x92\xdc\x0b\xc5\xcd\xc0\x59\x69\x9d\xd2\xdc\xc4\xd1\xc5\x3f\x75\x94\xe2\x34\x50\x26\x29\xfe\x92\x98\x24\xe2\x87\xf8\x19\x00\x00\xff\xff\x8b\x9d\x03\xcd\x55\x03\x00\x00") - -func testImagesResourceConsumerResource_consumerGoBytes() ([]byte, error) { - return bindataRead( - _testImagesResourceConsumerResource_consumerGo, - "test/images/resource-consumer/resource_consumer.go", - ) -} - -func testImagesResourceConsumerResource_consumerGo() (*asset, error) { - bytes, err := testImagesResourceConsumerResource_consumerGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/resource-consumer/resource_consumer.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesResourceConsumerResource_consumer_handlerGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xcc\x58\x6f\x6f\xdb\xbe\x11\x7e\x6d\x7e\x8a\xab\x86\xfc\x60\x65\xaa\xd4\x5f\xd1\x15\x43\x0a\xbf\x70\xd3\xa4\x31\x9a\x38\x5e\xec\x34\x28\xba\x62\xa0\xa5\x93\x4c\x58\x22\x55\x92\x8a\xeb\xa5\xf9\xee\x03\x29\xd9\x96\xff\xc8\xf9\xb3\xa2\x5b\x5f\xd4\x96\x79\xba\xbb\xe7\xe1\x3d\x77\x64\x82\x43\x72\x2c\xf2\xb9\x64\xc9\x44\xc3\xeb\x57\x7f\xfe\x0d\x46\x13\x84\x4f\xc5\x18\x25\x47\x8d\x0a\xba\x85\x9e\x08\xa9\x7c\x42\xce\x59\x88\x5c\x61\x04\x05\x8f\x50\x82\x9e\x20\x74\x73\x1a\x4e\x10\xaa\x15\x0f\x3e\xa3\x54\x4c\x70\x78\xed\xbf\x82\xb6\x31\x70\xaa\x25\xc7\x7d\x47\xe6\xa2\x80\x8c\xce\x81\x0b\x0d\x85\x42\xd0\x13\xa6\x20\x66\x29\x02\xfe\x08\x31\xd7\xc0\x38\x84\x22\xcb\x53\x46\x79\x88\x30\x63\x7a\x62\x83\x54\x2e\x7c\xf2\xa5\x72\x20\xc6\x9a\x32\x0e\x14\x42\x91\xcf\x41\xc4\x75\x2b\xa0\x9a\x10\x00\x80\x89\xd6\xf9\x51\x10\xcc\x66\x33\x9f\xda\x2c\x7d\x21\x93\x20\x2d\xad\x54\x70\xde\x3b\x3e\xe9\x0f\x4f\x5e\xbe\xf6\x5f\x11\x72\xcd\x53\x54\x0a\x24\x7e\x2f\x98\xc4\x08\xc6\x73\xa0\x79\x9e\xb2\x90\x8e\x53\x84\x94\xce\x40\x48\xa0\x89\x44\x8c\x40\x0b\x93\xe7\x4c\x32\xcd\x78\xe2\x81\x12\xb1\x9e\x51\x89\x24\x62\x4a\x4b\x36\x2e\xf4\x1a\x41\x8b\xac\x98\x82\xba\x81\xe0\x40\x39\x38\xdd\x21\xf4\x86\x0e\xbc\xef\x0e\x7b\x43\x8f\xdc\xf4\x46\x67\x97\xd7\x23\xb8\xe9\x5e\x5d\x75\xfb\xa3\xde\xc9\x10\x2e\xaf\xe0\xf8\xb2\xff\xa1\x37\xea\x5d\xf6\x87\x70\x79\x0a\xdd\xfe\x17\xf8\xd4\xeb\x7f\xf0\x00\x99\x9e\xa0\x04\xfc\x91\x4b\x93\xbb\x90\xc0\x0c\x75\x18\xf9\x64\x88\xb8\x16\x3c\x16\x65\x32\x2a\xc7\x90\xc5\x2c\x84\x94\xf2\xa4\xa0\x09\x42\x22\x6e\x51\x72\xc6\x13\xc8\x51\x66\x4c\x99\xcd\x53\x40\x79\x44\x52\x96\x31\x4d\xb5\x7d\xde\x82\xe3\x93\xc3\x80\x90\x9c\x86\x53\xe3\x24\xa3\x8c\x13\xc2\xb2\x5c\x48\x0d\x6d\xd2\x72\xe2\x4c\x3b\xa4\xe5\x70\xd4\x81\xd9\x85\xc5\xf7\x42\xa6\xe6\xab\xd2\x32\x14\xfc\xd6\x7e\x9d\xf3\xd0\x7c\x6a\x96\xa1\x43\x48\xcb\x99\xfe\x5d\xf9\x4c\x04\xd3\x65\xf9\x05\x1a\x95\x0e\x58\x46\x13\x54\x81\x44\x25\x0a\x19\xe2\xcb\x50\x70\x55\x64\x28\x83\x50\x64\x99\xe0\x0e\x71\x09\x09\x02\xb8\xaa\xd6\x8f\xab\xe5\x33\xca\xa3\x14\x25\x4c\x44\x1a\x29\xc8\x50\x4b\x16\x2a\xcb\x06\x85\x85\x2f\x58\xf8\xf2\x89\x9e\xe7\xd8\xe8\x43\x69\x59\x84\x1a\xee\x48\x6b\xe1\xc7\xfc\xcb\x68\xfe\xd5\xec\x2a\x4f\xbe\xc5\xa9\xa0\xfa\xed\x9b\xe5\xfa\xb9\x08\xa7\x60\x00\xfa\x17\x85\xc6\x1f\xe4\xde\xa6\xd8\xc7\x59\x53\x84\x50\x22\x35\x82\xa3\x3c\x02\xc6\x99\x66\x34\x65\xff\x36\xcf\x8d\x39\x69\x01\x11\xc6\xb4\x48\xb5\xf2\x49\x5c\xf0\x70\x8f\xfb\xb6\x0b\x87\x4d\x7e\xee\x48\x4b\xa2\x2e\x24\x87\x3f\x1a\x4c\xee\x2a\x50\x47\x3b\x10\xdf\xdd\xdf\x1b\x70\x36\x7e\x7b\x52\xb9\x6c\x8a\xe5\xc2\x10\xe5\x2d\x9e\x8d\x46\x83\xf6\xcc\x6a\xd4\xbf\x42\x95\x0b\xae\xf0\x46\x32\x8d\xd2\x33\x2a\x84\xc3\x6a\xe5\x7b\x81\x4a\xbb\x26\xc1\x20\x80\xd2\xb7\xa9\x78\xa1\x4c\xc9\x2e\x36\x82\x71\x18\x48\x91\xa1\x9e\x60\x61\xb7\x37\xa3\x1a\xda\x63\xa1\x27\xf0\xf1\x64\x04\x7f\xc0\xe0\x72\x38\x72\x49\x8b\xc5\xc6\xb7\x7f\x7d\x75\xee\x0f\xa8\x9e\x40\xa7\x03\x65\xfd\xf8\x17\xa5\xa7\x6e\x14\x59\x2d\xdd\x91\x56\xab\x02\xe2\x97\x9f\x95\x41\x7b\xe6\x92\x56\xc5\x15\x69\xdd\x2f\x5d\x5e\xa0\x9e\x88\x08\x5e\x74\xc0\x31\xb1\x9c\xd2\x83\x81\x70\x22\xa5\x90\xed\x99\xb7\x88\xf4\x9e\x46\x15\x2a\xaf\x44\x3f\xd4\x54\x17\x6a\xf5\xf3\x46\x80\x20\x80\x9c\x4a\x0b\xd7\x78\xb6\x2d\x0a\x95\x86\x88\x6a\x6a\x2b\xe5\xfa\xea\xdc\x3e\xd8\x5c\x50\x4a\x38\xea\xd8\x94\x06\x54\x2a\x3c\x15\x32\x6b\xbb\xef\xec\xef\x2f\x3a\xc0\x59\xba\x23\x33\x94\xb2\x7a\x70\x1f\x9d\x53\xb5\x15\x95\x76\x8e\x07\xd7\xfb\xd8\x3d\x5e\x5a\x35\x13\xbc\xb2\x31\x29\x19\x47\x26\xf7\x87\x02\x5f\x60\xf6\x88\xc0\x17\x98\x3d\x18\xf8\x02\xb3\x47\x05\x4e\x50\x1f\x17\x52\x22\xd7\x25\x49\xfb\xc2\x7f\xdc\xb0\x6d\x4e\x62\xd3\x72\xab\xce\x56\x09\x8c\x8b\x2c\x2f\xab\x71\x5f\xe8\xf7\x4b\xab\xe6\xa0\x2b\x9b\x3d\xc8\xd7\x4b\x25\xce\xb4\x3f\xcc\x25\xe3\x3a\x6e\x3b\x07\xea\x08\x0e\x94\xb3\x2c\xed\x6b\x3e\xe5\x62\xc6\x4f\x0b\x1e\x9a\xb1\xe1\xad\xe5\xb6\x5e\x5a\x7d\xa1\x4f\x45\xc1\x23\xf7\x29\x8d\x63\xbb\x50\x76\xf7\x8f\xef\x05\xca\x39\x14\x32\xf5\x3f\xd3\xb4\x40\xb5\x68\x1f\x09\x6a\x33\xb2\xa1\xec\x5e\xa5\x82\xcc\x2c\xa8\x17\x71\x54\x48\x3b\xf3\x86\x18\x0e\x4b\xb3\xa3\x4e\xe9\xd0\xec\x66\xbb\x42\xfa\x61\x65\xf5\x0f\xb3\xe6\x92\x56\xc6\xd2\x94\x85\x42\xa2\xda\xf3\xde\xc5\xd2\x68\xf1\x1a\x8b\x61\x3b\x64\xa7\x03\x8e\x03\x3f\x7f\xc2\x96\xd3\x72\xa5\xb1\xb9\xf4\x85\xfe\xc8\x6e\x71\xb9\x05\x5d\x99\x14\x19\xf2\xc7\xb5\x1a\xcb\x91\x19\xcc\x28\xab\xf6\xd2\x2e\x99\x52\xe5\x91\x47\x2b\x77\x1f\x5d\x5e\x1d\x88\x4d\xcc\x50\x50\xcd\x7a\xbf\xab\x05\x6b\x6f\x21\x5d\xe3\xcd\xab\xc1\xdd\xfd\xfe\x26\x1d\x5b\xfc\x95\xaf\x55\x8d\x6e\x8d\xbf\xb5\x95\x46\xfe\x7a\x3c\x14\x52\x62\xa8\x9f\x49\x60\x22\xa0\x56\x9e\x75\x68\xb5\x24\x5d\xd2\x32\x32\x3a\xb5\x32\x4a\x79\x2d\xfc\x56\x9f\xfc\xfa\xe7\xd1\xb7\x1d\xe6\x75\xc7\x8d\x95\xb5\xf9\xd2\xda\x56\x35\xd6\xf1\x73\xe5\x68\xdb\xe7\x2f\x95\xa3\x6d\xed\xcf\x97\x23\x26\x74\x3c\xd7\xfb\xd5\xb8\xb0\x79\xa4\x18\x37\x5c\xfe\x1f\x69\x71\x93\xab\xe7\x6a\x71\x81\xd0\x5b\x81\x6d\x50\xe2\x3a\x17\x0f\x0b\x71\xdd\xdd\xef\xd3\xa1\xa9\xcb\x1a\xac\xa7\xc8\x70\x75\x6a\x68\x92\xe1\xca\x6f\x53\x45\xfd\x26\x11\x6e\x1f\x1f\x76\x49\xd1\x0a\x6f\xcb\x74\x47\x96\xce\x0d\xb5\x77\xc2\x23\x7b\x53\x37\xb7\x4a\x34\xe4\x63\xf4\xc2\x59\xb3\xae\x71\xd6\x70\xd4\x29\x99\x7b\x32\x9e\xe5\x69\xbb\x11\xc6\xe2\x24\x53\xbb\x6b\xf9\xe6\x3f\x03\x27\xc2\xd8\xdc\xf9\x76\x58\x5c\xf3\xb4\xb2\x31\xe2\x99\x7a\x70\x6b\x4f\xcb\x94\x27\xb8\x69\x6f\x8b\x73\x05\x35\xb6\xbc\xfc\x05\xce\x4e\xce\x07\x70\x60\xae\x1c\xb1\x80\x0c\x95\xa2\x09\xfa\xff\xe4\x8e\x07\x53\x77\xe7\x0b\xa3\x2f\x83\x13\xf3\x42\x42\x8b\x04\x9b\x0d\x0f\x14\x1c\xc4\xe5\xb2\x07\xb7\xae\x29\xe3\x27\xb0\xb6\x3a\x13\xb6\xcb\xf4\xab\xa6\xea\x41\x84\xa9\x69\xab\xe5\x45\x6d\x55\x7f\x60\x2e\xdc\xcb\xca\x7b\x90\x51\x16\xc3\xbf\x3c\x10\x53\xc3\xd6\x86\xdd\xd7\xf2\xf3\xdb\x3b\xb3\x5c\x3f\x63\x6e\xac\xc3\x5f\x3b\x65\x32\xa4\x75\x0f\x98\x2a\xdc\x6b\xbc\xb2\xdd\x9d\xd8\x72\x23\x49\xcb\x22\x19\xa6\x88\xf9\xb2\xa7\x99\x9f\xf7\xc1\x69\x8a\xfa\x72\x19\x76\x6f\xcc\x27\x97\x73\xfd\xa0\xfd\x6b\x66\xe4\xa6\xdf\xc5\x1f\x1d\x1a\xe6\x9c\x59\xea\xd3\x0c\x17\x6d\xc9\xa2\xdc\x37\x50\xcd\xfa\xd2\xf8\xb9\x33\xf8\xa1\x71\x6a\x13\x5e\x3e\xd7\x73\xfa\xdf\x8e\xd6\xc0\xca\xa5\x9a\xb0\xdb\x4c\xff\xf7\x73\xd6\x42\xad\xb4\xb9\xf5\x56\x79\x6f\x37\x19\xb4\x6b\x94\x78\xf0\xf6\xcd\x83\x53\xb6\xe6\xf0\x37\x4c\xd8\x85\x46\xb6\x9a\x4f\x85\xcc\x5b\x6f\x32\x75\x26\xdc\xc3\x52\xb5\x18\x0a\x73\x07\x6c\x1a\xc4\x5b\x97\xd8\xc6\x41\x5c\x86\x6d\xac\xf7\xad\x31\x5c\xe6\xb7\xab\xda\x9f\x3b\xb1\xff\x13\x00\x00\xff\xff\x25\xcb\xc3\xb1\x47\x17\x00\x00") - -func testImagesResourceConsumerResource_consumer_handlerGoBytes() ([]byte, error) { - return bindataRead( - _testImagesResourceConsumerResource_consumer_handlerGo, - "test/images/resource-consumer/resource_consumer_handler.go", - ) -} - -func testImagesResourceConsumerResource_consumer_handlerGo() (*asset, error) { - bytes, err := testImagesResourceConsumerResource_consumer_handlerGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/resource-consumer/resource_consumer_handler.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesResourceConsumerUtilsGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x55\x5d\x8f\xda\x46\x14\x7d\x66\x7e\xc5\x91\xa5\x48\x90\x82\xbd\x8b\xd4\x97\xad\xf6\x81\x90\x6d\x8b\x92\x85\x68\xcd\x36\xca\xe3\x30\xbe\xd8\xa3\x7a\x66\xdc\xf9\x80\x45\x55\xfe\x7b\x35\xe6\xcb\xb0\xda\x2a\x79\x31\xc3\xdc\x73\xee\x3d\xf7\x9e\x6b\xc8\xde\xb3\xa9\x69\x76\x56\x96\x95\xc7\xf8\xe6\xf6\x57\x2c\x2b\xc2\xa7\xb0\x22\xab\xc9\x93\xc3\x24\xf8\xca\x58\x97\x32\xf6\x59\x0a\xd2\x8e\x0a\x04\x5d\x90\x85\xaf\x08\x93\x86\x8b\x8a\x70\x88\x0c\xf1\x17\x59\x27\x8d\xc6\x38\xbd\x41\x3f\x02\x92\x43\x28\x19\xfc\xc6\x76\x26\x40\xf1\x1d\xb4\xf1\x08\x8e\xe0\x2b\xe9\xb0\x96\x35\x81\x5e\x04\x35\x1e\x52\x43\x18\xd5\xd4\x92\x6b\x41\xd8\x4a\x5f\xb5\x45\x0e\x29\x52\xf6\xed\x90\xc0\xac\x3c\x97\x1a\x1c\xc2\x34\x3b\x98\x75\x17\x05\xee\x19\x03\x80\xca\xfb\xe6\x2e\xcb\xb6\xdb\x6d\xca\x5b\x95\xa9\xb1\x65\x56\xef\x51\x2e\xfb\x3c\x9b\x3e\xcc\xf3\x87\xd1\x38\xbd\x61\xec\x59\xd7\xe4\x1c\x2c\xfd\x13\xa4\xa5\x02\xab\x1d\x78\xd3\xd4\x52\xf0\x55\x4d\xa8\xf9\x16\xc6\x82\x97\x96\xa8\x80\x37\x51\xe7\xd6\x4a\x2f\x75\x39\x84\x33\x6b\xbf\xe5\x96\x58\x21\x9d\xb7\x72\x15\xfc\xc5\x80\x8e\xaa\xa4\x43\x17\x60\x34\xb8\x46\x32\xc9\x31\xcb\x13\x7c\x98\xe4\xb3\x7c\xc8\xbe\xce\x96\x7f\x2e\x9e\x97\xf8\x3a\x79\x7a\x9a\xcc\x97\xb3\x87\x1c\x8b\x27\x4c\x17\xf3\x8f\xb3\xe5\x6c\x31\xcf\xb1\xf8\x1d\x93\xf9\x37\x7c\x9a\xcd\x3f\x0e\x41\xd2\x57\x64\x41\x2f\x8d\x8d\xda\x8d\x85\x8c\xa3\xa3\x22\x65\x39\xd1\x45\xf1\xb5\xd9\x8b\x71\x0d\x09\xb9\x96\x02\x35\xd7\x65\xe0\x25\xa1\x34\x1b\xb2\x5a\xea\x12\x0d\x59\x25\x5d\x34\xcf\x81\xeb\x82\xd5\x52\x49\xcf\x7d\xfb\xfd\x55\x3b\x29\x7b\x9f\x31\xd6\x70\xf1\x77\x4c\xa2\xb8\xd4\x8c\x49\xd5\x18\xeb\xd1\x67\xbd\x64\xad\x7c\xc2\x7a\x49\x6d\xca\xf8\x61\x5c\x46\x2f\x24\xe2\xd1\x79\x2b\x8c\xde\x24\x6c\xc0\x98\x30\xda\xb5\xf0\x78\x08\x8a\xa6\x5f\x9e\x3f\x48\xcd\xed\x0e\xf7\x48\xd2\xec\x70\x3b\x12\x4d\xe8\x9e\x93\x13\xfe\x91\xd4\x19\xef\x7c\x1c\x42\x9b\x37\xcb\x30\x3d\x65\xc4\x01\xec\xc0\x51\xca\x0d\x69\xe8\xa0\x56\x64\xe3\xd2\x28\x59\xd7\x52\x18\x4b\xee\x7a\x40\x54\xa0\x08\xb6\x6d\x3e\x65\xeb\xa0\x45\x27\x63\xbf\x43\x93\xda\x0f\x4f\xc8\x9c\x44\xbc\x18\xe0\x5f\xd6\xab\x4d\x99\x7e\xb1\x52\xfb\x75\x3f\xe9\x88\x39\x53\xef\xf0\x6e\x73\x41\x8d\x17\xc9\xb0\x83\xb8\x88\x0e\x58\x2f\xcb\x20\x2c\xf1\xb8\x74\xd0\xb4\x3d\x36\x06\xd1\x04\x34\xd6\x08\x72\x8e\xf5\xb8\x2d\x6f\x71\x77\x8f\xb5\xf2\x69\xde\x1c\x04\x8c\xce\x49\xef\xdf\x15\x17\x45\x06\x2d\x65\xfc\x9a\x72\xac\x3d\x72\x24\xf6\xa4\x4b\x35\x67\xcf\x22\x37\xda\x9b\x4e\x8d\x52\x5c\x17\xfd\x6b\x3b\x87\x88\xaa\xda\xe7\xf8\x82\x99\x3e\x05\xdd\x1f\xb0\xef\x5d\xcb\x1e\x49\xfd\xaf\x65\x54\xf2\xd5\xce\xff\x84\x63\x8f\xa4\xfa\x67\xd6\xcf\x18\x16\xa5\x9c\x98\x6f\xfa\x75\x04\x5c\x0f\xe8\x14\xc8\xbd\x8d\x96\xdd\xdd\xe3\xb0\xfc\xe9\xcc\x1b\x7e\xd6\x34\xc0\x2f\x48\x1e\x13\xd6\xeb\xf0\xdf\xe0\xfc\xd8\x42\x28\x52\xc6\xee\xce\x3b\x71\x7e\x5d\xde\xb2\xea\xf4\x26\x0d\x91\x8c\x54\x32\x44\x72\x1b\x1f\xa3\xd1\x46\x8d\x5a\x8d\xdd\x46\xf7\xda\x8e\xe1\x8a\xeb\x32\x62\x6f\x5a\x82\xbf\xdc\x93\x3d\x74\xd0\x95\x70\xe1\xf9\x1f\xe4\xa7\xc1\x5a\xd2\x3e\xf7\xdc\x07\x87\x76\xfd\x1c\x4c\xf0\xe0\xd0\x66\x64\x9a\x83\x99\xd7\xc8\xfe\x2b\xd3\xae\x11\xc9\x7e\x42\xf1\xaf\x26\xfe\x2c\x92\x22\xed\xa9\x60\xdf\xd9\x7f\x01\x00\x00\xff\xff\x36\xd7\xfc\x69\xf0\x06\x00\x00") - -func testImagesResourceConsumerUtilsGoBytes() ([]byte, error) { - return bindataRead( - _testImagesResourceConsumerUtilsGo, - "test/images/resource-consumer/utils.go", - ) -} - -func testImagesResourceConsumerUtilsGo() (*asset, error) { - bytes, err := testImagesResourceConsumerUtilsGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/resource-consumer/utils.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesResourceConsumerControllerBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\x4d\x2a\x2d\xae\x4c\xca\xaf\xe0\x4a\x2c\xca\xb5\x4d\x2c\xca\x35\x36\x2a\x33\xd3\x47\x12\x33\x33\xb1\x05\x93\x65\x16\x70\xd1\x82\x82\x64\x33\x93\x9c\x54\x5b\x28\x0d\x17\x2f\x36\xb6\x34\xa8\xb0\x05\x93\x70\x31\x40\x00\x00\x00\xff\xff\xc9\xd8\x77\x8f\x64\x00\x00\x00") - -func testImagesResourceConsumerControllerBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesResourceConsumerControllerBaseimage, - "test/images/resource-consumer-controller/BASEIMAGE", - ) -} - -func testImagesResourceConsumerControllerBaseimage() (*asset, error) { - bytes, err := testImagesResourceConsumerControllerBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/resource-consumer-controller/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesResourceConsumerControllerDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x41\x6f\xd3\x30\x14\xc7\xef\xfe\x14\x7f\x25\x17\x90\x4a\x5a\x7a\x40\x13\x9c\x42\x9b\x41\xb4\x2d\x99\x9a\x8c\x51\x21\x0e\x6e\xf2\x9a\x3c\xc9\xb5\x8d\xed\x90\xf5\xdb\xa3\x74\x9d\x58\x35\x9f\x2c\xbf\x9f\x9f\x7f\xfe\xbf\x18\x2b\x63\x8f\x8e\xbb\x3e\x60\xb9\xf8\xf8\x09\x75\x4f\xb8\x19\x76\xe4\x34\x05\xf2\x48\x87\xd0\x1b\xe7\x13\x11\x8b\x18\xb7\xdc\x90\xf6\xd4\x62\xd0\x2d\x39\x84\x9e\x90\x5a\xd9\xf4\xf4\x52\x99\xe1\x07\x39\xcf\x46\x63\x99\x2c\xf0\x6e\x02\xa2\x73\x29\x7a\xff\x45\xc4\x38\x9a\x01\x07\x79\x84\x36\x01\x83\x27\x84\x9e\x3d\xf6\xac\x08\xf4\xd4\x90\x0d\x60\x8d\xc6\x1c\xac\x62\xa9\x1b\xc2\xc8\xa1\x3f\x3d\x73\x6e\x92\x88\x18\xdb\x73\x0b\xb3\x0b\x92\x35\x24\x1a\x63\x8f\x30\xfb\xd7\x1c\x64\x38\x09\x4f\xab\x0f\xc1\x7e\x9e\xcf\xc7\x71\x4c\xe4\x49\x36\x31\xae\x9b\xab\x67\xd0\xcf\x6f\xf3\x55\x56\x54\xd9\x87\x65\xb2\x38\x5d\x79\xd0\x8a\xbc\x87\xa3\x3f\x03\x3b\x6a\xb1\x3b\x42\x5a\xab\xb8\x91\x3b\x45\x50\x72\x84\x71\x90\x9d\x23\x6a\x11\xcc\xe4\x3b\x3a\x0e\xac\xbb\x19\xbc\xd9\x87\x51\x3a\x12\x31\x5a\xf6\xc1\xf1\x6e\x08\x17\x61\xbd\xd8\xb1\xbf\x00\x8c\x86\xd4\x88\xd2\x0a\x79\x15\xe1\x6b\x5a\xe5\xd5\x4c\xc4\x78\xcc\xeb\xef\xe5\x43\x8d\xc7\x74\xb3\x49\x8b\x3a\xcf\x2a\x94\x1b\xac\xca\x62\x9d\xd7\x79\x59\x54\x28\xaf\x91\x16\x5b\xdc\xe4\xc5\x7a\x06\xe2\xd0\x93\x03\x3d\x59\x37\xf9\x1b\x07\x9e\x62\xa4\x76\xca\xac\x22\xba\x10\xd8\x9b\x67\x21\x6f\xa9\xe1\x3d\x37\x50\x52\x77\x83\xec\x08\x9d\xf9\x4b\x4e\xb3\xee\x60\xc9\x1d\xd8\x4f\xc3\xf4\x90\xba\x15\x31\x14\x1f\x38\xc8\x70\x3a\x79\xf3\xa9\x44\x88\xeb\x4d\x79\x37\xe9\x67\xf9\x5d\xfa\x2d\x13\xe9\x7a\x8d\xc6\xe8\xe0\x8c\x52\xe4\x30\xff\xbf\x17\xd9\xcf\xfb\xb2\xca\x70\xb5\xb8\x5a\x88\xac\xa8\x37\xdb\xfb\x32\x2f\x6a\xfc\x8a\x5e\x41\xd1\x6f\xf1\x2f\x00\x00\xff\xff\x35\x44\xf7\x2e\x9d\x02\x00\x00") - -func testImagesResourceConsumerControllerDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesResourceConsumerControllerDockerfile, - "test/images/resource-consumer-controller/Dockerfile", - ) -} - -func testImagesResourceConsumerControllerDockerfile() (*asset, error) { - bytes, err := testImagesResourceConsumerControllerDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/resource-consumer-controller/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesResourceConsumerControllerMakefile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x51\x6b\xdb\x3e\x14\xc5\x9f\xff\xfa\x14\x87\xb8\x0f\x09\xa4\x4e\xff\x65\x6c\xd0\x51\x86\x97\x64\xad\x69\xb1\x87\xed\xb6\xf4\xa9\xc8\xf6\x8d\x7d\x41\x91\x3c\x49\x9e\x9b\x6f\x3f\x94\xb6\xb0\x30\xbd\xe9\x9e\xa3\xa3\x9f\x8e\x22\xac\xcd\x70\xb0\xdc\xf5\x1e\x97\x17\xff\x7f\x41\xd5\x13\xee\xc6\x9a\xac\x26\x4f\x0e\xc9\xe8\x7b\x63\x5d\x2c\x22\x11\xe1\x9e\x1b\xd2\x8e\x5a\x8c\xba\x25\x0b\xdf\x13\x92\x41\x36\x3d\x7d\x28\x4b\x3c\x92\x75\x6c\x34\x2e\xe3\x0b\xcc\x83\x61\xf6\x2e\xcd\x16\x5f\x45\x84\x83\x19\xb1\x97\x07\x68\xe3\x31\x3a\x82\xef\xd9\x61\xc7\x8a\x40\xaf\x0d\x0d\x1e\xac\xd1\x98\xfd\xa0\x58\xea\x86\x30\xb1\xef\x8f\xd7\xbc\x87\xc4\x22\xc2\xf3\x7b\x84\xa9\xbd\x64\x0d\x89\xc6\x0c\x07\x98\xdd\xdf\x3e\x48\x7f\x04\x0e\xab\xf7\x7e\xb8\x5a\xad\xa6\x69\x8a\xe5\x11\x36\x36\xb6\x5b\xa9\x37\xa3\x5b\xdd\xa7\xeb\x6d\x56\x6e\xcf\x2f\xe3\x8b\xe3\x91\x07\xad\xc8\x39\x58\xfa\x35\xb2\xa5\x16\xf5\x01\x72\x18\x14\x37\xb2\x56\x04\x25\x27\x18\x0b\xd9\x59\xa2\x16\xde\x04\xde\xc9\xb2\x67\xdd\x2d\xe1\xcc\xce\x4f\xd2\x92\x88\xd0\xb2\xf3\x96\xeb\xd1\x9f\x94\xf5\x41\xc7\xee\xc4\x60\x34\xa4\xc6\x2c\x29\x91\x96\x33\x7c\x4f\xca\xb4\x5c\x8a\x08\x4f\x69\x75\x9b\x3f\x54\x78\x4a\x8a\x22\xc9\xaa\x74\x5b\x22\x2f\xb0\xce\xb3\x4d\x5a\xa5\x79\x56\x22\xff\x81\x24\x7b\xc6\x5d\x9a\x6d\x96\x20\xf6\x3d\x59\xd0\xeb\x60\x03\xbf\xb1\xe0\x50\x23\xb5\xa1\xb3\x92\xe8\x04\x60\x67\xde\x80\xdc\x40\x0d\xef\xb8\x81\x92\xba\x1b\x65\x47\xe8\xcc\x6f\xb2\x9a\x75\x87\x81\xec\x9e\x5d\xf8\x4c\x07\xa9\x5b\x11\x41\xf1\x9e\xbd\xf4\xc7\xc9\x3f\x8f\x8a\x85\x28\x8b\x75\x79\xdd\x18\xed\xad\x51\x8a\xac\x48\x8a\xf5\x2d\xbe\x5d\x43\xee\xdb\xcf\x9f\x44\x95\x14\x37\xdb\x2a\xec\xcf\xe6\xeb\x87\x62\x93\x16\x0b\x71\x93\xdf\x27\xd9\xcd\xcb\xe3\xb6\x28\xd3\x3c\x0b\x9a\x92\x9e\x9c\x0f\x51\x2f\x9b\xb4\x40\x30\x6b\xe3\x5b\xb6\x38\x9b\xbb\x9e\x94\xc2\x30\xb5\x8b\x85\xa0\xd7\xc1\x58\x2f\x44\xcd\xfa\x4a\xfc\x17\xc7\x2b\xde\xcb\x8e\xce\x47\xcf\x2a\x76\x3d\x6a\xd6\x38\x9b\x07\xa0\x85\x10\xf1\xcf\xdb\x3c\x7b\xbe\x0a\x43\xf1\x27\x00\x00\xff\xff\x4f\x10\x89\x28\xf0\x02\x00\x00") - -func testImagesResourceConsumerControllerMakefileBytes() ([]byte, error) { - return bindataRead( - _testImagesResourceConsumerControllerMakefile, - "test/images/resource-consumer-controller/Makefile", - ) -} - -func testImagesResourceConsumerControllerMakefile() (*asset, error) { - bytes, err := testImagesResourceConsumerControllerMakefileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/resource-consumer-controller/Makefile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesResourceConsumerControllerVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe0\x02\x04\x00\x00\xff\xff\xdf\xf4\x93\x64\x04\x00\x00\x00") - -func testImagesResourceConsumerControllerVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesResourceConsumerControllerVersion, - "test/images/resource-consumer-controller/VERSION", - ) -} - -func testImagesResourceConsumerControllerVersion() (*asset, error) { - bytes, err := testImagesResourceConsumerControllerVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/resource-consumer-controller/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesResourceConsumerControllerControllerGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xe4\x59\x6d\x6f\xdb\x38\x12\xfe\x6c\xfd\x8a\x59\x01\x39\x58\x59\x55\x4a\xfb\xe1\x50\xa4\x9b\x03\xdc\xb4\xe9\x1a\x1b\x27\xb9\x38\xd9\x62\x81\x03\x0e\x0c\x35\xb6\x89\x4a\xa4\x4a\x52\x71\x7d\xd9\xfc\xf7\x03\xa9\x17\x4b\xb2\x64\xbb\x49\x76\xef\x0e\xd7\x0f\x75\xa4\x19\xce\xeb\xa3\x67\x28\x2a\x3c\x74\x4e\x45\xba\x92\x6c\xbe\xd0\xf0\xe6\xe8\xf5\x5f\xe1\x66\x81\xf0\x4b\x76\x87\x92\xa3\x46\x05\xa3\x4c\x2f\x84\x54\x81\xe3\x9c\x33\x8a\x5c\x61\x04\x19\x8f\x50\x82\x5e\x20\x8c\x52\x42\x17\x08\x85\xc4\x87\x5f\x51\x2a\x26\x38\xbc\x09\x8e\x60\x68\x14\xdc\x42\xe4\x7a\xef\x9c\x95\xc8\x20\x21\x2b\xe0\x42\x43\xa6\x10\xf4\x82\x29\x98\xb1\x18\x01\xbf\x51\x4c\x35\x30\x0e\x54\x24\x69\xcc\x08\xa7\x08\x4b\xa6\x17\xd6\x49\x61\x22\x70\x7e\x2b\x0c\x88\x3b\x4d\x18\x07\x02\x54\xa4\x2b\x10\xb3\xba\x16\x10\xed\x38\x00\x00\x0b\xad\xd3\xe3\x30\x5c\x2e\x97\x01\xb1\x51\x06\x42\xce\xc3\x38\xd7\x52\xe1\xf9\xf8\xf4\xe3\xc5\xf4\xe3\xab\x37\xc1\x91\xe3\xdc\xf2\x18\x95\x02\x89\x5f\x33\x26\x31\x82\xbb\x15\x90\x34\x8d\x19\x25\x77\x31\x42\x4c\x96\x20\x24\x90\xb9\x44\x8c\x40\x0b\x13\xe7\x52\x32\xcd\xf8\xdc\x07\x25\x66\x7a\x49\x24\x3a\x11\x53\x5a\xb2\xbb\x4c\x37\x0a\x54\x46\xc5\x14\xd4\x15\x04\x07\xc2\xc1\x1d\x4d\x61\x3c\x75\xe1\xfd\x68\x3a\x9e\xfa\xce\xe7\xf1\xcd\xcf\x97\xb7\x37\xf0\x79\x74\x7d\x3d\xba\xb8\x19\x7f\x9c\xc2\xe5\x35\x9c\x5e\x5e\x7c\x18\xdf\x8c\x2f\x2f\xa6\x70\x79\x06\xa3\x8b\xdf\xe0\x97\xf1\xc5\x07\x1f\x90\xe9\x05\x4a\xc0\x6f\xa9\x34\xb1\x0b\x09\xcc\x94\x0e\xa3\xc0\x99\x22\x36\x9c\xcf\x44\x1e\x8c\x4a\x91\xb2\x19\xa3\x10\x13\x3e\xcf\xc8\x1c\x61\x2e\xee\x51\x72\xc6\xe7\x90\xa2\x4c\x98\x32\xcd\x53\x40\x78\xe4\xc4\x2c\x61\x9a\x68\x7b\xbd\x91\x4e\xe0\x1c\x86\x8e\x93\x12\xfa\xc5\x18\x49\x08\xe3\x8e\xc3\x92\x54\x48\x0d\x43\x67\xe0\xce\x62\x32\x77\xcd\x6f\xa2\xcd\x4f\x2c\xec\x15\x47\x1d\x9a\xa6\x94\x7f\x67\x32\x36\x7f\x2a\x2d\xa9\xe0\xf7\xf6\xcf\x15\xa7\xae\xe3\x0c\xdc\x2f\x6f\x55\xc0\x44\xf8\xa5\x42\x61\xa8\x51\xe9\x90\x25\x64\x8e\x2a\x94\xa8\x44\x26\x29\xbe\xa2\x82\xab\x2c\x41\x19\x52\x91\x24\x82\xbb\x8e\xe7\x38\xf7\x44\x82\x0d\xe4\x04\x4c\x18\xc1\x98\xeb\xa1\x6b\x6e\xb8\x3e\xbc\x3d\x7a\x7b\xe4\x83\x7b\x65\xc4\x3c\x4b\xee\x50\x06\xae\x67\x57\x94\x96\xae\xda\x2b\x4b\xc1\xab\x5e\x13\x06\x7f\xa5\x96\x6a\xdb\x9b\xa2\xbc\x67\x14\x2f\x48\x82\xa5\xd9\xa9\x96\x8c\xcf\x6b\x96\x55\xae\xf3\x8a\x93\x04\x5d\x1f\xdc\x8d\xf4\xcc\x4d\x6b\x41\xcc\xa0\x50\x36\x0e\xcc\x33\x60\x3a\x57\xea\xef\x15\x85\x4a\x09\xdd\x2f\x14\xab\x69\x5c\x47\x38\x23\x59\xac\xcb\x28\x72\x0b\xdf\x13\x8a\x33\xcb\x38\xb5\x28\x19\x7a\xf0\xe0\x0c\xac\xef\x2b\x22\x15\x0e\x3d\x67\x90\xcc\x25\x1c\x9f\x00\xc7\xe5\xa9\xe0\x5a\x8a\x38\x46\x69\xee\xc7\x62\x1e\x9c\x11\x4d\xe2\xa1\x01\x4d\x70\xce\x94\x46\x3e\xe2\x91\x49\x06\x87\xb3\x44\x07\xd3\x54\x32\xae\x67\x43\xf7\xf8\x20\x72\x7d\x38\x34\x2d\xf2\x7c\x48\xe6\xd2\xf3\x9c\x47\xc7\xd1\xab\x34\x8f\x2e\x37\x0a\x4a\xcb\x8c\x6a\x13\x81\x44\x95\x0a\xae\xf0\xb3\x64\x1a\xe5\xb9\xa0\x5f\xc0\x60\x2f\x98\x64\x1a\xbf\x39\x83\x25\x61\xfa\x93\x14\x59\x0a\xd5\x3f\x2b\xfe\x5c\xde\x37\xd6\x6d\x52\xad\xa8\xe1\xb0\xe6\xee\xc1\x19\x50\x93\xd9\x5f\xd6\xf7\x1e\x1e\x8d\x6f\x9d\x49\x0e\xb4\xb2\x31\xa4\xf5\x65\x1e\xd8\x04\x7f\xbe\xb9\xb9\x1a\x2e\x2d\x89\x05\xd7\x8d\x68\x7d\x43\x53\x70\x58\x48\xbe\x66\xa8\xb4\xad\x2a\x9b\x19\x41\x30\x41\xbd\x10\x11\xfc\x70\x02\xee\xd5\xe5\xf4\xc6\x35\xa2\x81\x55\xfe\x28\xa5\x90\xc3\xa5\x0f\xf9\xd3\x12\xbc\x27\x51\xb1\xde\xcf\xfd\x4c\x35\xd1\x99\x5a\xdf\xf6\x9c\x41\x11\xad\x33\x78\x74\x06\x61\x08\x29\x91\xca\xf4\xd9\x58\xb6\x6c\x89\x4a\x43\x44\x34\x31\x94\x01\xb7\xd7\xe7\xf6\xc2\xc6\x82\xd2\xb6\xd5\x84\x64\x5b\x7d\x26\x64\x32\xf4\xde\xd9\xfb\x3f\x9c\x00\x67\x71\x47\x64\x28\x65\x71\xe1\xed\x1d\xd3\x82\xf0\x28\xae\x10\x77\x7a\x75\x5b\x95\xe2\xf6\xfa\x3c\xb8\x22\x7a\x01\x27\x27\x65\xce\xa7\x95\xd6\x28\x8a\x2c\x6f\x9a\x20\x68\x90\x1b\x59\x4b\x4d\x30\xc6\x84\x89\x7a\x97\xcb\x09\x26\x7b\xb8\x9c\x60\xb2\xc5\xe5\x04\x93\xbd\x5c\xde\x65\x49\x3a\x41\x2d\x19\xdd\xe6\xf2\x7d\xa5\xd5\xe5\x72\x2d\xdd\xe2\xb2\x13\x31\xb7\xfc\x0b\x17\x4b\x7e\x96\x71\x6a\x06\x43\xa3\x45\x17\x42\x9f\x89\x8c\x47\x5e\x2f\xae\x37\x6b\xdc\x0d\xef\xaf\x19\xca\x15\x64\x32\x0e\x7e\x25\x71\x86\xca\xa2\x3b\x0c\x61\x8e\xda\x8c\x5c\xf3\x18\x9b\x1f\x0b\x3b\x33\xd9\xea\x9d\x8f\x32\x69\x67\xd6\x14\x69\x4e\x6e\x06\x83\xd6\x60\xf0\x09\xf5\xb0\xc8\xe3\xc3\x5a\xeb\xef\x46\x66\x58\x88\xc5\x31\xa3\x42\xa2\xda\xb2\x6e\x52\x29\x95\xcb\x8a\x67\x60\xca\xfe\x85\x63\x3e\xd9\xc7\xc6\x75\xf7\x8a\xd2\x20\x9b\xc1\x66\x0e\x27\x27\xe0\xba\xf0\xfb\xef\xb0\x11\x65\x25\xd9\x1e\x48\xae\xd6\xcb\x04\x17\x42\x7f\x62\xf7\x58\x35\x76\x24\xe7\x59\x82\x7c\x3f\x5e\xb0\xbd\x31\x13\x1c\x65\xc1\x05\xc3\xbc\x43\x2a\xdf\x2a\x69\xe5\x6d\x6b\x93\x5f\xcf\xd7\x06\x66\xca\x56\x6c\x0a\x82\x91\x16\x6c\xb8\x51\x90\x46\xbf\xfc\x5a\x55\xba\xd7\xb7\xab\xd6\xdf\x37\xbf\xaf\x8e\xdd\x86\xb7\x16\x7d\xa3\x99\xb9\x8d\x82\xfb\x1a\xcd\x6c\x4b\xb6\x06\xb1\x53\x0d\x7e\x3a\x81\xa3\xfe\x66\x8f\x39\x15\x52\x22\xd5\x4f\xec\x36\x15\x19\xd7\xa6\x14\xeb\xf8\x21\xec\x8b\xc5\x8e\xda\xb6\xf6\x2b\xb0\x36\x0e\x7b\xd7\x98\xe1\x7e\x56\x0c\xf7\xa5\x0f\xee\xf5\x29\x24\x84\x93\x39\xca\x63\x50\xc8\x23\x03\xe9\x83\xfb\xd2\xa7\xc5\x59\x81\x2e\x73\xbb\xe6\x09\x09\x5d\xd8\xd1\xf4\xba\x9a\x56\x7d\xba\xff\xe0\xae\x9f\xc7\xd5\x0b\x02\x23\xb0\xf5\x60\xb3\x5c\x13\xfe\x56\x14\x9a\x06\xd5\x96\x21\x18\x45\xd1\xd0\x4a\x3d\x2b\x30\xf1\xae\x39\xaf\xa8\xa9\xca\xfb\xb1\xdd\x59\x0d\x3a\x9e\xe5\x64\x4b\xf8\xaa\xdf\xeb\x6b\xe3\x71\x2e\x20\x77\x7a\xc9\x71\xc3\x6f\x4e\xf8\x66\xe0\x6f\x18\xaf\x1b\x33\xfb\x9c\xe1\x9e\x44\x6e\x27\xd7\x8b\x12\xb9\x9d\xa7\x4f\x27\x72\x9c\x93\xbb\x95\xde\xce\xe3\xa5\x4e\x37\x8d\xef\x61\xe1\xba\x73\xc1\x9e\x24\xde\xb2\xdf\xc3\xe1\x9d\x5a\xff\x15\x14\xde\x6e\xd0\x53\x29\xbc\xcc\xd0\x5f\x97\xa4\x87\xc0\x9b\xb5\xe8\x6d\x58\xfb\x61\xda\x6e\x75\x5b\xb9\x77\x93\x77\xd3\x76\x1f\x29\x7f\x9f\xd6\x9f\xc6\xdc\x95\xc3\x36\x71\x97\x82\x1a\x6f\x57\xba\xdd\xb4\xbd\x5e\xf1\x3c\xd6\x9e\xbc\xdf\xcd\xd6\x93\xf7\xfd\x2c\x5d\xc7\xc0\x73\x48\x7a\x82\xc9\x4e\x92\x5e\xfb\x7a\x31\x8e\x5e\xbb\x7d\x49\x8e\xae\x6f\xf5\x5f\x86\xa3\xdb\x76\xcd\x63\x6c\x7e\x7b\x78\xd6\x88\x2e\x48\x82\x25\x33\x46\x18\x6b\xb2\x8d\xd0\x8d\xbc\x52\x7e\xea\x0c\xa8\x75\xeb\x34\x53\x5a\x24\x79\x20\xfb\xf1\x79\x7d\xc5\xbe\x84\x6e\x2b\x50\x5d\xd7\x93\xec\x22\xf7\x8e\x98\xfe\xb3\xec\x1e\xce\x62\x41\x4a\x92\xdf\xec\xf0\xf3\xa9\xde\x56\xc4\xcf\x0b\xd3\xb3\x6a\x5d\xb3\xfe\x06\xfa\x7d\x55\xdc\x49\xf0\x9b\x25\xdf\xc9\xf0\xb5\x60\x3b\x79\x7b\xd3\xff\x4e\xb5\x3f\x8b\xdf\x6d\xe8\x4d\x6e\xaf\x87\xb1\x26\xf7\x5c\xb1\x83\xd8\x9b\xea\x4f\x60\xf6\xbb\x2c\x49\x81\x5a\x2b\xe5\xf3\x71\xb7\x32\x4a\xdd\x24\x6f\xd5\xad\x42\x0f\xc3\xb7\x61\xf0\xac\x7d\x78\xcd\x96\xc9\x27\x29\xac\xee\xf2\xfa\x72\x1b\xf2\x9e\x00\x9e\x4f\xfb\x7d\x6f\x1b\xbd\x07\x89\x56\x5e\x7f\x85\x6e\xf8\x37\xec\x90\x1f\xd9\x0a\x09\xcc\x20\xe6\xe8\x1d\x30\xf8\xa9\x5a\xf9\x0e\xd8\x8f\x3f\xda\xdc\x77\xbe\x77\xf4\xb8\xb0\x29\xee\x91\x4e\x63\x2e\xef\x4c\xa7\x73\x42\x3f\x2f\x9b\xe6\x84\xee\xf6\xb0\x6f\x32\x4d\x00\x74\x67\x53\x3c\x35\x39\x55\xd7\x93\x2b\xc9\xf4\xc5\xda\xd4\x83\xc6\x4d\x3f\x8d\xf4\xa8\x44\xa2\x4b\x1b\xf2\xf6\xfa\x7c\xa8\xb2\xd9\x8c\x7d\x2b\x22\xf6\xca\xad\xc3\x43\x75\xe4\xdd\x38\xb3\x2f\x3e\xcf\x1d\xa8\xe0\x40\x05\xea\x9e\x06\x34\xce\x94\x46\x19\xc4\x82\x92\xf8\xf8\x20\x3a\x50\xae\x6f\x0b\xd8\xfe\x84\xd1\x7d\xd7\x7e\x96\xa8\x89\xae\x84\xd4\x3e\xe4\x21\xd9\xe7\x25\x0c\xa1\x0f\x9e\x56\xa0\x9a\xa7\xda\xf6\x7d\x27\xcd\x8a\xed\x67\x6a\x2a\xd0\xdf\xd6\x6e\xcc\xf7\xf4\x75\x7d\x3c\xc1\xb8\xee\xee\x63\x84\x33\x94\x50\x7f\xee\x3f\x08\x6e\xbf\x96\xe4\xfb\xb5\xe3\x93\x8e\xf2\xf7\x1d\x71\x7b\xce\xe0\x9f\x7e\x79\x1e\x6f\x43\xba\x12\x4a\xdb\xf3\x78\x6b\xcd\xaf\x6d\xff\x1e\xba\x4f\x3a\x8f\xe1\xa1\x9c\xac\x63\x2d\x48\xed\x44\xcd\x7b\xac\xc6\x57\x7b\x23\xd6\x5e\x54\x07\xd2\xe3\xa3\x67\x78\x6d\xf3\x3b\x4c\x60\xfe\x1b\x7a\xeb\x12\x74\xa8\xdc\xf2\xb8\x50\x2a\xbe\x33\xd4\xbe\x27\xb4\x47\xd5\x19\x61\x71\xfe\xd1\x96\x0a\xce\x91\xd6\x5f\x29\xe4\x71\x39\x6f\x50\xca\xd6\xf9\x77\xdb\x4e\x51\xd5\x08\x0e\xa2\xf6\xa1\x51\xad\x18\x9d\x38\x5b\x13\x47\x1f\xce\x12\x4c\x84\x5c\x7d\x2f\xd4\xea\x84\xd4\x47\x21\xe5\xbb\xdb\x1f\x89\xb4\xf5\x97\x8d\x27\x21\xad\x71\x78\xb2\x01\xb4\x52\xfa\x7f\x89\xb3\x32\xf9\x1c\x66\x55\x29\xba\xd9\xac\xbe\xcf\xec\xe3\xb3\xc6\x7e\xec\x7b\x99\x6d\x8f\x99\x45\x6b\x3a\xf6\x8b\x75\x39\xbd\xf2\x8d\xe6\x1f\x82\xc2\x8d\x8f\x5d\x3b\x51\xe8\x0c\x06\x5d\x38\x6c\xbc\xab\x1e\xc3\x43\x3b\x99\x27\x22\x70\xbd\xaa\x7a\xb7\xdd\xd0\x37\x92\xff\x3d\xac\x9a\xca\x63\x54\xc2\xe9\x40\xd9\x0d\x7c\x94\x6f\xe0\x5b\xb5\x2b\x10\x60\xa0\xfb\xef\x00\x00\x00\xff\xff\x91\x34\x1e\x44\x71\x24\x00\x00") - -func testImagesResourceConsumerControllerControllerGoBytes() ([]byte, error) { - return bindataRead( - _testImagesResourceConsumerControllerControllerGo, - "test/images/resource-consumer-controller/controller.go", - ) -} - -func testImagesResourceConsumerControllerControllerGo() (*asset, error) { - bytes, err := testImagesResourceConsumerControllerControllerGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/resource-consumer-controller/controller.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesSampleApiserverBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\x4d\xcc\x29\xc8\xcc\x4b\xb5\x32\xd6\xb3\xe0\x4a\x2c\xca\xb5\x4d\x2c\xca\x35\x36\x2a\x33\xd3\x47\x15\x06\xa9\x03\x91\x65\x16\xc8\x12\x05\x05\xc9\x66\x26\x39\xa9\xb6\x50\x1a\x59\xaa\xd8\xd8\xd2\xa0\xc2\x16\x4c\x22\x0b\x03\x02\x00\x00\xff\xff\x68\xd4\xb7\x61\x73\x00\x00\x00") - -func testImagesSampleApiserverBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesSampleApiserverBaseimage, - "test/images/sample-apiserver/BASEIMAGE", - ) -} - -func testImagesSampleApiserverBaseimage() (*asset, error) { - bytes, err := testImagesSampleApiserverBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/sample-apiserver/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesSampleApiserverDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x54\x5d\x6f\xdb\x36\x14\x7d\xd7\xaf\x38\xb0\x82\x62\x03\x22\xc9\xce\x3a\x24\x48\x91\x07\xc5\x71\x1d\xa1\xa9\x15\x58\x4e\x8b\x60\x1d\x0c\x9a\xba\x96\x38\xcb\xa4\x46\x52\x51\x8c\xa2\xff\x7d\x20\xed\x66\x09\xfc\x50\x3d\x51\xbc\x5f\xe7\x9e\x73\x2f\x43\x8c\x55\xbb\xd3\xa2\xaa\x2d\xce\x86\xa3\x0b\x2c\x6a\xc2\xa7\x6e\x45\x5a\x92\x25\x83\xb4\xb3\xb5\xd2\x26\x0e\xc2\x20\xc4\x9d\xe0\x24\x0d\x95\xe8\x64\x49\x1a\xb6\x26\xa4\x2d\xe3\x35\xfd\xb4\x9c\xe2\x0b\x69\x23\x94\xc4\x59\x3c\xc4\x6f\xce\x61\x70\x30\x0d\x7e\xff\x10\x84\xd8\xa9\x0e\x5b\xb6\x83\x54\x16\x9d\x21\xd8\x5a\x18\xac\x45\x43\xa0\x67\x4e\xad\x85\x90\xe0\x6a\xdb\x36\x82\x49\x4e\xe8\x85\xad\x7d\x99\x43\x92\x38\x08\xf1\x78\x48\xa1\x56\x96\x09\x09\x06\xae\xda\x1d\xd4\xfa\xb5\x1f\x98\xf5\x80\xdd\x57\x5b\xdb\x5e\x26\x49\xdf\xf7\x31\xf3\x60\x63\xa5\xab\xa4\xd9\x3b\x9a\xe4\x2e\x1b\x4f\x66\xc5\x24\x3a\x8b\x87\x3e\xe4\x41\x36\x64\x0c\x34\xfd\xdb\x09\x4d\x25\x56\x3b\xb0\xb6\x6d\x04\x67\xab\x86\xd0\xb0\x1e\x4a\x83\x55\x9a\xa8\x84\x55\x0e\x6f\xaf\x85\x15\xb2\x3a\x85\x51\x6b\xdb\x33\x4d\x41\x88\x52\x18\xab\xc5\xaa\xb3\x6f\xc8\xfa\x89\x4e\x98\x37\x0e\x4a\x82\x49\x0c\xd2\x02\x59\x31\xc0\x75\x5a\x64\xc5\x69\x10\xe2\x6b\xb6\xb8\xcd\x1f\x16\xf8\x9a\xce\xe7\xe9\x6c\x91\x4d\x0a\xe4\x73\x8c\xf3\xd9\x4d\xb6\xc8\xf2\x59\x81\xfc\x23\xd2\xd9\x23\x3e\x65\xb3\x9b\x53\x90\xb0\x35\x69\xd0\x73\xab\x1d\x7e\xa5\x21\x1c\x8d\x54\x3a\xce\x0a\xa2\x37\x00\xd6\x6a\x0f\xc8\xb4\xc4\xc5\x5a\x70\x34\x4c\x56\x1d\xab\x08\x95\x7a\x22\x2d\x85\xac\xd0\x92\xde\x0a\xe3\xc4\x34\x60\xb2\x0c\x42\x34\x62\x2b\x2c\xb3\xfe\xe6\xa8\xa9\x38\x08\x3e\xce\xf3\xcf\xd8\x5c\x98\xb8\xe2\x3a\x16\x2a\xd9\x74\x2b\x8a\xb8\x56\xc6\x5c\x3e\x8d\xe2\xd1\x30\x7e\x1f\x8d\xc0\x0c\x56\x9d\x68\xca\xe5\xe6\xc2\x2c\x47\xcb\xd1\x70\x69\xd8\xb6\x6d\x68\xc9\x5a\x61\x48\x3f\x91\x0e\x82\xc9\xec\x0b\xa6\xf9\x7d\xba\xb8\x45\x52\xa9\x60\xfe\x30\xc3\x76\x53\x0a\x8d\xa8\xc5\xc9\xf7\xbd\xe5\x47\x62\x34\x7f\xf5\xb7\x12\xd2\xc7\xf9\xa8\x93\xfd\xad\xbb\xbc\x3c\x71\xa7\x20\x08\xfd\x64\xd3\x19\x81\x55\x95\xa6\x8a\x59\xc7\x01\x19\x8b\x9e\x39\xba\x44\x25\x24\x6b\x9a\x1d\x58\x59\x52\xe9\x74\x0d\xff\x1c\xfe\xf1\xfe\xdc\xf5\xee\x05\x23\x23\x2a\xb9\x17\xdd\x87\xb1\x95\x68\x84\xdd\xb9\x7f\xdd\xb9\x39\x1c\xc5\xe7\x41\x88\x7d\x37\xd1\x4b\x37\x2e\x93\xa4\x9e\x34\x34\x35\xc4\x0c\x99\x18\xad\x3f\xc0\xd0\x1e\x90\x4f\x27\xd9\x96\x4a\x0c\x8a\x5a\x75\x4d\x89\x15\xc1\xcf\x9b\x55\x30\x5d\xdb\x2a\x6d\x3d\xd7\xa3\xf8\x1c\x85\x2f\x10\x84\x48\xef\x33\x14\xfb\x1a\x9d\x71\x8a\x39\x0f\xde\x69\x4d\xd2\x22\x7d\x69\x72\xe0\xf9\xab\x14\x2a\xb2\x88\x4a\x2f\x90\x50\xc9\x11\xce\x6f\x81\xdb\x96\x77\xef\xc0\xcb\xb7\x24\x27\xbf\x8c\xa8\x84\x05\xaf\x89\x6f\x54\x67\x11\x45\x56\x33\xbe\x39\x50\x9a\x1c\xba\x8e\xdc\x00\xfc\x1f\x31\x9e\xe6\xcb\xc9\x2c\xbd\xbe\x9b\xdc\x5c\x0d\x31\xcd\xf3\xe2\xaa\x11\xb2\x7b\xc6\x34\x4f\xe7\xe3\xdb\xab\xeb\xb4\x98\xb8\x83\xc3\x2d\xa4\xb1\xac\x69\x10\x3b\x11\xdd\xe4\x32\xbd\x3d\x7d\x6d\xe8\x0c\x19\x54\xca\xa9\x9d\xf8\x2c\x4b\xef\x61\x14\xfe\xe9\x8c\xc5\x5a\xc8\xd2\x73\xe3\xdf\x19\x27\xa7\x7f\x31\x84\xf5\x52\xd6\x04\xad\x94\x85\x51\x41\x88\x9e\xc0\x99\x7c\xb1\xbb\x76\xd6\x5a\x6d\xf7\xcf\x94\xad\xb5\xea\xc1\x7a\xb6\x03\x57\xd2\x3d\x3e\x4e\xdd\xad\xdb\x1a\xef\xc4\x60\x2c\x93\x25\xd3\x25\x1a\xc5\xfd\x9e\x78\xea\x7d\xfd\x64\x8f\x0f\x91\xd3\xf9\x78\x48\x22\x7a\x26\x0e\xde\xe2\xfb\x0f\x24\xf8\xf6\xe1\xb0\x4c\x8e\x86\xec\x73\x3a\x9d\x04\xe3\xfc\xfe\x11\x51\xe4\x0a\x5d\xfd\x62\x7f\x70\xac\xd4\xd1\x8d\xdb\xb1\xc5\xfc\xf1\x3e\xcf\x66\x0b\xfc\x35\x38\xb2\x0f\xfe\x0e\xfe\x0b\x00\x00\xff\xff\x10\x1e\x9b\x61\x1a\x06\x00\x00") - -func testImagesSampleApiserverDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesSampleApiserverDockerfile, - "test/images/sample-apiserver/Dockerfile", - ) -} - -func testImagesSampleApiserverDockerfile() (*asset, error) { - bytes, err := testImagesSampleApiserverDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/sample-apiserver/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesSampleApiserverVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\x34\xe0\x02\x04\x00\x00\xff\xff\x6c\xee\xb4\x00\x05\x00\x00\x00") - -func testImagesSampleApiserverVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesSampleApiserverVersion, - "test/images/sample-apiserver/VERSION", - ) -} - -func testImagesSampleApiserverVersion() (*asset, error) { - bytes, err := testImagesSampleApiserverVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/sample-apiserver/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesSampleDevicePluginBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\x4d\xcc\x29\xc8\xcc\x4b\xb5\x32\xd6\xb3\xe0\x4a\x2c\xca\xb5\x4d\x2c\xca\x35\x36\x2a\x33\xd3\x47\x15\x06\xa9\x03\x91\x65\x16\xc8\x12\x05\x05\xc9\x66\x26\x39\xa9\xb6\x50\x1a\x59\xaa\xd8\xd8\xd2\xa0\xc2\x16\x4c\x22\x0b\x03\x02\x00\x00\xff\xff\x68\xd4\xb7\x61\x73\x00\x00\x00") - -func testImagesSampleDevicePluginBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesSampleDevicePluginBaseimage, - "test/images/sample-device-plugin/BASEIMAGE", - ) -} - -func testImagesSampleDevicePluginBaseimage() (*asset, error) { - bytes, err := testImagesSampleDevicePluginBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/sample-device-plugin/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesSampleDevicePluginDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x91\xc1\x6e\xdb\x3a\x10\x45\xf7\xfc\x8a\x0b\x69\xf3\x1e\xe0\xc8\xae\x57\x45\xbb\x52\x6d\xa5\x15\x92\x48\x85\xa5\x34\x30\x8a\x2e\x68\x69\x2c\x0d\x40\x93\x2c\x49\x45\xf1\xdf\x17\x52\x1c\xa0\x46\xca\xe5\xcc\xe1\xf0\xf0\x4e\x8c\x8d\xb1\x67\xc7\x5d\x1f\xb0\x5e\x7d\xf8\x88\xba\x27\xdc\x0d\x07\x72\x9a\x02\x79\xa4\x43\xe8\x8d\xf3\x89\x88\x45\x8c\x7b\x6e\x48\x7b\x6a\x31\xe8\x96\x1c\x42\x4f\x48\xad\x6c\x7a\x7a\xeb\x2c\xf0\x83\x9c\x67\xa3\xb1\x4e\x56\xf8\x6f\x02\xa2\x4b\x2b\xfa\xff\xb3\x88\x71\x36\x03\x4e\xf2\x0c\x6d\x02\x06\x4f\x08\x3d\x7b\x1c\x59\x11\xe8\xa5\x21\x1b\xc0\x1a\x8d\x39\x59\xc5\x52\x37\x84\x91\x43\x3f\x3f\x73\x19\x92\x88\x18\xfb\xcb\x08\x73\x08\x92\x35\x24\x1a\x63\xcf\x30\xc7\xbf\x39\xc8\x30\x0b\x4f\xa7\x0f\xc1\x7e\x5a\x2e\xc7\x71\x4c\xe4\x2c\x9b\x18\xd7\x2d\xd5\x2b\xe8\x97\xf7\xf9\x26\x2b\xaa\xec\x66\x9d\xac\xe6\x2b\x8f\x5a\x91\xf7\x70\xf4\x7b\x60\x47\x2d\x0e\x67\x48\x6b\x15\x37\xf2\xa0\x08\x4a\x8e\x30\x0e\xb2\x73\x44\x2d\x82\x99\x7c\x47\xc7\x81\x75\xb7\x80\x37\xc7\x30\x4a\x47\x22\x46\xcb\x3e\x38\x3e\x0c\xe1\x2a\xac\x37\x3b\xf6\x57\x80\xd1\x90\x1a\x51\x5a\x21\xaf\x22\x7c\x49\xab\xbc\x5a\x88\x18\x4f\x79\xfd\xad\x7c\xac\xf1\x94\xee\x76\x69\x51\xe7\x59\x85\x72\x87\x4d\x59\x6c\xf3\x3a\x2f\x8b\x0a\xe5\x2d\xd2\x62\x8f\xbb\xbc\xd8\x2e\x40\x1c\x7a\x72\xa0\x17\xeb\x26\x7f\xe3\xc0\x53\x8c\xd4\x4e\x99\x55\x44\x57\x02\x47\xf3\x2a\xe4\x2d\x35\x7c\xe4\x06\x4a\xea\x6e\x90\x1d\xa1\x33\xcf\xe4\x34\xeb\x0e\x96\xdc\x89\xfd\xb4\x4c\x0f\xa9\x5b\x11\x43\xf1\x89\x83\x0c\x73\xe5\xdd\xa7\x12\x21\x6e\x77\xe5\xc3\xa4\x9f\xe5\x0f\xe9\xd7\x4c\xa4\xdb\x2d\xbc\x3c\x59\x45\x2d\x3d\x73\x43\x56\x0d\x1d\x6b\x2c\xdf\xd7\x44\x56\xd4\xbb\xfd\xf7\x32\x2f\x6a\xfc\x8c\xfe\x01\x44\x0b\x44\x37\x52\x79\xa3\x4c\x17\x8c\x0f\x2d\x39\x17\xfd\x12\x7f\x02\x00\x00\xff\xff\x0c\xd0\xf5\xa1\xbd\x02\x00\x00") - -func testImagesSampleDevicePluginDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesSampleDevicePluginDockerfile, - "test/images/sample-device-plugin/Dockerfile", - ) -} - -func testImagesSampleDevicePluginDockerfile() (*asset, error) { - bytes, err := testImagesSampleDevicePluginDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/sample-device-plugin/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesSampleDevicePluginMakefile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x51\x4f\xdb\x30\x14\x85\x9f\xe7\x5f\x71\xd4\xf0\xd0\x4a\x25\x65\x68\x9a\x26\x26\x34\x65\x6d\x07\x11\x28\x99\x92\x02\xe2\x09\x39\xc9\x6d\x72\x25\xc7\xf6\x6c\x87\xd0\x7f\x3f\xa5\x80\x34\x34\xbf\xf9\x9e\xe3\xe3\xcf\xc7\x11\xd6\xc6\x1e\x1c\xb7\x5d\xc0\xf9\xd9\xe7\x6f\xd8\x75\x84\x9b\xa1\x22\xa7\x29\x90\x47\x32\x84\xce\x38\x1f\x8b\x48\x44\xb8\xe5\x9a\xb4\xa7\x06\x83\x6e\xc8\x21\x74\x84\xc4\xca\xba\xa3\x77\x65\x89\x7b\x72\x9e\x8d\xc6\x79\x7c\x86\xf9\x64\x98\xbd\x49\xb3\xc5\x77\x11\xe1\x60\x06\xf4\xf2\x00\x6d\x02\x06\x4f\x08\x1d\x7b\xec\x59\x11\xe8\xa5\x26\x1b\xc0\x1a\xb5\xe9\xad\x62\xa9\x6b\xc2\xc8\xa1\x3b\x5e\xf3\x16\x12\x8b\x08\x8f\x6f\x11\xa6\x0a\x92\x35\x24\x6a\x63\x0f\x30\xfb\x7f\x7d\x90\xe1\x08\x3c\xad\x2e\x04\x7b\xb1\x5a\x8d\xe3\x18\xcb\x23\x6c\x6c\x5c\xbb\x52\xaf\x46\xbf\xba\x4d\xd7\xdb\xac\xdc\x9e\x9e\xc7\x67\xc7\x23\x77\x5a\x91\xf7\x70\xf4\x67\x60\x47\x0d\xaa\x03\xa4\xb5\x8a\x6b\x59\x29\x82\x92\x23\x8c\x83\x6c\x1d\x51\x83\x60\x26\xde\xd1\x71\x60\xdd\x2e\xe1\xcd\x3e\x8c\xd2\x91\x88\xd0\xb0\x0f\x8e\xab\x21\x7c\x28\xeb\x9d\x8e\xfd\x07\x83\xd1\x90\x1a\xb3\xa4\x44\x5a\xce\xf0\x33\x29\xd3\x72\x29\x22\x3c\xa4\xbb\xeb\xfc\x6e\x87\x87\xa4\x28\x92\x6c\x97\x6e\x4b\xe4\x05\xd6\x79\xb6\x49\x77\x69\x9e\x95\xc8\x7f\x21\xc9\x1e\x71\x93\x66\x9b\x25\x88\x43\x47\x0e\xf4\x62\xdd\xc4\x6f\x1c\x78\xaa\x91\x9a\xa9\xb3\x92\xe8\x03\xc0\xde\xbc\x02\x79\x4b\x35\xef\xb9\x86\x92\xba\x1d\x64\x4b\x68\xcd\x33\x39\xcd\xba\x85\x25\xd7\xb3\x9f\x3e\xd3\x43\xea\x46\x44\x50\xdc\x73\x90\xe1\x38\xf9\xef\x51\xb1\x10\x65\xb1\x2e\x2f\xbd\xec\xad\xa2\x86\x9e\xb9\x26\xab\x86\x96\xb5\x48\x8a\xf5\x35\x7e\x5c\x42\xf6\xcd\xd7\x2f\x62\x97\x14\x57\xdb\xdd\xb4\x3f\x99\xaf\xef\x8a\x4d\x5a\x2c\xc4\x55\x7e\x9b\x64\x57\x4f\xf7\xdb\xa2\x4c\xf3\x6c\xd2\x94\x0c\xe4\xc3\x14\xf9\xb4\x49\x0b\x4c\x66\x6d\x42\xc3\x0e\x27\x73\xdf\x91\x52\xb0\x63\xb3\x58\x08\x7a\xb1\xc6\x05\x21\x2a\xd6\x17\xe2\x53\x1c\xaf\xb8\x97\x2d\x9d\x0e\x81\x55\xec\x3b\x54\xac\x71\x32\x9f\xc0\x16\x42\xc4\xbf\xaf\xf3\xec\xf1\x62\x1a\x8a\xbf\x01\x00\x00\xff\xff\xae\x13\x55\xb4\xf8\x02\x00\x00") - -func testImagesSampleDevicePluginMakefileBytes() ([]byte, error) { - return bindataRead( - _testImagesSampleDevicePluginMakefile, - "test/images/sample-device-plugin/Makefile", - ) -} - -func testImagesSampleDevicePluginMakefile() (*asset, error) { - bytes, err := testImagesSampleDevicePluginMakefileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/sample-device-plugin/Makefile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesSampleDevicePluginVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe0\x02\x04\x00\x00\xff\xff\xdf\xf4\x93\x64\x04\x00\x00\x00") - -func testImagesSampleDevicePluginVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesSampleDevicePluginVersion, - "test/images/sample-device-plugin/VERSION", - ) -} - -func testImagesSampleDevicePluginVersion() (*asset, error) { - bytes, err := testImagesSampleDevicePluginVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/sample-device-plugin/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesSampleDevicePluginSampledevicepluginGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xa4\x56\x4f\x6f\xdb\x3e\x12\x3d\x9b\x9f\x62\x42\xa0\x81\x9c\xaa\x52\x93\x53\xe1\xc2\x07\x6f\x9c\xb6\xda\x74\x9d\xc0\x4e\xb6\x28\x8a\xa2\xa0\xa5\x91\x4c\x58\x22\x59\x92\xb2\x63\x04\xfe\xee\x0b\x52\xb2\x2d\x3b\x29\xba\xc0\x2f\x87\x20\xe2\xcc\xbc\x79\xf3\xe7\x91\x89\x2f\xc8\xb5\x54\x1b\xcd\x8b\x85\x85\xab\xf7\x97\x1f\xe0\x61\x81\x70\x5b\xcf\x51\x0b\xb4\x68\x60\x54\xdb\x85\xd4\x26\x22\xe4\x2b\x4f\x51\x18\xcc\xa0\x16\x19\x6a\xb0\x0b\x84\x91\x62\xe9\x02\xa1\xb5\x84\xf0\x5f\xd4\x86\x4b\x01\x57\xd1\x7b\x08\x9c\x03\x6d\x4d\xb4\xff\x91\x6c\x64\x0d\x15\xdb\x80\x90\x16\x6a\x83\x60\x17\xdc\x40\xce\x4b\x04\x7c\x4a\x51\x59\xe0\x02\x52\x59\xa9\x92\x33\x91\x22\xac\xb9\x5d\xf8\x24\x2d\x44\x44\xbe\xb7\x00\x72\x6e\x19\x17\xc0\x20\x95\x6a\x03\x32\xef\x7a\x01\xb3\x84\x00\x00\x2c\xac\x55\x83\x38\x5e\xaf\xd7\x11\xf3\x2c\x23\xa9\x8b\xb8\x6c\xbc\x4c\xfc\x35\xb9\xbe\x99\xcc\x6e\xde\x5d\x45\xef\x09\x79\x14\x25\x1a\x03\x1a\x7f\xd7\x5c\x63\x06\xf3\x0d\x30\xa5\x4a\x9e\xb2\x79\x89\x50\xb2\x35\x48\x0d\xac\xd0\x88\x19\x58\xe9\x78\xae\x35\xb7\x5c\x14\x21\x18\x99\xdb\x35\xd3\x48\x32\x6e\xac\xe6\xf3\xda\x1e\x35\x68\xc7\x8a\x1b\xe8\x3a\x48\x01\x4c\x00\x1d\xcd\x20\x99\x51\xf8\xd7\x68\x96\xcc\x42\xf2\x2d\x79\xf8\x72\xf7\xf8\x00\xdf\x46\xd3\xe9\x68\xf2\x90\xdc\xcc\xe0\x6e\x0a\xd7\x77\x93\x71\xf2\x90\xdc\x4d\x66\x70\xf7\x09\x46\x93\xef\x70\x9b\x4c\xc6\x21\x20\xb7\x0b\xd4\x80\x4f\x4a\x3b\xee\x52\x03\x77\xad\xc3\x2c\x22\x33\xc4\xa3\xe4\xb9\x6c\xc8\x18\x85\x29\xcf\x79\x0a\x25\x13\x45\xcd\x0a\x84\x42\xae\x50\x0b\x2e\x0a\x50\xa8\x2b\x6e\xdc\xf0\x0c\x30\x91\x91\x92\x57\xdc\x32\xeb\xbf\x5f\x94\x13\x91\x8b\x98\x10\xc5\xd2\xa5\x03\xa9\x18\x17\x84\xf0\x4a\x49\x6d\x21\x20\x3d\x9a\x57\x96\x92\x1e\x95\xc6\xfd\x56\xcc\x2e\x62\x37\x65\xf7\x87\x3b\xb0\xbc\x42\x4a\x48\x8f\x2e\x3f\x98\x88\xcb\x78\x59\xca\x82\x92\x9e\x2a\xeb\x82\x0b\xa6\x38\xec\x0d\xfb\x25\x8c\xd5\xb2\xf0\x9f\x25\xda\x98\x29\x6e\xe2\x0c\x57\x3c\xc5\x26\x26\x5e\x5d\xce\xd1\xb2\x4b\x4a\x7a\x59\xf5\xb7\xe8\xb4\x6a\x63\x2b\x26\x58\x81\x9a\x92\x3e\x21\xa9\x14\xc6\x53\xd7\x68\x64\xad\x53\x9c\xb0\x0a\x61\x08\x14\x9f\x58\xa5\x4a\x8c\x52\x59\xc5\x3b\x9b\x8f\x88\x63\x30\xb6\x9e\x8f\xca\x52\xa6\x9f\x6a\x91\x42\xaa\x91\x39\xb9\x30\x91\x81\x46\x5b\x6b\xd7\x47\x67\xf5\x3d\x04\x8d\x46\xc9\xee\x2c\xb8\x50\xb5\xdd\x79\xa0\x5f\x3d\x34\x96\xe4\x0e\xeb\x08\x39\xd0\x70\xb1\xef\x4d\x34\x6a\x03\xa6\x8d\x7f\x08\x19\xae\x0c\x54\x4c\xfd\x70\xcb\x25\x8a\x9f\x07\xd7\xb1\x2f\xb3\x0f\xc1\xab\xe1\x0d\x9d\x10\x50\x6b\xa9\xfb\xf0\x4c\x7a\x2b\xa6\xf7\x34\x0d\xfc\x39\x86\xf4\x5c\x0d\xbf\x42\xc7\x19\x06\x43\xd0\x4c\x14\x08\x3a\xba\x96\xc2\xc9\x12\x75\xcb\xcd\x38\xd0\xde\xbe\xf0\xc1\x10\xce\x0f\xa0\x7b\xe7\x53\xf4\xe7\x2d\xe9\x75\x12\x38\xa0\x64\xdc\x49\x83\xbf\xdb\xc2\x4c\x32\x6e\x32\xf4\x32\x5c\x85\x20\x97\xce\xc9\x75\xe3\xc7\x3e\xec\xa7\xb3\xf2\x1c\xce\xe4\xb2\xf1\xec\x35\x93\x01\xc1\xcb\x10\xf2\xca\x46\x37\xae\xfa\x3c\xa0\x5c\xac\x58\xc9\xb3\xe3\x89\x79\x94\xe6\x1a\x12\x52\xbc\xc3\x27\x6e\x9c\xe6\xa1\xd9\x1f\x78\x63\x68\x87\x62\xdf\xe1\x6f\x49\x9b\x31\xc3\x55\xf4\x05\x59\x69\x17\x70\x36\xec\xf4\xb2\x39\xdb\xfc\x43\x36\xb5\x58\xb4\x38\x0d\x95\xc1\x9f\xb9\xc4\x71\xbb\x99\x90\xb3\x25\xee\xa8\x3b\x39\x3a\x6b\xee\x34\xe9\xfa\xb6\xd3\x67\xf4\x6f\xc9\x45\x40\x63\x5b\x29\xea\x77\x2b\x72\x68\x3b\xa0\x12\x99\x80\x9c\x6b\x63\xdb\x32\x51\x6b\x17\x2d\x4d\x34\xc5\x4a\xae\x70\x54\x96\x81\xc7\xec\x7f\xf4\xb6\xb3\xa1\x2b\xee\x2f\xd5\xe6\x8c\x97\xcd\xbd\xda\x26\x38\x21\x0a\xb9\x96\x15\x28\x8d\x2b\x2e\x6b\x03\xba\x16\x6d\xbd\xa8\x75\xa7\xd2\x3c\xec\xd0\xb9\xf6\x35\xb7\x5c\x3a\x64\x5b\x42\xe7\xe7\x70\x26\x4d\x94\x98\x1b\x37\xd3\xc0\x01\xfd\xff\x24\x5f\x6f\xe7\xeb\x9c\xa2\xeb\x52\x1a\x0c\x9a\x16\xee\xa4\x10\xfd\x47\xd6\xc2\x1a\x18\xba\x47\x06\x45\x16\x9c\x18\xc2\xae\x50\xfc\x51\xc3\x6d\xaf\x99\x7b\x66\x17\x03\xf0\xc5\x85\xde\xf2\x45\x1a\xdb\x1c\xfa\x9f\x83\x65\xeb\xc8\x6c\x3b\x32\x34\x5d\x99\xee\xb4\xfe\x82\xc8\x6b\x5e\xe1\xfe\x72\xe8\x13\x5f\x5e\xdb\xaa\x73\x7d\xf0\x10\xbc\x24\x5b\xd2\x5c\x62\xee\x55\x08\x7c\x5b\xfd\x15\x35\x18\xc2\x8f\x9f\x17\xa7\xb7\x93\x2b\xec\x39\x19\x0f\x80\x8e\x71\xf5\xee\x92\x86\xd0\x28\x64\xf0\x52\x33\xdb\xf0\xc8\xf7\xea\x6f\xbe\x8e\x62\x63\x98\xc9\x74\x69\xc6\x7c\xb7\x1b\x9f\xd1\xa2\x58\x05\xf4\xfe\xeb\xe3\xe7\x64\xf2\x6b\x76\x77\x7d\xfb\x6b\x9c\x4c\x69\x9f\xf4\xdc\x53\x14\x25\x22\x97\x79\x40\x8f\x63\xdb\xf1\x1e\x1f\xf6\x89\xdb\xab\x93\x24\xc3\x21\x50\xea\xb7\xc9\xa3\xed\x16\xe8\xa6\x52\x76\x73\xe2\xeb\x52\xb6\x6d\x74\x7c\x7b\x46\xa6\x4b\xf4\x83\x74\x54\x4f\x70\xdf\x02\x8d\x33\x15\x51\x78\xeb\x17\x73\xa6\x34\x17\x36\x0f\xe8\x9b\x8c\x86\xe0\xde\xd4\x68\x22\xd7\x41\x3f\x7a\x14\xfc\x29\xe8\xbb\x8d\xcb\xd4\xa5\xbf\x13\xab\x68\x82\xeb\xa6\xdf\xf7\x0d\xa6\xad\xe7\x81\x9b\x8a\xfb\xf7\x65\x97\xd2\xcf\x77\xff\xf8\x85\x90\xb3\xd2\x8f\xfa\x20\xf3\x4c\x5d\x46\x33\xcb\xb4\x0d\x5e\xca\x5b\x31\xc1\x53\x2f\x24\xe2\x4b\xf1\xbe\x68\x0f\xaf\xd8\xd1\x9b\xf6\x02\x76\x8a\x05\x37\x16\x75\x70\x18\xe5\x6d\xf3\x60\xcf\x3c\xc1\x53\x72\xa7\x7b\xd4\xd4\x75\xff\xea\xcd\xd3\xa1\xe6\x9b\x8c\x25\xa6\x16\x9e\xb7\x64\x4b\xfe\x17\x00\x00\xff\xff\x83\x9c\xa8\x82\xfd\x0a\x00\x00") - -func testImagesSampleDevicePluginSampledevicepluginGoBytes() ([]byte, error) { - return bindataRead( - _testImagesSampleDevicePluginSampledevicepluginGo, - "test/images/sample-device-plugin/sampledeviceplugin.go", - ) -} - -func testImagesSampleDevicePluginSampledevicepluginGo() (*asset, error) { - bytes, err := testImagesSampleDevicePluginSampledevicepluginGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/sample-device-plugin/sampledeviceplugin.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesTestWebserverDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x51\x6f\x9b\x30\x14\x85\xdf\xfd\x2b\x8e\xe0\x65\x93\x52\xc8\xaa\x3d\x4c\xdb\x13\x4b\xa9\x86\xda\x41\x15\xe8\xba\x68\xda\x83\x81\x1b\xb8\x12\xb1\x99\x7d\x29\xcd\xbf\x9f\x48\x53\x69\xd1\xfc\xe8\xfb\xf9\xf8\xf3\x71\x88\x8d\x1d\x8f\x8e\xbb\x5e\x70\xbd\xfe\xf0\x11\x55\x4f\xb8\x9b\x6a\x72\x86\x84\x3c\x92\x49\x7a\xeb\x7c\xa4\x42\x15\xe2\x9e\x1b\x32\x9e\x5a\x4c\xa6\x25\x07\xe9\x09\xc9\xa8\x9b\x9e\xde\x26\x2b\xfc\x20\xe7\xd9\x1a\x5c\x47\x6b\xbc\x5b\x80\xe0\x3c\x0a\xde\x7f\x51\x21\x8e\x76\xc2\x41\x1f\x61\xac\x60\xf2\x04\xe9\xd9\x63\xcf\x03\x81\x5e\x1a\x1a\x05\x6c\xd0\xd8\xc3\x38\xb0\x36\x0d\x61\x66\xe9\x4f\xd7\x9c\x43\x22\x15\x62\x77\x8e\xb0\xb5\x68\x36\xd0\x68\xec\x78\x84\xdd\xff\xcb\x41\xcb\x49\x78\x59\xbd\xc8\xf8\x39\x8e\xe7\x79\x8e\xf4\x49\x36\xb2\xae\x8b\x87\x57\xd0\xc7\xf7\xd9\x26\xcd\xcb\xf4\xea\x3a\x5a\x9f\x8e\x3c\x9a\x81\xbc\x87\xa3\x3f\x13\x3b\x6a\x51\x1f\xa1\xc7\x71\xe0\x46\xd7\x03\x61\xd0\x33\xac\x83\xee\x1c\x51\x0b\xb1\x8b\xef\xec\x58\xd8\x74\x2b\x78\xbb\x97\x59\x3b\x52\x21\x5a\xf6\xe2\xb8\x9e\xe4\xa2\xac\x37\x3b\xf6\x17\x80\x35\xd0\x06\x41\x52\x22\x2b\x03\x7c\x4d\xca\xac\x5c\xa9\x10\x4f\x59\xf5\xad\x78\xac\xf0\x94\x6c\xb7\x49\x5e\x65\x69\x89\x62\x8b\x4d\x91\xdf\x64\x55\x56\xe4\x25\x8a\x5b\x24\xf9\x0e\x77\x59\x7e\xb3\x02\xb1\xf4\xe4\x40\x2f\xa3\x5b\xfc\xad\x03\x2f\x35\x52\xbb\x74\x56\x12\x5d\x08\xec\xed\xab\x90\x1f\xa9\xe1\x3d\x37\x18\xb4\xe9\x26\xdd\x11\x3a\xfb\x4c\xce\xb0\xe9\x30\x92\x3b\xb0\x5f\x3e\xd3\x43\x9b\x56\x85\x18\xf8\xc0\xa2\xe5\xb4\xf3\xdf\xa3\x22\xa5\x6e\xb7\xc5\x77\xf8\xc6\x69\x69\x7a\xa5\x36\xc5\xc3\x0e\x42\x5e\xae\x66\xaa\x3d\xb9\x67\x72\x88\x55\xfa\xf3\xa1\x28\x53\x7c\x5a\xab\x34\xaf\xb6\xbb\x87\x22\xcb\x2b\xfc\x0a\xe2\x4b\x30\xf8\xad\xfe\x06\x00\x00\xff\xff\x4e\xc8\xe3\xbf\x99\x02\x00\x00") - -func testImagesTestWebserverDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesTestWebserverDockerfile, - "test/images/test-webserver/Dockerfile", - ) -} - -func testImagesTestWebserverDockerfile() (*asset, error) { - bytes, err := testImagesTestWebserverDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/test-webserver/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesTestWebserverMakefile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x51\x4f\xdb\x30\x14\x85\x9f\xe7\x5f\x71\xd4\xf0\xd0\x4a\x25\x65\x68\xda\x24\x26\x34\x65\x6d\x07\x11\x28\x99\x92\x00\xe2\x09\x39\xc9\x6d\x72\xa5\xd4\xf6\x6c\x87\xd0\x7f\x3f\xb9\x80\x34\x34\xbf\xf9\x9e\xe3\xe3\xcf\xc7\x11\xd6\xda\x1c\x2c\x77\xbd\xc7\xf9\xd9\xe7\x6f\xa8\x7a\xc2\xcd\x58\x93\x55\xe4\xc9\x21\x19\x7d\xaf\xad\x8b\x45\x24\x22\xdc\x72\x43\xca\x51\x8b\x51\xb5\x64\xe1\x7b\x42\x62\x64\xd3\xd3\xbb\xb2\xc4\x3d\x59\xc7\x5a\xe1\x3c\x3e\xc3\x3c\x18\x66\x6f\xd2\x6c\xf1\x5d\x44\x38\xe8\x11\x7b\x79\x80\xd2\x1e\xa3\x23\xf8\x9e\x1d\x76\x3c\x10\xe8\xa5\x21\xe3\xc1\x0a\x8d\xde\x9b\x81\xa5\x6a\x08\x13\xfb\xfe\x78\xcd\x5b\x48\x2c\x22\x3c\xbe\x45\xe8\xda\x4b\x56\x90\x68\xb4\x39\x40\xef\xfe\xf5\x41\xfa\x23\x70\x58\xbd\xf7\xe6\x62\xb5\x9a\xa6\x29\x96\x47\xd8\x58\xdb\x6e\x35\xbc\x1a\xdd\xea\x36\x5d\x6f\xb3\x72\x7b\x7a\x1e\x9f\x1d\x8f\xdc\xa9\x81\x9c\x83\xa5\x3f\x23\x5b\x6a\x51\x1f\x20\x8d\x19\xb8\x91\xf5\x40\x18\xe4\x04\x6d\x21\x3b\x4b\xd4\xc2\xeb\xc0\x3b\x59\xf6\xac\xba\x25\x9c\xde\xf9\x49\x5a\x12\x11\x5a\x76\xde\x72\x3d\xfa\x0f\x65\xbd\xd3\xb1\xfb\x60\xd0\x0a\x52\x61\x96\x94\x48\xcb\x19\x7e\x26\x65\x5a\x2e\x45\x84\x87\xb4\xba\xce\xef\x2a\x3c\x24\x45\x91\x64\x55\xba\x2d\x91\x17\x58\xe7\xd9\x26\xad\xd2\x3c\x2b\x91\xff\x42\x92\x3d\xe2\x26\xcd\x36\x4b\x10\xfb\x9e\x2c\xe8\xc5\xd8\xc0\xaf\x2d\x38\xd4\x48\x6d\xe8\xac\x24\xfa\x00\xb0\xd3\xaf\x40\xce\x50\xc3\x3b\x6e\x30\x48\xd5\x8d\xb2\x23\x74\xfa\x99\xac\x62\xd5\xc1\x90\xdd\xb3\x0b\x9f\xe9\x20\x55\x2b\x22\x0c\xbc\x67\x2f\xfd\x71\xf2\xdf\xa3\x62\x21\xca\x62\x5d\xe2\x12\x9e\x9c\x3f\x9d\xa8\x76\x64\x9f\xc9\x8a\xa4\x58\x5f\xe3\xc7\x25\xe4\xbe\xfd\xfa\x45\x54\x49\x71\xb5\xad\xc2\xfe\x64\xbe\xbe\x2b\x36\x69\xb1\x10\x57\xf9\x6d\x92\x5d\x3d\xdd\x6f\x8b\x32\xcd\xb3\xa0\x0d\x32\x84\x84\xc0\xa7\x4d\x5a\x20\x98\x95\xf6\x2d\x5b\x9c\xcc\x5d\x4f\xc3\x00\x33\xb5\x8b\x85\xa0\x17\xa3\xad\x17\xa2\x66\x75\x21\x3e\xc5\xf1\x8a\xf7\xb2\xa3\xd3\xd1\xf3\x10\xbb\x1e\x35\x2b\x9c\xcc\x03\xd6\x42\x88\xf8\xf7\x75\x9e\x3d\x5e\x84\xa1\xf8\x1b\x00\x00\xff\xff\x2d\xf9\x16\x32\xf6\x02\x00\x00") - -func testImagesTestWebserverMakefileBytes() ([]byte, error) { - return bindataRead( - _testImagesTestWebserverMakefile, - "test/images/test-webserver/Makefile", - ) -} - -func testImagesTestWebserverMakefile() (*asset, error) { - bytes, err := testImagesTestWebserverMakefileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/test-webserver/Makefile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesTestWebserverVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe0\x02\x04\x00\x00\xff\xff\xdf\xf4\x93\x64\x04\x00\x00\x00") - -func testImagesTestWebserverVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesTestWebserverVersion, - "test/images/test-webserver/VERSION", - ) -} - -func testImagesTestWebserverVersion() (*asset, error) { - bytes, err := testImagesTestWebserverVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/test-webserver/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesTestWebserverTestWebserverGo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x54\x4d\x6f\xe3\x36\x10\x3d\x9b\xbf\x62\x20\xa0\xa8\x1c\xe8\x23\x4d\xf7\x50\xa4\xd8\x83\x6a\x27\x8d\x91\xc4\x36\x22\xa5\xd9\x3d\xd2\xd2\x48\x1e\x84\x26\x15\x72\x14\xc5\x58\xe4\xbf\x17\xa4\xbd\x8b\x04\xbb\x87\x9c\x28\x72\xde\x9b\x37\x9c\x79\x62\x7e\x22\x66\xa6\xdf\x5b\xea\xb6\x0c\x67\xa7\x7f\x7c\x82\x6a\x8b\x70\x3d\x6c\xd0\x6a\x64\x74\x50\x0c\xbc\x35\xd6\x65\x42\xdc\x50\x8d\xda\x61\x03\x83\x6e\xd0\x02\x6f\x11\x8a\x5e\xd6\x5b\x84\x63\x24\x81\xff\xd0\x3a\x32\x1a\xce\xb2\x53\x88\x3d\x20\x3a\x86\xa2\xe9\xdf\x62\x6f\x06\xd8\xc9\x3d\x68\xc3\x30\x38\x04\xde\x92\x83\x96\x14\x02\xbe\xd4\xd8\x33\x90\x86\xda\xec\x7a\x45\x52\xd7\x08\x23\xf1\x36\x88\x1c\x53\x64\xe2\xeb\x31\x81\xd9\xb0\x24\x0d\x12\x6a\xd3\xef\xc1\xb4\x6f\x51\x20\x59\x08\x00\x80\x2d\x73\x7f\x9e\xe7\xe3\x38\x66\x32\x54\x99\x19\xdb\xe5\xea\x80\x72\xf9\xcd\x62\x76\xb1\x2c\x2f\xd2\xb3\xec\x54\x88\x7b\xad\xd0\x39\xb0\xf8\x34\x90\xc5\x06\x36\x7b\x90\x7d\xaf\xa8\x96\x1b\x85\xa0\xe4\x08\xc6\x82\xec\x2c\x62\x03\x6c\x7c\x9d\xa3\x25\x26\xdd\x25\xe0\x4c\xcb\xa3\xb4\x28\x1a\x72\x6c\x69\x33\xf0\xbb\x06\x7d\xaf\x8a\x1c\xbc\x05\x18\x0d\x52\x43\x54\x94\xb0\x28\x23\xf8\xa7\x28\x17\x65\x22\x1e\x16\xd5\xd5\xea\xbe\x82\x87\xe2\xee\xae\x58\x56\x8b\x8b\x12\x56\x77\x30\x5b\x2d\xe7\x8b\x6a\xb1\x5a\x96\xb0\xba\x84\x62\xf9\x15\xae\x17\xcb\x79\x02\x48\xbc\x45\x0b\xf8\xd2\x5b\x5f\xbb\xb1\x40\xbe\x75\xd8\x64\xa2\x44\x7c\x27\xde\x9a\x43\x31\xae\xc7\x9a\x5a\xaa\x41\x49\xdd\x0d\xb2\x43\xe8\xcc\x33\x5a\x4d\xba\x83\x1e\xed\x8e\x9c\x1f\x9e\x03\xa9\x1b\xa1\x68\x47\x2c\x39\xec\x7f\xba\x4e\x26\x4e\x72\x21\xf2\x1c\x0a\x60\xd2\x7b\x18\x71\x03\x0e\xed\x73\x40\x49\x3e\x7c\x3b\x90\xe0\x7c\x8a\x3a\x0c\x39\x13\xbd\xac\x1f\xbd\xe8\x4e\x92\x16\x82\x76\xbd\xb1\x0c\xb1\x98\x44\xad\x92\x5d\xe4\xd7\x1d\xfb\x45\x99\xb0\xd3\xc8\xb9\x1f\x62\x24\xa6\x42\x3c\x4b\xeb\xa1\x81\xf2\x19\x3c\x21\x5b\x68\x8e\x23\x7f\x10\x25\xf0\xd7\x69\x02\xd1\xda\x07\xf5\xb0\xdb\xa0\xcd\xa2\xa9\x67\xb5\x83\xae\x83\x5c\x3c\x85\x6f\x62\x12\x68\x6b\x69\x1d\xc6\x53\x21\x26\xad\x83\xf3\xcf\xc1\x27\x59\xc9\x96\xfa\xb5\xc5\x96\x5e\xe2\x28\x8f\x92\xc3\xe9\x25\x29\x2c\xc3\xb5\xe2\xb0\x9f\x93\xf5\xd1\xe9\xd4\xb3\xc3\xc9\x95\xd4\x8d\xc2\xcb\x41\xd7\x07\x9a\x17\x8c\xc7\x03\xfb\x0e\x5d\x6f\xb4\xc3\x07\x4b\x8c\x36\x01\x0b\x27\xc7\xf3\xa7\x01\x1d\x87\x8a\x26\x63\x76\x85\xb2\x41\x1b\x4f\xb3\x12\x39\x8e\x66\xde\xa9\xe9\xcc\x68\xb6\x46\x45\x09\x44\xbd\xa5\x67\xc9\x18\x4d\xc5\x64\x92\xe7\xb0\x44\x6c\xb0\x09\x13\x55\xa6\x96\x0a\x7a\x6b\x5e\xf6\xde\x94\x6f\x7f\xd9\xf5\xe2\xc7\x38\x0c\x8c\xc6\x3e\x66\xbf\x90\x2a\xea\x1a\x9d\xfb\xae\x95\x16\x4a\x99\x31\x5d\x59\xea\x48\x7b\xe1\x93\x20\xf9\x21\xd2\xcc\x62\x83\x9a\x49\x2a\xe7\x99\x6c\x07\xfc\x38\xf9\x16\x79\x6b\x9a\x40\xfc\xf7\xa2\x4a\x60\xbd\x2a\xab\x04\x56\xeb\x60\xf9\x8f\xa7\x39\x40\x42\x9a\xf9\xb2\x4a\xbe\xa4\xb7\x2f\xe9\x1d\x3e\x55\xe6\x11\x75\x72\x8d\xd8\xa7\x85\xa2\x67\x4c\xee\x1d\xda\xb4\xe8\x50\x73\xf2\x25\x3d\x8e\x02\x9b\xf4\x81\x78\x9b\xbc\x6b\x7e\xe2\x57\xd4\x9c\x56\xfb\xfe\x47\xfb\xe7\xe4\xc2\x93\xb0\x68\xd3\x5b\xd3\x50\x4b\xd8\xa4\x25\xf9\xd7\xca\x19\x18\xfa\x46\x32\xa6\x0d\xee\x0c\x90\xd3\xbf\x33\x6c\xac\x97\xf7\xcf\xc9\x9f\xa7\x9f\x9c\x98\x4c\xec\xf1\x2a\xd9\x1c\x55\x1c\xfd\x94\x25\xc8\xb4\x2e\x0b\xa6\xbb\xaa\xaa\x75\x3c\x26\x60\xa7\x62\xf2\xea\x1d\xd7\x19\x50\xa6\xcb\x2e\x25\x4b\x75\x30\xe4\x0d\x39\x46\x5d\xe8\x26\x10\xe2\x76\xc7\x59\xd9\x5b\xd2\xdc\xc6\xd1\xf9\x6f\x4d\x94\xc0\x89\xff\x41\xa6\x09\x68\x52\xc1\xb5\x0e\x15\xd6\x0c\xdf\x5e\xc5\xab\xf8\x3f\x00\x00\xff\xff\x14\x70\xd3\x85\xfb\x05\x00\x00") - -func testImagesTestWebserverTestWebserverGoBytes() ([]byte, error) { - return bindataRead( - _testImagesTestWebserverTestWebserverGo, - "test/images/test-webserver/test-webserver.go", - ) -} - -func testImagesTestWebserverTestWebserverGo() (*asset, error) { - bytes, err := testImagesTestWebserverTestWebserverGoBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/test-webserver/test-webserver.go", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeGlusterBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\x4d\x4b\x4d\xc9\x2f\x4a\xb4\x32\xb2\xe0\x4a\x2c\xca\x35\x33\xb1\x05\x93\x65\x16\xfa\x08\xf1\x82\x82\x64\x33\x93\x9c\x54\x5b\x28\x8d\x24\x03\x08\x00\x00\xff\xff\x54\x51\xbe\x21\x42\x00\x00\x00") - -func testImagesVolumeGlusterBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeGlusterBaseimage, - "test/images/volume/gluster/BASEIMAGE", - ) -} - -func testImagesVolumeGlusterBaseimage() (*asset, error) { - bytes, err := testImagesVolumeGlusterBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/gluster/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeGlusterDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x51\x6f\xe2\x38\x10\xc7\xdf\xfd\x29\xfe\x22\x52\x75\x27\x41\x42\x11\xd7\xd3\xdd\x3d\xa5\x90\x5e\xa3\xb6\x49\x2f\x81\xeb\xa2\xd5\xaa\x32\xc9\x90\x58\x72\xec\xd4\x76\xa0\x7c\xfb\x55\x02\xdd\x5d\x76\xfd\x64\xcd\xfc\x66\xe6\xe7\xb1\x87\x85\x6e\x8f\x46\x54\xb5\xc3\x6c\x7a\x7d\x83\x55\x4d\x78\xe8\xb6\x64\x14\x39\xb2\x08\x3b\x57\x6b\x63\x7d\xe6\x31\x0f\x8f\xa2\x20\x65\xa9\x44\xa7\x4a\x32\x70\x35\x21\x6c\x79\x51\xd3\x47\x66\x8c\xff\xc9\x58\xa1\x15\x66\xfe\x14\xbf\xf5\xc0\xe8\x9c\x1a\xfd\xfe\x0f\xf3\x70\xd4\x1d\x1a\x7e\x84\xd2\x0e\x9d\x25\xb8\x5a\x58\xec\x84\x24\xd0\x7b\x41\xad\x83\x50\x28\x74\xd3\x4a\xc1\x55\x41\x38\x08\x57\x0f\x63\xce\x4d\x7c\xe6\x61\x73\x6e\xa1\xb7\x8e\x0b\x05\x8e\x42\xb7\x47\xe8\xdd\x8f\x1c\xb8\x1b\x84\xfb\x53\x3b\xd7\xfe\x1d\x04\x87\xc3\xc1\xe7\x83\xac\xaf\x4d\x15\xc8\x13\x68\x83\xc7\x78\x11\x25\x79\x34\x99\xf9\xd3\xa1\x64\xad\x24\x59\x0b\x43\x6f\x9d\x30\x54\x62\x7b\x04\x6f\x5b\x29\x0a\xbe\x95\x04\xc9\x0f\xd0\x06\xbc\x32\x44\x25\x9c\xee\x7d\x0f\x46\x38\xa1\xaa\x31\xac\xde\xb9\x03\x37\xc4\x3c\x94\xc2\x3a\x23\xb6\x9d\xbb\x58\xd6\x87\x9d\xb0\x17\x80\x56\xe0\x0a\xa3\x30\x47\x9c\x8f\x70\x1b\xe6\x71\x3e\x66\x1e\x5e\xe2\xd5\x7d\xba\x5e\xe1\x25\xcc\xb2\x30\x59\xc5\x51\x8e\x34\xc3\x22\x4d\x96\xf1\x2a\x4e\x93\x1c\xe9\x1d\xc2\x64\x83\x87\x38\x59\x8e\x41\xc2\xd5\x64\x40\xef\xad\xe9\xfd\xb5\x81\xe8\xd7\x48\x65\xbf\xb3\x9c\xe8\x42\x60\xa7\x4f\x42\xb6\xa5\x42\xec\x44\x01\xc9\x55\xd5\xf1\x8a\x50\xe9\x3d\x19\x25\x54\x85\x96\x4c\x23\x6c\xff\x99\x16\x5c\x95\xcc\x83\x14\x8d\x70\xdc\x0d\x91\x5f\x1e\xe5\x33\x76\x97\xa5\x4f\xbd\x7e\x14\x3f\x85\xff\x46\x8c\x2d\xb2\x34\xcf\x5f\x6f\xd7\xf1\xe3\xf2\x75\x91\x3e\x6f\xf0\x46\x4d\x37\xf9\x2f\x7a\x5a\x87\xd9\xe2\x7e\x62\xfb\x5e\x05\x82\xce\x9a\x60\x2b\x54\xc0\x58\xb6\x4e\x70\xec\x1a\x4c\x8e\x10\xca\x3a\x2e\x25\x6a\x6d\x9d\xe2\x0d\xa1\x92\x9d\x75\x64\x76\x76\x62\xc9\xec\xc9\xe0\xea\x6a\x60\x0b\x49\x5c\x81\x4b\xc9\xc2\xe5\xf2\x83\x2a\xfd\xbd\x96\x08\xc8\x15\xc1\xb7\xba\x60\x00\x4c\xa7\x5e\xcf\x21\xdf\xd6\xa7\xe1\x52\x17\x5c\x9e\x14\x7a\x44\xa8\x92\xde\xfd\xda\x35\x12\xc1\x5e\xcb\x60\xd0\x2a\xea\x46\x97\xb8\x99\xcf\x4f\xb1\xef\x0c\x63\xd1\xa7\xe7\x34\x8f\x30\x9b\x4f\xa7\x7f\x06\xae\x68\x31\xff\xeb\xfa\x8f\x59\x7f\x63\x2c\x4a\x56\xd9\xe6\x39\x8d\x93\x15\x3e\x8f\x7e\x1a\x76\xa9\x32\xfa\xc2\xbe\x06\x00\x00\xff\xff\xce\x58\xe0\x12\x8c\x03\x00\x00") - -func testImagesVolumeGlusterDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeGlusterDockerfile, - "test/images/volume/gluster/Dockerfile", - ) -} - -func testImagesVolumeGlusterDockerfile() (*asset, error) { - bytes, err := testImagesVolumeGlusterDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/gluster/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeGlusterVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe0\x02\x04\x00\x00\xff\xff\xdf\xf4\x93\x64\x04\x00\x00\x00") - -func testImagesVolumeGlusterVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeGlusterVersion, - "test/images/volume/gluster/VERSION", - ) -} - -func testImagesVolumeGlusterVersion() (*asset, error) { - bytes, err := testImagesVolumeGlusterVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/gluster/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeGlusterGlusterdVol = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x90\x41\x4e\xc3\x30\x10\x45\xf7\x3e\xc5\x57\xb3\x01\xa9\x4e\x29\x82\x05\xf7\xe0\x02\xae\x3d\x49\x47\xb5\x3d\xd1\x78\x92\xaa\xb7\x47\x69\x05\x08\xa9\x20\xb6\x5f\x6f\xde\x1f\xfd\x0e\xef\x47\x6e\xe0\x86\x44\x43\x98\xb3\x61\xcc\x73\x33\xd2\xd4\x2f\x92\xf1\xc0\x35\xe6\x1e\x51\x4a\xa1\x6a\x94\x20\xb3\xe1\x10\x1a\xf9\x49\xd4\x1e\xb7\xae\xc3\x99\xed\x88\x90\x12\x25\x6c\x74\x8a\x3e\xcc\x76\xf4\x21\x67\x39\x7b\xae\x8d\xe2\xac\x04\xa9\x1b\x98\xe0\x9a\x22\x4a\xad\x14\x8d\xa5\xba\x0e\x83\x4a\x41\x95\xea\x27\xe5\x85\x33\x8d\x94\xb0\xaa\x5b\xef\xdc\x22\x79\x2e\x84\x12\x6a\x18\x69\xed\x77\x00\x60\x97\x89\x50\xc6\x62\xbb\xcf\x4f\xaf\xb1\x4c\xab\x11\x67\xd1\x13\xd7\xd1\x27\x56\x8a\x26\x7a\xc1\x6e\x09\xba\xcb\x7c\xb8\x8b\x9b\x86\xda\xd6\x3e\x7f\xd5\x36\x89\x27\xb2\xad\xa6\x12\xee\x52\xfd\x0d\xe8\x4f\x44\x53\xc8\xbc\x90\x37\x2e\x84\xfd\xd3\x3f\x69\xae\x46\xba\x84\x8c\xe7\x3f\x0f\x94\x42\xf2\x43\xe0\xec\xb3\x8c\x90\x61\x70\xdd\x37\xfd\xb5\x3e\x5e\xde\xf6\xaf\x3f\x44\xbf\xcf\xef\xa8\x26\x7f\xdb\xd3\x7d\x04\x00\x00\xff\xff\xbe\xa1\x56\x52\xf3\x01\x00\x00") - -func testImagesVolumeGlusterGlusterdVolBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeGlusterGlusterdVol, - "test/images/volume/gluster/glusterd.vol", - ) -} - -func testImagesVolumeGlusterGlusterdVol() (*asset, error) { - bytes, err := testImagesVolumeGlusterGlusterdVolBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/gluster/glusterd.vol", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeGlusterIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xf2\x48\xcd\xc9\xc9\x57\x48\x2b\xca\xcf\x55\x70\xcf\x29\x2d\x2e\x49\x2d\x72\x0b\x56\xe4\x02\x04\x00\x00\xff\xff\xed\xdd\x63\xe1\x16\x00\x00\x00") - -func testImagesVolumeGlusterIndexHtmlBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeGlusterIndexHtml, - "test/images/volume/gluster/index.html", - ) -} - -func testImagesVolumeGlusterIndexHtml() (*asset, error) { - bytes, err := testImagesVolumeGlusterIndexHtmlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/gluster/index.html", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeGlusterRun_glusterSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x93\x5f\x6f\xdb\x36\x14\xc5\xdf\xf9\x29\xce\xa4\x3c\xc4\x43\x24\x65\x01\x82\x01\x2d\x0a\xcc\x8b\x3d\x4c\x68\x67\x03\x96\xbb\xa2\x4f\x03\x2d\x5d\x49\x44\x25\x92\x23\x2f\xad\x18\xc3\xbe\xfb\x20\xc9\xa9\x63\x64\x7a\x3c\xbc\x7f\x7e\xe7\x90\x8a\x7f\xc8\x82\x77\xd9\x41\xe9\x8c\xf4\x11\x07\xe9\x5b\x21\x62\x3c\x19\x7b\x72\xaa\x69\x19\x0f\xf7\x3f\x3d\x62\xdf\x12\x3e\x86\x03\x39\x4d\x4c\x1e\xcb\xc0\xad\x71\x3e\x15\xb1\x88\xf1\x49\x95\xa4\x3d\x55\x08\xba\x22\x07\x6e\x09\x4b\x2b\xcb\x96\x5e\x4e\xee\xf0\x27\x39\xaf\x8c\xc6\x43\x7a\x8f\xdb\xb1\x20\x3a\x1f\x45\x8b\xf7\x22\xc6\xc9\x04\xf4\xf2\x04\x6d\x18\xc1\x13\xb8\x55\x1e\xb5\xea\x08\xf4\x5c\x92\x65\x28\x8d\xd2\xf4\xb6\x53\x52\x97\x84\x41\x71\x3b\xad\x39\x0f\x49\x45\x8c\xaf\xe7\x11\xe6\xc0\x52\x69\x48\x94\xc6\x9e\x60\xea\xd7\x75\x90\x3c\x01\x8f\x5f\xcb\x6c\xdf\x65\xd9\x30\x0c\xa9\x9c\x60\x53\xe3\x9a\xac\x9b\x0b\x7d\xf6\x29\x7f\x5a\x6f\x8a\x75\xf2\x90\xde\x4f\x2d\x9f\x75\x47\xde\xc3\xd1\xdf\x41\x39\xaa\x70\x38\x41\x5a\xdb\xa9\x52\x1e\x3a\x42\x27\x07\x18\x07\xd9\x38\xa2\x0a\x6c\x46\xde\xc1\x29\x56\xba\xb9\x83\x37\x35\x0f\xd2\x91\x88\x51\x29\xcf\x4e\x1d\x02\x5f\x85\xf5\x42\xa7\xfc\x55\x81\xd1\x90\x1a\xd1\xb2\x40\x5e\x44\xf8\x75\x59\xe4\xc5\x9d\x88\xf1\x25\xdf\xff\xbe\xfd\xbc\xc7\x97\xe5\x6e\xb7\xdc\xec\xf3\x75\x81\xed\x0e\x4f\xdb\xcd\x2a\xdf\xe7\xdb\x4d\x81\xed\x6f\x58\x6e\xbe\xe2\x63\xbe\x59\xdd\x81\x14\xb7\xe4\x40\xcf\xd6\x8d\xfc\xc6\x41\x8d\x31\x52\x35\x66\x56\x10\x5d\x01\xd4\x66\x06\xf2\x96\x4a\x55\xab\x12\x9d\xd4\x4d\x90\x0d\xa1\x31\x47\x72\x5a\xe9\x06\x96\x5c\xaf\xfc\x78\x99\x1e\x52\x57\x22\x46\xa7\x7a\xc5\x92\x27\xe5\x8d\xa9\x54\x88\x55\xbe\xfb\x10\xdd\xdc\xf6\xdf\x98\x7a\x8b\xa4\x5a\x44\x42\xd4\x41\x97\x63\x07\x3c\x4b\xc7\xb7\x0b\xf1\x8f\x18\x2f\xa5\x37\x41\x33\x12\x06\xf7\xb6\xf6\x60\xf2\x8c\xe8\x66\x95\xef\xa2\xe9\xb8\x6c\x7b\x53\xe1\xe7\xc7\xc7\x2b\xd1\x22\x3b\x9a\x2e\xfb\x71\x16\xb3\x59\x9d\xde\xb4\x1f\x1f\x75\xd3\x05\xcf\xe4\x2a\x24\x16\x99\x0b\x17\x21\xb5\xaa\x9a\x6a\xcf\x02\x8e\xa6\x0b\x3d\xa1\x74\x24\x99\xa6\xe5\x7f\x1d\x4d\x87\xe8\xe6\xb6\x35\x9e\xb5\xec\x09\x89\x5a\xbc\x9b\x56\x8f\x59\x95\xf4\x7f\xed\x93\xa3\xef\xdd\xe2\xdf\x2b\xb3\xc6\x7e\xf7\xfa\xd2\x96\x24\xbd\xa9\xe8\x83\x2f\x9d\xb2\x7c\x19\x62\xec\x85\xe0\xb2\xeb\x9b\xea\x26\xa0\x52\xf2\x5b\x33\x8b\xd9\x7a\x98\x53\x7c\x15\x91\xeb\x91\xb8\xfa\xb5\x42\xcf\x8a\x71\x3f\xc2\x09\x76\xd2\xce\xfb\xf6\xeb\xdd\x1f\x42\xcc\xfc\xd1\xcd\x2f\x91\x10\x43\x3b\xfe\x83\xec\x02\xbd\x47\x65\xa6\x4e\xdf\x11\x59\x3c\x8a\xca\x68\x12\xe2\xbf\x00\x00\x00\xff\xff\x0e\x77\xa5\x03\x3d\x04\x00\x00") - -func testImagesVolumeGlusterRun_glusterShBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeGlusterRun_glusterSh, - "test/images/volume/gluster/run_gluster.sh", - ) -} - -func testImagesVolumeGlusterRun_glusterSh() (*asset, error) { - bytes, err := testImagesVolumeGlusterRun_glusterShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/gluster/run_gluster.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeIscsiBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\x4d\x4b\x4d\xc9\x2f\x4a\xb4\x32\xb2\xe0\x4a\x2c\xca\x35\x33\xb1\x05\x93\x65\x16\xfa\x08\xf1\x82\x82\x64\x33\x93\x9c\x54\x5b\x28\x8d\x24\x03\x08\x00\x00\xff\xff\x54\x51\xbe\x21\x42\x00\x00\x00") - -func testImagesVolumeIscsiBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeIscsiBaseimage, - "test/images/volume/iscsi/BASEIMAGE", - ) -} - -func testImagesVolumeIscsiBaseimage() (*asset, error) { - bytes, err := testImagesVolumeIscsiBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/iscsi/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeIscsiDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x91\x41\x6f\xdb\x38\x10\x85\xef\xfc\x15\x0f\x16\x10\xec\x02\xb6\x94\xcd\x61\x0f\xbb\x27\xc5\x76\x1a\x21\x89\x94\x4a\x76\x03\xa3\x28\x0c\x9a\x1e\x4b\x83\xd2\xa4\x42\x52\x55\xd4\x5f\x5f\xc8\x4e\x80\xa6\xad\x8e\x9a\x37\x1f\x3f\x3e\x46\x98\xdb\x76\x70\x5c\x37\x01\x57\x97\xff\xfc\x8b\x55\x43\xb8\xeb\x76\xe4\x0c\x05\xf2\x48\xbb\xd0\x58\xe7\x63\x11\x89\x08\xf7\xac\xc8\x78\xda\xa3\x33\x7b\x72\x08\x0d\x21\x6d\xa5\x6a\xe8\x6d\x32\xc5\x27\x72\x9e\xad\xc1\x55\x7c\x89\xbf\xc6\xc0\xe4\x75\x34\xf9\xfb\x7f\x11\x61\xb0\x1d\x8e\x72\x80\xb1\x01\x9d\x27\x84\x86\x3d\x0e\xac\x09\xf4\xa2\xa8\x0d\x60\x03\x65\x8f\xad\x66\x69\x14\xa1\xe7\xd0\x9c\x8e\x79\x85\xc4\x22\xc2\xe6\x15\x61\x77\x41\xb2\x81\x84\xb2\xed\x00\x7b\xf8\x39\x07\x19\x4e\xc2\xe3\xd7\x84\xd0\xfe\x97\x24\x7d\xdf\xc7\xf2\x24\x1b\x5b\x57\x27\xfa\x1c\xf4\xc9\x7d\x36\x5f\xe6\xd5\x72\x76\x15\x5f\x9e\x56\xd6\x46\x93\xf7\x70\xf4\xdc\xb1\xa3\x3d\x76\x03\x64\xdb\x6a\x56\x72\xa7\x09\x5a\xf6\xb0\x0e\xb2\x76\x44\x7b\x04\x3b\xfa\xf6\x8e\x03\x9b\x7a\x0a\x6f\x0f\xa1\x97\x8e\x44\x84\x3d\xfb\xe0\x78\xd7\x85\x77\x65\xbd\xd9\xb1\x7f\x17\xb0\x06\xd2\x60\x92\x56\xc8\xaa\x09\xae\xd3\x2a\xab\xa6\x22\xc2\x53\xb6\xba\x2d\xd6\x2b\x3c\xa5\x65\x99\xe6\xab\x6c\x59\xa1\x28\x31\x2f\xf2\x45\xb6\xca\x8a\xbc\x42\x71\x83\x34\xdf\xe0\x2e\xcb\x17\x53\x10\x87\x86\x1c\xe8\xa5\x75\xa3\xbf\x75\xe0\xb1\x46\xda\x8f\x9d\x55\x44\xef\x04\x0e\xf6\x2c\xe4\x5b\x52\x7c\x60\x05\x2d\x4d\xdd\xc9\x9a\x50\xdb\x6f\xe4\x0c\x9b\x1a\x2d\xb9\x23\xfb\xf1\x31\x3d\xa4\xd9\x8b\x08\x9a\x8f\x1c\x64\x38\xfd\xf9\xed\x52\xb1\x10\x37\x65\xf1\x30\xea\x2f\xb3\x87\xf4\xc3\x52\x88\x79\x59\x54\xd5\xf6\x7a\x9d\xdd\x2f\xb6\xf3\xe2\x71\x83\x67\x3a\x76\xb3\x8f\xcb\x87\x75\x5a\xce\x6f\x67\x7e\x64\x29\x24\x9d\x77\xc9\x8e\x4d\x22\x44\xb9\xce\x31\x74\x47\xb0\xf1\x41\x6a\x8d\xd9\x80\x20\x5d\x4d\x41\x69\xc6\xc5\xc5\x69\xa6\x34\x49\x03\xa9\xb5\x48\x17\x0b\xb8\xce\x6c\xd9\x2b\xcf\xdb\x73\x30\xf6\xcd\x19\xa8\xad\x92\xfa\x8c\x1d\x73\x3b\x6d\xd5\xd7\x38\x48\x17\xd7\xdf\x91\x08\xb1\xcc\x57\xe5\xe6\xb1\xc8\xf2\x15\x3e\x4f\x7e\x59\xf8\x03\x73\xf2\x45\xfc\x08\x00\x00\xff\xff\x31\xc2\x47\xd3\x29\x03\x00\x00") - -func testImagesVolumeIscsiDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeIscsiDockerfile, - "test/images/volume/iscsi/Dockerfile", - ) -} - -func testImagesVolumeIscsiDockerfile() (*asset, error) { - bytes, err := testImagesVolumeIscsiDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/iscsi/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeIscsiVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd2\x33\xe0\x02\x04\x00\x00\xff\xff\x31\x5b\x26\x76\x04\x00\x00\x00") - -func testImagesVolumeIscsiVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeIscsiVersion, - "test/images/volume/iscsi/VERSION", - ) -} - -func testImagesVolumeIscsiVersion() (*asset, error) { - bytes, err := testImagesVolumeIscsiVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/iscsi/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeIscsiBlockTarGz = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xdd\x79\x58\x53\x67\xbe\x07\xf0\x28\x2a\x3a\xb6\xd2\xd6\x8e\xd6\x52\xc5\xd6\x05\x2b\xe2\x52\xab\x28\x08\xb8\x4c\x55\x44\x8c\xcb\x54\x54\x36\xa9\x28\x6a\x59\x5c\x58\x15\x12\x2b\x55\x3a\xb6\xb2\xa5\x82\x82\x24\x76\x0c\x64\x54\x10\x05\x25\xc8\x16\x94\x51\x44\x96\x68\x82\x06\x12\x11\x14\x25\x1e\xd9\x44\x22\x09\x21\xcb\x7d\xea\x5c\xdf\x73\xef\xf3\xdc\x79\x9e\xb9\x73\x6f\x27\x9d\xfa\xfd\xfc\xf9\x3b\xe7\xfd\xfd\x7e\xef\x9b\xf7\x9c\xf3\x8f\xbe\x58\x7d\x3f\x94\x91\x50\x9c\xe0\xc9\x30\x6b\x57\x44\x16\x2b\xbf\xf4\xaa\xe8\x2e\x7a\xeb\xcf\xdf\x9d\xd8\x96\x79\x65\xec\x1e\x57\xdb\x8f\xfc\x3c\xff\xec\x96\x97\xe4\x79\xcb\x71\x4e\x4a\xf9\xd9\xa7\x33\x4f\x57\x6f\xde\xbe\x75\x4a\x50\xc3\xd2\x73\xc9\xb6\xe6\xe1\xb6\x29\xd3\x6c\xab\x0e\x7d\xa6\xc8\xab\xa9\xcb\x6a\x6f\xde\x94\xea\xfa\xc5\x9f\x6c\x4a\x9c\xa7\x38\xae\x1e\x53\x75\x73\x8a\xb8\x87\x6a\x19\xac\xde\x2b\x12\x59\xed\xed\x8a\x89\xf4\xe9\xf3\x8f\x6b\x2c\x51\x17\xc4\x06\x44\x05\x75\xfc\xe0\xd1\x2e\x0f\xbd\xda\xd4\xf2\x09\x5b\xf4\xe4\xbc\x17\x4f\xa3\xf9\x6e\x42\x78\x87\x3c\xf4\xaf\x89\xc2\x82\x86\x9a\x17\x7d\x13\xc2\x1e\xe8\x92\xed\x9a\xb6\x3b\x38\x57\xf8\xc8\x06\xaf\x6a\x14\x1a\x8f\xaf\xdb\xa4\x98\xb7\xb5\xeb\x81\x9e\x47\x85\x1a\x1b\xf6\x1e\x30\x06\x8f\x4b\x7c\x90\x7f\x65\xf7\xe3\xbb\x73\xe7\x72\x0d\xf2\x9a\xa3\x7b\x99\x8a\xfa\xfa\xe2\xa7\x3d\xbd\xdd\xb5\x0b\xe6\x95\xe8\xaa\xfb\xd7\xa7\x59\x2a\x79\x6c\xa1\x3a\xd0\xfb\x79\x61\xe1\x8c\x28\xea\x50\x57\x51\x94\xbd\x63\xe3\xd4\xc0\x8c\x8e\x90\x8a\xf0\x93\xdd\xcf\xac\x17\xa8\x9f\xb6\x39\xb5\x0c\x89\xdf\x5f\x3d\xc6\x7f\xc1\x8b\x30\x9e\x76\xeb\xfd\x10\x63\xa5\x45\xf6\x08\x76\x73\xfa\x38\xd5\x85\xd8\xae\x62\xf1\x9d\xf0\x82\x1e\xb6\xb2\xa8\x41\xb7\xd2\xc2\xea\x72\x77\xd2\xb9\x93\x3d\xad\x8a\x93\x6a\x7e\x4a\xc9\xee\xa6\xb4\x5a\x07\x75\xe3\xcb\x47\x4b\x9c\xbb\xdb\xff\xdc\x54\x61\xe4\x9b\x45\x2f\x8a\x8d\x9a\xce\x9a\xa5\x99\x16\xa8\xb4\x7b\x1a\x17\xb2\x5a\x7b\xfb\xf2\xb8\xfd\xcf\xef\xdd\x88\x63\xb2\x58\x1b\xb8\x82\x18\xc9\xc7\xb2\xf3\xbc\x81\x3c\x5d\x54\xcf\xbd\x86\x08\xf9\xaa\x58\x6f\xa5\x94\x17\x6c\xc5\x11\xf3\x63\xe2\xe6\x97\xf5\x33\xc5\xfd\xd2\x5e\xca\x3c\xc2\xb8\xb1\x6f\xa5\xfd\xd3\x2c\xb3\x62\x63\x7b\xb1\x73\x20\x2f\xfa\x80\x9a\xf7\xf3\x2d\xb5\xf3\xcb\xfa\x7b\x44\xd9\x97\xd2\xa7\xf7\xea\x63\x03\x5b\xfb\x9b\xaa\xd5\xa2\xc8\x03\x5d\xce\x5d\x4c\x85\xb0\x54\xa3\x0e\xee\x5d\xc0\x54\xe8\x19\x62\xa6\xb8\xe7\x52\xb4\x76\x00\x37\x7e\x01\x53\xd1\xc2\x10\x8b\x6b\x7b\x2e\x45\xf7\x0e\xe0\x8a\x17\x30\x15\xd4\x0b\x05\xcf\x70\xf2\x72\xa0\xb0\x4e\xba\x3c\xaf\x53\xac\x61\xff\x54\xa6\x4c\x1c\x6b\xfb\xf2\x73\x49\x96\xc2\xe0\xfb\x7b\xf3\xcb\x3f\xc7\x83\xfa\x63\xbf\xf4\xcc\xcc\xe0\x2e\x4d\x0d\x55\x38\x67\x3d\x6a\x4e\xde\xf7\xe1\x8e\x7b\x81\xc6\x0b\x47\xaa\xf2\xc9\xe5\xf3\xe4\x72\x02\x7d\x59\xf8\xfa\xf2\x47\xf2\xb5\xcc\x09\x35\x85\x1d\x56\xeb\x77\x1f\x22\x97\x67\x6c\x3f\x23\x48\xdc\xd6\xd8\x6b\x71\xae\xe0\x2b\x57\xc7\xa3\x9f\xb7\xe5\xb3\x37\x5c\x1f\x4d\xa7\x3c\x43\x52\xde\x22\x0d\xf9\xd4\x91\x44\xc7\xe8\x44\x41\x24\xd1\x4e\x92\x28\xe5\x12\x49\x94\x4d\x12\x3d\xa3\x13\xd1\x1d\x1d\x25\x89\xbe\xa6\x8b\x9f\x23\x63\xe4\x64\x8c\x6c\xc7\xeb\x3a\xdb\x49\x2c\x96\xac\x50\xd4\x46\x52\x3b\xd4\xe3\xd9\x0e\xfe\x46\xa1\xbe\x7c\xea\x79\x19\x29\xa3\x27\x65\x2c\x49\x6b\xf7\x2f\x90\x32\x55\x64\x4c\x10\x3d\xc7\x16\x32\x26\x8d\x8c\x89\xfa\x82\xd4\x71\x27\xfd\x7e\xf4\x80\x8c\x91\x92\x31\xe9\xa4\xcb\x65\x74\xc5\x2c\x52\xf1\x26\xb9\xd1\x8b\xdc\x68\x17\x4c\x96\x92\x2e\x63\x4b\xb7\x76\xf7\x75\x99\xee\x2f\xe9\xe4\xf4\x12\x84\x92\x31\x32\xba\xdf\x40\x3a\x48\xdf\x19\x4d\x82\xd9\x74\x76\x29\xc9\xfe\x36\xc9\x2e\x0c\x7c\xdd\x91\xe6\x06\x69\x38\x78\x27\x09\xb6\x92\xa0\x82\x64\xff\xa8\x91\x24\xb2\xa5\x13\xd1\x53\x5b\x42\x8a\x8f\x25\xc5\x3b\xc9\xaa\x77\x67\x93\x31\x4d\xf7\xc8\xb2\x2a\x49\x9d\x22\x7a\x31\x2f\x93\xc5\x0c\x22\x63\xc2\xe9\x3a\xcb\x48\x1d\x47\x52\xa7\xb4\x84\x8c\xf1\x26\x63\xd4\xf4\x0e\x66\x92\x31\xe1\x74\x1d\x21\x19\xc3\xa2\xc7\x90\x3a\x11\x0b\x5f\x8f\xf9\x82\xc4\xe6\xd1\xcf\x6b\x3d\xe9\xbc\x65\xd3\xeb\x2e\xe2\xe8\x1b\x7f\x22\x37\xfe\x95\xdc\x68\x4e\x36\xd6\x82\xbf\x90\xcb\x7c\xfa\x32\x79\xb0\x17\xf0\x5f\x5f\xfe\x2a\x9c\x34\x5e\x49\x7a\xdc\x4f\x0a\xf6\xd2\x19\x2f\x91\x8c\xbe\xe4\x46\x01\x99\x6b\xfb\xd7\xaf\x3b\xab\x6f\x22\x8b\x4f\x3f\xd6\xe5\xf4\x42\xe6\x91\x3c\x97\x48\x67\xf4\x46\x5f\x90\x4b\x2e\x17\x91\x2e\x4a\x8b\x48\x90\x6e\x6d\x1c\xbd\xa9\x4b\xe8\x86\xe8\x29\x16\x92\x31\xb3\xc8\x65\x7f\xba\x4e\x3e\xb9\xbc\x9b\x5c\x8e\xa7\x7f\x9b\xc5\xa4\xf5\x91\x74\xeb\x39\x64\x8c\x0b\xbd\xd7\xc8\x74\xbb\xcd\x48\xd0\xb9\x9e\x04\x97\xd0\xc1\xfb\x64\x61\xb6\x91\xec\xf1\xa4\x23\xdd\x76\x3a\x48\x1e\x09\x5d\x04\x09\x32\xe9\x3b\xfd\x48\x90\x43\x9a\xe3\x4a\x48\xc9\x75\x74\x49\xfa\x89\xaa\x23\x8b\xcd\x23\xef\x43\x4d\x03\x1d\x24\xbf\x9f\xa6\x8f\x04\xef\x90\x86\xd7\x93\x8a\x52\xf2\x03\x70\xc9\xcb\xab\xfb\x07\x32\xc4\x9f\xde\x30\xf4\xbb\xb8\x81\x34\x24\x26\xb5\x23\x82\x48\xca\x1e\x92\x92\x45\xef\xea\xd1\xf4\xcc\xe8\x15\x3e\x48\xea\xd0\x1f\x9c\x62\x7a\xab\xa7\x90\x44\xde\x64\xad\xbb\xab\x48\x71\x11\xbd\x44\x49\x24\x51\x0a\x49\xa4\xa3\xb7\x6b\x0e\xf9\x01\x8a\xe9\x17\xaf\x8c\x74\xc4\x3a\x4d\x82\x4f\x48\xf6\x1c\xf2\x5d\x8c\xd8\x4a\x12\x9d\x23\x1d\xd5\x92\x77\x85\xa6\x86\x14\x6f\x22\x2f\xc4\x08\xfa\x1d\x1c\x4c\xf6\x70\x31\xfd\x36\x08\xa7\xd7\x88\x7e\xab\xa8\xe9\xa0\x88\x04\x2d\x48\xd0\x40\x7f\xa6\xe2\xe9\x60\x01\x09\x5e\x26\xbd\xb3\xe9\x95\x11\xd0\x41\xf2\x16\xed\x56\xd2\x41\xb2\x27\xba\x0b\xc9\x34\x44\x01\x64\x1a\xf4\x07\xc2\x92\x94\x7c\x40\x3f\x0d\xee\x24\xd1\x7f\xf9\x16\xb4\xd1\x89\xe8\xad\xa9\x20\x41\x3b\xb2\x1e\x3a\x2f\x92\x9d\x54\x9c\x27\x20\xf3\xa1\x3f\x1a\xc1\xe4\xeb\x13\xe1\x41\x86\x28\xc8\xef\xf7\x80\x9e\x44\x2d\x5d\x9b\x3c\xfc\x9a\x58\x12\x0c\xa7\x37\x02\xfd\x0e\xb2\xa2\x13\xd1\x9f\xbe\x07\x64\x8c\x9a\x1e\x43\xff\x2a\x3c\xfa\x07\xb8\x42\x82\x3e\xf4\xee\xa0\x3f\x97\x32\x92\x88\x4d\x3f\x93\xe4\x53\x71\x3d\x92\x4c\xd2\x8a\xac\x81\x66\x35\xb9\x1c\x4b\x7a\x73\xa2\x7f\xd3\x3b\x24\x25\xfd\x66\x39\xf9\xfa\xa9\x4a\xde\xbd\xc1\x7e\x72\xfa\xb1\xda\x33\x3f\xe7\x4c\x6b\x30\x6e\xeb\x15\x9d\xd0\x07\x73\xd7\xfd\x9c\x23\x3f\xd7\x98\xdd\xce\xb6\xe9\x6f\xb2\x17\xbc\x1a\xc3\x1e\xe6\xa5\x7c\xcf\xa0\x65\xc9\xcb\x32\x94\x3a\x1b\x6f\xb9\xcf\x55\x63\xbe\xab\x76\xa4\x85\x13\xdb\xb3\xe0\xc8\x6c\x1f\x56\x6b\xf4\x8c\x76\xf6\xde\xa3\x5d\x57\xdc\x0c\xb9\x2d\x8f\x58\xfa\x8e\xa3\xd9\xcc\xe2\x4c\x83\xe5\x43\x33\xc3\x92\x6f\xc4\xdf\x48\xad\xd2\x45\xed\xf7\x2f\xb6\x48\xd9\xc6\xc0\xa0\x80\xb1\xfb\x2a\x0d\x0d\x0e\xf9\x86\x1e\xd9\x2e\xca\xbe\x88\x65\x68\x2f\x2e\xe0\x39\x7b\x58\xba\x17\xdd\x6c\xab\xad\x12\xf3\x2c\x32\x2d\x32\x2c\x04\xf1\xfc\xf8\xcc\xf8\x8c\x1e\xbb\x19\x11\x7d\x37\xb6\xc9\x57\x28\x78\xd7\x45\x6a\xff\xc7\xea\xa6\x63\x73\xa7\x77\xca\x9a\xb2\xac\xbe\xe7\x69\xa6\x74\xcc\x2b\x73\x6e\x16\x35\x47\x76\xb1\x6b\xe6\x8c\x78\xb1\xff\x5d\xc6\x9b\xe4\x80\xd1\x3c\x5f\xf2\x93\x65\x9a\x47\xac\xb1\xa2\xc2\xc3\x23\x56\x59\x10\xe5\x54\x7a\xeb\xc6\xc7\x1e\x45\xea\x4e\x05\x9b\x33\x52\xcd\x2d\x54\x6a\xf6\xe5\x5f\xec\x2e\xec\x58\x32\x97\x29\xdf\xab\x1b\x26\x18\x6b\x38\xa5\xb7\xee\x2a\xfd\xa3\x28\xa4\xf9\xbd\xb3\xe9\x3e\x21\x46\x65\x10\x3b\xca\x58\xf6\x49\x98\xa7\xdc\x87\xb1\xeb\xcc\x45\xf6\x86\x14\x7d\x79\x61\xbb\xd5\xbd\xad\xc6\x0b\xd3\xfb\x63\x43\x1b\x9c\xb3\xaa\x0c\xbe\x5e\xbd\x16\x6d\xb9\xaf\x2e\x25\xe5\xcf\xb5\x9b\x9b\x6f\xe7\x64\x98\xd0\x7c\x2a\xe4\x44\xc8\xae\xc2\x80\x42\x4f\x7b\xbf\x96\x6b\xce\x13\x2e\x5c\xdc\x7d\x48\x35\x98\x3a\x42\x0d\x97\x1e\x93\x1c\x93\x8e\x0e\xac\xe3\xfd\x5e\x5e\xaf\x79\x14\x72\x57\x35\x89\xda\x49\x3d\xa3\x5c\xa5\x73\x24\x73\xa4\x97\x25\x97\xa5\xa1\x6b\x5d\x63\x33\x66\xb8\xca\xdc\x64\xae\x32\xa6\xdd\x72\xbb\x95\x3e\xdc\xa0\x1f\x83\x4e\x06\x25\x95\x7e\x12\xbd\xf5\xac\x73\xea\x2e\xe9\xa5\xd9\x63\x13\x83\x92\xe3\x56\x16\x49\x6a\xa4\xb6\x12\x5b\x69\xb6\xc4\x3d\xe3\xb4\xc4\x5d\x90\xe3\xe2\x93\x56\x3a\x3d\x3a\xba\x30\xb4\xd0\x4d\x7b\x38\x44\xa1\x3a\x4a\xa5\x49\xec\x04\x8a\x8c\xd3\x52\x21\x5f\x21\x70\xe0\x3b\x64\x3a\x64\x04\xbb\x35\x25\x77\x9e\xec\x4c\xea\x4c\xed\x4c\xee\xe4\x76\x26\x76\x9e\x28\x75\x6c\xb4\x69\x74\x68\xb4\x8e\x5e\x56\x18\x5c\xe8\x53\xc8\xde\xb7\xf0\x19\x75\x3c\x24\xc0\x7e\xfa\x58\xde\xaa\xe5\xd6\x99\xe6\x99\xe6\x19\x1c\x49\x8c\x74\xc9\x5a\xfd\x9a\x73\x1c\x29\xf7\x92\x9d\xe3\xe7\x8e\xd3\xd2\x93\x7a\x33\xf4\x54\x9d\xea\xb9\x2a\x9d\xba\xa4\xfa\x4e\x75\x53\xe5\x45\x15\x49\xd5\xfc\x65\x19\x5d\x6e\x02\xc1\x32\x41\x05\x7f\xb6\x64\x8b\xb4\x45\xd2\x22\x1d\x29\x19\x29\x55\x67\x58\x67\x74\x31\x9d\x13\x58\x33\xf5\xab\xb5\x0f\x43\xb6\x69\x13\x55\xa7\xa9\x0a\x49\xbc\x80\xb7\xdc\xf9\x04\xf7\x24\x37\x89\x35\x55\x1f\xb2\x6f\xa7\xf6\x84\x2a\x8f\x52\x4a\xc4\x82\xc4\xda\x15\x4c\x57\x26\x53\xbc\x5c\xbc\x52\xbc\x42\xbc\x4a\xec\x22\x76\x13\xbb\x8a\x12\x58\xb3\x1c\x9d\x4b\xc6\x97\xcc\x2c\x99\xa2\x5f\xbb\x6f\xb7\xf6\x89\xca\x86\x9a\x44\x65\x50\xee\xd2\x9c\x8c\x94\x0c\x1f\xa6\x28\xd1\x9b\xeb\x9d\xe8\x7d\xc2\xfb\x58\xed\x2a\xd1\x09\x96\x4d\x89\xbd\x3e\x6c\x9f\x9b\x36\x5d\x55\x44\xa9\x25\x5d\x02\xe7\xe5\xec\xe3\x86\x29\xfa\xdd\xfb\x02\xb5\x1c\x95\x80\x12\x4b\x78\x02\xd1\xf2\x1c\x57\xf6\x09\x6f\xde\x83\x84\x07\xc7\x0d\x53\x4b\x3e\xd5\x87\x6a\xd3\x54\x42\xaa\x86\xea\x92\xac\x54\xf2\x85\x7c\x61\xa6\x30\x43\x28\x08\xe7\x87\x67\x8a\x98\xc6\x84\x07\xc7\x1e\xa4\x1b\x66\x95\x58\x97\xd8\x95\xcc\x28\x71\xd6\xaf\xd3\x2a\x55\x33\xa8\xfb\xaa\x1c\xaa\x49\x62\x2e\x89\xa4\x62\xa8\x25\x54\x39\x35\x81\x3a\x4d\x6d\xa1\x74\x97\x12\x1b\x83\x83\xee\x99\x7b\x74\xc9\x75\x9a\x2b\xdd\x87\x63\x9d\x32\x33\x0d\x2e\x23\x4a\xab\x2d\xdb\x2a\xca\x07\x2b\xb2\x94\xfd\xab\xea\xa3\x25\xdc\x75\xcc\xfe\xba\x94\x01\xc6\xd8\x93\x85\xca\x82\x92\xfd\xab\x16\xec\x10\x0f\xab\x70\x6e\xae\x3b\xdd\x3b\xae\xbf\x79\x64\x9c\xc2\x78\x60\x5d\x9c\x7d\xa8\xb8\x73\x4b\x9c\xa3\x6f\xb8\xd3\x15\xe3\x5f\xa2\x1d\x66\x74\xe4\xbc\x59\x8f\x31\xfc\x27\x8d\x6e\x8f\x6a\x58\x51\x78\x57\xa0\x35\x37\x57\xfd\x38\x4c\x52\xda\xd2\x9b\x1e\x72\x33\x43\x3f\x78\x80\xa9\x3b\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf8\xbb\x74\x0e\x0e\x2f\x73\x3e\xfc\xe2\xfd\x65\x03\x22\xb6\x05\x1f\x3e\xe0\xb2\xc3\xb7\x85\x37\x5e\x33\x70\x6e\xd8\x8d\x15\xc3\x1d\x3c\xbe\x7f\x3c\x26\xa0\x6e\xf1\x90\x94\xf1\x1b\x3a\x26\x4c\x3c\x75\xc8\x62\xf3\xc7\x1b\xa6\xd5\x7b\x7c\x7f\xa8\x60\xfc\xdc\x51\x73\x7f\xf7\xe9\xb7\x2f\xbf\x5d\x53\x9f\xe0\xf9\xf1\x20\xaf\x84\x2e\x8f\x11\xe5\x25\xfe\xac\x99\xa3\xc3\x86\x98\x7a\x4a\x00\x26\x73\x80\x13\x99\x10\xb5\x33\xed\x9c\x32\xb5\xb5\x4f\x91\xdf\xc7\x12\xed\x90\x5f\x37\x48\x12\x2a\x9f\x5d\x38\x59\xcc\xbd\x1f\x98\xda\xa7\xab\x95\x3d\x2c\xf5\x75\xd4\x38\x0a\x93\x55\x1b\xbd\xaa\x42\x7f\xfc\xf1\x71\xaf\xb2\x3b\xcd\x7a\x46\x90\x17\x2b\x6c\xab\xb2\x3b\x42\xf7\xbc\xd5\xc7\xde\xad\x5f\xf0\x62\x4d\xcf\x8b\xf6\xf6\xf2\xa3\x7a\x41\xce\x83\xc6\xfd\x22\x63\x47\xd5\xd5\x9a\x36\x51\xe1\xf5\xbd\xba\x3c\xf3\x83\x93\x6c\xfa\x62\xce\x4f\xf4\x7a\xd1\xa2\xab\x7d\xf6\x97\x8d\xf3\xef\x07\xf3\x99\x85\x8f\xab\x0f\xc5\xe4\x94\x3d\x2c\x6d\xac\x76\xe0\xfe\xe8\xa7\x7f\x74\xa7\x34\xc0\xdf\x9a\xca\xb7\xe9\x89\x6e\xe5\x48\xdc\x5b\xd5\xb9\x9c\x90\xfd\xc7\xfa\x76\xb4\x72\x3e\xcb\xae\x16\xe7\x72\x42\xf2\x6e\x45\xb1\x4e\xf3\x27\x56\xd4\x06\x5f\x9a\xcf\x4e\xeb\x11\x1e\xeb\xf1\x77\xfa\x34\xad\x42\x2c\xf4\xa0\x38\xb9\x5f\x52\xfd\x2a\x17\xca\x46\x1f\xa4\xe5\xb7\xaf\xd7\xee\xd0\xf2\x57\xda\xe8\x2b\x54\x2e\x2e\xf7\x6e\xdd\x19\x67\xea\x35\x36\xad\x51\x35\xcc\x27\xda\x5c\x2b\xab\xe6\x41\xab\xd4\xd7\x63\x8c\x95\xb9\x4d\x4b\x4d\xdd\x12\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xfc\x8f\x9a\xad\x1d\x42\x57\x9b\x31\x18\xd7\x16\xae\x1c\x68\xb8\x7b\xd0\xcc\x7b\x62\xc2\xed\xa9\x05\x62\xfc\xa3\x06\x78\xc3\x08\xfd\x6c\xf2\x7b\x18\x43\x5e\xc6\x9b\xf3\x02\xf0\x1f\xe0\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe0\x37\xe8\x48\xba\xd6\xfd\xe8\x27\x47\x4e\x33\xa2\xfc\xff\xc9\xf3\x12\x7e\x18\xbf\xc8\xfd\x71\xff\xe1\xf2\x99\xea\x6a\x8b\xd6\x6b\xd5\xa6\x9e\x10\xc0\xff\x9a\xf1\xf8\xfe\xca\xd8\x4c\x4f\xa7\x75\xb7\xa4\x32\xb7\xbe\x7d\xc2\x1f\xb7\x5d\x14\xdd\xf6\xcf\x95\xfb\xac\xf2\x5e\x15\x94\xf2\x19\xaf\x49\x7b\xbf\x49\xe6\xa3\x66\xd5\x66\x4f\xf2\x3a\xf3\x64\x45\xed\x69\xfe\x64\x3b\xe7\x38\x1f\xc7\x7d\x61\x2d\x8f\x38\xae\x0e\x16\x15\x2d\xfd\x32\xe3\xed\xa0\x54\x9f\x63\x16\xb7\x7a\xa4\x79\xe1\xb2\x5e\x2b\x51\xc4\x5e\x65\x87\x21\x85\x69\x6e\x97\x63\x7c\x3a\x4a\xdd\x2d\x1b\x37\x34\x39\xab\x75\xb0\x97\x8b\xfc\xb1\xa2\x21\xfd\xee\x9a\xbf\x9d\x72\x20\x7f\x5c\x77\x25\x46\x54\xf6\xb0\xb4\xa1\xda\x8e\x5b\xe7\xa7\xd7\xdd\x29\x0d\xf2\x9f\xb4\x43\x68\xde\x5a\x54\x6d\x7d\xd9\xf2\x78\x53\xd5\x0a\x49\xe7\xdb\xd5\xcc\xd9\xbc\x3a\xaa\x4c\x37\xcd\xc6\xc5\xc1\xf2\xb8\x78\xd6\x8a\x9d\x7b\xda\x75\x4b\x39\x7a\xbb\x06\xf6\xec\x0b\xc6\x6a\xeb\xd0\x1e\x4d\xdf\x36\x9b\xe8\xb5\xc2\x21\xda\xe9\xd1\x6b\x8b\xbe\x61\xd9\x45\xaf\x0d\x37\xd7\xee\xd0\xf2\x57\x99\x6b\xd5\x14\x27\x35\xeb\xee\x69\x47\x53\xaf\xb1\x69\x4d\x4b\xe5\xdd\xbc\xbb\xd5\xd9\xa9\x2c\x78\x5e\x83\x95\x85\xc1\xba\xca\xf0\x21\x4e\xbd\x07\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf8\x6d\x3b\xd0\xd5\x5e\xb7\xe8\x6d\x06\x63\xa8\xd9\xac\x61\x1a\xf7\xe1\x23\x22\x12\x17\x2e\x3e\xd7\xec\x64\x69\xea\xbe\x00\xfe\x21\xf7\x93\xb2\xeb\x6b\xcd\x3e\xa8\x73\x1e\x17\x95\x5b\x82\x93\xfc\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xfe\xae\x29\x61\xcf\x7c\xe6\x1c\x99\x12\x37\xf0\x79\x7a\xc9\x98\x81\x93\x33\x0e\x1d\x65\x1f\x6c\x1e\x5e\x5f\x3f\xc6\xc6\xb6\x3d\xc0\x36\xc9\xff\xc2\x9a\xe1\x63\x3c\x0f\x6e\xbe\x1c\x9f\x70\x60\x94\xd3\x81\x43\x9b\x2f\x6e\x0e\xb6\x1d\xf5\xe8\x60\xfd\x86\xfa\x29\xfc\x77\xee\x8d\x5c\xea\xbb\xe4\xb3\x83\x83\xbc\x12\xbb\x2c\x47\x94\xdf\x9f\xed\x7c\x7c\xf8\x6c\x33\x53\xcf\x08\xde\x18\xba\x2d\x9d\x93\xac\x52\xf7\xf4\xad\xfc\x94\xe9\x63\xf7\xa4\xad\x71\x6d\xea\x75\xc3\x62\x5e\xe5\x4e\xf6\xfc\xc8\xf9\x57\xbc\x6e\x45\xb1\xda\xf6\xb2\x7d\xd8\x8d\xfd\xf3\x85\xc9\x21\x19\xb6\xee\x7b\xc6\x4d\x9a\x73\xa5\x6f\xb7\xee\xd9\x9d\x3c\xcb\xd1\x3c\x4f\x79\xe4\xbc\x71\x4d\x22\x43\x6c\x98\x54\x77\x36\x6a\x35\x97\xc7\x2d\x29\xca\x37\x6a\xae\xa7\x39\x04\xab\x45\x51\xf6\x05\x91\xfa\x65\xc2\x82\x78\x51\xef\xc2\x0b\x7e\x73\x66\x3c\x5d\x21\x99\xdc\x54\xdb\x99\x15\x77\xeb\xd6\x43\xd6\x84\x68\xc9\x64\x41\xed\x58\xdd\xe0\x11\xea\x9a\x6d\xa5\xdd\xfc\xc9\x6d\xca\xf8\xde\x50\x07\x1b\x97\x22\xc7\x99\x4d\x5b\x9d\xce\x34\x96\xe9\xbc\xd7\x27\x85\x05\x6f\x66\xa5\xf6\xf1\x57\x99\xb7\xfa\x6f\x74\x91\x37\x94\x45\xc5\xad\x59\xcb\xd9\xa2\xb4\x4b\x6d\x17\x55\x1a\xd2\xbe\xd1\xfb\x3b\x9d\x49\xab\x10\xdb\x79\x50\x9c\xc2\x39\xb7\xc3\x29\x8e\xfc\x6d\x55\x11\xc5\x29\x74\xb8\xcd\x94\x5a\x87\xda\xdf\x16\x31\x79\x75\x7e\xd9\xe3\x3a\xde\xec\xff\xd5\xbf\xf9\x8e\xee\x0f\xe7\xa7\xf7\x77\x0f\x60\x95\x57\x1a\x22\x9e\x3b\x6f\xec\x95\x0d\x35\x75\x4f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf0\x6f\x22\xca\x5f\x30\x62\x27\x83\xb1\xf0\x83\xef\x5c\xca\x44\x9b\x76\x95\x7d\x3f\xe8\xbd\x4d\x83\xd5\x0d\xa6\x6e\x0b\x7e\xdb\x9a\x93\x03\xae\x87\x8d\x2b\x3b\x65\xe8\x6e\xe6\x74\xcc\x19\x68\xea\x76\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x7e\xfb\x16\x5e\x5c\x67\x3c\xbb\xe6\x0f\xbb\xdf\x3f\xd0\xd5\x5e\x93\x9b\xc0\xbf\x74\xa1\x9b\xf9\x4e\xd4\x00\x4b\x87\x2d\x19\x87\xd2\xb3\xbf\x78\xf1\xd6\xdc\x9d\x1f\xc7\xb8\xbe\x93\xd5\xfb\xee\x7b\xb7\xaf\x99\x5f\x78\x67\xda\xa8\xf6\xec\xeb\x8b\x3d\xdf\xb1\x1c\x6e\x69\xf6\xe9\xb7\x2f\xbf\x5d\x53\x9f\xf0\xc3\xf8\x45\xee\x8f\xfb\x0f\x97\xcf\x54\x57\x5b\xb4\x5e\xab\x36\xf5\x8c\xe0\x57\xcf\x78\xbc\xbf\xb2\x22\xd3\x73\xbe\xc7\xad\x3c\x3b\xb7\x06\x91\xfb\x8a\xbc\x7a\x9f\xf6\xcf\xc6\x84\xa6\x70\xdc\x39\x0e\x19\xd5\x4a\xa1\x28\x44\x1d\x2a\x4b\xe7\xed\xfd\xda\xc5\x63\xe9\x93\x9d\xb5\x31\xfc\xc9\x42\xa7\xa3\x3e\xce\x2c\x56\x8f\x44\x5a\xe5\x10\x7f\xa3\xc5\xdc\xce\x70\x3b\x28\xd5\xe7\x98\x45\xd5\xf7\xb3\xf3\xd4\x32\x0b\x6e\x71\xd4\x7e\x75\xe3\x55\x99\x38\xd6\x2e\xc7\xf8\x74\x94\xba\x5b\x36\x6e\x68\x72\x56\xeb\x60\x2f\x97\xc3\x95\xc2\xbd\x0e\xa7\x17\x6d\x9c\x2f\x0f\xe6\x33\x0f\x57\x3e\xeb\x2b\x17\x95\xdd\x29\x6d\xa8\xb6\xe3\xd6\xf9\xe9\xaf\x75\x97\x06\xf9\x4f\x1a\x13\xa4\xae\x16\x9e\x60\xee\x54\xcc\x16\xa5\x1c\xf3\x2b\x90\xcd\x76\xae\x89\x5a\x2b\x70\xec\xc9\xcb\x9a\x58\xbe\x51\x1c\x15\xb7\x68\x2d\x67\xe4\xeb\x73\x0e\xb8\xaf\xce\x39\xb0\xfe\xdb\x39\x07\x77\xa5\x42\x8a\x23\xef\x7d\x75\xce\x81\x42\xca\x94\x5a\x87\xca\xa5\xec\xe5\xaf\xce\x39\xe8\x7a\xe3\xcf\x39\xf8\xe3\x79\xdb\x57\xe7\x1c\x50\x38\xe7\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x4c\x03\x07\x26\xc0\x3f\x0e\xe7\x1c\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xfc\xbb\x5a\x78\x71\x5d\xc5\xd9\x35\x7f\xf0\x7d\x75\x60\xc2\x7b\x9f\x7f\x6a\x1b\x50\x37\xe8\xea\xe8\x0b\x17\x67\xaf\xdf\x54\xdf\xb0\x69\xa2\x78\xf3\x96\x69\x7e\xbb\x86\x1d\xbc\xeb\xb4\x78\xe0\x26\x0d\x63\xd4\xc1\xeb\x07\x4b\x2e\x6f\xf8\x6e\xf8\x57\x5b\x12\x97\x7e\x7c\xe8\x02\x77\xe6\xef\x2c\x93\xde\x9d\xf8\xf4\x48\x54\xd3\xae\x0f\x5a\xb9\x7d\xbe\xd3\xab\xdf\x32\xf5\x8c\xe0\x17\xf2\x3c\xbe\x61\x95\xd3\xdc\x27\xcf\xfa\xd6\x72\x4b\x76\xdc\x92\xf5\x67\x7c\xde\xa3\xdf\x94\xd2\xbd\x27\x7c\x3e\x6b\x4e\xa9\xc7\xad\x80\x30\x7f\x51\x51\x4e\x51\xa7\xee\xa4\x87\x8b\x7c\x4f\xa6\x67\x55\x64\x42\xdd\xe3\x5e\xc1\x9d\xb6\x0a\x71\xb0\x17\x6b\xdf\x56\xe5\x9d\xed\xaa\xe6\x56\x2b\xb9\x5b\xcf\xb9\x17\xbe\x91\xbb\x83\xb4\x86\x1b\x57\x39\x29\xc1\x5d\x25\x0e\x9a\x17\x7d\xcf\x5b\xef\x5a\x35\xea\x9c\x0c\x72\xb3\xab\x07\xef\x16\x9f\x72\xad\x9c\xd9\x17\xe6\xeb\x1f\xb9\x3a\x39\xae\xb7\x8d\xe2\xf8\xee\xe9\x7d\xf4\xd0\xa7\x79\x7b\x53\xc0\x63\x4b\xe6\xce\xdc\x7d\x54\x84\x8f\x30\x37\xe9\x2d\xe1\xbe\x56\x45\xb5\xf5\xe5\x8e\x13\x4d\x55\x2b\x3e\xbb\xdf\x76\x82\xe7\xe7\x74\x86\xc3\xed\xdb\xb1\x3e\xe9\xe1\x25\x7f\xa7\x8a\xf1\x67\x2a\xff\xd4\xd3\xe6\xd6\xdb\xe4\x67\x74\x13\x1b\x66\xf3\xea\x8e\x72\x94\x69\x35\x2a\x97\xc6\x76\x4a\xa1\x72\x09\xdc\xaf\x6d\x54\xb9\x34\x76\x50\xd6\x14\xc7\x9e\xa2\x9c\xf9\xcc\x9d\xb9\x6b\xe3\xd5\xa6\x5e\x64\xd3\x9a\x19\x1c\x36\x55\x36\x5a\xaf\x61\x88\x1e\x86\xb0\x17\x68\x78\xd3\xb4\x5f\x0f\x32\x75\x4f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xa4\xd2\xbc\x75\xe6\x73\x18\x8c\xf1\x6f\xfd\x75\x62\xb3\x8f\xed\xbc\xe6\x2f\x06\x0e\xcb\x3e\xd8\x1f\x60\xea\xb6\xe0\xff\xd3\x2e\xd7\xfc\xaf\x1c\x2c\x36\xaf\x36\x46\x3c\xaf\xec\xfd\xf0\xcd\xfe\xdb\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x6f\xa8\x53\xf5\x67\x62\x3e\x64\x30\xde\x19\xf2\xd5\x7b\xcf\x73\x46\x7d\xf4\xfc\x93\x6f\xbe\x5d\x7f\x35\x7a\xae\xa9\xdb\x82\xff\x0e\x7f\xc9\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xfe\x4f\x56\xb7\xd7\x2d\x7a\x9b\xc1\x18\x6a\x36\x6b\x98\xc6\x7d\xf8\x88\x88\xc4\x85\x8b\xcf\x35\x3b\x59\x9a\xba\xad\xdf\x9e\x32\xdb\x86\x23\x1d\x0b\x0e\x2c\xd2\xb7\x5c\xb5\x56\xe0\x98\x7a\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf8\xd7\x9a\x12\xf6\xec\xd4\x10\x06\xe3\xdb\x6f\x8e\x0f\xd2\x9d\x1b\x6c\x5e\xbc\x7c\xfc\x4f\x5f\xee\xe2\xbd\x6d\xea\xb6\x7e\x8d\x0e\x78\xe4\xfe\x5e\x11\xc9\x88\xd1\x56\xc4\x30\xf3\x65\x43\x4d\xdd\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xc0\x3f\xee\x7d\x87\xd0\xd5\x66\x0c\xc6\xb5\x85\x2b\x07\x1a\xee\x1e\x34\xf3\x9e\x98\x70\x7b\x6a\x81\x78\x88\xa9\xdb\xfa\x85\x08\xfd\x6c\xf2\x7b\x18\x43\x5e\xc6\x9b\xf3\x02\x72\xde\x35\x75\x37\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\x2a\x67\xa3\xed\xa7\x0e\x60\x1c\xf6\x9d\x32\xc5\x37\x59\x19\xb5\xf7\xb6\x48\xf2\x7e\xe7\x5b\x0b\x86\xfe\x7a\xcf\xbf\xbf\xf9\x62\x85\xc0\x81\xdd\xe6\x74\xfb\x4c\x7f\x73\x64\xe6\xe8\xd8\x8f\xa4\xc1\xbf\xde\x66\x01\xe0\x97\xb3\x39\xc5\x42\xf2\x62\xe9\x09\xc6\x07\x09\xe6\xff\x11\x00\x00\xff\xff\xc8\xee\xdd\x5b\xe2\xf6\x01\x00") - -func testImagesVolumeIscsiBlockTarGzBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeIscsiBlockTarGz, - "test/images/volume/iscsi/block.tar.gz", - ) -} - -func testImagesVolumeIscsiBlockTarGz() (*asset, error) { - bytes, err := testImagesVolumeIscsiBlockTarGzBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/iscsi/block.tar.gz", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeIscsiCreate_blockSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x93\xdf\x6f\xdb\xb6\x17\xc5\xdf\xf9\x57\x9c\xaf\x94\x87\x04\xdf\x44\xb2\x0d\xec\xa5\x83\x3b\x38\x89\x87\x0a\xad\x1d\xc0\x56\xd7\xf5\x69\xa0\xa5\x2b\x89\x30\x45\x6a\xe4\x95\x7f\x64\xdd\xff\x3e\x50\x72\xda\x66\x7d\x98\x1e\xc5\xc3\x73\x3f\xf7\xf0\xde\xf8\x7f\x69\xef\x5d\xba\x53\x26\x25\x73\xc0\x4e\xfa\x46\x88\x18\x0f\xb6\x3b\x3b\x55\x37\x8c\xd9\x64\xfa\x13\xf2\x86\xf0\xbe\xdf\x91\x33\xc4\xe4\xb1\xe8\xb9\xb1\xce\x27\x22\x16\x31\x3e\xa8\x82\x8c\xa7\x12\xbd\x29\xc9\x81\x1b\xc2\xa2\x93\x45\x43\x2f\x27\xb7\xf8\x8d\x9c\x57\xd6\x60\x96\x4c\x70\x1d\x04\xd1\xe5\x28\xba\xf9\x59\xc4\x38\xdb\x1e\xad\x3c\xc3\x58\x46\xef\x09\xdc\x28\x8f\x4a\x69\x02\x9d\x0a\xea\x18\xca\xa0\xb0\x6d\xa7\x95\x34\x05\xe1\xa8\xb8\x19\xca\x5c\x4c\x12\x11\xe3\xf3\xc5\xc2\xee\x58\x2a\x03\x89\xc2\x76\x67\xd8\xea\x7b\x1d\x24\x0f\xc0\xe1\x6b\x98\xbb\x37\x69\x7a\x3c\x1e\x13\x39\xc0\x26\xd6\xd5\xa9\x1e\x85\x3e\xfd\x90\x3d\x2c\xd7\xdb\xe5\xdd\x2c\x99\x0c\x57\x3e\x1a\x4d\xde\xc3\xd1\x9f\xbd\x72\x54\x62\x77\x86\xec\x3a\xad\x0a\xb9\xd3\x04\x2d\x8f\xb0\x0e\xb2\x76\x44\x25\xd8\x06\xde\xa3\x53\xac\x4c\x7d\x0b\x6f\x2b\x3e\x4a\x47\x22\x46\xa9\x3c\x3b\xb5\xeb\xf9\x55\x58\x2f\x74\xca\xbf\x12\x58\x03\x69\x10\x2d\xb6\xc8\xb6\x11\xee\x17\xdb\x6c\x7b\x2b\x62\x7c\xca\xf2\x77\x4f\x1f\x73\x7c\x5a\x6c\x36\x8b\x75\x9e\x2d\xb7\x78\xda\xe0\xe1\x69\xfd\x98\xe5\xd9\xd3\x7a\x8b\xa7\x5f\xb1\x58\x7f\xc6\xfb\x6c\xfd\x78\x0b\x52\xdc\x90\x03\x9d\x3a\x17\xf8\xad\x83\x0a\x31\x52\x19\x32\xdb\x12\xbd\x02\xa8\xec\x08\xe4\x3b\x2a\x54\xa5\x0a\x68\x69\xea\x5e\xd6\x84\xda\x1e\xc8\x19\x65\x6a\x74\xe4\x5a\xe5\xc3\x63\x7a\x48\x53\x8a\x18\x5a\xb5\x8a\x25\x0f\x7f\x7e\x68\x2a\x09\xb3\xb4\x3c\x29\x0e\xed\x84\xff\x95\x72\x9e\x41\xce\x59\x97\x08\x4f\x8c\x3b\x12\x62\xb5\xce\x1f\xb3\xcd\x3c\xba\xba\x6e\xf7\x4c\x6d\x87\xbb\xf2\x26\x12\xa2\xd0\x24\x4d\xdf\x5d\xdf\x88\xbf\x44\x78\xb3\x18\x2b\xb9\x27\xf8\xde\x11\x8e\x04\x47\xdc\xbb\xd1\x75\x9c\x54\x0a\x75\x0a\x5b\xd2\xa0\xde\x2c\xf3\xf9\xd5\x2f\x97\x8b\x5b\xa5\xc9\xb0\x3e\xc3\x51\x6b\x0f\x04\x3a\x90\x3b\x73\x13\x3a\x92\xa6\x84\xaa\x8d\x75\x34\x62\xf9\xe1\x4a\x40\xfb\xff\x68\x34\xec\x46\xdf\xda\xde\x30\xa2\xab\x91\x35\xc2\xec\x6d\x5a\xd2\x21\x35\xbd\xd6\xdf\x54\xae\x2d\x95\xfb\x6f\x11\x76\xda\x16\xfb\x1f\x4e\x07\xfe\xab\xcd\x32\x17\x7f\x0b\xc1\x4e\x76\xb8\x24\x80\x7c\xb9\x59\x61\xf9\x7b\x96\x0f\xab\xe9\x48\x32\x61\x3a\x9b\xac\xee\x51\xd2\x41\xbd\xac\x04\x9d\x78\x26\x62\x5c\x1f\xac\xee\x5b\xfa\x43\x59\x30\x79\xf6\x30\x61\x2a\x25\x43\x93\xf4\x8c\xe9\x64\xb2\xba\xbf\x11\x65\x09\x55\xcd\x07\x80\x67\x72\x16\xb6\x9a\x8f\x54\x9e\x68\x3f\x9f\xce\x26\x28\x42\xc7\xf3\x29\x76\x7e\x3e\x5d\x89\x76\x5f\xf9\x24\x54\x18\xe1\x03\xc8\x22\x78\x98\x92\x4e\x49\xc3\xad\x1e\xe6\x9e\xc5\x98\xd3\x9d\x85\xb6\xb6\xbb\x34\xfa\x35\x10\x41\x45\x63\x11\xbd\x23\xad\x2d\x2a\x67\x5b\x28\x5f\x78\x15\xe1\xed\x57\x4d\xfa\xcd\x31\x12\xff\x4e\x5d\x88\x97\xf0\x12\x96\x2e\xa9\x9f\xbf\xcf\x10\x5f\xbe\xe0\x8d\x60\xe9\x50\x54\xcf\xaf\x55\x23\xf2\x3f\x01\x00\x00\xff\xff\x2c\xc9\xba\x04\xeb\x04\x00\x00") - -func testImagesVolumeIscsiCreate_blockShBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeIscsiCreate_blockSh, - "test/images/volume/iscsi/create_block.sh", - ) -} - -func testImagesVolumeIscsiCreate_blockSh() (*asset, error) { - bytes, err := testImagesVolumeIscsiCreate_blockShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/iscsi/create_block.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeIscsiRun_iscsi_targetSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x56\x5d\x6f\xdb\x36\x17\xbe\xd7\xaf\x78\x5e\xbb\xc0\x9b\x14\xb1\xe4\xf4\x6a\x58\x91\x0b\x2f\xcd\x50\xa3\xa9\x83\xc4\xce\x8a\x5e\x05\xb4\x74\x2c\x1d\x44\x22\x55\xf2\xd0\xae\x37\xec\xbf\x0f\x24\xe5\xd4\x69\xbb\x0e\xcd\x55\xcc\x8f\x73\x9e\xf3\x7c\x10\x1a\xff\xaf\xf0\xce\x16\x6b\xd6\x05\xe9\x2d\xd6\xca\x35\x59\x36\xc6\xa5\xe9\xf7\x96\xeb\x46\xf0\x6a\x7a\xfe\x0b\x56\x0d\xe1\x9d\x5f\x93\xd5\x24\xe4\x30\xf3\xd2\x18\xeb\xf2\x6c\x9c\x8d\x71\xcd\x25\x69\x47\x15\xbc\xae\xc8\x42\x1a\xc2\xac\x57\x65\x43\x87\x9d\x33\xfc\x41\xd6\xb1\xd1\x78\x95\x4f\x71\x12\x0e\x8c\x86\xad\xd1\xe9\xeb\x6c\x8c\xbd\xf1\xe8\xd4\x1e\xda\x08\xbc\x23\x48\xc3\x0e\x1b\x6e\x09\xf4\xb9\xa4\x5e\xc0\x1a\xa5\xe9\xfa\x96\x95\x2e\x09\x3b\x96\x26\xb6\x19\x8a\xe4\xd9\x18\x1f\x87\x12\x66\x2d\x8a\x35\x14\x4a\xd3\xef\x61\x36\xc7\xe7\xa0\x24\x02\x0e\x7f\x8d\x48\xff\x6b\x51\xec\x76\xbb\x5c\x45\xb0\xb9\xb1\x75\xd1\xa6\x83\xae\xb8\x9e\x5f\x5e\x2d\x96\x57\x93\x57\xf9\x34\x5e\xb9\xd7\x2d\x39\x07\x4b\x9f\x3c\x5b\xaa\xb0\xde\x43\xf5\x7d\xcb\xa5\x5a\xb7\x84\x56\xed\x60\x2c\x54\x6d\x89\x2a\x88\x09\x78\x77\x96\x85\x75\x7d\x06\x67\x36\xb2\x53\x96\xb2\x31\x2a\x76\x62\x79\xed\xe5\x19\x59\x07\x74\xec\x9e\x1d\x30\x1a\x4a\x63\x34\x5b\x62\xbe\x1c\xe1\xb7\xd9\x72\xbe\x3c\xcb\xc6\xf8\x30\x5f\xbd\xbd\xb9\x5f\xe1\xc3\xec\xee\x6e\xb6\x58\xcd\xaf\x96\xb8\xb9\xc3\xe5\xcd\xe2\xcd\x7c\x35\xbf\x59\x2c\x71\xf3\x3b\x66\x8b\x8f\x78\x37\x5f\xbc\x39\x03\xb1\x34\x64\x41\x9f\x7b\x1b\xf0\x1b\x0b\x0e\x34\x52\x15\x38\x5b\x12\x3d\x03\xb0\x31\x09\x90\xeb\xa9\xe4\x0d\x97\x68\x95\xae\xbd\xaa\x09\xb5\xd9\x92\xd5\xac\x6b\xf4\x64\x3b\x76\x41\x4c\x07\xa5\xab\x6c\x8c\x96\x3b\x16\x25\x71\xe5\x9b\xa1\xf2\xe0\xa5\x55\x90\xd3\x95\x96\x7b\x41\x65\xc8\x45\x9d\xad\x0f\xf3\xed\x51\x29\xea\x8c\x3e\x03\x0b\x8c\x6e\xf7\x28\x8d\xde\x70\xed\x2d\x39\xf0\xf2\x72\x39\x87\x28\x5b\x93\xe0\xe4\xc2\x91\xdd\x92\x3d\xcd\xc6\x81\xde\xc7\x60\xc5\x36\xc7\x5c\x02\x6f\xbd\x71\x8e\x83\x12\x62\x62\x61\x39\xea\xd8\xf9\x56\xb8\x0f\x7b\xdc\x91\x8b\xb4\xc2\xb1\xae\xdb\xa0\x88\x36\x15\x9d\x81\x54\xd9\xc4\x7b\x3b\x6e\x5b\x94\x96\x94\x10\x58\x1c\xcc\x4e\x63\x7e\xbb\x08\x93\xe2\xfa\x7e\x11\xa7\x39\x8a\x41\xe7\x9d\xa0\xb7\x66\xcb\x15\xc1\x6b\xfe\xe4\x09\x5a\x75\x94\x67\xf3\xdb\xc5\xc5\x8b\xf3\x70\x3c\xc1\x2f\x5b\x86\xdb\xeb\xb2\xb1\x46\xf3\x9f\x01\xc6\x96\x2c\xaa\xb5\x77\x67\x68\xcc\x8e\xc2\x2f\x3e\x62\x67\x67\xec\x23\x58\x67\xe3\xc0\x47\x70\x34\x59\x97\xe3\x3e\x88\xd4\x9a\x32\x6c\x39\x21\x55\x65\xd7\x37\x97\xef\x2e\x0a\x67\xb7\x05\xbb\xd2\x71\xf1\xd4\x2d\x0f\xc7\xb2\x6c\xe3\x75\x19\xa4\x81\x13\x65\xe5\xe4\x34\xfb\x2b\x0b\xee\x3f\x86\xa5\x83\x67\x03\x92\x48\xe6\x21\x86\x81\x0d\xa3\xa3\x94\x8d\x71\x12\x6c\x9c\x6a\x40\xa1\xb7\xbc\x0d\x0c\x19\x4d\xb1\x5a\xf7\x58\xb1\x45\x61\xbd\x2e\x42\x9d\xb8\x16\xfe\x99\x24\x6d\x81\xc9\xc4\xed\x9d\x50\x97\x0d\xcd\x2f\x13\xc3\x9a\x76\x91\xdd\x93\x24\xf4\xad\x57\x2d\x6f\x98\x2a\x2c\x54\x47\xa7\xf1\x6c\x9a\xf6\x45\x18\xf3\x08\x72\x1a\xf6\x20\xd4\xe8\xc5\xfc\x76\x31\x1a\x4a\xdf\x79\x1d\x88\x64\x8d\x8a\x3a\x83\x2e\xea\xcb\x39\xe5\xd0\x06\xca\x4b\x43\x5a\xb8\x8c\x76\xfd\xcf\x06\x45\xaa\x5c\x48\x5f\x9f\xc3\x91\x40\xc9\x90\xce\xaf\x2a\x5d\x4c\x63\xb7\x87\xd0\xed\x21\x04\x9f\x1e\x7a\x6b\x84\x4a\xb9\x98\xa2\x26\x4d\x56\x09\x3d\x04\xaf\x3d\xa8\xb2\x75\x17\xe7\x28\xc3\x93\xf3\x50\xed\xb5\xea\xb8\x1c\x16\xbf\x62\x67\xf0\xd3\x68\x1d\x11\x6e\x4d\xeb\x3b\x1a\xe1\x24\xce\xb2\x69\x95\xc4\x07\xf2\xf4\x20\xd2\xcb\xa0\xd2\xcb\x7c\x28\xf1\x56\x6d\x43\x58\x13\x11\x61\xfb\xc9\x45\x31\x5f\xde\x91\x1b\x12\x84\x8d\x35\x1d\x9c\xe9\x08\x96\x94\x1b\x58\x19\x47\xc7\xb3\xfc\x3f\xb9\x51\x0d\xd1\x4a\x09\xfc\x92\xa8\xeb\xfb\x85\x4b\x05\x2a\xde\x6c\xc8\x92\x96\xe1\xfa\x91\x6b\x87\x95\x2f\x26\x4d\xb1\x59\x13\xd6\xac\xab\x49\x67\xbc\x96\x54\xe4\x60\xb6\x74\xa5\xec\x51\xa4\xd9\x8f\xfc\x3d\x68\x3d\xd4\x7c\xaf\x1e\xd3\x0b\x76\xcc\x11\xd4\x56\x71\x9b\x20\x37\xd6\xf8\xba\x81\xf1\x36\xc5\xd8\x05\xc8\x98\xfe\x48\xf9\xb5\x2a\x1f\x9d\x18\x4b\xae\x08\x04\xb3\x39\xd8\x2c\xf6\x98\x24\x00\xdf\x81\xf4\x33\x66\x2a\x5a\xaf\xdd\xa1\xee\xb7\x1d\x8b\xe3\x56\x69\x56\x2a\x1b\x83\x51\xa2\x6f\x78\x10\x63\x1a\xa9\x1a\x65\x7f\x3f\x8b\xb9\xe9\x9f\x52\x9e\x2e\x85\xa5\x3e\xba\xe1\xe8\xf6\x53\x5c\xa8\x33\x5b\x0a\xe4\xfc\xfc\x00\x05\x2a\x6a\x49\xe8\xc7\x7c\xa6\xae\xc3\xc9\xe7\x51\x4d\xbd\x93\x76\x15\x6d\xb9\x24\x74\x2a\x62\xfd\x39\x81\x86\xe2\xcf\x58\x0b\x05\xe2\x47\x8d\xed\x30\xd9\xfc\x8b\x5e\xdf\x65\xd5\xf4\x7d\x60\x35\xee\x7f\x66\xc1\x34\x10\x9c\x89\x55\x7d\xdc\xc4\xea\xea\xee\x7d\x16\xc9\xcf\xb2\x5d\x13\x3e\x52\xc4\x7a\x7a\x8d\xca\xc4\x3b\xae\x25\xea\x71\x9e\x55\xe1\x75\xfc\x27\x00\x00\xff\xff\x66\xfb\xb9\xf5\x5d\x09\x00\x00") - -func testImagesVolumeIscsiRun_iscsi_targetShBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeIscsiRun_iscsi_targetSh, - "test/images/volume/iscsi/run_iscsi_target.sh", - ) -} - -func testImagesVolumeIscsiRun_iscsi_targetSh() (*asset, error) { - bytes, err := testImagesVolumeIscsiRun_iscsi_targetShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/iscsi/run_iscsi_target.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeNfsBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\x4d\x4e\xcd\x2b\xc9\x2f\xb6\x32\xe7\x4a\x2c\xca\x35\x33\xb1\x05\x93\x65\x16\xfa\x70\xe1\x82\x82\x64\x33\x93\x9c\x54\x5b\x28\x8d\x90\x00\x04\x00\x00\xff\xff\x98\xf1\x32\xbf\x3f\x00\x00\x00") - -func testImagesVolumeNfsBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeNfsBaseimage, - "test/images/volume/nfs/BASEIMAGE", - ) -} - -func testImagesVolumeNfsBaseimage() (*asset, error) { - bytes, err := testImagesVolumeNfsBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/nfs/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeNfsDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x91\x5f\x6f\xdb\x36\x14\xc5\xdf\xf9\x29\x0e\x24\xa0\xd8\x00\x5b\xf2\x82\xa0\xd8\x9f\x27\xd5\x56\x57\xa1\xb1\x94\x49\x76\xbb\x60\x28\x02\x5a\xba\x96\x88\x52\x24\x4b\x52\x73\xfc\xed\x07\xca\x69\xbd\xb4\x7c\xe3\x3d\x87\xe7\xfe\xee\x65\x8c\xb5\x36\x67\x2b\xfa\xc1\xe3\x66\xf5\xcb\x6b\xec\x06\xc2\xfb\xe9\x40\x56\x91\x27\x87\x6c\xf2\x83\xb6\x2e\x61\x31\x8b\x71\x27\x5a\x52\x8e\x3a\x4c\xaa\x23\x0b\x3f\x10\x32\xc3\xdb\x81\xbe\x2a\x0b\x7c\x20\xeb\x84\x56\xb8\x49\x56\xf8\x29\x18\xa2\x67\x29\xfa\xf9\x0f\x16\xe3\xac\x27\x8c\xfc\x0c\xa5\x3d\x26\x47\xf0\x83\x70\x38\x0a\x49\xa0\xa7\x96\x8c\x87\x50\x68\xf5\x68\xa4\xe0\xaa\x25\x9c\x84\x1f\xe6\x36\xcf\x21\x09\x8b\xf1\xf0\x1c\xa1\x0f\x9e\x0b\x05\x8e\x56\x9b\x33\xf4\xf1\xff\x3e\x70\x3f\x03\x87\x33\x78\x6f\x7e\x4f\xd3\xd3\xe9\x94\xf0\x19\x36\xd1\xb6\x4f\xe5\xc5\xe8\xd2\xbb\x62\x9d\x97\x4d\xbe\xbc\x49\x56\xf3\x93\xbd\x92\xe4\x1c\x2c\x7d\x99\x84\xa5\x0e\x87\x33\xb8\x31\x52\xb4\xfc\x20\x09\x92\x9f\xa0\x2d\x78\x6f\x89\x3a\x78\x1d\x78\x4f\x56\x78\xa1\xfa\x05\x9c\x3e\xfa\x13\xb7\xc4\x62\x74\xc2\x79\x2b\x0e\x93\x7f\xb1\xac\xaf\x74\xc2\xbd\x30\x68\x05\xae\x10\x65\x0d\x8a\x26\xc2\x9b\xac\x29\x9a\x05\x8b\xf1\xb1\xd8\xbd\xab\xf6\x3b\x7c\xcc\xea\x3a\x2b\x77\x45\xde\xa0\xaa\xb1\xae\xca\x4d\xb1\x2b\xaa\xb2\x41\xf5\x16\x59\xf9\x80\xf7\x45\xb9\x59\x80\x84\x1f\xc8\x82\x9e\x8c\x0d\xfc\xda\x42\x84\x35\x52\x17\x76\xd6\x10\xbd\x00\x38\xea\x0b\x90\x33\xd4\x8a\xa3\x68\x21\xb9\xea\x27\xde\x13\x7a\xfd\x2f\x59\x25\x54\x0f\x43\x76\x14\x2e\x7c\xa6\x03\x57\x1d\x8b\x21\xc5\x28\x3c\xf7\x73\xe5\x87\xa1\x12\xc6\xde\xd6\xd5\x36\xe0\xe7\xc5\x36\xfb\x33\x67\x6c\x5d\x57\x4d\xf3\xf8\x66\x5f\xdc\x6d\x1e\xd7\xd5\xfd\x03\xbe\xd0\x38\x2d\xff\xca\xb7\xfb\xac\x5e\xbf\x5b\xba\x90\xd5\x22\x9d\x9c\x4d\x0f\x42\xa5\xac\xde\x97\x38\x4f\x23\x96\x67\x08\xe5\x3c\x97\xf2\x2a\x1a\x07\x75\x74\xcb\xc9\x0b\xe9\xf0\xea\xd5\xec\x6b\x25\x71\x05\x2e\xe5\xfc\x72\xfc\xdc\x09\x8b\xa5\x41\x4a\x4f\x46\x5b\xef\x58\xb6\xd9\xc0\x4e\xea\x51\x1d\x5d\xe2\x86\x4b\x96\xd4\x2d\x97\x97\x76\x41\x16\xaa\xa3\xa7\x64\xf0\xa3\x44\xea\x47\x93\x5e\xef\x73\x66\x3b\x8c\xba\xc3\xeb\xdb\xdb\x1f\x54\x16\x63\xe4\xf6\xf3\xb7\x66\xe0\x0e\x1c\xa3\x9e\x94\x87\xd1\x42\x79\xf6\xa1\xba\xdb\x6f\xf3\x2b\x4d\x1c\xfe\x46\x3b\xba\x98\x3a\xdc\xac\x56\xb7\xbf\xa6\xbe\x35\x61\xbb\x61\xb8\x50\xba\xfd\x2d\x54\x58\xfe\xf7\x7d\xd5\xe4\xdf\xee\x57\x2f\x63\x79\xb9\xab\x1f\xee\xab\xa2\xdc\xe1\x9f\xe8\xbb\x91\xae\xc3\x46\x9f\xd8\x7a\xbb\x09\x8e\xe7\xf6\xd1\x02\x51\x1a\x7d\x62\xff\x05\x00\x00\xff\xff\xc0\x89\x51\x69\xf0\x03\x00\x00") - -func testImagesVolumeNfsDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeNfsDockerfile, - "test/images/volume/nfs/Dockerfile", - ) -} - -func testImagesVolumeNfsDockerfile() (*asset, error) { - bytes, err := testImagesVolumeNfsDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/nfs/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeNfsVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xe0\x02\x04\x00\x00\xff\xff\xdf\xf4\x93\x64\x04\x00\x00\x00") - -func testImagesVolumeNfsVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeNfsVersion, - "test/images/volume/nfs/VERSION", - ) -} - -func testImagesVolumeNfsVersion() (*asset, error) { - bytes, err := testImagesVolumeNfsVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/nfs/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeNfsIndexHtml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xf2\x48\xcd\xc9\xc9\x57\x48\x2b\xca\xcf\x55\xf0\x73\x0b\x56\xe4\x02\x04\x00\x00\xff\xff\x3a\x50\xf2\x93\x10\x00\x00\x00") - -func testImagesVolumeNfsIndexHtmlBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeNfsIndexHtml, - "test/images/volume/nfs/index.html", - ) -} - -func testImagesVolumeNfsIndexHtml() (*asset, error) { - bytes, err := testImagesVolumeNfsIndexHtmlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/nfs/index.html", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeNfsRun_nfsSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x55\x51\x6f\xdb\x38\x13\x7c\xd7\xaf\x98\x4f\xf6\x43\x5c\xd8\x96\x92\xb6\x5f\x81\x04\xed\x9d\xaf\x4d\x72\x46\x7b\x76\x11\xb9\x2d\x8a\x43\x51\xd0\xe4\x4a\x22\x2a\x93\x2c\x49\xd9\x31\x8a\xfe\xf7\x03\x29\xc7\xb1\x93\x96\x0f\x89\xc4\x1d\x2e\x67\x67\x56\xeb\xde\xff\xb2\xd6\xd9\x6c\x29\x55\x46\x6a\x8d\x25\x73\x75\x92\xf4\xf0\x5a\x9b\xad\x95\x55\xed\x71\x96\x9f\x3e\xc7\xa2\x26\xbc\x6d\x97\x64\x15\x79\x72\x98\xb4\xbe\xd6\xd6\x8d\x93\x5e\xd2\xc3\x3b\xc9\x49\x39\x12\x68\x95\x20\x0b\x5f\x13\x26\x86\xf1\x9a\xee\x22\x43\x7c\x24\xeb\xa4\x56\x38\x1b\xe7\x38\x09\x80\x74\x17\x4a\x07\x17\x49\x0f\x5b\xdd\x62\xc5\xb6\x50\xda\xa3\x75\x04\x5f\x4b\x87\x52\x36\x04\xba\xe5\x64\x3c\xa4\x02\xd7\x2b\xd3\x48\xa6\x38\x61\x23\x7d\x1d\xaf\xd9\x25\x19\x27\x3d\x7c\xde\xa5\xd0\x4b\xcf\xa4\x02\x03\xd7\x66\x0b\x5d\x1e\xe2\xc0\x7c\x24\x1c\x56\xed\xbd\x39\xcf\xb2\xcd\x66\x33\x66\x91\xec\x58\xdb\x2a\x6b\x3a\xa0\xcb\xde\x4d\x5f\x5f\xce\x8a\xcb\xd1\xd9\x38\x8f\x47\x3e\xa8\x86\x9c\x83\xa5\xef\xad\xb4\x24\xb0\xdc\x82\x19\xd3\x48\xce\x96\x0d\xa1\x61\x1b\x68\x0b\x56\x59\x22\x01\xaf\x03\xdf\x8d\x95\x5e\xaa\x6a\x08\xa7\x4b\xbf\x61\x96\x92\x1e\x84\x74\xde\xca\x65\xeb\x8f\xc4\xba\x63\x27\xdd\x11\x40\x2b\x30\x85\x74\x52\x60\x5a\xa4\xf8\x6b\x52\x4c\x8b\x61\xd2\xc3\xa7\xe9\xe2\xef\xf9\x87\x05\x3e\x4d\x6e\x6e\x26\xb3\xc5\xf4\xb2\xc0\xfc\x06\xaf\xe7\xb3\x37\xd3\xc5\x74\x3e\x2b\x30\xbf\xc2\x64\xf6\x19\x6f\xa7\xb3\x37\x43\x90\xf4\x35\x59\xd0\xad\xb1\x81\xbf\xb6\x90\x41\x46\x12\x41\xb3\x82\xe8\x88\x40\xa9\x3b\x42\xce\x10\x97\xa5\xe4\x68\x98\xaa\x5a\x56\x11\x2a\xbd\x26\xab\xa4\xaa\x60\xc8\xae\xa4\x0b\x66\x3a\x30\x25\x92\x1e\x1a\xb9\x92\x9e\xf9\xb8\xf3\xa8\xa8\x71\x92\x94\xad\xe2\x21\x0a\xe7\x99\xf5\x27\x83\xe4\x47\x92\x04\x07\x5a\xe5\xc8\xa3\x92\x22\xbe\xf5\xc0\x78\xb4\x3a\x1d\x5d\x87\xcd\x14\xda\x84\x53\x31\xb8\xa9\x43\x2f\x54\xe4\xb5\xf1\x0e\xe9\xf5\x79\x8c\x5e\x40\xe8\x18\x0e\x8b\x33\x47\xe8\xff\xd0\xc6\xff\x84\x54\xfb\xed\xb0\xae\x07\x21\xe1\xcb\xfe\x8f\xf9\xfb\xc5\xe4\xe6\xfa\xe7\xc5\xc5\x51\xf8\xc9\xe0\xfc\x60\x87\x1c\xe3\xf1\x45\x68\x45\xf1\xc1\xd5\xb2\xf4\xe8\x9f\x9c\xcc\xdf\x2f\xa6\xb3\x37\x18\xe1\x74\x30\x48\x76\xa4\x8d\x25\xc3\x2c\x21\x23\xcf\x33\xba\x35\xda\x7a\x17\x43\x41\x4b\x19\xfa\x20\xed\xff\x99\x1e\x31\xed\xa1\x74\x52\xbc\xcc\xcf\xa1\x88\x04\x89\x08\x9d\x5d\x15\xeb\x67\xf7\x24\x78\xad\x91\xf6\x25\x9e\x9c\xd8\xcd\xb0\x83\x0f\xa5\x72\xc4\x5b\x4b\x43\xa5\xbf\x5a\xad\xfd\x57\xf7\xbd\x65\xae\x1e\xa4\x78\xf5\xea\xf1\xfd\x61\xc9\x12\xff\x62\xb4\x0e\xd5\xe3\x0b\x2e\x82\x2f\xc7\xca\xf0\x7a\xa5\x05\xf2\x17\x79\xb8\x2c\x7d\x10\xaa\xac\x41\xda\x8f\x56\x1c\x45\x4b\x79\x50\xca\x4a\xaf\x09\x52\x09\xba\x1d\xd7\x7e\xd5\x84\xde\xaf\xc9\xd2\x1e\x11\xe7\x0a\x37\xc8\xfc\xca\x64\x07\xb8\xb4\x2f\xb3\xfb\x94\x1d\x8f\xff\x3f\x7b\x16\xf7\xef\x61\xe9\x03\x45\x0a\xb2\xeb\xd0\x84\x77\x74\xa2\x47\x3b\x27\x62\x77\xc1\x1a\xbe\x94\x4a\x84\xd2\xa5\x0f\x5f\x54\x18\x29\x31\x44\x02\x5b\xf2\x11\x1c\x07\x9e\x0b\xcc\xac\xe1\x52\x95\x1a\xa7\x67\x2f\xc6\xf9\x38\x1f\x9f\xe2\x15\x32\x41\xeb\x4c\xb5\x4d\x73\x01\xf7\xb2\xff\x47\xb2\x57\xb2\xef\x30\x52\x84\x1c\x5f\x8e\xa5\xdc\x71\x0b\x97\x04\x72\x3b\x0a\x7b\xee\x47\xb7\x45\x72\xa3\x4d\xb2\x13\x32\xfe\x5f\xe9\x56\x79\x8c\x3c\x54\xe9\x44\xf7\x27\x33\x56\xf3\xac\x74\x59\x78\xbb\xab\x70\xf4\x11\x4f\xcf\x41\x2a\x8e\x9c\xd0\x30\x4f\x1f\x57\x33\x8e\xc9\x04\x46\x33\x9c\xc5\x03\xc9\x03\x4c\xd7\x23\xa5\xc3\xc8\xde\xa5\xbd\xc6\x69\x1e\x8c\xb3\x24\x5a\x4e\xa8\x2c\xe3\x04\x2f\x57\x14\x36\x4f\x73\x38\xe2\x5a\x09\xd7\x0d\xee\x46\x6f\xc8\x79\xb0\x26\x3c\x88\xc1\x2f\x18\xc4\x02\xba\xa4\xf7\x2c\x1e\xc3\x9c\x67\x81\xe7\x48\xe9\x91\xd2\x5e\x96\xdb\xe4\x5e\xcb\xd9\x55\x71\x67\x5a\x9a\xfc\x3c\x1a\x21\xda\xc4\x09\x72\xa8\xbb\x36\x26\xe8\x3e\xbb\x2a\xd2\x87\xd5\xee\xf9\xe4\xbf\x95\x81\xb5\xbf\x0d\x95\x5d\xba\x6f\xb2\x09\x0d\x7b\x02\x23\x85\x2e\x71\xa0\xf2\xa0\x33\xb9\xed\x1c\x3c\x36\x6d\xcf\xf0\x17\x1f\x27\xdd\x4a\x8f\x3c\x54\x96\x78\xcb\x4c\x2c\x0b\x8b\xcb\x9b\x7f\x92\xa4\x6b\xe3\x30\x34\xc2\xaf\xf0\x87\xaa\xd9\xa2\x66\xfc\x5b\xb0\x42\xe8\xd0\xcd\x75\xa8\x95\x29\x81\x0d\x93\x3e\xce\x8e\x62\x7a\x1d\xcf\x76\x53\xd2\xdb\x96\xf6\xf3\xc6\x35\x44\x06\xcf\x93\xf8\xa1\xfc\x17\x00\x00\xff\xff\xef\x3a\x6f\x36\xea\x07\x00\x00") - -func testImagesVolumeNfsRun_nfsShBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeNfsRun_nfsSh, - "test/images/volume/nfs/run_nfs.sh", - ) -} - -func testImagesVolumeNfsRun_nfsSh() (*asset, error) { - bytes, err := testImagesVolumeNfsRun_nfsShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/nfs/run_nfs.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeRbdBaseimage = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\xcc\x4d\x31\x33\xb1\x4d\x4b\x4d\xc9\x2f\x4a\xb4\x32\x32\xe3\x4a\x2c\xca\x35\x33\xb1\x05\x93\x65\x16\xfa\x08\xf1\x82\x82\x64\x33\x93\x9c\x54\x5b\x28\x8d\x24\x03\x08\x00\x00\xff\xff\xf9\x78\x70\xe0\x42\x00\x00\x00") - -func testImagesVolumeRbdBaseimageBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeRbdBaseimage, - "test/images/volume/rbd/BASEIMAGE", - ) -} - -func testImagesVolumeRbdBaseimage() (*asset, error) { - bytes, err := testImagesVolumeRbdBaseimageBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/rbd/BASEIMAGE", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeRbdDockerfile = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x92\x5f\x8f\x9b\x38\x14\xc5\xdf\xfd\x29\x8e\x06\xa9\xda\x95\x12\x98\x9d\x87\xee\xbf\x97\x65\x12\xda\x41\x9d\x09\xb3\x90\x6c\x77\x9e\x2a\x63\x6e\xc0\x1a\xb0\x5d\xdb\x34\xa5\x9f\x7e\x65\x42\xa4\x66\x9b\x87\x58\x3e\xf7\xd8\xf7\x77\x8f\x89\xb0\xd1\x66\xb2\xb2\xed\x3c\xee\x6e\x7f\x79\x8b\x7d\x47\xf8\x30\xd6\x64\x15\x79\x72\x48\x47\xdf\x69\xeb\x62\x16\xb1\x08\x8f\x52\x90\x72\xd4\x60\x54\x0d\x59\xf8\x8e\x90\x1a\x2e\x3a\xba\x54\x56\xf8\x87\xac\x93\x5a\xe1\x2e\xbe\xc5\x4f\xc1\x70\xb3\x94\x6e\x7e\xfe\x93\x45\x98\xf4\x88\x81\x4f\x50\xda\x63\x74\x04\xdf\x49\x87\xa3\xec\x09\xf4\x55\x90\xf1\x90\x0a\x42\x0f\xa6\x97\x5c\x09\xc2\x49\xfa\x6e\x6e\xb3\x5c\x12\xb3\x08\x2f\xcb\x15\xba\xf6\x5c\x2a\x70\x08\x6d\x26\xe8\xe3\xf7\x3e\x70\x3f\x03\x87\x5f\xe7\xbd\xf9\x23\x49\x4e\xa7\x53\xcc\x67\xd8\x58\xdb\x36\xe9\xcf\x46\x97\x3c\xe6\x9b\x6c\x57\x65\xeb\xbb\xf8\x76\x3e\x72\x50\x3d\x39\x07\x4b\x9f\x47\x69\xa9\x41\x3d\x81\x1b\xd3\x4b\xc1\xeb\x9e\xd0\xf3\x13\xb4\x05\x6f\x2d\x51\x03\xaf\x03\xef\xc9\x4a\x2f\x55\xbb\x82\xd3\x47\x7f\xe2\x96\x58\x84\x46\x3a\x6f\x65\x3d\xfa\xab\xb0\x2e\x74\xd2\x5d\x19\xb4\x02\x57\xb8\x49\x2b\xe4\xd5\x0d\xee\xd3\x2a\xaf\x56\x2c\xc2\xc7\x7c\xff\x50\x1c\xf6\xf8\x98\x96\x65\xba\xdb\xe7\x59\x85\xa2\xc4\xa6\xd8\x6d\xf3\x7d\x5e\xec\x2a\x14\xef\x90\xee\x5e\xf0\x21\xdf\x6d\x57\x20\xe9\x3b\xb2\xa0\xaf\xc6\x06\x7e\x6d\x21\x43\x8c\xd4\x84\xcc\x2a\xa2\x2b\x80\xa3\x3e\x03\x39\x43\x42\x1e\xa5\x40\xcf\x55\x3b\xf2\x96\xd0\xea\x2f\x64\x95\x54\x2d\x0c\xd9\x41\xba\xf0\x98\x0e\x5c\x35\x2c\x42\x2f\x07\xe9\xb9\x9f\x95\x1f\x86\x8a\x19\x8b\xb0\xc9\x9e\x1f\xc0\xfb\x3e\xc4\xa2\x55\x08\xe2\x9e\xbb\xf3\x84\x72\x08\xd7\xd7\x13\x4a\x29\xb8\x6d\x34\x4a\x2d\x3a\xbe\x82\x3d\x6f\xff\x12\xdc\xf3\x7e\x72\x3e\x56\xe4\x63\xf5\x8d\xb1\x77\x65\xf1\x14\xc2\xc8\xf2\xa7\xf4\x7d\xc6\xd8\xa6\x2c\xaa\xea\xd3\xfd\x21\x7f\xdc\x7e\xda\x14\xcf\x2f\xf8\x4c\xc3\xb8\xfe\x3b\x7b\x3a\xa4\xe5\xe6\x61\xed\x02\x99\x40\x32\x3a\x9b\xd4\x52\x25\x6c\x69\x8e\x67\x2e\x5e\x79\x4b\x8e\x95\x87\x1d\xa6\x71\x80\x54\xce\x07\xc6\xf5\x84\x53\x4b\x1e\xce\x5b\x2e\x08\xc6\x0d\xd2\x09\x18\xab\x85\x71\x6b\xd5\x42\x90\xe9\xe6\xbf\xf5\x31\x7c\xaa\x6f\xde\xcc\xa7\x45\x4f\x5c\x85\x19\x43\x83\xf7\xe4\x61\xb4\xf5\x2e\xe4\xae\x1d\x35\x2c\xfb\xf7\xb9\xa8\x32\xbc\xfd\xf5\xb7\xdf\x19\x4b\xb7\x5b\xc4\x49\xad\xb5\x0f\x3d\x4c\xec\x3a\x5c\xed\x16\xc3\xa0\xd5\x5c\x3a\xaf\x17\xb1\x71\x67\x71\x5e\x17\x51\xbb\x66\x16\xcf\xeb\x22\x06\xc4\x58\x68\x75\x9c\x4b\xdf\xef\x16\xc3\x2b\x4d\x36\xbc\x68\xf2\x85\xdb\xa4\x97\xf5\xec\x09\xdd\x2e\x95\x0b\x68\xaf\xc5\x6b\xec\xb9\x8d\xdb\x6f\x48\x18\xdb\x3c\x6d\xff\xc7\xfb\x5f\x00\x00\x00\xff\xff\x45\x66\x33\x75\x2e\x04\x00\x00") - -func testImagesVolumeRbdDockerfileBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeRbdDockerfile, - "test/images/volume/rbd/Dockerfile", - ) -} - -func testImagesVolumeRbdDockerfile() (*asset, error) { - bytes, err := testImagesVolumeRbdDockerfileBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/rbd/Dockerfile", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeRbdVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x32\xd4\x33\xd0\x33\xe4\x02\x04\x00\x00\xff\xff\x29\x99\x65\xe4\x06\x00\x00\x00") - -func testImagesVolumeRbdVersionBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeRbdVersion, - "test/images/volume/rbd/VERSION", - ) -} - -func testImagesVolumeRbdVersion() (*asset, error) { - bytes, err := testImagesVolumeRbdVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/rbd/VERSION", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeRbdBlockTarGz = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\xdd\x79\x54\xd3\x57\xda\x07\xf0\x20\xd6\x68\x6d\xc5\x2e\x0e\x75\x5c\x42\x5b\x15\x2d\xa3\xb6\x15\x0c\x6b\xa2\x32\x55\xc1\x91\xb4\x58\x57\x96\x48\xad\x52\x16\x09\x0a\xb2\x84\x25\xa8\xed\xd8\xd1\xb1\x52\x22\xa2\x22\xc4\x56\x30\x65\x50\xa8\xa2\x2c\x09\x24\xa8\x43\x11\x65\xd1\x04\x45\x0c\x10\xea\x06\x91\x4d\x20\x10\x48\x48\xf2\x9e\xe9\x79\xbd\xbf\xf7\x3d\xe7\x9d\x73\xe6\x3d\x67\x66\xd2\x69\xbf\x9f\x3f\x9f\x5f\x9e\xe7\x3e\xf7\xe6\xde\xfb\xfb\x87\x13\x18\x87\x26\xd2\xe4\x43\x9a\xcd\x34\xeb\x6e\x55\xc2\x98\x4e\xe7\x5f\xdd\xdf\xd7\xa7\x93\xee\x38\xe1\x35\x69\xc1\x05\x5d\xda\xab\x4e\x4d\xe1\x4b\x37\x4c\x7a\x73\xc1\x82\x15\x2f\x26\xf4\x5d\x2f\x8d\x09\x08\x6f\x0a\x7d\x7d\xe5\x5b\xb3\x72\xa3\x77\x77\x7a\x1c\xfd\x78\x4a\x56\x74\xe4\x49\xcf\xc7\x89\x07\x3b\xc7\x02\x7f\x7f\x34\xda\x2e\xb8\x6b\xf4\xb7\x5d\x4b\x9b\x73\xaf\x7d\xf2\x38\x49\xde\x37\x5c\x5a\xa0\xee\xd2\x8f\xc9\xa4\xc9\x72\x55\x72\x83\xba\x40\x50\xf0\x9a\xae\xdb\x4d\xc3\xca\xe4\x9c\x6f\xdd\x55\x7b\x7b\x15\x77\x24\xca\xbf\xbb\x63\xdb\x11\x96\x7e\x1b\x8f\x11\xdf\xf8\x75\x75\xdb\xb3\xef\xb6\xf1\xe2\x6a\x2f\x54\x47\xc4\x30\xca\x0c\xc7\xdf\xe6\x5d\x0a\x91\xb2\xab\x18\x4d\x5f\xd4\xbb\x46\x99\x27\x05\x5f\x2a\x76\xd9\xa6\x96\x19\x45\xdd\x46\x53\x51\x07\xcd\xac\x6e\x61\x57\x6c\x0f\x8b\x6a\xbc\xc3\xcc\xb4\xaf\x08\x0d\x1b\xec\x2d\x62\x66\x9e\x3f\xc4\xe6\x31\x7a\x3e\xa2\xf3\x96\x36\x08\x1a\x54\x7d\x5b\x76\xee\x5c\x54\xda\xfe\x55\xdf\x7d\xc9\x33\xe3\x53\x59\x67\xc0\x62\x7e\xeb\x34\x85\x8b\xe6\x87\x10\xb7\x9e\x1c\x7a\x40\xff\xf9\x58\xa9\x3a\x93\xd7\x24\x1a\xbc\x97\x51\xae\xd7\xd2\xfd\x1f\xee\x34\xf7\x5f\x2b\xbd\x62\x52\xf6\xf9\xcd\xda\xf5\xe8\xfc\x11\x97\xa1\x79\x25\x92\xfe\x9d\x7d\xb1\xf7\xcd\x8f\x8a\x9a\xf5\x9f\xda\x70\xc7\xce\x31\xfd\x87\x1e\x37\xc8\xaa\xd2\xb3\xf9\x8f\xc5\xfe\xa6\x20\xa6\xa0\x36\xe0\x69\x96\x8d\xf1\x5e\xd1\x21\xc1\x6c\x73\xe6\x14\xad\xd5\xac\x81\xbc\x91\xba\x76\x79\x88\x3d\xf7\xb4\x54\xb1\x5c\x63\xdd\x94\x78\xef\x8a\x2a\x33\x80\x61\x1e\x7b\xe6\xce\xa1\xe7\x7a\x16\xac\x57\xbf\xc0\x32\x8d\xde\xad\xbb\xd8\x7f\x49\x38\xc5\xa3\xfb\x35\x51\xdf\xa9\x54\xae\x17\x3d\x2b\x32\xa5\x49\x24\x6c\x12\x67\x45\x4d\x79\xa6\x8f\x1a\x74\xd0\x9c\x8e\xb2\x79\xa6\x1f\x1c\xd0\x5f\x8a\x6a\xb3\x0a\x14\x24\x27\xcf\x9d\x15\x6d\xb2\x0a\x14\x09\x8a\x95\x3e\x92\xbf\x36\x31\x64\xe9\x0d\x02\x07\x91\xf9\xae\x15\xcb\x5c\xce\xea\x69\xe9\x4e\xe3\xca\xef\x0c\xba\xf7\x68\xad\xdd\xd9\xf6\x0d\xca\x7a\x17\x7a\x1c\x6b\xc0\xbd\xe7\xcf\xd6\xee\xec\xc5\x0d\xca\xfa\x78\x7a\x1c\x6b\xd0\xbd\x27\xc7\xa1\x3b\xf1\x41\xd4\xdd\x62\xa5\x2f\xe7\xed\x3a\x09\x5b\x63\x5e\xb1\xb7\xc1\x4e\xba\xe5\x69\x48\xce\xe6\x12\xe3\xb5\x77\xa6\x84\xe6\x89\xbf\xde\xd1\x3a\x6c\x93\x5f\xea\xbf\xc6\xe3\xb0\x63\x57\xb1\x60\x53\xd5\x95\x85\x43\x8e\x8a\x73\x2a\x53\xd0\x34\xd1\x9d\x9f\xd2\x7a\x18\x1b\x76\x8d\x1e\xe3\xff\x36\xe4\xee\x4e\xf3\xf7\x07\x3d\x49\x76\xc1\x2d\xf2\xf8\x33\x92\x3d\xcd\xef\xf9\x63\x96\x34\x37\x7b\xe5\xc9\x3d\x2a\xf6\xb9\x07\xde\x54\x49\xe5\xf3\x9c\xfe\x32\x12\xdc\x18\xf1\xbc\x8d\x91\x72\x32\x4e\xfe\xa5\x46\xe5\xea\xa2\x08\xc3\x81\xf5\xfe\x97\x49\xa1\x50\xaa\x90\x9a\x0c\x3e\x44\x72\x16\x7f\x46\x0a\x5d\x25\xc1\x30\x52\x28\xf1\x23\xd2\xa6\x13\x69\xb3\x80\x9a\xe4\xa6\xe7\x8f\x3f\x08\x7b\x5e\xc7\xb9\x9c\x8c\x7d\x88\x4a\x69\x25\x93\x98\x4b\x1a\x6a\x0a\x21\x63\x2b\xa8\x86\x48\xa1\xd2\x08\x32\x76\x46\x09\x99\x59\x21\xa9\xae\x27\x85\xb8\xb7\x49\xf5\x74\x12\x5c\x45\x26\xd1\x72\xfa\x79\xce\x27\xb1\xa4\xe4\xd7\xe4\x83\xcc\x70\xd2\xfa\x5f\x48\xf1\x4e\xd2\xd0\x8c\xcb\xcf\xeb\xcc\x24\xdf\xc4\xae\x70\x52\xe7\x30\x99\x63\x84\x82\x3c\xa6\xb6\xc6\x46\x92\x9d\xb8\x87\x04\x9b\xa8\xd6\x2e\x91\x11\xc3\xa8\x42\x77\x49\xa1\x41\xd2\x86\x1f\xf5\x9d\x04\x90\x42\x0b\xa9\x1c\xea\x3b\xe9\x22\x39\x85\x3c\xb2\x96\x6b\x49\x0e\x93\x1a\xbc\x98\x0c\x3e\x83\x14\x92\xe5\x91\x60\x0c\x59\x22\x75\x0b\xa9\x6e\x20\xd5\x79\xd4\xd7\x77\x97\x04\xdd\xa8\xea\x17\x48\x21\x15\x39\x00\xbd\x8d\xa4\x50\x07\xc9\x91\x52\x53\x4b\x20\x6d\x06\x50\x1d\x9d\x21\x85\xdc\x48\xb0\x97\x5a\x23\x1d\x29\x94\x40\x0a\xcd\x24\x7b\xfd\x36\x49\xf1\x21\x5b\xdd\x99\x6a\x2d\x87\x24\x0b\xa9\x0f\x92\x89\x39\x53\xe7\x28\x9b\x2c\x86\x8e\x5c\x01\xce\xe7\xc9\xe3\x36\xea\x31\xc9\xbe\x47\xed\x17\x3e\x99\x57\x1b\x19\x30\x89\x4a\xd9\x49\xbe\x27\x2e\xf9\xe0\x74\xf2\x38\xb8\xf8\xf9\xb4\xba\xc9\x17\xea\x9c\x4f\x86\xa6\x2e\x27\x19\x75\x7f\x74\x93\x61\x0c\xe4\xec\xb8\x93\x73\xf0\x20\x81\xca\x29\x21\xc1\xbd\x64\x44\x1b\x32\xc5\xb8\x48\xd2\x90\x0b\xf5\x98\x4c\x31\x8e\xba\xc6\x74\x64\xa7\xbb\x9f\x23\x25\x0d\x64\x51\x67\xb7\x91\x33\xfa\x25\xe9\x8d\x41\xbe\x92\xb8\x4f\x49\x21\x1b\x32\xdd\xb1\x0f\xa9\x20\x99\xc5\xd8\x6a\x12\x3c\x42\x7d\x92\x5c\x44\x55\x67\xc8\xd4\x92\xa9\x9b\xe8\x36\xe9\x9d\x4d\xdd\x15\x42\x12\x3c\x42\x6d\xe5\x3c\xd2\x9c\x88\xba\x63\x4f\x50\x41\xf2\x55\x8d\x94\x91\x60\x35\xe9\xc3\xbd\x80\x0c\xd9\x4f\xaa\x73\xa8\x3b\x96\x7a\x29\x90\x36\x76\x51\xd7\xdc\x6b\x64\xb5\xb2\xc9\x39\xe9\x7f\x44\x52\xb8\x54\x9d\x2a\x12\x14\x93\x3d\x3f\xe6\x4b\x0a\xad\x23\x85\x92\xcb\x48\x43\x1b\xa9\x85\xa1\xb6\x75\x08\xd5\x25\xd9\x5b\x71\x2b\x49\xa1\x25\x54\x21\x6a\xaf\x37\x51\x41\xea\x68\x32\xa9\x20\xb5\x35\x37\x93\xea\x72\xea\x05\xe0\x46\x05\x55\x24\x98\x40\x82\x0d\x64\xd9\xe3\x7c\x48\x1f\x51\xd4\xca\x34\x91\x9c\x31\xb2\x08\x83\x64\x6a\x81\xe4\x0d\xdb\x4f\xbd\xcf\x6c\xc9\xd6\x2c\x2f\x25\xbd\xe9\x48\x49\x13\x75\x2e\x6c\x48\x30\x90\xdc\xe6\xfd\xd4\xcb\x29\x83\x2a\x44\xed\xad\x69\xa4\xf5\x42\xf2\x26\x89\x5b\x4f\x5a\xcf\xa7\x4a\x52\x6f\xf2\xfb\xa4\x64\x13\x29\x39\x46\xbd\x6b\xbb\x48\x4e\x1b\x35\x9f\x6a\x32\x0e\x8f\x1a\x67\x1d\xc9\x11\x51\x1b\x21\x84\x0a\x52\xd5\xe3\x49\x90\x4b\x7d\x72\x3b\x15\x24\x9f\xac\xa5\x96\x95\x5a\x22\x09\x99\x6e\x1d\xd5\x06\x75\x6a\x32\x49\x4e\x09\x39\x0b\xe5\xd4\x8e\xe1\x51\xf3\xa1\xae\x81\xaf\x48\x8e\x9c\xbc\xf3\x47\xa8\xd7\x4b\x2c\x75\xb8\x3d\x49\x97\xd4\x5d\x67\xa2\xee\x70\x11\x15\xa4\x76\x3b\x97\x04\xdb\xa8\xad\x97\x4d\xaa\x0b\xc8\x39\x8e\xe3\x91\xea\x06\x2a\x87\xbc\x3f\xfa\xf7\x92\x1c\xea\x62\x4a\xfc\x8e\x8c\x73\x8d\x2c\x07\x83\x2c\x47\xe9\xf3\x0d\xf5\xbb\x87\xcf\xa2\x57\xb8\x32\xb3\xb8\x7f\xab\x59\x7c\xd1\x7c\xbe\x5b\xe0\x60\x50\xbb\xca\xff\x56\x23\x3c\xd8\xac\x6a\x36\xc7\x0c\xcb\x93\x92\x7f\xca\x69\xf7\x75\xed\xf6\x35\x99\x64\xaa\xca\xed\x1d\xfb\x1c\x02\xee\x32\xae\x88\x55\xb9\xc6\xaf\xe8\x22\x97\x45\x5b\xaa\x06\xd5\x83\xc3\xd2\xc0\x46\x71\xd4\xe1\xbe\xf2\xf8\xe4\x7b\x7b\xbc\xe4\xe6\xfa\x1d\x86\x6d\x7d\xeb\x04\x2b\xe3\x0a\xd9\xf3\x9f\x2d\x88\xac\xf7\x1c\xb8\xd6\x1b\x20\x65\xf5\x77\xf1\xc2\x8a\x92\x3a\x73\x0d\xb1\x7d\xf7\x4d\x0d\xea\x03\x37\xef\xc6\x0f\x19\x83\x75\x73\x93\xcc\xcd\x6d\xfe\xc6\x4f\xfa\x74\xb2\x44\x73\xbc\x40\xbf\x4c\xbf\x55\xff\xa1\x3e\x52\xbf\x5a\xb2\xb5\xeb\x6a\xac\x3a\x3c\xb7\xe7\xd2\xa0\x7a\xa4\xcf\xf4\x28\xd1\x78\x87\x71\x65\x91\xa6\x8b\xd7\xf4\xe4\xdb\x12\x45\x81\xf5\xd8\x64\xd3\xe4\x02\xc3\x80\xf0\x08\xfb\x7a\xd3\x5b\xb4\x5f\x15\xb3\x4d\xb8\xd8\x93\xe9\xa7\x5a\x35\x66\x50\xa9\x54\xab\x1e\x95\xae\x68\x93\xdd\x78\x92\xda\xe3\x61\xa8\x6f\x11\x18\xd7\xe9\xb2\x2e\xeb\x1e\xf1\x8b\x9b\xcb\x93\x3b\x52\xcf\x2b\x87\xb3\x13\x6f\x34\xaf\x6a\x09\x33\x6b\x12\x16\x29\x6d\x66\x95\x1e\x0d\xed\xb0\x55\x9b\xa5\xb1\x2c\x89\x60\xeb\x2b\xd2\x45\x5d\x36\xb4\xd2\xda\x7b\xec\x73\x37\x4d\x41\x01\xc3\x36\x5d\x17\x05\x9b\x32\x8c\xd7\x24\xdd\x8c\xbb\xdb\xcd\xdf\x2f\x32\x1c\xd8\xd3\xfc\xd3\x23\x2f\x95\x5f\x66\x5d\xfd\x93\x33\xea\x71\x53\xbc\x33\xd6\xd0\xc5\x0d\xde\x19\x9c\x03\xe1\x8b\xf4\x6e\xe3\x32\xeb\xa6\x29\x83\xc5\x0e\xb9\x0d\x5e\xa2\xcc\x82\x53\x2c\xde\x3a\xc1\xc6\xcf\x8a\xca\x42\x25\x5b\xf4\x63\xd1\x43\xda\x17\x34\x93\x95\x4e\x0a\xdb\xdc\xb0\xb3\x61\xb9\xd7\x7c\xd7\x1c\x10\x2f\xf6\x69\xf2\xe1\xa6\x15\x08\x65\x8e\x49\x9b\x25\x11\xfa\x81\xe8\x8a\x68\xa3\x76\x9a\xc6\x61\x9d\xf1\xce\xe7\x33\x72\x5a\x35\xd7\xa3\xaf\x45\x7f\xec\xea\xda\x3a\x7f\x96\xf0\xab\xb5\x4c\x1f\xa6\x57\x75\x6e\xa1\x37\x37\x4b\x36\xaf\xd5\x31\x69\xa7\x64\xb3\x24\x5e\xf2\x81\x5e\x12\x7d\x33\x3a\x3f\xba\x4b\x3b\xa4\x59\xaa\x99\xa1\xd8\xa9\x64\x9e\xe5\x79\x97\xac\x51\x9f\x8a\x10\xc9\xe6\x26\x85\x49\x3c\x25\xdb\xf4\xc5\xd1\xe2\xe8\x8e\xe8\x0c\x6d\x8f\xa6\x40\xe3\xa6\x88\x3d\x2b\xcd\x95\x8a\x13\x72\x1e\xae\xe3\xd8\xe7\xbc\xa6\xf4\xd2\x3c\x8a\xf6\x76\x75\x6a\x5d\xd2\xea\x90\x75\xac\x37\xab\x57\xf8\xb4\x70\x4b\x56\xf6\xf0\xd9\x24\x8d\x4c\x93\xac\xf9\x73\xf4\x8e\xfb\xa2\x7a\x6f\x75\xba\xcc\x2d\x2b\xab\x57\x34\x3b\x55\x66\x9f\xc4\xe3\x6f\xe5\x7f\xc8\x8f\x74\xb5\xf7\x98\xe3\xe1\x98\xc4\xe5\x6f\xd2\x9b\xb4\xcf\xb4\x5f\x6a\xad\x35\x5f\x6b\xe8\x4a\x9b\x5c\x86\x0f\x3b\x2d\xd9\xd1\xb8\x89\xff\xb1\xbe\x5f\xdb\xa9\x7d\x4d\x63\xaf\xdc\xa6\xe0\xe4\x8a\x7c\xd8\xc2\xe4\xa5\x46\x7f\x7e\x38\xdf\x9f\x9f\xc8\x5f\xa1\x1f\x75\x54\x94\x69\xfe\xa4\xf1\xd2\xd4\x68\x6c\x15\x8b\xcf\x8a\x73\xb8\xde\x9c\xb5\xf2\x53\xc9\x73\x8d\xa1\xfc\x2d\x7c\x3e\x7f\x25\x7f\x87\xfe\xb2\xb6\x4b\xc3\x54\xf0\xce\xaa\xbd\x1b\xbc\xe5\x59\xc9\xf6\xc6\x08\x7d\x85\xb6\x5b\x7b\x4a\xdb\xa2\x2d\xd7\x8e\x45\x07\xf2\x97\xf3\x83\xf8\x1f\xf1\x77\xe9\x8d\x5a\xba\xc6\x46\xb9\x46\xb1\x46\x79\x53\x71\x53\xe9\xa0\x70\x50\xe6\x2b\xf2\x95\x61\x8a\x30\x65\x97\x82\x91\xdb\x24\x66\xe6\xb0\x7d\x78\x7f\xe0\x79\x0b\xd2\x4c\x8e\xc6\xcd\xfa\x41\xad\xad\x66\xb1\x92\x9b\x7b\xa2\x9e\x23\xc8\x6a\x3b\xd5\x96\x66\x9a\x57\xe1\x54\xb1\xd0\xb8\x93\x9f\xc0\x5f\xa5\x97\x6a\x75\x9a\x2c\x0d\x43\x21\x55\xb0\xcf\x0a\xbc\xcd\xa7\x4c\x73\x2b\xdc\x2a\xec\x8d\x61\x7c\x1e\x9f\xcb\xff\x9f\xa7\xd2\x6e\xe7\x45\xc3\xf9\xf3\xfc\x6d\x86\x59\x7e\x0c\x0f\x26\xaf\xbc\xcf\x33\xec\x29\xa3\xa3\xfd\x66\x45\x9e\xcc\xc3\xbf\xb4\x8e\x9f\xfc\x64\x41\x82\x8f\x2a\xe1\x6e\xb3\xb9\xbf\x35\xc5\xec\x59\x7f\x3f\x41\x21\xab\x10\x67\x17\xeb\x8e\x0a\x8f\xb0\xbb\x4a\x93\xec\xdb\x0c\x47\x85\xc3\x0c\xc1\x0f\xbb\x82\x7b\x5a\xa3\xae\xfe\x49\xdc\x5d\xb3\xb8\x97\xdd\x5b\xdb\x9a\x31\x54\x3d\xd1\xd2\x07\x0b\x2c\x21\x71\x47\x59\xdd\x82\x84\xe1\xee\x30\x71\xf6\x85\x3e\x6d\xcc\x01\xbf\x96\x81\xd4\x9b\xfa\x6b\x56\x96\xee\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe0\xef\x32\x1d\xce\xd2\x6f\x3c\xfc\xd6\xc1\x33\x34\xf7\x22\xa6\xe7\xad\xdf\x8f\x5f\x3e\xf5\xaf\xec\xf8\x09\x33\xdc\xce\x54\xa4\x7f\x31\xf1\x37\x99\xf4\xef\xbf\x5f\x37\xf9\xc4\x8a\x84\x19\x0e\x99\x39\x53\xfb\x5f\x08\x7f\xbd\xe5\xea\x8a\xa9\x97\x2e\x72\x3e\x7c\xdd\x21\x3f\xfa\x2a\xff\xea\xfc\xf0\xd5\x05\x53\xf7\x2d\xba\xae\x5b\x78\xe0\xc7\xb6\x25\xec\xe3\x93\xdd\xac\x2d\x3d\x25\x00\xcb\xa1\xef\x61\x8e\xb6\x2c\xb5\xf5\x71\xaa\x53\xea\x76\x16\x25\x89\x43\xee\x37\x9b\xc6\x52\x57\x1d\xba\x36\x30\x34\x5c\x32\x63\xed\x92\xac\x40\x03\xab\x85\x79\x8e\x2e\xef\x38\x96\xc6\xca\x3f\x54\xf6\x55\x5a\x5a\x0b\x7b\xf8\xf1\x93\x1e\xce\xc6\xea\xc2\xec\x72\x63\x64\x57\x9b\xa6\x50\xa0\x71\xec\x11\xdd\x60\x2e\x66\x65\x27\xea\x06\x6e\xf4\x77\xd8\x67\xcf\x8a\x8f\x1c\xed\x1f\xca\xca\xcc\x10\xec\x29\xea\x18\x09\xb6\x19\x1f\xb5\x61\x80\x1e\xb0\x5a\xf2\xa8\xfa\xc4\x81\x43\x67\x76\x04\xc5\xca\xd3\x58\x9a\xb4\x33\xc1\xb1\xb2\x71\x52\x43\x8c\x53\x5f\x9c\x6f\xda\xe3\xa8\x04\xc3\xc5\x63\x59\x39\x7e\xf9\xb5\xba\x13\x1c\x6f\xee\x09\xf5\x75\x1f\xc5\xce\x8f\x9f\xd8\x9f\xe0\xdc\xc8\x79\x5f\x9e\x9e\x95\xa3\xfa\x4b\x6d\x07\xd3\xdb\xfb\x62\xdf\x98\x77\xe6\x60\x89\x8b\xc0\xcf\x45\xf0\x44\x78\x51\x62\x4e\x74\xf3\x11\x1d\xdd\x95\xdb\xa7\xb4\xcf\x2d\xd4\x76\x69\x84\x17\x03\x35\xf6\x1a\xe1\xfb\x79\xda\x4c\x8d\x30\xed\x77\xe9\x15\x1e\x96\x5e\x64\xcb\xaa\x3d\x39\xfb\x46\x6e\x3c\x9b\x55\x69\x35\xb3\xf7\x10\xdd\x2c\x8c\x97\x1f\xb6\x74\x4b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf0\x7f\x7a\x26\xcc\x72\xfd\xce\x8a\x46\x0b\xb2\x9b\x67\x65\x0e\xbd\x62\xb5\xf8\xd5\xd5\x9f\x4d\x6b\x09\xc6\x9f\x35\xc0\xaf\x4c\x44\xcd\x86\xf0\x0e\xab\x97\x9e\x32\x6c\x58\xcd\x81\x6f\x5b\xba\x1b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x7f\xba\x2a\x1f\x63\xd1\x86\x97\xab\x82\x68\xac\x32\xf1\x37\x9f\x39\xec\xb3\x9b\xf8\x40\x94\x3c\xc1\x96\x99\x2f\x15\xee\x9f\x38\xa5\x84\x51\x79\x65\xed\xac\x39\xfb\x7b\x17\xf9\x2c\xea\xb1\x7b\x60\x1b\xf9\xd1\xb3\x29\x53\xf6\x9d\x16\x26\x1c\xfa\xd6\xd9\x65\xcf\x6b\x05\xbc\x3f\x5d\x5d\xb8\x73\xfc\x02\xfe\x07\xd9\xf6\xe5\x9f\x9f\x62\xb2\xaf\xef\x9d\x63\xe9\x09\x01\xfc\xbf\x99\x8f\xab\x6a\xaa\xcf\x9e\x72\xfb\xe8\xc6\xc3\x92\xb5\xcd\xb2\xf5\xde\x4b\x54\xa2\x9e\xc1\xad\x17\xe4\x89\x65\xc6\xc7\x5b\x16\x28\x35\xe9\x85\xc6\x24\xe3\x9e\xbe\x8e\x16\x5f\x45\xfa\x96\xfa\x0e\x77\xef\xd0\xdd\xba\xeb\xe2\x2e\x26\xdb\x7f\xb6\x3c\x4e\xab\x6f\x3d\xec\x66\xcf\x36\x7f\xd3\xea\x28\x7f\x87\xeb\x91\x20\x18\xab\x1b\x5c\xb3\x4a\x34\x3b\x61\x77\x67\x5b\xd5\x81\x8d\xb1\x11\x81\xa6\xdb\x75\xbd\x0f\x0b\x3d\xa6\xd6\x6e\xae\x9b\x2c\x49\xbd\x54\x53\xb2\x4e\x67\xbb\x6a\xfb\x4f\xbf\x73\x10\x22\xbc\x26\x8e\x35\x8d\x93\x1a\x76\x38\xa9\xe3\x7c\x85\x8f\x97\x24\x18\x24\xc7\xd2\x73\x02\x66\x1c\xef\x7b\x5f\xd4\x18\xb1\x35\xf9\x6d\x07\x2f\xe9\x7b\xef\xb2\x6b\x12\x7d\xed\xad\x07\xfd\x36\x7b\xdd\x3f\xbf\x77\x74\xe6\x99\x9c\x79\x86\xfa\x42\xc7\x66\x81\xd0\xc8\xb4\x36\x34\x24\xfa\x6e\xd4\x89\x78\x3f\x68\x84\xae\xb3\x3b\xa5\x5a\xaf\x9e\x09\xfa\x21\xad\x57\x00\xa3\xd3\x5e\x23\x74\x9d\xde\xc9\x54\xda\x3b\x6d\xfe\x4b\x42\x82\xa5\x57\xd9\xb2\x8e\x3b\x79\xa4\x4e\x1e\x4c\x4e\x4c\x51\x47\x7e\xcf\x9e\x3d\xc6\x79\x62\x74\x1a\x67\xe9\x9e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe0\x5f\xaa\x32\x36\xe6\xe9\xe9\x09\x34\xda\xe7\x7b\x8f\x8f\x1f\xcb\x7f\x81\x5e\xbe\xda\xee\x9b\xf5\x91\xa2\x97\x2d\xdd\x17\xc0\x3f\xa4\x74\xae\xdf\x85\x2c\xfa\xbb\xdf\x09\xdc\x47\x3e\x4d\xc0\x6f\xf9\x03\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xfc\x5d\xaf\xbb\x0d\x35\x6c\x71\x7a\xfd\x80\xd5\xc8\xa3\xec\x3f\x7e\x7b\x7e\xe2\x3e\xbb\x2f\x05\xfa\xe9\xfe\x2d\xe7\x7a\x7d\xa6\xbc\xe5\xdc\x92\x4c\xa3\x33\xf7\xa4\xbe\x24\x91\x3a\x97\x5d\xda\xff\x25\xb7\xf2\x83\x2b\x6e\xce\x13\xf7\xf9\xf4\x2e\x3c\xf8\xe0\x51\xe3\xda\x52\xd9\xdc\x17\x4b\x2e\xbd\x92\xd3\x39\x2d\x3e\xfb\xd9\xab\xbb\xdb\xc6\xec\xe8\x69\x96\x9e\x10\xfc\x7a\x8c\x6d\x8b\xb0\x67\x64\xee\xee\xfd\xfd\x82\x23\xea\xa5\xdb\x0d\x1b\x16\xd4\x85\x0b\x8a\x1b\xf6\x57\x99\x06\x1e\x0f\x67\x84\xe5\xfe\x41\xbc\x51\x36\xac\x1b\x6a\xaa\x10\x45\xad\xf1\xda\x78\x7f\x37\xab\xe3\x23\x5f\xa1\x74\x15\x2b\x40\x3e\xfa\xe3\xc0\x48\xd5\x99\xa6\xbe\x88\x16\x97\xd1\x51\x9b\x9e\xb3\xa3\xeb\x47\x9f\x36\x1b\x1e\xf2\xb2\xb9\xae\x7a\xed\x3d\xa1\xa7\x6e\x11\xab\x5c\x12\x35\x38\x70\x24\x22\x86\x21\xe8\xd9\xbb\xb5\x3e\x34\xf0\xd6\x17\x39\x6b\x65\x59\x12\xb9\xf3\x3b\x93\xa5\x86\x74\xad\x57\xe6\x4c\x56\xc5\xa0\xed\xbd\x56\x66\xfe\xe8\x0f\xc2\x93\xbf\x13\x35\xab\x9a\x2e\x9f\x9b\xd3\x73\xbf\x32\x31\x63\x34\x27\xc6\x7a\x70\xc6\x66\xaf\xfb\x87\xf7\x8e\x7a\x3d\x11\xba\x4e\x3f\xae\xbe\xe1\xad\x88\x78\xb9\xb6\xe3\x8d\xb9\x4e\xcd\xb1\xc9\xb9\x35\xa6\xcc\x6e\xf9\xf4\x7b\x82\x27\x42\x89\xc4\x9c\xb8\xc4\x47\xd4\xd8\xbf\x4c\x9d\xcb\x09\x65\xde\x2a\x14\x73\x9e\xea\x97\xb1\xbd\x44\x8d\x35\xcb\xe4\x27\x58\x79\x35\xbe\xad\xaa\x5f\xf7\xbf\x37\xa9\x3c\xa7\xd9\xeb\x7f\x5c\xf7\xd0\x7a\xec\x8f\xfb\x8d\xfd\xed\x82\xf7\xfb\x0a\x5f\xb1\x74\x4f\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf0\x1f\x42\x56\xb4\x8e\xee\x44\xa3\xd9\xbd\xf4\xd7\x39\xed\xdc\x85\xce\xed\x1f\x8c\x9b\x74\x7e\x9f\x21\xdc\xd2\x6d\xc1\x2f\x5b\xe5\xc2\xe6\x83\x3d\xee\x29\xcb\x8d\x0f\xaf\xd8\xab\xc2\xc6\x5b\xba\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x5f\xbe\xd3\xf7\xf2\x04\x77\xe6\x7f\xeb\xfc\x62\x65\xec\xf0\x8e\x4d\x8e\xaf\x2c\x9f\x3a\xee\x81\xc8\x7d\xff\xe1\xac\xdb\x6d\x37\x56\x8c\x3f\x54\x67\xbd\xe9\x5e\xde\x17\xe1\xdf\x54\x1c\x4e\x5f\xeb\xfb\xe5\xc8\xb8\xa5\x2f\x46\x04\xbd\x39\x71\x4b\xb3\xfd\xfc\x57\x1c\xf2\xa3\xaf\xf2\xaf\xce\x0f\x5f\xbd\x32\xf5\xb4\xc3\x40\xd2\xb5\xa0\xe3\x09\x4f\xe8\x51\x41\x3b\x2c\x3d\x23\xf8\xd9\x33\xbd\x17\x9b\xc6\x59\xeb\x22\xf7\xbf\x21\x8c\x5d\xdb\x5c\x16\xe0\xbd\x44\x25\xea\x1a\x88\xbc\x17\x20\xbb\x3f\xba\xbb\xe2\xa8\x46\xfb\xb4\xa9\x57\xd6\x2b\x19\x8c\x8a\x78\x6f\x7a\x46\x50\x59\xea\xa0\x5d\x5e\x4d\xc5\x36\x15\x33\x22\xa9\xfc\x7d\xfe\xe8\x48\x9d\x21\x33\x96\x93\x64\xf2\x94\x86\x24\xaf\x97\x25\x9b\x7e\x7c\xa4\xb2\xcd\x38\xc2\x76\xeb\xd7\x5e\x37\xae\x39\x52\xd0\xd3\x56\xae\x3d\x93\xd9\x5a\xcd\x4d\xb0\x3b\x5e\x74\xd2\x36\xfa\xcd\x10\x21\x4f\xcc\x78\x89\xbe\x3d\x88\x27\x4f\x63\x85\x08\xcf\x04\xc7\x98\xc7\x25\x18\x76\x38\xa9\xe3\x7c\x85\xb9\x45\x06\x83\xe4\x58\x7a\x4e\x40\xd7\x09\x46\x30\x2b\xef\x61\xf6\xe8\xe1\x73\x73\x7a\x56\x36\x8c\xcd\x19\xf4\xca\xd2\xd6\xf2\xb6\xcf\x0d\x29\xe1\x3f\x89\x7a\x29\xed\xe4\x4c\x67\xb9\xe2\x53\xf3\xda\x61\xb5\xb6\x9b\x3d\xe8\x15\xe0\x11\x27\x9b\x9e\xcb\x79\xfa\x9d\x98\x21\xe6\x3c\x2d\x15\x73\x39\xa2\xc6\xa1\xec\xe4\x34\x56\x9e\x30\x3b\x79\x49\x92\xaf\xb0\x4a\x22\xa7\x5b\x7a\x99\x2d\x2a\x65\xb3\xd2\xb3\xcc\xb9\xaf\x9a\x3e\xf2\xf2\x01\xc3\xc3\x2b\xe6\x4f\xdb\xb8\x6f\x5b\xba\x27\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf8\xb5\x49\x0c\x16\x4f\x09\xa5\xd1\x96\xbd\xf1\xa5\x57\xa5\x7c\x4b\x64\xe5\xa1\xf1\xaf\x6e\x79\x41\xd7\x6c\xe9\xb6\xe0\x67\x29\xc5\xef\xe2\x34\x55\x3c\x6d\xbf\xbe\x7a\x3f\xa7\xb8\x69\xa2\xa5\xdb\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x80\x7f\xd8\xb2\x0b\xeb\xcc\xe7\xd6\x7b\xee\x7a\x23\x85\xd3\x1b\x32\xff\xf2\xb4\xe5\x53\xc7\xf7\x73\xd8\xfb\x0f\x65\xde\x69\xad\x59\x3e\xfe\x80\xca\xa6\xbd\xfd\xec\x94\xb4\xe5\xb1\xb6\xf6\x19\x31\x53\xfb\x27\x97\xce\x8f\xa3\xd3\x97\xdf\xaa\x69\xfd\x76\xbe\x8f\x4f\xeb\xe7\x5d\x7e\xdf\x46\xae\x99\xb1\xfc\x60\xe0\xd7\x1d\x93\x16\xbf\xd9\x51\x67\xb3\xdb\x6e\x92\xa5\x67\x04\xff\x22\x95\xec\x27\x1b\x06\x2e\x2c\x08\x3e\x92\x31\xd0\xb9\x76\x5d\x31\xef\x98\xa2\x76\x38\x58\xdf\xc2\xed\x5e\xcc\x0d\x17\x94\x6d\xb9\x11\xcd\x1f\x0d\x13\x70\x05\xad\x06\x97\x92\x53\xd1\xdb\xf3\x4e\xdd\x8c\x3f\xda\xf8\xa8\xfe\x47\x4e\x53\x44\x62\xa9\x63\xb2\xe9\xd9\x1d\x55\x57\x09\x27\xf1\xbf\x7f\xe9\x20\x51\xdf\x7b\xaf\x2b\xd8\xf6\x88\xbb\x8b\x3e\x4e\xd3\xfb\x05\x7d\x63\x4c\x44\xe0\xe8\xed\xba\xde\x87\x85\x1e\x53\x6b\x37\xd7\x4d\x96\xa4\x5e\xaa\x29\x11\xea\x7e\xb3\x6a\x7b\x50\xac\xfc\x24\x2b\x44\xe8\x29\x8e\x31\x8d\x93\x1a\x76\x2c\x54\xc7\xf9\x0a\xd3\x95\x09\x06\x49\x76\x7a\x4e\x00\xe3\x78\xdf\xfb\xa2\xc6\x88\xad\xc9\x4b\x1c\xbc\xa4\x2e\xef\xb2\x6b\x12\x7d\xed\xad\x07\xfd\x36\x7b\xdd\x3f\xbf\x77\x74\xe6\x99\x9c\x79\x86\xfa\xc2\xa5\xcd\x02\xa1\x91\x69\x6d\x68\x48\xf4\x6d\x1a\x16\xf1\x7e\xd0\x08\x5d\x67\x77\x4a\xb5\x5e\x3d\x13\xf4\x87\xb5\x5e\xad\x6f\x74\xda\x6b\x84\xae\xd3\x3b\xd5\x62\x4e\xe8\x45\x7f\xdd\xb0\xa5\x97\xd9\xb2\xde\x0d\xe3\xdb\x75\x74\x18\x47\x68\xf2\x1f\xb7\x0a\xdc\x47\x44\xb5\x06\xfc\xc3\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf8\x4f\x95\xd2\xd7\xdd\xb8\xfc\x65\x1a\x6d\xa2\xf5\x7b\x93\x46\x36\x4e\x9e\x12\xf7\xf5\xb2\x15\xf9\xed\xac\x19\x96\xee\x0b\xfe\x99\x22\xd7\x14\x7f\xe2\x66\xb3\xf5\x43\x73\xdc\xb3\x9a\xe1\xdf\x5a\x59\xba\x1d\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf8\xf7\x9b\x1f\xf3\xf4\xf4\x04\x1a\xed\xf3\xbd\xc7\xc7\x8f\xe5\xbf\x40\x2f\x5f\x6d\xf7\xcd\xfa\x48\xd1\xcb\x96\x6e\x0b\xfe\xb7\xf6\x63\xe1\x55\x31\xb3\x2b\x4f\x9b\xfa\xdb\x85\x3d\x4e\xe3\x2c\xdd\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xfc\xa7\x79\xdd\x6d\xcf\x87\xd6\x34\xda\xd5\x65\x7f\x18\x67\xba\xb3\xcf\x3a\x70\x4e\xea\xad\x77\x4a\x1b\x26\x58\xba\xad\x5f\x9e\xca\x85\xcd\x07\x7b\xdc\x53\x96\x1b\x1f\x5e\xb1\x57\xe1\x67\xea\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xe0\xdf\xeb\x60\x96\xeb\x77\x56\x34\x5a\x90\xdd\x3c\x2b\x73\xe8\x15\xab\xc5\xaf\xae\xfe\x6c\x5a\x4b\xb0\xb5\xa5\xdb\xfa\x39\x4a\xf1\xbb\x38\x4d\x15\x4f\xdb\xaf\xaf\xde\xcf\x29\x6e\x9a\x68\xe9\x76\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xfe\x71\x55\x3e\xb3\x1a\x69\xb4\x94\x77\xa7\x0a\x53\x04\x97\xdb\x53\x6c\x27\xcd\xb9\xf4\x62\x6f\xd1\x2f\xf5\x5f\xd4\x97\x7c\xea\x50\x3c\x48\x9b\x30\x74\x84\x2e\x0a\x2f\x7c\xc5\xd2\xdd\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xfc\x9b\xa4\x84\x8a\xbe\xf2\xa6\xa5\x04\xbd\xf1\xa2\xf7\xf1\xc7\x2e\xea\x99\xda\x42\xc7\x2f\xdc\xac\x6d\xc6\xfd\x7c\xff\x40\xe0\xfa\x80\xb7\xd8\x4d\xd0\xc5\xba\x95\x67\x68\x8f\x3f\x6b\x7b\x60\xa6\x92\x87\x1f\xeb\x07\xf8\x35\xda\x9a\x61\xe3\x3a\x33\xa0\x8a\xf6\x46\x2a\xfd\xbf\x02\x00\x00\xff\xff\x0b\x13\x25\x27\xf1\xf6\x01\x00") - -func testImagesVolumeRbdBlockTarGzBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeRbdBlockTarGz, - "test/images/volume/rbd/block.tar.gz", - ) -} - -func testImagesVolumeRbdBlockTarGz() (*asset, error) { - bytes, err := testImagesVolumeRbdBlockTarGzBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/rbd/block.tar.gz", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeRbdBootstrapSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x55\xdb\x8e\xdb\x36\x10\x7d\xd7\x57\x9c\xb5\x0b\x24\x01\x6c\xc9\xbb\x4d\xd3\x36\x01\x0a\x78\x2f\x45\x8c\xa4\x76\xb0\x76\xba\xc8\x53\x41\x89\x23\x8b\x58\x8a\xa3\xf2\x62\xaf\x5e\xfa\xed\x05\x29\x39\xd9\x4d\xd0\x00\xf5\x83\x61\x92\x73\x39\x73\xe6\xcc\x78\x7a\x56\x04\x67\x8b\x52\x99\x82\xcc\x01\xa5\x70\x4d\x96\x4d\x71\xc5\x5d\x6f\xd5\xbe\xf1\xb8\x58\x9c\xff\x84\x5d\x43\x78\x17\x4a\xb2\x86\x3c\x39\x2c\x83\x6f\xd8\xba\x3c\x9b\x66\x53\xbc\x57\x15\x19\x47\x12\xc1\x48\xb2\xf0\x0d\x61\xd9\x89\xaa\xa1\xd3\xcb\x0c\x7f\x92\x75\x8a\x0d\x2e\xf2\x05\x9e\x47\x83\xc9\xf8\x34\x79\xf1\x26\x9b\xa2\xe7\x80\x56\xf4\x30\xec\x11\x1c\xc1\x37\xca\xa1\x56\x9a\x40\x0f\x15\x75\x1e\xca\xa0\xe2\xb6\xd3\x4a\x98\x8a\x70\x54\xbe\x49\x69\xc6\x20\x79\x36\xc5\xa7\x31\x04\x97\x5e\x28\x03\x81\x8a\xbb\x1e\x5c\x3f\xb6\x83\xf0\x09\x70\xfc\x34\xde\x77\xaf\x8b\xe2\x78\x3c\xe6\x22\x81\xcd\xd9\xee\x0b\x3d\x18\xba\xe2\xfd\xea\xea\x66\xbd\xbd\x99\x5f\xe4\x8b\xe4\xf2\xd1\x68\x72\x0e\x96\xfe\x0e\xca\x92\x44\xd9\x43\x74\x9d\x56\x95\x28\x35\x41\x8b\x23\xd8\x42\xec\x2d\x91\x84\xe7\x88\xf7\x68\x95\x57\x66\x3f\x83\xe3\xda\x1f\x85\xa5\x6c\x0a\xa9\x9c\xb7\xaa\x0c\xfe\x09\x59\x27\x74\xca\x3d\x31\x60\x03\x61\x30\x59\x6e\xb1\xda\x4e\x70\xb9\xdc\xae\xb6\xb3\x6c\x8a\xbb\xd5\xee\xed\xe6\xe3\x0e\x77\xcb\xdb\xdb\xe5\x7a\xb7\xba\xd9\x62\x73\x8b\xab\xcd\xfa\x7a\xb5\x5b\x6d\xd6\x5b\x6c\x7e\xc7\x72\xfd\x09\xef\x56\xeb\xeb\x19\x48\xf9\x86\x2c\xe8\xa1\xb3\x11\x3f\x5b\xa8\x48\x23\xc9\xc8\xd9\x96\xe8\x09\x80\x9a\x07\x40\xae\xa3\x4a\xd5\xaa\x82\x16\x66\x1f\xc4\x9e\xb0\xe7\x03\x59\xa3\xcc\x1e\x1d\xd9\x56\xb9\xd8\x4c\x07\x61\x64\x36\x85\x56\xad\xf2\xc2\xa7\x9b\x6f\x8a\xca\xb3\x44\xdf\x25\xb3\x77\xde\x8a\xce\x41\xe0\xea\xe6\xc3\x5b\x38\xb2\x07\xb2\x11\xc5\xca\xa3\xb2\x24\xa2\xac\xfc\x91\xb1\xd9\x5e\xbb\x58\xbb\xe6\x4a\x68\xb4\xa2\x6a\x94\xa1\xd9\x67\x93\xdb\xcb\x6b\x74\xcc\x3a\x26\x49\x9c\x0a\x23\x63\x4d\x6c\xbd\xc3\xb3\x52\x73\x75\xff\x0c\x92\x0e\xaa\xa2\xc1\x64\xd0\xe8\x1d\xa1\x0d\xee\x94\x09\xb5\x25\xd7\x0c\xa9\xa2\x7f\x94\x9a\xeb\x9d\xa7\x16\xd1\x65\x86\x92\x2a\x11\x85\xe8\x1a\xd5\x75\xb1\x6c\xe5\xb3\x29\x46\x5d\x99\xa8\x30\xb2\x38\x72\xd0\x12\xca\xc4\x98\x6e\x60\x52\xb5\x91\xad\xb2\xc7\x3f\x3f\x2e\x16\x7f\x5c\xc6\xdc\x69\x98\x86\xac\x05\xf9\xaa\xa8\xa8\x6b\xd2\x57\x5e\xb1\xa9\x33\xd7\x20\xff\x72\xcc\x5d\x83\xc9\x0f\xcf\x1b\x76\xde\x88\x96\x30\x57\x2f\x26\xc3\x34\x9a\x5a\xed\x83\xa5\x04\xd7\x79\x61\x3d\xa2\xd3\xbc\x65\x33\x84\x68\xd9\xfc\x1f\xe7\x8b\x87\xc1\x9f\x9d\xcc\xda\x7b\xa9\x2c\xe6\x1d\x8a\x83\xb0\x85\x56\xe5\x80\x91\x9d\x4c\x3f\xe6\x8b\xff\x7a\x38\x1f\x52\xb3\x93\x31\xf5\xe2\xc9\xe9\xfc\x7b\xb0\x6b\x87\x96\xbc\x90\xc2\x8b\x51\x08\x63\x11\xd2\xe5\xc3\xfa\xf9\x60\xa9\x13\xd1\x2f\x35\xfc\xc0\x3a\xb4\x84\x49\xcd\x3c\xc1\x73\x36\xba\x1f\x76\x80\x16\x3d\xd9\xd8\x9e\x9a\x84\x0f\xb1\x71\xb1\x09\x1c\xfb\xee\xe2\x36\xc8\xa6\xa7\x89\x85\xa1\x23\x59\x54\x5a\x91\xf1\xee\x45\xd4\xdd\x7a\xb3\xbb\x79\x8d\x63\x7c\x22\x89\x2b\xea\x1a\xdc\xc7\xfd\xa6\xd1\xb2\x0c\x9a\x92\x0a\x63\xbc\x48\x28\x7c\x23\x3c\x6c\x30\x2e\x5d\x0d\x71\xce\x32\x5b\x9e\xc4\x87\xf9\x3c\x35\x7f\x3e\x42\xf9\x82\x2d\x69\x12\x35\xf3\xd3\xba\x46\x1e\x86\xd2\xb2\x78\x02\x3b\x39\x68\x7b\x54\xe9\x60\xf2\x57\xa2\xe9\xe5\x77\x4d\x3e\xb3\x39\x9a\xd5\x2e\x16\x7c\xca\xf1\xb5\xd1\xa3\xb8\x11\x52\x88\xfb\x55\xd2\x43\xde\xf8\x56\x43\x19\xcf\xa9\xc6\x11\x59\x1a\x50\x2f\xee\x29\x8e\xee\xb1\x89\x4b\x39\x18\xaf\xf4\x23\x9b\x11\x8c\x84\x28\xf9\x90\xf6\x58\xcb\xc1\xf8\xb8\x1a\xe3\xc6\x3a\x87\xa3\x8a\xe3\x98\x3a\x04\x17\x84\xd6\x3d\xc8\x70\xd8\x37\x33\x94\xc1\xc3\xdb\x3e\x01\xa8\x95\x21\xaf\x74\x9f\x67\x4e\x13\x75\x38\xcf\x86\x74\x67\x83\x54\xeb\x38\x90\xf3\xf6\x6b\x89\xbf\x7e\xf5\xf3\x2f\xbf\x4e\x50\xb4\xc6\xbf\x81\xe4\x2c\x2e\x77\xaa\x1a\xc6\xe4\x4e\xa4\x0d\x9c\xd6\xda\xc8\x84\x67\x94\x84\xd0\x4d\x92\xd9\x29\x8d\x64\x43\xd9\xe0\xf3\x96\xb4\xe6\x24\x86\xb3\x09\x7e\x4b\x51\x8b\x2f\xe4\x64\x55\xd3\xb2\xc4\xab\x97\x2f\xbf\x79\x09\xa9\xe4\x74\x9d\x8d\xb1\x92\xa4\x54\xfc\xd3\x10\xb2\x4f\x93\x18\x11\x45\x38\x14\x15\x3f\x14\xe7\x6d\xa0\xcf\xb8\x47\x40\x8b\x01\xd1\xbf\x01\x00\x00\xff\xff\x01\x0a\xa4\xfe\x9a\x07\x00\x00") - -func testImagesVolumeRbdBootstrapShBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeRbdBootstrapSh, - "test/images/volume/rbd/bootstrap.sh", - ) -} - -func testImagesVolumeRbdBootstrapSh() (*asset, error) { - bytes, err := testImagesVolumeRbdBootstrapShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/rbd/bootstrap.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeRbdCephConfSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x93\x51\x4f\xe3\x38\x14\x85\xdf\xfd\x2b\xce\x36\xfb\xb0\x2b\x75\x93\x52\x01\x5a\xed\xaa\x23\x75\x0a\xa3\x89\x40\xad\x44\xca\x20\x84\x78\x70\x9c\x9b\xc4\xc8\xf1\xcd\xd8\x0e\x69\xe7\xd7\x8f\x92\x52\x31\x0c\xe4\xd1\xe7\xe4\xe6\xcb\x77\xe5\xe8\x8f\xa4\xf3\x2e\xc9\xb5\x4d\xc8\x3e\x23\x97\xbe\x16\x22\xc2\x8a\xdb\xbd\xd3\x55\x1d\x30\x9f\x9d\x9c\x61\x5b\x13\xae\xba\x9c\x9c\xa5\x40\x1e\xcb\x2e\xd4\xec\x7c\x2c\x22\x11\xe1\x5a\x2b\xb2\x9e\x0a\x74\xb6\x20\x87\x50\x13\x96\xad\x54\x35\x1d\x93\x29\xbe\x91\xf3\x9a\x2d\xe6\xf1\x0c\x7f\x0d\x85\xc9\x4b\x34\xf9\xfb\x7f\x11\x61\xcf\x1d\x1a\xb9\x87\xe5\x80\xce\x13\x42\xad\x3d\x4a\x6d\x08\xb4\x53\xd4\x06\x68\x0b\xc5\x4d\x6b\xb4\xb4\x8a\xd0\xeb\x50\x8f\x9f\x79\x19\x12\x8b\x08\xf7\x2f\x23\x38\x0f\x52\x5b\x48\x28\x6e\xf7\xe0\xf2\xd7\x1e\x64\x18\x81\x87\xa7\x0e\xa1\xfd\x2f\x49\xfa\xbe\x8f\xe5\x08\x1b\xb3\xab\x12\x73\x28\xfa\xe4\x3a\x5d\x5d\xae\xb3\xcb\x7f\xe6\xf1\x6c\x7c\xe5\xd6\x1a\xf2\x1e\x8e\xbe\x77\xda\x51\x81\x7c\x0f\xd9\xb6\x46\x2b\x99\x1b\x82\x91\x3d\xd8\x41\x56\x8e\xa8\x40\xe0\x81\xb7\x77\x3a\x68\x5b\x4d\xe1\xb9\x0c\xbd\x74\x24\x22\x14\xda\x07\xa7\xf3\x2e\xbc\x91\x75\xa4\xd3\xfe\x4d\x81\x2d\xa4\xc5\x64\x99\x21\xcd\x26\xf8\xbc\xcc\xd2\x6c\x2a\x22\xdc\xa5\xdb\xaf\x9b\xdb\x2d\xee\x96\x37\x37\xcb\xf5\x36\xbd\xcc\xb0\xb9\xc1\x6a\xb3\xbe\x48\xb7\xe9\x66\x9d\x61\xf3\x05\xcb\xf5\x3d\xae\xd2\xf5\xc5\x14\xa4\x43\x4d\x0e\xb4\x6b\xdd\xc0\xcf\x0e\x7a\xd0\x48\xc5\xe0\x2c\x23\x7a\x03\x50\xf2\x01\xc8\xb7\xa4\x74\xa9\x15\x8c\xb4\x55\x27\x2b\x42\xc5\xcf\xe4\xac\xb6\x15\x5a\x72\x8d\xf6\xc3\x32\x3d\xa4\x2d\x44\x04\xa3\x1b\x1d\x64\x18\x4f\xde\xfd\x54\x2c\x46\x7d\x2b\xb6\xa5\xae\x3a\x47\x1e\x09\x05\x95\x28\x6a\xeb\x58\xb1\x2d\x51\x3a\x6e\x20\x11\xa8\x69\x8d\x0c\xc3\x2a\x85\x20\x55\x33\x26\xe2\xa1\x32\x9c\x4b\xf3\x28\x64\x17\x6a\x28\xd3\xf9\x40\xee\x75\x05\x0b\x58\xb6\x74\x08\x3d\xb9\x67\xad\xe8\xe3\x50\x19\x4d\x36\xbc\xcb\xc4\x43\xc3\x36\x96\x8f\xa2\x66\x1f\xb0\xc0\xc0\x94\xf3\x4e\x34\x83\xf8\xa2\x70\x58\xe0\xcf\x13\x21\x1e\xd8\x17\x8f\x82\x7d\x81\x27\xee\x9c\x95\x06\x5e\xff\x20\x2c\x70\x32\xff\x57\x1c\x8f\x0a\xcd\x58\xa0\x94\xc6\xd3\x70\x79\xa4\x31\xdc\xc3\x75\x76\x54\xc6\x16\xb4\x0b\xa7\xe3\x8c\x46\xee\xc0\xf9\x13\xa9\x00\x2b\x1b\x82\x21\x8b\x05\xe6\x67\xe7\x1f\xa5\xbe\x95\xea\x58\x39\x3f\x3d\xa0\xc4\xb3\x03\xcc\x6f\xd0\x13\x7c\x7a\x35\xfb\xaa\x57\x88\x9f\x01\x00\x00\xff\xff\x07\xbb\xe8\x40\xdf\x03\x00\x00") - -func testImagesVolumeRbdCephConfShBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeRbdCephConfSh, - "test/images/volume/rbd/ceph.conf.sh", - ) -} - -func testImagesVolumeRbdCephConfSh() (*asset, error) { - bytes, err := testImagesVolumeRbdCephConfShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/rbd/ceph.conf.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeRbdCreate_blockSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x93\x5f\x6f\xdb\x36\x14\xc5\xdf\xf9\x29\x4e\xa5\x00\x4d\xb0\x44\xfe\x03\xec\xa5\x83\x3b\x38\x8d\x87\x0a\xad\x1d\xc0\x56\xd7\xf5\x69\xa0\xa4\x2b\x89\x08\x45\x6a\xe4\x95\x1d\x67\xdd\x77\x1f\x28\xd9\x6d\xb2\x3e\x4c\x8f\xe2\xe1\xe1\xef\x9e\x7b\x6f\xfc\x6a\xd2\x7b\x37\xc9\x95\x99\x90\xd9\x23\x97\xbe\x11\x22\xc6\x3b\xdb\x1d\x9d\xaa\x1b\xc6\x7c\x3a\xfb\x19\x59\x43\xf8\xd0\xe7\xe4\x0c\x31\x79\x2c\x7b\x6e\xac\xf3\x89\x88\x45\x8c\x8f\xaa\x20\xe3\xa9\x44\x6f\x4a\x72\xe0\x86\xb0\xec\x64\xd1\xd0\xf9\xe4\x1a\xbf\x93\xf3\xca\x1a\xcc\x93\x29\x2e\x83\x20\x3a\x1d\x45\x57\xbf\x88\x18\x47\xdb\xa3\x95\x47\x18\xcb\xe8\x3d\x81\x1b\xe5\x51\x29\x4d\xa0\xc7\x82\x3a\x86\x32\x28\x6c\xdb\x69\x25\x4d\x41\x38\x28\x6e\x86\x67\x4e\x26\x89\x88\xf1\xe5\x64\x61\x73\x96\xca\x40\xa2\xb0\xdd\x11\xb6\x7a\xae\x83\xe4\x01\x38\x7c\x0d\x73\xf7\x66\x32\x39\x1c\x0e\x89\x1c\x60\x13\xeb\xea\x89\x1e\x85\x7e\xf2\x31\x7d\xb7\xda\xec\x56\x37\xf3\x64\x3a\x5c\xf9\x64\x34\x79\x0f\x47\x7f\xf5\xca\x51\x89\xfc\x08\xd9\x75\x5a\x15\x32\xd7\x04\x2d\x0f\xb0\x0e\xb2\x76\x44\x25\xd8\x06\xde\x83\x53\xac\x4c\x7d\x0d\x6f\x2b\x3e\x48\x47\x22\x46\xa9\x3c\x3b\x95\xf7\xfc\x22\xac\x33\x9d\xf2\x2f\x04\xd6\x40\x1a\x44\xcb\x1d\xd2\x5d\x84\xdb\xe5\x2e\xdd\x5d\x8b\x18\x9f\xd3\xec\xfd\xfd\xa7\x0c\x9f\x97\xdb\xed\x72\x93\xa5\xab\x1d\xee\xb7\x78\x77\xbf\xb9\x4b\xb3\xf4\x7e\xb3\xc3\xfd\x6f\x58\x6e\xbe\xe0\x43\xba\xb9\xbb\x06\x29\x6e\xc8\x81\x1e\x3b\x17\xf8\xad\x83\x0a\x31\x52\x19\x32\xdb\x11\xbd\x00\xa8\xec\x08\xe4\x3b\x2a\x54\xa5\x0a\x68\x69\xea\x5e\xd6\x84\xda\xee\xc9\x19\x65\x6a\x74\xe4\x5a\xe5\x43\x33\x3d\xa4\x29\x45\x0c\xad\x5a\xc5\x92\x87\x3f\x3f\x14\x95\x0c\xb3\xe4\x48\x32\x21\xd7\xb6\x78\x48\x58\xba\xa4\x7e\x1a\x7b\x28\xe1\x5b\xa9\x35\xe8\x91\xe7\x43\xbf\xfd\xd1\x33\xb5\x81\x2d\x65\xb4\xbd\x67\xe4\x04\xd7\x1b\x48\x0f\x67\x2d\xe3\x92\x2d\x5a\xdb\x1b\x1e\x0d\x5e\xdf\x58\x68\x6b\xbb\xd7\x57\xaf\xc2\x43\xab\x47\xc5\x21\xb7\x00\x50\x29\xe7\x19\xe4\x9c\x75\x89\xf0\xc4\xb8\x21\x21\xd6\x9b\xec\x2e\xdd\x2e\xa2\x8b\xcb\xf6\x81\xa9\xed\x70\x53\x5e\x45\x42\x14\x9a\xa4\xe9\xbb\xcb\x2b\xf1\xb7\x08\xc3\x11\x63\x2d\x1f\x08\xbe\x77\x84\x03\xc1\x11\xf7\x6e\x74\x1d\x57\x82\xc2\x3b\x85\x2d\x69\x50\x6f\x57\xd9\xe2\xe2\xd7\xd3\xc5\x9d\xd2\x64\x58\x1f\xe1\xa8\xb5\x7b\x02\xed\xc9\x1d\xb9\x09\xd1\x49\x53\x42\xd5\xc6\x3a\x1a\xb1\xfc\x70\x25\xa0\xfd\x34\x1a\x0d\x4b\xd8\x8f\xe5\x45\x17\x23\x6b\x84\xf9\xdb\x49\x49\xfb\x89\xe9\xb5\xfe\xae\x72\x6d\xa9\xdc\xff\x8b\xc6\xcc\x7f\x38\x1d\xf8\x2f\xb6\xab\x4c\xfc\x23\x04\x3b\xd9\xe1\x94\x00\xb2\xd5\x76\x8d\xd5\x1f\x69\xf6\xac\x6f\xb3\xf9\x74\x7d\x8b\x92\xf6\xea\xbc\x7b\xa1\x5f\x22\xc6\xe5\xde\xea\xbe\xa5\x3f\x95\x05\x93\x67\x0f\x13\xc6\x5f\x32\x34\x49\xcf\x98\x4d\xa7\xeb\xdb\x2b\x51\x96\x50\xd5\x62\x00\x78\x22\x67\x61\xab\xc5\x48\xe5\x89\x1e\x16\xb3\xf9\x14\x45\xa8\x78\x31\x43\xee\x17\xb3\xb5\x68\x1f\x2a\x9f\x0c\x13\x31\xc8\x02\xc8\x32\x78\x98\x92\x1e\x93\x86\x5b\x3d\x2c\x18\x8b\x31\xa7\xd3\x00\x9c\x0a\xfd\x16\x88\xa0\xa2\xb1\x88\xde\x93\xd6\x16\x95\xb3\x2d\xb6\xb7\x77\x11\xde\x7e\x53\x4c\xbe\xfb\x45\xe2\xbf\x99\x0b\x71\x8e\xee\x3c\xae\xcf\x12\xc4\xd7\xaf\x78\x23\x58\x3a\x14\xd5\xd3\x4b\xd5\x08\xfc\x6f\x00\x00\x00\xff\xff\xfa\xac\xf9\xe3\x52\x05\x00\x00") - -func testImagesVolumeRbdCreate_blockShBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeRbdCreate_blockSh, - "test/images/volume/rbd/create_block.sh", - ) -} - -func testImagesVolumeRbdCreate_blockSh() (*asset, error) { - bytes, err := testImagesVolumeRbdCreate_blockShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/rbd/create_block.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeRbdKeyring = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8a\xce\xcd\xcf\xd3\x8b\xe5\x52\x80\x82\xec\xd4\x4a\x05\x5b\x05\xc7\x40\x97\xa0\x22\x6f\xbf\x30\xb3\x2a\x93\x50\xe7\x0c\x47\x47\xa7\xaa\x00\xc3\xa8\xca\xca\xe2\x90\x50\x93\x82\xac\xf4\x2c\x3f\xff\x34\xfd\x02\x63\x47\x5b\x5b\xae\xe8\xe4\x9c\xcc\xd4\xbc\x12\xbd\xc4\x94\xdc\xcc\x3c\x5c\xa6\x24\xb9\xa6\x96\x81\x4c\x71\xcd\x0d\x72\xd6\x2e\x08\xd7\xf7\x76\x0a\xf3\xa8\x48\x34\x28\xd7\x0f\xf0\xf7\xf4\x01\x99\x02\xd3\x96\x58\x9a\x99\xa2\x60\xab\x60\x00\x17\x48\x4e\x2c\x28\x56\xc8\x4d\x29\x56\xb0\x55\x50\x4a\xcc\xc9\xc9\x2f\x57\xd0\x52\x42\x93\xcc\xcf\xc3\x2d\x99\x5f\x9c\x82\x22\x09\x08\x00\x00\xff\xff\x71\x6c\x55\x44\xec\x00\x00\x00") - -func testImagesVolumeRbdKeyringBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeRbdKeyring, - "test/images/volume/rbd/keyring", - ) -} - -func testImagesVolumeRbdKeyring() (*asset, error) { - bytes, err := testImagesVolumeRbdKeyringBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/rbd/keyring", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeRbdMonSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x94\x94\x5f\x6f\xdb\x36\x14\xc5\xdf\xf9\x29\xce\xac\x02\x4d\x80\xc8\x4a\x03\xec\x5f\xf7\xe4\xa5\x19\x66\xb4\xb3\x81\xd8\x5d\xd1\x47\x8a\xbc\x92\x2e\x22\x91\x1c\x79\x15\x55\x18\xf6\xdd\x07\xc9\x71\x61\x23\x1b\x8a\xf8\x85\x34\xcf\xb9\x87\x3f\x5e\x12\xca\xbe\x2b\xfa\x14\x8b\x92\x5d\x41\xee\x11\xa5\x4e\x8d\x52\x19\x6e\x7d\x18\x23\xd7\x8d\xe0\xe6\xfa\xcd\xf7\xd8\x37\x84\xf7\x7d\x49\xd1\x91\x50\xc2\xaa\x97\xc6\xc7\xb4\x54\x99\xca\xf0\x81\x0d\xb9\x44\x16\xbd\xb3\x14\x21\x0d\x61\x15\xb4\x69\xe8\xa8\x5c\xe1\x4f\x8a\x89\xbd\xc3\xcd\xf2\x1a\x17\x93\x61\xf1\x24\x2d\x2e\x7f\x51\x19\x46\xdf\xa3\xd3\x23\x9c\x17\xf4\x89\x20\x0d\x27\x54\xdc\x12\xe8\x8b\xa1\x20\x60\x07\xe3\xbb\xd0\xb2\x76\x86\x30\xb0\x34\xf3\x36\x4f\x21\x4b\x95\xe1\xf3\x53\x84\x2f\x45\xb3\x83\x86\xf1\x61\x84\xaf\x4e\x7d\xd0\x32\x03\x4f\xbf\x46\x24\xbc\x2d\x8a\x61\x18\x96\x7a\x86\x5d\xfa\x58\x17\xed\xc1\x98\x8a\x0f\xeb\xdb\xbb\xcd\xee\x2e\xbf\x59\x5e\xcf\x25\x1f\x5d\x4b\x29\x21\xd2\x5f\x3d\x47\xb2\x28\x47\xe8\x10\x5a\x36\xba\x6c\x09\xad\x1e\xe0\x23\x74\x1d\x89\x2c\xc4\x4f\xbc\x43\x64\x61\x57\x5f\x21\xf9\x4a\x06\x1d\x49\x65\xb0\x9c\x24\x72\xd9\xcb\x59\xb3\x8e\x74\x9c\xce\x0c\xde\x41\x3b\x2c\x56\x3b\xac\x77\x0b\xfc\xba\xda\xad\x77\x57\x2a\xc3\xa7\xf5\xfe\xf7\xed\xc7\x3d\x3e\xad\xee\xef\x57\x9b\xfd\xfa\x6e\x87\xed\x3d\x6e\xb7\x9b\x77\xeb\xfd\x7a\xbb\xd9\x61\xfb\x1b\x56\x9b\xcf\x78\xbf\xde\xbc\xbb\x02\xb1\x34\x14\x41\x5f\x42\x9c\xf8\x7d\x04\x4f\x6d\x24\x3b\xf5\x6c\x47\x74\x06\x50\xf9\x03\x50\x0a\x64\xb8\x62\x83\x56\xbb\xba\xd7\x35\xa1\xf6\x8f\x14\x1d\xbb\x1a\x81\x62\xc7\x69\xba\xcc\x04\xed\xac\xca\xd0\x72\xc7\xa2\x65\x5e\x79\x76\xa8\xa5\x9a\xdb\x77\xeb\x5d\xc5\x75\x1f\x69\x2e\x42\xab\x7b\x67\x9a\xe9\x0f\x1c\x0d\xf8\x63\xbb\x99\x5e\x92\xca\xd0\x79\xc7\xe2\x23\x12\x49\x1f\x54\xe7\x5d\xa7\x83\x78\xdf\x22\xcf\x4d\x24\x2d\x34\x4d\x5a\x5f\x96\x14\x91\xe7\x55\x62\x8b\xc5\xab\x8b\xbe\x67\x5b\x93\xbb\x5c\x20\xcf\xb5\xb5\xd0\x58\xbc\xfa\xfb\xcd\x3f\x8b\xb7\x3f\xfc\xf8\xd3\xcf\x28\x48\x4c\x61\x28\x34\xc5\x21\x4f\x75\x0f\x96\x23\x8a\x47\x1d\x8b\x96\xcb\xaf\xd2\x3c\xc9\xb5\x9a\x87\xce\x3b\xe4\x0c\x8d\x3c\xef\x1e\xaa\x34\x0d\x73\xf1\xb3\x34\xe4\x0f\xff\x11\xf5\x40\x63\x64\x57\x2b\x13\xfe\x5f\x7c\x01\xc1\x4b\xb6\x3e\x64\x7c\x25\x50\x19\x4c\xcb\xe4\xe4\xd0\x53\x5c\x34\xda\xd9\xf1\xf2\x1b\x64\xc7\x9d\xa6\xf2\xc3\xab\xe0\x04\xa1\x24\x18\x08\x83\x76\x02\xf1\x33\x26\x7c\xb2\xa8\x49\x4c\xec\x53\x33\x33\x79\x14\xd2\x85\x62\x5e\x30\x6a\x1e\x0e\x37\x68\x4f\x85\x73\x9f\x55\xd3\xe7\x23\x67\xbc\x4e\x45\x12\x0a\x30\x8d\xf7\x89\x5a\xd2\x15\x2a\x8e\x49\x1c\xae\x21\x63\x20\x34\x3e\xc9\x37\x2c\x3e\xd9\xe2\xf5\x59\xf8\x09\x84\x39\x15\x9e\xc1\x1e\x0f\x94\x4e\x0f\xc4\x67\x9e\x7f\x03\x00\x00\xff\xff\x24\x3c\x05\xf8\x2f\x05\x00\x00") - -func testImagesVolumeRbdMonShBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeRbdMonSh, - "test/images/volume/rbd/mon.sh", - ) -} - -func testImagesVolumeRbdMonSh() (*asset, error) { - bytes, err := testImagesVolumeRbdMonShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/rbd/mon.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testImagesVolumeRbdOsdSh = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x92\xcf\x6f\x9b\x4e\x10\xc5\xef\xfc\x15\xef\x0b\x5f\x29\x6d\x65\x43\x12\xa9\x97\x56\x39\xb8\x4e\xaa\xa2\x44\xb6\x14\x9c\x46\x39\x2e\x30\xb0\x23\xaf\x77\xe9\xfe\x08\xb6\xaa\xfe\xef\xd5\x62\x47\x4a\xd4\x1e\xca\x05\x86\x79\x6f\xe6\xc3\x63\xb3\xff\x8a\xe0\x6c\x51\xb3\x2e\x48\x3f\xa3\x16\x4e\x26\x49\x86\xa5\x19\x0e\x96\x7b\xe9\x71\x79\x7e\xf1\x11\x1b\x49\xb8\x0d\x35\x59\x4d\x9e\x1c\x16\xc1\x4b\x63\x5d\x9e\x64\x49\x86\x3b\x6e\x48\x3b\x6a\x11\x74\x4b\x16\x5e\x12\x16\x83\x68\x24\xbd\x74\x66\xf8\x4e\xd6\xb1\xd1\xb8\xcc\xcf\xf1\x2e\x0a\xd2\x53\x2b\x7d\xff\x39\xc9\x70\x30\x01\x3b\x71\x80\x36\x1e\xc1\x11\xbc\x64\x87\x8e\x15\x81\xf6\x0d\x0d\x1e\xac\xd1\x98\xdd\xa0\x58\xe8\x86\x30\xb2\x97\xd3\x9a\xd3\x90\x3c\xc9\xf0\x74\x1a\x61\x6a\x2f\x58\x43\xa0\x31\xc3\x01\xa6\x7b\xad\x83\xf0\x13\x70\xbc\xa4\xf7\xc3\xa7\xa2\x18\xc7\x31\x17\x13\x6c\x6e\x6c\x5f\xa8\xa3\xd0\x15\x77\xe5\xf2\x66\x55\xdd\xcc\x2f\xf3\xf3\xc9\xf2\xa0\x15\x39\x07\x4b\x3f\x02\x5b\x6a\x51\x1f\x20\x86\x41\x71\x23\x6a\x45\x50\x62\x84\xb1\x10\xbd\x25\x6a\xe1\x4d\xe4\x1d\x2d\x7b\xd6\xfd\x0c\xce\x74\x7e\x14\x96\x92\x0c\x2d\x3b\x6f\xb9\x0e\xfe\x4d\x58\x2f\x74\xec\xde\x08\x8c\x86\xd0\x48\x17\x15\xca\x2a\xc5\x97\x45\x55\x56\xb3\x24\xc3\x63\xb9\xf9\xb6\x7e\xd8\xe0\x71\x71\x7f\xbf\x58\x6d\xca\x9b\x0a\xeb\x7b\x2c\xd7\xab\xeb\x72\x53\xae\x57\x15\xd6\x5f\xb1\x58\x3d\xe1\xb6\x5c\x5d\xcf\x40\xec\x25\x59\xd0\x7e\xb0\x91\xdf\x58\x70\x8c\x91\xda\x98\x59\x45\xf4\x06\xa0\x33\x47\x20\x37\x50\xc3\x1d\x37\x50\x42\xf7\x41\xf4\x84\xde\x3c\x93\xd5\xac\x7b\x0c\x64\x77\xec\xe2\xcf\x74\x10\xba\x4d\x32\x28\xde\xb1\x17\x7e\x7a\xf3\xc7\x47\xe5\xc9\x14\xdf\xd2\xe8\x8e\xfb\x60\x69\x32\x41\x89\xa0\x1b\x19\x0b\x68\x1a\xb1\xae\xae\xe3\x49\x4a\x1a\x1a\x24\x8c\x6b\xd1\x58\x12\x9e\xa6\x7a\x1e\xeb\x39\x23\xfd\xff\xe7\xc5\xaf\x14\xf3\xf9\x6e\xdb\xb9\xe9\xb6\xa5\xc3\xd1\x21\x82\x97\x10\x6d\x8b\xd4\xb8\x36\x3f\xea\xa2\xeb\x4c\x28\x65\x46\x7c\x38\xc3\xce\xe8\x97\xca\x8e\xfb\xb3\x69\x5e\xf1\x2c\x6c\xa1\xb8\x2e\xe2\x8c\xc2\xb8\x76\x7a\x98\x47\x7b\xb1\xa5\x83\x65\xdd\xa7\xaf\x89\x82\x3b\x2d\x39\x2e\xb8\x80\x35\xc6\x5f\xb5\xd4\x89\xa0\x3c\xa4\x71\xfe\x2a\xaa\x6b\xb3\xff\x2b\xf7\xf6\x1f\x37\xfe\x0e\x00\x00\xff\xff\x5d\x88\x53\x6c\x8f\x03\x00\x00") - -func testImagesVolumeRbdOsdShBytes() ([]byte, error) { - return bindataRead( - _testImagesVolumeRbdOsdSh, - "test/images/volume/rbd/osd.sh", - ) -} - -func testImagesVolumeRbdOsdSh() (*asset, error) { - bytes, err := testImagesVolumeRbdOsdShBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/images/volume/rbd/osd.sh", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlAdminDaemonYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x8e\x31\x4e\x04\x31\x0c\x45\xfb\x9c\xc2\x17\x18\xed\x52\x6e\x6a\x4a\x0a\x24\x24\x7a\x93\xf9\x62\x22\x26\x71\x64\x9b\x15\xc7\x47\x61\x86\xec\x20\x81\x70\x15\xe5\xdb\xef\x7d\x6e\xf9\x19\x6a\x59\x6a\x24\x6e\xcd\x4e\xd7\xbb\xf0\x96\xeb\x1c\xe9\x9e\x51\xa4\x3e\xc1\x43\x81\xf3\xcc\xce\x31\x10\x55\x2e\x88\xd4\x54\x0a\x7c\xc1\xbb\x4d\x55\x66\x4c\xf8\x68\xa2\x0e\x0d\xd6\x90\xfa\x9a\x61\x45\x72\xd1\xfe\x26\x2a\xec\x69\x79\xe0\x17\xac\xb6\x7d\x10\xcd\x5f\xf4\x8d\x34\x18\x81\xc8\x51\xda\xca\x8e\xfd\xf0\x60\xee\xf3\x8f\x7d\x5b\x5a\x7f\x88\xfe\x56\x11\x7d\xb7\xed\x93\xa4\x3a\xe7\x0a\x1d\x97\xd3\xae\x4b\x83\x94\x0b\xbf\xee\xfe\xd3\xad\xc4\x88\x7b\x8b\x83\x77\xba\x31\x1f\x45\x3d\xd2\xe5\x7c\x39\x8f\x94\x68\x11\xf3\x5f\x83\x4d\x6b\xd0\x2b\xb4\x33\xc3\x67\x00\x00\x00\xff\xff\xb0\x5f\x4e\x5d\xa5\x01\x00\x00") - -func testFixturesDocYamlAdminDaemonYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlAdminDaemonYaml, - "test/fixtures/doc-yaml/admin/daemon.yaml", - ) -} - -func testFixturesDocYamlAdminDaemonYaml() (*asset, error) { - bytes, err := testFixturesDocYamlAdminDaemonYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/admin/daemon.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlAdminHighAvailabilityEtcdYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x94\x3f\x6f\xdb\x3c\x10\x87\x77\x7d\x0a\x0e\xef\x2a\xc9\xf6\x3b\x24\xe1\x56\x34\x1e\x82\x22\xb6\xd1\x16\x01\x3a\x05\x34\x75\x88\x09\x53\xa4\x70\x3c\xa9\x08\x8a\x7c\xf7\x82\x92\x42\xfd\xb3\x65\xa8\xa3\x78\xfc\x3d\x3c\x1f\x1f\x5a\x14\xea\x05\xd0\x29\x6b\x38\xab\xd6\xd1\x59\x99\x8c\xb3\x83\xcd\xa2\x1c\x48\x64\x82\x04\x8f\x18\x33\x22\x07\xce\x80\x64\x16\x3b\xc0\x0a\x30\x72\x05\x48\x5f\x39\x59\x47\x3b\xa0\xdf\x16\xcf\x9c\x11\x96\x10\x31\x26\xad\x21\xa1\x0c\xa0\xf3\x3b\x62\xa6\x72\xf1\x06\x9c\x9d\xef\x5d\xf2\x26\x31\x51\x36\xf5\x24\xbe\x49\x56\xc9\x43\xc4\xd8\x00\x1f\xb2\x75\x41\xda\x3c\x17\x26\xe3\xf5\x47\xcc\xd2\xd2\x61\xaa\xad\x14\x3a\x3d\x2a\x53\x53\xda\x4a\x1c\x7b\x46\xfb\xf1\xdf\x9f\xdd\xfe\x71\xfb\xba\xfb\xf2\xbc\xfd\x08\x75\x65\x14\x29\xa1\x63\x91\x55\x80\xa4\x1c\xc4\x05\x00\xc6\x25\x6a\xd7\xee\x39\x11\x15\x3c\x4d\xdb\xf4\xd3\xe1\x83\x6f\xfe\xbf\x5f\x05\x80\x56\x8e\xc0\x2c\x4d\x75\xc7\x49\xad\xc0\xd0\xad\xe8\xdd\xc3\xf8\xc0\xab\xb9\xf5\xe6\x2e\x59\x25\xab\x64\x3d\x8c\xf9\x3b\x8b\x33\x85\x9f\x33\xab\x04\xd6\x93\x4a\x7d\xa1\xdb\xa5\x9c\xb4\x15\xe0\x7b\x98\xd9\xe3\xd3\x8f\xaf\xfb\x97\xed\xf7\x5f\xaf\x3f\xf7\xdf\xb6\xbb\x66\x72\x85\x45\x72\x9f\xe3\x0f\x77\x73\xb0\x48\x9c\x85\xdf\xd9\x58\x30\x59\x6c\x6e\xb5\xf1\xc5\x73\xae\x51\xda\xde\x87\x94\xb0\xd8\x50\x9a\x21\x04\x4a\x65\x75\x99\xc3\xb3\x2d\x4d\xd7\x5d\xee\xbf\x0e\x82\x4e\xbc\xfb\xcd\x03\x46\x25\xb0\x67\x4c\x7f\x3b\x90\x4c\x9d\xd3\x83\xdd\x40\xb2\x5b\x42\x10\xd9\xde\xe8\xf7\xa0\xf8\x98\xe0\xc5\x74\x27\x81\x30\xe1\x94\x0e\xeb\xc2\x02\x98\xef\x7e\x8c\xa9\x04\x2e\x6d\xe7\x42\x23\xcb\x08\x5a\x1d\x2f\x51\xb4\x3a\x2e\x05\xd5\x4f\xd6\x16\x60\x2e\xe1\x7c\x71\x58\xbb\x09\xf5\x17\x76\x09\x07\x24\xff\x81\x54\x9c\x55\x4a\xed\xeb\xea\x91\x8a\xb3\xea\x56\x27\xa0\x46\xc1\xf6\x1f\xae\x36\xd7\x03\xdb\xdd\xc5\x50\xc3\xee\xe9\x8d\x4d\xbc\x1a\xed\x2b\x39\x12\xf2\x6a\x66\x2a\xe1\x25\x05\x67\xbb\x1d\x06\x83\x74\xf3\x47\x4e\x0e\xbb\x9d\xe9\xab\x35\x15\x6b\x3e\x3a\x91\xe9\x9a\x4a\xb3\xc3\x9d\x02\x06\xf2\xcc\x66\xfb\xc2\x8c\x75\xf9\x1b\x00\x00\xff\xff\xfe\xad\x78\xd0\x50\x07\x00\x00") - -func testFixturesDocYamlAdminHighAvailabilityEtcdYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlAdminHighAvailabilityEtcdYaml, - "test/fixtures/doc-yaml/admin/high-availability/etcd.yaml", - ) -} - -func testFixturesDocYamlAdminHighAvailabilityEtcdYaml() (*asset, error) { - bytes, err := testFixturesDocYamlAdminHighAvailabilityEtcdYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/admin/high-availability/etcd.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlAdminHighAvailabilityKubeApiserverYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x95\xcf\x8e\xdb\x36\x10\xc6\xef\x7e\x0a\x9e\x7a\x5a\xea\x8f\xe3\xee\x7a\x05\x68\x81\x22\x45\x4e\x69\xb2\x4d\x80\x5e\x03\x9a\x9a\xc8\x84\x28\x52\x98\x19\x69\xeb\xb7\x2f\x48\x3b\x5a\x5b\x92\xbd\xd8\x1e\x35\x33\xdf\x6f\x86\xa3\x8f\x92\xea\xcc\x3f\x80\x64\xbc\x2b\xc4\x90\xaf\x1a\xe3\xaa\x42\x3c\xfb\x6a\xd5\x02\xab\x4a\xb1\x2a\x56\x42\x38\xd5\x42\x21\x9a\x7e\x07\x52\x75\x86\x00\x07\xc0\x15\x75\xa0\x43\x72\xef\x89\xbf\x00\xbf\x78\x6c\x0a\xc1\xd8\xc3\x4a\x08\xed\x1d\x2b\xe3\x00\x29\x54\xc8\x65\x80\x10\x42\x98\x56\xd5\x21\xb3\xa5\xa4\xd6\x98\x18\x9f\x5e\x16\x15\x8f\xf7\xdb\x0c\x1e\xb6\x6b\xc8\xb6\x2a\x57\xb9\x7e\xdc\xe8\xfb\xdf\xef\xf3\xc7\x2c\xcb\xf3\x5d\x95\xad\x23\x45\xfb\xb6\x55\xae\x2a\xe2\x83\x14\xe9\xce\xb8\x94\xf6\xa7\x27\xa9\x7f\x85\x7b\xc2\xd4\x7a\xad\x6c\x2c\xb8\x6c\x24\xa4\x54\x55\x85\x40\x54\xe6\xeb\x87\x24\x4b\xb2\x24\x17\x52\x02\xeb\x4a\x1e\x2b\xa8\xdc\x33\x77\x45\x9a\x8e\xf9\x62\x93\x65\x79\x84\x0b\x21\xa5\xb6\xbe\xaf\x64\x87\x7e\x30\x15\x60\x59\x6b\x88\x61\x55\xb5\x86\xc2\x7e\x65\x58\x0a\x7a\x5b\x7e\x51\x2d\x50\xa7\x34\x7c\x36\x3f\x41\x1f\xb4\x85\xbb\xcf\xa6\x35\xfc\x4d\xb9\x1a\xf0\xee\x3b\xe8\x1e\x0d\x1f\x3e\x7a\xc7\xf0\x2f\xff\x09\xee\x70\xf7\x1d\x70\x30\x1a\xfe\xd0\xda\xf7\x8e\xef\xbe\x01\xf9\x1e\x35\xfc\xdd\x7b\x56\xe3\x00\x74\x2c\x92\xda\xf6\xc4\x80\xd2\x74\x12\x03\xb2\xcc\xb3\x38\x6f\x96\xe6\xf7\x71\x4e\x03\x8e\xa5\x56\xf2\xa7\xb1\x50\xa6\x84\x43\xdc\x05\x3a\x60\xa0\x54\xab\x44\x23\x8f\xd0\x9d\x22\xa3\xa5\xea\x79\xbf\x5c\x1e\xf3\x3f\x42\x3e\xd1\x34\x44\xfc\xb1\x7b\x78\xe5\x25\xac\x41\x32\x10\xcb\xdd\xae\x47\x47\x23\x95\x2d\x49\x0d\xc8\xcb\xcc\xe3\xbe\x93\x50\x70\xaa\xed\xd0\x0c\x8a\x41\x36\x70\xb8\x29\x69\xe0\x70\xb6\x0e\xdd\x23\xc8\xce\x23\x97\x9b\xcd\x87\x40\xf2\x0d\xb8\x1b\x67\x69\x9c\x7f\x71\x3f\x62\x15\xc5\xd3\x08\x29\x87\x72\x3d\x12\x95\xb5\xfe\x25\xce\x62\x2c\xd4\x50\x95\x9f\x94\x25\x10\xf9\xd3\x53\x3a\xa8\x60\xad\x7a\x62\xaa\xc4\xfa\x5a\xac\x9f\x7e\x3b\x9a\x24\x4c\x42\xbf\x3c\x3a\xde\x90\x67\x8f\x5c\x88\xcd\xe6\xc3\xa9\x4d\xb8\x4e\xd3\xd8\xf1\xfa\x04\xfb\xd1\xb2\xfc\x21\xdb\x66\x33\xfd\x59\xf0\x15\xb0\xac\xdf\x2e\xe9\xb7\x53\x7d\xbc\x3b\x31\x32\x78\xdb\xb7\xf0\x57\x30\xe3\x78\xa2\x36\x3c\x3d\x2b\xde\x17\x62\xb2\xd8\x0b\x08\xe1\x10\x32\xa7\x18\x82\xaa\xbe\x3a\x7b\x18\xbf\x1c\x53\xd2\xf5\xc5\x4e\x46\xab\xc3\x2b\x5d\x00\x00\xeb\x94\xc8\x5e\x54\x03\xeb\xd7\xd0\x9b\x23\x84\xcf\x06\xed\x15\xc2\x8c\xd3\x13\xc6\xc4\x3b\x60\xe1\x3c\x53\xcc\xa0\xf0\xbd\xe3\x2c\x0c\xf2\x3e\x82\x35\xbb\x25\x8a\x35\xbb\xf7\x82\xe2\x07\xd5\x77\xe0\x96\x70\x21\x79\x99\x7b\x13\x1a\x5e\xd8\x12\x0e\x58\xff\x0f\x52\xd7\x98\x94\x2d\x4d\x49\x5d\x63\x5e\xa3\x33\xd0\xd1\xde\xa7\x7f\x57\xbc\x10\x01\x78\xaa\xee\xae\x5a\x7c\x6a\xf0\xab\xda\x37\x4d\xcd\x87\x0e\x0a\xf1\xc9\x58\xf8\x8a\x1f\x11\x14\xc3\x6a\xc9\xeb\x57\x1b\x9c\x9b\x7e\x62\xf9\xab\x9a\xb9\xcd\x97\x4c\x7e\xf3\x4c\x97\xc2\xd1\xd6\xb7\x5b\xce\x9a\xbd\xad\x39\x37\xef\xdc\xba\xb7\xa5\x33\xbb\x5e\x33\xeb\xcd\xe5\xce\x01\x17\xf6\xbc\xa9\x3d\xb7\xe4\xd4\x90\xff\x05\x00\x00\xff\xff\xbf\x9d\x12\xe4\x8f\x09\x00\x00") - -func testFixturesDocYamlAdminHighAvailabilityKubeApiserverYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlAdminHighAvailabilityKubeApiserverYaml, - "test/fixtures/doc-yaml/admin/high-availability/kube-apiserver.yaml", - ) -} - -func testFixturesDocYamlAdminHighAvailabilityKubeApiserverYaml() (*asset, error) { - bytes, err := testFixturesDocYamlAdminHighAvailabilityKubeApiserverYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/admin/high-availability/kube-apiserver.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlAdminHighAvailabilityKubeControllerManagerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x94\xcd\x6e\xdb\x30\x0c\xc7\xef\x79\x0a\x9d\x76\x93\x1d\x3b\x49\x9b\x19\x48\x2f\x1b\xb6\xd3\xd6\x02\x03\x76\xa7\x25\x36\x11\x22\x4b\x06\x45\x7b\xc8\x9e\x7e\x90\x9b\x36\x71\x6c\xa7\xcd\x8e\xfc\xfa\x91\x32\xff\x34\xd4\xe6\x37\x52\x30\xde\x15\xa2\xcd\x66\x7b\xe3\x74\x21\x9e\xbc\x9e\x55\xc8\xa0\x81\xa1\x98\x09\xe1\xa0\xc2\x42\xec\x9b\x12\xa5\xf2\x8e\xc9\x5b\x8b\x24\x2b\x70\xb0\x45\x9a\x85\x1a\x55\xcc\x8a\x21\x30\x0e\x29\x44\x4b\x0a\xe5\xab\x0a\x9c\x8e\x46\x34\xd3\xd2\xb8\x34\xec\x8e\x96\x54\xaf\xee\x26\x50\x6a\xbd\x02\xdb\x25\x4c\x34\x11\x52\x56\x10\x18\x69\x93\xe5\xf7\xc9\x3c\x99\x27\x59\xb1\x9e\xaf\xe7\x42\x4a\x65\x9b\x18\x90\x71\xc8\x0d\xe6\x28\x19\x03\xcb\xb2\x6c\xc8\x85\xae\x87\x38\x4b\x52\x46\xd3\x26\x9b\x27\xf9\x72\x15\x29\x69\x76\x27\xa4\x04\x1b\xfb\x33\x4a\xe7\x35\x76\x29\x61\xc3\xd4\x60\x57\xe7\x1b\x2d\x6b\xf2\xad\xd1\x48\x9b\xad\xc2\x48\x0b\x48\xad\x51\x28\x41\x29\xdf\x38\x96\x35\x99\x36\xd6\xef\xf1\x20\x9f\x8d\xc5\x4d\x1a\xa8\xed\x9e\x42\x0e\x19\x43\x1a\x0b\x90\x92\x3d\x1e\xde\x26\x6a\x37\xb9\xc8\x1e\x1e\xd2\x16\xe2\xf3\xb7\x53\x0f\x4f\xac\xdf\x0a\x29\x2d\x82\x46\x92\x68\x51\xb1\xc8\x1f\x3e\x65\x1d\xc7\x54\xb0\x8d\x8b\x59\x87\x64\xab\x28\x31\x7e\x8a\x52\x3c\x6b\xc8\x97\x77\x8b\xb5\x5e\x65\xb0\x5c\x97\x00\xd9\x42\x2d\x56\x8b\xc5\xfd\xb3\xd2\xcb\xfb\xcf\x8b\x0e\x67\x4d\x8b\x0e\x43\x78\x22\x5f\x62\x71\x9c\x74\xc7\x5c\x7f\x47\x7e\x35\x85\xa8\x81\x77\x85\x48\x77\x08\x96\x77\x7f\x4f\x6e\x4f\x5c\x88\x6c\x9e\xaf\xf2\xa3\xcf\x38\xc3\x06\xec\x57\xb4\x70\xf8\x85\xca\x3b\x1d\x0a\x91\xad\x8e\x51\x36\x15\xfa\x86\x4f\x81\xce\x7f\x5d\x69\x31\xa3\xf5\xb6\xa9\xf0\x47\xfc\xee\xe1\x55\x5a\x55\xb4\x9e\x5e\xe6\xea\x7f\xf9\x63\xb3\x17\x6c\xa0\x36\x46\x8e\x3e\x42\xd0\x8f\xce\x1e\x0a\x11\x77\x3d\x42\xfa\xc0\x66\x7a\x78\xeb\xb7\x71\xf9\x23\x24\x64\x95\x86\x60\x7b\xd9\xc8\xea\xe4\x7a\x77\x96\x78\x24\x61\x07\x84\x03\x4e\x13\xa8\x0b\xdc\x00\x8b\x0f\xbb\xc4\xb4\x40\xb7\x8e\x33\x32\xc8\x6d\x04\x6b\xca\x31\x8a\x35\xe5\xad\xa0\xee\xf7\xe1\x6b\x74\x63\xb8\x18\xec\xc7\xde\x85\xc6\x85\x8d\xe1\x90\xd5\x7f\x90\xea\xbd\x49\xd9\x86\x4b\x52\xbd\x37\x27\xef\x00\xb4\xf3\x81\x7f\x22\xff\xf1\xb4\x7f\xf3\xbd\x68\xff\xf8\x7b\x8d\x09\x5d\x93\x59\xef\x2e\x47\xf4\x7f\xa9\xfe\xc9\xda\x8f\x2b\x9e\x0f\x35\x16\xe2\x9b\xb1\xf8\x48\x5f\x08\x81\x71\x36\x76\x08\x93\x9d\xce\x2f\xe2\xe2\x1e\x26\x6b\x86\x37\x30\x76\x01\x57\x1f\xd7\x2f\x7c\xd3\xfc\xf5\x96\x83\x66\xef\xd7\x9c\x2b\x7b\xa8\xeb\xeb\xa5\x03\x2d\x4f\x29\xf9\xea\xc7\x1d\x02\x7a\xda\xbd\x5a\x7b\xae\xd7\x4b\xb5\xfe\x0b\x00\x00\xff\xff\x6e\x92\xf3\xcb\x30\x08\x00\x00") - -func testFixturesDocYamlAdminHighAvailabilityKubeControllerManagerYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlAdminHighAvailabilityKubeControllerManagerYaml, - "test/fixtures/doc-yaml/admin/high-availability/kube-controller-manager.yaml", - ) -} - -func testFixturesDocYamlAdminHighAvailabilityKubeControllerManagerYaml() (*asset, error) { - bytes, err := testFixturesDocYamlAdminHighAvailabilityKubeControllerManagerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/admin/high-availability/kube-controller-manager.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlAdminHighAvailabilityKubeSchedulerYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x84\x52\xc1\xae\x9b\x30\x10\xbc\xf3\x15\x7b\xea\xcd\x80\x49\xd3\x10\x4b\x2f\x97\x56\xed\xa9\x7d\x91\x2a\xf5\xbe\xd8\x1b\x70\x63\x6c\x64\x2f\x54\xe9\xd7\x57\x10\xd2\x27\xaa\x3e\xbd\x1b\x33\xb3\xcc\x68\xbc\x8b\x83\xfd\x41\x31\xd9\xe0\x15\x4c\x32\xbb\x5a\x6f\x14\x9c\x83\xc9\x7a\x62\x34\xc8\xa8\x32\x00\x8f\x3d\x29\xb8\x8e\x0d\x89\xa4\x3b\x32\xa3\xa3\x98\xa5\x81\xf4\x2c\x76\x21\xf1\x37\xe2\x5f\x21\x5e\x15\x70\x1c\x29\x03\xd0\xc1\x33\x5a\x4f\x31\xcd\x13\xe2\xff\x06\x00\x00\xb6\xc7\x76\x56\xea\x94\xb7\x3a\xe6\x36\x14\xdb\x21\xb5\x7b\x6f\xca\xa6\xbe\xd4\xcd\x4e\x52\x75\x38\xee\x0e\xbb\xea\x70\xfc\x20\xf7\x55\x7d\xd8\x1d\x1b\x7d\x5c\x5c\x74\xe8\x7b\xf4\x46\x2d\x40\x40\xd1\x58\x5f\xa4\x6e\x45\x42\x3f\xe8\x31\xc5\xc2\x05\x8d\x6e\x19\xd8\x06\x81\x10\x3d\x26\xa6\xf8\x24\xab\x43\x5e\xe6\x65\x2e\x55\x5d\xd6\x25\x08\x31\x3d\x55\x20\x84\x23\x34\x14\x05\x39\xd2\x0c\xf2\x74\x2a\x26\x9c\xdd\xda\x7f\x7c\x72\x17\xda\x25\x0f\xa0\x3a\xbd\x93\xcb\xa7\xb3\x13\x79\x4a\xe9\x1c\x43\x43\x6a\x55\x3b\xe6\xe1\x0b\xf1\x03\x02\x0c\xc8\x9d\x82\xa2\x23\x74\xdc\xfd\x7e\xa1\x43\x64\x05\xb2\xac\xf6\x72\xe5\xac\xb7\x6c\xd1\x7d\x22\x87\xb7\xef\xa4\x83\x37\x49\x81\xdc\xaf\x2a\xdb\x9e\xc2\xc8\x2f\xc2\xc2\x4f\xc1\x8d\x3d\x7d\x0d\xa3\xe7\xf4\x78\xa6\x7e\x46\xe7\x7b\xea\x9b\x65\xee\x1b\x74\xa1\xbd\x58\x47\xaf\x18\xc4\xd1\x17\x89\x74\x24\x4e\x8b\x51\xf4\xc4\x94\xe6\xa5\x26\x8a\x93\xd5\x84\x5a\xcf\xbf\x6c\x2c\x0d\x5d\x70\x74\x2c\x38\x5c\xc9\x8b\x54\xd3\x4f\xb3\xea\x91\xd0\x3c\x7b\x77\xfb\x7b\x55\xf7\x12\xeb\x49\xcd\x67\xb7\x64\x67\x9b\xe7\x7b\xb3\x08\xdf\x06\x52\xf0\xd9\x3a\x7a\x8e\x1f\x23\x21\xdf\xdb\x6c\xfb\xfd\x09\x00\x00\xff\xff\xb8\x36\x00\x0a\x16\x03\x00\x00") - -func testFixturesDocYamlAdminHighAvailabilityKubeSchedulerYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlAdminHighAvailabilityKubeSchedulerYaml, - "test/fixtures/doc-yaml/admin/high-availability/kube-scheduler.yaml", - ) -} - -func testFixturesDocYamlAdminHighAvailabilityKubeSchedulerYaml() (*asset, error) { - bytes, err := testFixturesDocYamlAdminHighAvailabilityKubeSchedulerYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/admin/high-availability/kube-scheduler.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlAdminLimitrangeInvalidPodYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xcc\x41\x8a\xc3\x30\x0c\x05\xd0\xbd\x4f\x21\xb2\x77\x26\x61\x36\x83\xef\x30\x30\xab\xd9\x16\xd5\x16\xa9\x48\x6c\x19\xc9\x09\xf4\xf6\xc5\xa1\x04\xaa\xdd\xd7\x7f\x7c\xac\xfc\x4f\x6a\x2c\x25\xc0\x31\xbb\x95\x4b\x0a\xf0\x27\xc9\x65\x6a\x98\xb0\x61\x70\x00\x05\x33\x05\xe0\x72\xe0\xc6\xc9\x57\x49\xce\x2a\xc5\xde\x44\x29\x0d\xb9\x90\x5a\x4f\xfe\x2d\xd7\xfd\x4e\x5a\xa8\x91\x79\x23\x3d\xc8\x3f\xc4\x5a\xaf\x1c\x00\x00\x67\x5c\x3a\xfa\xb1\x71\x89\x3a\xb2\x7c\x9d\xe8\xf6\x81\x94\x4c\x76\x8d\x74\xee\xf6\xdb\x38\x73\xbb\x12\x40\xac\x7b\x80\xe1\x7b\xb8\x1e\x99\xb2\xe8\x33\xc0\x3c\x4d\xbf\xec\x5e\x01\x00\x00\xff\xff\x01\x0f\xba\xef\xd8\x00\x00\x00") - -func testFixturesDocYamlAdminLimitrangeInvalidPodYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlAdminLimitrangeInvalidPodYaml, - "test/fixtures/doc-yaml/admin/limitrange/invalid-pod.yaml", - ) -} - -func testFixturesDocYamlAdminLimitrangeInvalidPodYaml() (*asset, error) { - bytes, err := testFixturesDocYamlAdminLimitrangeInvalidPodYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/admin/limitrange/invalid-pod.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlAdminLimitrangeLimitsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x9c\x8f\x31\x8b\xc3\x30\x0c\x85\x77\xff\x0a\x91\xfd\xc0\x4e\xe0\x06\xaf\x37\xdc\x72\x07\x25\x43\x77\x11\xab\x45\x34\xb2\xdd\xd8\x29\xcd\xbf\x2f\x4e\x42\x21\xcd\x50\xa8\x27\xe9\xf9\x7d\x7a\x3c\x8c\x7c\xa4\x21\x71\xf0\x16\x6e\x46\x5d\xd8\x3b\x0b\x7f\x2c\x9c\x5b\xf4\x67\x52\x42\x19\x1d\x66\xb4\x0a\xc0\xa3\x90\x05\x99\xfa\xf2\x9d\x54\x8a\xd4\x15\x79\x59\xcb\xf4\x05\x82\xf7\x32\x94\xd7\xc5\xd1\x42\x55\x57\xeb\x2a\x24\x61\x98\x2c\x98\x5f\x9e\x15\x61\xbf\x71\xd6\x5a\xcb\x8b\xf5\xfb\x7f\xb1\xe6\x29\x92\x85\x43\x70\x73\x84\xa3\x13\x8e\x7d\xde\xc0\xcd\x1e\xae\xb5\x5e\xf1\x15\x68\xe9\x3a\x52\xca\xef\x42\xcd\x93\xfb\xbc\x8b\xd9\x9f\x6d\x36\x5d\x7e\x82\xcf\xc8\x9e\x06\xf5\x08\x00\x00\xff\xff\xb5\xd3\x47\x59\x80\x01\x00\x00") - -func testFixturesDocYamlAdminLimitrangeLimitsYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlAdminLimitrangeLimitsYaml, - "test/fixtures/doc-yaml/admin/limitrange/limits.yaml", - ) -} - -func testFixturesDocYamlAdminLimitrangeLimitsYaml() (*asset, error) { - bytes, err := testFixturesDocYamlAdminLimitrangeLimitsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/admin/limitrange/limits.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlAdminLimitrangeNamespaceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\x31\x0e\x84\x40\x08\x05\xd0\x9e\x53\x70\x81\x2d\xb6\xe5\x10\x96\xf6\x3f\xce\x2f\x88\x03\x12\x87\x18\x8f\xef\x43\xf9\xce\x7b\xf9\x95\xa6\xcf\x5f\x4e\xcf\x61\xba\x21\xb8\x0a\x07\x25\xd8\x18\x68\x98\xa8\x26\x82\xa6\xd3\xc3\xfb\xc7\x17\x51\x93\xf2\x05\x00\x00\xff\xff\xa4\x0d\x06\xa4\x3f\x00\x00\x00") - -func testFixturesDocYamlAdminLimitrangeNamespaceYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlAdminLimitrangeNamespaceYaml, - "test/fixtures/doc-yaml/admin/limitrange/namespace.yaml", - ) -} - -func testFixturesDocYamlAdminLimitrangeNamespaceYaml() (*asset, error) { - bytes, err := testFixturesDocYamlAdminLimitrangeNamespaceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/admin/limitrange/namespace.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlAdminLimitrangeValidPodYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\xcd\xc1\x4a\xc6\x30\x0c\xc0\xf1\x7b\x9f\x22\x7c\xf7\x4e\x26\x08\xd2\x77\x10\x3c\x79\x95\xac\x0d\x33\xac\x6d\x4a\xd2\x0d\x7c\x7b\xe9\x18\x03\xf9\x8e\xc9\xff\x47\x82\x8d\xbf\x48\x8d\xa5\x06\x38\x66\xb7\x71\x4d\x01\x3e\x25\xb9\x42\x1d\x13\x76\x0c\x0e\xa0\x62\xa1\x00\x07\x66\x4e\xbe\x49\x72\x00\x19\x17\xca\x36\xda\x73\xb5\x46\x71\x94\x28\xb5\x23\x57\xd2\xd3\xf9\xcb\x6d\xfb\x42\x5a\xa9\x93\x79\x23\x3d\xc8\xff\x88\xf5\x91\xce\x5b\x5c\x70\x1d\xe8\xdd\xa6\x35\xea\xc4\xf2\x72\xa2\xef\x7f\x48\xc9\x64\xd7\x48\xd7\x7f\x80\xcc\x85\xfb\x3d\x01\xc4\xb6\x07\x78\xcc\x8f\x7b\x51\xa8\x88\xfe\x06\x78\x9b\x5f\x3f\xd8\xfd\x05\x00\x00\xff\xff\x50\xe8\xe9\x7f\xf4\x00\x00\x00") - -func testFixturesDocYamlAdminLimitrangeValidPodYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlAdminLimitrangeValidPodYaml, - "test/fixtures/doc-yaml/admin/limitrange/valid-pod.yaml", - ) -} - -func testFixturesDocYamlAdminLimitrangeValidPodYaml() (*asset, error) { - bytes, err := testFixturesDocYamlAdminLimitrangeValidPodYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/admin/limitrange/valid-pod.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlAdminNamespacesNamespaceDevJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xcb\xa1\x0e\x02\x31\x10\x84\x61\xdf\xa7\x98\xac\xc6\x60\xef\x21\x90\xf8\x81\x8e\x68\x68\xf7\x1a\xda\x9c\x21\xf7\xee\x64\x8f\x04\x77\x62\xcd\xfc\xdf\x7e\x12\x60\xaf\xe2\xd9\x16\xd8\x8d\x4d\xa3\xf3\x29\xbb\xc4\xcc\x5e\xee\x7a\x8f\xb2\x7a\xc4\xed\xfa\x5b\x9b\x26\x33\x27\x6d\x41\x3c\x03\xe6\x6c\x0a\x91\xb5\xa9\xae\xbd\xc9\xe7\x41\x01\xab\x7c\xa8\x8e\x3f\x3d\xc1\x47\xdb\x53\xdc\x9e\xbe\x01\x00\x00\xff\xff\x99\xf7\x0a\x5a\x92\x00\x00\x00") - -func testFixturesDocYamlAdminNamespacesNamespaceDevJsonBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlAdminNamespacesNamespaceDevJson, - "test/fixtures/doc-yaml/admin/namespaces/namespace-dev.json", - ) -} - -func testFixturesDocYamlAdminNamespacesNamespaceDevJson() (*asset, error) { - bytes, err := testFixturesDocYamlAdminNamespacesNamespaceDevJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/admin/namespaces/namespace-dev.json", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlAdminNamespacesNamespaceProdJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xe6\x52\x50\x50\xca\xce\xcc\x4b\x51\xb2\x52\x50\xf2\x4b\xcc\x4d\x2d\x2e\x48\x4c\x4e\x55\xd2\x01\x09\x27\x16\x64\x86\xa5\x16\x15\x67\xe6\xe7\x81\x24\xcb\x0c\x21\xa2\xb9\xa9\x25\x89\x29\x89\x25\x89\x4a\x56\x0a\x20\xcd\x0a\x0a\x4a\x79\x89\xb9\xa9\x20\x15\x05\x45\xf9\x29\xa5\xc9\x25\x20\xf5\x3a\x10\x99\x9c\xc4\xa4\xd4\x9c\x62\xb8\x4a\xec\x6a\xc1\x52\xb5\x5c\x20\x5c\xcb\x05\x08\x00\x00\xff\xff\xa0\x41\x9f\x81\x90\x00\x00\x00") - -func testFixturesDocYamlAdminNamespacesNamespaceProdJsonBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlAdminNamespacesNamespaceProdJson, - "test/fixtures/doc-yaml/admin/namespaces/namespace-prod.json", - ) -} - -func testFixturesDocYamlAdminNamespacesNamespaceProdJson() (*asset, error) { - bytes, err := testFixturesDocYamlAdminNamespacesNamespaceProdJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/admin/namespaces/namespace-prod.json", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlAdminResourcequotaLimitsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8b\x31\x0e\xc2\x30\x0c\x45\xf7\x9c\xc2\x17\x40\x6a\x2b\x95\xc1\x2b\x2b\x2c\x1d\xd8\xad\xd6\x20\x8b\xda\x0d\x89\x83\xd4\xdb\xa3\x40\x16\x84\x27\xbf\xf7\xf5\x28\xca\x95\x53\x96\xcd\x10\x5e\x7d\x78\x88\x2d\x08\x67\x51\xf1\x89\xec\xce\x41\xd9\x69\x21\x27\x0c\x00\x46\xca\x08\x6b\x1d\x73\xc8\x91\xe7\x2a\xbf\x58\xbf\x03\x2c\x7c\xa3\xb2\x7a\x85\x7a\x73\x2c\x08\x43\xd7\x69\x63\x65\xdd\xd2\x8e\x30\xf6\xc3\x45\x3e\xae\x05\x13\x3f\x0b\xe7\xdf\xae\xff\xef\x86\xf1\xd8\x3a\xdf\x23\x23\x9c\x36\x73\x12\xe3\x14\xde\x01\x00\x00\xff\xff\xc1\xba\xa5\x77\xc6\x00\x00\x00") - -func testFixturesDocYamlAdminResourcequotaLimitsYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlAdminResourcequotaLimitsYaml, - "test/fixtures/doc-yaml/admin/resourcequota/limits.yaml", - ) -} - -func testFixturesDocYamlAdminResourcequotaLimitsYaml() (*asset, error) { - bytes, err := testFixturesDocYamlAdminResourcequotaLimitsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/admin/resourcequota/limits.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlAdminResourcequotaNamespaceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x04\xc0\xb1\x11\x84\x40\x08\x05\xd0\x9c\x2a\x68\xe0\x82\x4b\x29\xc2\xd0\xfc\x8f\xfb\x83\x1d\x85\x45\x17\x1d\xcb\xf7\x21\xfb\xca\x6b\xf6\x11\xa6\xcf\x5f\xf6\x1e\xcd\x74\x81\x73\x26\x36\x8a\xb3\xd0\x50\x30\x51\x0d\x38\x4d\xcf\x7b\x14\x7e\x7c\xe1\x79\x50\xbe\x00\x00\x00\xff\xff\x4d\x03\x2d\x13\x3f\x00\x00\x00") - -func testFixturesDocYamlAdminResourcequotaNamespaceYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlAdminResourcequotaNamespaceYaml, - "test/fixtures/doc-yaml/admin/resourcequota/namespace.yaml", - ) -} - -func testFixturesDocYamlAdminResourcequotaNamespaceYaml() (*asset, error) { - bytes, err := testFixturesDocYamlAdminResourcequotaNamespaceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/admin/resourcequota/namespace.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlAdminResourcequotaQuotaYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\x8e\x31\x6a\x05\x31\x0c\x44\xfb\x3d\x85\xf0\x09\xb2\x81\x34\xbe\x40\xea\xa4\x48\x2f\x64\x41\x44\x6c\xcb\x91\xe4\x85\xdc\x3e\xd8\xff\x17\x5b\x89\xf7\x60\x34\x83\x43\xbe\xd8\x5c\xb4\x67\xb8\xce\xe3\x47\x7a\xc9\xf0\xc9\xae\xd3\x88\x3f\xa6\x06\x1e\x8d\x03\x0b\x06\xe6\x03\xa0\x63\xe3\x0c\xbf\xdb\xfb\x60\x5a\xee\x1b\xad\xac\x0b\x40\x63\x66\x48\xaf\x2f\x69\x53\xe3\xa6\xf6\x97\xe1\x7c\x97\xcd\x63\xf5\x78\x70\x8f\x4b\xeb\x6c\x4c\x15\xa5\x79\x86\x74\x3e\x03\x43\xcb\x1d\x8d\x47\x15\xc2\x10\xed\xa4\x3d\x4c\x6b\x65\xf3\x5b\x81\x3d\x67\xee\x39\x3b\xf9\xf0\xce\x64\x1c\xf7\x57\xce\x76\x09\xf1\x52\x6f\xe9\xf8\x0f\x00\x00\xff\xff\x9d\x63\xab\x79\xf4\x00\x00\x00") - -func testFixturesDocYamlAdminResourcequotaQuotaYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlAdminResourcequotaQuotaYaml, - "test/fixtures/doc-yaml/admin/resourcequota/quota.yaml", - ) -} - -func testFixturesDocYamlAdminResourcequotaQuotaYaml() (*asset, error) { - bytes, err := testFixturesDocYamlAdminResourcequotaQuotaYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/admin/resourcequota/quota.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuideConfigmapConfigmapYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\x2c\xc8\x0c\x4b\x2d\x2a\xce\xcc\xcf\xb3\x52\x28\x33\xe4\xca\xce\xcc\x4b\xb1\x52\x70\xce\xcf\x4b\xcb\x4c\xf7\x4d\x2c\xe0\xca\x4d\x2d\x49\x4c\x49\x2c\x49\xb4\xe2\x52\x50\xc8\x4b\xcc\x4d\xb5\x52\x28\x49\x2d\x2e\xd1\x4d\x06\x2b\xc8\x4d\x2c\xe0\x82\x49\x82\x68\x5d\x43\x2b\x85\xb2\xc4\x9c\xd2\x54\x5d\x43\x98\x88\x11\x4c\xc4\x88\x0b\x10\x00\x00\xff\xff\x21\xcc\x3c\xb6\x6a\x00\x00\x00") - -func testFixturesDocYamlUserGuideConfigmapConfigmapYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuideConfigmapConfigmapYaml, - "test/fixtures/doc-yaml/user-guide/configmap/configmap.yaml", - ) -} - -func testFixturesDocYamlUserGuideConfigmapConfigmapYaml() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuideConfigmapConfigmapYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/configmap/configmap.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuideDeploymentYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\xce\xbd\x6e\xc3\x30\x0c\x04\xe0\x5d\x4f\x71\x2f\x60\xb4\x45\x97\x42\x73\xc7\x0e\x9d\xb2\x33\x32\xe1\x08\x91\x28\x42\x22\x82\xe4\xed\x03\x21\x3f\xb6\x63\xe4\x46\xe1\xbb\x13\x49\xe3\x8e\x6b\x8b\x45\x3c\x48\xb5\x7d\x9c\xbe\xdc\x31\xca\xe8\xf1\xcb\x9a\xca\x25\xb3\x98\xcb\x6c\x34\x92\x91\x77\x80\x50\x66\x0f\x99\xa2\x9c\x87\x71\x26\x40\xa2\x3d\xa7\xd6\xc9\x5b\xd4\x94\x43\x07\x95\x35\xc5\x40\xcd\xe3\xdb\x01\x8d\x13\x07\x2b\xf5\x56\xcd\x64\xe1\xf0\xb7\xd8\x5a\xad\x39\xc0\x38\x6b\x22\xe3\x3b\x5f\x9c\xd6\x93\x56\xcd\xd7\x2e\xf0\x38\xa1\x27\x14\x31\x8a\xc2\xf5\xe9\x87\x8d\xef\x89\x99\xa6\xcd\xa3\x96\x6a\x8b\x7f\x86\x79\xed\xbf\x54\xf3\xf8\xf9\x74\xd7\x00\x00\x00\xff\xff\x93\x04\x6f\x26\x5c\x01\x00\x00") - -func testFixturesDocYamlUserGuideDeploymentYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuideDeploymentYaml, - "test/fixtures/doc-yaml/user-guide/deployment.yaml", - ) -} - -func testFixturesDocYamlUserGuideDeploymentYaml() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuideDeploymentYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/deployment.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuideDownwardApiDapiPodYamlIn = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x90\x4d\x4b\xf3\x40\x14\x85\xf7\xf9\x15\x97\xac\xdf\xb4\xbc\xdb\xd9\xb5\x7e\x60\x17\x6d\x07\x2b\x82\x88\x94\xeb\xcc\xad\x19\xcc\x7c\x30\x73\x13\x2c\xa5\xff\x5d\x26\xc4\x1a\x41\xdd\xa8\x9b\x90\x39\xcf\xe1\x3c\xc3\x60\x30\xb7\x14\x93\xf1\x4e\x40\xf7\xbf\x78\x36\x4e\x0b\x90\x5e\x17\x96\x18\x35\x32\x8a\x02\xc0\xa1\x25\x01\x1a\x83\xa9\x98\x12\x57\xc1\xeb\x22\x05\x52\x99\x29\xef\x18\x8d\xa3\x98\xf2\x09\xa0\x1a\xda\x7d\xf1\x04\x7b\x04\x60\x2c\x3e\x91\x80\xc3\x61\x32\x6f\xd3\x7e\xee\x5f\x16\x39\x38\x1e\x07\xac\xbc\xb5\x98\x2f\x70\x0f\xe5\xf4\xd1\xb8\x69\xaa\xcb\x7f\x50\x56\x2a\x7f\xc9\x75\x25\x3c\x0c\x4d\x72\x9d\x18\x7e\xdf\x95\xcb\xbb\xad\x5c\x9f\x6f\x57\xb3\xe5\xc5\x89\x01\x74\xd8\xb4\x74\x19\xbd\x15\xa3\x10\x60\x67\xa8\xd1\xd7\xb4\xfb\x98\x0e\xb9\x44\xae\x05\xbc\x3d\xc1\x24\xcf\x7f\x67\xdb\xc8\xd9\xd9\x1f\x28\x53\x40\xf5\xa5\x77\x21\x7f\x45\x98\x18\xb9\x4d\x93\xe0\xf5\x68\x70\xa4\xba\x5a\x6f\x6e\x7e\xe4\xfa\x44\x56\xfb\xc4\xfd\x64\xa4\xc4\x18\x59\xfa\xc6\xa8\xbd\x80\x15\x75\x14\x8b\xd7\x00\x00\x00\xff\xff\x17\xac\xa1\x83\x92\x02\x00\x00") - -func testFixturesDocYamlUserGuideDownwardApiDapiPodYamlInBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuideDownwardApiDapiPodYamlIn, - "test/fixtures/doc-yaml/user-guide/downward-api/dapi-pod.yaml.in", - ) -} - -func testFixturesDocYamlUserGuideDownwardApiDapiPodYamlIn() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuideDownwardApiDapiPodYamlInBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/downward-api/dapi-pod.yaml.in", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuideJobYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\x8e\xcf\x6a\xc3\x30\x0c\x87\xef\x7e\x0a\xe1\xd3\x06\x09\xcb\x76\x34\xec\x05\x06\x1b\x3b\xed\x32\x7a\x90\x1d\x91\x8a\xfa\x1f\xb6\x9a\xd2\xb7\x2f\x82\x26\xb4\xbf\x8b\xa4\x8f\x4f\x42\x58\xf9\x8f\x5a\xe7\x92\x1d\x78\x94\x70\x7c\x5b\xdf\xcd\x89\xf3\xec\xe0\xab\x78\x93\x48\x70\x46\x41\x67\x00\x32\x26\x72\x50\xd9\xf4\x4a\x41\x81\x50\xaa\x11\x85\xb4\x07\x78\x54\x35\xbb\xae\xc3\xb6\xa2\x09\x25\x0b\x72\xa6\xd6\x37\x32\x3e\xcb\x1a\x4e\xb8\x28\xa1\x16\x77\x16\x4a\x4a\xa8\x9f\xfd\x5b\xe5\x76\x00\xb0\xe3\xb7\xe7\x25\x9f\xd3\xa7\xaf\x6c\x07\xb0\xe3\x25\x92\xd6\xda\x38\x0b\xf8\xca\x2f\x1f\xd3\x34\xbd\xda\xc3\xfd\x4a\xa3\x2e\xd8\xe4\xb7\x44\x0e\x57\x07\x3f\xb4\x52\x33\xe6\x16\x00\x00\xff\xff\x88\x8f\xaf\xe9\x06\x01\x00\x00") - -func testFixturesDocYamlUserGuideJobYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuideJobYaml, - "test/fixtures/doc-yaml/user-guide/job.yaml", - ) -} - -func testFixturesDocYamlUserGuideJobYaml() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuideJobYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/job.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuideLivenessExecLivenessYamlIn = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\xbf\x6e\xc2\x30\x10\xc6\xf7\x3c\xc5\xf7\x02\x6e\x92\xa1\x1d\x8c\xd4\x01\x75\xe9\x86\x54\xa9\xfb\xc5\xb9\x92\x13\xfe\x13\xd9\x07\x02\x21\xde\xbd\x4a\x08\x0a\x03\xdb\x77\xbf\xcf\x3e\xff\x64\x1a\xe5\x97\x73\x91\x14\x2d\x4e\x6d\x75\x90\xd8\x5b\xec\x52\x5f\x05\x56\xea\x49\xc9\x56\x80\xa7\x8e\x7d\x99\x12\xa0\x5c\xd4\xc2\xcb\x89\x23\x97\x52\x01\x91\x02\xaf\xc0\xf0\x99\x5d\x55\x46\x76\xd3\x71\x97\xa2\x92\x44\xce\xf3\x65\x03\xca\xfb\x65\x8d\x41\xdd\x49\xac\xcb\xb0\x4c\xc6\x2d\x81\xdd\x90\x90\x0e\xf8\x44\xad\x61\xac\x07\x26\xaf\xc3\x06\xc5\x33\x8f\x68\x9b\x0d\x72\x80\xc9\x7f\xaf\xda\x8f\xa6\x99\x97\x48\xa0\x3d\x5b\x5c\xaf\x6f\xdb\x63\xb9\x6c\xd3\xf9\x7b\x02\xb7\xdb\x5c\x3e\x44\x77\x39\x75\x7c\x77\x01\x26\xe9\x47\x9e\xac\x43\xa0\xd8\xaf\xc0\xc0\x91\x3e\x4d\x4f\x6f\x2f\x54\xa2\xa8\x90\xff\x62\x4f\x97\x1f\x76\x29\xf6\xc5\xa2\x7d\x5f\x5a\x95\xc0\xe9\xa8\x6b\x31\xf3\x57\x1f\xf7\x1f\x00\x00\xff\xff\x27\xa4\xbd\xd0\x8f\x01\x00\x00") - -func testFixturesDocYamlUserGuideLivenessExecLivenessYamlInBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuideLivenessExecLivenessYamlIn, - "test/fixtures/doc-yaml/user-guide/liveness/exec-liveness.yaml.in", - ) -} - -func testFixturesDocYamlUserGuideLivenessExecLivenessYamlIn() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuideLivenessExecLivenessYamlInBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/liveness/exec-liveness.yaml.in", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuideLivenessHttpLivenessYamlIn = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\xcb\x4a\x03\x31\x14\x86\xf7\xf3\x14\xff\x0b\xc4\xb6\x0b\xa1\x64\x27\x0a\x2a\xb8\x28\x08\xe2\xf6\xb4\xf3\xd3\x09\xe6\x32\x24\xa7\x23\x5a\xfa\xee\x32\xd3\x8c\xe3\xc2\xac\x72\xbe\xff\x92\x8b\xf4\xee\x8d\xb9\xb8\x14\x2d\x86\x4d\xf3\xe1\x62\x6b\xb1\x4b\x6d\x13\xa8\xd2\x8a\x8a\x6d\x00\x2f\x7b\xfa\x32\xee\x00\x65\x51\x0b\xef\x06\x46\x96\xd2\x00\x51\x02\x17\x60\x3a\xd5\xbe\x29\x3d\x0f\xa3\xfd\x90\xa2\x8a\x8b\xcc\x53\xd8\x40\xf2\xb1\xd6\x18\xac\x0a\xf3\xc0\x3c\x4d\x2e\xc8\x91\x16\xe7\xf3\xcd\x4b\xed\x79\x1e\xc9\xe5\x32\xa9\x73\xf7\x2e\xa7\x3d\xaf\x71\x60\x3c\xe7\x91\x3a\x8f\x40\x2f\xda\x59\xac\x3a\x8a\xd7\xee\x7b\xc1\x29\xab\xc5\x76\xbd\x5d\xff\xa2\x31\xfa\x44\x69\xeb\xb5\xe6\x65\xea\x53\xde\xcd\xfd\xa9\x68\x0a\xe6\xea\xf9\xe3\x00\x06\xf1\x27\x5a\xdc\x7d\xb2\xa4\xc0\x2a\xb9\xe8\xd4\x89\x7f\xa0\x97\xaf\x57\x1e\x52\x6c\x8b\xc5\xe6\xb6\xaa\xea\x02\xd3\x49\x17\x61\xe2\xff\xfd\xda\x4f\x00\x00\x00\xff\xff\xc1\xcb\xed\x19\x8c\x01\x00\x00") - -func testFixturesDocYamlUserGuideLivenessHttpLivenessYamlInBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuideLivenessHttpLivenessYamlIn, - "test/fixtures/doc-yaml/user-guide/liveness/http-liveness.yaml.in", - ) -} - -func testFixturesDocYamlUserGuideLivenessHttpLivenessYamlIn() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuideLivenessHttpLivenessYamlInBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/liveness/http-liveness.yaml.in", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuideMultiPodYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xb4\x52\x4d\x6b\xc2\x40\x10\xbd\xef\xaf\x18\x72\x5f\x35\x16\x5b\xba\xb7\x42\x3d\x14\xaa\x48\x95\xde\xd7\x64\xd0\xc5\xfd\x08\xbb\x93\x80\x94\xfe\xf7\x92\x4f\x37\xd6\x43\x4b\x69\x4e\x9b\x37\xf3\xe6\xe3\xcd\xe3\x9c\x33\x59\xa8\x77\xf4\x41\x39\x2b\xa0\x4a\xd9\x49\xd9\x5c\xc0\xc6\xe5\xcc\x20\xc9\x5c\x92\x14\x0c\x40\xcb\x3d\xea\x50\xbf\x00\xac\x34\x28\xc0\x63\xae\x42\xf3\xdf\xbc\x78\x40\x4b\xca\xa2\x16\x90\x90\x2f\x31\x69\x43\x4e\xa3\x00\x23\x03\xa1\x67\x23\x26\xef\xc0\x50\x60\x56\x97\xcd\x9c\x25\xa9\x2c\xfa\xae\x09\xef\x92\x07\x6e\xfd\x29\x23\x0f\x28\xe0\x90\xf9\x89\x72\xd3\x53\xb9\x47\x6f\x91\x30\x70\x9c\x23\x27\x0c\xc4\x9b\x8c\x30\x6d\x5a\x88\x74\x32\xeb\x88\x68\x2b\xd1\x3d\x2f\xa5\x57\x4f\xdb\xdd\xf2\x6d\x80\x01\x2a\xa9\x4b\x1c\xcd\x0f\x50\x38\x4f\x21\xe6\x0e\x83\x6e\x9c\x27\x01\xf7\x77\x0f\x8f\x5d\xd4\x63\x70\xa5\xcf\x30\x4a\xd7\xca\xa8\x98\x0e\x90\x15\xa5\x80\x64\x36\x59\xf4\x0d\x2a\xa7\x4b\x83\x2b\x57\xda\x71\x1f\x53\x23\x1b\x49\x47\x01\xd3\x58\x31\x5e\x9f\x24\x2a\xd8\xee\x32\x80\xfd\x72\xfd\x39\xfe\x45\xb9\xed\x72\xbd\x7b\x59\x2f\x5f\xff\xa8\xdd\xbc\x13\xaf\x95\xe0\xea\xf0\xd1\x9a\x68\x0a\x3a\x3f\x2b\x2f\xe0\xe3\x93\xfd\xd8\xb2\x6d\x99\x4a\x6a\x95\xf3\xc2\xe5\x37\x4d\x7c\x89\xde\xf6\x61\x3f\x4c\x24\x58\x40\x5f\x21\x3f\xba\x40\x75\x88\xfd\x4a\xdc\x31\x77\x50\xf9\x9b\x71\xae\x6d\xd3\x9a\x26\x4d\x06\xc0\xa0\x71\xfe\x2c\x60\x91\xce\x57\x8a\x7d\x05\x00\x00\xff\xff\x49\x13\x6b\xed\xc6\x03\x00\x00") - -func testFixturesDocYamlUserGuideMultiPodYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuideMultiPodYaml, - "test/fixtures/doc-yaml/user-guide/multi-pod.yaml", - ) -} - -func testFixturesDocYamlUserGuideMultiPodYaml() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuideMultiPodYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/multi-pod.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim01Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x34\xca\xb1\x0a\x02\x31\x10\x84\xe1\x3e\x4f\x31\x2f\x70\xc5\x61\x97\xd6\xc2\x4a\x14\x8b\xb3\x5e\x92\x41\x82\x97\xe4\xdc\xdd\x13\x7c\x7b\x09\x68\xf9\xcf\x7c\xcf\xd2\x72\xc4\x95\x6a\xc5\x9c\xcd\x97\xbe\xee\x95\xc7\x55\x4a\x0d\xb2\x95\x65\x1c\xbd\x45\xbc\xe7\x50\xe9\x92\xc5\x25\x06\xa0\x49\x65\x44\xfd\xa4\x01\xa7\x39\xd8\xc6\x34\x76\x49\x89\x66\xe7\x9e\x69\x23\x81\x09\x37\x4a\xbe\x6b\x71\x5e\x5a\x62\x00\x94\xd6\x77\x4d\x7f\xa0\x7c\xed\x34\xff\x15\x60\xde\x55\x1e\x8c\x38\x9c\x4a\xf8\x06\x00\x00\xff\xff\x87\xb5\xc5\xba\x9e\x00\x00\x00") - -func testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim01YamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim01Yaml, - "test/fixtures/doc-yaml/user-guide/persistent-volumes/claims/claim-01.yaml", - ) -} - -func testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim01Yaml() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim01YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/persistent-volumes/claims/claim-01.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim02Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x34\xca\xb1\x0a\x02\x31\x10\x84\xe1\x3e\x4f\x31\x2f\x70\x85\x56\x92\xd6\xc2\x4a\x14\x8b\xb3\x5e\x92\x41\x82\x97\xe4\xdc\xdd\x13\x7c\x7b\x09\x68\xf9\xcf\x7c\xcf\xd2\x72\xc4\x95\x6a\xc5\x9c\xcd\xe7\xbe\x6c\x95\xc7\x45\x4a\x0d\xb2\x96\x79\x1c\xbd\x45\xbc\x77\xa1\xd2\x25\x8b\x4b\x0c\x40\x93\xca\x88\xfa\x49\x03\x4e\xfb\x60\x2b\xd3\xd8\x25\x25\x9a\x9d\x7b\xa6\x8d\x04\x26\xdc\x28\xf9\xae\xc5\x79\x69\x89\x01\x50\x5a\xdf\x34\xfd\x81\xf2\xb5\xd1\xfc\x57\x80\x79\x57\x79\x30\xe2\x70\x2a\xe1\x1b\x00\x00\xff\xff\x1e\x84\x80\xc1\x9e\x00\x00\x00") - -func testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim02YamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim02Yaml, - "test/fixtures/doc-yaml/user-guide/persistent-volumes/claims/claim-02.yaml", - ) -} - -func testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim02Yaml() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim02YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/persistent-volumes/claims/claim-02.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim03Json = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x64\x8f\x31\x4b\xc6\x30\x10\x86\xf7\xfc\x8a\xe3\xe6\x0a\x16\xb7\xae\x0e\x4e\xa5\xe2\x50\x07\x71\x38\x92\x43\x82\x4d\x52\x73\xa9\x50\x4a\xfe\xbb\x24\xd5\x4a\xf8\xb6\xe3\x7d\x9e\x7b\x8f\x3b\x14\x00\x00\x7e\x5a\x6f\x70\x00\x7c\xe6\x28\x56\x12\xfb\x34\x87\x65\x73\xfc\xb8\x90\x75\xd8\x9d\x12\xad\x76\x2e\x3c\xf8\xa2\x7e\xf7\x7f\xb9\xe3\x44\x86\x12\xe1\x00\x67\x5d\x4d\x3d\x39\x2e\x9e\xdb\x75\x29\xb9\x7b\xc0\xca\x72\x07\x28\x2b\xeb\x56\x26\xad\x59\x64\x0c\x86\x05\x07\x78\xbb\x40\x85\x2f\x4c\xe6\x35\xda\xc4\x93\xd7\xfc\x7b\xb4\x81\x93\x5f\xf6\x91\xfc\x8e\x17\x7a\xff\xb7\x30\xb2\x84\x2d\xea\xda\x7c\xb4\xcb\x91\xbf\x36\x96\x74\x4b\x2a\x95\x14\x22\x7d\xd4\x27\xfa\xfb\x27\x6c\x84\xac\xda\x29\xab\xac\x7e\x02\x00\x00\xff\xff\xfa\x56\x3a\xe5\x4c\x01\x00\x00") - -func testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim03JsonBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim03Json, - "test/fixtures/doc-yaml/user-guide/persistent-volumes/claims/claim-03.json", - ) -} - -func testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim03Json() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim03JsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/persistent-volumes/claims/claim-03.json", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuidePersistentVolumesVolumesGceYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4c\xce\xb1\x6a\xc4\x30\x0c\xc6\xf1\xdd\x4f\x21\xb2\x17\x9c\xa6\x93\xe7\x42\xa7\x34\xa5\x94\x74\xd6\xc9\xba\x60\x92\xd8\x26\xd2\x85\xf3\xdb\x1f\x4e\x86\xbb\x4d\xfc\xd0\x07\xff\x39\x44\xef\xe0\x87\x37\x09\xa2\x1c\x75\x4c\xcb\x6d\x65\x83\x39\x8c\xd5\x52\x74\xb0\xb7\x66\x65\x45\x8f\x8a\xce\x00\x44\x5c\xd9\x41\xde\xad\xb5\x9d\x91\xcc\x54\x91\x30\x23\x05\x2d\xf5\x06\x10\x4d\x1b\x4e\xec\xa0\xb5\x5f\xc1\x00\x20\x11\x8b\xf4\xc9\xb3\x9c\x0f\x6f\xf0\xcb\xe8\xff\xb7\xa0\x3c\x44\xe2\x17\x1b\xe2\x52\x7a\x8c\xc5\x00\x4c\xc4\xcf\xae\xcf\x20\xf3\xb9\xcd\xfe\xfb\x28\x68\xf0\x42\xed\x7b\xd7\x1c\x78\x95\xbf\x92\x2b\xf2\x5d\x3f\x1a\xf3\x08\x00\x00\xff\xff\x23\x32\x13\xb0\xd6\x00\x00\x00") - -func testFixturesDocYamlUserGuidePersistentVolumesVolumesGceYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuidePersistentVolumesVolumesGceYaml, - "test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/gce.yaml", - ) -} - -func testFixturesDocYamlUserGuidePersistentVolumesVolumesGceYaml() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuidePersistentVolumesVolumesGceYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/gce.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuidePersistentVolumesVolumesLocal01Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\x8e\x3d\x6a\xc0\x30\x0c\x46\x77\x9d\xe2\x23\x7b\x89\xbd\xfa\x02\x9d\x4a\x43\x87\x74\x56\x6d\xd1\x98\xfa\x8f\x48\x0d\xe4\xf6\xc5\xa4\xdb\xe3\x3d\x21\xbe\x9f\xdc\x52\xc0\x26\xa7\x66\x35\x69\xb6\xf7\xf2\x5b\x85\x78\xe4\x7d\xba\xde\x02\x2e\x4f\x55\x8c\x13\x1b\x07\x02\x1a\x57\x09\x18\x97\x73\xce\x13\x50\xf8\x4b\x8a\xce\x00\xd8\x3d\x24\xa0\xf4\xc8\x85\x74\x48\x9c\x36\xf2\xe0\x98\xed\x7e\x2e\xd4\xfa\xc9\xdf\x12\xe0\xdd\x6b\x26\x80\x63\x14\xd5\xb7\x9e\xe4\xff\xc5\x0b\x3e\x84\xd3\xe7\x99\x4d\xde\x5b\x14\x02\x8e\xae\xb6\xb1\x1d\x4f\x1f\x93\xb0\xac\xda\xab\x4c\x5e\xe7\x2c\xe7\x17\xfa\x0b\x00\x00\xff\xff\xd4\x69\x2f\xa0\xc9\x00\x00\x00") - -func testFixturesDocYamlUserGuidePersistentVolumesVolumesLocal01YamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuidePersistentVolumesVolumesLocal01Yaml, - "test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/local-01.yaml", - ) -} - -func testFixturesDocYamlUserGuidePersistentVolumesVolumesLocal01Yaml() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuidePersistentVolumesVolumesLocal01YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/local-01.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuidePersistentVolumesVolumesLocal02Yaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x8f\x31\x6a\x03\x41\x0c\x45\x7b\x9d\xe2\xe3\x3e\x78\xe3\x2a\xcc\x05\x52\x85\x2c\x5b\x38\xb5\xa2\xfd\xc4\x43\x66\x67\x86\x95\x62\xd8\xdb\x87\xc1\xa9\xd2\x3d\xde\x13\x42\xfa\xce\x75\x4d\x98\xb9\x7b\xf6\x60\x8d\x6b\x2b\x3f\x1b\x45\x7b\xbe\x0e\xd7\x6a\xc2\xfd\x59\x36\x86\xae\x1a\x9a\x04\xa8\xba\x31\xa1\xdf\xa7\x69\xba\x08\x50\xf4\x93\xc5\x47\x00\xe2\xe8\x4c\x28\xcd\xb4\x88\x77\xda\xb0\xa6\x5d\x2d\xc7\xf1\x98\xf0\x68\xbb\x7e\x31\xe1\xe5\x35\x0b\xa0\x66\x74\x7f\x6b\x2b\xff\x36\x3c\x61\xa1\xae\x1f\x7b\x0e\xbe\x57\xa3\x00\xb7\xe6\x31\x6b\xdc\x1e\xbd\x0f\xc2\xe9\xec\x6d\xe3\xe0\xf3\xb8\x6a\xba\x9c\x04\xe8\xff\x7e\x58\x68\x45\xf3\x36\xb7\x92\xed\x48\x58\x68\x87\x15\xca\x6f\x00\x00\x00\xff\xff\x1e\x18\x48\xf3\xf1\x00\x00\x00") - -func testFixturesDocYamlUserGuidePersistentVolumesVolumesLocal02YamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuidePersistentVolumesVolumesLocal02Yaml, - "test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/local-02.yaml", - ) -} - -func testFixturesDocYamlUserGuidePersistentVolumesVolumesLocal02Yaml() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuidePersistentVolumesVolumesLocal02YamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/local-02.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuidePersistentVolumesVolumesNfsYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x2c\x8c\x4d\xaa\x02\x31\x10\x06\xf7\x39\x45\x5f\xe0\xcd\xcb\x8c\xc8\x40\x2e\xe0\x4a\x14\x17\xe3\xba\x49\x3e\x35\x68\x7e\x48\xb7\x03\xde\x5e\xc2\xb8\x2b\xaa\xa0\xb8\xc6\x05\x4d\x62\xc9\x8e\xd6\xd1\x3c\x63\x0e\x8e\xce\xdd\x88\x22\xeb\x52\x5e\xef\x04\x93\xa0\x1c\x58\xd9\x19\xa2\xcc\x09\x8e\xea\x6a\xad\xdd\x19\xa9\xf0\x5d\x7a\xae\xec\xa3\x7e\x3a\x13\x89\x96\xc6\x77\x38\xda\x1f\xa2\x21\x62\xef\x21\x72\x2c\x01\xb2\xf5\x3f\xba\x80\xc3\xb5\x45\xc5\x29\x7b\xf4\xe9\xed\x97\x2a\xeb\xc3\xd1\xbf\x94\x84\x8e\xdb\x0e\x6d\x45\x73\x34\xce\xd3\x30\xce\x83\x1d\x26\xf3\x0d\x00\x00\xff\xff\xe0\xa5\xa0\x46\xb7\x00\x00\x00") - -func testFixturesDocYamlUserGuidePersistentVolumesVolumesNfsYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuidePersistentVolumesVolumesNfsYaml, - "test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/nfs.yaml", - ) -} - -func testFixturesDocYamlUserGuidePersistentVolumesVolumesNfsYaml() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuidePersistentVolumesVolumesNfsYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/nfs.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuidePodYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\xcc\x41\x0a\xc2\x40\x0c\x85\xe1\xfd\x9c\xe2\x5d\xa0\xa0\x3b\xc9\x29\xba\x72\x1f\x3b\xa1\x04\x3b\x49\x98\x09\xe2\xf1\xa5\xa2\x88\xdd\x7e\xc9\xff\x38\xf4\x2a\x7d\xa8\x1b\xe1\x71\x2e\x77\xb5\x4a\x98\xbd\x96\x26\xc9\x95\x93\xa9\x00\xc6\x4d\x08\xb6\xaa\x3d\x0b\xb0\xf1\x4d\xb6\xb1\x3b\xc0\x11\xdf\xc3\x08\x59\x76\x5c\xdc\x92\xd5\xa4\xbf\x5f\xa6\x43\x0c\x68\xe3\xf5\x0f\xc2\x7b\x7e\xe6\xa6\x5f\x3d\x7b\x4f\xc2\xe5\x54\x5e\x01\x00\x00\xff\xff\x76\xb9\xf1\x84\xa2\x00\x00\x00") - -func testFixturesDocYamlUserGuidePodYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuidePodYaml, - "test/fixtures/doc-yaml/user-guide/pod.yaml", - ) -} - -func testFixturesDocYamlUserGuidePodYaml() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuidePodYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/pod.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuideReplicasetRedisSlaveYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x53\x4f\x6f\xdb\x3e\x0c\xbd\xe7\x53\x10\xe9\xa1\x97\x24\x4e\xff\x24\xf9\xc5\xf7\xdf\xfe\x00\x2b\x3a\xb4\xc5\x76\x18\x86\x82\x92\xe8\x84\x88\x24\x7a\x92\xec\x2d\xdf\x7e\x90\xe3\x24\xce\x5a\xdf\x44\xf2\x3d\x3e\xf3\x91\x58\xf3\x37\x0a\x91\xc5\x97\x80\x75\x1d\x8b\xf6\x66\xb4\x63\x6f\x4a\x78\xa2\xda\xb2\xc6\x67\x4a\x23\x47\x09\x0d\x26\x2c\x47\x00\x1e\x1d\x95\x10\xc8\x70\x9c\x46\x8b\x2d\x8d\x00\x2c\x2a\xb2\x31\x67\x21\x93\xf4\xe9\xee\x19\xc4\x52\x09\xc7\x42\x80\xc4\x14\x4a\x50\xa8\x77\xe4\xcd\x28\xd6\xa4\x33\xec\x0a\xd2\x96\x23\x84\x43\xcb\x08\x2d\xda\x86\x80\x23\x18\xaa\xb0\xb1\xa9\x2b\x71\x62\xb8\xda\x03\x27\x40\xad\x25\x18\xf6\x1b\x48\x02\x7b\x69\x02\x68\x8c\x99\xff\x48\x50\xc2\xed\x08\x20\x92\x25\x9d\x24\x1c\x84\x39\x4c\x7a\xfb\x65\xa0\xf4\x8d\xd6\xb7\x6a\xff\xd5\x0b\x90\xc8\xd5\x16\x13\xf5\x9c\x83\xc1\xe4\xcf\x5e\xd0\xbf\xd3\xe0\xbd\x16\x6f\x9b\x00\x1c\x07\x93\x3f\x2d\x3e\x21\x7b\x0a\x27\xe2\x69\xef\xc2\x25\x0b\x3b\xdc\x50\x09\x46\xf4\x8e\xc2\x8c\xa5\xb0\xac\x02\x86\x7d\xd1\x09\x28\x17\xb3\xf9\x6c\x31\x45\x5b\xb3\x3f\x63\xae\xe0\x3b\x01\x06\x02\xf1\x76\x0f\xec\x6a\x4b\x8e\x7c\xea\x46\xbb\x25\x30\x3e\x82\xd4\x89\xc5\x83\x54\xe5\x00\xb5\x4d\xa9\x8e\x65\x51\x6c\x38\x6d\x1b\x35\xd3\xe2\x8a\x5d\xa3\x28\x78\x4a\x14\x0b\xfa\x83\x99\x29\x16\xca\x8a\x2a\xd6\x2b\xbd\x22\x33\x27\xb5\x5c\x2c\x16\x78\xaf\x96\xcb\x95\xb9\xfd\x6f\xb5\xaa\xd6\xcb\x85\xb9\x5b\xdf\xd2\x7c\x8e\x4a\xdf\x2f\x8a\x4d\x43\x31\x29\x91\x5d\x31\x58\xaf\x22\x34\x7e\x16\xb7\xa7\xde\x5a\x9c\xc3\xbc\x9f\x3f\x60\xdc\x97\x51\x68\x29\x8c\x27\x30\x9e\x1e\x20\x52\xe5\xc7\x21\xe9\x30\xa6\x43\x72\x79\xb7\x5a\x8f\xe1\xe7\xd9\x08\x8a\xd2\x04\x4d\x03\xbb\x72\xf0\x57\x16\x71\x11\x03\xd0\x75\x53\xc2\xcd\x7c\xee\x2e\xa2\x8e\x9c\x84\x7d\x97\x78\xe0\x53\x86\x7c\x7b\x06\x1f\x8d\xfa\xf8\xff\xcb\xeb\xa7\xc7\xe7\x97\xe7\xd7\x0f\x4f\x8f\x0f\x03\x96\x6e\xd1\xcb\x3c\xe7\x41\xf0\x0a\x3e\x57\xfd\x5a\xdb\x26\xcb\xcf\x2b\x50\xf1\x06\x8c\x50\x04\x2f\x09\xd8\x6b\xdb\x18\x02\xec\x1c\xca\x03\x60\x4d\x93\x6c\x99\x87\x24\x17\x54\xec\x63\x22\x34\xf9\x66\x28\x46\x40\x9f\x15\x72\x10\x9f\x7d\x86\x16\x03\xa3\xb2\x94\x0f\xa9\x62\x6f\x3a\xd7\x0f\x33\xbb\x60\xe9\x5b\x5c\x47\xd8\x4a\x4c\x93\xce\x85\x8c\x97\x26\x75\x90\xeb\xf3\x8f\x5c\x83\x65\x4f\x80\x4a\x5a\x9a\x00\xf6\x0b\x7d\x24\x6a\xfc\x11\x9a\x61\x5d\xa5\x22\x2b\xbf\x67\x17\x55\x3d\x1b\xf9\xf6\x14\xae\x25\x0c\x6d\x99\x9e\xcf\xe2\xab\x84\x54\x42\xb6\x77\xf4\x37\x00\x00\xff\xff\x7c\x90\xda\x81\xce\x04\x00\x00") - -func testFixturesDocYamlUserGuideReplicasetRedisSlaveYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuideReplicasetRedisSlaveYaml, - "test/fixtures/doc-yaml/user-guide/replicaset/redis-slave.yaml", - ) -} - -func testFixturesDocYamlUserGuideReplicasetRedisSlaveYaml() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuideReplicasetRedisSlaveYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/replicaset/redis-slave.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuideReplicationYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x8d\x31\x6a\x04\x31\x0c\x45\x7b\x9f\xe2\x5f\x60\x20\x21\x4d\x70\x9b\x0b\x84\x14\xe9\x15\x8f\x18\x44\x6c\xc9\xc8\x22\xe4\xf8\x8b\x19\x66\x77\xd8\x5d\x95\xff\x7d\xbd\x4f\x5d\xbe\xd9\x87\x98\x66\xfc\xbd\xa6\x5f\xd1\x35\xe3\x8b\x7b\x95\x42\x21\xa6\x1f\xa6\xe1\x56\x2b\x7b\x6a\x1c\xb4\x52\x50\x4e\x80\x52\xe3\x0c\xdd\x44\xff\xd3\xe8\x5c\x66\xe6\xfb\xd7\xc8\x78\x4b\xc0\xe0\xca\x25\xcc\x27\x01\xa8\xf7\xa3\x0e\x04\xb7\x5e\x29\x78\x47\x67\xed\xbc\xb3\x7a\x4f\x2a\xfd\x70\x1d\x07\xbf\x93\x01\xc7\xfe\xbc\x62\x1a\x24\xca\x7e\xad\x2f\x4f\x84\x80\x34\xda\x1e\xc2\x6e\x1e\xa7\x99\xe5\x66\xfb\x34\x8f\x8c\xf7\x97\x74\x09\x00\x00\xff\xff\x61\x99\x01\xcd\x2f\x01\x00\x00") - -func testFixturesDocYamlUserGuideReplicationYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuideReplicationYaml, - "test/fixtures/doc-yaml/user-guide/replication.yaml", - ) -} - -func testFixturesDocYamlUserGuideReplicationYaml() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuideReplicationYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/replication.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuideSecretsSecretEnvPodYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x5c\x90\x41\x4b\x03\x31\x10\x85\xef\xf9\x15\x8f\x3d\x1b\x4a\xaf\xb9\x15\xad\x17\x51\x4a\x2d\x82\x88\x94\xd9\xec\x53\x43\x9b\x64\x49\xd2\xe0\xfe\x7b\x59\x0d\xb5\x7a\x19\x66\xde\xf7\xe0\xcd\x8c\x8c\xee\x89\x29\xbb\x18\x0c\xea\x52\x1d\x5c\x18\x0c\x36\x71\x50\x9e\x45\x06\x29\x62\x14\x10\xc4\xd3\x20\xd3\x26\x16\xcd\x50\xf5\x18\x07\x95\x47\xda\x19\xda\x18\x8a\xb8\xc0\x94\xe7\x09\xd0\xcd\x5e\x98\x8b\x3e\xc3\x6f\x04\x38\x2f\xef\x34\xe8\x4f\x79\xea\xe3\x67\x13\x6d\xf4\x5e\xe6\xdc\x17\x74\x8b\xde\x85\x45\xfe\xe8\xae\xd0\x69\x3b\x57\x86\xda\xe1\xb5\x39\x19\xaa\x69\xed\x6f\xd0\xfd\xf3\xfe\x71\x7d\xbd\x5d\xef\xf6\x37\xab\xdd\xea\x8c\x81\x2a\xc7\x13\x6f\x53\xf4\xe6\x42\x44\xbb\xe3\x8e\xd3\x96\x6f\x7f\x09\x2e\x57\xff\xb1\xfd\xe3\x07\x4e\x06\xf3\x5b\xf4\x52\x01\x89\xb9\x48\x2a\x9b\x78\x74\x76\x32\x78\x60\x65\x52\x5f\x01\x00\x00\xff\xff\xab\xfe\x4b\x14\x52\x01\x00\x00") - -func testFixturesDocYamlUserGuideSecretsSecretEnvPodYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuideSecretsSecretEnvPodYaml, - "test/fixtures/doc-yaml/user-guide/secrets/secret-env-pod.yaml", - ) -} - -func testFixturesDocYamlUserGuideSecretsSecretEnvPodYaml() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuideSecretsSecretEnvPodYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/secrets/secret-env-pod.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuideSecretsSecretPodYamlIn = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x6c\x90\x4d\x4e\xc3\x30\x10\x85\xf7\x3e\xc5\x53\xd8\x62\xa2\x6e\x2d\x71\x00\x16\x54\x5d\xb1\x41\x08\x0d\xce\x40\x2d\x62\x3b\xb2\x27\x41\xa8\xea\xdd\x91\x63\x97\x96\x9f\xec\xe6\xbd\x2f\xe3\x4f\x43\x93\x7b\xe0\x94\x5d\x0c\x06\xcb\x46\xbd\xbb\x30\x18\xec\xe2\xa0\x3c\x0b\x0d\x24\x64\x14\x10\xc8\xb3\x41\x66\x9b\x58\xb4\x70\x16\x3d\xc5\x41\xe5\x89\x6d\x69\x6d\x0c\x42\x2e\x70\xca\x65\x02\x74\xe3\x57\xf0\xbb\x5c\x2b\xc0\x79\x7a\x63\x83\xc3\xe1\xe6\x3e\xce\x41\x0a\x73\x57\xa2\xe3\xb1\x01\x36\x7a\x4f\x45\xe2\x11\x5d\xef\x4f\x4c\x77\x8d\x4e\xeb\x57\x37\xf2\x73\xd9\xc8\x41\x6e\x7b\x16\xdb\x37\xa7\x25\x8e\xb3\xe7\xbe\xf8\xea\x4d\x87\xa7\xb6\xab\xc6\xeb\x43\xcd\xad\x7e\x57\xab\x21\xfc\x9c\x05\x9e\xc4\xee\x21\x7b\x6e\x74\xad\x5e\x78\x8c\x1f\x17\x7f\xe8\x9f\x37\xa8\xe8\x45\x0f\xac\xaa\x3b\x92\xbd\xc1\x5f\x33\x75\x72\xf9\x75\xa2\xff\xd6\xd5\xec\xac\x5b\xe7\xed\xf9\xa4\x35\x50\x40\xe2\x2c\x94\x64\x17\x47\x67\x3f\x0d\xb6\xbc\x70\x52\x5f\x01\x00\x00\xff\xff\xff\xe9\x9b\xfb\xd1\x01\x00\x00") - -func testFixturesDocYamlUserGuideSecretsSecretPodYamlInBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuideSecretsSecretPodYamlIn, - "test/fixtures/doc-yaml/user-guide/secrets/secret-pod.yaml.in", - ) -} - -func testFixturesDocYamlUserGuideSecretsSecretPodYamlIn() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuideSecretsSecretPodYamlInBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/secrets/secret-pod.yaml.in", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuideSecretsSecretYaml = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x4a\x2c\xc8\x0c\x4b\x2d\x2a\xce\xcc\xcf\xb3\x52\x28\x33\xe4\xca\xce\xcc\x4b\xb1\x52\x08\x4e\x4d\x2e\x4a\x2d\xe1\xca\x4d\x2d\x49\x4c\x49\x2c\x49\xb4\xe2\x52\x50\xc8\x4b\xcc\x4d\xb5\x52\x28\x49\x2d\x2e\xd1\x2d\x86\xc8\xc2\x64\x40\xb4\xae\xa1\x95\x42\x4a\xae\x5b\x71\x4a\x78\x68\x89\x6f\xa0\x81\x37\x4c\xd8\x08\x49\x38\xdd\xc0\xdb\x25\x30\xdf\x96\x0b\x10\x00\x00\xff\xff\x5d\x68\x23\xda\x72\x00\x00\x00") - -func testFixturesDocYamlUserGuideSecretsSecretYamlBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuideSecretsSecretYaml, - "test/fixtures/doc-yaml/user-guide/secrets/secret.yaml", - ) -} - -func testFixturesDocYamlUserGuideSecretsSecretYaml() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuideSecretsSecretYamlBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/secrets/secret.yaml", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuideUpdateDemoImagesKittenHtmlDataJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xe6\x52\x50\x50\xca\xcc\x4d\x4c\x4f\x55\xb2\x52\x50\xca\xce\x2c\x29\x49\xcd\xd3\xcb\x2a\x48\x57\xe2\xaa\xe5\x02\x04\x00\x00\xff\xff\x27\x07\xd0\xf9\x1c\x00\x00\x00") - -func testFixturesDocYamlUserGuideUpdateDemoImagesKittenHtmlDataJsonBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuideUpdateDemoImagesKittenHtmlDataJson, - "test/fixtures/doc-yaml/user-guide/update-demo/images/kitten/html/data.json", - ) -} - -func testFixturesDocYamlUserGuideUpdateDemoImagesKittenHtmlDataJson() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuideUpdateDemoImagesKittenHtmlDataJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/update-demo/images/kitten/html/data.json", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuideUpdateDemoImagesNautilusHtmlDataJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xaa\xe6\x52\x50\x50\xca\xcc\x4d\x4c\x4f\x55\xb2\x52\x50\xca\x4b\x2c\x2d\xc9\xcc\x29\x2d\xd6\xcb\x2a\x48\x57\xe2\xaa\xe5\x02\x04\x00\x00\xff\xff\xbe\x2a\xe3\xd9\x1e\x00\x00\x00") - -func testFixturesDocYamlUserGuideUpdateDemoImagesNautilusHtmlDataJsonBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuideUpdateDemoImagesNautilusHtmlDataJson, - "test/fixtures/doc-yaml/user-guide/update-demo/images/nautilus/html/data.json", - ) -} - -func testFixturesDocYamlUserGuideUpdateDemoImagesNautilusHtmlDataJson() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuideUpdateDemoImagesNautilusHtmlDataJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/update-demo/images/nautilus/html/data.json", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuideUpdateDemoKittenRcYamlIn = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8e\x31\x4f\x03\x31\x0c\x85\xf7\xfc\x0a\xff\x81\x43\xb0\xa1\xac\x9d\x10\x4b\x85\x10\xbb\xc9\x3d\xa1\xa8\x8e\x1d\xf9\x4c\x97\xaa\xff\x1d\xa5\x70\xa5\xc3\x21\xe1\x29\x8e\xdf\xfb\xde\xe3\x5e\xdf\xe0\x4b\x35\xcd\x74\x7c\x48\x87\xaa\x73\xa6\x17\x74\xa9\x85\xa3\x9a\xee\x4c\xc3\x4d\x04\x9e\x1a\x82\x67\x0e\xce\x89\x48\xb9\x21\xd3\x67\x9f\x39\x30\xcd\x68\x36\x1d\x6a\x04\x34\x2d\x1d\x65\x08\x16\x08\x4a\x98\x8f\xf7\x86\xfc\xf2\x7b\x5c\x83\x7f\xbc\x44\x81\xd6\x85\x03\xdf\xae\xdb\xc0\x31\xc2\xef\x90\x65\xdd\xfe\xa2\x6e\x93\x89\xd6\x66\x63\x8a\x69\x70\x55\xf8\x95\x36\x51\x6d\xfc\x81\x4c\xa7\xd3\xdd\xf3\xc5\xf4\x34\xf6\xf3\xf9\x1f\x69\xdd\x3c\x6e\x6a\x4d\xbf\xf8\xbd\x79\x64\x7a\xbc\xbf\xde\x88\xba\x5b\x58\x31\xc9\xf4\xba\xdb\xa7\xaf\x00\x00\x00\xff\xff\x67\x96\xe2\x98\x7f\x01\x00\x00") - -func testFixturesDocYamlUserGuideUpdateDemoKittenRcYamlInBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuideUpdateDemoKittenRcYamlIn, - "test/fixtures/doc-yaml/user-guide/update-demo/kitten-rc.yaml.in", - ) -} - -func testFixturesDocYamlUserGuideUpdateDemoKittenRcYamlIn() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuideUpdateDemoKittenRcYamlInBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/update-demo/kitten-rc.yaml.in", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuideUpdateDemoNautilusRcYamlIn = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x8c\x8e\xb1\x4e\x03\x31\x0c\x86\xf7\x3c\xc5\xff\x02\x87\x80\x09\x65\xed\xc4\x82\x2a\x84\xd8\x4d\xce\x42\x11\x4e\x1c\x39\xbe\x2e\x55\xdf\x1d\x85\x72\x47\x07\x2a\xd5\x5b\xec\xfc\xdf\xff\x51\xcb\xef\x6c\x3d\x6b\x8d\x38\x3c\x84\xaf\x5c\xe7\x88\x57\x6e\x92\x13\x79\xd6\xba\xd3\xea\xa6\x22\x6c\xa1\xb0\xd3\x4c\x4e\x31\x00\x95\x0a\x47\x2c\x6d\x26\xe7\x69\xe6\xa2\x53\xa5\xc5\xb3\x2c\x3d\xf4\xc6\x69\x7c\xb1\x33\xa4\x47\x3c\x06\xa0\xb3\x70\x72\xb5\x71\xf9\x27\xfe\xb3\x3d\xac\x22\x1b\x0b\x70\x2e\x4d\xc8\xf9\x9c\xbb\x54\x18\x23\xf4\xc1\xd2\xd7\xd7\x35\xee\x35\x36\xb0\xba\x8e\x49\x5a\x9d\x72\x65\xdb\x78\x13\x72\xa1\x4f\x8e\x38\x1e\xef\x5e\x7e\x63\xcf\x63\x73\x3a\xdd\xd0\xd8\xd4\xfc\x42\x6d\xfa\x2b\xd8\xab\x79\xc4\xd3\xfd\x76\x03\x9a\xa9\x6b\x52\x89\x78\xdb\xed\xc3\x77\x00\x00\x00\xff\xff\x95\x67\x7a\xc0\x95\x01\x00\x00") - -func testFixturesDocYamlUserGuideUpdateDemoNautilusRcYamlInBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuideUpdateDemoNautilusRcYamlIn, - "test/fixtures/doc-yaml/user-guide/update-demo/nautilus-rc.yaml.in", - ) -} - -func testFixturesDocYamlUserGuideUpdateDemoNautilusRcYamlIn() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuideUpdateDemoNautilusRcYamlInBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/update-demo/nautilus-rc.yaml.in", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesDocYamlUserGuideWalkthroughPodtemplateJson = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x74\x8d\x3d\x8a\xc3\x30\x10\x85\x7b\x9f\x62\x98\xda\x0b\xbb\xdd\xe2\x43\x2c\x2e\x96\x34\x21\xc5\xc4\x1e\x8c\x88\x35\x12\xf2\x10\x02\x41\x77\x0f\xfe\x91\x2d\x07\xa7\x11\xe2\xbd\x6f\xbe\x07\xf0\x2c\x00\x00\x90\xbc\x39\x71\x18\x8c\x13\xac\x00\xef\x3f\x58\xce\xf9\xcd\x48\x3b\x26\xb5\x6b\xff\xd9\xfa\x9e\x94\x53\x65\x59\xa9\x25\x25\xac\x16\x09\x00\x0a\x59\x1e\x71\xe9\x8c\x3c\x70\x4a\xe3\x82\x6b\x3a\xcf\xf0\x03\x05\x00\xf6\x74\xe5\x7e\xd8\x65\xc7\xea\x4c\x3f\x21\x1d\x0b\x07\x52\xfe\xcb\xd1\xaf\xc4\xae\x24\x0e\x9e\x9b\xbd\x1e\x1b\x27\x4a\x46\x38\x8c\xbb\xe7\x7c\xf8\x7d\xb9\xdc\x75\xc6\x52\xf7\xb1\xf4\x2e\xe8\xec\xdb\xfc\xb5\x0b\x8a\x15\xfc\x7e\xc7\xcb\xc6\xae\xff\x58\xa4\x37\x16\xaf\x00\x00\x00\xff\xff\x18\xd3\xb9\x9c\x9c\x01\x00\x00") - -func testFixturesDocYamlUserGuideWalkthroughPodtemplateJsonBytes() ([]byte, error) { - return bindataRead( - _testFixturesDocYamlUserGuideWalkthroughPodtemplateJson, - "test/fixtures/doc-yaml/user-guide/walkthrough/podtemplate.json", - ) -} - -func testFixturesDocYamlUserGuideWalkthroughPodtemplateJson() (*asset, error) { - bytes, err := testFixturesDocYamlUserGuideWalkthroughPodtemplateJsonBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/doc-yaml/user-guide/walkthrough/podtemplate.json", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesPkgKubectlOwners = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x54\xca\xb1\x0a\x02\x31\x0c\x00\xd0\x3d\x5f\x11\x70\xee\x75\x95\xdb\x5d\x15\xbc\xc1\x39\xd4\xd0\x06\xb5\x29\x49\x68\x7f\x5f\x70\x73\x7f\x27\x3c\x98\x31\x1a\xe3\xed\x71\xbd\xdc\x0f\x7c\x6a\x71\xa4\xc0\x16\x31\x7c\xcf\xb9\xea\xf6\x3a\xfb\x26\x9a\x75\x75\x36\x07\xa0\x31\x4c\x27\x9b\xef\x90\xd0\xa5\xa6\xf2\x96\xf4\x21\xe9\x41\xf2\x13\xc6\x53\x78\xfd\x03\xf8\x06\x00\x00\xff\xff\xf3\x7b\xef\xed\x69\x00\x00\x00") - -func testFixturesPkgKubectlOwnersBytes() ([]byte, error) { - return bindataRead( - _testFixturesPkgKubectlOwners, - "test/fixtures/pkg/kubectl/OWNERS", - ) -} - -func testFixturesPkgKubectlOwners() (*asset, error) { - bytes, err := testFixturesPkgKubectlOwnersBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/pkg/kubectl/OWNERS", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesPkgKubectlPluginsBarKubectlBar = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x52\x56\xd4\x4f\xca\xcc\xd3\x4f\x4a\x2c\xce\xe0\xe2\x4a\x4d\xce\xc8\x57\x50\xf2\x54\x48\xcc\x55\x28\xc8\x29\x4d\xcf\xcc\x53\x48\x4a\x2c\x52\x48\x4e\xcc\xc9\x49\x4d\x51\x28\xcf\x2c\xc9\x50\x48\x2c\x4a\x2f\x56\x50\x31\x50\x50\x71\x50\xe2\x02\x04\x00\x00\xff\xff\xb1\x1b\x02\xcf\x3b\x00\x00\x00") - -func testFixturesPkgKubectlPluginsBarKubectlBarBytes() ([]byte, error) { - return bindataRead( - _testFixturesPkgKubectlPluginsBarKubectlBar, - "test/fixtures/pkg/kubectl/plugins/bar/kubectl-bar", - ) -} - -func testFixturesPkgKubectlPluginsBarKubectlBar() (*asset, error) { - bytes, err := testFixturesPkgKubectlPluginsBarKubectlBarBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/pkg/kubectl/plugins/bar/kubectl-bar", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesPkgKubectlPluginsFooKubectlFoo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x52\x56\xd4\x4f\xca\xcc\xd3\x4f\x4a\x2c\xce\xe0\xe2\x4a\x4d\xce\xc8\x57\x50\xf2\x54\x48\xcc\x55\x28\xc8\x29\x4d\xcf\xcc\x53\x48\xcb\xcf\x57\xe2\x02\x04\x00\x00\xff\xff\xb5\x26\x01\x36\x24\x00\x00\x00") - -func testFixturesPkgKubectlPluginsFooKubectlFooBytes() ([]byte, error) { - return bindataRead( - _testFixturesPkgKubectlPluginsFooKubectlFoo, - "test/fixtures/pkg/kubectl/plugins/foo/kubectl-foo", - ) -} - -func testFixturesPkgKubectlPluginsFooKubectlFoo() (*asset, error) { - bytes, err := testFixturesPkgKubectlPluginsFooKubectlFooBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/pkg/kubectl/plugins/foo/kubectl-foo", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesPkgKubectlPluginsKubectlFoo = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x52\x56\xd4\x4f\xca\xcc\xd3\x4f\x4a\x2c\xce\xe0\xe2\x4a\x4d\xce\xc8\x57\x50\xf2\x54\x48\xcc\x55\x28\xc8\x29\x4d\xcf\xcc\x53\x48\xcb\xcf\x57\xe2\x02\x04\x00\x00\xff\xff\xb5\x26\x01\x36\x24\x00\x00\x00") - -func testFixturesPkgKubectlPluginsKubectlFooBytes() ([]byte, error) { - return bindataRead( - _testFixturesPkgKubectlPluginsKubectlFoo, - "test/fixtures/pkg/kubectl/plugins/kubectl-foo", - ) -} - -func testFixturesPkgKubectlPluginsKubectlFoo() (*asset, error) { - bytes, err := testFixturesPkgKubectlPluginsKubectlFooBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/pkg/kubectl/plugins/kubectl-foo", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -var _testFixturesPkgKubectlPluginsVersionKubectlVersion = []byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\x34\xca\xc1\x09\x02\x41\x0c\x05\xd0\x7b\xaa\xf8\x32\x67\xd9\x66\x6c\x20\xcb\x84\x4d\x40\x92\xc5\x9f\x51\xcb\x17\x41\x8f\x0f\xde\xb8\x6c\x7b\xe4\xb6\x2b\x5d\x64\xe0\xe6\x41\x9c\xf7\x75\x44\x22\x08\x45\xd6\xb5\x4e\x68\xce\x2f\x17\x6d\xa2\x0b\x6d\x6c\x19\xd0\xff\x6c\xd7\x46\x3d\xed\x41\xd7\x59\x2f\x42\x13\xf6\x0e\x76\xe4\xf1\x3b\xf2\x09\x00\x00\xff\xff\xa4\x70\x55\x31\x69\x00\x00\x00") - -func testFixturesPkgKubectlPluginsVersionKubectlVersionBytes() ([]byte, error) { - return bindataRead( - _testFixturesPkgKubectlPluginsVersionKubectlVersion, - "test/fixtures/pkg/kubectl/plugins/version/kubectl-version", - ) -} - -func testFixturesPkgKubectlPluginsVersionKubectlVersion() (*asset, error) { - bytes, err := testFixturesPkgKubectlPluginsVersionKubectlVersionBytes() - if err != nil { - return nil, err - } - - info := bindataFileInfo{name: "test/fixtures/pkg/kubectl/plugins/version/kubectl-version", size: 0, mode: os.FileMode(0), modTime: time.Unix(0, 0)} - a := &asset{bytes: bytes, info: info} - return a, nil -} - -// Asset loads and returns the asset for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func Asset(name string) ([]byte, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("Asset %s can't read by error: %v", name, err) - } - return a.bytes, nil - } - return nil, fmt.Errorf("Asset %s not found", name) -} - -// MustAsset is like Asset but panics when Asset would return an error. -// It simplifies safe initialization of global variables. -func MustAsset(name string) []byte { - a, err := Asset(name) - if err != nil { - panic("asset: Asset(" + name + "): " + err.Error()) - } - - return a -} - -// AssetInfo loads and returns the asset info for the given name. -// It returns an error if the asset could not be found or -// could not be loaded. -func AssetInfo(name string) (os.FileInfo, error) { - cannonicalName := strings.Replace(name, "\\", "/", -1) - if f, ok := _bindata[cannonicalName]; ok { - a, err := f() - if err != nil { - return nil, fmt.Errorf("AssetInfo %s can't read by error: %v", name, err) - } - return a.info, nil - } - return nil, fmt.Errorf("AssetInfo %s not found", name) -} - -// AssetNames returns the names of the assets. -func AssetNames() []string { - names := make([]string, 0, len(_bindata)) - for name := range _bindata { - names = append(names, name) - } - return names -} - -// _bindata is a table, holding each asset generator, mapped to its name. -var _bindata = map[string]func() (*asset, error){ - "test/e2e/testing-manifests/flexvolume/attachable-with-long-mount": testE2eTestingManifestsFlexvolumeAttachableWithLongMount, - "test/e2e/testing-manifests/flexvolume/dummy": testE2eTestingManifestsFlexvolumeDummy, - "test/e2e/testing-manifests/flexvolume/dummy-attachable": testE2eTestingManifestsFlexvolumeDummyAttachable, - "test/e2e/testing-manifests/guestbook/frontend-deployment.yaml.in": testE2eTestingManifestsGuestbookFrontendDeploymentYamlIn, - "test/e2e/testing-manifests/guestbook/frontend-service.yaml": testE2eTestingManifestsGuestbookFrontendServiceYaml, - "test/e2e/testing-manifests/guestbook/legacy/frontend-controller.yaml": testE2eTestingManifestsGuestbookLegacyFrontendControllerYaml, - "test/e2e/testing-manifests/guestbook/legacy/redis-master-controller.yaml": testE2eTestingManifestsGuestbookLegacyRedisMasterControllerYaml, - "test/e2e/testing-manifests/guestbook/legacy/redis-slave-controller.yaml": testE2eTestingManifestsGuestbookLegacyRedisSlaveControllerYaml, - "test/e2e/testing-manifests/guestbook/redis-master-deployment.yaml.in": testE2eTestingManifestsGuestbookRedisMasterDeploymentYamlIn, - "test/e2e/testing-manifests/guestbook/redis-master-service.yaml": testE2eTestingManifestsGuestbookRedisMasterServiceYaml, - "test/e2e/testing-manifests/guestbook/redis-slave-deployment.yaml.in": testE2eTestingManifestsGuestbookRedisSlaveDeploymentYamlIn, - "test/e2e/testing-manifests/guestbook/redis-slave-service.yaml": testE2eTestingManifestsGuestbookRedisSlaveServiceYaml, - "test/e2e/testing-manifests/ingress/gce/static-ip-2/ing.yaml": testE2eTestingManifestsIngressGceStaticIp2IngYaml, - "test/e2e/testing-manifests/ingress/gce/static-ip-2/rc.yaml": testE2eTestingManifestsIngressGceStaticIp2RcYaml, - "test/e2e/testing-manifests/ingress/gce/static-ip-2/svc.yaml": testE2eTestingManifestsIngressGceStaticIp2SvcYaml, - "test/e2e/testing-manifests/ingress/http/ing.yaml": testE2eTestingManifestsIngressHttpIngYaml, - "test/e2e/testing-manifests/ingress/http/rc.yaml": testE2eTestingManifestsIngressHttpRcYaml, - "test/e2e/testing-manifests/ingress/http/svc.yaml": testE2eTestingManifestsIngressHttpSvcYaml, - "test/e2e/testing-manifests/ingress/http2/ing.yaml": testE2eTestingManifestsIngressHttp2IngYaml, - "test/e2e/testing-manifests/ingress/http2/rc.yaml": testE2eTestingManifestsIngressHttp2RcYaml, - "test/e2e/testing-manifests/ingress/http2/svc.yaml": testE2eTestingManifestsIngressHttp2SvcYaml, - "test/e2e/testing-manifests/ingress/multiple-certs/ing.yaml": testE2eTestingManifestsIngressMultipleCertsIngYaml, - "test/e2e/testing-manifests/ingress/multiple-certs/rc.yaml": testE2eTestingManifestsIngressMultipleCertsRcYaml, - "test/e2e/testing-manifests/ingress/multiple-certs/svc.yaml": testE2eTestingManifestsIngressMultipleCertsSvcYaml, - "test/e2e/testing-manifests/ingress/neg/ing.yaml": testE2eTestingManifestsIngressNegIngYaml, - "test/e2e/testing-manifests/ingress/neg/rc.yaml": testE2eTestingManifestsIngressNegRcYaml, - "test/e2e/testing-manifests/ingress/neg/svc.yaml": testE2eTestingManifestsIngressNegSvcYaml, - "test/e2e/testing-manifests/ingress/neg-clusterip/ing.yaml": testE2eTestingManifestsIngressNegClusteripIngYaml, - "test/e2e/testing-manifests/ingress/neg-clusterip/rc.yaml": testE2eTestingManifestsIngressNegClusteripRcYaml, - "test/e2e/testing-manifests/ingress/neg-clusterip/svc.yaml": testE2eTestingManifestsIngressNegClusteripSvcYaml, - "test/e2e/testing-manifests/ingress/neg-exposed/ing.yaml": testE2eTestingManifestsIngressNegExposedIngYaml, - "test/e2e/testing-manifests/ingress/neg-exposed/rc.yaml": testE2eTestingManifestsIngressNegExposedRcYaml, - "test/e2e/testing-manifests/ingress/neg-exposed/svc.yaml": testE2eTestingManifestsIngressNegExposedSvcYaml, - "test/e2e/testing-manifests/ingress/nginx/rc.yaml": testE2eTestingManifestsIngressNginxRcYaml, - "test/e2e/testing-manifests/ingress/pre-shared-cert/ing.yaml": testE2eTestingManifestsIngressPreSharedCertIngYaml, - "test/e2e/testing-manifests/ingress/pre-shared-cert/rc.yaml": testE2eTestingManifestsIngressPreSharedCertRcYaml, - "test/e2e/testing-manifests/ingress/pre-shared-cert/svc.yaml": testE2eTestingManifestsIngressPreSharedCertSvcYaml, - "test/e2e/testing-manifests/ingress/static-ip/ing.yaml": testE2eTestingManifestsIngressStaticIpIngYaml, - "test/e2e/testing-manifests/ingress/static-ip/rc.yaml": testE2eTestingManifestsIngressStaticIpRcYaml, - "test/e2e/testing-manifests/ingress/static-ip/secret.yaml": testE2eTestingManifestsIngressStaticIpSecretYaml, - "test/e2e/testing-manifests/ingress/static-ip/svc.yaml": testE2eTestingManifestsIngressStaticIpSvcYaml, - "test/e2e/testing-manifests/kubectl/busybox-pod.yaml": testE2eTestingManifestsKubectlBusyboxPodYaml, - "test/e2e/testing-manifests/kubectl/httpd-deployment1.yaml.in": testE2eTestingManifestsKubectlHttpdDeployment1YamlIn, - "test/e2e/testing-manifests/kubectl/httpd-deployment2.yaml.in": testE2eTestingManifestsKubectlHttpdDeployment2YamlIn, - "test/e2e/testing-manifests/kubectl/httpd-deployment3.yaml.in": testE2eTestingManifestsKubectlHttpdDeployment3YamlIn, - "test/e2e/testing-manifests/kubectl/pause-pod.yaml.in": testE2eTestingManifestsKubectlPausePodYamlIn, - "test/e2e/testing-manifests/kubectl/pod-with-readiness-probe.yaml.in": testE2eTestingManifestsKubectlPodWithReadinessProbeYamlIn, - "test/e2e/testing-manifests/kubectl/redis-master-controller.json.in": testE2eTestingManifestsKubectlRedisMasterControllerJsonIn, - "test/e2e/testing-manifests/kubectl/redis-master-pod.yaml": testE2eTestingManifestsKubectlRedisMasterPodYaml, - "test/e2e/testing-manifests/kubectl/redis-master-service.json": testE2eTestingManifestsKubectlRedisMasterServiceJson, - "test/e2e/testing-manifests/pod": testE2eTestingManifestsPod, - "test/e2e/testing-manifests/rbd-storage-class.yaml": testE2eTestingManifestsRbdStorageClassYaml, - "test/e2e/testing-manifests/sample-device-plugin.yaml": testE2eTestingManifestsSampleDevicePluginYaml, - "test/e2e/testing-manifests/serviceloadbalancer/haproxyrc.yaml": testE2eTestingManifestsServiceloadbalancerHaproxyrcYaml, - "test/e2e/testing-manifests/serviceloadbalancer/netexecrc.yaml": testE2eTestingManifestsServiceloadbalancerNetexecrcYaml, - "test/e2e/testing-manifests/serviceloadbalancer/netexecsvc.yaml": testE2eTestingManifestsServiceloadbalancerNetexecsvcYaml, - "test/e2e/testing-manifests/serviceloadbalancer/nginxrc.yaml": testE2eTestingManifestsServiceloadbalancerNginxrcYaml, - "test/e2e/testing-manifests/serviceloadbalancer/nginxsvc.yaml": testE2eTestingManifestsServiceloadbalancerNginxsvcYaml, - "test/e2e/testing-manifests/statefulset/cassandra/controller.yaml": testE2eTestingManifestsStatefulsetCassandraControllerYaml, - "test/e2e/testing-manifests/statefulset/cassandra/pdb.yaml": testE2eTestingManifestsStatefulsetCassandraPdbYaml, - "test/e2e/testing-manifests/statefulset/cassandra/service.yaml": testE2eTestingManifestsStatefulsetCassandraServiceYaml, - "test/e2e/testing-manifests/statefulset/cassandra/statefulset.yaml": testE2eTestingManifestsStatefulsetCassandraStatefulsetYaml, - "test/e2e/testing-manifests/statefulset/cassandra/tester.yaml": testE2eTestingManifestsStatefulsetCassandraTesterYaml, - "test/e2e/testing-manifests/statefulset/cockroachdb/service.yaml": testE2eTestingManifestsStatefulsetCockroachdbServiceYaml, - "test/e2e/testing-manifests/statefulset/cockroachdb/statefulset.yaml": testE2eTestingManifestsStatefulsetCockroachdbStatefulsetYaml, - "test/e2e/testing-manifests/statefulset/etcd/pdb.yaml": testE2eTestingManifestsStatefulsetEtcdPdbYaml, - "test/e2e/testing-manifests/statefulset/etcd/service.yaml": testE2eTestingManifestsStatefulsetEtcdServiceYaml, - "test/e2e/testing-manifests/statefulset/etcd/statefulset.yaml": testE2eTestingManifestsStatefulsetEtcdStatefulsetYaml, - "test/e2e/testing-manifests/statefulset/etcd/tester.yaml": testE2eTestingManifestsStatefulsetEtcdTesterYaml, - "test/e2e/testing-manifests/statefulset/mysql-galera/service.yaml": testE2eTestingManifestsStatefulsetMysqlGaleraServiceYaml, - "test/e2e/testing-manifests/statefulset/mysql-galera/statefulset.yaml": testE2eTestingManifestsStatefulsetMysqlGaleraStatefulsetYaml, - "test/e2e/testing-manifests/statefulset/mysql-upgrade/configmap.yaml": testE2eTestingManifestsStatefulsetMysqlUpgradeConfigmapYaml, - "test/e2e/testing-manifests/statefulset/mysql-upgrade/service.yaml": testE2eTestingManifestsStatefulsetMysqlUpgradeServiceYaml, - "test/e2e/testing-manifests/statefulset/mysql-upgrade/statefulset.yaml": testE2eTestingManifestsStatefulsetMysqlUpgradeStatefulsetYaml, - "test/e2e/testing-manifests/statefulset/mysql-upgrade/tester.yaml": testE2eTestingManifestsStatefulsetMysqlUpgradeTesterYaml, - "test/e2e/testing-manifests/statefulset/nginx/service.yaml": testE2eTestingManifestsStatefulsetNginxServiceYaml, - "test/e2e/testing-manifests/statefulset/nginx/statefulset.yaml": testE2eTestingManifestsStatefulsetNginxStatefulsetYaml, - "test/e2e/testing-manifests/statefulset/redis/service.yaml": testE2eTestingManifestsStatefulsetRedisServiceYaml, - "test/e2e/testing-manifests/statefulset/redis/statefulset.yaml": testE2eTestingManifestsStatefulsetRedisStatefulsetYaml, - "test/e2e/testing-manifests/statefulset/zookeeper/service.yaml": testE2eTestingManifestsStatefulsetZookeeperServiceYaml, - "test/e2e/testing-manifests/statefulset/zookeeper/statefulset.yaml": testE2eTestingManifestsStatefulsetZookeeperStatefulsetYaml, - "test/e2e/testing-manifests/storage-csi/OWNERS": testE2eTestingManifestsStorageCsiOwners, - "test/e2e/testing-manifests/storage-csi/controller-role.yaml": testE2eTestingManifestsStorageCsiControllerRoleYaml, - "test/e2e/testing-manifests/storage-csi/external-attacher/rbac.yaml": testE2eTestingManifestsStorageCsiExternalAttacherRbacYaml, - "test/e2e/testing-manifests/storage-csi/external-provisioner/rbac.yaml": testE2eTestingManifestsStorageCsiExternalProvisionerRbacYaml, - "test/e2e/testing-manifests/storage-csi/external-resizer/rbac.yaml": testE2eTestingManifestsStorageCsiExternalResizerRbacYaml, - "test/e2e/testing-manifests/storage-csi/external-snapshotter/rbac.yaml": testE2eTestingManifestsStorageCsiExternalSnapshotterRbacYaml, - "test/e2e/testing-manifests/storage-csi/gce-pd/controller_ss.yaml": testE2eTestingManifestsStorageCsiGcePdController_ssYaml, - "test/e2e/testing-manifests/storage-csi/gce-pd/csi-controller-rbac.yaml": testE2eTestingManifestsStorageCsiGcePdCsiControllerRbacYaml, - "test/e2e/testing-manifests/storage-csi/gce-pd/node_ds.yaml": testE2eTestingManifestsStorageCsiGcePdNode_dsYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-attacher.yaml": testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathAttacherYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-driverinfo.yaml": testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathDriverinfoYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-plugin.yaml": testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathPluginYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-provisioner.yaml": testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathProvisionerYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-resizer.yaml": testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathResizerYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/csi-hostpath-snapshotter.yaml": testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathSnapshotterYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath/e2e-test-rbac.yaml": testE2eTestingManifestsStorageCsiHostpathHostpathE2eTestRbacYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpath-attacher.yaml": testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathAttacherYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpath-provisioner.yaml": testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathProvisionerYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/csi-hostpathplugin.yaml": testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathpluginYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/hostpath-v0/e2e-test-rbac.yaml": testE2eTestingManifestsStorageCsiHostpathHostpathV0E2eTestRbacYaml, - "test/e2e/testing-manifests/storage-csi/hostpath/usage/csi-storageclass.yaml": testE2eTestingManifestsStorageCsiHostpathUsageCsiStorageclassYaml, - "test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver-attacher.yaml": testE2eTestingManifestsStorageCsiMockCsiMockDriverAttacherYaml, - "test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver-resizer.yaml": testE2eTestingManifestsStorageCsiMockCsiMockDriverResizerYaml, - "test/e2e/testing-manifests/storage-csi/mock/csi-mock-driver.yaml": testE2eTestingManifestsStorageCsiMockCsiMockDriverYaml, - "test/e2e/testing-manifests/storage-csi/mock/csi-mock-driverinfo.yaml": testE2eTestingManifestsStorageCsiMockCsiMockDriverinfoYaml, - "test/e2e/testing-manifests/storage-csi/mock/csi-mock-rbac.yaml": testE2eTestingManifestsStorageCsiMockCsiMockRbacYaml, - "test/e2e/testing-manifests/storage-csi/mock/csi-storageclass.yaml": testE2eTestingManifestsStorageCsiMockCsiStorageclassYaml, - "test/images/Makefile": testImagesMakefile, - "test/images/OWNERS": testImagesOwners, - "test/images/agnhost/.gitignore": testImagesAgnhostGitignore, - "test/images/agnhost/BASEIMAGE": testImagesAgnhostBaseimage, - "test/images/agnhost/Dockerfile": testImagesAgnhostDockerfile, - "test/images/agnhost/Makefile": testImagesAgnhostMakefile, - "test/images/agnhost/VERSION": testImagesAgnhostVersion, - "test/images/agnhost/agnhost.go": testImagesAgnhostAgnhostGo, - "test/images/agnhost/audit-proxy/main.go": testImagesAgnhostAuditProxyMainGo, - "test/images/agnhost/connect/connect.go": testImagesAgnhostConnectConnectGo, - "test/images/agnhost/crd-conversion-webhook/config.go": testImagesAgnhostCrdConversionWebhookConfigGo, - "test/images/agnhost/crd-conversion-webhook/converter/converter_test.go": testImagesAgnhostCrdConversionWebhookConverterConverter_testGo, - "test/images/agnhost/crd-conversion-webhook/converter/example_converter.go": testImagesAgnhostCrdConversionWebhookConverterExample_converterGo, - "test/images/agnhost/crd-conversion-webhook/converter/framework.go": testImagesAgnhostCrdConversionWebhookConverterFrameworkGo, - "test/images/agnhost/crd-conversion-webhook/main.go": testImagesAgnhostCrdConversionWebhookMainGo, - "test/images/agnhost/dns/common.go": testImagesAgnhostDnsCommonGo, - "test/images/agnhost/dns/dns.go": testImagesAgnhostDnsDnsGo, - "test/images/agnhost/dns/dns_windows.go": testImagesAgnhostDnsDns_windowsGo, - "test/images/agnhost/entrypoint-tester/ep.go": testImagesAgnhostEntrypointTesterEpGo, - "test/images/agnhost/fakegitserver/gitserver.go": testImagesAgnhostFakegitserverGitserverGo, - "test/images/agnhost/inclusterclient/main.go": testImagesAgnhostInclusterclientMainGo, - "test/images/agnhost/liveness/server.go": testImagesAgnhostLivenessServerGo, - "test/images/agnhost/logs-generator/logs_generator.go": testImagesAgnhostLogsGeneratorLogs_generatorGo, - "test/images/agnhost/net/common/common.go": testImagesAgnhostNetCommonCommonGo, - "test/images/agnhost/net/main.go": testImagesAgnhostNetMainGo, - "test/images/agnhost/net/nat/closewait.go": testImagesAgnhostNetNatClosewaitGo, - "test/images/agnhost/netexec/netexec.go": testImagesAgnhostNetexecNetexecGo, - "test/images/agnhost/nettest/nettest.go": testImagesAgnhostNettestNettestGo, - "test/images/agnhost/no-snat-test/main.go": testImagesAgnhostNoSnatTestMainGo, - "test/images/agnhost/no-snat-test-proxy/main.go": testImagesAgnhostNoSnatTestProxyMainGo, - "test/images/agnhost/pause/pause.go": testImagesAgnhostPausePauseGo, - "test/images/agnhost/port-forward-tester/portforwardtester.go": testImagesAgnhostPortForwardTesterPortforwardtesterGo, - "test/images/agnhost/porter/localhost.crt": testImagesAgnhostPorterLocalhostCrt, - "test/images/agnhost/porter/localhost.key": testImagesAgnhostPorterLocalhostKey, - "test/images/agnhost/porter/porter.go": testImagesAgnhostPorterPorterGo, - "test/images/agnhost/serve-hostname/serve_hostname.go": testImagesAgnhostServeHostnameServe_hostnameGo, - "test/images/agnhost/webhook/addlabel.go": testImagesAgnhostWebhookAddlabelGo, - "test/images/agnhost/webhook/addlabel_test.go": testImagesAgnhostWebhookAddlabel_testGo, - "test/images/agnhost/webhook/alwaysallow.go": testImagesAgnhostWebhookAlwaysallowGo, - "test/images/agnhost/webhook/alwaysdeny.go": testImagesAgnhostWebhookAlwaysdenyGo, - "test/images/agnhost/webhook/config.go": testImagesAgnhostWebhookConfigGo, - "test/images/agnhost/webhook/configmap.go": testImagesAgnhostWebhookConfigmapGo, - "test/images/agnhost/webhook/convert.go": testImagesAgnhostWebhookConvertGo, - "test/images/agnhost/webhook/convert_test.go": testImagesAgnhostWebhookConvert_testGo, - "test/images/agnhost/webhook/crd.go": testImagesAgnhostWebhookCrdGo, - "test/images/agnhost/webhook/customresource.go": testImagesAgnhostWebhookCustomresourceGo, - "test/images/agnhost/webhook/main.go": testImagesAgnhostWebhookMainGo, - "test/images/agnhost/webhook/patch_test.go": testImagesAgnhostWebhookPatch_testGo, - "test/images/agnhost/webhook/pods.go": testImagesAgnhostWebhookPodsGo, - "test/images/agnhost/webhook/scheme.go": testImagesAgnhostWebhookSchemeGo, - "test/images/apparmor-loader/BASEIMAGE": testImagesApparmorLoaderBaseimage, - "test/images/apparmor-loader/Dockerfile": testImagesApparmorLoaderDockerfile, - "test/images/apparmor-loader/Makefile": testImagesApparmorLoaderMakefile, - "test/images/apparmor-loader/VERSION": testImagesApparmorLoaderVersion, - "test/images/apparmor-loader/example-configmap.yaml": testImagesApparmorLoaderExampleConfigmapYaml, - "test/images/apparmor-loader/example-daemon.yaml": testImagesApparmorLoaderExampleDaemonYaml, - "test/images/apparmor-loader/example-namespace.yaml": testImagesApparmorLoaderExampleNamespaceYaml, - "test/images/apparmor-loader/example-pod.yaml": testImagesApparmorLoaderExamplePodYaml, - "test/images/apparmor-loader/loader.go": testImagesApparmorLoaderLoaderGo, - "test/images/cuda-vector-add/BASEIMAGE": testImagesCudaVectorAddBaseimage, - "test/images/cuda-vector-add/Dockerfile": testImagesCudaVectorAddDockerfile, - "test/images/cuda-vector-add/VERSION": testImagesCudaVectorAddVersion, - "test/images/dnsutils/BASEIMAGE": testImagesDnsutilsBaseimage, - "test/images/dnsutils/Dockerfile": testImagesDnsutilsDockerfile, - "test/images/dnsutils/Dockerfile_windows": testImagesDnsutilsDockerfile_windows, - "test/images/dnsutils/VERSION": testImagesDnsutilsVersion, - "test/images/echoserver/BASEIMAGE": testImagesEchoserverBaseimage, - "test/images/echoserver/Dockerfile": testImagesEchoserverDockerfile, - "test/images/echoserver/VERSION": testImagesEchoserverVersion, - "test/images/echoserver/nginx.conf": testImagesEchoserverNginxConf, - "test/images/echoserver/run.sh": testImagesEchoserverRunSh, - "test/images/echoserver/template.lua": testImagesEchoserverTemplateLua, - "test/images/image-util.sh": testImagesImageUtilSh, - "test/images/ipc-utils/BASEIMAGE": testImagesIpcUtilsBaseimage, - "test/images/ipc-utils/Dockerfile": testImagesIpcUtilsDockerfile, - "test/images/ipc-utils/VERSION": testImagesIpcUtilsVersion, - "test/images/jessie-dnsutils/BASEIMAGE": testImagesJessieDnsutilsBaseimage, - "test/images/jessie-dnsutils/Dockerfile": testImagesJessieDnsutilsDockerfile, - "test/images/jessie-dnsutils/VERSION": testImagesJessieDnsutilsVersion, - "test/images/jessie-dnsutils/fixup-apt-list.sh": testImagesJessieDnsutilsFixupAptListSh, - "test/images/kitten/BASEIMAGE": testImagesKittenBaseimage, - "test/images/kitten/Dockerfile": testImagesKittenDockerfile, - "test/images/kitten/VERSION": testImagesKittenVersion, - "test/images/kitten/html/data.json": testImagesKittenHtmlDataJson, - "test/images/metadata-concealment/Dockerfile": testImagesMetadataConcealmentDockerfile, - "test/images/metadata-concealment/Makefile": testImagesMetadataConcealmentMakefile, - "test/images/metadata-concealment/VERSION": testImagesMetadataConcealmentVersion, - "test/images/metadata-concealment/check_metadata_concealment.go": testImagesMetadataConcealmentCheck_metadata_concealmentGo, - "test/images/mounttest/Dockerfile": testImagesMounttestDockerfile, - "test/images/mounttest/Makefile": testImagesMounttestMakefile, - "test/images/mounttest/VERSION": testImagesMounttestVersion, - "test/images/mounttest/mt.go": testImagesMounttestMtGo, - "test/images/mounttest-user/BASEIMAGE": testImagesMounttestUserBaseimage, - "test/images/mounttest-user/Dockerfile": testImagesMounttestUserDockerfile, - "test/images/mounttest-user/VERSION": testImagesMounttestUserVersion, - "test/images/nautilus/BASEIMAGE": testImagesNautilusBaseimage, - "test/images/nautilus/Dockerfile": testImagesNautilusDockerfile, - "test/images/nautilus/VERSION": testImagesNautilusVersion, - "test/images/nautilus/html/data.json": testImagesNautilusHtmlDataJson, - "test/images/node-perf/npb-ep/BASEIMAGE": testImagesNodePerfNpbEpBaseimage, - "test/images/node-perf/npb-ep/Dockerfile": testImagesNodePerfNpbEpDockerfile, - "test/images/node-perf/npb-ep/VERSION": testImagesNodePerfNpbEpVersion, - "test/images/node-perf/npb-is/BASEIMAGE": testImagesNodePerfNpbIsBaseimage, - "test/images/node-perf/npb-is/Dockerfile": testImagesNodePerfNpbIsDockerfile, - "test/images/node-perf/npb-is/VERSION": testImagesNodePerfNpbIsVersion, - "test/images/node-perf/tf-wide-deep/BASEIMAGE": testImagesNodePerfTfWideDeepBaseimage, - "test/images/node-perf/tf-wide-deep/Dockerfile": testImagesNodePerfTfWideDeepDockerfile, - "test/images/node-perf/tf-wide-deep/VERSION": testImagesNodePerfTfWideDeepVersion, - "test/images/nonewprivs/.gitignore": testImagesNonewprivsGitignore, - "test/images/nonewprivs/BASEIMAGE": testImagesNonewprivsBaseimage, - "test/images/nonewprivs/Dockerfile": testImagesNonewprivsDockerfile, - "test/images/nonewprivs/Makefile": testImagesNonewprivsMakefile, - "test/images/nonewprivs/VERSION": testImagesNonewprivsVersion, - "test/images/nonewprivs/nnp.go": testImagesNonewprivsNnpGo, - "test/images/nonroot/Dockerfile": testImagesNonrootDockerfile, - "test/images/nonroot/VERSION": testImagesNonrootVersion, - "test/images/pets/peer-finder/BASEIMAGE": testImagesPetsPeerFinderBaseimage, - "test/images/pets/peer-finder/Dockerfile": testImagesPetsPeerFinderDockerfile, - "test/images/pets/peer-finder/Makefile": testImagesPetsPeerFinderMakefile, - "test/images/pets/peer-finder/VERSION": testImagesPetsPeerFinderVersion, - "test/images/pets/peer-finder/peer-finder.go": testImagesPetsPeerFinderPeerFinderGo, - "test/images/pets/redis-installer/BASEIMAGE": testImagesPetsRedisInstallerBaseimage, - "test/images/pets/redis-installer/Dockerfile": testImagesPetsRedisInstallerDockerfile, - "test/images/pets/redis-installer/Makefile": testImagesPetsRedisInstallerMakefile, - "test/images/pets/redis-installer/VERSION": testImagesPetsRedisInstallerVersion, - "test/images/pets/redis-installer/install.sh": testImagesPetsRedisInstallerInstallSh, - "test/images/pets/redis-installer/on-start.sh": testImagesPetsRedisInstallerOnStartSh, - "test/images/pets/zookeeper-installer/BASEIMAGE": testImagesPetsZookeeperInstallerBaseimage, - "test/images/pets/zookeeper-installer/Dockerfile": testImagesPetsZookeeperInstallerDockerfile, - "test/images/pets/zookeeper-installer/Makefile": testImagesPetsZookeeperInstallerMakefile, - "test/images/pets/zookeeper-installer/VERSION": testImagesPetsZookeeperInstallerVersion, - "test/images/pets/zookeeper-installer/install.sh": testImagesPetsZookeeperInstallerInstallSh, - "test/images/pets/zookeeper-installer/on-start.sh": testImagesPetsZookeeperInstallerOnStartSh, - "test/images/redis/BASEIMAGE": testImagesRedisBaseimage, - "test/images/redis/Dockerfile": testImagesRedisDockerfile, - "test/images/redis/VERSION": testImagesRedisVersion, - "test/images/redis/redis.conf": testImagesRedisRedisConf, - "test/images/regression-issue-74839/.gitignore": testImagesRegressionIssue74839Gitignore, - "test/images/regression-issue-74839/Dockerfile": testImagesRegressionIssue74839Dockerfile, - "test/images/regression-issue-74839/Makefile": testImagesRegressionIssue74839Makefile, - "test/images/regression-issue-74839/VERSION": testImagesRegressionIssue74839Version, - "test/images/regression-issue-74839/main.go": testImagesRegressionIssue74839MainGo, - "test/images/regression-issue-74839/tcp.go": testImagesRegressionIssue74839TcpGo, - "test/images/resource-consumer/.gitignore": testImagesResourceConsumerGitignore, - "test/images/resource-consumer/BASEIMAGE": testImagesResourceConsumerBaseimage, - "test/images/resource-consumer/Dockerfile": testImagesResourceConsumerDockerfile, - "test/images/resource-consumer/Makefile": testImagesResourceConsumerMakefile, - "test/images/resource-consumer/VERSION": testImagesResourceConsumerVersion, - "test/images/resource-consumer/common/common.go": testImagesResourceConsumerCommonCommonGo, - "test/images/resource-consumer/consume-cpu/consume_cpu.go": testImagesResourceConsumerConsumeCpuConsume_cpuGo, - "test/images/resource-consumer/resource_consumer.go": testImagesResourceConsumerResource_consumerGo, - "test/images/resource-consumer/resource_consumer_handler.go": testImagesResourceConsumerResource_consumer_handlerGo, - "test/images/resource-consumer/utils.go": testImagesResourceConsumerUtilsGo, - "test/images/resource-consumer-controller/BASEIMAGE": testImagesResourceConsumerControllerBaseimage, - "test/images/resource-consumer-controller/Dockerfile": testImagesResourceConsumerControllerDockerfile, - "test/images/resource-consumer-controller/Makefile": testImagesResourceConsumerControllerMakefile, - "test/images/resource-consumer-controller/VERSION": testImagesResourceConsumerControllerVersion, - "test/images/resource-consumer-controller/controller.go": testImagesResourceConsumerControllerControllerGo, - "test/images/sample-apiserver/BASEIMAGE": testImagesSampleApiserverBaseimage, - "test/images/sample-apiserver/Dockerfile": testImagesSampleApiserverDockerfile, - "test/images/sample-apiserver/VERSION": testImagesSampleApiserverVersion, - "test/images/sample-device-plugin/BASEIMAGE": testImagesSampleDevicePluginBaseimage, - "test/images/sample-device-plugin/Dockerfile": testImagesSampleDevicePluginDockerfile, - "test/images/sample-device-plugin/Makefile": testImagesSampleDevicePluginMakefile, - "test/images/sample-device-plugin/VERSION": testImagesSampleDevicePluginVersion, - "test/images/sample-device-plugin/sampledeviceplugin.go": testImagesSampleDevicePluginSampledevicepluginGo, - "test/images/test-webserver/Dockerfile": testImagesTestWebserverDockerfile, - "test/images/test-webserver/Makefile": testImagesTestWebserverMakefile, - "test/images/test-webserver/VERSION": testImagesTestWebserverVersion, - "test/images/test-webserver/test-webserver.go": testImagesTestWebserverTestWebserverGo, - "test/images/volume/gluster/BASEIMAGE": testImagesVolumeGlusterBaseimage, - "test/images/volume/gluster/Dockerfile": testImagesVolumeGlusterDockerfile, - "test/images/volume/gluster/VERSION": testImagesVolumeGlusterVersion, - "test/images/volume/gluster/glusterd.vol": testImagesVolumeGlusterGlusterdVol, - "test/images/volume/gluster/index.html": testImagesVolumeGlusterIndexHtml, - "test/images/volume/gluster/run_gluster.sh": testImagesVolumeGlusterRun_glusterSh, - "test/images/volume/iscsi/BASEIMAGE": testImagesVolumeIscsiBaseimage, - "test/images/volume/iscsi/Dockerfile": testImagesVolumeIscsiDockerfile, - "test/images/volume/iscsi/VERSION": testImagesVolumeIscsiVersion, - "test/images/volume/iscsi/block.tar.gz": testImagesVolumeIscsiBlockTarGz, - "test/images/volume/iscsi/create_block.sh": testImagesVolumeIscsiCreate_blockSh, - "test/images/volume/iscsi/run_iscsi_target.sh": testImagesVolumeIscsiRun_iscsi_targetSh, - "test/images/volume/nfs/BASEIMAGE": testImagesVolumeNfsBaseimage, - "test/images/volume/nfs/Dockerfile": testImagesVolumeNfsDockerfile, - "test/images/volume/nfs/VERSION": testImagesVolumeNfsVersion, - "test/images/volume/nfs/index.html": testImagesVolumeNfsIndexHtml, - "test/images/volume/nfs/run_nfs.sh": testImagesVolumeNfsRun_nfsSh, - "test/images/volume/rbd/BASEIMAGE": testImagesVolumeRbdBaseimage, - "test/images/volume/rbd/Dockerfile": testImagesVolumeRbdDockerfile, - "test/images/volume/rbd/VERSION": testImagesVolumeRbdVersion, - "test/images/volume/rbd/block.tar.gz": testImagesVolumeRbdBlockTarGz, - "test/images/volume/rbd/bootstrap.sh": testImagesVolumeRbdBootstrapSh, - "test/images/volume/rbd/ceph.conf.sh": testImagesVolumeRbdCephConfSh, - "test/images/volume/rbd/create_block.sh": testImagesVolumeRbdCreate_blockSh, - "test/images/volume/rbd/keyring": testImagesVolumeRbdKeyring, - "test/images/volume/rbd/mon.sh": testImagesVolumeRbdMonSh, - "test/images/volume/rbd/osd.sh": testImagesVolumeRbdOsdSh, - "test/fixtures/doc-yaml/admin/daemon.yaml": testFixturesDocYamlAdminDaemonYaml, - "test/fixtures/doc-yaml/admin/high-availability/etcd.yaml": testFixturesDocYamlAdminHighAvailabilityEtcdYaml, - "test/fixtures/doc-yaml/admin/high-availability/kube-apiserver.yaml": testFixturesDocYamlAdminHighAvailabilityKubeApiserverYaml, - "test/fixtures/doc-yaml/admin/high-availability/kube-controller-manager.yaml": testFixturesDocYamlAdminHighAvailabilityKubeControllerManagerYaml, - "test/fixtures/doc-yaml/admin/high-availability/kube-scheduler.yaml": testFixturesDocYamlAdminHighAvailabilityKubeSchedulerYaml, - "test/fixtures/doc-yaml/admin/limitrange/invalid-pod.yaml": testFixturesDocYamlAdminLimitrangeInvalidPodYaml, - "test/fixtures/doc-yaml/admin/limitrange/limits.yaml": testFixturesDocYamlAdminLimitrangeLimitsYaml, - "test/fixtures/doc-yaml/admin/limitrange/namespace.yaml": testFixturesDocYamlAdminLimitrangeNamespaceYaml, - "test/fixtures/doc-yaml/admin/limitrange/valid-pod.yaml": testFixturesDocYamlAdminLimitrangeValidPodYaml, - "test/fixtures/doc-yaml/admin/namespaces/namespace-dev.json": testFixturesDocYamlAdminNamespacesNamespaceDevJson, - "test/fixtures/doc-yaml/admin/namespaces/namespace-prod.json": testFixturesDocYamlAdminNamespacesNamespaceProdJson, - "test/fixtures/doc-yaml/admin/resourcequota/limits.yaml": testFixturesDocYamlAdminResourcequotaLimitsYaml, - "test/fixtures/doc-yaml/admin/resourcequota/namespace.yaml": testFixturesDocYamlAdminResourcequotaNamespaceYaml, - "test/fixtures/doc-yaml/admin/resourcequota/quota.yaml": testFixturesDocYamlAdminResourcequotaQuotaYaml, - "test/fixtures/doc-yaml/user-guide/configmap/configmap.yaml": testFixturesDocYamlUserGuideConfigmapConfigmapYaml, - "test/fixtures/doc-yaml/user-guide/deployment.yaml": testFixturesDocYamlUserGuideDeploymentYaml, - "test/fixtures/doc-yaml/user-guide/downward-api/dapi-pod.yaml.in": testFixturesDocYamlUserGuideDownwardApiDapiPodYamlIn, - "test/fixtures/doc-yaml/user-guide/job.yaml": testFixturesDocYamlUserGuideJobYaml, - "test/fixtures/doc-yaml/user-guide/liveness/exec-liveness.yaml.in": testFixturesDocYamlUserGuideLivenessExecLivenessYamlIn, - "test/fixtures/doc-yaml/user-guide/liveness/http-liveness.yaml.in": testFixturesDocYamlUserGuideLivenessHttpLivenessYamlIn, - "test/fixtures/doc-yaml/user-guide/multi-pod.yaml": testFixturesDocYamlUserGuideMultiPodYaml, - "test/fixtures/doc-yaml/user-guide/persistent-volumes/claims/claim-01.yaml": testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim01Yaml, - "test/fixtures/doc-yaml/user-guide/persistent-volumes/claims/claim-02.yaml": testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim02Yaml, - "test/fixtures/doc-yaml/user-guide/persistent-volumes/claims/claim-03.json": testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim03Json, - "test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/gce.yaml": testFixturesDocYamlUserGuidePersistentVolumesVolumesGceYaml, - "test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/local-01.yaml": testFixturesDocYamlUserGuidePersistentVolumesVolumesLocal01Yaml, - "test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/local-02.yaml": testFixturesDocYamlUserGuidePersistentVolumesVolumesLocal02Yaml, - "test/fixtures/doc-yaml/user-guide/persistent-volumes/volumes/nfs.yaml": testFixturesDocYamlUserGuidePersistentVolumesVolumesNfsYaml, - "test/fixtures/doc-yaml/user-guide/pod.yaml": testFixturesDocYamlUserGuidePodYaml, - "test/fixtures/doc-yaml/user-guide/replicaset/redis-slave.yaml": testFixturesDocYamlUserGuideReplicasetRedisSlaveYaml, - "test/fixtures/doc-yaml/user-guide/replication.yaml": testFixturesDocYamlUserGuideReplicationYaml, - "test/fixtures/doc-yaml/user-guide/secrets/secret-env-pod.yaml": testFixturesDocYamlUserGuideSecretsSecretEnvPodYaml, - "test/fixtures/doc-yaml/user-guide/secrets/secret-pod.yaml.in": testFixturesDocYamlUserGuideSecretsSecretPodYamlIn, - "test/fixtures/doc-yaml/user-guide/secrets/secret.yaml": testFixturesDocYamlUserGuideSecretsSecretYaml, - "test/fixtures/doc-yaml/user-guide/update-demo/images/kitten/html/data.json": testFixturesDocYamlUserGuideUpdateDemoImagesKittenHtmlDataJson, - "test/fixtures/doc-yaml/user-guide/update-demo/images/nautilus/html/data.json": testFixturesDocYamlUserGuideUpdateDemoImagesNautilusHtmlDataJson, - "test/fixtures/doc-yaml/user-guide/update-demo/kitten-rc.yaml.in": testFixturesDocYamlUserGuideUpdateDemoKittenRcYamlIn, - "test/fixtures/doc-yaml/user-guide/update-demo/nautilus-rc.yaml.in": testFixturesDocYamlUserGuideUpdateDemoNautilusRcYamlIn, - "test/fixtures/doc-yaml/user-guide/walkthrough/podtemplate.json": testFixturesDocYamlUserGuideWalkthroughPodtemplateJson, - "test/fixtures/pkg/kubectl/OWNERS": testFixturesPkgKubectlOwners, - "test/fixtures/pkg/kubectl/plugins/bar/kubectl-bar": testFixturesPkgKubectlPluginsBarKubectlBar, - "test/fixtures/pkg/kubectl/plugins/foo/kubectl-foo": testFixturesPkgKubectlPluginsFooKubectlFoo, - "test/fixtures/pkg/kubectl/plugins/kubectl-foo": testFixturesPkgKubectlPluginsKubectlFoo, - "test/fixtures/pkg/kubectl/plugins/version/kubectl-version": testFixturesPkgKubectlPluginsVersionKubectlVersion, -} - -// AssetDir returns the file names below a certain -// directory embedded in the file by go-bindata. -// For example if you run go-bindata on data/... and data contains the -// following hierarchy: -// data/ -// foo.txt -// img/ -// a.png -// b.png -// then AssetDir("data") would return []string{"foo.txt", "img"} -// AssetDir("data/img") would return []string{"a.png", "b.png"} -// AssetDir("foo.txt") and AssetDir("notexist") would return an error -// AssetDir("") will return []string{"data"}. -func AssetDir(name string) ([]string, error) { - node := _bintree - if len(name) != 0 { - cannonicalName := strings.Replace(name, "\\", "/", -1) - pathList := strings.Split(cannonicalName, "/") - for _, p := range pathList { - node = node.Children[p] - if node == nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - } - } - if node.Func != nil { - return nil, fmt.Errorf("Asset %s not found", name) - } - rv := make([]string, 0, len(node.Children)) - for childName := range node.Children { - rv = append(rv, childName) - } - return rv, nil -} - -type bintree struct { - Func func() (*asset, error) - Children map[string]*bintree -} - -var _bintree = &bintree{nil, map[string]*bintree{ - "test": {nil, map[string]*bintree{ - "e2e": {nil, map[string]*bintree{ - "testing-manifests": {nil, map[string]*bintree{ - "flexvolume": {nil, map[string]*bintree{ - "attachable-with-long-mount": {testE2eTestingManifestsFlexvolumeAttachableWithLongMount, map[string]*bintree{}}, - "dummy": {testE2eTestingManifestsFlexvolumeDummy, map[string]*bintree{}}, - "dummy-attachable": {testE2eTestingManifestsFlexvolumeDummyAttachable, map[string]*bintree{}}, - }}, - "guestbook": {nil, map[string]*bintree{ - "frontend-deployment.yaml.in": {testE2eTestingManifestsGuestbookFrontendDeploymentYamlIn, map[string]*bintree{}}, - "frontend-service.yaml": {testE2eTestingManifestsGuestbookFrontendServiceYaml, map[string]*bintree{}}, - "legacy": {nil, map[string]*bintree{ - "frontend-controller.yaml": {testE2eTestingManifestsGuestbookLegacyFrontendControllerYaml, map[string]*bintree{}}, - "redis-master-controller.yaml": {testE2eTestingManifestsGuestbookLegacyRedisMasterControllerYaml, map[string]*bintree{}}, - "redis-slave-controller.yaml": {testE2eTestingManifestsGuestbookLegacyRedisSlaveControllerYaml, map[string]*bintree{}}, - }}, - "redis-master-deployment.yaml.in": {testE2eTestingManifestsGuestbookRedisMasterDeploymentYamlIn, map[string]*bintree{}}, - "redis-master-service.yaml": {testE2eTestingManifestsGuestbookRedisMasterServiceYaml, map[string]*bintree{}}, - "redis-slave-deployment.yaml.in": {testE2eTestingManifestsGuestbookRedisSlaveDeploymentYamlIn, map[string]*bintree{}}, - "redis-slave-service.yaml": {testE2eTestingManifestsGuestbookRedisSlaveServiceYaml, map[string]*bintree{}}, - }}, - "ingress": {nil, map[string]*bintree{ - "gce": {nil, map[string]*bintree{ - "static-ip-2": {nil, map[string]*bintree{ - "ing.yaml": {testE2eTestingManifestsIngressGceStaticIp2IngYaml, map[string]*bintree{}}, - "rc.yaml": {testE2eTestingManifestsIngressGceStaticIp2RcYaml, map[string]*bintree{}}, - "svc.yaml": {testE2eTestingManifestsIngressGceStaticIp2SvcYaml, map[string]*bintree{}}, - }}, - }}, - "http": {nil, map[string]*bintree{ - "ing.yaml": {testE2eTestingManifestsIngressHttpIngYaml, map[string]*bintree{}}, - "rc.yaml": {testE2eTestingManifestsIngressHttpRcYaml, map[string]*bintree{}}, - "svc.yaml": {testE2eTestingManifestsIngressHttpSvcYaml, map[string]*bintree{}}, - }}, - "http2": {nil, map[string]*bintree{ - "ing.yaml": {testE2eTestingManifestsIngressHttp2IngYaml, map[string]*bintree{}}, - "rc.yaml": {testE2eTestingManifestsIngressHttp2RcYaml, map[string]*bintree{}}, - "svc.yaml": {testE2eTestingManifestsIngressHttp2SvcYaml, map[string]*bintree{}}, - }}, - "multiple-certs": {nil, map[string]*bintree{ - "ing.yaml": {testE2eTestingManifestsIngressMultipleCertsIngYaml, map[string]*bintree{}}, - "rc.yaml": {testE2eTestingManifestsIngressMultipleCertsRcYaml, map[string]*bintree{}}, - "svc.yaml": {testE2eTestingManifestsIngressMultipleCertsSvcYaml, map[string]*bintree{}}, - }}, - "neg": {nil, map[string]*bintree{ - "ing.yaml": {testE2eTestingManifestsIngressNegIngYaml, map[string]*bintree{}}, - "rc.yaml": {testE2eTestingManifestsIngressNegRcYaml, map[string]*bintree{}}, - "svc.yaml": {testE2eTestingManifestsIngressNegSvcYaml, map[string]*bintree{}}, - }}, - "neg-clusterip": {nil, map[string]*bintree{ - "ing.yaml": {testE2eTestingManifestsIngressNegClusteripIngYaml, map[string]*bintree{}}, - "rc.yaml": {testE2eTestingManifestsIngressNegClusteripRcYaml, map[string]*bintree{}}, - "svc.yaml": {testE2eTestingManifestsIngressNegClusteripSvcYaml, map[string]*bintree{}}, - }}, - "neg-exposed": {nil, map[string]*bintree{ - "ing.yaml": {testE2eTestingManifestsIngressNegExposedIngYaml, map[string]*bintree{}}, - "rc.yaml": {testE2eTestingManifestsIngressNegExposedRcYaml, map[string]*bintree{}}, - "svc.yaml": {testE2eTestingManifestsIngressNegExposedSvcYaml, map[string]*bintree{}}, - }}, - "nginx": {nil, map[string]*bintree{ - "rc.yaml": {testE2eTestingManifestsIngressNginxRcYaml, map[string]*bintree{}}, - }}, - "pre-shared-cert": {nil, map[string]*bintree{ - "ing.yaml": {testE2eTestingManifestsIngressPreSharedCertIngYaml, map[string]*bintree{}}, - "rc.yaml": {testE2eTestingManifestsIngressPreSharedCertRcYaml, map[string]*bintree{}}, - "svc.yaml": {testE2eTestingManifestsIngressPreSharedCertSvcYaml, map[string]*bintree{}}, - }}, - "static-ip": {nil, map[string]*bintree{ - "ing.yaml": {testE2eTestingManifestsIngressStaticIpIngYaml, map[string]*bintree{}}, - "rc.yaml": {testE2eTestingManifestsIngressStaticIpRcYaml, map[string]*bintree{}}, - "secret.yaml": {testE2eTestingManifestsIngressStaticIpSecretYaml, map[string]*bintree{}}, - "svc.yaml": {testE2eTestingManifestsIngressStaticIpSvcYaml, map[string]*bintree{}}, - }}, - }}, - "kubectl": {nil, map[string]*bintree{ - "busybox-pod.yaml": {testE2eTestingManifestsKubectlBusyboxPodYaml, map[string]*bintree{}}, - "httpd-deployment1.yaml.in": {testE2eTestingManifestsKubectlHttpdDeployment1YamlIn, map[string]*bintree{}}, - "httpd-deployment2.yaml.in": {testE2eTestingManifestsKubectlHttpdDeployment2YamlIn, map[string]*bintree{}}, - "httpd-deployment3.yaml.in": {testE2eTestingManifestsKubectlHttpdDeployment3YamlIn, map[string]*bintree{}}, - "pause-pod.yaml.in": {testE2eTestingManifestsKubectlPausePodYamlIn, map[string]*bintree{}}, - "pod-with-readiness-probe.yaml.in": {testE2eTestingManifestsKubectlPodWithReadinessProbeYamlIn, map[string]*bintree{}}, - "redis-master-controller.json.in": {testE2eTestingManifestsKubectlRedisMasterControllerJsonIn, map[string]*bintree{}}, - "redis-master-pod.yaml": {testE2eTestingManifestsKubectlRedisMasterPodYaml, map[string]*bintree{}}, - "redis-master-service.json": {testE2eTestingManifestsKubectlRedisMasterServiceJson, map[string]*bintree{}}, - }}, - "pod": {testE2eTestingManifestsPod, map[string]*bintree{}}, - "rbd-storage-class.yaml": {testE2eTestingManifestsRbdStorageClassYaml, map[string]*bintree{}}, - "sample-device-plugin.yaml": {testE2eTestingManifestsSampleDevicePluginYaml, map[string]*bintree{}}, - "serviceloadbalancer": {nil, map[string]*bintree{ - "haproxyrc.yaml": {testE2eTestingManifestsServiceloadbalancerHaproxyrcYaml, map[string]*bintree{}}, - "netexecrc.yaml": {testE2eTestingManifestsServiceloadbalancerNetexecrcYaml, map[string]*bintree{}}, - "netexecsvc.yaml": {testE2eTestingManifestsServiceloadbalancerNetexecsvcYaml, map[string]*bintree{}}, - "nginxrc.yaml": {testE2eTestingManifestsServiceloadbalancerNginxrcYaml, map[string]*bintree{}}, - "nginxsvc.yaml": {testE2eTestingManifestsServiceloadbalancerNginxsvcYaml, map[string]*bintree{}}, - }}, - "statefulset": {nil, map[string]*bintree{ - "cassandra": {nil, map[string]*bintree{ - "controller.yaml": {testE2eTestingManifestsStatefulsetCassandraControllerYaml, map[string]*bintree{}}, - "pdb.yaml": {testE2eTestingManifestsStatefulsetCassandraPdbYaml, map[string]*bintree{}}, - "service.yaml": {testE2eTestingManifestsStatefulsetCassandraServiceYaml, map[string]*bintree{}}, - "statefulset.yaml": {testE2eTestingManifestsStatefulsetCassandraStatefulsetYaml, map[string]*bintree{}}, - "tester.yaml": {testE2eTestingManifestsStatefulsetCassandraTesterYaml, map[string]*bintree{}}, - }}, - "cockroachdb": {nil, map[string]*bintree{ - "service.yaml": {testE2eTestingManifestsStatefulsetCockroachdbServiceYaml, map[string]*bintree{}}, - "statefulset.yaml": {testE2eTestingManifestsStatefulsetCockroachdbStatefulsetYaml, map[string]*bintree{}}, - }}, - "etcd": {nil, map[string]*bintree{ - "pdb.yaml": {testE2eTestingManifestsStatefulsetEtcdPdbYaml, map[string]*bintree{}}, - "service.yaml": {testE2eTestingManifestsStatefulsetEtcdServiceYaml, map[string]*bintree{}}, - "statefulset.yaml": {testE2eTestingManifestsStatefulsetEtcdStatefulsetYaml, map[string]*bintree{}}, - "tester.yaml": {testE2eTestingManifestsStatefulsetEtcdTesterYaml, map[string]*bintree{}}, - }}, - "mysql-galera": {nil, map[string]*bintree{ - "service.yaml": {testE2eTestingManifestsStatefulsetMysqlGaleraServiceYaml, map[string]*bintree{}}, - "statefulset.yaml": {testE2eTestingManifestsStatefulsetMysqlGaleraStatefulsetYaml, map[string]*bintree{}}, - }}, - "mysql-upgrade": {nil, map[string]*bintree{ - "configmap.yaml": {testE2eTestingManifestsStatefulsetMysqlUpgradeConfigmapYaml, map[string]*bintree{}}, - "service.yaml": {testE2eTestingManifestsStatefulsetMysqlUpgradeServiceYaml, map[string]*bintree{}}, - "statefulset.yaml": {testE2eTestingManifestsStatefulsetMysqlUpgradeStatefulsetYaml, map[string]*bintree{}}, - "tester.yaml": {testE2eTestingManifestsStatefulsetMysqlUpgradeTesterYaml, map[string]*bintree{}}, - }}, - "nginx": {nil, map[string]*bintree{ - "service.yaml": {testE2eTestingManifestsStatefulsetNginxServiceYaml, map[string]*bintree{}}, - "statefulset.yaml": {testE2eTestingManifestsStatefulsetNginxStatefulsetYaml, map[string]*bintree{}}, - }}, - "redis": {nil, map[string]*bintree{ - "service.yaml": {testE2eTestingManifestsStatefulsetRedisServiceYaml, map[string]*bintree{}}, - "statefulset.yaml": {testE2eTestingManifestsStatefulsetRedisStatefulsetYaml, map[string]*bintree{}}, - }}, - "zookeeper": {nil, map[string]*bintree{ - "service.yaml": {testE2eTestingManifestsStatefulsetZookeeperServiceYaml, map[string]*bintree{}}, - "statefulset.yaml": {testE2eTestingManifestsStatefulsetZookeeperStatefulsetYaml, map[string]*bintree{}}, - }}, - }}, - "storage-csi": {nil, map[string]*bintree{ - "OWNERS": {testE2eTestingManifestsStorageCsiOwners, map[string]*bintree{}}, - "controller-role.yaml": {testE2eTestingManifestsStorageCsiControllerRoleYaml, map[string]*bintree{}}, - "external-attacher": {nil, map[string]*bintree{ - "rbac.yaml": {testE2eTestingManifestsStorageCsiExternalAttacherRbacYaml, map[string]*bintree{}}, - }}, - "external-provisioner": {nil, map[string]*bintree{ - "rbac.yaml": {testE2eTestingManifestsStorageCsiExternalProvisionerRbacYaml, map[string]*bintree{}}, - }}, - "external-resizer": {nil, map[string]*bintree{ - "rbac.yaml": {testE2eTestingManifestsStorageCsiExternalResizerRbacYaml, map[string]*bintree{}}, - }}, - "external-snapshotter": {nil, map[string]*bintree{ - "rbac.yaml": {testE2eTestingManifestsStorageCsiExternalSnapshotterRbacYaml, map[string]*bintree{}}, - }}, - "gce-pd": {nil, map[string]*bintree{ - "controller_ss.yaml": {testE2eTestingManifestsStorageCsiGcePdController_ssYaml, map[string]*bintree{}}, - "csi-controller-rbac.yaml": {testE2eTestingManifestsStorageCsiGcePdCsiControllerRbacYaml, map[string]*bintree{}}, - "node_ds.yaml": {testE2eTestingManifestsStorageCsiGcePdNode_dsYaml, map[string]*bintree{}}, - }}, - "hostpath": {nil, map[string]*bintree{ - "hostpath": {nil, map[string]*bintree{ - "csi-hostpath-attacher.yaml": {testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathAttacherYaml, map[string]*bintree{}}, - "csi-hostpath-driverinfo.yaml": {testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathDriverinfoYaml, map[string]*bintree{}}, - "csi-hostpath-plugin.yaml": {testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathPluginYaml, map[string]*bintree{}}, - "csi-hostpath-provisioner.yaml": {testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathProvisionerYaml, map[string]*bintree{}}, - "csi-hostpath-resizer.yaml": {testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathResizerYaml, map[string]*bintree{}}, - "csi-hostpath-snapshotter.yaml": {testE2eTestingManifestsStorageCsiHostpathHostpathCsiHostpathSnapshotterYaml, map[string]*bintree{}}, - "e2e-test-rbac.yaml": {testE2eTestingManifestsStorageCsiHostpathHostpathE2eTestRbacYaml, map[string]*bintree{}}, - }}, - "hostpath-v0": {nil, map[string]*bintree{ - "csi-hostpath-attacher.yaml": {testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathAttacherYaml, map[string]*bintree{}}, - "csi-hostpath-provisioner.yaml": {testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathProvisionerYaml, map[string]*bintree{}}, - "csi-hostpathplugin.yaml": {testE2eTestingManifestsStorageCsiHostpathHostpathV0CsiHostpathpluginYaml, map[string]*bintree{}}, - "e2e-test-rbac.yaml": {testE2eTestingManifestsStorageCsiHostpathHostpathV0E2eTestRbacYaml, map[string]*bintree{}}, - }}, - "usage": {nil, map[string]*bintree{ - "csi-storageclass.yaml": {testE2eTestingManifestsStorageCsiHostpathUsageCsiStorageclassYaml, map[string]*bintree{}}, - }}, - }}, - "mock": {nil, map[string]*bintree{ - "csi-mock-driver-attacher.yaml": {testE2eTestingManifestsStorageCsiMockCsiMockDriverAttacherYaml, map[string]*bintree{}}, - "csi-mock-driver-resizer.yaml": {testE2eTestingManifestsStorageCsiMockCsiMockDriverResizerYaml, map[string]*bintree{}}, - "csi-mock-driver.yaml": {testE2eTestingManifestsStorageCsiMockCsiMockDriverYaml, map[string]*bintree{}}, - "csi-mock-driverinfo.yaml": {testE2eTestingManifestsStorageCsiMockCsiMockDriverinfoYaml, map[string]*bintree{}}, - "csi-mock-rbac.yaml": {testE2eTestingManifestsStorageCsiMockCsiMockRbacYaml, map[string]*bintree{}}, - "csi-storageclass.yaml": {testE2eTestingManifestsStorageCsiMockCsiStorageclassYaml, map[string]*bintree{}}, - }}, - }}, - }}, - }}, - "fixtures": {nil, map[string]*bintree{ - "doc-yaml": {nil, map[string]*bintree{ - "admin": {nil, map[string]*bintree{ - "daemon.yaml": {testFixturesDocYamlAdminDaemonYaml, map[string]*bintree{}}, - "high-availability": {nil, map[string]*bintree{ - "etcd.yaml": {testFixturesDocYamlAdminHighAvailabilityEtcdYaml, map[string]*bintree{}}, - "kube-apiserver.yaml": {testFixturesDocYamlAdminHighAvailabilityKubeApiserverYaml, map[string]*bintree{}}, - "kube-controller-manager.yaml": {testFixturesDocYamlAdminHighAvailabilityKubeControllerManagerYaml, map[string]*bintree{}}, - "kube-scheduler.yaml": {testFixturesDocYamlAdminHighAvailabilityKubeSchedulerYaml, map[string]*bintree{}}, - }}, - "limitrange": {nil, map[string]*bintree{ - "invalid-pod.yaml": {testFixturesDocYamlAdminLimitrangeInvalidPodYaml, map[string]*bintree{}}, - "limits.yaml": {testFixturesDocYamlAdminLimitrangeLimitsYaml, map[string]*bintree{}}, - "namespace.yaml": {testFixturesDocYamlAdminLimitrangeNamespaceYaml, map[string]*bintree{}}, - "valid-pod.yaml": {testFixturesDocYamlAdminLimitrangeValidPodYaml, map[string]*bintree{}}, - }}, - "namespaces": {nil, map[string]*bintree{ - "namespace-dev.json": {testFixturesDocYamlAdminNamespacesNamespaceDevJson, map[string]*bintree{}}, - "namespace-prod.json": {testFixturesDocYamlAdminNamespacesNamespaceProdJson, map[string]*bintree{}}, - }}, - "resourcequota": {nil, map[string]*bintree{ - "limits.yaml": {testFixturesDocYamlAdminResourcequotaLimitsYaml, map[string]*bintree{}}, - "namespace.yaml": {testFixturesDocYamlAdminResourcequotaNamespaceYaml, map[string]*bintree{}}, - "quota.yaml": {testFixturesDocYamlAdminResourcequotaQuotaYaml, map[string]*bintree{}}, - }}, - }}, - "user-guide": {nil, map[string]*bintree{ - "configmap": {nil, map[string]*bintree{ - "configmap.yaml": {testFixturesDocYamlUserGuideConfigmapConfigmapYaml, map[string]*bintree{}}, - }}, - "deployment.yaml": {testFixturesDocYamlUserGuideDeploymentYaml, map[string]*bintree{}}, - "downward-api": {nil, map[string]*bintree{ - "dapi-pod.yaml.in": {testFixturesDocYamlUserGuideDownwardApiDapiPodYamlIn, map[string]*bintree{}}, - }}, - "job.yaml": {testFixturesDocYamlUserGuideJobYaml, map[string]*bintree{}}, - "liveness": {nil, map[string]*bintree{ - "exec-liveness.yaml.in": {testFixturesDocYamlUserGuideLivenessExecLivenessYamlIn, map[string]*bintree{}}, - "http-liveness.yaml.in": {testFixturesDocYamlUserGuideLivenessHttpLivenessYamlIn, map[string]*bintree{}}, - }}, - "multi-pod.yaml": {testFixturesDocYamlUserGuideMultiPodYaml, map[string]*bintree{}}, - "persistent-volumes": {nil, map[string]*bintree{ - "claims": {nil, map[string]*bintree{ - "claim-01.yaml": {testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim01Yaml, map[string]*bintree{}}, - "claim-02.yaml": {testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim02Yaml, map[string]*bintree{}}, - "claim-03.json": {testFixturesDocYamlUserGuidePersistentVolumesClaimsClaim03Json, map[string]*bintree{}}, - }}, - "volumes": {nil, map[string]*bintree{ - "gce.yaml": {testFixturesDocYamlUserGuidePersistentVolumesVolumesGceYaml, map[string]*bintree{}}, - "local-01.yaml": {testFixturesDocYamlUserGuidePersistentVolumesVolumesLocal01Yaml, map[string]*bintree{}}, - "local-02.yaml": {testFixturesDocYamlUserGuidePersistentVolumesVolumesLocal02Yaml, map[string]*bintree{}}, - "nfs.yaml": {testFixturesDocYamlUserGuidePersistentVolumesVolumesNfsYaml, map[string]*bintree{}}, - }}, - }}, - "pod.yaml": {testFixturesDocYamlUserGuidePodYaml, map[string]*bintree{}}, - "replicaset": {nil, map[string]*bintree{ - "redis-slave.yaml": {testFixturesDocYamlUserGuideReplicasetRedisSlaveYaml, map[string]*bintree{}}, - }}, - "replication.yaml": {testFixturesDocYamlUserGuideReplicationYaml, map[string]*bintree{}}, - "secrets": {nil, map[string]*bintree{ - "secret-env-pod.yaml": {testFixturesDocYamlUserGuideSecretsSecretEnvPodYaml, map[string]*bintree{}}, - "secret-pod.yaml.in": {testFixturesDocYamlUserGuideSecretsSecretPodYamlIn, map[string]*bintree{}}, - "secret.yaml": {testFixturesDocYamlUserGuideSecretsSecretYaml, map[string]*bintree{}}, - }}, - "update-demo": {nil, map[string]*bintree{ - "images": {nil, map[string]*bintree{ - "kitten": {nil, map[string]*bintree{ - "html": {nil, map[string]*bintree{ - "data.json": {testFixturesDocYamlUserGuideUpdateDemoImagesKittenHtmlDataJson, map[string]*bintree{}}, - }}, - }}, - "nautilus": {nil, map[string]*bintree{ - "html": {nil, map[string]*bintree{ - "data.json": {testFixturesDocYamlUserGuideUpdateDemoImagesNautilusHtmlDataJson, map[string]*bintree{}}, - }}, - }}, - }}, - "kitten-rc.yaml.in": {testFixturesDocYamlUserGuideUpdateDemoKittenRcYamlIn, map[string]*bintree{}}, - "nautilus-rc.yaml.in": {testFixturesDocYamlUserGuideUpdateDemoNautilusRcYamlIn, map[string]*bintree{}}, - }}, - "walkthrough": {nil, map[string]*bintree{ - "podtemplate.json": {testFixturesDocYamlUserGuideWalkthroughPodtemplateJson, map[string]*bintree{}}, - }}, - }}, - }}, - "pkg": {nil, map[string]*bintree{ - "kubectl": {nil, map[string]*bintree{ - "OWNERS": {testFixturesPkgKubectlOwners, map[string]*bintree{}}, - "plugins": {nil, map[string]*bintree{ - "bar": {nil, map[string]*bintree{ - "kubectl-bar": {testFixturesPkgKubectlPluginsBarKubectlBar, map[string]*bintree{}}, - }}, - "foo": {nil, map[string]*bintree{ - "kubectl-foo": {testFixturesPkgKubectlPluginsFooKubectlFoo, map[string]*bintree{}}, - }}, - "kubectl-foo": {testFixturesPkgKubectlPluginsKubectlFoo, map[string]*bintree{}}, - "version": {nil, map[string]*bintree{ - "kubectl-version": {testFixturesPkgKubectlPluginsVersionKubectlVersion, map[string]*bintree{}}, - }}, - }}, - }}, - }}, - }}, - "images": {nil, map[string]*bintree{ - "Makefile": {testImagesMakefile, map[string]*bintree{}}, - "OWNERS": {testImagesOwners, map[string]*bintree{}}, - "agnhost": {nil, map[string]*bintree{ - ".gitignore": {testImagesAgnhostGitignore, map[string]*bintree{}}, - "BASEIMAGE": {testImagesAgnhostBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesAgnhostDockerfile, map[string]*bintree{}}, - "Makefile": {testImagesAgnhostMakefile, map[string]*bintree{}}, - "VERSION": {testImagesAgnhostVersion, map[string]*bintree{}}, - "agnhost.go": {testImagesAgnhostAgnhostGo, map[string]*bintree{}}, - "audit-proxy": {nil, map[string]*bintree{ - "main.go": {testImagesAgnhostAuditProxyMainGo, map[string]*bintree{}}, - }}, - "connect": {nil, map[string]*bintree{ - "connect.go": {testImagesAgnhostConnectConnectGo, map[string]*bintree{}}, - }}, - "crd-conversion-webhook": {nil, map[string]*bintree{ - "config.go": {testImagesAgnhostCrdConversionWebhookConfigGo, map[string]*bintree{}}, - "converter": {nil, map[string]*bintree{ - "converter_test.go": {testImagesAgnhostCrdConversionWebhookConverterConverter_testGo, map[string]*bintree{}}, - "example_converter.go": {testImagesAgnhostCrdConversionWebhookConverterExample_converterGo, map[string]*bintree{}}, - "framework.go": {testImagesAgnhostCrdConversionWebhookConverterFrameworkGo, map[string]*bintree{}}, - }}, - "main.go": {testImagesAgnhostCrdConversionWebhookMainGo, map[string]*bintree{}}, - }}, - "dns": {nil, map[string]*bintree{ - "common.go": {testImagesAgnhostDnsCommonGo, map[string]*bintree{}}, - "dns.go": {testImagesAgnhostDnsDnsGo, map[string]*bintree{}}, - "dns_windows.go": {testImagesAgnhostDnsDns_windowsGo, map[string]*bintree{}}, - }}, - "entrypoint-tester": {nil, map[string]*bintree{ - "ep.go": {testImagesAgnhostEntrypointTesterEpGo, map[string]*bintree{}}, - }}, - "fakegitserver": {nil, map[string]*bintree{ - "gitserver.go": {testImagesAgnhostFakegitserverGitserverGo, map[string]*bintree{}}, - }}, - "inclusterclient": {nil, map[string]*bintree{ - "main.go": {testImagesAgnhostInclusterclientMainGo, map[string]*bintree{}}, - }}, - "liveness": {nil, map[string]*bintree{ - "server.go": {testImagesAgnhostLivenessServerGo, map[string]*bintree{}}, - }}, - "logs-generator": {nil, map[string]*bintree{ - "logs_generator.go": {testImagesAgnhostLogsGeneratorLogs_generatorGo, map[string]*bintree{}}, - }}, - "net": {nil, map[string]*bintree{ - "common": {nil, map[string]*bintree{ - "common.go": {testImagesAgnhostNetCommonCommonGo, map[string]*bintree{}}, - }}, - "main.go": {testImagesAgnhostNetMainGo, map[string]*bintree{}}, - "nat": {nil, map[string]*bintree{ - "closewait.go": {testImagesAgnhostNetNatClosewaitGo, map[string]*bintree{}}, - }}, - }}, - "netexec": {nil, map[string]*bintree{ - "netexec.go": {testImagesAgnhostNetexecNetexecGo, map[string]*bintree{}}, - }}, - "nettest": {nil, map[string]*bintree{ - "nettest.go": {testImagesAgnhostNettestNettestGo, map[string]*bintree{}}, - }}, - "no-snat-test": {nil, map[string]*bintree{ - "main.go": {testImagesAgnhostNoSnatTestMainGo, map[string]*bintree{}}, - }}, - "no-snat-test-proxy": {nil, map[string]*bintree{ - "main.go": {testImagesAgnhostNoSnatTestProxyMainGo, map[string]*bintree{}}, - }}, - "pause": {nil, map[string]*bintree{ - "pause.go": {testImagesAgnhostPausePauseGo, map[string]*bintree{}}, - }}, - "port-forward-tester": {nil, map[string]*bintree{ - "portforwardtester.go": {testImagesAgnhostPortForwardTesterPortforwardtesterGo, map[string]*bintree{}}, - }}, - "porter": {nil, map[string]*bintree{ - "localhost.crt": {testImagesAgnhostPorterLocalhostCrt, map[string]*bintree{}}, - "localhost.key": {testImagesAgnhostPorterLocalhostKey, map[string]*bintree{}}, - "porter.go": {testImagesAgnhostPorterPorterGo, map[string]*bintree{}}, - }}, - "serve-hostname": {nil, map[string]*bintree{ - "serve_hostname.go": {testImagesAgnhostServeHostnameServe_hostnameGo, map[string]*bintree{}}, - }}, - "webhook": {nil, map[string]*bintree{ - "addlabel.go": {testImagesAgnhostWebhookAddlabelGo, map[string]*bintree{}}, - "addlabel_test.go": {testImagesAgnhostWebhookAddlabel_testGo, map[string]*bintree{}}, - "alwaysallow.go": {testImagesAgnhostWebhookAlwaysallowGo, map[string]*bintree{}}, - "alwaysdeny.go": {testImagesAgnhostWebhookAlwaysdenyGo, map[string]*bintree{}}, - "config.go": {testImagesAgnhostWebhookConfigGo, map[string]*bintree{}}, - "configmap.go": {testImagesAgnhostWebhookConfigmapGo, map[string]*bintree{}}, - "convert.go": {testImagesAgnhostWebhookConvertGo, map[string]*bintree{}}, - "convert_test.go": {testImagesAgnhostWebhookConvert_testGo, map[string]*bintree{}}, - "crd.go": {testImagesAgnhostWebhookCrdGo, map[string]*bintree{}}, - "customresource.go": {testImagesAgnhostWebhookCustomresourceGo, map[string]*bintree{}}, - "main.go": {testImagesAgnhostWebhookMainGo, map[string]*bintree{}}, - "patch_test.go": {testImagesAgnhostWebhookPatch_testGo, map[string]*bintree{}}, - "pods.go": {testImagesAgnhostWebhookPodsGo, map[string]*bintree{}}, - "scheme.go": {testImagesAgnhostWebhookSchemeGo, map[string]*bintree{}}, - }}, - }}, - "apparmor-loader": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesApparmorLoaderBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesApparmorLoaderDockerfile, map[string]*bintree{}}, - "Makefile": {testImagesApparmorLoaderMakefile, map[string]*bintree{}}, - "VERSION": {testImagesApparmorLoaderVersion, map[string]*bintree{}}, - "example-configmap.yaml": {testImagesApparmorLoaderExampleConfigmapYaml, map[string]*bintree{}}, - "example-daemon.yaml": {testImagesApparmorLoaderExampleDaemonYaml, map[string]*bintree{}}, - "example-namespace.yaml": {testImagesApparmorLoaderExampleNamespaceYaml, map[string]*bintree{}}, - "example-pod.yaml": {testImagesApparmorLoaderExamplePodYaml, map[string]*bintree{}}, - "loader.go": {testImagesApparmorLoaderLoaderGo, map[string]*bintree{}}, - }}, - "cuda-vector-add": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesCudaVectorAddBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesCudaVectorAddDockerfile, map[string]*bintree{}}, - "VERSION": {testImagesCudaVectorAddVersion, map[string]*bintree{}}, - }}, - "dnsutils": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesDnsutilsBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesDnsutilsDockerfile, map[string]*bintree{}}, - "Dockerfile_windows": {testImagesDnsutilsDockerfile_windows, map[string]*bintree{}}, - "VERSION": {testImagesDnsutilsVersion, map[string]*bintree{}}, - }}, - "echoserver": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesEchoserverBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesEchoserverDockerfile, map[string]*bintree{}}, - "VERSION": {testImagesEchoserverVersion, map[string]*bintree{}}, - "nginx.conf": {testImagesEchoserverNginxConf, map[string]*bintree{}}, - "run.sh": {testImagesEchoserverRunSh, map[string]*bintree{}}, - "template.lua": {testImagesEchoserverTemplateLua, map[string]*bintree{}}, - }}, - "image-util.sh": {testImagesImageUtilSh, map[string]*bintree{}}, - "ipc-utils": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesIpcUtilsBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesIpcUtilsDockerfile, map[string]*bintree{}}, - "VERSION": {testImagesIpcUtilsVersion, map[string]*bintree{}}, - }}, - "jessie-dnsutils": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesJessieDnsutilsBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesJessieDnsutilsDockerfile, map[string]*bintree{}}, - "VERSION": {testImagesJessieDnsutilsVersion, map[string]*bintree{}}, - "fixup-apt-list.sh": {testImagesJessieDnsutilsFixupAptListSh, map[string]*bintree{}}, - }}, - "kitten": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesKittenBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesKittenDockerfile, map[string]*bintree{}}, - "VERSION": {testImagesKittenVersion, map[string]*bintree{}}, - "html": {nil, map[string]*bintree{ - "data.json": {testImagesKittenHtmlDataJson, map[string]*bintree{}}, - }}, - }}, - "metadata-concealment": {nil, map[string]*bintree{ - "Dockerfile": {testImagesMetadataConcealmentDockerfile, map[string]*bintree{}}, - "Makefile": {testImagesMetadataConcealmentMakefile, map[string]*bintree{}}, - "VERSION": {testImagesMetadataConcealmentVersion, map[string]*bintree{}}, - "check_metadata_concealment.go": {testImagesMetadataConcealmentCheck_metadata_concealmentGo, map[string]*bintree{}}, - }}, - "mounttest": {nil, map[string]*bintree{ - "Dockerfile": {testImagesMounttestDockerfile, map[string]*bintree{}}, - "Makefile": {testImagesMounttestMakefile, map[string]*bintree{}}, - "VERSION": {testImagesMounttestVersion, map[string]*bintree{}}, - "mt.go": {testImagesMounttestMtGo, map[string]*bintree{}}, - }}, - "mounttest-user": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesMounttestUserBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesMounttestUserDockerfile, map[string]*bintree{}}, - "VERSION": {testImagesMounttestUserVersion, map[string]*bintree{}}, - }}, - "nautilus": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesNautilusBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesNautilusDockerfile, map[string]*bintree{}}, - "VERSION": {testImagesNautilusVersion, map[string]*bintree{}}, - "html": {nil, map[string]*bintree{ - "data.json": {testImagesNautilusHtmlDataJson, map[string]*bintree{}}, - }}, - }}, - "node-perf": {nil, map[string]*bintree{ - "npb-ep": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesNodePerfNpbEpBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesNodePerfNpbEpDockerfile, map[string]*bintree{}}, - "VERSION": {testImagesNodePerfNpbEpVersion, map[string]*bintree{}}, - }}, - "npb-is": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesNodePerfNpbIsBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesNodePerfNpbIsDockerfile, map[string]*bintree{}}, - "VERSION": {testImagesNodePerfNpbIsVersion, map[string]*bintree{}}, - }}, - "tf-wide-deep": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesNodePerfTfWideDeepBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesNodePerfTfWideDeepDockerfile, map[string]*bintree{}}, - "VERSION": {testImagesNodePerfTfWideDeepVersion, map[string]*bintree{}}, - }}, - }}, - "nonewprivs": {nil, map[string]*bintree{ - ".gitignore": {testImagesNonewprivsGitignore, map[string]*bintree{}}, - "BASEIMAGE": {testImagesNonewprivsBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesNonewprivsDockerfile, map[string]*bintree{}}, - "Makefile": {testImagesNonewprivsMakefile, map[string]*bintree{}}, - "VERSION": {testImagesNonewprivsVersion, map[string]*bintree{}}, - "nnp.go": {testImagesNonewprivsNnpGo, map[string]*bintree{}}, - }}, - "nonroot": {nil, map[string]*bintree{ - "Dockerfile": {testImagesNonrootDockerfile, map[string]*bintree{}}, - "VERSION": {testImagesNonrootVersion, map[string]*bintree{}}, - }}, - "pets": {nil, map[string]*bintree{ - "peer-finder": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesPetsPeerFinderBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesPetsPeerFinderDockerfile, map[string]*bintree{}}, - "Makefile": {testImagesPetsPeerFinderMakefile, map[string]*bintree{}}, - "VERSION": {testImagesPetsPeerFinderVersion, map[string]*bintree{}}, - "peer-finder.go": {testImagesPetsPeerFinderPeerFinderGo, map[string]*bintree{}}, - }}, - "redis-installer": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesPetsRedisInstallerBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesPetsRedisInstallerDockerfile, map[string]*bintree{}}, - "Makefile": {testImagesPetsRedisInstallerMakefile, map[string]*bintree{}}, - "VERSION": {testImagesPetsRedisInstallerVersion, map[string]*bintree{}}, - "install.sh": {testImagesPetsRedisInstallerInstallSh, map[string]*bintree{}}, - "on-start.sh": {testImagesPetsRedisInstallerOnStartSh, map[string]*bintree{}}, - }}, - "zookeeper-installer": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesPetsZookeeperInstallerBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesPetsZookeeperInstallerDockerfile, map[string]*bintree{}}, - "Makefile": {testImagesPetsZookeeperInstallerMakefile, map[string]*bintree{}}, - "VERSION": {testImagesPetsZookeeperInstallerVersion, map[string]*bintree{}}, - "install.sh": {testImagesPetsZookeeperInstallerInstallSh, map[string]*bintree{}}, - "on-start.sh": {testImagesPetsZookeeperInstallerOnStartSh, map[string]*bintree{}}, - }}, - }}, - "redis": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesRedisBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesRedisDockerfile, map[string]*bintree{}}, - "VERSION": {testImagesRedisVersion, map[string]*bintree{}}, - "redis.conf": {testImagesRedisRedisConf, map[string]*bintree{}}, - }}, - "regression-issue-74839": {nil, map[string]*bintree{ - ".gitignore": {testImagesRegressionIssue74839Gitignore, map[string]*bintree{}}, - "Dockerfile": {testImagesRegressionIssue74839Dockerfile, map[string]*bintree{}}, - "Makefile": {testImagesRegressionIssue74839Makefile, map[string]*bintree{}}, - "VERSION": {testImagesRegressionIssue74839Version, map[string]*bintree{}}, - "main.go": {testImagesRegressionIssue74839MainGo, map[string]*bintree{}}, - "tcp.go": {testImagesRegressionIssue74839TcpGo, map[string]*bintree{}}, - }}, - "resource-consumer": {nil, map[string]*bintree{ - ".gitignore": {testImagesResourceConsumerGitignore, map[string]*bintree{}}, - "BASEIMAGE": {testImagesResourceConsumerBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesResourceConsumerDockerfile, map[string]*bintree{}}, - "Makefile": {testImagesResourceConsumerMakefile, map[string]*bintree{}}, - "VERSION": {testImagesResourceConsumerVersion, map[string]*bintree{}}, - "common": {nil, map[string]*bintree{ - "common.go": {testImagesResourceConsumerCommonCommonGo, map[string]*bintree{}}, - }}, - "consume-cpu": {nil, map[string]*bintree{ - "consume_cpu.go": {testImagesResourceConsumerConsumeCpuConsume_cpuGo, map[string]*bintree{}}, - }}, - "resource_consumer.go": {testImagesResourceConsumerResource_consumerGo, map[string]*bintree{}}, - "resource_consumer_handler.go": {testImagesResourceConsumerResource_consumer_handlerGo, map[string]*bintree{}}, - "utils.go": {testImagesResourceConsumerUtilsGo, map[string]*bintree{}}, - }}, - "resource-consumer-controller": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesResourceConsumerControllerBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesResourceConsumerControllerDockerfile, map[string]*bintree{}}, - "Makefile": {testImagesResourceConsumerControllerMakefile, map[string]*bintree{}}, - "VERSION": {testImagesResourceConsumerControllerVersion, map[string]*bintree{}}, - "controller.go": {testImagesResourceConsumerControllerControllerGo, map[string]*bintree{}}, - }}, - "sample-apiserver": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesSampleApiserverBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesSampleApiserverDockerfile, map[string]*bintree{}}, - "VERSION": {testImagesSampleApiserverVersion, map[string]*bintree{}}, - }}, - "sample-device-plugin": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesSampleDevicePluginBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesSampleDevicePluginDockerfile, map[string]*bintree{}}, - "Makefile": {testImagesSampleDevicePluginMakefile, map[string]*bintree{}}, - "VERSION": {testImagesSampleDevicePluginVersion, map[string]*bintree{}}, - "sampledeviceplugin.go": {testImagesSampleDevicePluginSampledevicepluginGo, map[string]*bintree{}}, - }}, - "test-webserver": {nil, map[string]*bintree{ - "Dockerfile": {testImagesTestWebserverDockerfile, map[string]*bintree{}}, - "Makefile": {testImagesTestWebserverMakefile, map[string]*bintree{}}, - "VERSION": {testImagesTestWebserverVersion, map[string]*bintree{}}, - "test-webserver.go": {testImagesTestWebserverTestWebserverGo, map[string]*bintree{}}, - }}, - "volume": {nil, map[string]*bintree{ - "gluster": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesVolumeGlusterBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesVolumeGlusterDockerfile, map[string]*bintree{}}, - "VERSION": {testImagesVolumeGlusterVersion, map[string]*bintree{}}, - "glusterd.vol": {testImagesVolumeGlusterGlusterdVol, map[string]*bintree{}}, - "index.html": {testImagesVolumeGlusterIndexHtml, map[string]*bintree{}}, - "run_gluster.sh": {testImagesVolumeGlusterRun_glusterSh, map[string]*bintree{}}, - }}, - "iscsi": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesVolumeIscsiBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesVolumeIscsiDockerfile, map[string]*bintree{}}, - "VERSION": {testImagesVolumeIscsiVersion, map[string]*bintree{}}, - "block.tar.gz": {testImagesVolumeIscsiBlockTarGz, map[string]*bintree{}}, - "create_block.sh": {testImagesVolumeIscsiCreate_blockSh, map[string]*bintree{}}, - "run_iscsi_target.sh": {testImagesVolumeIscsiRun_iscsi_targetSh, map[string]*bintree{}}, - }}, - "nfs": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesVolumeNfsBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesVolumeNfsDockerfile, map[string]*bintree{}}, - "VERSION": {testImagesVolumeNfsVersion, map[string]*bintree{}}, - "index.html": {testImagesVolumeNfsIndexHtml, map[string]*bintree{}}, - "run_nfs.sh": {testImagesVolumeNfsRun_nfsSh, map[string]*bintree{}}, - }}, - "rbd": {nil, map[string]*bintree{ - "BASEIMAGE": {testImagesVolumeRbdBaseimage, map[string]*bintree{}}, - "Dockerfile": {testImagesVolumeRbdDockerfile, map[string]*bintree{}}, - "VERSION": {testImagesVolumeRbdVersion, map[string]*bintree{}}, - "block.tar.gz": {testImagesVolumeRbdBlockTarGz, map[string]*bintree{}}, - "bootstrap.sh": {testImagesVolumeRbdBootstrapSh, map[string]*bintree{}}, - "ceph.conf.sh": {testImagesVolumeRbdCephConfSh, map[string]*bintree{}}, - "create_block.sh": {testImagesVolumeRbdCreate_blockSh, map[string]*bintree{}}, - "keyring": {testImagesVolumeRbdKeyring, map[string]*bintree{}}, - "mon.sh": {testImagesVolumeRbdMonSh, map[string]*bintree{}}, - "osd.sh": {testImagesVolumeRbdOsdSh, map[string]*bintree{}}, - }}, - }}, - }}, - }}, -}} - -// RestoreAsset restores an asset under the given directory -func RestoreAsset(dir, name string) error { - data, err := Asset(name) - if err != nil { - return err - } - info, err := AssetInfo(name) - if err != nil { - return err - } - err = os.MkdirAll(_filePath(dir, filepath.Dir(name)), os.FileMode(0755)) - if err != nil { - return err - } - err = ioutil.WriteFile(_filePath(dir, name), data, info.Mode()) - if err != nil { - return err - } - err = os.Chtimes(_filePath(dir, name), info.ModTime(), info.ModTime()) - if err != nil { - return err - } - return nil -} - -// RestoreAssets restores an asset under the given directory recursively -func RestoreAssets(dir, name string) error { - children, err := AssetDir(name) - // File - if err != nil { - return RestoreAsset(dir, name) - } - // Dir - for _, child := range children { - err = RestoreAssets(dir, filepath.Join(name, child)) - if err != nil { - return err - } - } - return nil -} - -func _filePath(dir, name string) string { - cannonicalName := strings.Replace(name, "\\", "/", -1) - return filepath.Join(append([]string{dir}, strings.Split(cannonicalName, "/")...)...) -} diff --git a/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/BUILD b/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/BUILD deleted file mode 100644 index 628eca3b5044..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/BUILD +++ /dev/null @@ -1,65 +0,0 @@ -load("@io_bazel_rules_go//go:def.bzl", "go_library") - -go_library( - name = "go_default_library", - srcs = [ - "common.go", - "density.go", - "framework.go", - "load.go", - ], - importpath = "k8s.io/kubernetes/test/e2e/scalability", - visibility = ["//visibility:public"], - deps = [ - "//pkg/apis/batch:go_default_library", - "//pkg/apis/core:go_default_library", - "//pkg/apis/extensions:go_default_library", - "//staging/src/k8s.io/api/core/v1:go_default_library", - "//staging/src/k8s.io/apimachinery/pkg/api/resource:go_default_library", - "//staging/src/k8s.io/apimachinery/pkg/apis/meta/v1:go_default_library", - "//staging/src/k8s.io/apimachinery/pkg/fields:go_default_library", - "//staging/src/k8s.io/apimachinery/pkg/labels:go_default_library", - "//staging/src/k8s.io/apimachinery/pkg/runtime:go_default_library", - "//staging/src/k8s.io/apimachinery/pkg/runtime/schema:go_default_library", - "//staging/src/k8s.io/apimachinery/pkg/util/intstr:go_default_library", - "//staging/src/k8s.io/apimachinery/pkg/util/net:go_default_library", - "//staging/src/k8s.io/apimachinery/pkg/util/uuid:go_default_library", - "//staging/src/k8s.io/apimachinery/pkg/util/wait:go_default_library", - "//staging/src/k8s.io/apimachinery/pkg/watch:go_default_library", - "//staging/src/k8s.io/client-go/discovery:go_default_library", - "//staging/src/k8s.io/client-go/discovery/cached/memory:go_default_library", - "//staging/src/k8s.io/client-go/dynamic:go_default_library", - "//staging/src/k8s.io/client-go/kubernetes:go_default_library", - "//staging/src/k8s.io/client-go/kubernetes/scheme:go_default_library", - "//staging/src/k8s.io/client-go/rest:go_default_library", - "//staging/src/k8s.io/client-go/restmapper:go_default_library", - "//staging/src/k8s.io/client-go/scale:go_default_library", - "//staging/src/k8s.io/client-go/tools/cache:go_default_library", - "//staging/src/k8s.io/client-go/transport:go_default_library", - "//staging/src/k8s.io/client-go/util/workqueue:go_default_library", - "//test/e2e/framework:go_default_library", - "//test/e2e/framework/log:go_default_library", - "//test/e2e/framework/metrics:go_default_library", - "//test/e2e/framework/node:go_default_library", - "//test/e2e/framework/pod:go_default_library", - "//test/e2e/framework/timer:go_default_library", - "//test/utils:go_default_library", - "//test/utils/image:go_default_library", - "//vendor/github.com/onsi/ginkgo:go_default_library", - "//vendor/github.com/onsi/gomega:go_default_library", - ], -) - -filegroup( - name = "package-srcs", - srcs = glob(["**"]), - tags = ["automanaged"], - visibility = ["//visibility:private"], -) - -filegroup( - name = "all-srcs", - srcs = [":package-srcs"], - tags = ["automanaged"], - visibility = ["//visibility:public"], -) diff --git a/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/OWNERS b/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/OWNERS deleted file mode 100644 index f0717a5361ca..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/OWNERS +++ /dev/null @@ -1,11 +0,0 @@ -# See the OWNERS docs at https://go.k8s.io/owners - -approvers: -- gmarek -- shyamjvs -- wojtek-t -reviewers: -- gmarek -- shyamjvs -- timothysc -- wojtek-t diff --git a/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/common.go b/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/common.go deleted file mode 100644 index 4fac86cb03da..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/common.go +++ /dev/null @@ -1,24 +0,0 @@ -/* -Copyright 2018 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 scalability - -import "time" - -const ( - // UnreadyNodeToleration denotes time the node can be unreachable/not ready. - UnreadyNodeToleration = 15 * time.Minute -) diff --git a/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/density.go b/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/density.go deleted file mode 100644 index aaea3b1a9f0a..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/density.go +++ /dev/null @@ -1,1066 +0,0 @@ -/* -Copyright 2015 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. -*/ - -// DEPRECATED. -// We already migrated all periodic and presubmit tests to ClusterLoader2. -// We are still keeping this file for optional functionality, but once -// this is supported in ClusterLoader2 tests, this test will be removed -// (hopefully in 1.16 release). -// Please don't add new functionality to this file and instead see: -// https://github.com/kubernetes/perf-tests/tree/master/clusterloader2 - -package scalability - -import ( - "context" - "fmt" - "math" - "os" - "sort" - "strconv" - "sync" - "time" - - v1 "k8s.io/api/core/v1" - "k8s.io/apimachinery/pkg/api/resource" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "k8s.io/apimachinery/pkg/fields" - "k8s.io/apimachinery/pkg/labels" - "k8s.io/apimachinery/pkg/runtime" - "k8s.io/apimachinery/pkg/runtime/schema" - utiluuid "k8s.io/apimachinery/pkg/util/uuid" - "k8s.io/apimachinery/pkg/watch" - clientset "k8s.io/client-go/kubernetes" - scaleclient "k8s.io/client-go/scale" - "k8s.io/client-go/tools/cache" - "k8s.io/client-go/util/workqueue" - "k8s.io/kubernetes/pkg/apis/batch" - api "k8s.io/kubernetes/pkg/apis/core" - "k8s.io/kubernetes/pkg/apis/extensions" - "k8s.io/kubernetes/test/e2e/framework" - e2elog "k8s.io/kubernetes/test/e2e/framework/log" - e2emetrics "k8s.io/kubernetes/test/e2e/framework/metrics" - e2enode "k8s.io/kubernetes/test/e2e/framework/node" - e2epod "k8s.io/kubernetes/test/e2e/framework/pod" - "k8s.io/kubernetes/test/e2e/framework/timer" - testutils "k8s.io/kubernetes/test/utils" - imageutils "k8s.io/kubernetes/test/utils/image" - - "github.com/onsi/ginkgo" - "github.com/onsi/gomega" -) - -const ( - // PodStartupLatencyThreshold holds the latency threashold for pod startup - PodStartupLatencyThreshold = 5 * time.Second - // MinSaturationThreshold holds the minimum staturation threashold - MinSaturationThreshold = 2 * time.Minute - // MinPodsPerSecondThroughput holds the minimum pod/sec throughput - MinPodsPerSecondThroughput = 8 - // DensityPollInterval holds the desity of polling interval - DensityPollInterval = 10 * time.Second - // MinPodStartupMeasurements holds the minimum number of measurements related to pod-startup - MinPodStartupMeasurements = 500 -) - -// MaxContainerFailures holds the maximum container failures this test tolerates before failing. -var MaxContainerFailures = 0 - -// MaxMissingPodStartupMeasurements holds the maximum number of missing measurements related to pod-startup that the test tolerates. -var MaxMissingPodStartupMeasurements = 0 - -// Number of nodes in the cluster (computed inside BeforeEach). -var nodeCount = 0 - -// DensityTestConfig holds the configurations for e2e scalability tests -type DensityTestConfig struct { - Configs []testutils.RunObjectConfig - ClientSets []clientset.Interface - ScaleClients []scaleclient.ScalesGetter - PollInterval time.Duration - PodCount int - // What kind of resource we want to create - kind schema.GroupKind - SecretConfigs []*testutils.SecretConfig - ConfigMapConfigs []*testutils.ConfigMapConfig - DaemonConfigs []*testutils.DaemonConfig -} - -type saturationTime struct { - TimeToSaturate time.Duration `json:"timeToSaturate"` - NumberOfNodes int `json:"numberOfNodes"` - NumberOfPods int `json:"numberOfPods"` - Throughput float32 `json:"throughput"` -} - -func (dtc *DensityTestConfig) runSecretConfigs(testPhase *timer.Phase) { - defer testPhase.End() - for _, sc := range dtc.SecretConfigs { - sc.Run() - } -} - -func (dtc *DensityTestConfig) runConfigMapConfigs(testPhase *timer.Phase) { - defer testPhase.End() - for _, cmc := range dtc.ConfigMapConfigs { - cmc.Run() - } -} - -func (dtc *DensityTestConfig) runDaemonConfigs(testPhase *timer.Phase) { - defer testPhase.End() - for _, dc := range dtc.DaemonConfigs { - dc.Run() - } -} - -func (dtc *DensityTestConfig) deleteSecrets(testPhase *timer.Phase) { - defer testPhase.End() - for i := range dtc.SecretConfigs { - dtc.SecretConfigs[i].Stop() - } -} - -func (dtc *DensityTestConfig) deleteConfigMaps(testPhase *timer.Phase) { - defer testPhase.End() - for i := range dtc.ConfigMapConfigs { - dtc.ConfigMapConfigs[i].Stop() - } -} - -func (dtc *DensityTestConfig) deleteDaemonSets(numberOfClients int, testPhase *timer.Phase) { - defer testPhase.End() - for i := range dtc.DaemonConfigs { - framework.ExpectNoError(framework.DeleteResourceAndWaitForGC( - dtc.ClientSets[i%numberOfClients], - extensions.Kind("DaemonSet"), - dtc.DaemonConfigs[i].Namespace, - dtc.DaemonConfigs[i].Name, - )) - } -} - -func density30AddonResourceVerifier(numNodes int) map[string]framework.ResourceConstraint { - var apiserverMem uint64 - var controllerMem uint64 - var schedulerMem uint64 - apiserverCPU := math.MaxFloat32 - apiserverMem = math.MaxUint64 - controllerCPU := math.MaxFloat32 - controllerMem = math.MaxUint64 - schedulerCPU := math.MaxFloat32 - schedulerMem = math.MaxUint64 - e2elog.Logf("Setting resource constraints for provider: %s", framework.TestContext.Provider) - if framework.ProviderIs("kubemark") { - if numNodes <= 5 { - apiserverCPU = 0.35 - apiserverMem = 150 * (1024 * 1024) - controllerCPU = 0.15 - controllerMem = 100 * (1024 * 1024) - schedulerCPU = 0.05 - schedulerMem = 50 * (1024 * 1024) - } else if numNodes <= 100 { - apiserverCPU = 1.5 - apiserverMem = 1500 * (1024 * 1024) - controllerCPU = 0.5 - controllerMem = 500 * (1024 * 1024) - schedulerCPU = 0.4 - schedulerMem = 180 * (1024 * 1024) - } else if numNodes <= 500 { - apiserverCPU = 3.5 - apiserverMem = 3400 * (1024 * 1024) - controllerCPU = 1.3 - controllerMem = 1100 * (1024 * 1024) - schedulerCPU = 1.5 - schedulerMem = 500 * (1024 * 1024) - } else if numNodes <= 1000 { - apiserverCPU = 5.5 - apiserverMem = 4000 * (1024 * 1024) - controllerCPU = 3 - controllerMem = 2000 * (1024 * 1024) - schedulerCPU = 1.5 - schedulerMem = 750 * (1024 * 1024) - } - } else { - if numNodes <= 100 { - apiserverCPU = 2.2 - apiserverMem = 1700 * (1024 * 1024) - controllerCPU = 0.8 - controllerMem = 530 * (1024 * 1024) - schedulerCPU = 0.4 - schedulerMem = 180 * (1024 * 1024) - } - } - - constraints := make(map[string]framework.ResourceConstraint) - constraints["fluentd-elasticsearch"] = framework.ResourceConstraint{ - CPUConstraint: 0.2, - MemoryConstraint: 250 * (1024 * 1024), - } - constraints["elasticsearch-logging"] = framework.ResourceConstraint{ - CPUConstraint: 2, - // TODO: bring it down to 750MB again, when we lower Kubelet verbosity level. I.e. revert #19164 - MemoryConstraint: 5000 * (1024 * 1024), - } - constraints["heapster"] = framework.ResourceConstraint{ - CPUConstraint: 2, - MemoryConstraint: 1800 * (1024 * 1024), - } - constraints["kibana-logging"] = framework.ResourceConstraint{ - CPUConstraint: 0.2, - MemoryConstraint: 100 * (1024 * 1024), - } - constraints["kube-proxy"] = framework.ResourceConstraint{ - CPUConstraint: 0.15, - MemoryConstraint: 100 * (1024 * 1024), - } - constraints["l7-lb-controller"] = framework.ResourceConstraint{ - CPUConstraint: 0.2 + 0.00015*float64(numNodes), - MemoryConstraint: (75 + uint64(math.Ceil(0.8*float64(numNodes)))) * (1024 * 1024), - } - constraints["influxdb"] = framework.ResourceConstraint{ - CPUConstraint: 2, - MemoryConstraint: 500 * (1024 * 1024), - } - constraints["kube-apiserver"] = framework.ResourceConstraint{ - CPUConstraint: apiserverCPU, - MemoryConstraint: apiserverMem, - } - constraints["kube-controller-manager"] = framework.ResourceConstraint{ - CPUConstraint: controllerCPU, - MemoryConstraint: controllerMem, - } - constraints["kube-scheduler"] = framework.ResourceConstraint{ - CPUConstraint: schedulerCPU, - MemoryConstraint: schedulerMem, - } - constraints["coredns"] = framework.ResourceConstraint{ - CPUConstraint: framework.NoCPUConstraint, - MemoryConstraint: 170 * (1024 * 1024), - } - constraints["kubedns"] = framework.ResourceConstraint{ - CPUConstraint: framework.NoCPUConstraint, - MemoryConstraint: 170 * (1024 * 1024), - } - return constraints -} - -func computeAverage(sample []float64) float64 { - sum := 0.0 - for _, value := range sample { - sum += value - } - return sum / float64(len(sample)) -} - -func computeQuantile(sample []float64, quantile float64) float64 { - framework.ExpectEqual(sort.Float64sAreSorted(sample), true) - framework.ExpectEqual(quantile >= 0.0 && quantile <= 1.0, true) - index := int(quantile*float64(len(sample))) - 1 - if index < 0 { - return math.NaN() - } - return sample[index] -} - -func logPodStartupStatus( - c clientset.Interface, - expectedPods int, - observedLabels map[string]string, - period time.Duration, - scheduleThroughputs *[]float64, - stopCh chan struct{}) { - - label := labels.SelectorFromSet(labels.Set(observedLabels)) - podStore, err := testutils.NewPodStore(c, metav1.NamespaceAll, label, fields.Everything()) - framework.ExpectNoError(err) - defer podStore.Stop() - - ticker := time.NewTicker(period) - startupStatus := testutils.ComputeRCStartupStatus(podStore.List(), expectedPods) - lastScheduledCount := startupStatus.Scheduled - defer ticker.Stop() - for { - select { - case <-ticker.C: - case <-stopCh: - return - } - // Log status of the pods. - startupStatus := testutils.ComputeRCStartupStatus(podStore.List(), expectedPods) - e2elog.Logf(startupStatus.String("Density")) - // Compute scheduling throughput for the latest time period. - throughput := float64(startupStatus.Scheduled-lastScheduledCount) / float64(period/time.Second) - *scheduleThroughputs = append(*scheduleThroughputs, throughput) - lastScheduledCount = startupStatus.Scheduled - } -} - -// runDensityTest will perform a density test and return the time it took for -// all pods to start -func runDensityTest(dtc DensityTestConfig, testPhaseDurations *timer.TestPhaseTimer, scheduleThroughputs *[]float64) time.Duration { - defer ginkgo.GinkgoRecover() - - // Create all secrets, configmaps and daemons. - dtc.runSecretConfigs(testPhaseDurations.StartPhase(250, "secrets creation")) - dtc.runConfigMapConfigs(testPhaseDurations.StartPhase(260, "configmaps creation")) - dtc.runDaemonConfigs(testPhaseDurations.StartPhase(270, "daemonsets creation")) - - replicationCtrlStartupPhase := testPhaseDurations.StartPhase(300, "saturation pods creation") - defer replicationCtrlStartupPhase.End() - - // Start scheduler CPU profile-gatherer before we begin cluster saturation. - profileGatheringDelay := time.Duration(1+nodeCount/100) * time.Minute - schedulerProfilingStopCh := framework.StartCPUProfileGatherer("kube-scheduler", "density", profileGatheringDelay) - - // Start all replication controllers. - startTime := time.Now() - wg := sync.WaitGroup{} - wg.Add(len(dtc.Configs)) - for i := range dtc.Configs { - config := dtc.Configs[i] - go func() { - defer ginkgo.GinkgoRecover() - // Call wg.Done() in defer to avoid blocking whole test - // in case of error from RunRC. - defer wg.Done() - framework.ExpectNoError(config.Run()) - }() - } - logStopCh := make(chan struct{}) - go logPodStartupStatus(dtc.ClientSets[0], dtc.PodCount, map[string]string{"type": "densityPod"}, dtc.PollInterval, scheduleThroughputs, logStopCh) - wg.Wait() - startupTime := time.Since(startTime) - close(logStopCh) - close(schedulerProfilingStopCh) - e2elog.Logf("E2E startup time for %d pods: %v", dtc.PodCount, startupTime) - e2elog.Logf("Throughput (pods/s) during cluster saturation phase: %v", float32(dtc.PodCount)/float32(startupTime/time.Second)) - replicationCtrlStartupPhase.End() - - // Grabbing scheduler memory profile after cluster saturation finished. - wg.Add(1) - framework.GatherMemoryProfile("kube-scheduler", "density", &wg) - wg.Wait() - - printPodAllocationPhase := testPhaseDurations.StartPhase(400, "printing pod allocation") - defer printPodAllocationPhase.End() - // Print some data about Pod to Node allocation - ginkgo.By("Printing Pod to Node allocation data") - podList, err := dtc.ClientSets[0].CoreV1().Pods(metav1.NamespaceAll).List(metav1.ListOptions{}) - framework.ExpectNoError(err) - pausePodAllocation := make(map[string]int) - systemPodAllocation := make(map[string][]string) - for _, pod := range podList.Items { - if pod.Namespace == metav1.NamespaceSystem { - systemPodAllocation[pod.Spec.NodeName] = append(systemPodAllocation[pod.Spec.NodeName], pod.Name) - } else { - pausePodAllocation[pod.Spec.NodeName]++ - } - } - nodeNames := make([]string, 0) - for k := range pausePodAllocation { - nodeNames = append(nodeNames, k) - } - sort.Strings(nodeNames) - for _, node := range nodeNames { - e2elog.Logf("%v: %v pause pods, system pods: %v", node, pausePodAllocation[node], systemPodAllocation[node]) - } - defer printPodAllocationPhase.End() - return startupTime -} - -func cleanupDensityTest(dtc DensityTestConfig, testPhaseDurations *timer.TestPhaseTimer) { - defer ginkgo.GinkgoRecover() - podCleanupPhase := testPhaseDurations.StartPhase(900, "latency pods deletion") - defer podCleanupPhase.End() - ginkgo.By("Deleting created Collections") - numberOfClients := len(dtc.ClientSets) - // We explicitly delete all pods to have API calls necessary for deletion accounted in metrics. - for i := range dtc.Configs { - name := dtc.Configs[i].GetName() - namespace := dtc.Configs[i].GetNamespace() - kind := dtc.Configs[i].GetKind() - ginkgo.By(fmt.Sprintf("Cleaning up only the %v, garbage collector will clean up the pods", kind)) - err := framework.DeleteResourceAndWaitForGC(dtc.ClientSets[i%numberOfClients], kind, namespace, name) - framework.ExpectNoError(err) - } - podCleanupPhase.End() - - dtc.deleteSecrets(testPhaseDurations.StartPhase(910, "secrets deletion")) - dtc.deleteConfigMaps(testPhaseDurations.StartPhase(920, "configmaps deletion")) - dtc.deleteDaemonSets(numberOfClients, testPhaseDurations.StartPhase(930, "daemonsets deletion")) -} - -// This test suite can take a long time to run, and can affect or be affected by other tests. -// So by default it is added to the ginkgo.skip list (see driver.go). -// To run this suite you must explicitly ask for it by setting the -// -t/--test flag or ginkgo.focus flag. -// IMPORTANT: This test is designed to work on large (>= 100 Nodes) clusters. For smaller ones -// results will not be representative for control-plane performance as we'll start hitting -// limits on Docker's concurrent container startup. -var _ = SIGDescribe("Density", func() { - var c clientset.Interface - var additionalPodsPrefix string - var ns string - var uuid string - var e2eStartupTime time.Duration - var totalPods int - var nodeCPUCapacity int64 - var nodeMemCapacity int64 - var nodes *v1.NodeList - var scheduleThroughputs []float64 - - testCaseBaseName := "density" - missingMeasurements := 0 - var testPhaseDurations *timer.TestPhaseTimer - var profileGathererStopCh chan struct{} - var etcdMetricsCollector *e2emetrics.EtcdMetricsCollector - - // Gathers data prior to framework namespace teardown - ginkgo.AfterEach(func() { - // Stop apiserver CPU profile gatherer and gather memory allocations profile. - close(profileGathererStopCh) - wg := sync.WaitGroup{} - wg.Add(1) - framework.GatherMemoryProfile("kube-apiserver", "density", &wg) - wg.Wait() - - saturationThreshold := time.Duration((totalPods / MinPodsPerSecondThroughput)) * time.Second - if saturationThreshold < MinSaturationThreshold { - saturationThreshold = MinSaturationThreshold - } - gomega.Expect(e2eStartupTime).NotTo(gomega.BeNumerically(">", saturationThreshold)) - saturationData := saturationTime{ - TimeToSaturate: e2eStartupTime, - NumberOfNodes: nodeCount, - NumberOfPods: totalPods, - Throughput: float32(totalPods) / float32(e2eStartupTime/time.Second), - } - e2elog.Logf("Cluster saturation time: %s", e2emetrics.PrettyPrintJSON(saturationData)) - - summaries := make([]framework.TestDataSummary, 0, 2) - // Verify latency metrics. - highLatencyRequests, metrics, err := e2emetrics.HighLatencyRequests(c, nodeCount) - framework.ExpectNoError(err) - if err == nil { - summaries = append(summaries, metrics) - } - - // Summarize scheduler metrics. - latency, err := e2emetrics.VerifySchedulerLatency(c, framework.TestContext.Provider, framework.TestContext.CloudConfig.MasterName, framework.GetMasterHost()) - framework.ExpectNoError(err) - if err == nil { - // Compute avg and quantiles of throughput (excluding last element, that's usually an outlier). - sampleSize := len(scheduleThroughputs) - if sampleSize > 1 { - scheduleThroughputs = scheduleThroughputs[:sampleSize-1] - sort.Float64s(scheduleThroughputs) - latency.ThroughputAverage = computeAverage(scheduleThroughputs) - latency.ThroughputPerc50 = computeQuantile(scheduleThroughputs, 0.5) - latency.ThroughputPerc90 = computeQuantile(scheduleThroughputs, 0.9) - latency.ThroughputPerc99 = computeQuantile(scheduleThroughputs, 0.99) - } - summaries = append(summaries, latency) - } - - // Summarize etcd metrics. - err = etcdMetricsCollector.StopAndSummarize(framework.TestContext.Provider, framework.GetMasterHost()) - framework.ExpectNoError(err) - if err == nil { - summaries = append(summaries, etcdMetricsCollector.GetMetrics()) - } - - summaries = append(summaries, testPhaseDurations) - - framework.PrintSummaries(summaries, testCaseBaseName) - - // Fail if there were some high-latency requests. - gomega.Expect(highLatencyRequests).NotTo(gomega.BeNumerically(">", 0), "There should be no high-latency requests") - // Fail if more than the allowed threshold of measurements were missing in the latencyTest. - framework.ExpectEqual(missingMeasurements <= MaxMissingPodStartupMeasurements, true) - }) - - options := framework.Options{ - ClientQPS: 50.0, - ClientBurst: 100, - } - // Explicitly put here, to delete namespace at the end of the test - // (after measuring latency metrics, etc.). - f := framework.NewFramework(testCaseBaseName, options, nil) - f.NamespaceDeletionTimeout = time.Hour - - ginkgo.BeforeEach(func() { - // Gathering the metrics currently uses a path which uses SSH. - framework.SkipUnlessSSHKeyPresent() - - var err error - c = f.ClientSet - ns = f.Namespace.Name - testPhaseDurations = timer.NewTestPhaseTimer() - - // This is used to mimic what new service account token volumes will - // eventually look like. We can remove this once the controller manager - // publishes the root CA certificate to each namespace. - c.CoreV1().ConfigMaps(ns).Create(&v1.ConfigMap{ - ObjectMeta: metav1.ObjectMeta{ - Name: "kube-root-ca-crt", - }, - Data: map[string]string{ - "ca.crt": "trust me, i'm a ca.crt", - }, - }) - - _, nodes, err = e2enode.GetMasterAndWorkerNodes(c) - if err != nil { - e2elog.Logf("Unexpected error occurred: %v", err) - } - // TODO: write a wrapper for ExpectNoErrorWithOffset() - framework.ExpectNoErrorWithOffset(0, err) - nodeCount = len(nodes.Items) - gomega.Expect(nodeCount).NotTo(gomega.BeZero()) - - // Compute node capacity, leaving some slack for addon pods. - nodeCPUCapacity = nodes.Items[0].Status.Allocatable.Cpu().MilliValue() - 100 - nodeMemCapacity = nodes.Items[0].Status.Allocatable.Memory().Value() - 100*1024*1024 - - // Terminating a namespace (deleting the remaining objects from it - which - // generally means events) can affect the current run. Thus we wait for all - // terminating namespace to be finally deleted before starting this test. - err = framework.CheckTestingNSDeletedExcept(c, ns) - framework.ExpectNoError(err) - - uuid = string(utiluuid.NewUUID()) - - framework.ExpectNoError(e2emetrics.ResetSchedulerMetrics(c, framework.TestContext.Provider, framework.TestContext.CloudConfig.MasterName, framework.GetMasterHost())) - framework.ExpectNoError(e2emetrics.ResetMetrics(c)) - framework.ExpectNoError(os.Mkdir(fmt.Sprintf(framework.TestContext.OutputDir+"/%s", uuid), 0777)) - - e2elog.Logf("Listing nodes for easy debugging:\n") - for _, node := range nodes.Items { - var internalIP, externalIP string - for _, address := range node.Status.Addresses { - if address.Type == v1.NodeInternalIP { - internalIP = address.Address - } - if address.Type == v1.NodeExternalIP { - externalIP = address.Address - } - } - e2elog.Logf("Name: %v, clusterIP: %v, externalIP: %v", node.ObjectMeta.Name, internalIP, externalIP) - } - - // Start apiserver CPU profile gatherer with frequency based on cluster size. - profileGatheringDelay := time.Duration(5+nodeCount/100) * time.Minute - profileGathererStopCh = framework.StartCPUProfileGatherer("kube-apiserver", "density", profileGatheringDelay) - - // Start etcs metrics collection. - etcdMetricsCollector = e2emetrics.NewEtcdMetricsCollector() - etcdMetricsCollector.StartCollecting(time.Minute, framework.TestContext.Provider, framework.GetMasterHost()) - }) - - type Density struct { - // Controls if e2e latency tests should be run (they are slow) - runLatencyTest bool - podsPerNode int - // Controls how often the apiserver is polled for pods - interval time.Duration - // What kind of resource we should be creating. Default: ReplicationController - kind schema.GroupKind - secretsPerPod int - configMapsPerPod int - svcacctTokenProjectionsPerPod int - daemonsPerNode int - quotas bool - } - - densityTests := []Density{ - // TODO: Expose runLatencyTest as ginkgo flag. - {podsPerNode: 3, runLatencyTest: false, kind: api.Kind("ReplicationController")}, - {podsPerNode: 30, runLatencyTest: true, kind: api.Kind("ReplicationController")}, - {podsPerNode: 50, runLatencyTest: false, kind: api.Kind("ReplicationController")}, - {podsPerNode: 95, runLatencyTest: true, kind: api.Kind("ReplicationController")}, - {podsPerNode: 100, runLatencyTest: false, kind: api.Kind("ReplicationController")}, - // Tests for other resource types: - {podsPerNode: 30, runLatencyTest: true, kind: extensions.Kind("Deployment")}, - {podsPerNode: 30, runLatencyTest: true, kind: batch.Kind("Job")}, - // Test scheduling when daemons are preset - {podsPerNode: 30, runLatencyTest: true, kind: api.Kind("ReplicationController"), daemonsPerNode: 2}, - // Test with secrets - {podsPerNode: 30, runLatencyTest: true, kind: extensions.Kind("Deployment"), secretsPerPod: 2}, - // Test with configmaps - {podsPerNode: 30, runLatencyTest: true, kind: extensions.Kind("Deployment"), configMapsPerPod: 2}, - // Test with service account projected volumes - {podsPerNode: 30, runLatencyTest: true, kind: extensions.Kind("Deployment"), svcacctTokenProjectionsPerPod: 2}, - // Test with quotas - {podsPerNode: 30, runLatencyTest: true, kind: api.Kind("ReplicationController"), quotas: true}, - } - - isCanonical := func(test *Density) bool { - return test.kind == api.Kind("ReplicationController") && test.daemonsPerNode == 0 && test.secretsPerPod == 0 && test.configMapsPerPod == 0 && !test.quotas - } - - for _, testArg := range densityTests { - feature := "ManualPerformance" - switch testArg.podsPerNode { - case 30: - if isCanonical(&testArg) { - feature = "Performance" - } - case 95: - feature = "HighDensityPerformance" - } - - name := fmt.Sprintf("[Feature:%s] should allow starting %d pods per node using %v with %v secrets, %v configmaps, %v token projections, and %v daemons", - feature, - testArg.podsPerNode, - testArg.kind, - testArg.secretsPerPod, - testArg.configMapsPerPod, - testArg.svcacctTokenProjectionsPerPod, - testArg.daemonsPerNode, - ) - if testArg.quotas { - name += " with quotas" - } - itArg := testArg - ginkgo.It(name, func() { - nodePrepPhase := testPhaseDurations.StartPhase(100, "node preparation") - defer nodePrepPhase.End() - nodePreparer := framework.NewE2ETestNodePreparer( - f.ClientSet, - []testutils.CountToStrategy{{Count: nodeCount, Strategy: &testutils.TrivialNodePrepareStrategy{}}}, - ) - framework.ExpectNoError(nodePreparer.PrepareNodes()) - defer nodePreparer.CleanupNodes() - - podsPerNode := itArg.podsPerNode - if podsPerNode == 30 { - f.AddonResourceConstraints = func() map[string]framework.ResourceConstraint { return density30AddonResourceVerifier(nodeCount) }() - } - totalPods = (podsPerNode - itArg.daemonsPerNode) * nodeCount - fileHndl, err := os.Create(fmt.Sprintf(framework.TestContext.OutputDir+"/%s/pod_states.csv", uuid)) - framework.ExpectNoError(err) - defer fileHndl.Close() - nodePrepPhase.End() - - // nodeCountPerNamespace and CreateNamespaces are defined in load.go - numberOfCollections := (nodeCount + nodeCountPerNamespace - 1) / nodeCountPerNamespace - namespaces, err := CreateNamespaces(f, numberOfCollections, fmt.Sprintf("density-%v", testArg.podsPerNode), testPhaseDurations.StartPhase(200, "namespace creation")) - framework.ExpectNoError(err) - if itArg.quotas { - framework.ExpectNoError(CreateQuotas(f, namespaces, totalPods+nodeCount, testPhaseDurations.StartPhase(210, "quota creation"))) - } - - configs := make([]testutils.RunObjectConfig, numberOfCollections) - secretConfigs := make([]*testutils.SecretConfig, 0, numberOfCollections*itArg.secretsPerPod) - configMapConfigs := make([]*testutils.ConfigMapConfig, 0, numberOfCollections*itArg.configMapsPerPod) - // Since all RCs are created at the same time, timeout for each config - // has to assume that it will be run at the very end. - podThroughput := 20 - timeout := time.Duration(totalPods/podThroughput) * time.Second - if timeout < UnreadyNodeToleration { - timeout = UnreadyNodeToleration - } - timeout += 3 * time.Minute - // createClients is defined in load.go - clients, scalesClients, err := createClients(numberOfCollections) - framework.ExpectNoError(err) - for i := 0; i < numberOfCollections; i++ { - nsName := namespaces[i].Name - secretNames := []string{} - for j := 0; j < itArg.secretsPerPod; j++ { - secretName := fmt.Sprintf("density-secret-%v-%v", i, j) - secretConfigs = append(secretConfigs, &testutils.SecretConfig{ - Content: map[string]string{"foo": "bar"}, - Client: clients[i], - Name: secretName, - Namespace: nsName, - LogFunc: e2elog.Logf, - }) - secretNames = append(secretNames, secretName) - } - configMapNames := []string{} - for j := 0; j < itArg.configMapsPerPod; j++ { - configMapName := fmt.Sprintf("density-configmap-%v-%v", i, j) - configMapConfigs = append(configMapConfigs, &testutils.ConfigMapConfig{ - Content: map[string]string{"foo": "bar"}, - Client: clients[i], - Name: configMapName, - Namespace: nsName, - LogFunc: e2elog.Logf, - }) - configMapNames = append(configMapNames, configMapName) - } - name := fmt.Sprintf("density%v-%v-%v", totalPods, i, uuid) - baseConfig := &testutils.RCConfig{ - Client: clients[i], - ScalesGetter: scalesClients[i], - Image: imageutils.GetPauseImageName(), - Name: name, - Namespace: nsName, - Labels: map[string]string{"type": "densityPod"}, - PollInterval: DensityPollInterval, - Timeout: timeout, - PodStatusFile: fileHndl, - Replicas: (totalPods + numberOfCollections - 1) / numberOfCollections, - CpuRequest: nodeCPUCapacity / 100, - MemRequest: nodeMemCapacity / 100, - MaxContainerFailures: &MaxContainerFailures, - Silent: true, - LogFunc: e2elog.Logf, - SecretNames: secretNames, - ConfigMapNames: configMapNames, - ServiceAccountTokenProjections: itArg.svcacctTokenProjectionsPerPod, - Tolerations: []v1.Toleration{ - { - Key: "node.kubernetes.io/not-ready", - Operator: v1.TolerationOpExists, - Effect: v1.TaintEffectNoExecute, - TolerationSeconds: func(i int64) *int64 { return &i }(int64(UnreadyNodeToleration / time.Second)), - }, { - Key: "node.kubernetes.io/unreachable", - Operator: v1.TolerationOpExists, - Effect: v1.TaintEffectNoExecute, - TolerationSeconds: func(i int64) *int64 { return &i }(int64(UnreadyNodeToleration / time.Second)), - }, - }, - } - switch itArg.kind { - case api.Kind("ReplicationController"): - configs[i] = baseConfig - case extensions.Kind("ReplicaSet"): - configs[i] = &testutils.ReplicaSetConfig{RCConfig: *baseConfig} - case extensions.Kind("Deployment"): - configs[i] = &testutils.DeploymentConfig{RCConfig: *baseConfig} - case batch.Kind("Job"): - configs[i] = &testutils.JobConfig{RCConfig: *baseConfig} - default: - e2elog.Failf("Unsupported kind: %v", itArg.kind) - } - } - - // Single client is running out of http2 connections in delete phase, hence we need more. - clients, scalesClients, err = createClients(2) - framework.ExpectNoError(err) - dConfig := DensityTestConfig{ - ClientSets: clients, - ScaleClients: scalesClients, - Configs: configs, - PodCount: totalPods, - PollInterval: DensityPollInterval, - kind: itArg.kind, - SecretConfigs: secretConfigs, - ConfigMapConfigs: configMapConfigs, - } - - for i := 0; i < itArg.daemonsPerNode; i++ { - dConfig.DaemonConfigs = append(dConfig.DaemonConfigs, - &testutils.DaemonConfig{ - Client: f.ClientSet, - Name: fmt.Sprintf("density-daemon-%v", i), - Namespace: f.Namespace.Name, - LogFunc: e2elog.Logf, - }) - } - e2eStartupTime = runDensityTest(dConfig, testPhaseDurations, &scheduleThroughputs) - defer cleanupDensityTest(dConfig, testPhaseDurations) - - if itArg.runLatencyTest { - // Pick latencyPodsIterations so that: - // latencyPodsIterations * nodeCount >= MinPodStartupMeasurements. - latencyPodsIterations := (MinPodStartupMeasurements + nodeCount - 1) / nodeCount - ginkgo.By(fmt.Sprintf("Scheduling additional %d Pods to measure startup latencies", latencyPodsIterations*nodeCount)) - - createTimes := make(map[string]metav1.Time, 0) - nodeNames := make(map[string]string, 0) - scheduleTimes := make(map[string]metav1.Time, 0) - runTimes := make(map[string]metav1.Time, 0) - watchTimes := make(map[string]metav1.Time, 0) - - var mutex sync.Mutex - checkPod := func(p *v1.Pod) { - mutex.Lock() - defer mutex.Unlock() - defer ginkgo.GinkgoRecover() - - if p.Status.Phase == v1.PodRunning { - if _, found := watchTimes[p.Name]; !found { - watchTimes[p.Name] = metav1.Now() - createTimes[p.Name] = p.CreationTimestamp - nodeNames[p.Name] = p.Spec.NodeName - var startTime metav1.Time - for _, cs := range p.Status.ContainerStatuses { - if cs.State.Running != nil { - if startTime.Before(&cs.State.Running.StartedAt) { - startTime = cs.State.Running.StartedAt - } - } - } - if startTime != metav1.NewTime(time.Time{}) { - runTimes[p.Name] = startTime - } else { - e2elog.Failf("Pod %v is reported to be running, but none of its containers is", p.Name) - } - } - } - } - - additionalPodsPrefix = "density-latency-pod" - stopCh := make(chan struct{}) - - latencyPodStores := make([]cache.Store, len(namespaces)) - for i := 0; i < len(namespaces); i++ { - nsName := namespaces[i].Name - latencyPodsStore, controller := cache.NewInformer( - &cache.ListWatch{ - ListFunc: func(options metav1.ListOptions) (runtime.Object, error) { - options.LabelSelector = labels.SelectorFromSet(labels.Set{"type": additionalPodsPrefix}).String() - obj, err := c.CoreV1().Pods(nsName).List(options) - return runtime.Object(obj), err - }, - WatchFunc: func(options metav1.ListOptions) (watch.Interface, error) { - options.LabelSelector = labels.SelectorFromSet(labels.Set{"type": additionalPodsPrefix}).String() - return c.CoreV1().Pods(nsName).Watch(options) - }, - }, - &v1.Pod{}, - 0, - cache.ResourceEventHandlerFuncs{ - AddFunc: func(obj interface{}) { - p, ok := obj.(*v1.Pod) - if !ok { - e2elog.Logf("Failed to cast observed object to *v1.Pod.") - } - framework.ExpectEqual(ok, true) - go checkPod(p) - }, - UpdateFunc: func(oldObj, newObj interface{}) { - p, ok := newObj.(*v1.Pod) - if !ok { - e2elog.Logf("Failed to cast observed object to *v1.Pod.") - } - framework.ExpectEqual(ok, true) - go checkPod(p) - }, - }, - ) - latencyPodStores[i] = latencyPodsStore - - go controller.Run(stopCh) - } - for latencyPodsIteration := 0; latencyPodsIteration < latencyPodsIterations; latencyPodsIteration++ { - podIndexOffset := latencyPodsIteration * nodeCount - e2elog.Logf("Creating %d latency pods in range [%d, %d]", nodeCount, podIndexOffset+1, podIndexOffset+nodeCount) - - watchTimesLen := len(watchTimes) - - // Create some additional pods with throughput ~5 pods/sec. - latencyPodStartupPhase := testPhaseDurations.StartPhase(800+latencyPodsIteration*10, "latency pods creation") - defer latencyPodStartupPhase.End() - var wg sync.WaitGroup - wg.Add(nodeCount) - // Explicitly set requests here. - // Thanks to it we trigger increasing priority function by scheduling - // a pod to a node, which in turn will result in spreading latency pods - // more evenly between nodes. - cpuRequest := *resource.NewMilliQuantity(nodeCPUCapacity/5, resource.DecimalSI) - memRequest := *resource.NewQuantity(nodeMemCapacity/5, resource.DecimalSI) - if podsPerNode > 30 { - // This is to make them schedulable on high-density tests - // (e.g. 100 pods/node kubemark). - cpuRequest = *resource.NewMilliQuantity(0, resource.DecimalSI) - memRequest = *resource.NewQuantity(0, resource.DecimalSI) - } - rcNameToNsMap := map[string]string{} - for i := 1; i <= nodeCount; i++ { - name := additionalPodsPrefix + "-" + strconv.Itoa(podIndexOffset+i) - nsName := namespaces[i%len(namespaces)].Name - rcNameToNsMap[name] = nsName - go createRunningPodFromRC(&wg, c, name, nsName, imageutils.GetPauseImageName(), additionalPodsPrefix, cpuRequest, memRequest) - time.Sleep(200 * time.Millisecond) - } - wg.Wait() - latencyPodStartupPhase.End() - - latencyMeasurementPhase := testPhaseDurations.StartPhase(801+latencyPodsIteration*10, "pod startup latencies measurement") - defer latencyMeasurementPhase.End() - ginkgo.By("Waiting for all Pods begin observed by the watch...") - waitTimeout := 10 * time.Minute - for start := time.Now(); len(watchTimes) < watchTimesLen+nodeCount; time.Sleep(10 * time.Second) { - if time.Since(start) < waitTimeout { - e2elog.Failf("Timeout reached waiting for all Pods being observed by the watch.") - } - } - - nodeToLatencyPods := make(map[string]int) - for i := range latencyPodStores { - for _, item := range latencyPodStores[i].List() { - pod := item.(*v1.Pod) - nodeToLatencyPods[pod.Spec.NodeName]++ - } - for node, count := range nodeToLatencyPods { - if count > 1 { - e2elog.Logf("%d latency pods scheduled on %s", count, node) - } - } - } - latencyMeasurementPhase.End() - - ginkgo.By("Removing additional replication controllers") - podDeletionPhase := testPhaseDurations.StartPhase(802+latencyPodsIteration*10, "latency pods deletion") - defer podDeletionPhase.End() - deleteRC := func(i int) { - defer ginkgo.GinkgoRecover() - name := additionalPodsPrefix + "-" + strconv.Itoa(podIndexOffset+i+1) - framework.ExpectNoError(framework.DeleteRCAndWaitForGC(c, rcNameToNsMap[name], name)) - } - workqueue.ParallelizeUntil(context.TODO(), 25, nodeCount, deleteRC) - podDeletionPhase.End() - } - close(stopCh) - - for i := 0; i < len(namespaces); i++ { - nsName := namespaces[i].Name - selector := fields.Set{ - "involvedObject.kind": "Pod", - "involvedObject.namespace": nsName, - "source": v1.DefaultSchedulerName, - }.AsSelector().String() - options := metav1.ListOptions{FieldSelector: selector} - schedEvents, err := c.CoreV1().Events(nsName).List(options) - framework.ExpectNoError(err) - for k := range createTimes { - for _, event := range schedEvents.Items { - if event.InvolvedObject.Name == k { - scheduleTimes[k] = event.FirstTimestamp - break - } - } - } - } - - scheduleLag := make([]e2emetrics.PodLatencyData, 0) - startupLag := make([]e2emetrics.PodLatencyData, 0) - watchLag := make([]e2emetrics.PodLatencyData, 0) - schedToWatchLag := make([]e2emetrics.PodLatencyData, 0) - e2eLag := make([]e2emetrics.PodLatencyData, 0) - - for name, create := range createTimes { - sched, ok := scheduleTimes[name] - if !ok { - e2elog.Logf("Failed to find schedule time for %v", name) - missingMeasurements++ - } - run, ok := runTimes[name] - if !ok { - e2elog.Logf("Failed to find run time for %v", name) - missingMeasurements++ - } - watch, ok := watchTimes[name] - if !ok { - e2elog.Logf("Failed to find watch time for %v", name) - missingMeasurements++ - } - node, ok := nodeNames[name] - if !ok { - e2elog.Logf("Failed to find node for %v", name) - missingMeasurements++ - } - - scheduleLag = append(scheduleLag, e2emetrics.PodLatencyData{Name: name, Node: node, Latency: sched.Time.Sub(create.Time)}) - startupLag = append(startupLag, e2emetrics.PodLatencyData{Name: name, Node: node, Latency: run.Time.Sub(sched.Time)}) - watchLag = append(watchLag, e2emetrics.PodLatencyData{Name: name, Node: node, Latency: watch.Time.Sub(run.Time)}) - schedToWatchLag = append(schedToWatchLag, e2emetrics.PodLatencyData{Name: name, Node: node, Latency: watch.Time.Sub(sched.Time)}) - e2eLag = append(e2eLag, e2emetrics.PodLatencyData{Name: name, Node: node, Latency: watch.Time.Sub(create.Time)}) - } - - sort.Sort(e2emetrics.LatencySlice(scheduleLag)) - sort.Sort(e2emetrics.LatencySlice(startupLag)) - sort.Sort(e2emetrics.LatencySlice(watchLag)) - sort.Sort(e2emetrics.LatencySlice(schedToWatchLag)) - sort.Sort(e2emetrics.LatencySlice(e2eLag)) - - e2emetrics.PrintLatencies(scheduleLag, "worst create-to-schedule latencies") - e2emetrics.PrintLatencies(startupLag, "worst schedule-to-run latencies") - e2emetrics.PrintLatencies(watchLag, "worst run-to-watch latencies") - e2emetrics.PrintLatencies(schedToWatchLag, "worst schedule-to-watch latencies") - e2emetrics.PrintLatencies(e2eLag, "worst e2e latencies") - - // Capture latency metrics related to pod-startup. - podStartupLatency := &e2emetrics.PodStartupLatency{ - CreateToScheduleLatency: e2emetrics.ExtractLatencyMetrics(scheduleLag), - ScheduleToRunLatency: e2emetrics.ExtractLatencyMetrics(startupLag), - RunToWatchLatency: e2emetrics.ExtractLatencyMetrics(watchLag), - ScheduleToWatchLatency: e2emetrics.ExtractLatencyMetrics(schedToWatchLag), - E2ELatency: e2emetrics.ExtractLatencyMetrics(e2eLag), - } - f.TestSummaries = append(f.TestSummaries, podStartupLatency) - - // Test whether e2e pod startup time is acceptable. - podStartupLatencyThreshold := e2emetrics.LatencyMetric{ - Perc50: PodStartupLatencyThreshold, - Perc90: PodStartupLatencyThreshold, - Perc99: PodStartupLatencyThreshold, - } - framework.ExpectNoError(e2emetrics.VerifyLatencyWithinThreshold(podStartupLatencyThreshold, podStartupLatency.E2ELatency, "pod startup")) - - e2emetrics.LogSuspiciousLatency(startupLag, e2eLag, nodeCount, c) - } - }) - } -}) - -func createRunningPodFromRC(wg *sync.WaitGroup, c clientset.Interface, name, ns, image, podType string, cpuRequest, memRequest resource.Quantity) { - defer ginkgo.GinkgoRecover() - defer wg.Done() - labels := map[string]string{ - "type": podType, - "name": name, - } - rc := &v1.ReplicationController{ - ObjectMeta: metav1.ObjectMeta{ - Name: name, - Labels: labels, - }, - Spec: v1.ReplicationControllerSpec{ - Replicas: func(i int) *int32 { x := int32(i); return &x }(1), - Selector: labels, - Template: &v1.PodTemplateSpec{ - ObjectMeta: metav1.ObjectMeta{ - Labels: labels, - }, - Spec: v1.PodSpec{ - Containers: []v1.Container{ - { - Name: name, - Image: image, - Resources: v1.ResourceRequirements{ - Requests: v1.ResourceList{ - v1.ResourceCPU: cpuRequest, - v1.ResourceMemory: memRequest, - }, - }, - }, - }, - DNSPolicy: v1.DNSDefault, - }, - }, - }, - } - framework.ExpectNoError(testutils.CreateRCWithRetries(c, ns, rc)) - framework.ExpectNoError(e2epod.WaitForControlledPodsRunning(c, ns, name, api.Kind("ReplicationController"))) - e2elog.Logf("Found pod '%s' running", name) -} diff --git a/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/framework.go b/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/framework.go deleted file mode 100644 index ea123af1a694..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/framework.go +++ /dev/null @@ -1,32 +0,0 @@ -/* -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. -*/ - -// DEPRECATED. -// We already migrated all periodic and presubmit tests to ClusterLoader2. -// We are still keeping this directory for optional functionality, but once -// this is supported in ClusterLoader2 tests, this test will be removed -// (hopefully in 1.16 release). -// Please don't add new functionality to this directory and instead see: -// https://github.com/kubernetes/perf-tests/tree/master/clusterloader2 - -package scalability - -import "github.com/onsi/ginkgo" - -// SIGDescribe is the entry point for the sig-scalability e2e framework -func SIGDescribe(text string, body func()) bool { - return ginkgo.Describe("[sig-scalability] "+text, body) -} diff --git a/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/load.go b/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/load.go deleted file mode 100644 index 0ba20251ad5e..000000000000 --- a/vertical-pod-autoscaler/e2e/vendor/k8s.io/kubernetes/test/e2e/scalability/load.go +++ /dev/null @@ -1,767 +0,0 @@ -/* -Copyright 2015 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. -*/ - -// DEPRECATED. -// We already migrated all periodic and presubmit tests to ClusterLoader2. -// We are still keeping this file for optional functionality, but once -// this is supported in ClusterLoader2 tests, this test will be removed -// (hopefully in 1.16 release). -// Please don't add new functionality to this file and instead see: -// https://github.com/kubernetes/perf-tests/tree/master/clusterloader2 - -package scalability - -import ( - "context" - "fmt" - "math" - "math/rand" - "net" - "net/http" - "os" - "strconv" - "sync" - "time" - - v1 "k8s.io/api/core/v1" - "k8s.io/apimachinery/pkg/api/resource" - metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" - "k8s.io/apimachinery/pkg/labels" - "k8s.io/apimachinery/pkg/runtime/schema" - "k8s.io/apimachinery/pkg/util/intstr" - utilnet "k8s.io/apimachinery/pkg/util/net" - "k8s.io/apimachinery/pkg/util/wait" - "k8s.io/client-go/discovery" - cacheddiscovery "k8s.io/client-go/discovery/cached/memory" - "k8s.io/client-go/dynamic" - clientset "k8s.io/client-go/kubernetes" - "k8s.io/client-go/kubernetes/scheme" - restclient "k8s.io/client-go/rest" - "k8s.io/client-go/restmapper" - scaleclient "k8s.io/client-go/scale" - "k8s.io/client-go/transport" - "k8s.io/client-go/util/workqueue" - "k8s.io/kubernetes/pkg/apis/batch" - api "k8s.io/kubernetes/pkg/apis/core" - "k8s.io/kubernetes/pkg/apis/extensions" - "k8s.io/kubernetes/test/e2e/framework" - e2elog "k8s.io/kubernetes/test/e2e/framework/log" - e2emetrics "k8s.io/kubernetes/test/e2e/framework/metrics" - "k8s.io/kubernetes/test/e2e/framework/timer" - testutils "k8s.io/kubernetes/test/utils" - - "github.com/onsi/ginkgo" - "github.com/onsi/gomega" -) - -const ( - smallGroupSize = 5 - mediumGroupSize = 30 - bigGroupSize = 250 - smallGroupName = "load-small" - mediumGroupName = "load-medium" - bigGroupName = "load-big" - // We start RCs/Services/pods/... in different namespace in this test. - // nodeCountPerNamespace determines how many namespaces we will be using - // depending on the number of nodes in the underlying cluster. - nodeCountPerNamespace = 100 - // How many threads will be used to create/delete services during this test. - serviceOperationsParallelism = 1 - svcLabelKey = "svc-label" -) - -var randomKind = schema.GroupKind{Kind: "Random"} - -var knownKinds = []schema.GroupKind{ - api.Kind("ReplicationController"), - extensions.Kind("Deployment"), - // TODO: uncomment when Jobs are fixed: #38497 - //batch.Kind("Job"), - extensions.Kind("ReplicaSet"), -} - -// This test suite can take a long time to run, so by default it is added to -// the ginkgo.skip list (see driver.go). -// To run this suite you must explicitly ask for it by setting the -// -t/--test flag or ginkgo.focus flag. -var _ = SIGDescribe("Load capacity", func() { - var clientset clientset.Interface - var nodeCount int - var ns string - var configs []testutils.RunObjectConfig - var secretConfigs []*testutils.SecretConfig - var configMapConfigs []*testutils.ConfigMapConfig - - testCaseBaseName := "load" - var testPhaseDurations *timer.TestPhaseTimer - var profileGathererStopCh chan struct{} - - ginkgo.BeforeEach(func() { - framework.SkipUnlessSSHKeyPresent() - }) - - // Gathers metrics before teardown - // TODO add flag that allows to skip cleanup on failure - ginkgo.AfterEach(func() { - // Stop apiserver CPU profile gatherer and gather memory allocations profile. - close(profileGathererStopCh) - wg := sync.WaitGroup{} - wg.Add(1) - framework.GatherMemoryProfile("kube-apiserver", "load", &wg) - wg.Wait() - - // Verify latency metrics - highLatencyRequests, metrics, err := e2emetrics.HighLatencyRequests(clientset, nodeCount) - framework.ExpectNoError(err) - if err == nil { - summaries := make([]framework.TestDataSummary, 0, 2) - summaries = append(summaries, metrics) - summaries = append(summaries, testPhaseDurations) - framework.PrintSummaries(summaries, testCaseBaseName) - gomega.Expect(highLatencyRequests).NotTo(gomega.BeNumerically(">", 0), "There should be no high-latency requests") - } - }) - - // We assume a default throughput of 10 pods/second throughput. - // We may want to revisit it in the future. - // However, this can be overridden by LOAD_TEST_THROUGHPUT env var. - throughput := 10 - if throughputEnv := os.Getenv("LOAD_TEST_THROUGHPUT"); throughputEnv != "" { - if newThroughput, err := strconv.Atoi(throughputEnv); err == nil { - throughput = newThroughput - } - } - - // Explicitly put here, to delete namespace at the end of the test - // (after measuring latency metrics, etc.). - options := framework.Options{ - ClientQPS: float32(math.Max(50.0, float64(2*throughput))), - ClientBurst: int(math.Max(100.0, float64(4*throughput))), - } - f := framework.NewFramework(testCaseBaseName, options, nil) - f.NamespaceDeletionTimeout = time.Hour - - ginkgo.BeforeEach(func() { - testPhaseDurations = timer.NewTestPhaseTimer() - clientset = f.ClientSet - - ns = f.Namespace.Name - nodes := framework.GetReadySchedulableNodesOrDie(clientset) - nodeCount = len(nodes.Items) - gomega.Expect(nodeCount).NotTo(gomega.BeZero()) - - // Terminating a namespace (deleting the remaining objects from it - which - // generally means events) can affect the current run. Thus we wait for all - // terminating namespace to be finally deleted before starting this test. - err := framework.CheckTestingNSDeletedExcept(clientset, ns) - framework.ExpectNoError(err) - - framework.ExpectNoError(e2emetrics.ResetMetrics(clientset)) - - // Start apiserver CPU profile gatherer with frequency based on cluster size. - profileGatheringDelay := time.Duration(5+nodeCount/100) * time.Minute - profileGathererStopCh = framework.StartCPUProfileGatherer("kube-apiserver", "load", profileGatheringDelay) - }) - - type Load struct { - podsPerNode int - image string - command []string - // What kind of resource we want to create - kind schema.GroupKind - services bool - secretsPerPod int - configMapsPerPod int - daemonsPerNode int - quotas bool - } - - serveHostnameCmd := []string{"/agnhost", "serve-hostname"} - loadTests := []Load{ - // The container will consume 1 cpu and 512mb of memory. - {podsPerNode: 3, image: "jess/stress", command: []string{"stress", "-c", "1", "-m", "2"}, kind: api.Kind("ReplicationController")}, - {podsPerNode: 30, image: framework.ServeHostnameImage, command: serveHostnameCmd, kind: api.Kind("ReplicationController")}, - // Tests for other resource types - {podsPerNode: 30, image: framework.ServeHostnameImage, command: serveHostnameCmd, kind: extensions.Kind("Deployment")}, - {podsPerNode: 30, image: framework.ServeHostnameImage, command: serveHostnameCmd, kind: batch.Kind("Job")}, - // Test scheduling when daemons are preset - {podsPerNode: 30, image: framework.ServeHostnameImage, command: serveHostnameCmd, kind: api.Kind("ReplicationController"), daemonsPerNode: 2}, - // Test with secrets - {podsPerNode: 30, image: framework.ServeHostnameImage, command: serveHostnameCmd, kind: extensions.Kind("Deployment"), secretsPerPod: 2}, - // Test with configmaps - {podsPerNode: 30, image: framework.ServeHostnameImage, command: serveHostnameCmd, kind: extensions.Kind("Deployment"), configMapsPerPod: 2}, - // Special test case which randomizes created resources - {podsPerNode: 30, image: framework.ServeHostnameImage, command: serveHostnameCmd, kind: randomKind}, - // Test with quotas - {podsPerNode: 30, image: framework.ServeHostnameImage, command: serveHostnameCmd, kind: api.Kind("ReplicationController"), quotas: true}, - {podsPerNode: 30, image: framework.ServeHostnameImage, command: serveHostnameCmd, kind: randomKind, quotas: true}, - } - - isCanonical := func(test *Load) bool { - return test.podsPerNode == 30 && test.kind == api.Kind("ReplicationController") && test.daemonsPerNode == 0 && test.secretsPerPod == 0 && test.configMapsPerPod == 0 && !test.quotas - } - - for _, testArg := range loadTests { - feature := "ManualPerformance" - if isCanonical(&testArg) { - feature = "Performance" - } - name := fmt.Sprintf("[Feature:%s] should be able to handle %v pods per node %v with %v secrets, %v configmaps and %v daemons", - feature, - testArg.podsPerNode, - testArg.kind, - testArg.secretsPerPod, - testArg.configMapsPerPod, - testArg.daemonsPerNode, - ) - if testArg.quotas { - name += " with quotas" - } - itArg := testArg - itArg.services = os.Getenv("CREATE_SERVICES") != "false" - - ginkgo.It(name, func() { - // Create a number of namespaces. - namespaceCount := (nodeCount + nodeCountPerNamespace - 1) / nodeCountPerNamespace - namespaces, err := CreateNamespaces(f, namespaceCount, fmt.Sprintf("load-%v-nodepods", itArg.podsPerNode), testPhaseDurations.StartPhase(110, "namespace creation")) - framework.ExpectNoError(err) - - totalPods := (itArg.podsPerNode - itArg.daemonsPerNode) * nodeCount - configs, secretConfigs, configMapConfigs = generateConfigs(totalPods, itArg.image, itArg.command, namespaces, itArg.kind, itArg.secretsPerPod, itArg.configMapsPerPod) - - if itArg.quotas { - framework.ExpectNoError(CreateQuotas(f, namespaces, 2*totalPods, testPhaseDurations.StartPhase(115, "quota creation"))) - } - - f.AddonResourceConstraints = loadResourceConstraints() - - serviceCreationPhase := testPhaseDurations.StartPhase(120, "services creation") - defer serviceCreationPhase.End() - if itArg.services { - e2elog.Logf("Creating services") - services := generateServicesForConfigs(configs) - createService := func(i int) { - defer ginkgo.GinkgoRecover() - framework.ExpectNoError(testutils.CreateServiceWithRetries(clientset, services[i].Namespace, services[i])) - } - workqueue.ParallelizeUntil(context.TODO(), serviceOperationsParallelism, len(services), createService) - e2elog.Logf("%v Services created.", len(services)) - defer func(services []*v1.Service) { - serviceCleanupPhase := testPhaseDurations.StartPhase(800, "services deletion") - defer serviceCleanupPhase.End() - e2elog.Logf("Starting to delete services...") - deleteService := func(i int) { - defer ginkgo.GinkgoRecover() - framework.ExpectNoError(testutils.DeleteResourceWithRetries(clientset, api.Kind("Service"), services[i].Namespace, services[i].Name, nil)) - } - workqueue.ParallelizeUntil(context.TODO(), serviceOperationsParallelism, len(services), deleteService) - e2elog.Logf("Services deleted") - }(services) - } else { - e2elog.Logf("Skipping service creation") - } - serviceCreationPhase.End() - // Create all secrets. - secretsCreationPhase := testPhaseDurations.StartPhase(130, "secrets creation") - defer secretsCreationPhase.End() - for i := range secretConfigs { - secretConfigs[i].Run() - defer secretConfigs[i].Stop() - } - secretsCreationPhase.End() - // Create all configmaps. - configMapsCreationPhase := testPhaseDurations.StartPhase(140, "configmaps creation") - defer configMapsCreationPhase.End() - for i := range configMapConfigs { - configMapConfigs[i].Run() - defer configMapConfigs[i].Stop() - } - configMapsCreationPhase.End() - // StartDaemon if needed - daemonSetCreationPhase := testPhaseDurations.StartPhase(150, "daemonsets creation") - defer daemonSetCreationPhase.End() - for i := 0; i < itArg.daemonsPerNode; i++ { - daemonName := fmt.Sprintf("load-daemon-%v", i) - daemonConfig := &testutils.DaemonConfig{ - Client: f.ClientSet, - Name: daemonName, - Namespace: f.Namespace.Name, - LogFunc: e2elog.Logf, - } - daemonConfig.Run() - defer func(config *testutils.DaemonConfig) { - framework.ExpectNoError(framework.DeleteResourceAndWaitForGC( - f.ClientSet, - extensions.Kind("DaemonSet"), - config.Namespace, - config.Name, - )) - }(daemonConfig) - } - daemonSetCreationPhase.End() - - // Simulate lifetime of RC: - // * create with initial size - // * scale RC to a random size and list all pods - // * scale RC to a random size and list all pods - // * delete it - // - // This will generate ~5 creations/deletions per second assuming: - // - X small RCs each 5 pods [ 5 * X = totalPods / 2 ] - // - Y medium RCs each 30 pods [ 30 * Y = totalPods / 4 ] - // - Z big RCs each 250 pods [ 250 * Z = totalPods / 4] - - // We would like to spread creating replication controllers over time - // to make it possible to create/schedule them in the meantime. - // Currently we assume <throughput> pods/second average throughput. - // We may want to revisit it in the future. - e2elog.Logf("Starting to create %v objects...", itArg.kind) - creatingTime := time.Duration(totalPods/throughput) * time.Second - - createAllResources(configs, creatingTime, testPhaseDurations.StartPhase(200, "load pods creation")) - ginkgo.By("============================================================================") - - // We would like to spread scaling replication controllers over time - // to make it possible to create/schedule & delete them in the meantime. - // Currently we assume that <throughput> pods/second average throughput. - - // The expected number of created/deleted pods is totalPods/4 when scaling, - // as each RC changes its size from X to a uniform random value in [X/2, 3X/2]. - scalingTime := time.Duration(totalPods/(4*throughput)) * time.Second - e2elog.Logf("Starting to scale %v objects first time...", itArg.kind) - scaleAllResources(configs, scalingTime, testPhaseDurations.StartPhase(300, "scaling first time")) - ginkgo.By("============================================================================") - - // Cleanup all created replication controllers. - // Currently we assume <throughput> pods/second average deletion throughput. - // We may want to revisit it in the future. - deletingTime := time.Duration(totalPods/throughput) * time.Second - e2elog.Logf("Starting to delete %v objects...", itArg.kind) - deleteAllResources(configs, deletingTime, testPhaseDurations.StartPhase(500, "load pods deletion")) - }) - } -}) - -func createClients(numberOfClients int) ([]clientset.Interface, []scaleclient.ScalesGetter, error) { - clients := make([]clientset.Interface, numberOfClients) - scalesClients := make([]scaleclient.ScalesGetter, numberOfClients) - - for i := 0; i < numberOfClients; i++ { - config, err := framework.LoadConfig() - framework.ExpectNoError(err) - config.QPS = 100 - config.Burst = 200 - if framework.TestContext.KubeAPIContentType != "" { - config.ContentType = framework.TestContext.KubeAPIContentType - } - - // For the purpose of this test, we want to force that clients - // do not share underlying transport (which is a default behavior - // in Kubernetes). Thus, we are explicitly creating transport for - // each client here. - transportConfig, err := config.TransportConfig() - if err != nil { - return nil, nil, err - } - tlsConfig, err := transport.TLSConfigFor(transportConfig) - if err != nil { - return nil, nil, err - } - config.Transport = utilnet.SetTransportDefaults(&http.Transport{ - Proxy: http.ProxyFromEnvironment, - TLSHandshakeTimeout: 10 * time.Second, - TLSClientConfig: tlsConfig, - MaxIdleConnsPerHost: 100, - DialContext: (&net.Dialer{ - Timeout: 30 * time.Second, - KeepAlive: 30 * time.Second, - }).DialContext, - }) - config.WrapTransport = transportConfig.WrapTransport - config.Dial = transportConfig.Dial - // Overwrite TLS-related fields from config to avoid collision with - // Transport field. - config.TLSClientConfig = restclient.TLSClientConfig{} - config.AuthProvider = nil - config.ExecProvider = nil - - c, err := clientset.NewForConfig(config) - if err != nil { - return nil, nil, err - } - clients[i] = c - - // create scale client, if GroupVersion or NegotiatedSerializer are not set - // assign default values - these fields are mandatory (required by RESTClientFor). - if config.GroupVersion == nil { - config.GroupVersion = &schema.GroupVersion{} - } - if config.NegotiatedSerializer == nil { - config.NegotiatedSerializer = scheme.Codecs - } - restClient, err := restclient.RESTClientFor(config) - if err != nil { - return nil, nil, err - } - discoClient, err := discovery.NewDiscoveryClientForConfig(config) - if err != nil { - return nil, nil, err - } - cachedDiscoClient := cacheddiscovery.NewMemCacheClient(discoClient) - restMapper := restmapper.NewDeferredDiscoveryRESTMapper(cachedDiscoClient) - restMapper.Reset() - resolver := scaleclient.NewDiscoveryScaleKindResolver(cachedDiscoClient) - scalesClients[i] = scaleclient.New(restClient, restMapper, dynamic.LegacyAPIPathResolverFunc, resolver) - } - return clients, scalesClients, nil -} - -func computePodCounts(total int) (int, int, int) { - // Small RCs owns ~0.5 of total number of pods, medium and big RCs ~0.25 each. - // For example for 3000 pods (100 nodes, 30 pods per node) there are: - // - 300 small RCs each 5 pods - // - 25 medium RCs each 30 pods - // - 3 big RCs each 250 pods - bigGroupCount := total / 4 / bigGroupSize - total -= bigGroupCount * bigGroupSize - mediumGroupCount := total / 3 / mediumGroupSize - total -= mediumGroupCount * mediumGroupSize - smallGroupCount := total / smallGroupSize - return smallGroupCount, mediumGroupCount, bigGroupCount -} - -func loadResourceConstraints() map[string]framework.ResourceConstraint { - constraints := make(map[string]framework.ResourceConstraint) - constraints["coredns"] = framework.ResourceConstraint{ - CPUConstraint: framework.NoCPUConstraint, - MemoryConstraint: 170 * (1024 * 1024), - } - constraints["kubedns"] = framework.ResourceConstraint{ - CPUConstraint: framework.NoCPUConstraint, - MemoryConstraint: 170 * (1024 * 1024), - } - return constraints -} - -func generateConfigs( - totalPods int, - image string, - command []string, - nss []*v1.Namespace, - kind schema.GroupKind, - secretsPerPod int, - configMapsPerPod int, -) ([]testutils.RunObjectConfig, []*testutils.SecretConfig, []*testutils.ConfigMapConfig) { - configs := make([]testutils.RunObjectConfig, 0) - secretConfigs := make([]*testutils.SecretConfig, 0) - configMapConfigs := make([]*testutils.ConfigMapConfig, 0) - - smallGroupCount, mediumGroupCount, bigGroupCount := computePodCounts(totalPods) - newConfigs, newSecretConfigs, newConfigMapConfigs := GenerateConfigsForGroup(nss, smallGroupName, smallGroupSize, smallGroupCount, image, command, kind, secretsPerPod, configMapsPerPod) - configs = append(configs, newConfigs...) - secretConfigs = append(secretConfigs, newSecretConfigs...) - configMapConfigs = append(configMapConfigs, newConfigMapConfigs...) - newConfigs, newSecretConfigs, newConfigMapConfigs = GenerateConfigsForGroup(nss, mediumGroupName, mediumGroupSize, mediumGroupCount, image, command, kind, secretsPerPod, configMapsPerPod) - configs = append(configs, newConfigs...) - secretConfigs = append(secretConfigs, newSecretConfigs...) - configMapConfigs = append(configMapConfigs, newConfigMapConfigs...) - newConfigs, newSecretConfigs, newConfigMapConfigs = GenerateConfigsForGroup(nss, bigGroupName, bigGroupSize, bigGroupCount, image, command, kind, secretsPerPod, configMapsPerPod) - configs = append(configs, newConfigs...) - secretConfigs = append(secretConfigs, newSecretConfigs...) - configMapConfigs = append(configMapConfigs, newConfigMapConfigs...) - - // Create a number of clients to better simulate real usecase - // where not everyone is using exactly the same client. - rcsPerClient := 20 - clients, scalesClients, err := createClients((len(configs) + rcsPerClient - 1) / rcsPerClient) - framework.ExpectNoError(err) - - for i := 0; i < len(configs); i++ { - configs[i].SetClient(clients[i%len(clients)]) - configs[i].SetScalesClient(scalesClients[i%len(clients)]) - } - for i := 0; i < len(secretConfigs); i++ { - secretConfigs[i].Client = clients[i%len(clients)] - } - for i := 0; i < len(configMapConfigs); i++ { - configMapConfigs[i].Client = clients[i%len(clients)] - } - - return configs, secretConfigs, configMapConfigs -} - -// GenerateConfigsForGroup generates the configuration needed for a group -func GenerateConfigsForGroup( - nss []*v1.Namespace, - groupName string, - size, count int, - image string, - command []string, - kind schema.GroupKind, - secretsPerPod int, - configMapsPerPod int, -) ([]testutils.RunObjectConfig, []*testutils.SecretConfig, []*testutils.ConfigMapConfig) { - configs := make([]testutils.RunObjectConfig, 0, count) - secretConfigs := make([]*testutils.SecretConfig, 0, count*secretsPerPod) - configMapConfigs := make([]*testutils.ConfigMapConfig, 0, count*configMapsPerPod) - savedKind := kind - for i := 1; i <= count; i++ { - kind = savedKind - namespace := nss[i%len(nss)].Name - secretNames := make([]string, 0, secretsPerPod) - configMapNames := make([]string, 0, configMapsPerPod) - - for j := 0; j < secretsPerPod; j++ { - secretName := fmt.Sprintf("%v-%v-secret-%v", groupName, i, j) - secretConfigs = append(secretConfigs, &testutils.SecretConfig{ - Content: map[string]string{"foo": "bar"}, - Client: nil, // this will be overwritten later - Name: secretName, - Namespace: namespace, - LogFunc: e2elog.Logf, - }) - secretNames = append(secretNames, secretName) - } - - for j := 0; j < configMapsPerPod; j++ { - configMapName := fmt.Sprintf("%v-%v-configmap-%v", groupName, i, j) - configMapConfigs = append(configMapConfigs, &testutils.ConfigMapConfig{ - Content: map[string]string{"foo": "bar"}, - Client: nil, // this will be overwritten later - Name: configMapName, - Namespace: namespace, - LogFunc: e2elog.Logf, - }) - configMapNames = append(configMapNames, configMapName) - } - - baseConfig := &testutils.RCConfig{ - Client: nil, // this will be overwritten later - Name: groupName + "-" + strconv.Itoa(i), - Namespace: namespace, - Timeout: UnreadyNodeToleration, - Image: image, - Command: command, - Replicas: size, - CpuRequest: 10, // 0.01 core - MemRequest: 26214400, // 25MB - SecretNames: secretNames, - ConfigMapNames: configMapNames, - // Define a label to group every 2 RCs into one service. - Labels: map[string]string{svcLabelKey: groupName + "-" + strconv.Itoa((i+1)/2)}, - Tolerations: []v1.Toleration{ - { - Key: "node.kubernetes.io/not-ready", - Operator: v1.TolerationOpExists, - Effect: v1.TaintEffectNoExecute, - TolerationSeconds: func(i int64) *int64 { return &i }(int64(UnreadyNodeToleration / time.Second)), - }, { - Key: "node.kubernetes.io/unreachable", - Operator: v1.TolerationOpExists, - Effect: v1.TaintEffectNoExecute, - TolerationSeconds: func(i int64) *int64 { return &i }(int64(UnreadyNodeToleration / time.Second)), - }, - }, - } - - if kind == randomKind { - kind = knownKinds[rand.Int()%len(knownKinds)] - } - - var config testutils.RunObjectConfig - switch kind { - case api.Kind("ReplicationController"): - config = baseConfig - case extensions.Kind("ReplicaSet"): - config = &testutils.ReplicaSetConfig{RCConfig: *baseConfig} - case extensions.Kind("Deployment"): - config = &testutils.DeploymentConfig{RCConfig: *baseConfig} - case batch.Kind("Job"): - config = &testutils.JobConfig{RCConfig: *baseConfig} - default: - e2elog.Failf("Unsupported kind for config creation: %v", kind) - } - configs = append(configs, config) - } - return configs, secretConfigs, configMapConfigs -} - -func generateServicesForConfigs(configs []testutils.RunObjectConfig) []*v1.Service { - services := make([]*v1.Service, 0) - currentSvcLabel := "" - for _, config := range configs { - svcLabel, found := config.GetLabelValue(svcLabelKey) - if !found || svcLabel == currentSvcLabel { - continue - } - currentSvcLabel = svcLabel - serviceName := config.GetName() + "-svc" - labels := map[string]string{ - "name": config.GetName(), - svcLabelKey: currentSvcLabel, - } - service := &v1.Service{ - ObjectMeta: metav1.ObjectMeta{ - Name: serviceName, - Namespace: config.GetNamespace(), - }, - Spec: v1.ServiceSpec{ - Selector: labels, - Ports: []v1.ServicePort{{ - Port: 80, - TargetPort: intstr.FromInt(80), - }}, - }, - } - services = append(services, service) - } - return services -} - -func sleepUpTo(d time.Duration) { - if d.Nanoseconds() > 0 { - time.Sleep(time.Duration(rand.Int63n(d.Nanoseconds()))) - } -} - -func retryWithExponentialBackOff(initialDuration time.Duration, fn wait.ConditionFunc) error { - backoff := wait.Backoff{ - Duration: initialDuration, - Factor: 3, - Jitter: 0, - Steps: 6, - } - return wait.ExponentialBackoff(backoff, fn) -} - -func createAllResources(configs []testutils.RunObjectConfig, creatingTime time.Duration, testPhase *timer.Phase) { - defer testPhase.End() - var wg sync.WaitGroup - wg.Add(len(configs)) - for _, config := range configs { - go createResource(&wg, config, creatingTime) - } - wg.Wait() -} - -func createResource(wg *sync.WaitGroup, config testutils.RunObjectConfig, creatingTime time.Duration) { - defer ginkgo.GinkgoRecover() - defer wg.Done() - - sleepUpTo(creatingTime) - framework.ExpectNoError(config.Run(), fmt.Sprintf("creating %v %s", config.GetKind(), config.GetName())) -} - -func scaleAllResources(configs []testutils.RunObjectConfig, scalingTime time.Duration, testPhase *timer.Phase) { - defer testPhase.End() - var wg sync.WaitGroup - wg.Add(len(configs)) - for _, config := range configs { - go scaleResource(&wg, config, scalingTime) - } - wg.Wait() -} - -// Scales RC to a random size within [0.5*size, 1.5*size] and lists all the pods afterwards. -// Scaling happens always based on original size, not the current size. -func scaleResource(wg *sync.WaitGroup, config testutils.RunObjectConfig, scalingTime time.Duration) { - defer ginkgo.GinkgoRecover() - defer wg.Done() - - sleepUpTo(scalingTime) - newSize := uint(rand.Intn(config.GetReplicas()) + config.GetReplicas()/2) - framework.ExpectNoError(framework.ScaleResource( - config.GetClient(), - config.GetScalesGetter(), - config.GetNamespace(), - config.GetName(), - newSize, - true, - config.GetKind(), - config.GetGroupVersionResource(), - ), - fmt.Sprintf("scaling %v %v", config.GetKind(), config.GetName())) - - selector := labels.SelectorFromSet(labels.Set(map[string]string{"name": config.GetName()})) - options := metav1.ListOptions{ - LabelSelector: selector.String(), - ResourceVersion: "0", - } - listResourcePodsFunc := func() (bool, error) { - _, err := config.GetClient().CoreV1().Pods(config.GetNamespace()).List(options) - if err == nil { - return true, nil - } - e2elog.Logf("Failed to list pods from %v %v due to: %v", config.GetKind(), config.GetName(), err) - if testutils.IsRetryableAPIError(err) { - return false, nil - } - return false, fmt.Errorf("Failed to list pods from %v %v with non-retriable error: %v", config.GetKind(), config.GetName(), err) - } - err := retryWithExponentialBackOff(100*time.Millisecond, listResourcePodsFunc) - framework.ExpectNoError(err) -} - -func deleteAllResources(configs []testutils.RunObjectConfig, deletingTime time.Duration, testPhase *timer.Phase) { - defer testPhase.End() - var wg sync.WaitGroup - wg.Add(len(configs)) - for _, config := range configs { - go deleteResource(&wg, config, deletingTime) - } - wg.Wait() -} - -func deleteResource(wg *sync.WaitGroup, config testutils.RunObjectConfig, deletingTime time.Duration) { - defer ginkgo.GinkgoRecover() - defer wg.Done() - - sleepUpTo(deletingTime) - framework.ExpectNoError(framework.DeleteResourceAndWaitForGC( - config.GetClient(), config.GetKind(), config.GetNamespace(), config.GetName()), - fmt.Sprintf("deleting %v %s", config.GetKind(), config.GetName())) -} - -// CreateNamespaces creates a namespace -func CreateNamespaces(f *framework.Framework, namespaceCount int, namePrefix string, testPhase *timer.Phase) ([]*v1.Namespace, error) { - defer testPhase.End() - namespaces := []*v1.Namespace{} - for i := 1; i <= namespaceCount; i++ { - namespace, err := f.CreateNamespace(fmt.Sprintf("%v-%d", namePrefix, i), nil) - if err != nil { - return []*v1.Namespace{}, err - } - namespaces = append(namespaces, namespace) - } - return namespaces, nil -} - -// CreateQuotas creates quotas -func CreateQuotas(f *framework.Framework, namespaces []*v1.Namespace, podCount int, testPhase *timer.Phase) error { - defer testPhase.End() - quotaTemplate := &v1.ResourceQuota{ - Spec: v1.ResourceQuotaSpec{ - Hard: v1.ResourceList{"pods": *resource.NewQuantity(int64(podCount), resource.DecimalSI)}, - }, - } - for _, ns := range namespaces { - quotaTemplate.Name = ns.Name + "-quota" - if err := testutils.CreateResourceQuotaWithRetries(f.ClientSet, ns.Name, quotaTemplate); err != nil { - return fmt.Errorf("Error creating quota: %v", err) - } - } - return nil -} diff --git a/vertical-pod-autoscaler/e2e/vendor/modules.txt b/vertical-pod-autoscaler/e2e/vendor/modules.txt index f96bed53434f..d511cccaaae8 100644 --- a/vertical-pod-autoscaler/e2e/vendor/modules.txt +++ b/vertical-pod-autoscaler/e2e/vendor/modules.txt @@ -2,14 +2,14 @@ cloud.google.com/go/compute/metadata # github.com/Azure/azure-sdk-for-go v32.5.0+incompatible github.com/Azure/azure-sdk-for-go/services/compute/mgmt/2019-07-01/compute +github.com/Azure/azure-sdk-for-go/services/containerregistry/mgmt/2019-05-01/containerregistry github.com/Azure/azure-sdk-for-go/services/network/mgmt/2019-06-01/network github.com/Azure/azure-sdk-for-go/services/storage/mgmt/2019-04-01/storage github.com/Azure/azure-sdk-for-go/storage github.com/Azure/azure-sdk-for-go/version -github.com/Azure/azure-sdk-for-go/services/containerregistry/mgmt/2019-05-01/containerregistry # github.com/Azure/go-ansiterm v0.0.0-20170929234023-d6e3b3328b78 -github.com/Azure/go-ansiterm/winterm github.com/Azure/go-ansiterm +github.com/Azure/go-ansiterm/winterm # github.com/Azure/go-autorest/autorest v0.9.0 github.com/Azure/go-autorest/autorest github.com/Azure/go-autorest/autorest/azure @@ -36,23 +36,23 @@ github.com/JeffAshton/win_pdh github.com/Microsoft/go-winio # github.com/Microsoft/hcsshim v0.0.0-20190417211021-672e52e9209d github.com/Microsoft/hcsshim +github.com/Microsoft/hcsshim/hcn +github.com/Microsoft/hcsshim/internal/cni github.com/Microsoft/hcsshim/internal/guid github.com/Microsoft/hcsshim/internal/hcs github.com/Microsoft/hcsshim/internal/hcserror github.com/Microsoft/hcsshim/internal/hns -github.com/Microsoft/hcsshim/internal/mergemaps -github.com/Microsoft/hcsshim/internal/schema1 -github.com/Microsoft/hcsshim/internal/wclayer -github.com/Microsoft/hcsshim/hcn github.com/Microsoft/hcsshim/internal/interop github.com/Microsoft/hcsshim/internal/logfields -github.com/Microsoft/hcsshim/internal/timeout -github.com/Microsoft/hcsshim/internal/schema2 github.com/Microsoft/hcsshim/internal/longpath -github.com/Microsoft/hcsshim/internal/safefile -github.com/Microsoft/hcsshim/internal/cni +github.com/Microsoft/hcsshim/internal/mergemaps github.com/Microsoft/hcsshim/internal/regstate github.com/Microsoft/hcsshim/internal/runhcs +github.com/Microsoft/hcsshim/internal/safefile +github.com/Microsoft/hcsshim/internal/schema1 +github.com/Microsoft/hcsshim/internal/schema2 +github.com/Microsoft/hcsshim/internal/timeout +github.com/Microsoft/hcsshim/internal/wclayer # github.com/NYTimes/gziphandler v0.0.0-20170623195520-56545f4a5d46 github.com/NYTimes/gziphandler # github.com/PuerkitoBio/purell v1.1.1 @@ -66,42 +66,42 @@ github.com/asaskevich/govalidator # github.com/aws/aws-sdk-go v1.16.26 github.com/aws/aws-sdk-go/aws github.com/aws/aws-sdk-go/aws/awserr -github.com/aws/aws-sdk-go/aws/session -github.com/aws/aws-sdk-go/service/autoscaling -github.com/aws/aws-sdk-go/service/ec2 -github.com/aws/aws-sdk-go/aws/credentials -github.com/aws/aws-sdk-go/aws/endpoints -github.com/aws/aws-sdk-go/internal/sdkio +github.com/aws/aws-sdk-go/aws/awsutil github.com/aws/aws-sdk-go/aws/client +github.com/aws/aws-sdk-go/aws/client/metadata github.com/aws/aws-sdk-go/aws/corehandlers +github.com/aws/aws-sdk-go/aws/credentials +github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds +github.com/aws/aws-sdk-go/aws/credentials/endpointcreds github.com/aws/aws-sdk-go/aws/credentials/processcreds github.com/aws/aws-sdk-go/aws/credentials/stscreds github.com/aws/aws-sdk-go/aws/csm github.com/aws/aws-sdk-go/aws/defaults +github.com/aws/aws-sdk-go/aws/ec2metadata +github.com/aws/aws-sdk-go/aws/endpoints github.com/aws/aws-sdk-go/aws/request +github.com/aws/aws-sdk-go/aws/session +github.com/aws/aws-sdk-go/aws/signer/v4 github.com/aws/aws-sdk-go/internal/ini +github.com/aws/aws-sdk-go/internal/sdkio +github.com/aws/aws-sdk-go/internal/sdkrand +github.com/aws/aws-sdk-go/internal/sdkuri github.com/aws/aws-sdk-go/internal/shareddefaults -github.com/aws/aws-sdk-go/aws/awsutil -github.com/aws/aws-sdk-go/aws/client/metadata -github.com/aws/aws-sdk-go/aws/signer/v4 github.com/aws/aws-sdk-go/private/protocol -github.com/aws/aws-sdk-go/private/protocol/query -github.com/aws/aws-sdk-go/internal/sdkrand github.com/aws/aws-sdk-go/private/protocol/ec2query -github.com/aws/aws-sdk-go/aws/credentials/ec2rolecreds -github.com/aws/aws-sdk-go/aws/ec2metadata +github.com/aws/aws-sdk-go/private/protocol/json/jsonutil +github.com/aws/aws-sdk-go/private/protocol/jsonrpc +github.com/aws/aws-sdk-go/private/protocol/query +github.com/aws/aws-sdk-go/private/protocol/query/queryutil +github.com/aws/aws-sdk-go/private/protocol/rest +github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil +github.com/aws/aws-sdk-go/service/autoscaling +github.com/aws/aws-sdk-go/service/ec2 +github.com/aws/aws-sdk-go/service/ecr github.com/aws/aws-sdk-go/service/elb github.com/aws/aws-sdk-go/service/elbv2 github.com/aws/aws-sdk-go/service/kms github.com/aws/aws-sdk-go/service/sts -github.com/aws/aws-sdk-go/aws/credentials/endpointcreds -github.com/aws/aws-sdk-go/private/protocol/rest -github.com/aws/aws-sdk-go/private/protocol/query/queryutil -github.com/aws/aws-sdk-go/private/protocol/xml/xmlutil -github.com/aws/aws-sdk-go/internal/sdkuri -github.com/aws/aws-sdk-go/private/protocol/jsonrpc -github.com/aws/aws-sdk-go/private/protocol/json/jsonutil -github.com/aws/aws-sdk-go/service/ecr # github.com/beorn7/perks v1.0.1 github.com/beorn7/perks/quantile # github.com/blang/semver v3.5.0+incompatible @@ -118,45 +118,45 @@ github.com/containerd/console github.com/containerd/containerd/api/services/containers/v1 github.com/containerd/containerd/api/services/tasks/v1 github.com/containerd/containerd/api/services/version/v1 +github.com/containerd/containerd/api/types +github.com/containerd/containerd/api/types/task github.com/containerd/containerd/containers github.com/containerd/containerd/dialer github.com/containerd/containerd/errdefs github.com/containerd/containerd/namespaces -github.com/containerd/containerd/api/types -github.com/containerd/containerd/api/types/task # github.com/containernetworking/cni v0.7.1 github.com/containernetworking/cni/libcni +github.com/containernetworking/cni/pkg/invoke github.com/containernetworking/cni/pkg/types github.com/containernetworking/cni/pkg/types/020 -github.com/containernetworking/cni/pkg/invoke -github.com/containernetworking/cni/pkg/version github.com/containernetworking/cni/pkg/types/current +github.com/containernetworking/cni/pkg/version # github.com/coreos/etcd v3.3.15+incompatible -github.com/coreos/etcd/clientv3 -github.com/coreos/etcd/etcdserver/api/v3rpc/rpctypes -github.com/coreos/etcd/mvcc/mvccpb -github.com/coreos/etcd/pkg/transport github.com/coreos/etcd/auth/authpb +github.com/coreos/etcd/clientv3 github.com/coreos/etcd/clientv3/balancer +github.com/coreos/etcd/clientv3/balancer/connectivity github.com/coreos/etcd/clientv3/balancer/picker github.com/coreos/etcd/clientv3/balancer/resolver/endpoint github.com/coreos/etcd/clientv3/credentials +github.com/coreos/etcd/etcdserver/api/v3rpc/rpctypes github.com/coreos/etcd/etcdserver/etcdserverpb +github.com/coreos/etcd/mvcc/mvccpb github.com/coreos/etcd/pkg/logutil -github.com/coreos/etcd/pkg/types -github.com/coreos/etcd/pkg/tlsutil -github.com/coreos/etcd/clientv3/balancer/connectivity github.com/coreos/etcd/pkg/systemd +github.com/coreos/etcd/pkg/tlsutil +github.com/coreos/etcd/pkg/transport +github.com/coreos/etcd/pkg/types github.com/coreos/etcd/raft github.com/coreos/etcd/raft/raftpb # github.com/coreos/go-systemd v0.0.0-20180511133405-39ca1b05acc7 github.com/coreos/go-systemd/daemon github.com/coreos/go-systemd/dbus -github.com/coreos/go-systemd/util github.com/coreos/go-systemd/journal +github.com/coreos/go-systemd/util # github.com/coreos/pkg v0.0.0-20180108230652-97fdf19511ea -github.com/coreos/pkg/dlopen github.com/coreos/pkg/capnslog +github.com/coreos/pkg/dlopen # github.com/cyphar/filepath-securejoin v0.2.2 github.com/cyphar/filepath-securejoin # github.com/davecgh/go-spew v1.1.1 @@ -164,41 +164,41 @@ github.com/davecgh/go-spew/spew # github.com/dgrijalva/jwt-go v3.2.0+incompatible github.com/dgrijalva/jwt-go # github.com/docker/distribution v2.7.1+incompatible -github.com/docker/distribution/reference github.com/docker/distribution/digestset +github.com/docker/distribution/reference github.com/docker/distribution/registry/api/errcode # github.com/docker/docker v0.7.3-0.20190327010347-be7ac8be2ae0 +github.com/docker/docker/api github.com/docker/docker/api/types +github.com/docker/docker/api/types/blkiodev github.com/docker/docker/api/types/container +github.com/docker/docker/api/types/events github.com/docker/docker/api/types/filters -github.com/docker/docker/api/types/strslice -github.com/docker/docker/pkg/jsonmessage -github.com/docker/docker/pkg/sysinfo -github.com/docker/docker/pkg/mount +github.com/docker/docker/api/types/image github.com/docker/docker/api/types/mount github.com/docker/docker/api/types/network github.com/docker/docker/api/types/registry +github.com/docker/docker/api/types/strslice github.com/docker/docker/api/types/swarm -github.com/docker/docker/api/types/blkiodev +github.com/docker/docker/api/types/swarm/runtime +github.com/docker/docker/api/types/time github.com/docker/docker/api/types/versions -github.com/docker/docker/pkg/term -github.com/docker/docker/api/types/image +github.com/docker/docker/api/types/volume github.com/docker/docker/client -github.com/docker/docker/pkg/stdcopy -github.com/docker/docker/pkg/parsers github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog -github.com/docker/docker/pkg/parsers/operatingsystem github.com/docker/docker/errdefs -github.com/docker/docker/api/types/swarm/runtime +github.com/docker/docker/pkg/jsonmessage +github.com/docker/docker/pkg/mount +github.com/docker/docker/pkg/parsers +github.com/docker/docker/pkg/parsers/operatingsystem +github.com/docker/docker/pkg/stdcopy +github.com/docker/docker/pkg/sysinfo +github.com/docker/docker/pkg/term github.com/docker/docker/pkg/term/windows -github.com/docker/docker/api -github.com/docker/docker/api/types/events -github.com/docker/docker/api/types/time -github.com/docker/docker/api/types/volume # github.com/docker/go-connections v0.3.0 github.com/docker/go-connections/nat -github.com/docker/go-connections/tlsconfig github.com/docker/go-connections/sockets +github.com/docker/go-connections/tlsconfig # github.com/docker/go-units v0.3.3 github.com/docker/go-units # github.com/docker/libnetwork v0.0.0-20180830151422-a9cd636e3789 @@ -251,10 +251,10 @@ github.com/go-ozzo/ozzo-validation/is # github.com/godbus/dbus v4.1.0+incompatible github.com/godbus/dbus # github.com/gogo/protobuf v1.3.1 -github.com/gogo/protobuf/proto -github.com/gogo/protobuf/sortkeys github.com/gogo/protobuf/gogoproto +github.com/gogo/protobuf/proto github.com/gogo/protobuf/protoc-gen-gogo/descriptor +github.com/gogo/protobuf/sortkeys github.com/gogo/protobuf/types # github.com/golang/groupcache v0.0.0-20160516000752-02826c3e7903 github.com/golang/groupcache/lru @@ -262,54 +262,54 @@ github.com/golang/groupcache/lru github.com/golang/mock/gomock # github.com/golang/protobuf v1.3.2 github.com/golang/protobuf/proto -github.com/golang/protobuf/ptypes/any -github.com/golang/protobuf/ptypes github.com/golang/protobuf/protoc-gen-go/descriptor +github.com/golang/protobuf/ptypes +github.com/golang/protobuf/ptypes/any +github.com/golang/protobuf/ptypes/duration github.com/golang/protobuf/ptypes/timestamp github.com/golang/protobuf/ptypes/wrappers -github.com/golang/protobuf/ptypes/duration # github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c github.com/google/btree # github.com/google/cadvisor v0.34.0 -github.com/google/cadvisor/info/v1 +github.com/google/cadvisor/accelerators github.com/google/cadvisor/cache/memory +github.com/google/cadvisor/collector github.com/google/cadvisor/container +github.com/google/cadvisor/container/common +github.com/google/cadvisor/container/containerd github.com/google/cadvisor/container/containerd/install +github.com/google/cadvisor/container/crio github.com/google/cadvisor/container/crio/install +github.com/google/cadvisor/container/docker github.com/google/cadvisor/container/docker/install +github.com/google/cadvisor/container/libcontainer +github.com/google/cadvisor/container/raw +github.com/google/cadvisor/container/systemd github.com/google/cadvisor/container/systemd/install +github.com/google/cadvisor/devicemapper github.com/google/cadvisor/events github.com/google/cadvisor/fs +github.com/google/cadvisor/info/v1 github.com/google/cadvisor/info/v2 +github.com/google/cadvisor/machine github.com/google/cadvisor/manager -github.com/google/cadvisor/utils/cloudinfo/aws -github.com/google/cadvisor/utils/cloudinfo/azure -github.com/google/cadvisor/utils/cloudinfo/gce -github.com/google/cadvisor/utils/sysfs -github.com/google/cadvisor/utils/oomparser github.com/google/cadvisor/metrics -github.com/google/cadvisor/container/common -github.com/google/cadvisor/container/containerd -github.com/google/cadvisor/container/docker -github.com/google/cadvisor/container/raw -github.com/google/cadvisor/machine github.com/google/cadvisor/storage -github.com/google/cadvisor/utils -github.com/google/cadvisor/watcher -github.com/google/cadvisor/container/crio -github.com/google/cadvisor/container/systemd -github.com/google/cadvisor/devicemapper -github.com/google/cadvisor/utils/docker -github.com/google/cadvisor/accelerators -github.com/google/cadvisor/collector github.com/google/cadvisor/summary +github.com/google/cadvisor/utils +github.com/google/cadvisor/utils/cloudinfo +github.com/google/cadvisor/utils/cloudinfo/aws +github.com/google/cadvisor/utils/cloudinfo/azure +github.com/google/cadvisor/utils/cloudinfo/gce github.com/google/cadvisor/utils/cpuload +github.com/google/cadvisor/utils/cpuload/netlink +github.com/google/cadvisor/utils/docker +github.com/google/cadvisor/utils/oomparser +github.com/google/cadvisor/utils/sysfs +github.com/google/cadvisor/utils/sysinfo github.com/google/cadvisor/version -github.com/google/cadvisor/utils/cloudinfo -github.com/google/cadvisor/container/libcontainer +github.com/google/cadvisor/watcher github.com/google/cadvisor/zfs -github.com/google/cadvisor/utils/sysinfo -github.com/google/cadvisor/utils/cpuload/netlink # github.com/google/go-cmp v0.3.1 github.com/google/go-cmp/cmp github.com/google/go-cmp/cmp/internal/diff @@ -327,23 +327,25 @@ github.com/googleapis/gnostic/extensions # github.com/gophercloud/gophercloud v0.1.0 github.com/gophercloud/gophercloud github.com/gophercloud/gophercloud/openstack -github.com/gophercloud/gophercloud/openstack/identity/v2/tokens -github.com/gophercloud/gophercloud/openstack/identity/v3/tokens -github.com/gophercloud/gophercloud/openstack/utils -github.com/gophercloud/gophercloud/openstack/identity/v2/tenants -github.com/gophercloud/gophercloud/pagination github.com/gophercloud/gophercloud/openstack/blockstorage/extensions/volumeactions github.com/gophercloud/gophercloud/openstack/blockstorage/v1/volumes github.com/gophercloud/gophercloud/openstack/blockstorage/v2/volumes github.com/gophercloud/gophercloud/openstack/blockstorage/v3/volumes +github.com/gophercloud/gophercloud/openstack/common/extensions github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/attachinterfaces github.com/gophercloud/gophercloud/openstack/compute/v2/extensions/volumeattach +github.com/gophercloud/gophercloud/openstack/compute/v2/flavors +github.com/gophercloud/gophercloud/openstack/compute/v2/images github.com/gophercloud/gophercloud/openstack/compute/v2/servers +github.com/gophercloud/gophercloud/openstack/identity/v2/tenants +github.com/gophercloud/gophercloud/openstack/identity/v2/tokens github.com/gophercloud/gophercloud/openstack/identity/v3/extensions/trusts +github.com/gophercloud/gophercloud/openstack/identity/v3/tokens github.com/gophercloud/gophercloud/openstack/networking/v2/extensions github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/external github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/layer3/floatingips github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/layer3/routers +github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/lbaas_v2/l7policies github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/lbaas_v2/listeners github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/lbaas_v2/loadbalancers github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/lbaas_v2/monitors @@ -352,10 +354,8 @@ github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/security/g github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/security/rules github.com/gophercloud/gophercloud/openstack/networking/v2/networks github.com/gophercloud/gophercloud/openstack/networking/v2/ports -github.com/gophercloud/gophercloud/openstack/compute/v2/flavors -github.com/gophercloud/gophercloud/openstack/compute/v2/images -github.com/gophercloud/gophercloud/openstack/common/extensions -github.com/gophercloud/gophercloud/openstack/networking/v2/extensions/lbaas_v2/l7policies +github.com/gophercloud/gophercloud/openstack/utils +github.com/gophercloud/gophercloud/pagination # github.com/gregjones/httpcache v0.0.0-20170728041850-787624de3eb7 github.com/gregjones/httpcache github.com/gregjones/httpcache/diskcache @@ -366,13 +366,13 @@ github.com/hashicorp/golang-lru github.com/hashicorp/golang-lru/simplelru # github.com/hashicorp/hcl v1.0.0 github.com/hashicorp/hcl -github.com/hashicorp/hcl/hcl/printer github.com/hashicorp/hcl/hcl/ast github.com/hashicorp/hcl/hcl/parser -github.com/hashicorp/hcl/hcl/token -github.com/hashicorp/hcl/json/parser +github.com/hashicorp/hcl/hcl/printer github.com/hashicorp/hcl/hcl/scanner github.com/hashicorp/hcl/hcl/strconv +github.com/hashicorp/hcl/hcl/token +github.com/hashicorp/hcl/json/parser github.com/hashicorp/hcl/json/scanner github.com/hashicorp/hcl/json/token # github.com/heketi/heketi v9.0.1-0.20191108182613-7340ee406820+incompatible @@ -402,9 +402,9 @@ github.com/libopenstorage/openstorage/api github.com/libopenstorage/openstorage/api/client github.com/libopenstorage/openstorage/api/client/volume github.com/libopenstorage/openstorage/api/spec -github.com/libopenstorage/openstorage/volume github.com/libopenstorage/openstorage/pkg/parser github.com/libopenstorage/openstorage/pkg/units +github.com/libopenstorage/openstorage/volume # github.com/liggitt/tabwriter v0.0.0-20181228230101-89fcab3d43de github.com/liggitt/tabwriter # github.com/lithammer/dedent v1.1.0 @@ -412,9 +412,9 @@ github.com/lithammer/dedent # github.com/magiconair/properties v1.8.1 github.com/magiconair/properties # github.com/mailru/easyjson v0.0.0-20190614124828-94de47d64c63 +github.com/mailru/easyjson/buffer github.com/mailru/easyjson/jlexer github.com/mailru/easyjson/jwriter -github.com/mailru/easyjson/buffer # github.com/mattn/go-shellwords v1.0.5 github.com/mattn/go-shellwords # github.com/matttproud/golang_protobuf_extensions v1.0.1 @@ -444,52 +444,49 @@ github.com/mxk/go-flowrate/flowrate # github.com/onsi/ginkgo v1.8.0 github.com/onsi/ginkgo github.com/onsi/ginkgo/config -github.com/onsi/ginkgo/reporters github.com/onsi/ginkgo/internal/codelocation +github.com/onsi/ginkgo/internal/containernode github.com/onsi/ginkgo/internal/failer +github.com/onsi/ginkgo/internal/leafnodes github.com/onsi/ginkgo/internal/remote +github.com/onsi/ginkgo/internal/spec +github.com/onsi/ginkgo/internal/spec_iterator +github.com/onsi/ginkgo/internal/specrunner github.com/onsi/ginkgo/internal/suite github.com/onsi/ginkgo/internal/testingtproxy github.com/onsi/ginkgo/internal/writer +github.com/onsi/ginkgo/reporters github.com/onsi/ginkgo/reporters/stenographer github.com/onsi/ginkgo/reporters/stenographer/support/go-colorable -github.com/onsi/ginkgo/types -github.com/onsi/ginkgo/internal/spec_iterator -github.com/onsi/ginkgo/internal/containernode -github.com/onsi/ginkgo/internal/leafnodes -github.com/onsi/ginkgo/internal/spec -github.com/onsi/ginkgo/internal/specrunner github.com/onsi/ginkgo/reporters/stenographer/support/go-isatty +github.com/onsi/ginkgo/types # github.com/onsi/gomega v1.5.0 github.com/onsi/gomega +github.com/onsi/gomega/format +github.com/onsi/gomega/gstruct +github.com/onsi/gomega/gstruct/errors github.com/onsi/gomega/internal/assertion github.com/onsi/gomega/internal/asyncassertion +github.com/onsi/gomega/internal/oraclematcher github.com/onsi/gomega/internal/testingtsupport github.com/onsi/gomega/matchers -github.com/onsi/gomega/types -github.com/onsi/gomega/internal/oraclematcher -github.com/onsi/gomega/format github.com/onsi/gomega/matchers/support/goraph/bipartitegraph github.com/onsi/gomega/matchers/support/goraph/edge github.com/onsi/gomega/matchers/support/goraph/node github.com/onsi/gomega/matchers/support/goraph/util -github.com/onsi/gomega/gstruct -github.com/onsi/gomega/gstruct/errors +github.com/onsi/gomega/types # github.com/opencontainers/go-digest v1.0.0-rc1 github.com/opencontainers/go-digest # github.com/opencontainers/image-spec v1.0.1 -github.com/opencontainers/image-spec/specs-go/v1 github.com/opencontainers/image-spec/specs-go +github.com/opencontainers/image-spec/specs-go/v1 # github.com/opencontainers/runc v1.0.0-rc2.0.20190611121236-6cc515888830 +github.com/opencontainers/runc/libcontainer +github.com/opencontainers/runc/libcontainer/apparmor github.com/opencontainers/runc/libcontainer/cgroups github.com/opencontainers/runc/libcontainer/cgroups/fs github.com/opencontainers/runc/libcontainer/cgroups/systemd github.com/opencontainers/runc/libcontainer/configs -github.com/opencontainers/runc/libcontainer/system -github.com/opencontainers/runc/libcontainer/utils -github.com/opencontainers/runc/libcontainer/user -github.com/opencontainers/runc/libcontainer -github.com/opencontainers/runc/libcontainer/apparmor github.com/opencontainers/runc/libcontainer/configs/validate github.com/opencontainers/runc/libcontainer/intelrdt github.com/opencontainers/runc/libcontainer/keys @@ -497,6 +494,9 @@ github.com/opencontainers/runc/libcontainer/logs github.com/opencontainers/runc/libcontainer/mount github.com/opencontainers/runc/libcontainer/seccomp github.com/opencontainers/runc/libcontainer/stacktrace +github.com/opencontainers/runc/libcontainer/system +github.com/opencontainers/runc/libcontainer/user +github.com/opencontainers/runc/libcontainer/utils # github.com/opencontainers/runtime-spec v1.0.0 github.com/opencontainers/runtime-spec/specs-go # github.com/opencontainers/selinux v1.2.2 @@ -514,14 +514,14 @@ github.com/pkg/errors github.com/pmezard/go-difflib/difflib # github.com/prometheus/client_golang v0.9.2 github.com/prometheus/client_golang/prometheus -github.com/prometheus/client_golang/prometheus/promhttp github.com/prometheus/client_golang/prometheus/internal +github.com/prometheus/client_golang/prometheus/promhttp # github.com/prometheus/client_model v0.0.0-20190812154241-14fe0d1b01d4 github.com/prometheus/client_model/go # github.com/prometheus/common v0.4.1 github.com/prometheus/common/expfmt -github.com/prometheus/common/model github.com/prometheus/common/internal/bitbucket.org/ww/goautoneg +github.com/prometheus/common/model # github.com/prometheus/procfs v0.0.6 github.com/prometheus/procfs github.com/prometheus/procfs/internal/fs @@ -551,15 +551,15 @@ github.com/spf13/pflag github.com/spf13/viper # github.com/storageos/go-api v0.0.0-20180912212459-343b3eff91fc github.com/storageos/go-api -github.com/storageos/go-api/types github.com/storageos/go-api/netutil github.com/storageos/go-api/serror +github.com/storageos/go-api/types # github.com/stretchr/objx v0.2.0 github.com/stretchr/objx # github.com/stretchr/testify v1.4.0 -github.com/stretchr/testify/require github.com/stretchr/testify/assert github.com/stretchr/testify/mock +github.com/stretchr/testify/require # github.com/syndtr/gocapability v0.0.0-20160928074757-e7cb7fa329f4 github.com/syndtr/gocapability/capability # github.com/thecodeteam/goscaleio v0.1.0 @@ -573,95 +573,95 @@ github.com/vishvananda/netns # github.com/vmware/govmomi v0.20.1 github.com/vmware/govmomi github.com/vmware/govmomi/find +github.com/vmware/govmomi/list +github.com/vmware/govmomi/lookup +github.com/vmware/govmomi/lookup/methods +github.com/vmware/govmomi/lookup/types +github.com/vmware/govmomi/nfc github.com/vmware/govmomi/object -github.com/vmware/govmomi/session -github.com/vmware/govmomi/vapi/rest -github.com/vmware/govmomi/vapi/tags -github.com/vmware/govmomi/vim25 -github.com/vmware/govmomi/vim25/mo -github.com/vmware/govmomi/vim25/soap -github.com/vmware/govmomi/vim25/types -github.com/vmware/govmomi/property github.com/vmware/govmomi/pbm +github.com/vmware/govmomi/pbm/methods github.com/vmware/govmomi/pbm/types +github.com/vmware/govmomi/property +github.com/vmware/govmomi/session github.com/vmware/govmomi/sts -github.com/vmware/govmomi/list -github.com/vmware/govmomi/nfc +github.com/vmware/govmomi/sts/internal github.com/vmware/govmomi/task -github.com/vmware/govmomi/vim25/methods -github.com/vmware/govmomi/vim25/progress github.com/vmware/govmomi/vapi/internal +github.com/vmware/govmomi/vapi/rest +github.com/vmware/govmomi/vapi/tags +github.com/vmware/govmomi/vim25 github.com/vmware/govmomi/vim25/debug +github.com/vmware/govmomi/vim25/methods +github.com/vmware/govmomi/vim25/mo +github.com/vmware/govmomi/vim25/progress +github.com/vmware/govmomi/vim25/soap +github.com/vmware/govmomi/vim25/types github.com/vmware/govmomi/vim25/xml -github.com/vmware/govmomi/pbm/methods -github.com/vmware/govmomi/lookup -github.com/vmware/govmomi/lookup/types -github.com/vmware/govmomi/sts/internal -github.com/vmware/govmomi/lookup/methods # go.opencensus.io v0.21.0 +go.opencensus.io +go.opencensus.io/internal +go.opencensus.io/internal/tagencoding +go.opencensus.io/metric/metricdata +go.opencensus.io/metric/metricproducer go.opencensus.io/plugin/ochttp go.opencensus.io/plugin/ochttp/propagation/b3 +go.opencensus.io/resource go.opencensus.io/stats +go.opencensus.io/stats/internal go.opencensus.io/stats/view go.opencensus.io/tag go.opencensus.io/trace -go.opencensus.io/trace/propagation -go.opencensus.io/metric/metricdata -go.opencensus.io/stats/internal -go.opencensus.io/internal/tagencoding -go.opencensus.io/metric/metricproducer -go.opencensus.io/internal go.opencensus.io/trace/internal +go.opencensus.io/trace/propagation go.opencensus.io/trace/tracestate -go.opencensus.io/resource -go.opencensus.io # go.uber.org/atomic v0.0.0-20181018215023-8dc6146f7569 go.uber.org/atomic # go.uber.org/multierr v0.0.0-20180122172545-ddea229ff1df go.uber.org/multierr # go.uber.org/zap v0.0.0-20180814183419-67bc79d13d15 go.uber.org/zap -go.uber.org/zap/zapcore -go.uber.org/zap/internal/bufferpool go.uber.org/zap/buffer +go.uber.org/zap/internal/bufferpool go.uber.org/zap/internal/color go.uber.org/zap/internal/exit +go.uber.org/zap/zapcore # golang.org/x/crypto v0.0.0-20191112222119-e1110fd1c708 -golang.org/x/crypto/ssh/terminal -golang.org/x/crypto/ssh golang.org/x/crypto/chacha20 +golang.org/x/crypto/cryptobyte +golang.org/x/crypto/cryptobyte/asn1 golang.org/x/crypto/curve25519 golang.org/x/crypto/ed25519 -golang.org/x/crypto/poly1305 -golang.org/x/crypto/pkcs12 -golang.org/x/crypto/pbkdf2 -golang.org/x/crypto/internal/subtle golang.org/x/crypto/ed25519/internal/edwards25519 -golang.org/x/crypto/pkcs12/internal/rc2 -golang.org/x/crypto/cryptobyte +golang.org/x/crypto/internal/subtle golang.org/x/crypto/nacl/secretbox -golang.org/x/crypto/cryptobyte/asn1 +golang.org/x/crypto/pbkdf2 +golang.org/x/crypto/pkcs12 +golang.org/x/crypto/pkcs12/internal/rc2 +golang.org/x/crypto/poly1305 golang.org/x/crypto/salsa20/salsa +golang.org/x/crypto/ssh +golang.org/x/crypto/ssh/terminal # golang.org/x/net v0.0.0-20191112182307-2180aed22343 -golang.org/x/net/websocket -golang.org/x/net/html/charset -golang.org/x/net/http2 +golang.org/x/net/bpf +golang.org/x/net/context +golang.org/x/net/context/ctxhttp golang.org/x/net/html +golang.org/x/net/html/atom +golang.org/x/net/html/charset golang.org/x/net/http/httpguts +golang.org/x/net/http2 golang.org/x/net/http2/hpack golang.org/x/net/idna -golang.org/x/net/context -golang.org/x/net/ipv4 -golang.org/x/net/ipv6 -golang.org/x/net/html/atom -golang.org/x/net/context/ctxhttp -golang.org/x/net/trace -golang.org/x/net/bpf golang.org/x/net/internal/iana golang.org/x/net/internal/socket +golang.org/x/net/internal/socks golang.org/x/net/internal/timeseries +golang.org/x/net/ipv4 +golang.org/x/net/ipv6 golang.org/x/net/proxy -golang.org/x/net/internal/socks +golang.org/x/net/trace +golang.org/x/net/websocket # golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 golang.org/x/oauth2 golang.org/x/oauth2/google @@ -669,74 +669,76 @@ golang.org/x/oauth2/internal golang.org/x/oauth2/jws golang.org/x/oauth2/jwt # golang.org/x/sys v0.0.0-20191112214154-59a1497f0cea +golang.org/x/sys/cpu golang.org/x/sys/unix -golang.org/x/sys/windows/registry golang.org/x/sys/windows -golang.org/x/sys/cpu +golang.org/x/sys/windows/registry golang.org/x/sys/windows/svc # golang.org/x/text v0.3.2 golang.org/x/text/encoding golang.org/x/text/encoding/charmap golang.org/x/text/encoding/htmlindex -golang.org/x/text/transform -golang.org/x/text/encoding/internal/identifier golang.org/x/text/encoding/internal +golang.org/x/text/encoding/internal/identifier golang.org/x/text/encoding/japanese golang.org/x/text/encoding/korean golang.org/x/text/encoding/simplifiedchinese golang.org/x/text/encoding/traditionalchinese golang.org/x/text/encoding/unicode +golang.org/x/text/internal/language +golang.org/x/text/internal/language/compact +golang.org/x/text/internal/tag +golang.org/x/text/internal/utf8internal golang.org/x/text/language +golang.org/x/text/runes golang.org/x/text/secure/bidirule +golang.org/x/text/transform golang.org/x/text/unicode/bidi golang.org/x/text/unicode/norm -golang.org/x/text/internal/utf8internal -golang.org/x/text/runes -golang.org/x/text/internal/language -golang.org/x/text/internal/language/compact golang.org/x/text/width -golang.org/x/text/internal/tag # golang.org/x/time v0.0.0-20191024005414-555d28b269f0 golang.org/x/time/rate # google.golang.org/api v0.6.1-0.20190607001116-5213b8090861 -google.golang.org/api/compute/v1 -google.golang.org/api/googleapi -google.golang.org/api/gensupport -google.golang.org/api/option -google.golang.org/api/transport/http -google.golang.org/api/googleapi/internal/uritemplates google.golang.org/api/compute/v0.alpha google.golang.org/api/compute/v0.beta +google.golang.org/api/compute/v1 google.golang.org/api/container/v1 -google.golang.org/api/tpu/v1 -google.golang.org/api/monitoring/v3 -google.golang.org/api/internal +google.golang.org/api/gensupport +google.golang.org/api/googleapi +google.golang.org/api/googleapi/internal/uritemplates google.golang.org/api/googleapi/transport -google.golang.org/api/transport/http/internal/propagation +google.golang.org/api/internal google.golang.org/api/logging/v2beta1 +google.golang.org/api/monitoring/v3 +google.golang.org/api/option google.golang.org/api/pubsub/v1 +google.golang.org/api/tpu/v1 +google.golang.org/api/transport/http +google.golang.org/api/transport/http/internal/propagation # google.golang.org/appengine v1.6.5 google.golang.org/appengine -google.golang.org/appengine/urlfetch google.golang.org/appengine/internal google.golang.org/appengine/internal/app_identity -google.golang.org/appengine/internal/modules -google.golang.org/appengine/internal/urlfetch google.golang.org/appengine/internal/base google.golang.org/appengine/internal/datastore google.golang.org/appengine/internal/log +google.golang.org/appengine/internal/modules google.golang.org/appengine/internal/remote_api +google.golang.org/appengine/internal/urlfetch +google.golang.org/appengine/urlfetch # google.golang.org/genproto v0.0.0-20190502173448-54afdca5d873 -google.golang.org/genproto/googleapis/rpc/status google.golang.org/genproto/googleapis/api/annotations +google.golang.org/genproto/googleapis/rpc/status # google.golang.org/grpc v1.23.0 google.golang.org/grpc -google.golang.org/grpc/codes -google.golang.org/grpc/status google.golang.org/grpc/balancer +google.golang.org/grpc/balancer/base google.golang.org/grpc/balancer/roundrobin +google.golang.org/grpc/binarylog/grpc_binarylog_v1 +google.golang.org/grpc/codes google.golang.org/grpc/connectivity google.golang.org/grpc/credentials +google.golang.org/grpc/credentials/internal google.golang.org/grpc/encoding google.golang.org/grpc/encoding/proto google.golang.org/grpc/grpclog @@ -748,6 +750,7 @@ google.golang.org/grpc/internal/channelz google.golang.org/grpc/internal/envconfig google.golang.org/grpc/internal/grpcrand google.golang.org/grpc/internal/grpcsync +google.golang.org/grpc/internal/syscall google.golang.org/grpc/internal/transport google.golang.org/grpc/keepalive google.golang.org/grpc/metadata @@ -758,11 +761,8 @@ google.golang.org/grpc/resolver/dns google.golang.org/grpc/resolver/passthrough google.golang.org/grpc/serviceconfig google.golang.org/grpc/stats +google.golang.org/grpc/status google.golang.org/grpc/tap -google.golang.org/grpc/balancer/base -google.golang.org/grpc/credentials/internal -google.golang.org/grpc/binarylog/grpc_binarylog_v1 -google.golang.org/grpc/internal/syscall # gopkg.in/fsnotify.v1 v1.4.7 gopkg.in/fsnotify.v1 # gopkg.in/gcfg.v1 v1.2.0 @@ -776,9 +776,9 @@ gopkg.in/inf.v0 gopkg.in/natefinch/lumberjack.v2 # gopkg.in/square/go-jose.v2 v2.2.2 gopkg.in/square/go-jose.v2 -gopkg.in/square/go-jose.v2/jwt gopkg.in/square/go-jose.v2/cipher gopkg.in/square/go-jose.v2/json +gopkg.in/square/go-jose.v2/jwt # gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 gopkg.in/tomb.v1 # gopkg.in/warnings.v0 v0.1.1 @@ -786,214 +786,193 @@ gopkg.in/warnings.v0 # gopkg.in/yaml.v2 v2.2.5 gopkg.in/yaml.v2 # k8s.io/api v0.0.0 => k8s.io/api v0.0.0-20191016110408-35e52d86657a -k8s.io/api/apps/v1 -k8s.io/api/autoscaling/v1 -k8s.io/api/core/v1 -k8s.io/api/policy/v1beta1 -k8s.io/api/coordination/v1 -k8s.io/api/rbac/v1 -k8s.io/api/storage/v1 -k8s.io/api/storage/v1beta1 -k8s.io/api/batch/v1 +k8s.io/api/admission/v1 k8s.io/api/admission/v1beta1 -k8s.io/api/auditregistration/v1alpha1 k8s.io/api/admissionregistration/v1 k8s.io/api/admissionregistration/v1beta1 +k8s.io/api/apps/v1 k8s.io/api/apps/v1beta1 k8s.io/api/apps/v1beta2 +k8s.io/api/auditregistration/v1alpha1 k8s.io/api/authentication/v1 k8s.io/api/authentication/v1beta1 k8s.io/api/authorization/v1 k8s.io/api/authorization/v1beta1 +k8s.io/api/autoscaling/v1 k8s.io/api/autoscaling/v2beta1 k8s.io/api/autoscaling/v2beta2 +k8s.io/api/batch/v1 k8s.io/api/batch/v1beta1 k8s.io/api/batch/v2alpha1 k8s.io/api/certificates/v1beta1 +k8s.io/api/coordination/v1 k8s.io/api/coordination/v1beta1 +k8s.io/api/core/v1 k8s.io/api/discovery/v1alpha1 k8s.io/api/events/v1beta1 k8s.io/api/extensions/v1beta1 +k8s.io/api/imagepolicy/v1alpha1 k8s.io/api/networking/v1 k8s.io/api/networking/v1beta1 k8s.io/api/node/v1alpha1 k8s.io/api/node/v1beta1 +k8s.io/api/policy/v1beta1 +k8s.io/api/rbac/v1 k8s.io/api/rbac/v1alpha1 k8s.io/api/rbac/v1beta1 k8s.io/api/scheduling/v1 k8s.io/api/scheduling/v1alpha1 k8s.io/api/scheduling/v1beta1 k8s.io/api/settings/v1alpha1 +k8s.io/api/storage/v1 k8s.io/api/storage/v1alpha1 -k8s.io/api/admission/v1 -k8s.io/api/imagepolicy/v1alpha1 +k8s.io/api/storage/v1beta1 # k8s.io/apiextensions-apiserver v0.0.0 => k8s.io/apiextensions-apiserver v0.0.0-20191016113550-5357c4baaf65 -k8s.io/apiextensions-apiserver/pkg/features +k8s.io/apiextensions-apiserver/pkg/apihelpers k8s.io/apiextensions-apiserver/pkg/apis/apiextensions +k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/install k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1 -k8s.io/apiextensions-apiserver/pkg/apiserver/validation -k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset -k8s.io/apiextensions-apiserver/test/integration -k8s.io/apiextensions-apiserver/test/integration/fixtures k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1beta1 -k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1 -k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1beta1 -k8s.io/apiextensions-apiserver/pkg/cmd/server/options -k8s.io/apiextensions-apiserver/pkg/cmd/server/testing -k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/scheme +k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation k8s.io/apiextensions-apiserver/pkg/apiserver -k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/install k8s.io/apiextensions-apiserver/pkg/apiserver/conversion k8s.io/apiextensions-apiserver/pkg/apiserver/schema k8s.io/apiextensions-apiserver/pkg/apiserver/schema/defaulting k8s.io/apiextensions-apiserver/pkg/apiserver/schema/objectmeta k8s.io/apiextensions-apiserver/pkg/apiserver/schema/pruning +k8s.io/apiextensions-apiserver/pkg/apiserver/validation +k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset +k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/scheme +k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1 +k8s.io/apiextensions-apiserver/pkg/client/clientset/clientset/typed/apiextensions/v1beta1 k8s.io/apiextensions-apiserver/pkg/client/clientset/internalclientset +k8s.io/apiextensions-apiserver/pkg/client/clientset/internalclientset/scheme +k8s.io/apiextensions-apiserver/pkg/client/clientset/internalclientset/typed/apiextensions/internalversion k8s.io/apiextensions-apiserver/pkg/client/informers/externalversions +k8s.io/apiextensions-apiserver/pkg/client/informers/externalversions/apiextensions +k8s.io/apiextensions-apiserver/pkg/client/informers/externalversions/apiextensions/v1 +k8s.io/apiextensions-apiserver/pkg/client/informers/externalversions/apiextensions/v1beta1 +k8s.io/apiextensions-apiserver/pkg/client/informers/externalversions/internalinterfaces k8s.io/apiextensions-apiserver/pkg/client/informers/internalversion +k8s.io/apiextensions-apiserver/pkg/client/informers/internalversion/apiextensions k8s.io/apiextensions-apiserver/pkg/client/informers/internalversion/apiextensions/internalversion +k8s.io/apiextensions-apiserver/pkg/client/informers/internalversion/internalinterfaces k8s.io/apiextensions-apiserver/pkg/client/listers/apiextensions/internalversion +k8s.io/apiextensions-apiserver/pkg/client/listers/apiextensions/v1 +k8s.io/apiextensions-apiserver/pkg/client/listers/apiextensions/v1beta1 +k8s.io/apiextensions-apiserver/pkg/cmd/server/options +k8s.io/apiextensions-apiserver/pkg/cmd/server/testing k8s.io/apiextensions-apiserver/pkg/controller/apiapproval k8s.io/apiextensions-apiserver/pkg/controller/establish k8s.io/apiextensions-apiserver/pkg/controller/finalizer k8s.io/apiextensions-apiserver/pkg/controller/nonstructuralschema k8s.io/apiextensions-apiserver/pkg/controller/openapi k8s.io/apiextensions-apiserver/pkg/controller/openapi/builder +k8s.io/apiextensions-apiserver/pkg/controller/openapi/v2 k8s.io/apiextensions-apiserver/pkg/controller/status k8s.io/apiextensions-apiserver/pkg/crdserverscheme +k8s.io/apiextensions-apiserver/pkg/features +k8s.io/apiextensions-apiserver/pkg/generated/openapi k8s.io/apiextensions-apiserver/pkg/registry/customresource k8s.io/apiextensions-apiserver/pkg/registry/customresource/tableconvertor k8s.io/apiextensions-apiserver/pkg/registry/customresourcedefinition -k8s.io/apiextensions-apiserver/pkg/client/clientset/internalclientset/typed/apiextensions/internalversion -k8s.io/apiextensions-apiserver/pkg/client/informers/externalversions/apiextensions -k8s.io/apiextensions-apiserver/pkg/client/informers/externalversions/internalinterfaces -k8s.io/apiextensions-apiserver/pkg/client/informers/internalversion/apiextensions -k8s.io/apiextensions-apiserver/pkg/client/informers/internalversion/internalinterfaces -k8s.io/apiextensions-apiserver/pkg/apihelpers -k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/validation -k8s.io/apiextensions-apiserver/pkg/controller/openapi/v2 -k8s.io/apiextensions-apiserver/pkg/generated/openapi -k8s.io/apiextensions-apiserver/pkg/client/clientset/internalclientset/scheme -k8s.io/apiextensions-apiserver/pkg/client/informers/externalversions/apiextensions/v1 -k8s.io/apiextensions-apiserver/pkg/client/informers/externalversions/apiextensions/v1beta1 -k8s.io/apiextensions-apiserver/pkg/client/listers/apiextensions/v1 -k8s.io/apiextensions-apiserver/pkg/client/listers/apiextensions/v1beta1 +k8s.io/apiextensions-apiserver/test/integration +k8s.io/apiextensions-apiserver/test/integration/fixtures # k8s.io/apimachinery v0.0.0 => k8s.io/apimachinery v0.0.0-20191004115801-a2eda9f80ab8 +k8s.io/apimachinery/pkg/api/equality k8s.io/apimachinery/pkg/api/errors +k8s.io/apimachinery/pkg/api/meta +k8s.io/apimachinery/pkg/api/meta/table k8s.io/apimachinery/pkg/api/resource +k8s.io/apimachinery/pkg/api/validation +k8s.io/apimachinery/pkg/api/validation/path +k8s.io/apimachinery/pkg/apis/meta/internalversion k8s.io/apimachinery/pkg/apis/meta/v1 +k8s.io/apimachinery/pkg/apis/meta/v1/unstructured +k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructuredscheme +k8s.io/apimachinery/pkg/apis/meta/v1/validation +k8s.io/apimachinery/pkg/apis/meta/v1beta1 +k8s.io/apimachinery/pkg/apis/meta/v1beta1/validation +k8s.io/apimachinery/pkg/conversion +k8s.io/apimachinery/pkg/conversion/queryparams k8s.io/apimachinery/pkg/fields k8s.io/apimachinery/pkg/labels -k8s.io/apimachinery/pkg/runtime/schema -k8s.io/apimachinery/pkg/types -k8s.io/apimachinery/pkg/util/intstr -k8s.io/apimachinery/pkg/util/runtime -k8s.io/apimachinery/pkg/util/wait k8s.io/apimachinery/pkg/runtime -k8s.io/apimachinery/pkg/util/validation/field -k8s.io/apimachinery/pkg/conversion -k8s.io/apimachinery/pkg/selection -k8s.io/apimachinery/pkg/watch -k8s.io/apimachinery/pkg/util/sets -k8s.io/apimachinery/pkg/util/validation -k8s.io/apimachinery/pkg/api/meta +k8s.io/apimachinery/pkg/runtime/schema k8s.io/apimachinery/pkg/runtime/serializer +k8s.io/apimachinery/pkg/runtime/serializer/json +k8s.io/apimachinery/pkg/runtime/serializer/protobuf +k8s.io/apimachinery/pkg/runtime/serializer/recognizer +k8s.io/apimachinery/pkg/runtime/serializer/streaming +k8s.io/apimachinery/pkg/runtime/serializer/versioning +k8s.io/apimachinery/pkg/selection +k8s.io/apimachinery/pkg/types k8s.io/apimachinery/pkg/util/cache k8s.io/apimachinery/pkg/util/clock k8s.io/apimachinery/pkg/util/diff -k8s.io/apimachinery/pkg/util/naming +k8s.io/apimachinery/pkg/util/duration +k8s.io/apimachinery/pkg/util/errors +k8s.io/apimachinery/pkg/util/framer +k8s.io/apimachinery/pkg/util/httpstream +k8s.io/apimachinery/pkg/util/httpstream/spdy +k8s.io/apimachinery/pkg/util/intstr +k8s.io/apimachinery/pkg/util/json +k8s.io/apimachinery/pkg/util/mergepatch +k8s.io/apimachinery/pkg/util/naming k8s.io/apimachinery/pkg/util/net -k8s.io/apimachinery/pkg/apis/meta/internalversion -k8s.io/apimachinery/pkg/api/equality +k8s.io/apimachinery/pkg/util/proxy +k8s.io/apimachinery/pkg/util/rand +k8s.io/apimachinery/pkg/util/remotecommand +k8s.io/apimachinery/pkg/util/runtime +k8s.io/apimachinery/pkg/util/sets k8s.io/apimachinery/pkg/util/strategicpatch k8s.io/apimachinery/pkg/util/uuid -k8s.io/apimachinery/pkg/util/rand +k8s.io/apimachinery/pkg/util/validation +k8s.io/apimachinery/pkg/util/validation/field k8s.io/apimachinery/pkg/util/version +k8s.io/apimachinery/pkg/util/wait +k8s.io/apimachinery/pkg/util/waitgroup k8s.io/apimachinery/pkg/util/yaml -k8s.io/apimachinery/pkg/util/json -k8s.io/apimachinery/pkg/conversion/queryparams -k8s.io/apimachinery/pkg/util/errors -k8s.io/apimachinery/third_party/forked/golang/reflect k8s.io/apimachinery/pkg/version -k8s.io/apimachinery/pkg/runtime/serializer/streaming -k8s.io/apimachinery/pkg/runtime/serializer/json -k8s.io/apimachinery/pkg/runtime/serializer/protobuf -k8s.io/apimachinery/pkg/runtime/serializer/recognizer -k8s.io/apimachinery/pkg/runtime/serializer/versioning -k8s.io/apimachinery/pkg/apis/meta/v1/unstructured -k8s.io/apimachinery/pkg/apis/meta/v1beta1 -k8s.io/apimachinery/pkg/util/mergepatch +k8s.io/apimachinery/pkg/watch k8s.io/apimachinery/third_party/forked/golang/json -k8s.io/apimachinery/pkg/util/httpstream -k8s.io/apimachinery/pkg/util/remotecommand -k8s.io/apimachinery/pkg/util/framer -k8s.io/apimachinery/pkg/util/proxy -k8s.io/apimachinery/pkg/util/httpstream/spdy -k8s.io/apimachinery/pkg/api/validation -k8s.io/apimachinery/pkg/apis/meta/v1/validation -k8s.io/apimachinery/pkg/util/duration -k8s.io/apimachinery/pkg/api/validation/path k8s.io/apimachinery/third_party/forked/golang/netutil -k8s.io/apimachinery/pkg/util/waitgroup -k8s.io/apimachinery/pkg/apis/meta/v1/unstructured/unstructuredscheme -k8s.io/apimachinery/pkg/apis/meta/v1beta1/validation -k8s.io/apimachinery/pkg/api/meta/table +k8s.io/apimachinery/third_party/forked/golang/reflect # k8s.io/apiserver v0.0.0 => k8s.io/apiserver v0.0.0-20191016112112-5190913f932d -k8s.io/apiserver/pkg/util/feature -k8s.io/apiserver/pkg/admission/plugin/webhook/mutating -k8s.io/apiserver/pkg/apis/audit -k8s.io/apiserver/pkg/apis/audit/v1 -k8s.io/apiserver/pkg/audit -k8s.io/apiserver/pkg/authentication/serviceaccount -k8s.io/apiserver/pkg/features k8s.io/apiserver/pkg/admission k8s.io/apiserver/pkg/admission/configuration +k8s.io/apiserver/pkg/admission/initializer k8s.io/apiserver/pkg/admission/metrics +k8s.io/apiserver/pkg/admission/plugin/namespace/lifecycle k8s.io/apiserver/pkg/admission/plugin/webhook +k8s.io/apiserver/pkg/admission/plugin/webhook/config +k8s.io/apiserver/pkg/admission/plugin/webhook/config/apis/webhookadmission +k8s.io/apiserver/pkg/admission/plugin/webhook/config/apis/webhookadmission/v1alpha1 k8s.io/apiserver/pkg/admission/plugin/webhook/errors k8s.io/apiserver/pkg/admission/plugin/webhook/generic +k8s.io/apiserver/pkg/admission/plugin/webhook/mutating +k8s.io/apiserver/pkg/admission/plugin/webhook/namespace +k8s.io/apiserver/pkg/admission/plugin/webhook/object k8s.io/apiserver/pkg/admission/plugin/webhook/request -k8s.io/apiserver/pkg/util/webhook +k8s.io/apiserver/pkg/admission/plugin/webhook/rules +k8s.io/apiserver/pkg/admission/plugin/webhook/validating +k8s.io/apiserver/pkg/apis/apiserver +k8s.io/apiserver/pkg/apis/apiserver/install +k8s.io/apiserver/pkg/apis/apiserver/v1alpha1 +k8s.io/apiserver/pkg/apis/audit +k8s.io/apiserver/pkg/apis/audit/install +k8s.io/apiserver/pkg/apis/audit/v1 k8s.io/apiserver/pkg/apis/audit/v1alpha1 k8s.io/apiserver/pkg/apis/audit/v1beta1 -k8s.io/apiserver/pkg/authentication/user -k8s.io/apiserver/pkg/authorization/authorizer -k8s.io/apiserver/pkg/endpoints/discovery -k8s.io/apiserver/pkg/storage/names -k8s.io/apiserver/pkg/storage/storagebackend -k8s.io/apiserver/pkg/registry/generic/registry +k8s.io/apiserver/pkg/apis/audit/validation +k8s.io/apiserver/pkg/apis/config +k8s.io/apiserver/pkg/apis/config/v1 +k8s.io/apiserver/pkg/audit +k8s.io/apiserver/pkg/audit/event +k8s.io/apiserver/pkg/audit/policy +k8s.io/apiserver/pkg/audit/util k8s.io/apiserver/pkg/authentication/authenticator -k8s.io/apiserver/pkg/server/healthz -k8s.io/apiserver/pkg/server/httplog -k8s.io/apiserver/pkg/server/routes -k8s.io/apiserver/pkg/util/flushwriter -k8s.io/apiserver/pkg/util/wsstream -k8s.io/apiserver/pkg/storage/etcd3 -k8s.io/apiserver/pkg/server/mux k8s.io/apiserver/pkg/authentication/authenticatorfactory -k8s.io/apiserver/pkg/authorization/authorizerfactory -k8s.io/apiserver/pkg/server -k8s.io/apiserver/pkg/apis/apiserver -k8s.io/apiserver/pkg/apis/apiserver/v1alpha1 -k8s.io/apiserver/pkg/admission/initializer -k8s.io/apiserver/pkg/admission/plugin/webhook/config -k8s.io/apiserver/pkg/admission/plugin/webhook/namespace -k8s.io/apiserver/pkg/admission/plugin/webhook/object -k8s.io/apiserver/pkg/admission/plugin/webhook/rules -k8s.io/apiserver/pkg/endpoints/handlers/negotiation -k8s.io/apiserver/pkg/endpoints/handlers/responsewriters -k8s.io/apiserver/pkg/server/egressselector -k8s.io/apiserver/pkg/storage/value -k8s.io/apiserver/pkg/endpoints/request -k8s.io/apiserver/pkg/registry/generic -k8s.io/apiserver/pkg/registry/rest -k8s.io/apiserver/pkg/storage -k8s.io/apiserver/pkg/storage/cacher -k8s.io/apiserver/pkg/storage/errors -k8s.io/apiserver/pkg/storage/etcd3/metrics -k8s.io/apiserver/pkg/storage/storagebackend/factory -k8s.io/apiserver/pkg/util/dryrun -k8s.io/apiserver/pkg/endpoints/metrics k8s.io/apiserver/pkg/authentication/group k8s.io/apiserver/pkg/authentication/request/anonymous k8s.io/apiserver/pkg/authentication/request/bearertoken @@ -1001,288 +980,255 @@ k8s.io/apiserver/pkg/authentication/request/headerrequest k8s.io/apiserver/pkg/authentication/request/union k8s.io/apiserver/pkg/authentication/request/websocket k8s.io/apiserver/pkg/authentication/request/x509 +k8s.io/apiserver/pkg/authentication/serviceaccount k8s.io/apiserver/pkg/authentication/token/cache k8s.io/apiserver/pkg/authentication/token/tokenfile -k8s.io/apiserver/plugin/pkg/authenticator/token/webhook -k8s.io/apiserver/plugin/pkg/authorizer/webhook -k8s.io/apiserver/pkg/admission/plugin/namespace/lifecycle -k8s.io/apiserver/pkg/admission/plugin/webhook/validating -k8s.io/apiserver/pkg/apis/apiserver/install -k8s.io/apiserver/pkg/audit/policy +k8s.io/apiserver/pkg/authentication/user +k8s.io/apiserver/pkg/authorization/authorizer +k8s.io/apiserver/pkg/authorization/authorizerfactory +k8s.io/apiserver/pkg/authorization/path k8s.io/apiserver/pkg/authorization/union k8s.io/apiserver/pkg/endpoints +k8s.io/apiserver/pkg/endpoints/discovery k8s.io/apiserver/pkg/endpoints/filters +k8s.io/apiserver/pkg/endpoints/handlers +k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager +k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/internal +k8s.io/apiserver/pkg/endpoints/handlers/negotiation +k8s.io/apiserver/pkg/endpoints/handlers/responsewriters +k8s.io/apiserver/pkg/endpoints/metrics k8s.io/apiserver/pkg/endpoints/openapi +k8s.io/apiserver/pkg/endpoints/request +k8s.io/apiserver/pkg/features +k8s.io/apiserver/pkg/registry/generic +k8s.io/apiserver/pkg/registry/generic/registry +k8s.io/apiserver/pkg/registry/rest +k8s.io/apiserver/pkg/server +k8s.io/apiserver/pkg/server/egressselector k8s.io/apiserver/pkg/server/filters -k8s.io/apiserver/pkg/server/storage -k8s.io/apiserver/pkg/util/openapi -k8s.io/apiserver/pkg/admission/plugin/webhook/config/apis/webhookadmission -k8s.io/apiserver/pkg/admission/plugin/webhook/config/apis/webhookadmission/v1alpha1 +k8s.io/apiserver/pkg/server/healthz +k8s.io/apiserver/pkg/server/httplog +k8s.io/apiserver/pkg/server/mux k8s.io/apiserver/pkg/server/options -k8s.io/apiserver/pkg/util/proxy -k8s.io/apiserver/pkg/apis/audit/validation -k8s.io/apiserver/pkg/endpoints/handlers -k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager -k8s.io/apiserver/pkg/authorization/path k8s.io/apiserver/pkg/server/options/encryptionconfig k8s.io/apiserver/pkg/server/resourceconfig +k8s.io/apiserver/pkg/server/routes +k8s.io/apiserver/pkg/server/storage +k8s.io/apiserver/pkg/storage +k8s.io/apiserver/pkg/storage/cacher +k8s.io/apiserver/pkg/storage/errors +k8s.io/apiserver/pkg/storage/etcd3 +k8s.io/apiserver/pkg/storage/etcd3/metrics +k8s.io/apiserver/pkg/storage/names +k8s.io/apiserver/pkg/storage/storagebackend +k8s.io/apiserver/pkg/storage/storagebackend/factory +k8s.io/apiserver/pkg/storage/value +k8s.io/apiserver/pkg/storage/value/encrypt/aes +k8s.io/apiserver/pkg/storage/value/encrypt/envelope +k8s.io/apiserver/pkg/storage/value/encrypt/envelope/v1beta1 +k8s.io/apiserver/pkg/storage/value/encrypt/identity +k8s.io/apiserver/pkg/storage/value/encrypt/secretbox +k8s.io/apiserver/pkg/util/dryrun +k8s.io/apiserver/pkg/util/feature +k8s.io/apiserver/pkg/util/flushwriter +k8s.io/apiserver/pkg/util/openapi +k8s.io/apiserver/pkg/util/proxy +k8s.io/apiserver/pkg/util/webhook +k8s.io/apiserver/pkg/util/wsstream k8s.io/apiserver/plugin/pkg/audit/buffered k8s.io/apiserver/plugin/pkg/audit/dynamic k8s.io/apiserver/plugin/pkg/audit/dynamic/enforced k8s.io/apiserver/plugin/pkg/audit/log k8s.io/apiserver/plugin/pkg/audit/truncate k8s.io/apiserver/plugin/pkg/audit/webhook -k8s.io/apiserver/pkg/endpoints/handlers/fieldmanager/internal -k8s.io/apiserver/pkg/apis/config -k8s.io/apiserver/pkg/apis/config/v1 -k8s.io/apiserver/pkg/storage/value/encrypt/aes -k8s.io/apiserver/pkg/storage/value/encrypt/envelope -k8s.io/apiserver/pkg/storage/value/encrypt/identity -k8s.io/apiserver/pkg/storage/value/encrypt/secretbox -k8s.io/apiserver/pkg/apis/audit/install -k8s.io/apiserver/pkg/audit/util -k8s.io/apiserver/pkg/audit/event -k8s.io/apiserver/pkg/storage/value/encrypt/envelope/v1beta1 +k8s.io/apiserver/plugin/pkg/authenticator/token/webhook +k8s.io/apiserver/plugin/pkg/authorizer/webhook # k8s.io/autoscaler/vertical-pod-autoscaler v0.0.0-00010101000000-000000000000 => ../ k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1 -k8s.io/autoscaler/vertical-pod-autoscaler/pkg/client/clientset/versioned +k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1beta1 k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1beta2 +k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/poc.autoscaling.k8s.io/v1alpha1 +k8s.io/autoscaler/vertical-pod-autoscaler/pkg/client/clientset/versioned +k8s.io/autoscaler/vertical-pod-autoscaler/pkg/client/clientset/versioned/scheme k8s.io/autoscaler/vertical-pod-autoscaler/pkg/client/clientset/versioned/typed/autoscaling.k8s.io/v1 k8s.io/autoscaler/vertical-pod-autoscaler/pkg/client/clientset/versioned/typed/autoscaling.k8s.io/v1beta1 k8s.io/autoscaler/vertical-pod-autoscaler/pkg/client/clientset/versioned/typed/autoscaling.k8s.io/v1beta2 k8s.io/autoscaler/vertical-pod-autoscaler/pkg/client/clientset/versioned/typed/poc.autoscaling.k8s.io/v1alpha1 -k8s.io/autoscaler/vertical-pod-autoscaler/pkg/client/clientset/versioned/scheme -k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/autoscaling.k8s.io/v1beta1 -k8s.io/autoscaler/vertical-pod-autoscaler/pkg/apis/poc.autoscaling.k8s.io/v1alpha1 # k8s.io/cli-runtime v0.0.0 => k8s.io/cli-runtime v0.0.0-20191016114015-74ad18325ed5 k8s.io/cli-runtime/pkg/genericclioptions -k8s.io/cli-runtime/pkg/printers -k8s.io/cli-runtime/pkg/resource k8s.io/cli-runtime/pkg/kustomize k8s.io/cli-runtime/pkg/kustomize/k8sdeps +k8s.io/cli-runtime/pkg/kustomize/k8sdeps/configmapandsecret k8s.io/cli-runtime/pkg/kustomize/k8sdeps/kunstruct +k8s.io/cli-runtime/pkg/kustomize/k8sdeps/kv k8s.io/cli-runtime/pkg/kustomize/k8sdeps/transformer -k8s.io/cli-runtime/pkg/kustomize/k8sdeps/validator -k8s.io/cli-runtime/pkg/kustomize/k8sdeps/configmapandsecret k8s.io/cli-runtime/pkg/kustomize/k8sdeps/transformer/hash k8s.io/cli-runtime/pkg/kustomize/k8sdeps/transformer/patch -k8s.io/cli-runtime/pkg/kustomize/k8sdeps/kv +k8s.io/cli-runtime/pkg/kustomize/k8sdeps/validator +k8s.io/cli-runtime/pkg/printers +k8s.io/cli-runtime/pkg/resource # k8s.io/client-go v11.0.0+incompatible => k8s.io/client-go v0.0.0-20191016111102-bec269661e48 -k8s.io/client-go/kubernetes -k8s.io/client-go/plugin/pkg/client/auth -k8s.io/client-go/scale -k8s.io/client-go/tools/cache k8s.io/client-go/discovery -k8s.io/client-go/rest -k8s.io/client-go/util/flowcontrol -k8s.io/client-go/kubernetes/typed/admissionregistration/v1 -k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1 -k8s.io/client-go/kubernetes/typed/apps/v1 -k8s.io/client-go/kubernetes/typed/apps/v1beta1 -k8s.io/client-go/kubernetes/typed/apps/v1beta2 -k8s.io/client-go/kubernetes/typed/auditregistration/v1alpha1 -k8s.io/client-go/kubernetes/typed/authentication/v1 -k8s.io/client-go/kubernetes/typed/authentication/v1beta1 -k8s.io/client-go/kubernetes/typed/authorization/v1 -k8s.io/client-go/kubernetes/typed/authorization/v1beta1 -k8s.io/client-go/kubernetes/typed/autoscaling/v1 -k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1 -k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2 -k8s.io/client-go/kubernetes/typed/batch/v1 -k8s.io/client-go/kubernetes/typed/batch/v1beta1 -k8s.io/client-go/kubernetes/typed/batch/v2alpha1 -k8s.io/client-go/kubernetes/typed/certificates/v1beta1 -k8s.io/client-go/kubernetes/typed/coordination/v1 -k8s.io/client-go/kubernetes/typed/coordination/v1beta1 -k8s.io/client-go/kubernetes/typed/core/v1 -k8s.io/client-go/kubernetes/typed/discovery/v1alpha1 -k8s.io/client-go/kubernetes/typed/events/v1beta1 -k8s.io/client-go/kubernetes/typed/extensions/v1beta1 -k8s.io/client-go/kubernetes/typed/networking/v1 -k8s.io/client-go/kubernetes/typed/networking/v1beta1 -k8s.io/client-go/kubernetes/typed/node/v1alpha1 -k8s.io/client-go/kubernetes/typed/node/v1beta1 -k8s.io/client-go/kubernetes/typed/policy/v1beta1 -k8s.io/client-go/kubernetes/typed/rbac/v1 -k8s.io/client-go/kubernetes/typed/rbac/v1alpha1 -k8s.io/client-go/kubernetes/typed/rbac/v1beta1 -k8s.io/client-go/kubernetes/typed/scheduling/v1 -k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1 -k8s.io/client-go/kubernetes/typed/scheduling/v1beta1 -k8s.io/client-go/kubernetes/typed/settings/v1alpha1 -k8s.io/client-go/kubernetes/typed/storage/v1 -k8s.io/client-go/kubernetes/typed/storage/v1alpha1 -k8s.io/client-go/kubernetes/typed/storage/v1beta1 -k8s.io/client-go/plugin/pkg/client/auth/azure -k8s.io/client-go/plugin/pkg/client/auth/gcp -k8s.io/client-go/plugin/pkg/client/auth/oidc -k8s.io/client-go/plugin/pkg/client/auth/openstack -k8s.io/client-go/dynamic -k8s.io/client-go/scale/scheme -k8s.io/client-go/scale/scheme/appsint -k8s.io/client-go/scale/scheme/appsv1beta1 -k8s.io/client-go/scale/scheme/appsv1beta2 -k8s.io/client-go/scale/scheme/autoscalingv1 -k8s.io/client-go/scale/scheme/extensionsint -k8s.io/client-go/scale/scheme/extensionsv1beta1 -k8s.io/client-go/tools/pager -k8s.io/client-go/util/retry -k8s.io/client-go/tools/watch +k8s.io/client-go/discovery/cached/disk k8s.io/client-go/discovery/cached/memory -k8s.io/client-go/kubernetes/scheme -k8s.io/client-go/restmapper -k8s.io/client-go/tools/clientcmd -k8s.io/client-go/tools/clientcmd/api -k8s.io/client-go/tools/remotecommand +k8s.io/client-go/discovery/fake +k8s.io/client-go/dynamic k8s.io/client-go/informers -k8s.io/client-go/util/cert -k8s.io/client-go/util/workqueue -k8s.io/client-go/pkg/version -k8s.io/client-go/plugin/pkg/client/auth/exec -k8s.io/client-go/rest/watch -k8s.io/client-go/tools/metrics -k8s.io/client-go/transport -k8s.io/client-go/tools/reference -k8s.io/client-go/util/jsonpath -k8s.io/client-go/listers/core/v1 -k8s.io/client-go/listers/storage/v1beta1 -k8s.io/client-go/tools/record -k8s.io/client-go/util/certificate -k8s.io/client-go/kubernetes/fake -k8s.io/client-go/tools/auth -k8s.io/client-go/tools/clientcmd/api/latest -k8s.io/client-go/util/homedir -k8s.io/client-go/transport/spdy -k8s.io/client-go/util/exec -k8s.io/client-go/metadata/metadatainformer -k8s.io/client-go/listers/storage/v1 -k8s.io/client-go/informers/batch/v1 -k8s.io/client-go/informers/core/v1 -k8s.io/client-go/listers/batch/v1 k8s.io/client-go/informers/admissionregistration +k8s.io/client-go/informers/admissionregistration/v1 +k8s.io/client-go/informers/admissionregistration/v1beta1 k8s.io/client-go/informers/apps +k8s.io/client-go/informers/apps/v1 +k8s.io/client-go/informers/apps/v1beta1 +k8s.io/client-go/informers/apps/v1beta2 k8s.io/client-go/informers/auditregistration +k8s.io/client-go/informers/auditregistration/v1alpha1 k8s.io/client-go/informers/autoscaling +k8s.io/client-go/informers/autoscaling/v1 +k8s.io/client-go/informers/autoscaling/v2beta1 +k8s.io/client-go/informers/autoscaling/v2beta2 k8s.io/client-go/informers/batch +k8s.io/client-go/informers/batch/v1 +k8s.io/client-go/informers/batch/v1beta1 +k8s.io/client-go/informers/batch/v2alpha1 k8s.io/client-go/informers/certificates +k8s.io/client-go/informers/certificates/v1beta1 k8s.io/client-go/informers/coordination +k8s.io/client-go/informers/coordination/v1 +k8s.io/client-go/informers/coordination/v1beta1 k8s.io/client-go/informers/core +k8s.io/client-go/informers/core/v1 k8s.io/client-go/informers/discovery +k8s.io/client-go/informers/discovery/v1alpha1 k8s.io/client-go/informers/events +k8s.io/client-go/informers/events/v1beta1 k8s.io/client-go/informers/extensions +k8s.io/client-go/informers/extensions/v1beta1 k8s.io/client-go/informers/internalinterfaces k8s.io/client-go/informers/networking +k8s.io/client-go/informers/networking/v1 +k8s.io/client-go/informers/networking/v1beta1 k8s.io/client-go/informers/node +k8s.io/client-go/informers/node/v1alpha1 +k8s.io/client-go/informers/node/v1beta1 k8s.io/client-go/informers/policy +k8s.io/client-go/informers/policy/v1beta1 k8s.io/client-go/informers/rbac +k8s.io/client-go/informers/rbac/v1 +k8s.io/client-go/informers/rbac/v1alpha1 +k8s.io/client-go/informers/rbac/v1beta1 k8s.io/client-go/informers/scheduling +k8s.io/client-go/informers/scheduling/v1 +k8s.io/client-go/informers/scheduling/v1alpha1 +k8s.io/client-go/informers/scheduling/v1beta1 k8s.io/client-go/informers/settings +k8s.io/client-go/informers/settings/v1alpha1 k8s.io/client-go/informers/storage -k8s.io/client-go/util/keyutil -k8s.io/client-go/pkg/apis/clientauthentication -k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1 -k8s.io/client-go/pkg/apis/clientauthentication/v1beta1 -k8s.io/client-go/util/connrotation -k8s.io/client-go/third_party/forked/golang/template -k8s.io/client-go/tools/record/util -k8s.io/client-go/util/certificate/csr -k8s.io/client-go/listers/node/v1beta1 -k8s.io/client-go/discovery/fake +k8s.io/client-go/informers/storage/v1 +k8s.io/client-go/informers/storage/v1alpha1 +k8s.io/client-go/informers/storage/v1beta1 +k8s.io/client-go/kubernetes +k8s.io/client-go/kubernetes/fake +k8s.io/client-go/kubernetes/scheme +k8s.io/client-go/kubernetes/typed/admissionregistration/v1 k8s.io/client-go/kubernetes/typed/admissionregistration/v1/fake +k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1 k8s.io/client-go/kubernetes/typed/admissionregistration/v1beta1/fake +k8s.io/client-go/kubernetes/typed/apps/v1 k8s.io/client-go/kubernetes/typed/apps/v1/fake +k8s.io/client-go/kubernetes/typed/apps/v1beta1 k8s.io/client-go/kubernetes/typed/apps/v1beta1/fake +k8s.io/client-go/kubernetes/typed/apps/v1beta2 k8s.io/client-go/kubernetes/typed/apps/v1beta2/fake +k8s.io/client-go/kubernetes/typed/auditregistration/v1alpha1 k8s.io/client-go/kubernetes/typed/auditregistration/v1alpha1/fake +k8s.io/client-go/kubernetes/typed/authentication/v1 k8s.io/client-go/kubernetes/typed/authentication/v1/fake +k8s.io/client-go/kubernetes/typed/authentication/v1beta1 k8s.io/client-go/kubernetes/typed/authentication/v1beta1/fake +k8s.io/client-go/kubernetes/typed/authorization/v1 k8s.io/client-go/kubernetes/typed/authorization/v1/fake +k8s.io/client-go/kubernetes/typed/authorization/v1beta1 k8s.io/client-go/kubernetes/typed/authorization/v1beta1/fake +k8s.io/client-go/kubernetes/typed/autoscaling/v1 k8s.io/client-go/kubernetes/typed/autoscaling/v1/fake +k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1 k8s.io/client-go/kubernetes/typed/autoscaling/v2beta1/fake +k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2 k8s.io/client-go/kubernetes/typed/autoscaling/v2beta2/fake +k8s.io/client-go/kubernetes/typed/batch/v1 k8s.io/client-go/kubernetes/typed/batch/v1/fake +k8s.io/client-go/kubernetes/typed/batch/v1beta1 k8s.io/client-go/kubernetes/typed/batch/v1beta1/fake +k8s.io/client-go/kubernetes/typed/batch/v2alpha1 k8s.io/client-go/kubernetes/typed/batch/v2alpha1/fake +k8s.io/client-go/kubernetes/typed/certificates/v1beta1 k8s.io/client-go/kubernetes/typed/certificates/v1beta1/fake +k8s.io/client-go/kubernetes/typed/coordination/v1 k8s.io/client-go/kubernetes/typed/coordination/v1/fake +k8s.io/client-go/kubernetes/typed/coordination/v1beta1 k8s.io/client-go/kubernetes/typed/coordination/v1beta1/fake +k8s.io/client-go/kubernetes/typed/core/v1 k8s.io/client-go/kubernetes/typed/core/v1/fake +k8s.io/client-go/kubernetes/typed/discovery/v1alpha1 k8s.io/client-go/kubernetes/typed/discovery/v1alpha1/fake +k8s.io/client-go/kubernetes/typed/events/v1beta1 k8s.io/client-go/kubernetes/typed/events/v1beta1/fake +k8s.io/client-go/kubernetes/typed/extensions/v1beta1 k8s.io/client-go/kubernetes/typed/extensions/v1beta1/fake +k8s.io/client-go/kubernetes/typed/networking/v1 k8s.io/client-go/kubernetes/typed/networking/v1/fake +k8s.io/client-go/kubernetes/typed/networking/v1beta1 k8s.io/client-go/kubernetes/typed/networking/v1beta1/fake +k8s.io/client-go/kubernetes/typed/node/v1alpha1 k8s.io/client-go/kubernetes/typed/node/v1alpha1/fake +k8s.io/client-go/kubernetes/typed/node/v1beta1 k8s.io/client-go/kubernetes/typed/node/v1beta1/fake +k8s.io/client-go/kubernetes/typed/policy/v1beta1 k8s.io/client-go/kubernetes/typed/policy/v1beta1/fake +k8s.io/client-go/kubernetes/typed/rbac/v1 k8s.io/client-go/kubernetes/typed/rbac/v1/fake +k8s.io/client-go/kubernetes/typed/rbac/v1alpha1 k8s.io/client-go/kubernetes/typed/rbac/v1alpha1/fake +k8s.io/client-go/kubernetes/typed/rbac/v1beta1 k8s.io/client-go/kubernetes/typed/rbac/v1beta1/fake +k8s.io/client-go/kubernetes/typed/scheduling/v1 k8s.io/client-go/kubernetes/typed/scheduling/v1/fake +k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1 k8s.io/client-go/kubernetes/typed/scheduling/v1alpha1/fake +k8s.io/client-go/kubernetes/typed/scheduling/v1beta1 k8s.io/client-go/kubernetes/typed/scheduling/v1beta1/fake +k8s.io/client-go/kubernetes/typed/settings/v1alpha1 k8s.io/client-go/kubernetes/typed/settings/v1alpha1/fake +k8s.io/client-go/kubernetes/typed/storage/v1 k8s.io/client-go/kubernetes/typed/storage/v1/fake +k8s.io/client-go/kubernetes/typed/storage/v1alpha1 k8s.io/client-go/kubernetes/typed/storage/v1alpha1/fake +k8s.io/client-go/kubernetes/typed/storage/v1beta1 k8s.io/client-go/kubernetes/typed/storage/v1beta1/fake -k8s.io/client-go/testing -k8s.io/client-go/informers/apps/v1 -k8s.io/client-go/informers/coordination/v1beta1 -k8s.io/client-go/listers/apps/v1 -k8s.io/client-go/listers/coordination/v1beta1 -k8s.io/client-go/tools/clientcmd/api/v1 -k8s.io/client-go/metadata -k8s.io/client-go/metadata/metadatalister -k8s.io/client-go/informers/storage/v1 -k8s.io/client-go/informers/admissionregistration/v1 -k8s.io/client-go/informers/admissionregistration/v1beta1 -k8s.io/client-go/informers/apps/v1beta1 -k8s.io/client-go/informers/apps/v1beta2 -k8s.io/client-go/informers/auditregistration/v1alpha1 -k8s.io/client-go/informers/autoscaling/v1 -k8s.io/client-go/informers/autoscaling/v2beta1 -k8s.io/client-go/informers/autoscaling/v2beta2 -k8s.io/client-go/informers/batch/v1beta1 -k8s.io/client-go/informers/batch/v2alpha1 -k8s.io/client-go/informers/certificates/v1beta1 -k8s.io/client-go/informers/coordination/v1 -k8s.io/client-go/informers/discovery/v1alpha1 -k8s.io/client-go/informers/events/v1beta1 -k8s.io/client-go/informers/extensions/v1beta1 -k8s.io/client-go/informers/networking/v1 -k8s.io/client-go/informers/networking/v1beta1 -k8s.io/client-go/informers/node/v1alpha1 -k8s.io/client-go/informers/node/v1beta1 -k8s.io/client-go/informers/policy/v1beta1 -k8s.io/client-go/informers/rbac/v1 -k8s.io/client-go/informers/rbac/v1alpha1 -k8s.io/client-go/informers/rbac/v1beta1 -k8s.io/client-go/informers/scheduling/v1 -k8s.io/client-go/informers/scheduling/v1alpha1 -k8s.io/client-go/informers/scheduling/v1beta1 -k8s.io/client-go/informers/settings/v1alpha1 -k8s.io/client-go/informers/storage/v1alpha1 -k8s.io/client-go/informers/storage/v1beta1 -k8s.io/client-go/listers/admissionregistration/v1beta1 -k8s.io/client-go/tools/leaderelection/resourcelock k8s.io/client-go/listers/admissionregistration/v1 +k8s.io/client-go/listers/admissionregistration/v1beta1 +k8s.io/client-go/listers/apps/v1 k8s.io/client-go/listers/apps/v1beta1 k8s.io/client-go/listers/apps/v1beta2 k8s.io/client-go/listers/auditregistration/v1alpha1 k8s.io/client-go/listers/autoscaling/v1 k8s.io/client-go/listers/autoscaling/v2beta1 k8s.io/client-go/listers/autoscaling/v2beta2 +k8s.io/client-go/listers/batch/v1 k8s.io/client-go/listers/batch/v1beta1 k8s.io/client-go/listers/batch/v2alpha1 k8s.io/client-go/listers/certificates/v1beta1 k8s.io/client-go/listers/coordination/v1 +k8s.io/client-go/listers/coordination/v1beta1 +k8s.io/client-go/listers/core/v1 k8s.io/client-go/listers/discovery/v1alpha1 k8s.io/client-go/listers/events/v1beta1 k8s.io/client-go/listers/extensions/v1beta1 k8s.io/client-go/listers/networking/v1 k8s.io/client-go/listers/networking/v1beta1 k8s.io/client-go/listers/node/v1alpha1 +k8s.io/client-go/listers/node/v1beta1 k8s.io/client-go/listers/policy/v1beta1 k8s.io/client-go/listers/rbac/v1 k8s.io/client-go/listers/rbac/v1alpha1 @@ -1291,26 +1237,80 @@ k8s.io/client-go/listers/scheduling/v1 k8s.io/client-go/listers/scheduling/v1alpha1 k8s.io/client-go/listers/scheduling/v1beta1 k8s.io/client-go/listers/settings/v1alpha1 +k8s.io/client-go/listers/storage/v1 k8s.io/client-go/listers/storage/v1alpha1 -k8s.io/client-go/discovery/cached/disk +k8s.io/client-go/listers/storage/v1beta1 +k8s.io/client-go/metadata +k8s.io/client-go/metadata/metadatainformer +k8s.io/client-go/metadata/metadatalister +k8s.io/client-go/pkg/apis/clientauthentication +k8s.io/client-go/pkg/apis/clientauthentication/v1alpha1 +k8s.io/client-go/pkg/apis/clientauthentication/v1beta1 +k8s.io/client-go/pkg/version +k8s.io/client-go/plugin/pkg/client/auth +k8s.io/client-go/plugin/pkg/client/auth/azure +k8s.io/client-go/plugin/pkg/client/auth/exec +k8s.io/client-go/plugin/pkg/client/auth/gcp +k8s.io/client-go/plugin/pkg/client/auth/oidc +k8s.io/client-go/plugin/pkg/client/auth/openstack +k8s.io/client-go/rest +k8s.io/client-go/rest/watch +k8s.io/client-go/restmapper +k8s.io/client-go/scale +k8s.io/client-go/scale/scheme +k8s.io/client-go/scale/scheme/appsint +k8s.io/client-go/scale/scheme/appsv1beta1 +k8s.io/client-go/scale/scheme/appsv1beta2 +k8s.io/client-go/scale/scheme/autoscalingv1 +k8s.io/client-go/scale/scheme/extensionsint +k8s.io/client-go/scale/scheme/extensionsv1beta1 +k8s.io/client-go/testing +k8s.io/client-go/third_party/forked/golang/template +k8s.io/client-go/tools/auth +k8s.io/client-go/tools/cache +k8s.io/client-go/tools/clientcmd +k8s.io/client-go/tools/clientcmd/api +k8s.io/client-go/tools/clientcmd/api/latest +k8s.io/client-go/tools/clientcmd/api/v1 +k8s.io/client-go/tools/leaderelection/resourcelock +k8s.io/client-go/tools/metrics +k8s.io/client-go/tools/pager +k8s.io/client-go/tools/record +k8s.io/client-go/tools/record/util +k8s.io/client-go/tools/reference +k8s.io/client-go/tools/remotecommand +k8s.io/client-go/tools/watch +k8s.io/client-go/transport +k8s.io/client-go/transport/spdy +k8s.io/client-go/util/cert +k8s.io/client-go/util/certificate +k8s.io/client-go/util/certificate/csr +k8s.io/client-go/util/connrotation +k8s.io/client-go/util/exec +k8s.io/client-go/util/flowcontrol +k8s.io/client-go/util/homedir +k8s.io/client-go/util/jsonpath +k8s.io/client-go/util/keyutil +k8s.io/client-go/util/retry +k8s.io/client-go/util/workqueue # k8s.io/cloud-provider v0.0.0 => k8s.io/cloud-provider v0.0.0-20191016115326-20453efc2458 k8s.io/cloud-provider -k8s.io/cloud-provider/service/helpers -k8s.io/cloud-provider/volume/helpers k8s.io/cloud-provider/node/helpers +k8s.io/cloud-provider/service/helpers k8s.io/cloud-provider/volume k8s.io/cloud-provider/volume/errors +k8s.io/cloud-provider/volume/helpers # k8s.io/cluster-bootstrap v0.0.0 => k8s.io/cluster-bootstrap v0.0.0-20191016115129-c07a134afb42 k8s.io/cluster-bootstrap/token/api # k8s.io/component-base v0.0.0 => k8s.io/component-base v0.0.0-20191016111319-039242c015a9 -k8s.io/component-base/logs k8s.io/component-base/cli/flag +k8s.io/component-base/config +k8s.io/component-base/config/v1alpha1 k8s.io/component-base/featuregate +k8s.io/component-base/logs k8s.io/component-base/metrics k8s.io/component-base/metrics/legacyregistry k8s.io/component-base/version -k8s.io/component-base/config -k8s.io/component-base/config/v1alpha1 # k8s.io/cri-api v0.0.0 => k8s.io/cri-api v0.0.0-20190828162817-608eb1dad4ac k8s.io/cri-api/pkg/apis k8s.io/cri-api/pkg/apis/runtime/v1alpha2 @@ -1320,142 +1320,161 @@ k8s.io/csi-translation-lib/plugins # k8s.io/klog v1.0.0 k8s.io/klog # k8s.io/kube-aggregator v0.0.0 => k8s.io/kube-aggregator v0.0.0-20191016112429-9587704a8ad4 +k8s.io/kube-aggregator/pkg/apis/apiregistration k8s.io/kube-aggregator/pkg/apis/apiregistration/v1 +k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1 k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset -k8s.io/kube-aggregator/pkg/apis/apiregistration +k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/scheme k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1 k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/typed/apiregistration/v1beta1 -k8s.io/kube-aggregator/pkg/client/clientset_generated/clientset/scheme -k8s.io/kube-aggregator/pkg/apis/apiregistration/v1beta1 # k8s.io/kube-openapi v0.0.0-20190816220812-743ec37842bf -k8s.io/kube-openapi/pkg/util/proto -k8s.io/kube-openapi/pkg/util +k8s.io/kube-openapi/pkg/aggregator k8s.io/kube-openapi/pkg/builder k8s.io/kube-openapi/pkg/common k8s.io/kube-openapi/pkg/handler -k8s.io/kube-openapi/pkg/aggregator k8s.io/kube-openapi/pkg/schemaconv +k8s.io/kube-openapi/pkg/util +k8s.io/kube-openapi/pkg/util/proto # k8s.io/kube-proxy v0.0.0 => k8s.io/kube-proxy v0.0.0-20191016114407-2e83b6f20229 k8s.io/kube-proxy/config/v1alpha1 # k8s.io/kubectl v0.0.0 => k8s.io/kubectl v0.0.0-20191016120415-2ed914427d51 -k8s.io/kubectl/pkg/scale -k8s.io/kubectl/pkg/polymorphichelpers k8s.io/kubectl/pkg/apps +k8s.io/kubectl/pkg/describe k8s.io/kubectl/pkg/describe/versioned +k8s.io/kubectl/pkg/polymorphichelpers +k8s.io/kubectl/pkg/scale k8s.io/kubectl/pkg/scheme +k8s.io/kubectl/pkg/util/certificate k8s.io/kubectl/pkg/util/deployment -k8s.io/kubectl/pkg/util/podutils -k8s.io/kubectl/pkg/util/slice -k8s.io/kubectl/pkg/describe -k8s.io/kubectl/pkg/util/certificate k8s.io/kubectl/pkg/util/event k8s.io/kubectl/pkg/util/fieldpath +k8s.io/kubectl/pkg/util/podutils k8s.io/kubectl/pkg/util/qos k8s.io/kubectl/pkg/util/rbac k8s.io/kubectl/pkg/util/resource +k8s.io/kubectl/pkg/util/slice k8s.io/kubectl/pkg/util/storage # k8s.io/kubelet v0.0.0 => k8s.io/kubelet v0.0.0-20191016114556-7841ed97f1b2 k8s.io/kubelet/config/v1beta1 # k8s.io/kubernetes v1.16.2 -k8s.io/kubernetes/pkg/apis/core -k8s.io/kubernetes/test/e2e/common -k8s.io/kubernetes/test/e2e/framework -k8s.io/kubernetes/test/e2e/framework/deployment -k8s.io/kubernetes/test/e2e/framework/job -k8s.io/kubernetes/test/e2e/framework/log -k8s.io/kubernetes/test/e2e/framework/providers/aws -k8s.io/kubernetes/test/e2e/framework/providers/azure -k8s.io/kubernetes/test/e2e/framework/providers/gce -k8s.io/kubernetes/test/e2e/framework/providers/kubemark -k8s.io/kubernetes/test/e2e/framework/providers/openstack -k8s.io/kubernetes/test/e2e/framework/providers/vsphere -k8s.io/kubernetes/test/e2e/framework/replicaset -k8s.io/kubernetes/test/e2e/framework/service -k8s.io/kubernetes/test/e2e/framework/statefulset -k8s.io/kubernetes/test/utils -k8s.io/kubernetes/test/utils/image +k8s.io/kubernetes/cmd/kube-proxy/app +k8s.io/kubernetes/cmd/kubelet/app +k8s.io/kubernetes/cmd/kubelet/app/options +k8s.io/kubernetes/pkg/api/legacyscheme +k8s.io/kubernetes/pkg/api/pod +k8s.io/kubernetes/pkg/api/service +k8s.io/kubernetes/pkg/api/v1/endpoints k8s.io/kubernetes/pkg/api/v1/pod -k8s.io/kubernetes/pkg/client/conditions -k8s.io/kubernetes/pkg/kubelet -k8s.io/kubernetes/pkg/kubelet/events -k8s.io/kubernetes/pkg/kubelet/images -k8s.io/kubernetes/pkg/kubelet/runtimeclass/testing -k8s.io/kubernetes/pkg/kubelet/sysctl -k8s.io/kubernetes/pkg/security/apparmor -k8s.io/kubernetes/test/e2e/framework/kubelet -k8s.io/kubernetes/test/e2e/framework/node -k8s.io/kubernetes/test/e2e/framework/pod -k8s.io/kubernetes/test/e2e/framework/volume -k8s.io/kubernetes/pkg/apis/storage/v1/util -k8s.io/kubernetes/pkg/controller -k8s.io/kubernetes/pkg/features -k8s.io/kubernetes/pkg/kubelet/apis/config -k8s.io/kubernetes/pkg/master/ports -k8s.io/kubernetes/pkg/scheduler/algorithm/predicates -k8s.io/kubernetes/pkg/scheduler/nodeinfo -k8s.io/kubernetes/pkg/util/taints -k8s.io/kubernetes/pkg/version -k8s.io/kubernetes/pkg/volume/util -k8s.io/kubernetes/test/e2e/framework/ginkgowrapper -k8s.io/kubernetes/test/e2e/framework/metrics -k8s.io/kubernetes/test/e2e/framework/psp -k8s.io/kubernetes/test/e2e/framework/resource -k8s.io/kubernetes/test/e2e/framework/ssh -k8s.io/kubernetes/test/e2e/framework/testfiles -k8s.io/kubernetes/test/e2e/manifest -k8s.io/kubernetes/test/e2e/system -k8s.io/kubernetes/pkg/controller/deployment/util -k8s.io/kubernetes/pkg/controller/job -k8s.io/kubernetes/pkg/kubemark -k8s.io/kubernetes/pkg/registry/core/service/portallocator +k8s.io/kubernetes/pkg/api/v1/resource +k8s.io/kubernetes/pkg/api/v1/service k8s.io/kubernetes/pkg/apis/apps +k8s.io/kubernetes/pkg/apis/apps/v1 +k8s.io/kubernetes/pkg/apis/apps/validation +k8s.io/kubernetes/pkg/apis/autoscaling k8s.io/kubernetes/pkg/apis/batch -k8s.io/kubernetes/pkg/apis/extensions -k8s.io/kubernetes/pkg/util/labels -k8s.io/kubernetes/test/e2e/apimachinery -k8s.io/kubernetes/test/e2e/apps -k8s.io/kubernetes/test/e2e/auth -k8s.io/kubernetes/test/e2e/autoscaling -k8s.io/kubernetes/test/e2e/cloud -k8s.io/kubernetes/test/e2e/framework/config -k8s.io/kubernetes/test/e2e/framework/viperconfig -k8s.io/kubernetes/test/e2e/generated -k8s.io/kubernetes/test/e2e/instrumentation -k8s.io/kubernetes/test/e2e/kubectl -k8s.io/kubernetes/test/e2e/lifecycle -k8s.io/kubernetes/test/e2e/lifecycle/bootstrap -k8s.io/kubernetes/test/e2e/network -k8s.io/kubernetes/test/e2e/node -k8s.io/kubernetes/test/e2e/scalability -k8s.io/kubernetes/test/e2e/scheduling -k8s.io/kubernetes/test/e2e/servicecatalog -k8s.io/kubernetes/test/e2e/storage -k8s.io/kubernetes/test/e2e/storage/external -k8s.io/kubernetes/test/e2e/ui -k8s.io/kubernetes/test/e2e/windows -k8s.io/kubernetes/pkg/api/v1/resource +k8s.io/kubernetes/pkg/apis/core +k8s.io/kubernetes/pkg/apis/core/helper +k8s.io/kubernetes/pkg/apis/core/install k8s.io/kubernetes/pkg/apis/core/pods k8s.io/kubernetes/pkg/apis/core/v1 k8s.io/kubernetes/pkg/apis/core/v1/helper k8s.io/kubernetes/pkg/apis/core/v1/helper/qos +k8s.io/kubernetes/pkg/apis/core/v1/validation +k8s.io/kubernetes/pkg/apis/core/validation +k8s.io/kubernetes/pkg/apis/extensions +k8s.io/kubernetes/pkg/apis/networking +k8s.io/kubernetes/pkg/apis/policy +k8s.io/kubernetes/pkg/apis/policy/validation +k8s.io/kubernetes/pkg/apis/rbac +k8s.io/kubernetes/pkg/apis/rbac/v1 +k8s.io/kubernetes/pkg/apis/scheduling +k8s.io/kubernetes/pkg/apis/storage/v1/util +k8s.io/kubernetes/pkg/capabilities +k8s.io/kubernetes/pkg/client/conditions +k8s.io/kubernetes/pkg/cloudprovider/providers +k8s.io/kubernetes/pkg/controller +k8s.io/kubernetes/pkg/controller/daemon +k8s.io/kubernetes/pkg/controller/daemon/util +k8s.io/kubernetes/pkg/controller/deployment/util +k8s.io/kubernetes/pkg/controller/endpoint +k8s.io/kubernetes/pkg/controller/job +k8s.io/kubernetes/pkg/controller/nodelifecycle +k8s.io/kubernetes/pkg/controller/nodelifecycle/scheduler +k8s.io/kubernetes/pkg/controller/replicaset +k8s.io/kubernetes/pkg/controller/replication +k8s.io/kubernetes/pkg/controller/util/endpoint +k8s.io/kubernetes/pkg/controller/util/node +k8s.io/kubernetes/pkg/controller/volume/events +k8s.io/kubernetes/pkg/controller/volume/persistentvolume/util +k8s.io/kubernetes/pkg/controller/volume/scheduling +k8s.io/kubernetes/pkg/credentialprovider +k8s.io/kubernetes/pkg/credentialprovider/aws +k8s.io/kubernetes/pkg/credentialprovider/azure +k8s.io/kubernetes/pkg/credentialprovider/gcp +k8s.io/kubernetes/pkg/credentialprovider/secrets +k8s.io/kubernetes/pkg/features k8s.io/kubernetes/pkg/fieldpath +k8s.io/kubernetes/pkg/kubelet k8s.io/kubernetes/pkg/kubelet/apis +k8s.io/kubernetes/pkg/kubelet/apis/config +k8s.io/kubernetes/pkg/kubelet/apis/config/scheme +k8s.io/kubernetes/pkg/kubelet/apis/config/v1beta1 +k8s.io/kubernetes/pkg/kubelet/apis/config/validation +k8s.io/kubernetes/pkg/kubelet/apis/deviceplugin/v1beta1 k8s.io/kubernetes/pkg/kubelet/apis/pluginregistration/v1 k8s.io/kubernetes/pkg/kubelet/apis/podresources +k8s.io/kubernetes/pkg/kubelet/apis/podresources/v1alpha1 +k8s.io/kubernetes/pkg/kubelet/apis/resourcemetrics/v1alpha1 +k8s.io/kubernetes/pkg/kubelet/apis/stats/v1alpha1 k8s.io/kubernetes/pkg/kubelet/cadvisor k8s.io/kubernetes/pkg/kubelet/certificate +k8s.io/kubernetes/pkg/kubelet/certificate/bootstrap +k8s.io/kubernetes/pkg/kubelet/checkpoint k8s.io/kubernetes/pkg/kubelet/checkpointmanager +k8s.io/kubernetes/pkg/kubelet/checkpointmanager/checksum +k8s.io/kubernetes/pkg/kubelet/checkpointmanager/errors k8s.io/kubernetes/pkg/kubelet/cloudresource k8s.io/kubernetes/pkg/kubelet/cm +k8s.io/kubernetes/pkg/kubelet/cm/cpumanager +k8s.io/kubernetes/pkg/kubelet/cm/cpumanager/state +k8s.io/kubernetes/pkg/kubelet/cm/cpumanager/topology +k8s.io/kubernetes/pkg/kubelet/cm/cpuset +k8s.io/kubernetes/pkg/kubelet/cm/devicemanager +k8s.io/kubernetes/pkg/kubelet/cm/devicemanager/checkpoint +k8s.io/kubernetes/pkg/kubelet/cm/topologymanager +k8s.io/kubernetes/pkg/kubelet/cm/topologymanager/socketmask +k8s.io/kubernetes/pkg/kubelet/cm/util k8s.io/kubernetes/pkg/kubelet/config k8s.io/kubernetes/pkg/kubelet/configmap k8s.io/kubernetes/pkg/kubelet/container +k8s.io/kubernetes/pkg/kubelet/container/testing k8s.io/kubernetes/pkg/kubelet/dockershim +k8s.io/kubernetes/pkg/kubelet/dockershim/cm +k8s.io/kubernetes/pkg/kubelet/dockershim/libdocker +k8s.io/kubernetes/pkg/kubelet/dockershim/metrics +k8s.io/kubernetes/pkg/kubelet/dockershim/network +k8s.io/kubernetes/pkg/kubelet/dockershim/network/cni +k8s.io/kubernetes/pkg/kubelet/dockershim/network/hostport +k8s.io/kubernetes/pkg/kubelet/dockershim/network/kubenet +k8s.io/kubernetes/pkg/kubelet/dockershim/network/metrics k8s.io/kubernetes/pkg/kubelet/dockershim/remote k8s.io/kubernetes/pkg/kubelet/envvars +k8s.io/kubernetes/pkg/kubelet/events k8s.io/kubernetes/pkg/kubelet/eviction +k8s.io/kubernetes/pkg/kubelet/eviction/api +k8s.io/kubernetes/pkg/kubelet/images k8s.io/kubernetes/pkg/kubelet/kubeletconfig +k8s.io/kubernetes/pkg/kubelet/kubeletconfig/checkpoint +k8s.io/kubernetes/pkg/kubelet/kubeletconfig/checkpoint/store +k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles +k8s.io/kubernetes/pkg/kubelet/kubeletconfig/status +k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/codec +k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/files +k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/log +k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/panic k8s.io/kubernetes/pkg/kubelet/kuberuntime +k8s.io/kubernetes/pkg/kubelet/kuberuntime/logs +k8s.io/kubernetes/pkg/kubelet/leaky k8s.io/kubernetes/pkg/kubelet/lifecycle k8s.io/kubernetes/pkg/kubelet/logs k8s.io/kubernetes/pkg/kubelet/metrics @@ -1468,12 +1487,20 @@ k8s.io/kubernetes/pkg/kubelet/oom k8s.io/kubernetes/pkg/kubelet/pleg k8s.io/kubernetes/pkg/kubelet/pluginmanager k8s.io/kubernetes/pkg/kubelet/pluginmanager/cache +k8s.io/kubernetes/pkg/kubelet/pluginmanager/metrics +k8s.io/kubernetes/pkg/kubelet/pluginmanager/operationexecutor +k8s.io/kubernetes/pkg/kubelet/pluginmanager/pluginwatcher +k8s.io/kubernetes/pkg/kubelet/pluginmanager/pluginwatcher/example_plugin_apis/v1beta1 +k8s.io/kubernetes/pkg/kubelet/pluginmanager/pluginwatcher/example_plugin_apis/v1beta2 +k8s.io/kubernetes/pkg/kubelet/pluginmanager/reconciler k8s.io/kubernetes/pkg/kubelet/pod k8s.io/kubernetes/pkg/kubelet/preemption k8s.io/kubernetes/pkg/kubelet/prober k8s.io/kubernetes/pkg/kubelet/prober/results +k8s.io/kubernetes/pkg/kubelet/qos k8s.io/kubernetes/pkg/kubelet/remote k8s.io/kubernetes/pkg/kubelet/runtimeclass +k8s.io/kubernetes/pkg/kubelet/runtimeclass/testing k8s.io/kubernetes/pkg/kubelet/secret k8s.io/kubernetes/pkg/kubelet/server k8s.io/kubernetes/pkg/kubelet/server/metrics @@ -1482,70 +1509,121 @@ k8s.io/kubernetes/pkg/kubelet/server/remotecommand k8s.io/kubernetes/pkg/kubelet/server/stats k8s.io/kubernetes/pkg/kubelet/server/streaming k8s.io/kubernetes/pkg/kubelet/stats +k8s.io/kubernetes/pkg/kubelet/stats/pidlimit k8s.io/kubernetes/pkg/kubelet/status +k8s.io/kubernetes/pkg/kubelet/sysctl k8s.io/kubernetes/pkg/kubelet/token k8s.io/kubernetes/pkg/kubelet/types k8s.io/kubernetes/pkg/kubelet/util +k8s.io/kubernetes/pkg/kubelet/util/cache k8s.io/kubernetes/pkg/kubelet/util/format +k8s.io/kubernetes/pkg/kubelet/util/ioutils +k8s.io/kubernetes/pkg/kubelet/util/logreduction k8s.io/kubernetes/pkg/kubelet/util/manager k8s.io/kubernetes/pkg/kubelet/util/queue k8s.io/kubernetes/pkg/kubelet/util/sliceutils +k8s.io/kubernetes/pkg/kubelet/util/store k8s.io/kubernetes/pkg/kubelet/volumemanager +k8s.io/kubernetes/pkg/kubelet/volumemanager/cache +k8s.io/kubernetes/pkg/kubelet/volumemanager/metrics +k8s.io/kubernetes/pkg/kubelet/volumemanager/populator +k8s.io/kubernetes/pkg/kubelet/volumemanager/reconciler +k8s.io/kubernetes/pkg/kubelet/winstats +k8s.io/kubernetes/pkg/kubemark +k8s.io/kubernetes/pkg/master/ports +k8s.io/kubernetes/pkg/printers +k8s.io/kubernetes/pkg/probe +k8s.io/kubernetes/pkg/probe/exec +k8s.io/kubernetes/pkg/probe/http +k8s.io/kubernetes/pkg/probe/tcp +k8s.io/kubernetes/pkg/proxy +k8s.io/kubernetes/pkg/proxy/apis +k8s.io/kubernetes/pkg/proxy/apis/config +k8s.io/kubernetes/pkg/proxy/apis/config/scheme +k8s.io/kubernetes/pkg/proxy/apis/config/v1alpha1 +k8s.io/kubernetes/pkg/proxy/apis/config/validation +k8s.io/kubernetes/pkg/proxy/config +k8s.io/kubernetes/pkg/proxy/healthcheck +k8s.io/kubernetes/pkg/proxy/iptables +k8s.io/kubernetes/pkg/proxy/ipvs +k8s.io/kubernetes/pkg/proxy/metrics +k8s.io/kubernetes/pkg/proxy/userspace +k8s.io/kubernetes/pkg/proxy/util +k8s.io/kubernetes/pkg/proxy/winkernel +k8s.io/kubernetes/pkg/proxy/winuserspace +k8s.io/kubernetes/pkg/quota/v1 +k8s.io/kubernetes/pkg/quota/v1/evaluator/core +k8s.io/kubernetes/pkg/quota/v1/generic +k8s.io/kubernetes/pkg/registry/core/service/allocator +k8s.io/kubernetes/pkg/registry/core/service/portallocator +k8s.io/kubernetes/pkg/scheduler/algorithm +k8s.io/kubernetes/pkg/scheduler/algorithm/predicates +k8s.io/kubernetes/pkg/scheduler/algorithm/priorities/util k8s.io/kubernetes/pkg/scheduler/api +k8s.io/kubernetes/pkg/scheduler/metrics +k8s.io/kubernetes/pkg/scheduler/nodeinfo +k8s.io/kubernetes/pkg/scheduler/util +k8s.io/kubernetes/pkg/scheduler/volumebinder +k8s.io/kubernetes/pkg/security/apparmor +k8s.io/kubernetes/pkg/security/podsecuritypolicy/seccomp k8s.io/kubernetes/pkg/security/podsecuritypolicy/sysctl +k8s.io/kubernetes/pkg/security/podsecuritypolicy/util +k8s.io/kubernetes/pkg/securitycontext +k8s.io/kubernetes/pkg/serviceaccount +k8s.io/kubernetes/pkg/ssh +k8s.io/kubernetes/pkg/util/async +k8s.io/kubernetes/pkg/util/bandwidth +k8s.io/kubernetes/pkg/util/config +k8s.io/kubernetes/pkg/util/configz +k8s.io/kubernetes/pkg/util/conntrack k8s.io/kubernetes/pkg/util/dbus +k8s.io/kubernetes/pkg/util/ebtables +k8s.io/kubernetes/pkg/util/env +k8s.io/kubernetes/pkg/util/filesystem +k8s.io/kubernetes/pkg/util/flag +k8s.io/kubernetes/pkg/util/flock +k8s.io/kubernetes/pkg/util/goroutinemap +k8s.io/kubernetes/pkg/util/goroutinemap/exponentialbackoff +k8s.io/kubernetes/pkg/util/hash +k8s.io/kubernetes/pkg/util/ipconfig +k8s.io/kubernetes/pkg/util/ipset k8s.io/kubernetes/pkg/util/iptables +k8s.io/kubernetes/pkg/util/ipvs +k8s.io/kubernetes/pkg/util/labels +k8s.io/kubernetes/pkg/util/metrics k8s.io/kubernetes/pkg/util/mount +k8s.io/kubernetes/pkg/util/netsh k8s.io/kubernetes/pkg/util/node k8s.io/kubernetes/pkg/util/oom +k8s.io/kubernetes/pkg/util/parsers +k8s.io/kubernetes/pkg/util/pod +k8s.io/kubernetes/pkg/util/procfs k8s.io/kubernetes/pkg/util/removeall +k8s.io/kubernetes/pkg/util/resizefs +k8s.io/kubernetes/pkg/util/rlimit k8s.io/kubernetes/pkg/util/selinux -k8s.io/kubernetes/pkg/volume -k8s.io/kubernetes/pkg/volume/csi -k8s.io/kubernetes/pkg/volume/util/exec -k8s.io/kubernetes/pkg/volume/util/hostutil -k8s.io/kubernetes/pkg/volume/util/subpath -k8s.io/kubernetes/pkg/volume/util/types -k8s.io/kubernetes/pkg/volume/util/volumepathhandler -k8s.io/kubernetes/pkg/volume/validation -k8s.io/kubernetes/third_party/forked/golang/expansion -k8s.io/kubernetes/pkg/kubelet/apis/stats/v1alpha1 -k8s.io/kubernetes/pkg/util/parsers -k8s.io/kubernetes/pkg/apis/core/validation -k8s.io/kubernetes/pkg/apis/policy/validation -k8s.io/kubernetes/pkg/kubelet/dockershim/metrics -k8s.io/kubernetes/pkg/controller/nodelifecycle -k8s.io/kubernetes/test/e2e/storage/utils -k8s.io/kubernetes/pkg/api/legacyscheme -k8s.io/kubernetes/pkg/apis/core/install -k8s.io/kubernetes/pkg/serviceaccount -k8s.io/kubernetes/pkg/util/hash -k8s.io/kubernetes/pkg/scheduler/algorithm -k8s.io/kubernetes/pkg/scheduler/algorithm/priorities/util -k8s.io/kubernetes/pkg/scheduler/util -k8s.io/kubernetes/pkg/scheduler/volumebinder -k8s.io/kubernetes/pkg/apis/core/helper -k8s.io/kubernetes/pkg/util/resizefs -k8s.io/kubernetes/pkg/scheduler/metrics -k8s.io/kubernetes/test/e2e/perftype -k8s.io/kubernetes/pkg/security/podsecuritypolicy/seccomp -k8s.io/kubernetes/test/e2e/framework/auth -k8s.io/kubernetes/pkg/ssh -k8s.io/kubernetes/pkg/util/metrics -k8s.io/kubernetes/cmd/kube-proxy/app -k8s.io/kubernetes/cmd/kubelet/app -k8s.io/kubernetes/cmd/kubelet/app/options -k8s.io/kubernetes/pkg/kubelet/container/testing -k8s.io/kubernetes/pkg/proxy -k8s.io/kubernetes/pkg/proxy/config -k8s.io/kubernetes/pkg/proxy/iptables +k8s.io/kubernetes/pkg/util/slice k8s.io/kubernetes/pkg/util/sysctl +k8s.io/kubernetes/pkg/util/tail +k8s.io/kubernetes/pkg/util/taints +k8s.io/kubernetes/pkg/version +k8s.io/kubernetes/pkg/version/verflag +k8s.io/kubernetes/pkg/volume +k8s.io/kubernetes/pkg/volume/awsebs +k8s.io/kubernetes/pkg/volume/azure_dd +k8s.io/kubernetes/pkg/volume/azure_file k8s.io/kubernetes/pkg/volume/cephfs +k8s.io/kubernetes/pkg/volume/cinder k8s.io/kubernetes/pkg/volume/configmap +k8s.io/kubernetes/pkg/volume/csi +k8s.io/kubernetes/pkg/volume/csi/csiv0 +k8s.io/kubernetes/pkg/volume/csi/nodeinfomanager k8s.io/kubernetes/pkg/volume/downwardapi k8s.io/kubernetes/pkg/volume/emptydir k8s.io/kubernetes/pkg/volume/fc +k8s.io/kubernetes/pkg/volume/flexvolume k8s.io/kubernetes/pkg/volume/flocker +k8s.io/kubernetes/pkg/volume/gcepd k8s.io/kubernetes/pkg/volume/git_repo k8s.io/kubernetes/pkg/volume/glusterfs k8s.io/kubernetes/pkg/volume/hostpath @@ -1559,243 +1637,163 @@ k8s.io/kubernetes/pkg/volume/rbd k8s.io/kubernetes/pkg/volume/scaleio k8s.io/kubernetes/pkg/volume/secret k8s.io/kubernetes/pkg/volume/storageos -k8s.io/kubernetes/pkg/registry/core/service/allocator -k8s.io/kubernetes/pkg/apis/autoscaling -k8s.io/kubernetes/pkg/apis/networking -k8s.io/kubernetes/pkg/apis/policy -k8s.io/kubernetes/pkg/apis/rbac/v1 -k8s.io/kubernetes/pkg/printers -k8s.io/kubernetes/pkg/quota/v1/evaluator/core -k8s.io/kubernetes/test/utils/crd -k8s.io/kubernetes/pkg/controller/daemon -k8s.io/kubernetes/pkg/controller/replicaset -k8s.io/kubernetes/pkg/controller/replication -k8s.io/kubernetes/pkg/security/podsecuritypolicy/util +k8s.io/kubernetes/pkg/volume/util +k8s.io/kubernetes/pkg/volume/util/exec +k8s.io/kubernetes/pkg/volume/util/fs +k8s.io/kubernetes/pkg/volume/util/fsquota +k8s.io/kubernetes/pkg/volume/util/fsquota/common +k8s.io/kubernetes/pkg/volume/util/hostutil +k8s.io/kubernetes/pkg/volume/util/nestedpendingoperations +k8s.io/kubernetes/pkg/volume/util/operationexecutor +k8s.io/kubernetes/pkg/volume/util/recyclerclient +k8s.io/kubernetes/pkg/volume/util/subpath +k8s.io/kubernetes/pkg/volume/util/types +k8s.io/kubernetes/pkg/volume/util/volumepathhandler +k8s.io/kubernetes/pkg/volume/validation +k8s.io/kubernetes/pkg/volume/vsphere_volume +k8s.io/kubernetes/pkg/windows/service k8s.io/kubernetes/plugin/pkg/admission/serviceaccount -k8s.io/kubernetes/test/e2e/instrumentation/monitoring -k8s.io/kubernetes/test/e2e/instrumentation/logging -k8s.io/kubernetes/test/e2e/framework/endpoints +k8s.io/kubernetes/test/e2e/apimachinery +k8s.io/kubernetes/test/e2e/apps +k8s.io/kubernetes/test/e2e/auth +k8s.io/kubernetes/test/e2e/autoscaling k8s.io/kubernetes/test/e2e/chaosmonkey -k8s.io/kubernetes/test/e2e/framework/lifecycle -k8s.io/kubernetes/test/e2e/upgrades -k8s.io/kubernetes/test/e2e/upgrades/apps -k8s.io/kubernetes/test/e2e/upgrades/storage -k8s.io/kubernetes/test/utils/junit -k8s.io/kubernetes/pkg/controller/endpoint +k8s.io/kubernetes/test/e2e/cloud +k8s.io/kubernetes/test/e2e/common +k8s.io/kubernetes/test/e2e/framework +k8s.io/kubernetes/test/e2e/framework/auth +k8s.io/kubernetes/test/e2e/framework/config +k8s.io/kubernetes/test/e2e/framework/deployment +k8s.io/kubernetes/test/e2e/framework/endpoints +k8s.io/kubernetes/test/e2e/framework/ginkgowrapper +k8s.io/kubernetes/test/e2e/framework/gpu k8s.io/kubernetes/test/e2e/framework/ingress -k8s.io/kubernetes/test/e2e/network/scale -k8s.io/kubernetes/test/images/agnhost/net/nat -k8s.io/kubernetes/pkg/util/slice +k8s.io/kubernetes/test/e2e/framework/job +k8s.io/kubernetes/test/e2e/framework/kubelet +k8s.io/kubernetes/test/e2e/framework/lifecycle +k8s.io/kubernetes/test/e2e/framework/log +k8s.io/kubernetes/test/e2e/framework/metrics +k8s.io/kubernetes/test/e2e/framework/node k8s.io/kubernetes/test/e2e/framework/perf -k8s.io/kubernetes/test/e2e/framework/timer -k8s.io/kubernetes/pkg/apis/scheduling -k8s.io/kubernetes/test/e2e/framework/gpu -k8s.io/kubernetes/test/e2e/storage/drivers -k8s.io/kubernetes/test/e2e/storage/testpatterns -k8s.io/kubernetes/test/e2e/storage/testsuites -k8s.io/kubernetes/pkg/kubelet/apis/podresources/v1alpha1 -k8s.io/kubernetes/pkg/kubelet/winstats -k8s.io/kubernetes/pkg/kubelet/checkpointmanager/errors -k8s.io/kubernetes/pkg/kubelet/util/store -k8s.io/kubernetes/pkg/util/filesystem -k8s.io/kubernetes/pkg/kubelet/cm/cpumanager -k8s.io/kubernetes/pkg/kubelet/cm/cpumanager/topology -k8s.io/kubernetes/pkg/kubelet/cm/devicemanager -k8s.io/kubernetes/pkg/kubelet/cm/topologymanager -k8s.io/kubernetes/pkg/kubelet/cm/util -k8s.io/kubernetes/pkg/kubelet/eviction/api -k8s.io/kubernetes/pkg/kubelet/qos -k8s.io/kubernetes/pkg/kubelet/stats/pidlimit -k8s.io/kubernetes/pkg/util/procfs -k8s.io/kubernetes/pkg/kubelet/checkpoint -k8s.io/kubernetes/pkg/util/config -k8s.io/kubernetes/pkg/credentialprovider -k8s.io/kubernetes/pkg/kubelet/checkpointmanager/checksum -k8s.io/kubernetes/pkg/kubelet/dockershim/cm -k8s.io/kubernetes/pkg/kubelet/dockershim/libdocker -k8s.io/kubernetes/pkg/kubelet/dockershim/network -k8s.io/kubernetes/pkg/kubelet/dockershim/network/cni -k8s.io/kubernetes/pkg/kubelet/dockershim/network/hostport -k8s.io/kubernetes/pkg/kubelet/dockershim/network/kubenet -k8s.io/kubernetes/pkg/kubelet/leaky -k8s.io/kubernetes/pkg/kubelet/util/cache -k8s.io/kubernetes/pkg/kubelet/util/ioutils -k8s.io/kubernetes/pkg/kubelet/apis/config/validation -k8s.io/kubernetes/pkg/kubelet/kubeletconfig/checkpoint -k8s.io/kubernetes/pkg/kubelet/kubeletconfig/checkpoint/store -k8s.io/kubernetes/pkg/kubelet/kubeletconfig/status -k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/log -k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/panic -k8s.io/kubernetes/pkg/credentialprovider/secrets -k8s.io/kubernetes/pkg/kubelet/kuberuntime/logs -k8s.io/kubernetes/pkg/kubelet/util/logreduction -k8s.io/kubernetes/pkg/securitycontext -k8s.io/kubernetes/pkg/util/tail -k8s.io/kubernetes/pkg/kubelet/pluginmanager/metrics -k8s.io/kubernetes/pkg/kubelet/pluginmanager/operationexecutor -k8s.io/kubernetes/pkg/kubelet/pluginmanager/pluginwatcher -k8s.io/kubernetes/pkg/kubelet/pluginmanager/reconciler -k8s.io/kubernetes/pkg/probe -k8s.io/kubernetes/pkg/probe/exec -k8s.io/kubernetes/pkg/probe/http -k8s.io/kubernetes/pkg/probe/tcp -k8s.io/kubernetes/pkg/apis/core/v1/validation -k8s.io/kubernetes/pkg/kubelet/apis/resourcemetrics/v1alpha1 -k8s.io/kubernetes/pkg/util/configz -k8s.io/kubernetes/pkg/util/pod -k8s.io/kubernetes/pkg/kubelet/volumemanager/cache -k8s.io/kubernetes/pkg/kubelet/volumemanager/metrics -k8s.io/kubernetes/pkg/kubelet/volumemanager/populator -k8s.io/kubernetes/pkg/kubelet/volumemanager/reconciler -k8s.io/kubernetes/pkg/volume/util/operationexecutor -k8s.io/kubernetes/pkg/volume/util/fs -k8s.io/kubernetes/pkg/volume/util/recyclerclient -k8s.io/kubernetes/pkg/volume/csi/csiv0 -k8s.io/kubernetes/pkg/volume/csi/nodeinfomanager -k8s.io/kubernetes/pkg/api/service -k8s.io/kubernetes/pkg/capabilities -k8s.io/kubernetes/pkg/apis/apps/validation -k8s.io/kubernetes/pkg/controller/nodelifecycle/scheduler -k8s.io/kubernetes/pkg/controller/util/node -k8s.io/kubernetes/pkg/controller/volume/scheduling -k8s.io/kubernetes/pkg/proxy/apis -k8s.io/kubernetes/pkg/proxy/apis/config -k8s.io/kubernetes/pkg/proxy/apis/config/scheme -k8s.io/kubernetes/pkg/proxy/apis/config/validation -k8s.io/kubernetes/pkg/proxy/healthcheck -k8s.io/kubernetes/pkg/proxy/ipvs -k8s.io/kubernetes/pkg/proxy/metrics -k8s.io/kubernetes/pkg/proxy/userspace -k8s.io/kubernetes/pkg/proxy/util -k8s.io/kubernetes/pkg/proxy/winkernel -k8s.io/kubernetes/pkg/proxy/winuserspace -k8s.io/kubernetes/pkg/util/flag -k8s.io/kubernetes/pkg/util/ipset -k8s.io/kubernetes/pkg/util/ipvs -k8s.io/kubernetes/pkg/util/netsh -k8s.io/kubernetes/pkg/version/verflag -k8s.io/kubernetes/pkg/windows/service -k8s.io/kubernetes/pkg/cloudprovider/providers -k8s.io/kubernetes/pkg/credentialprovider/aws -k8s.io/kubernetes/pkg/credentialprovider/azure -k8s.io/kubernetes/pkg/credentialprovider/gcp -k8s.io/kubernetes/pkg/kubelet/apis/config/scheme -k8s.io/kubernetes/pkg/kubelet/certificate/bootstrap -k8s.io/kubernetes/pkg/kubelet/kubeletconfig/configfiles -k8s.io/kubernetes/pkg/util/flock -k8s.io/kubernetes/pkg/util/rlimit -k8s.io/kubernetes/pkg/volume/awsebs -k8s.io/kubernetes/pkg/volume/azure_dd -k8s.io/kubernetes/pkg/volume/azure_file -k8s.io/kubernetes/pkg/volume/cinder -k8s.io/kubernetes/pkg/volume/flexvolume -k8s.io/kubernetes/pkg/volume/gcepd -k8s.io/kubernetes/pkg/volume/vsphere_volume -k8s.io/kubernetes/pkg/api/v1/service -k8s.io/kubernetes/pkg/util/async -k8s.io/kubernetes/pkg/util/conntrack -k8s.io/kubernetes/pkg/volume/util/fsquota -k8s.io/kubernetes/pkg/util/env -k8s.io/kubernetes/pkg/apis/rbac -k8s.io/kubernetes/pkg/quota/v1 -k8s.io/kubernetes/pkg/quota/v1/generic -k8s.io/kubernetes/pkg/controller/daemon/util -k8s.io/kubernetes/pkg/apis/apps/v1 -k8s.io/kubernetes/pkg/api/pod +k8s.io/kubernetes/test/e2e/framework/pod +k8s.io/kubernetes/test/e2e/framework/podlogs +k8s.io/kubernetes/test/e2e/framework/providers/aws +k8s.io/kubernetes/test/e2e/framework/providers/azure +k8s.io/kubernetes/test/e2e/framework/providers/gce +k8s.io/kubernetes/test/e2e/framework/providers/kubemark +k8s.io/kubernetes/test/e2e/framework/providers/openstack +k8s.io/kubernetes/test/e2e/framework/providers/vsphere +k8s.io/kubernetes/test/e2e/framework/psp +k8s.io/kubernetes/test/e2e/framework/replicaset +k8s.io/kubernetes/test/e2e/framework/resource +k8s.io/kubernetes/test/e2e/framework/service +k8s.io/kubernetes/test/e2e/framework/ssh +k8s.io/kubernetes/test/e2e/framework/statefulset +k8s.io/kubernetes/test/e2e/framework/testfiles +k8s.io/kubernetes/test/e2e/framework/viperconfig +k8s.io/kubernetes/test/e2e/framework/volume +k8s.io/kubernetes/test/e2e/generated +k8s.io/kubernetes/test/e2e/instrumentation k8s.io/kubernetes/test/e2e/instrumentation/common +k8s.io/kubernetes/test/e2e/instrumentation/logging k8s.io/kubernetes/test/e2e/instrumentation/logging/elasticsearch k8s.io/kubernetes/test/e2e/instrumentation/logging/stackdriver -k8s.io/kubernetes/pkg/api/v1/endpoints -k8s.io/kubernetes/pkg/controller/util/endpoint -k8s.io/kubernetes/test/images/agnhost/net/common -k8s.io/kubernetes/test/e2e/storage/vsphere -k8s.io/kubernetes/pkg/controller/volume/events -k8s.io/kubernetes/test/e2e/framework/podlogs -k8s.io/kubernetes/pkg/kubelet/cm/cpumanager/state -k8s.io/kubernetes/pkg/kubelet/cm/cpuset -k8s.io/kubernetes/pkg/kubelet/cm/topologymanager/socketmask -k8s.io/kubernetes/pkg/kubelet/apis/deviceplugin/v1beta1 -k8s.io/kubernetes/pkg/kubelet/cm/devicemanager/checkpoint -k8s.io/kubernetes/pkg/kubelet/dockershim/network/metrics -k8s.io/kubernetes/pkg/util/bandwidth -k8s.io/kubernetes/pkg/util/ebtables -k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/codec -k8s.io/kubernetes/pkg/kubelet/kubeletconfig/util/files -k8s.io/kubernetes/pkg/util/goroutinemap -k8s.io/kubernetes/pkg/kubelet/pluginmanager/pluginwatcher/example_plugin_apis/v1beta1 -k8s.io/kubernetes/pkg/kubelet/pluginmanager/pluginwatcher/example_plugin_apis/v1beta2 -k8s.io/kubernetes/pkg/util/goroutinemap/exponentialbackoff -k8s.io/kubernetes/pkg/volume/util/nestedpendingoperations -k8s.io/kubernetes/pkg/controller/volume/persistentvolume/util -k8s.io/kubernetes/pkg/proxy/apis/config/v1alpha1 -k8s.io/kubernetes/pkg/util/ipconfig -k8s.io/kubernetes/pkg/kubelet/apis/config/v1beta1 -k8s.io/kubernetes/pkg/volume/util/fsquota/common k8s.io/kubernetes/test/e2e/instrumentation/logging/utils +k8s.io/kubernetes/test/e2e/instrumentation/monitoring +k8s.io/kubernetes/test/e2e/kubectl +k8s.io/kubernetes/test/e2e/lifecycle +k8s.io/kubernetes/test/e2e/lifecycle/bootstrap +k8s.io/kubernetes/test/e2e/manifest +k8s.io/kubernetes/test/e2e/network +k8s.io/kubernetes/test/e2e/network/scale +k8s.io/kubernetes/test/e2e/node +k8s.io/kubernetes/test/e2e/perftype +k8s.io/kubernetes/test/e2e/scheduling +k8s.io/kubernetes/test/e2e/servicecatalog +k8s.io/kubernetes/test/e2e/storage +k8s.io/kubernetes/test/e2e/storage/drivers +k8s.io/kubernetes/test/e2e/storage/external +k8s.io/kubernetes/test/e2e/storage/testpatterns +k8s.io/kubernetes/test/e2e/storage/testsuites +k8s.io/kubernetes/test/e2e/storage/utils +k8s.io/kubernetes/test/e2e/storage/vsphere +k8s.io/kubernetes/test/e2e/system +k8s.io/kubernetes/test/e2e/ui +k8s.io/kubernetes/test/e2e/upgrades +k8s.io/kubernetes/test/e2e/upgrades/apps +k8s.io/kubernetes/test/e2e/upgrades/storage +k8s.io/kubernetes/test/e2e/windows +k8s.io/kubernetes/test/images/agnhost/net/common +k8s.io/kubernetes/test/images/agnhost/net/nat +k8s.io/kubernetes/test/utils +k8s.io/kubernetes/test/utils/crd +k8s.io/kubernetes/test/utils/image +k8s.io/kubernetes/test/utils/junit +k8s.io/kubernetes/third_party/forked/golang/expansion # k8s.io/legacy-cloud-providers v0.0.0 => k8s.io/legacy-cloud-providers v0.0.0-20191016115753-cf0698c3a16b k8s.io/legacy-cloud-providers/aws k8s.io/legacy-cloud-providers/azure -k8s.io/legacy-cloud-providers/gce k8s.io/legacy-cloud-providers/azure/auth +k8s.io/legacy-cloud-providers/gce k8s.io/legacy-cloud-providers/openstack +k8s.io/legacy-cloud-providers/openstack/util/mount k8s.io/legacy-cloud-providers/vsphere k8s.io/legacy-cloud-providers/vsphere/vclib -k8s.io/legacy-cloud-providers/openstack/util/mount k8s.io/legacy-cloud-providers/vsphere/vclib/diskmanagers # k8s.io/metrics v0.0.0 => k8s.io/metrics v0.0.0-20191016113814-3b1a734dba6e -k8s.io/metrics/pkg/client/custom_metrics -k8s.io/metrics/pkg/client/external_metrics k8s.io/metrics/pkg/apis/custom_metrics k8s.io/metrics/pkg/apis/custom_metrics/v1beta1 k8s.io/metrics/pkg/apis/custom_metrics/v1beta2 -k8s.io/metrics/pkg/client/custom_metrics/scheme -k8s.io/metrics/pkg/apis/external_metrics/v1beta1 k8s.io/metrics/pkg/apis/external_metrics +k8s.io/metrics/pkg/apis/external_metrics/v1beta1 +k8s.io/metrics/pkg/client/custom_metrics +k8s.io/metrics/pkg/client/custom_metrics/scheme +k8s.io/metrics/pkg/client/external_metrics # k8s.io/sample-apiserver v0.0.0 => k8s.io/sample-apiserver v0.0.0-20191016112829-06bb3c9d77c9 -k8s.io/sample-apiserver/pkg/apis/wardle/v1alpha1 k8s.io/sample-apiserver/pkg/apis/wardle +k8s.io/sample-apiserver/pkg/apis/wardle/v1alpha1 # k8s.io/utils v0.0.0-20190801114015-581e00157fb1 => k8s.io/utils v0.0.0-20190801114015-581e00157fb1 k8s.io/utils/buffer -k8s.io/utils/trace -k8s.io/utils/pointer +k8s.io/utils/clock k8s.io/utils/exec -k8s.io/utils/net +k8s.io/utils/inotify k8s.io/utils/integer -k8s.io/utils/path -k8s.io/utils/strings -k8s.io/utils/keymutex k8s.io/utils/io +k8s.io/utils/keymutex +k8s.io/utils/net k8s.io/utils/nsenter -k8s.io/utils/inotify -k8s.io/utils/clock +k8s.io/utils/path +k8s.io/utils/pointer +k8s.io/utils/strings +k8s.io/utils/trace # sigs.k8s.io/kustomize v2.0.3+incompatible -sigs.k8s.io/kustomize/pkg/fs sigs.k8s.io/kustomize/pkg/commands/build sigs.k8s.io/kustomize/pkg/constants +sigs.k8s.io/kustomize/pkg/expansion sigs.k8s.io/kustomize/pkg/factory +sigs.k8s.io/kustomize/pkg/fs +sigs.k8s.io/kustomize/pkg/git +sigs.k8s.io/kustomize/pkg/gvk +sigs.k8s.io/kustomize/pkg/ifc sigs.k8s.io/kustomize/pkg/ifc/transformer +sigs.k8s.io/kustomize/pkg/image +sigs.k8s.io/kustomize/pkg/internal/error sigs.k8s.io/kustomize/pkg/loader +sigs.k8s.io/kustomize/pkg/patch +sigs.k8s.io/kustomize/pkg/patch/transformer +sigs.k8s.io/kustomize/pkg/resid sigs.k8s.io/kustomize/pkg/resmap -sigs.k8s.io/kustomize/pkg/target -sigs.k8s.io/kustomize/pkg/gvk -sigs.k8s.io/kustomize/pkg/ifc -sigs.k8s.io/kustomize/pkg/types sigs.k8s.io/kustomize/pkg/resource +sigs.k8s.io/kustomize/pkg/target sigs.k8s.io/kustomize/pkg/transformers -sigs.k8s.io/kustomize/pkg/git -sigs.k8s.io/kustomize/pkg/internal/error -sigs.k8s.io/kustomize/pkg/resid -sigs.k8s.io/kustomize/pkg/patch/transformer sigs.k8s.io/kustomize/pkg/transformers/config -sigs.k8s.io/kustomize/pkg/image -sigs.k8s.io/kustomize/pkg/patch -sigs.k8s.io/kustomize/pkg/expansion sigs.k8s.io/kustomize/pkg/transformers/config/defaultconfig +sigs.k8s.io/kustomize/pkg/types # sigs.k8s.io/structured-merge-diff v0.0.0-20190817042607-6149e4549fca sigs.k8s.io/structured-merge-diff/fieldpath sigs.k8s.io/structured-merge-diff/merge +sigs.k8s.io/structured-merge-diff/schema sigs.k8s.io/structured-merge-diff/typed sigs.k8s.io/structured-merge-diff/value -sigs.k8s.io/structured-merge-diff/schema # sigs.k8s.io/yaml v1.1.0 sigs.k8s.io/yaml